:root{--color-bg: #0f0f1a;--color-surface: #1e1e2e;--color-border: #333;--color-primary: #6c8cff;--color-primary-alpha: rgba(108, 140, 255, .06);--color-text: #e0e0e0;--color-text-muted: #888;--color-error: #ff6b6b}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}header{display:flex;align-items:baseline;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border)}header h1{margin:0;font-size:1.25rem;font-weight:700}header p{margin:0;font-size:.85rem;color:var(--color-text-muted)}header .logo-link{text-decoration:none;color:inherit}main{max-width:1200px;margin:0 auto;width:100%}@keyframes spinner-rotate{to{transform:rotate(360deg)}}@media(max-width:768px){header{flex-direction:column;gap:.25rem;padding:.75rem 1rem}main{padding:0 .5rem}}
