.app{grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh;display:grid}.sidebar{background:linear-gradient(185deg, var(--navy) 0%, var(--navy-800) 100%);color:#b9cfe0;flex-direction:column;height:100vh;padding:18px 14px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-brand{align-items:center;gap:11px;padding:6px 8px 18px;display:flex}.sidebar-logo{background:var(--gold);width:38px;height:38px;color:var(--navy-800);border-radius:10px;flex:none;place-items:center;font-size:18px;font-weight:800;display:grid;box-shadow:0 4px 12px #f7aa0059}.sidebar-brand .name{color:#fff;font-size:14.5px;font-weight:700;line-height:1.15}.sidebar-brand .sub{color:#7fa2bd;font-size:11px}.nav-group{margin-top:14px}.nav-group-label{text-transform:uppercase;letter-spacing:.07em;color:#6f93af;padding:0 10px 6px;font-size:10.5px;font-weight:700}.nav-link{border-radius:var(--r-sm);color:#b9cfe0;align-items:center;gap:11px;margin-bottom:2px;padding:9px 11px;font-size:13.5px;font-weight:500;transition:background .14s,color .14s;display:flex;position:relative}.nav-link:hover{color:#fff;background:#ffffff0f}.nav-link.active{color:#fff;background:#40a8c429}.nav-link.active:before{content:"";background:var(--gold);border-radius:0 3px 3px 0;width:3px;position:absolute;top:8px;bottom:8px;left:-14px}.nav-link svg{opacity:.95;flex:none;width:19px;height:19px}.nav-badge{background:var(--gold);color:var(--navy-800);text-align:center;border-radius:999px;min-width:20px;margin-left:auto;padding:1px 7px;font-size:11px;font-weight:700}.sidebar-foot{color:#6f93af;margin-top:auto;padding:14px 10px 4px;font-size:11px}.main{flex-direction:column;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--line);z-index:20;background:#fff;justify-content:space-between;align-items:center;height:62px;padding:0 26px;display:flex;position:sticky;top:0}.topbar-title{color:var(--ink);font-size:15px;font-weight:650}.topbar-right{align-items:center;gap:14px;display:flex}.icon-btn{border:1px solid var(--line);width:38px;height:38px;color:var(--ink-soft);cursor:pointer;background:#fff;border-radius:10px;place-items:center;display:grid;position:relative}.icon-btn:hover{background:var(--mist)}.icon-btn .badge-dot{background:var(--gold);border:1.5px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:9px}.usermenu{border-left:1px solid var(--line);align-items:center;gap:11px;padding-left:14px;display:flex}.user-chip{text-align:right;line-height:1.2}.user-chip .name{color:var(--ink);font-size:13px;font-weight:600}.user-chip .role{color:var(--muted);font-size:11.5px}.avatar{background:linear-gradient(135deg, var(--teal), var(--navy));color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:grid}.content{width:100%;max-width:1280px;padding:26px}@media (width<=900px){.app{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;height:auto;position:static;overflow-x:auto}.nav-group,.sidebar-foot,.user-chip{display:none}}.login{grid-template-columns:1.05fr 1fr;min-height:100vh;display:grid}.login-hero{color:var(--white);background-image:linear-gradient(150deg,#235784eb 0%,#1a4262c7 48%,#1230489e 100%),url(/assets/hero-DXYx5qUx.jpg);background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;padding:56px 60px;display:flex;position:relative;overflow:hidden}.login-hero:before,.login-hero:after{content:"";filter:blur(2px);opacity:.5;border-radius:50%;position:absolute}.login-hero:before{background:radial-gradient(circle,#40a8c48c,#0000 70%);width:320px;height:320px;top:-80px;right:-60px}.login-hero:after{background:radial-gradient(circle,#f7aa0066,#0000 70%);width:260px;height:260px;bottom:-70px;left:-50px}.login-brand{letter-spacing:.02em;align-items:center;gap:12px;font-size:18px;font-weight:700;display:flex;position:relative}.login-logo{background:var(--gold);width:40px;height:40px;color:var(--navy-dark);border-radius:11px;place-items:center;font-size:18px;font-weight:800;display:grid}.login-hero-body{max-width:420px;position:relative}.login-hero-body h1{color:var(--white);margin-bottom:18px;font-size:38px;line-height:1.15}.login-hero-body p{color:#ffffffd1;margin:0 0 30px;font-size:16px}.login-features{gap:14px;margin:0;padding:0;list-style:none;display:grid}.login-features li{color:#ffffffeb;align-items:center;gap:12px;font-weight:500;display:flex}.login-check{width:24px;height:24px;color:var(--teal-light);background:#40a8c440;border-radius:50%;flex:none;place-items:center;font-size:13px;font-weight:700;display:grid}.login-foot{color:#fff9;font-size:13px;position:relative}.login-form-side{background:var(--white);justify-content:center;align-items:center;padding:40px;display:flex}.login-form{width:100%;max-width:380px}.login-form h2{margin-bottom:6px;font-size:26px}.login-form .sub{color:var(--muted);margin-bottom:28px}.login-alert{color:var(--danger);border-radius:var(--radius-sm);background:#d645451a;border:1px solid #d6454540;margin-bottom:18px;padding:10px 13px;font-size:14px}.login-hint{color:var(--muted);text-align:center;margin-top:22px;font-size:13px}@media (width<=860px){.login{grid-template-columns:1fr}.login-hero{display:none}}:root{--gold:#f7aa00;--gold-600:#e09800;--gold-soft:#fff6e2;--navy:#235784;--navy-600:#1d4a70;--navy-700:#163a59;--navy-800:#102c44;--teal:#40a8c4;--teal-soft:#e5f4f8;--mist:#eef6f7;--bg:#f4f7fa;--surface:#fff;--ink:#16242e;--ink-soft:#37505f;--muted:#6c8395;--line:#e6edf3;--line-strong:#d4dfe8;--ok:#17976a;--ok-soft:#e2f5ee;--warn:#c98a00;--warn-soft:#fdf1d6;--danger:#d64550;--danger-soft:#fbe7e8;--info:#2f7fb0;--info-soft:#e4f0f8;--r-xs:7px;--r-sm:10px;--r-md:14px;--r-lg:20px;--sh-sm:0 1px 2px #142d420f;--sh:0 2px 8px #142d420f, 0 1px 2px #142d420a;--sh-md:0 8px 24px #142d421a;--sh-lg:0 24px 60px #102c4447;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Helvetica, Arial, sans-serif;--sidebar-w:256px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:14px;line-height:1.5}h1,h2,h3,h4{color:var(--ink);margin:0;font-weight:650;line-height:1.25}a{color:var(--navy);text-decoration:none}button{font-family:inherit}.tnum{font-variant-numeric:tabular-nums}.btn{border-radius:var(--r-sm);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,box-shadow .15s,transform 40ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn svg{width:17px;height:17px}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover:not(:disabled){background:var(--navy-600)}.btn-accent{background:var(--gold);color:#4a3600}.btn-accent:hover:not(:disabled){background:var(--gold-600)}.btn-ghost{border-color:var(--line-strong);color:var(--ink-soft);background:#fff}.btn-ghost:hover:not(:disabled){background:var(--mist);border-color:var(--teal)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#c03a45}.btn-subtle{background:var(--mist);color:var(--navy)}.btn-subtle:hover:not(:disabled){background:#e2eef1}.btn-sm{height:32px;padding:0 12px;font-size:13px}.btn-icon{width:36px;height:36px;padding:0}.btn-block{width:100%}.field{margin-bottom:16px}.label{color:var(--ink-soft);margin-bottom:6px;font-size:12.5px;font-weight:600;display:block}.input,.select,.textarea{border:1px solid var(--line-strong);border-radius:var(--r-sm);width:100%;height:40px;color:var(--ink);font:inherit;background:#fff;padding:0 12px;transition:border-color .15s,box-shadow .15s}.textarea{resize:vertical;height:auto;min-height:110px;padding:10px 12px}.input:focus,.select:focus,.textarea:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px #40a8c42e}.input::placeholder,.textarea::placeholder{color:#9fb2be}.hint{color:var(--muted);margin-top:6px;font-size:12px}.form-error{color:var(--danger);margin-top:6px;font-size:12.5px}.search{position:relative}.search svg{width:17px;height:17px;color:var(--muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search .input{padding-left:36px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--sh)}.card-pad{padding:20px}.card-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.card-head h3{font-size:15px}.stat{align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.stat-ic{border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid}.stat-ic svg{width:22px;height:22px}.stat-val{letter-spacing:-.01em;font-size:26px;font-weight:700;line-height:1.1}.stat-label{color:var(--muted);margin-top:3px;font-size:12.5px}.pill{background:var(--mist);color:var(--navy);border-radius:999px;align-items:center;gap:6px;padding:3px 10px 3px 8px;font-size:12px;font-weight:600;display:inline-flex}.pill .dot{background:currentColor;border-radius:50%;width:6px;height:6px}.pill-ok{background:var(--ok-soft);color:var(--ok)}.pill-warn{background:var(--warn-soft);color:var(--warn)}.pill-danger{background:var(--danger-soft);color:var(--danger)}.pill-info{background:var(--info-soft);color:var(--info)}.pill-neutral{color:#5a7183;background:#eef2f5}.pill-gold{background:var(--gold-soft);color:var(--gold-600)}.table{border-collapse:collapse;width:100%}.table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--line);background:#fbfcfe;padding:12px 16px;font-size:11.5px;font-weight:600}.table td{border-bottom:1px solid var(--line);color:var(--ink-soft);padding:13px 16px}.table tbody tr:last-child td{border-bottom:none}.table tbody tr{transition:background .12s}.table tbody tr:hover{background:#f9fbfd}.table .strong{color:var(--ink);font-weight:600}.table-wrap{overflow-x:auto}.overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:60;background:#10223280;place-items:center;padding:20px;animation:.15s fade;display:grid;position:fixed;inset:0}.modal{border-radius:var(--r-lg);width:100%;max-width:520px;box-shadow:var(--sh-lg);background:#fff;max-height:90vh;animation:.16s pop;overflow:auto}.modal-lg{max-width:720px}.modal-head{justify-content:space-between;align-items:center;padding:20px 22px 0;display:flex}.modal-head h3{font-size:17px}.modal-body{padding:18px 22px}.modal-foot{justify-content:flex-end;gap:10px;padding:6px 22px 20px;display:flex}@keyframes fade{0%{opacity:0}}@keyframes pop{0%{opacity:0;transform:translateY(8px)scale(.99)}}.toast-wrap{z-index:80;flex-direction:column;gap:10px;display:flex;position:fixed;top:18px;right:18px}.toast{border:1px solid var(--line);border-left:4px solid var(--navy);border-radius:var(--r-sm);min-width:260px;max-width:380px;box-shadow:var(--sh-md);background:#fff;align-items:center;gap:10px;padding:12px 14px;font-size:13.5px;animation:.2s slidein;display:flex}.toast-ok{border-left-color:var(--ok)}.toast-error{border-left-color:var(--danger)}.toast svg{flex:none;width:18px;height:18px}@keyframes slidein{0%{opacity:0;transform:translate(20px)}}.empty{text-align:center;color:var(--muted);padding:48px 20px}.empty-ic{background:var(--mist);width:52px;height:52px;color:var(--teal);border-radius:14px;place-items:center;margin:0 auto 12px;display:grid}.empty-ic svg{width:26px;height:26px}.empty h4{color:var(--ink-soft);margin-bottom:4px}.tabs{border-bottom:1px solid var(--line);gap:4px;margin-bottom:18px;display:flex}.tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 14px;font-size:13.5px;font-weight:600}.tab:hover{color:var(--ink-soft)}.tab.active{color:var(--navy);border-bottom-color:var(--gold)}.spinner{border:2.5px solid var(--line-strong);border-top-color:var(--navy);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.row{gap:14px;display:flex}.row>*{flex:1 1 0;min-width:0}@media (width<=560px){.row{flex-wrap:wrap}.row>*{flex-basis:100%}}.col{flex-direction:column;gap:14px;display:flex}.between{justify-content:space-between;align-items:center;gap:12px;display:flex}.center{justify-content:center;align-items:center;display:flex}.grid{gap:16px;display:grid}.muted{color:var(--muted)}.wrap{flex-wrap:wrap}.gap-8{gap:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}
