:root{--bg:#0f172a;--bg-soft:#111827;--panel:#0f172abf;--panel-solid:#111827;--text:#e5eefc;--muted:#9fb0cc;--border:#94a3b82e;--accent:#60a5fa;--accent-strong:#3b82f6;--success:#22c55e;--danger:#ef4444;--shadow:0 20px 60px #02061773}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:var(--text);background:radial-gradient(circle at 0 0,#3b82f62e,#0000 30%),radial-gradient(circle at 100% 100%,#22c55e1f,#0000 28%),linear-gradient(#020617 0%,#0f172a 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:#cbe0ff}button,input,select,textarea{font:inherit}input,select,textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#0f172abf;border-radius:14px;padding:.9rem 1rem}input:focus,select:focus,textarea:focus{border-color:#60a5fa66;outline:2px solid #60a5fa59}button{cursor:pointer}h1,h2,h3,p{margin-top:0}.screen-center,.auth-shell{place-items:center;min-height:100vh;padding:2rem;display:grid}.auth-card,.panel,.sidebar,.topbar{-webkit-backdrop-filter:blur(18px)}.auth-card{border:1px solid var(--border);width:min(100%,480px);box-shadow:var(--shadow);background:#0f172ae0;border-radius:28px;padding:2rem}.auth-subtitle{margin-bottom:1.5rem}.auth-footer{color:var(--muted);margin-top:1rem}.app-shell{grid-template-columns:320px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:#02061799;flex-direction:column;justify-content:space-between;gap:1.5rem;height:100vh;padding:2rem;display:flex;position:sticky;top:0}.sidebar-card,.panel,.topbar{border:1px solid var(--border);box-shadow:var(--shadow);background:#0f172ab8;border-radius:24px}.sidebar-card{flex-direction:column;gap:.35rem;padding:1rem;display:flex}.main-shell{padding:1.5rem}.topbar{margin-bottom:1.5rem;padding:1.2rem 1.4rem}.content-area{flex-direction:column;gap:1.5rem;display:flex}.nav-list{flex-direction:column;gap:.75rem;display:flex}.nav-link{color:var(--text);background:#0f172a73;border:1px solid #0000;border-radius:16px;padding:.9rem 1rem;text-decoration:none;transition:all .16s}.nav-link:hover,.nav-link.active{background:#3b82f626;border-color:#60a5fa38}.panel{padding:1.25rem}.hero-card{padding:1.6rem}.page-header{justify-content:space-between;align-items:end;gap:1rem;display:flex}.page-description{max-width:700px}.stats-grid,.card-grid,.two-column-grid{gap:1rem;display:grid}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.two-column-grid{grid-template-columns:1fr 1fr}.stat-card h3{margin:.25rem 0;font-size:1.8rem}.stack,.stack-lg,.list-stack{flex-direction:column;display:flex}.stack{gap:1rem}.stack-lg{gap:1.5rem}.list-stack{gap:.85rem}.field{flex-direction:column;gap:.5rem;display:flex}.inline-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.primary-button,.ghost-button{border:1px solid var(--border);border-radius:16px;padding:.9rem 1rem;transition:all .16s}.primary-button{background:linear-gradient(135deg, var(--accent), var(--accent-strong));color:#fff;border:none;font-weight:600}.primary-button:hover{filter:brightness(1.06)}.ghost-button{color:var(--text);background:#0f172a8c}.ghost-button:hover{border-color:#60a5fa59}.list-item,.row-between,.row-actions,.checkbox-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.list-item{border:1px solid var(--border);background:#0f172a8c;border-radius:18px;padding:.9rem 1rem}.list-item-block{align-items:flex-start}.exercise-list{flex-direction:column;gap:.75rem;margin:.5rem 0 1rem;display:flex}.exercise-item{border:1px solid var(--border);background:#0f172a8c;border-radius:16px;padding:.85rem}.pill{min-width:fit-content;color:var(--text);background:#94a3b81f;border:1px solid #94a3b833;border-radius:999px;justify-content:center;align-items:center;padding:.4rem .75rem;font-size:.84rem;display:inline-flex}.pill.done{background:#22c55e1f;border-color:#22c55e59}.muted{color:var(--muted)}.small{font-size:.9rem}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#93c5fd;margin-bottom:.6rem;font-size:.76rem}.error-box,.success-box{border-radius:16px;padding:.9rem 1rem}.error-box{background:#ef44441f;border:1px solid #ef444440}.success-box{background:#22c55e1f;border:1px solid #22c55e40}.empty-state{text-align:left}.narrow-form{max-width:580px}@media (width<=980px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border);height:auto;position:static}.stats-grid,.two-column-grid{grid-template-columns:1fr 1fr}}@media (width<=720px){.main-shell,.sidebar,.auth-card,.auth-shell{padding:1rem}.page-header,.stats-grid,.two-column-grid,.inline-grid,.list-item,.row-actions,.row-between{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.stats-grid,.two-column-grid{grid-template-columns:1fr;display:grid}}
