:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#e8ecf8;background:#0b1020;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body,html,#root{min-height:100%;margin:0}.app-shell{grid-template-columns:240px 1fr;min-height:100vh;display:grid}.sidebar{background:#0f172a;border-right:1px solid #25304a;padding:24px}.sidebar h1{margin:0 0 22px;font-size:22px}.sidebar a{color:#c7d2fe;border-radius:10px;margin-bottom:8px;padding:14px;font-size:16px;font-weight:600;text-decoration:none;display:block}.sidebar a.active,.sidebar a:hover{background:#1e293b}.main-area{padding:28px}.header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.badge{background:#1d4ed8;border-radius:999px;padding:4px 8px;font-size:12px}.card{background:#111827;border:1px solid #25304a;border-radius:12px;padding:22px}.table{border-collapse:collapse;width:100%}.table th,.table td{text-align:left;border-bottom:1px solid #25304a;padding:14px 12px;font-size:15px}.table th{letter-spacing:.01em;font-size:14px}.input,.select{color:#e8ecf8;background:#0f172a;border:1px solid #334155;border-radius:10px;width:100%;min-height:48px;padding:12px 14px;font-size:16px}.button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:10px;min-height:48px;padding:12px 18px;font-size:16px;font-weight:600}.button.secondary{background:#334155}.grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.stack{gap:12px;display:grid}@media (width<=960px){.app-shell{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #25304a;border-right:0}.grid-2{grid-template-columns:1fr}}
