:root{font-family:Inter,system-ui,sans-serif;color:#191c1e;background:#f7f9fb;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light;--bg: #f7f9fb;--surface: #ffffff;--surface-2: #f2f4f6;--surface-3: #eceef0;--surface-4: #e6e8ea;--text: #191c1e;--muted: #515f74;--primary: #00288e;--primary-2: #1e40af;--error: #ba1a1a;--error-bg: #ffdad6;--success-bg: #ddebd8;--success-text: #0f5132;--shadow: 0 12px 32px rgba(25, 28, 30, .06);--radius-sm: .25rem;--radius-md: .75rem;--radius-lg: 1rem}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.app-shell{display:flex;min-height:100vh;background:var(--bg)}.sidebar{width:260px;position:sticky;top:0;height:100vh;background:#fffffff5;padding:24px 16px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:40}.sidebar-backdrop{display:none;position:fixed;inset:0;background:#0006;z-index:39;opacity:0;transition:opacity .3s ease;pointer-events:none}.sidebar-backdrop.visible{opacity:1;pointer-events:auto}.sidebar-toggle{display:none;width:40px;height:40px;border:none;border-radius:var(--radius-md);background:var(--surface-3);color:var(--text);cursor:pointer;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0}.sidebar-toggle:hover{background:var(--surface-4)}.sidebar-brand{padding:0 16px 18px}.sidebar-brand h1,.page-title,.card-title{letter-spacing:-.02em}.sidebar-brand h1{margin:0 0 6px;font-size:20px;font-weight:900;color:var(--primary)}.sidebar-brand p{margin:0;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#94a3b8}.nav-list{flex:1;display:grid;gap:6px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius-md);color:#4f5b66;transition:background .2s ease,color .2s ease,transform .2s ease}.nav-item:hover{background:var(--surface-2);transform:translate(2px)}.nav-item.active{background:#e8eefc;color:var(--primary);font-weight:700}.nav-item .material-symbols-outlined{font-size:20px}.main-content{flex:1;min-width:0}.topbar{position:sticky;top:0;z-index:30;display:flex;justify-content:space-between;align-items:center;min-height:64px;padding:0 32px;background:#f7f9fbcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow)}.page-wrap{max-width:1400px;margin:0 auto;padding:32px;display:grid;gap:24px}.page-header{display:flex;justify-content:space-between;gap:16px;align-items:end}.page-title{margin:0;font-size:28px;font-weight:800}.page-subtitle{margin:8px 0 0;color:var(--muted)}.card{background:#fffffff5;border-radius:var(--radius-lg);box-shadow:var(--shadow)}.card-pad{padding:24px}.card-header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:20px}.card-title{margin:0;font-size:20px;font-weight:700}.card-desc{margin:6px 0 0;color:var(--muted);font-size:14px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.stat-card{padding:20px;border-radius:var(--radius-md);background:var(--surface)}.stat-label{color:var(--muted);font-size:13px}.stat-value{margin-top:10px;font-size:32px;font-weight:800;color:var(--text)}.toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.input,.select{height:40px;border:none;outline:none;border-radius:var(--radius-md);background:var(--surface-3);color:var(--text);padding:0 14px}.input:focus,.select:focus{background:#fff;box-shadow:inset 0 0 0 2px #00288e2e}.input::placeholder{color:#7b8494}.btn{height:40px;border:none;border-radius:var(--radius-md);padding:0 16px;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .15s ease,color .15s ease}.btn:disabled{cursor:not-allowed;opacity:.45}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-2));box-shadow:0 10px 24px #00288e2e}.btn-primary:hover{transform:translateY(-1px)}.btn-secondary{color:var(--primary);background:#d5e3fc}.btn-ghost{background:transparent;color:var(--muted)}.pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border-radius:9999px;font-size:11px;font-weight:800}.pill-danger{background:var(--error-bg);color:#93000a}.pill-warning{background:#ffdbce;color:#802a00}.pill-success{background:#ddebd8;color:var(--success-text)}.pill-neutral{background:var(--surface-3);color:var(--muted)}.pill-info{background:#dbeafe;color:#1e40af}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:16px 12px;vertical-align:middle}thead th{color:#515f74;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;background:var(--surface-2)}tbody tr:nth-child(2n){background:#f2f4f673}tbody tr:hover{background:var(--surface-2)}.table-footer{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-top:16px;color:var(--muted);font-size:13px}.section-grid{display:grid;gap:24px}@media(max-width:1024px){.sidebar{width:220px}.grid-3{grid-template-columns:1fr}}@media(max-width:768px){.app-shell{flex-direction:column}.sidebar-toggle{display:flex}.sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;transform:translate(-100%);z-index:40}.sidebar.sidebar-open{transform:translate(0)}.sidebar-backdrop{display:block}.topbar{padding:0 16px}.page-wrap{padding:16px}.page-header{flex-direction:column;align-items:start}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 24px 48px #191c1e26;width:90%;max-width:520px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.modal-lg{max-width:720px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--surface-3)}.modal-header h3{margin:0;font-size:18px;font-weight:700;color:var(--text)}.modal-close{width:32px;height:32px;border:none;background:var(--surface-3);border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all .2s ease}.modal-close:hover{background:var(--error-bg);color:#93000a}.modal-body{padding:24px;overflow-y:auto}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--surface-3);background:var(--surface-2);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.form-group{margin-bottom:18px}.form-label{display:block;font-size:13px;font-weight:600;color:#444653;margin-bottom:8px}.textarea{width:100%;min-height:80px;border:none;outline:none;border-radius:var(--radius-md);background:var(--surface-3);color:var(--text);padding:12px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;resize:vertical;line-height:1.5}.textarea:focus{background:#fff;box-shadow:inset 0 0 0 2px #00288e2e}.textarea::placeholder{color:#7b8494}.alert{padding:14px 16px;border-radius:var(--radius-md);margin-bottom:16px;font-size:14px;font-weight:500}.alert-error{background:var(--error-bg);color:#93000a;border:1px solid rgba(186,26,26,.15)}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 16px;border-top:1px solid var(--surface-3);color:var(--muted);font-size:13px}.btn-sm{height:32px;padding:0 12px;font-size:13px}.btn-success{color:#fff;background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 10px 24px #0596692e}.btn-success:hover{transform:translateY(-1px)}.btn-warning{color:#fff;background:linear-gradient(135deg,#d97706,#f59e0b);box-shadow:0 10px 24px #d977062e}.btn-warning:hover{transform:translateY(-1px)}
