:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#171717;background:#f7f7f5;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button:disabled{cursor:not-allowed;opacity:.42}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr}.sidebar{position:sticky;top:0;height:100vh;padding:24px 16px;background:#111;color:#fff;display:flex;flex-direction:column;gap:28px}.brand{display:flex;gap:12px;align-items:center;padding:0 8px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#ff2f87;color:#fff;font-weight:800}.brand div{display:grid;gap:2px}.brand div span{color:#a8a8a8;font-size:12px}nav{display:grid;gap:6px}.nav-item{border:0;border-radius:12px;padding:11px 12px;color:#c8c8c8;background:transparent;text-align:left;cursor:pointer}.nav-item:hover:not(:disabled),.nav-item.active{background:#232323;color:#fff}.sidebar-foot{margin-top:auto;display:flex;align-items:center;gap:8px;color:#9a9a9a;font-size:12px;padding:0 8px}.status-dot{width:7px;height:7px;border-radius:999px;background:#ff2f87}.workspace{padding:32px clamp(20px,4vw,56px) 56px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(28px,4vw,42px);letter-spacing:-.04em}h2{font-size:clamp(26px,3vw,38px);line-height:1.06;letter-spacing:-.035em;max-width:720px}h3{font-size:18px;margin-bottom:8px}p{color:#676767;line-height:1.6}.eyebrow{display:block;margin-bottom:8px;color:#8c8c8c;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-card{padding:clamp(24px,4vw,44px);border:1px solid #e5e5e0;border-radius:24px;background:#fff;display:flex;align-items:end;justify-content:space-between;gap:30px;box-shadow:0 12px 40px #0000000a}.hero-card p{max-width:720px;margin-bottom:0}.primary-button,.ghost-button{border-radius:12px;padding:11px 16px;cursor:pointer}.primary-button{border:1px solid #111111;background:#111;color:#fff;white-space:nowrap}.primary-button:focus-visible,.ghost-button:focus-visible,.nav-item:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(255,47,135,.25);outline-offset:2px}.ghost-button{border:1px solid #ddddda;background:#fff;color:#222}.section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}.surface{min-height:170px;padding:22px;border:1px solid #e5e5e0;border-radius:18px;background:#fff}.surface p{margin-bottom:0;font-size:14px}.context-badge{flex:0 0 auto;display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border-radius:999px;background:#fff0f6;color:#a30d4b;font-size:12px;font-weight:750}.context-badge.muted{background:#f1f1ee;color:#696969}.account-actions{display:flex;gap:10px;align-items:center}.account-actions select{max-width:260px;border:1px solid #ddddda;background:#fff;border-radius:12px;padding:10px 34px 10px 12px;color:#222}.error-card{padding:22px;border:1px solid #efc7d8;border-radius:18px;background:#fff7fa}.error-card p{margin:8px 0 16px}.auth-shell,.center-state{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(100%,460px);padding:clamp(26px,5vw,42px);border:1px solid #e5e5e0;border-radius:24px;background:#fff;box-shadow:0 18px 50px #0000000f}.auth-brand{padding:0;margin-bottom:34px}.auth-card h1{margin-bottom:14px;font-size:clamp(30px,6vw,42px)}.auth-card>p{margin-bottom:26px}.auth-form{display:grid;gap:16px}.auth-form label{display:grid;gap:7px;font-size:13px;font-weight:700}.auth-form input{width:100%;border:1px solid #d8d8d3;border-radius:12px;background:#fff;padding:12px 13px;color:#171717}.auth-form .primary-button{margin-top:4px}.inline-error{padding:11px 12px;border-radius:10px;background:#fff0f4;color:#a01448;font-size:13px;line-height:1.45}.center-state{align-content:center;gap:12px;color:#676767}.center-state p{margin:0}.spinner{width:24px;height:24px;border:2px solid #deded8;border-top-color:#ff2f87;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;padding:18px}nav{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar-foot{display:none}.section-grid{grid-template-columns:1fr}.hero-card{align-items:stretch;flex-direction:column}}@media(max-width:560px){.workspace{padding:24px 16px 40px}nav{grid-template-columns:1fr 1fr}.topbar{align-items:flex-start;flex-direction:column}.account-actions{width:100%}.account-actions select{flex:1;min-width:0}}@media(prefers-reduced-motion:reduce){.spinner{animation:none}}
