@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);:root{--primary:#101f9d;--secondary:#fff;--bg:#f6f7fb;--text:#0f172a;--muted:#64748b;--border:#e5e7eb;--card:#fff;--shadow:0 14px 34px #02061714;--shadow-sm:0 8px 20px #0206170f;--radius:16px;--radius-sm:12px;--danger:#dc2626;--success:#16a34a;--warning:#f59e0b}*{box-sizing:border-box;font-family:Roboto,sans-serif}body,html{height:100%}body{background:radial-gradient(900px 420px at 12% 0,#101f9d1f,#0000 60%),radial-gradient(900px 420px at 90% 10%,#101f9d1a,#0000 60%),#f6f7fb;background:radial-gradient(900px 420px at 12% 0,#101f9d1f,#0000 60%),radial-gradient(900px 420px at 90% 10%,#101f9d1a,#0000 60%),var(--bg);color:#0f172a;color:var(--text);margin:0}#root,body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.main-card{box-shadow:0 14px 34px #02061714;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:calc(100vh - 48px);overflow:hidden;width:100%}.card,.main-card{background:#fff;background:var(--card);border:1px solid #e5e7eb;border:1px solid var(--border)}.card{border-radius:16px;border-radius:var(--radius);box-shadow:0 8px 20px #0206170f;box-shadow:var(--shadow-sm)}.topbar{background:linear-gradient(180deg,#101f9d0f,#0000 70%);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);justify-content:space-between;padding:18px 22px}.brand,.topbar{align-items:center;display:flex}.brand{font-weight:900;gap:10px;letter-spacing:.2px}.brand-dot{background:#101f9d;background:var(--primary);border-radius:999px;box-shadow:0 0 0 6px #101f9d1a;height:12px;width:12px}.grid{grid-gap:16px;display:grid;gap:16px}.grid-2{align-items:stretch;flex:1 1;grid-template-columns:280px 1fr;min-height:0}@media (max-width:980px){.grid-2{grid-template-columns:1fr}}.row{grid-gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.row,.row-3{display:grid;gap:14px}.row-3{grid-gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.row,.row-3{grid-template-columns:1fr}}.sidebar{background:linear-gradient(180deg,#0f172a05,#0000);border-right:1px solid #e5e7eb;border-right:1px solid var(--border);min-height:0;overflow:auto;padding:16px}@media (max-width:980px){.sidebar{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);border-right:0}}.main-content{min-height:0;overflow:auto;padding:16px}.navItem{align-items:center;border:1px solid #0000;border-radius:12px;border-radius:var(--radius-sm);color:#64748b;color:var(--muted);display:flex;gap:10px;padding:10px 12px;transition:all .18s ease}.navItem:hover{background:#101f9d0f;border-color:#101f9d1a}.navItem.active,.navItem:hover{color:#101f9d;color:var(--primary)}.navItem.active{background:#101f9d1a;border-color:#101f9d24;font-weight:900}h1{font-size:22px;margin:0 0 8px}h2{font-size:18px;margin:0}.muted{color:#64748b;color:var(--muted)}.btn{align-items:center;border:0;border-radius:12px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-weight:800;gap:8px;padding:10px 14px;transition:transform .08s ease,box-shadow .18s ease,opacity .18s ease;-webkit-user-select:none;user-select:none}.btn:active{transform:translateY(1px)}.btn-primary{background:#101f9d;background:var(--primary);box-shadow:0 10px 18px #101f9d2e;color:#fff;color:var(--secondary)}.btn-primary:hover{box-shadow:0 14px 22px #101f9d38}.btn-ghost{background:#ffffffe6;border:1px solid #e5e7eb;border:1px solid var(--border);color:#0f172a;color:var(--text)}.btn-ghost:hover{border-color:#101f9d38;box-shadow:0 8px 20px #0206170f;box-shadow:var(--shadow-sm)}.btn-danger{background:#dc2626;background:var(--danger);box-shadow:0 10px 18px #dc262633;color:#fff}.btn-danger:hover{box-shadow:0 14px 22px #dc262642}.btn[disabled]{cursor:not-allowed;opacity:.65}.badge{align-items:center;background:#ffffffd9;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:999px;color:#64748b;color:var(--muted);display:inline-flex;font-size:12px;gap:8px;padding:4px 10px}.field{display:flex;flex-direction:column;gap:8px}.field label{color:#64748b;color:var(--muted);font-size:13px;font-weight:900;letter-spacing:.2px}.field input,.field select,.field textarea{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-sm);outline:none;padding:10px 12px;transition:border-color .18s ease,box-shadow .18s ease}.field input:focus,.field select:focus,.field textarea:focus{border-color:#101f9d59;box-shadow:0 0 0 4px #101f9d1a}.field textarea{min-height:92px;resize:vertical}.table{border-collapse:initial;border-radius:16px;border-radius:var(--radius);border-spacing:0;overflow:hidden;width:100%}.table td,.table th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);font-size:14px;padding:12px 14px;text-align:left}.table th{background:linear-gradient(180deg,#0f172a08,#fafafa);color:#64748b;color:var(--muted);font-weight:900}.table tr:hover td{background:#101f9d08}.actions{display:flex;flex-wrap:wrap;gap:8px}hr.sep{border:0;border-top:1px solid #e5e7eb;border-top:1px solid var(--border);margin:18px 0}.authWrap{display:grid;min-height:100vh;padding:24px;place-items:center}.authCard{border-radius:16px;border-radius:var(--radius);overflow:hidden;padding:22px;position:relative;width:min(460px,100%)}.authCard:before{background:radial-gradient(circle,#101f9d38,#0000 60%);content:"";height:220px;inset:-60px -60px auto auto;position:absolute;transform:rotate(18deg);width:220px}.authCard>*{position:relative;z-index:1}.small{color:#64748b;color:var(--muted);font-size:13px}
/*# sourceMappingURL=main.e522b66d.css.map*/