*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f7fb;color:#172033}.app{display:flex;min-height:100vh}.sidebar{width:250px;background:#111827;color:#cbd5e1;padding:24px 16px;display:flex;flex-direction:column;gap:6px}.brand{font-weight:800;font-size:20px;color:#fff;margin:4px 10px 26px}.sidebar a{color:#aeb9ca;text-decoration:none;padding:12px 14px;border-radius:12px}.sidebar a:hover,.sidebar a.active{background:#263247;color:#fff}.content{flex:1;padding:38px;max-width:1400px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}h1{font-size:36px;margin:10px 0 6px}h2{font-size:25px}h3{margin-top:0}.pill,.chips span{display:inline-block;padding:7px 11px;border-radius:999px;background:#e8edff;color:#4b56c5;font-size:13px;font-weight:700}.grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:18px;margin-bottom:18px}.card{background:#fff;border:1px solid #e7eaf0;border-radius:22px;padding:25px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.hero{background:linear-gradient(135deg,#fff,#eef2ff)}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;color:#5965d8}.metric{font-size:38px;font-weight:800;margin:12px 0}button{border:0;border-radius:12px;padding:12px 18px;background:#5b61e8;color:white;font-weight:700;cursor:pointer}input,select{display:block;width:100%;padding:13px 14px;border:1px solid #d9deea;border-radius:12px;margin:10px 0;background:#fff}.auth-card{width:min(440px,92%);margin:8vh auto;background:white;border:1px solid #e6e9ef;border-radius:24px;padding:32px;box-shadow:0 20px 50px rgba(15,23,42,.08)}.auth-card a{color:#525bd6;font-weight:700;text-decoration:none}.chips{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:900px){.sidebar{width:210px}.grid{grid-template-columns:1fr}.content{padding:22px}header{align-items:flex-start;gap:16px}h1{font-size:28px}}@media(max-width:650px){.app{display:block}.sidebar{width:100%;flex-direction:row;overflow:auto}.brand{margin-right:15px;white-space:nowrap}.sidebar a{white-space:nowrap}.content{padding:16px}header{display:block}header button{margin-top:12px}}