*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--brand:#534ab7;--brand-dark:#3d3690;--brand-light:#eeedf9;--gray-50:#f8f9fa;--gray-100:#eef0f2;--gray-400:#9ba3b0;--gray-600:#4a5568;--gray-800:#1a202c;--red:#e53e3e;--green:#38a169;--amber:#d69e2e;--radius:10px;--radius-sm:6px;--sidebar-w:220px;--topbar-h:56px;color:var(--gray-800);background:var(--gray-50);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}body{min-height:100vh}a{color:inherit;text-decoration:none}.card{border:1px solid var(--gray-100);border-radius:var(--radius);background:#fff;margin-bottom:0;padding:20px}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h1{font-size:20px;font-weight:700}.sticky-header{z-index:10;background:var(--gray-50);border-bottom:1px solid var(--gray-100);margin:-28px -32px 20px;padding:20px 32px 14px;position:sticky;top:0}.sticky-header .page-header{margin-bottom:0}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:background .12s,opacity .12s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover:not(:disabled){background:var(--brand-dark)}.btn-danger{color:#fff;background:#dc2626;border:1px solid #dc2626}.btn-danger:hover{background:#b91c1c;border-color:#b91c1c}.btn-secondary{background:var(--gray-100);color:var(--gray-800)}.btn-secondary:hover:not(:disabled){background:#e2e4e8}.btn-ghost{color:var(--gray-600);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--gray-100)}.btn-sm{padding:4px 10px;font-size:12px}.badge{border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.badge-green{color:#276749;background:#e6f7ee}.badge-purple{color:#7e22ce;background:#f3e8ff}.badge-blue{color:#1e40af;background:#dbeafe}.badge-amber{color:#92400e;background:#fffbeb}.badge-red{color:#c53030;background:#fff5f5}.badge-gray{background:var(--gray-100);color:var(--gray-600)}.form-row{margin-bottom:14px}.form-row label{color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.form-row input,.form-row select,.form-row textarea{border:1px solid var(--gray-100);border-radius:var(--radius-sm);width:100%;color:var(--gray-800);background:#fff;outline:none;padding:8px 10px;font-size:13px}.form-row input:focus,.form-row select:focus{border-color:var(--brand)}.empty-state{color:var(--gray-400);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px;display:flex}.spinner{border:2px solid var(--gray-100);border-top-color:var(--brand);border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th{color:var(--gray-400);text-transform:uppercase;letter-spacing:.04em;text-align:left;border-bottom:1px solid var(--gray-100);padding:8px 12px;font-size:11px;font-weight:600}td{border-bottom:1px solid var(--gray-100);vertical-align:middle;padding:10px 12px}tr:last-child td{border-bottom:none}tr:hover td{background:var(--gray-50)}.modal-backdrop{z-index:100;background:#0006;justify-content:center;align-items:flex-start;padding:32px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{border-radius:var(--radius);background:#fff;flex-direction:column;width:100%;max-width:520px;max-height:calc(100vh - 64px);margin:auto;padding:24px;display:flex}.modal-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.modal-header h2{font-size:16px;font-weight:700}.modal-footer{flex-shrink:0;justify-content:flex-end;gap:8px;margin-top:16px;display:flex}@media (width<=768px){:root{--sidebar-w:100%}div[style*="display: flex"][style*="height: 100vh"]{flex-direction:column!important;height:100dvh!important}aside{scrollbar-width:none;order:2;border-right:none!important;border-top:1px solid var(--gray-100)!important;flex-direction:row!important;flex-shrink:0!important;width:100%!important;height:auto!important;max-height:56px!important;padding:0!important;overflow:auto hidden!important}aside::-webkit-scrollbar{display:none}aside>div:first-child{display:none!important}aside>div:nth-child(2){border-bottom:none!important;flex-shrink:0!important;align-items:center!important;padding:6px 8px!important;display:flex!important}aside>div:nth-child(2) button{white-space:nowrap;min-height:unset!important;padding:4px 8px!important;font-size:10px!important}aside nav{scrollbar-width:none;flex:1;flex-direction:row!important;align-items:center!important;gap:0!important;padding:0 4px!important;display:flex!important;overflow-x:auto!important}aside nav::-webkit-scrollbar{display:none}aside nav a{white-space:nowrap;border-bottom:2px solid #0000!important;border-left:none!important;flex-direction:column!important;align-items:center!important;gap:1px!important;min-width:52px!important;padding:4px 10px!important;font-size:9px!important}aside nav a.active{border-left:none!important;border-bottom:2px solid var(--brand)!important;background:0 0!important}aside nav a svg{width:16px!important;height:16px!important}aside>button{min-width:44px!important;min-height:unset!important;color:var(--gray-500)!important;background:0 0!important;border:none!important;flex-direction:column!important;flex-shrink:0!important;align-items:center!important;gap:1px!important;padding:4px 10px!important;font-size:9px!important;display:flex!important}aside>div:nth-child(3){display:none!important}.mobile-logout-nav{display:flex!important}aside>div:nth-child(2){z-index:200!important;position:relative!important}aside>div:nth-child(2)>div>div{z-index:300!important;max-height:60vh!important;position:fixed!important;inset:auto 8px calc(100% + 4px)!important;overflow-y:auto!important}main{order:1;flex:1!important;padding:0!important;overflow-y:auto!important}main>div{padding:12px 16px!important}.sticky-header{z-index:10;position:sticky!important;top:0!important}.page-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important;padding:10px 16px!important}.page-header h1{font-size:17px!important}.page-header button{width:100%!important}table{font-size:12px!important}.form-row{margin-bottom:12px!important}input,select,textarea{padding:10px 12px!important;font-size:16px!important}.btn{min-height:40px!important}.btn-sm{min-height:32px!important}div[style*="gridTemplateColumns: '1fr 1fr"]{grid-template-columns:1fr!important}div[style*="gridTemplateColumns: 'repeat(4"]{grid-template-columns:1fr 1fr!important}}@media (width<=480px){.page-header h1{font-size:15px!important}}
