:root{color:#e2e8f0;font-synthesis:none;text-rendering:optimizelegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background:radial-gradient(circle at top,#38bdf82e,#0000 28%),linear-gradient(#020617 0%,#0f172a 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,select{border:0;border-radius:14px}button{cursor:pointer}input,select,textarea{color:#f8fafc;background:#0f172a80;border:1px solid #94a3b847;border-radius:14px;width:100%;padding:.95rem 1rem}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline-offset:0;border-color:#60a5fae6;outline:2px solid #60a5fa2e}#root{min-height:100vh}.screen-message{color:#cbd5e1;place-items:center;min-height:100vh;display:grid}.auth-layout{grid-template-columns:1.1fr .9fr;gap:1.5rem;min-height:100vh;padding:2rem;display:grid}.panel,.auth-panel,.card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172ab8;border:1px solid #94a3b82e;border-radius:28px;box-shadow:0 24px 80px #0f172a66}.auth-panel{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.auth-panel--accent{background:linear-gradient(#1e293beb,#0f172ad1),linear-gradient(135deg,#3b82f61f,#0ea5e914)}.eyebrow{color:#7dd3fc;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:inline-flex}.auth-panel h1,.auth-panel h2,.workspace-header h1,.panel-block h2{color:#f8fafc;margin:0;line-height:1.1}.auth-panel h1{max-width:12ch;font-size:clamp(2.5rem,4vw,4rem)}.auth-panel h2,.panel-block h2{margin-bottom:.75rem;font-size:1.4rem}.lead,.panel-header p,.panel-block p,.workspace-header p,.list-row small{color:#cbd5e1}.auth-hint,.inline-note,.feedback-banner,.error-banner{border-radius:18px;padding:1rem 1.1rem}.auth-hint{color:#e2e8f0;background:#0f172a8c;gap:.35rem;margin-top:2rem;display:grid}.feedback-banner{color:#bae6fd;background:#0ea5e929;margin:0 2rem 1rem}.error-banner{color:#fecdd3;background:#f43f5e24;margin:0 2rem 1rem}.auth-form,.stack-form{gap:1rem;display:grid}.stack-form label,.auth-form label{color:#cbd5e1;gap:.45rem;font-weight:600;display:grid}.auth-form button,.stack-form button,.secondary-button,.ghost-button,.project-card{transition:transform .12s,opacity .12s,background .12s}.auth-form button,.stack-form button{color:#fff;background:linear-gradient(135deg,#2563eb,#0ea5e9);padding:.95rem 1.1rem;font-weight:700}.secondary-button{color:#bfdbfe;background:#2563eb1f;padding:.95rem 1rem}.ghost-button{color:#f8fafc;background:#1e293beb;padding:.9rem 1rem}.auth-form button:disabled,.stack-form button:disabled,.secondary-button:disabled,.ghost-button:disabled{cursor:wait;opacity:.75}.auth-form button:hover:not(:disabled),.stack-form button:hover:not(:disabled),.secondary-button:hover:not(:disabled),.ghost-button:hover:not(:disabled),.project-card:hover{transform:translateY(-1px)}.form-error{color:#fda4af;margin:0}.workspace-layout{min-height:100vh;padding:2rem}.workspace-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.header-actions{justify-items:end;gap:.9rem;display:grid}.pill-list{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.status-pill{color:#7dd3fc;background:#0ea5e924;border-radius:999px;align-items:center;padding:.4rem .8rem;font-size:.875rem;font-weight:700;display:inline-flex}.workspace-grid{grid-template-columns:380px minmax(0,1fr);gap:1.5rem;display:grid}.sidebar-panel,.main-panel{padding:1.4rem}.panel-block+.panel-block{border-top:1px solid #94a3b81f;margin-top:1.5rem;padding-top:1.5rem}.project-list{gap:.75rem;display:grid}.project-card{text-align:left;color:#e2e8f0;background:#1e293b99;gap:.25rem;padding:1rem;display:grid}.project-card--active{background:#2563eb1f;border:1px solid #60a5fab3}.meta-grid,.grid-two{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.meta-grid{margin-top:1rem}.meta-grid div{background:#0f172a66;border-radius:16px;gap:.25rem;padding:.9rem 1rem;display:grid}.meta-grid strong{color:#94a3b8;font-size:.875rem}.action-row,.action-stack{flex-wrap:wrap;gap:.75rem;display:flex}.action-row{margin-top:1rem}.grid-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.inline-note{color:#e0f2fe;background:#0ea5e91f;gap:.3rem;display:grid}.checkbox-row{grid-template-columns:auto 1fr;align-items:center}.checkbox-row input{width:18px;height:18px}.data-table{gap:.85rem;display:grid}.record-card{background:#0f172a61;border-radius:18px;padding:1rem}.record-card header{justify-content:space-between;gap:1rem;margin-bottom:.35rem;display:flex}.record-card small{color:#94a3b8;display:block}.record-card pre{white-space:pre-wrap;word-break:break-word;color:#cbd5e1;margin:.85rem 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.84rem}.list-section+.list-section{margin-top:1.5rem}.list-section h3{color:#f8fafc;margin:0 0 .75rem;font-size:1rem}.list-row{border-bottom:1px solid #94a3b81f;gap:.2rem;padding:.75rem 0;display:grid}.empty-state{text-align:center;color:#cbd5e1;place-items:center;min-height:420px;display:grid}@media (width<=1100px){.workspace-grid,.grid-columns,.auth-layout{grid-template-columns:1fr}.workspace-header,.header-actions{flex-direction:column;justify-items:stretch}.pill-list{justify-content:flex-start}}@media (width<=720px){.workspace-layout,.auth-layout{padding:1rem}.feedback-banner,.error-banner{margin-inline:1rem}.meta-grid,.grid-two{grid-template-columns:1fr}}
