:root{font-family:Manrope,Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{color:#fff;background:#000;margin:0}.page{background:#000;min-height:100vh}.container{max-width:980px;margin:0 auto;padding:24px}.container.signed-out{flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 48px);display:flex}.brand-title{letter-spacing:.08em;color:#49c2c6;margin:0 0 16px;font-size:32px}.header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.header-brand{align-items:center;gap:10px;display:flex}.header-logo{object-fit:cover;border-radius:8px;width:32px;height:32px}.header h1{color:#49c2c6;margin:0;font-size:24px}.center-actions{justify-content:center;margin:20px 0 12px;display:flex}.container.signed-out .center-actions{margin:0 0 12px}.bottom-actions{justify-content:center;margin-top:28px;display:flex}.btn,.ghost-btn,.tab{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:999px;padding:8px 14px}.tab.active{color:#000;background:#fff}.tabs{gap:8px;margin:16px 0;display:flex}.grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.card{background:#000;border:1px solid #222;border-radius:12px;padding:12px}.card h2{margin:0 0 8px;font-size:18px}.row{justify-content:space-between;padding:6px 0;display:flex}.muted{color:#aaa}.error{color:#ff7d7d}
