*{box-sizing:border-box}body{color:#0f172a;background:#f8fafc;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}.auth-page{place-items:center;min-height:100vh;padding:20px;display:grid}.auth-card{background:#fff;border-radius:28px;width:100%;max-width:460px;padding:28px;box-shadow:0 10px 30px #0f172a14}.app-shell{grid-template-columns:280px 1fr;min-height:100vh;display:grid}.sidebar{background:#fff;border-right:1px solid #e2e8f0;height:100vh;padding:20px;position:sticky;top:0}.content{width:100%;max-width:1280px;margin:0 auto;padding:24px}.topbar{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.logo{align-items:center;gap:12px;margin-bottom:22px;display:flex}.logo-mark{color:#fff;background:#000;border-radius:16px;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.logo span{color:#64748b;font-size:13px;display:block}.nav-btn{color:#334155;cursor:pointer;background:#fff;border:0;border-radius:16px;align-items:center;gap:10px;width:100%;padding:12px;font-weight:800;display:flex}.nav-btn.active{color:#fff;background:#000}.grid{display:grid}.gap{gap:12px}.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.two{grid-template-columns:1fr 1fr;gap:12px}.card{background:#fff;border-radius:26px;margin-bottom:16px;padding:20px;box-shadow:0 1px 3px #0f172a14}.card h3{margin:0 0 14px;font-size:20px}.input{background:#fff;border:1px solid #cbd5e1;border-radius:14px;width:100%;padding:12px}.btn{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-weight:900;display:inline-flex}.btn.primary{color:#fff;background:#000;border-color:#000}.btn.full{width:100%;margin-top:12px}.muted{color:#64748b}.small{font-size:12px}.error{color:#b91c1c;background:#fef2f2;border-radius:14px;padding:10px}.success{color:#166534;background:#f0fdf4;border-radius:14px;padding:10px}.big{margin:0;font-size:34px;font-weight:900}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#64748b;margin:0;font-size:12px;font-weight:900}.list{gap:10px;margin-top:14px;display:grid}.row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;gap:5px;padding:12px;display:grid}.guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.guide{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:16px}.guide p{color:#64748b;min-height:52px}.help-link{text-align:center;color:#0f172a;margin-top:14px;font-weight:900;display:block}@media (width<=900px){.app-shell{grid-template-columns:1fr}.sidebar{height:auto;position:static}.cards,.guide-grid,.two{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start;gap:12px}.content{padding:16px}}
