@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";@font-face{font-family:Aristo;src:url(../fonts/Aristotelica-Pro-Text-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Aristo;src:url(../fonts/AristotelicaTextMedium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Aristo;src:url(../fonts/Aristotelica-Pro-Text-Bold.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:AristoDisp;src:url(../fonts/Aristotelica-Pro-Display-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:AristoDisp;src:url(../fonts/AristotelicaDisplayMedium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:AristoDisp;src:url(../fonts/Aristotelica-Pro-Display-Demibold.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:AristoDisp;src:url(../fonts/Aristotelica-Pro-Display-Bold.ttf) format("truetype");font-weight:700;font-display:swap}:root{--purple:#7b5cfc;--purple-600:#6b46e5;--purple-50:#f2effe;--purple-100:#ece6ff;--ink:#040f1f;--ink-2:#0a1424;--text:#495771;--muted:#636f85;--muted-2:#8a95a6;--line:#eef0f3;--line-2:#e6e9ee;--bg:#f6f7f9;--card:#ffffff;--green:#00c960;--green-bg:#e4f9ee;--red:#f0554e;--red-bg:#fdeceb;--blue:#4b9ef8;--orange:#f5a623;--coral:#f0716b;--th-bg:#f6f7f9;--radius:16px;--shadow:0 1px 2px rgba(16,24,40,.04), 0 6px 24px rgba(16,24,40,.05);--shadow-lg:0 12px 40px rgba(16,24,40,.14);--font-body:"Aristo","AristoDisp",system-ui,sans-serif;--font-head:"AristoDisp","Aristo",system-ui,sans-serif}:root.font-orig{--font-body:"Manrope",system-ui,sans-serif;--font-head:"Manrope",system-ui,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100dvh;background:var(--bg)}body{font-family:var(--font-body);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden}#root{min-height:100dvh}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#dfe3e9;border-radius:8px}img{max-width:100%}.case-caps .ui{text-transform:uppercase;letter-spacing:.12em}.case-min .ui{text-transform:lowercase}.app{display:flex;min-height:100dvh;background:var(--card)}.sidebar{width:260px;flex-shrink:0;background:var(--card);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:24px 18px;position:sticky;top:0;height:100dvh;overflow-y:auto}.brand{display:flex;align-items:center;gap:10px;padding:0 6px 22px}.brand img{width:30px;height:30px;border-radius:8px;object-fit:cover}.brand span{font-family:var(--font-head);font-weight:700;font-size:20px;letter-spacing:.04em;color:var(--purple)}.usercard{display:flex;align-items:center;gap:10px;border:1px solid var(--line-2);border-radius:14px;padding:10px 12px;margin-bottom:26px}.usercard img{width:36px;height:36px;border-radius:10px;object-fit:cover}.usercard .nm{font-weight:600;font-size:14px;color:var(--ink)}.usercard .rl{font-size:12px;color:var(--muted)}.navsec{font-size:12px;color:var(--muted-2);padding:0 8px;margin:6px 0 8px}.navitem{display:flex;align-items:center;gap:13px;padding:11px 12px;border-radius:11px;color:var(--muted);font-size:15px;font-weight:500;margin-bottom:3px;position:relative;transition:.18s}.navitem svg{width:19px;height:19px;flex-shrink:0}.navitem:hover{background:var(--purple-50);color:var(--ink)}.navitem.on{color:var(--purple);font-weight:600}.navitem.on:after{content:"";position:absolute;right:-18px;top:6px;bottom:6px;width:3px;border-radius:3px;background:var(--purple)}.nav-spacer{flex:1;min-height:20px}.main{flex:1;min-width:0;display:flex;flex-direction:column;background:var(--card)}.topbar{display:flex;align-items:center;gap:16px;padding:22px 30px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20}.topbar h1{font-family:var(--font-head);font-size:24px;font-weight:600;margin:0;flex:1;color:var(--ink)}.topbar .bell{position:relative;width:40px;height:40px;border-radius:11px;display:grid;place-items:center;color:var(--muted)}.topbar .bell b{position:absolute;top:9px;right:11px;width:7px;height:7px;border-radius:50%;background:var(--red)}.pagebody{padding:26px 30px 60px;max-width:1220px;width:100%}.hamburger{display:none;width:40px;height:40px;border-radius:11px;place-items:center;color:var(--ink)}.brand-mini{display:none}.btn{display:inline-flex;align-items:center;gap:8px;border-radius:12px;padding:11px 18px;font-size:14px;font-weight:600;transition:.16s;white-space:nowrap}.btn-primary{background:var(--purple);color:#fff}.btn-primary:hover{background:var(--purple-600)}.btn-outline{border:1px solid var(--line-2);color:var(--text);background:#fff}.btn-outline:hover{border-color:var(--purple);color:var(--purple)}.btn-ghost{color:var(--purple);border:1px solid var(--purple)}.btn-sm{padding:8px 14px;font-size:13px}.pillbtn{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line-2);border-radius:12px;padding:9px 14px;font-size:14px;color:var(--text);background:#fff;font-weight:500}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.pad{padding:22px}.grid{display:grid;gap:18px}.stat{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.stat .ico{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;margin-bottom:16px}.stat .lbl{font-size:14px;color:var(--muted);margin-bottom:6px}.stat .big{font-family:var(--font-head);font-size:30px;font-weight:600;color:var(--ink);line-height:1}.stat .of{font-size:14px;color:var(--muted-2);font-weight:400}.delta{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:4px 8px;border-radius:8px}.delta.up{color:var(--green);background:var(--green-bg)}.delta.down{color:var(--red);background:var(--red-bg)}.tabs{display:inline-flex;gap:4px;background:#f4f5f7;border-radius:12px;padding:4px}.tabs button{padding:9px 18px;border-radius:9px;font-size:14px;font-weight:500;color:var(--muted);transition:.15s}.tabs button.on{background:var(--purple);color:#fff}.tablewrap{overflow-x:auto}table.t{width:100%;border-collapse:collapse;min-width:640px}table.t thead th{background:var(--th-bg);font-size:12px;color:var(--muted);font-weight:500;text-align:left;padding:13px 16px;letter-spacing:.02em}table.t thead th:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}table.t thead th:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px;text-align:right}table.t tbody td{padding:14px 16px;font-size:14px;color:var(--text);border-bottom:1px solid var(--line)}table.t tbody tr:hover{background:#fbfbfd}table.t tbody tr.sel{background:#faf9ff}.uname{display:flex;align-items:center;gap:11px}.uname img{width:34px;height:34px;border-radius:50%;object-fit:cover}.uname .nm{font-weight:600;color:var(--ink);font-size:14px}.uname .em{font-size:12px;color:var(--muted-2)}.chk{width:18px;height:18px;border-radius:5px;border:1.6px solid #cfd4dd;display:inline-grid;place-items:center;cursor:pointer;flex-shrink:0;background:#fff}.chk.on{background:var(--purple);border-color:var(--purple);color:#fff}.pill{display:inline-flex;align-items:center;padding:5px 12px;border-radius:20px;font-size:13px;font-weight:500}.pill.working{background:var(--purple-100);color:var(--purple-600)}.dots{color:var(--muted-2);padding:4px;border-radius:8px}.dots:hover{background:#f2f2f5}.searchbox{display:flex;align-items:center;gap:9px;background:#f6f7f9;border-radius:12px;padding:11px 15px;color:var(--muted-2);font-size:14px;flex:1;min-width:0}.searchbox input{border:none;background:none;outline:none;flex:1;min-width:0;font-size:14px;color:var(--ink)}.rowbar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.stack{display:flex}.stack img{width:28px;height:28px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-9px}.stack img:first-child{margin-left:0}.stack .more{width:28px;height:28px;border-radius:50%;border:2px solid #fff;background:var(--purple);color:#fff;font-size:11px;display:grid;place-items:center;margin-left:-9px;font-weight:600}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a101e6b;display:grid;place-items:center;z-index:100;padding:20px}.modal{background:#fff;border-radius:20px;width:100%;max-width:660px;max-height:88vh;overflow:auto;box-shadow:var(--shadow-lg)}.modal-h{display:flex;align-items:center;justify-content:space-between;padding:22px 26px}.modal-h h3{font-family:var(--font-head);font-size:20px;margin:0}.xbtn{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:var(--muted)}.xbtn:hover{background:#f2f2f5}.pop{position:absolute;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-lg);padding:8px;z-index:60;min-width:170px}.pop button{display:flex;width:100%;align-items:center;gap:10px;padding:10px 12px;border-radius:9px;font-size:14px;color:var(--text);font-weight:500}.pop button:hover{background:#f6f6f9}.toggle3{display:inline-flex;border:1px solid var(--line-2);border-radius:20px;overflow:hidden}.toggle3 button{padding:6px 16px;font-size:13px;font-weight:500;color:var(--muted)}.toggle3 button.on-g{color:var(--green);box-shadow:inset 0 0 0 1.5px var(--green);border-radius:20px}.toggle3 button.on-p{color:var(--purple);box-shadow:inset 0 0 0 1.5px var(--purple);border-radius:20px}.toggle3 button.on-r{color:var(--red);box-shadow:inset 0 0 0 1.5px var(--red);border-radius:20px}.appicon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#fff;font-weight:700;font-size:15px;flex-shrink:0}.sec-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px;flex-wrap:wrap}.sec-h h2{font-family:var(--font-head);font-size:19px;font-weight:600;margin:0}.fade{animation:fade .4s ease both}@keyframes fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.drawer-scrim{display:none}@media (max-width:920px){.sidebar{position:fixed;left:0;top:0;z-index:80;transform:translate(-100%);transition:transform .28s ease;box-shadow:var(--shadow-lg)}.sidebar.open{transform:none}.drawer-scrim.show{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:70}.hamburger{display:grid}.brand-mini{display:flex;align-items:center;gap:8px;font-family:var(--font-head);font-weight:700;color:var(--purple);font-size:18px}.brand-mini img{width:26px;height:26px;border-radius:7px}.topbar h1{display:none}.topbar{padding:14px 16px}.topbar .rev{display:none}.pagebody{padding:18px 15px 80px}}@media (max-width:560px){.hidesm{display:none!important}}
