:root{--blue: #123a6b;--blue-2: #1b4f9c;--blue-light: #e8eefb;--gold: #c9992d;--success: #1e8e5a;--warning: #c9992d;--danger: #b23b2e;--red: #b23b2e;--bg: #eef1f7;--card: #ffffff;--text: #1e293b;--muted: #64748b;--border: #e2e8f0;--radius: 14px;--radius-sm: 9px;--radius-pill: 999px;--shadow: 0 2px 10px rgba(18, 58, 107, .06), 0 1px 2px rgba(18, 58, 107, .08)}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px}.app{display:flex;min-height:100vh}.sidebar{width:250px;background:linear-gradient(180deg,var(--blue) 0%,#0c2748 100%);color:#dfe8f7;display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:20px 18px 16px;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar-brand .brand-mark{width:42px;height:42px;flex-shrink:0;background:#fff;border-radius:10px;padding:6px}.sidebar-brand .brand-mark svg{width:100%;height:100%}.sidebar-brand .t1{font-weight:800;font-size:17px;color:#fff;line-height:1.15;letter-spacing:.05em}.sidebar-brand .t2{font-size:10px;color:#a9c0e4;letter-spacing:.02em;line-height:1.35;margin-top:2px}.nav-group-label{font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:#7d9bcb;padding:16px 18px 6px;font-weight:600}.nav{list-style:none;margin:0;padding:0 10px}.nav li{margin:2px 0}.nav a{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:10px;color:#c9d8f0;text-decoration:none;font-size:13.5px;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.nav a svg{width:18px;height:18px;flex-shrink:0;opacity:.85}.nav a:hover{background:#ffffff14;color:#fff}.nav a.active{background:var(--gold);color:#1c1404;font-weight:700}.nav a.active svg{opacity:1}.sidebar-foot{margin-top:auto;padding:14px 18px;font-size:11px;color:#7d9bcb;border-top:1px solid rgba(255,255,255,.1)}.main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{background:var(--card);padding:14px 28px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow);position:sticky;top:0;z-index:5}.topbar .page-title{font-size:19px;font-weight:700;color:var(--blue)}.topbar .page-sub{font-size:12px;color:var(--muted);margin-top:1px}.topbar-right{display:flex;align-items:center;gap:16px}.search-box{display:flex;align-items:center;gap:8px;background:var(--blue-light);border-radius:10px;padding:8px 14px;color:var(--muted);font-size:13px;width:230px}.search-box svg{width:15px;height:15px;opacity:.6}.icon-btn{width:36px;height:36px;border-radius:10px;background:var(--blue-light);display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;color:var(--blue)}.icon-btn svg{width:17px;height:17px}.icon-btn .dot{position:absolute;top:-3px;right:-3px;width:9px;height:9px;border-radius:50%;background:var(--red);border:2px solid #fff}.user-chip{display:flex;align-items:center;gap:9px;cursor:pointer}.avatar{width:36px;height:36px;border-radius:50%;background:var(--gold);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.user-chip .name{font-size:13px;font-weight:600;color:var(--text);line-height:1.1}.user-chip .role{font-size:11px;color:var(--muted)}.content{padding:26px 28px 50px}.page{display:none}.page.active{display:block;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.grid{display:grid;gap:18px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:2fr 1fr}@media (max-width: 1100px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.card-title{font-size:14.5px;font-weight:700;color:var(--blue)}.card-sub{font-size:11.5px;color:var(--muted);margin-top:2px}.kpi{display:flex;flex-direction:column;gap:8px}.kpi-top{display:flex;align-items:center;justify-content:space-between}.kpi-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center}.kpi-icon svg{width:19px;height:19px}.kpi-label{font-size:12px;color:var(--muted);font-weight:600}.kpi-value{font-size:22px;font-weight:800;color:var(--text)}.kpi-trend{font-size:11.5px;font-weight:700}.up{color:var(--success)}.down{color:var(--danger)}.flat{color:var(--muted)}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-pill);font-size:11px;font-weight:700}.badge-blue{background:var(--blue-light);color:var(--blue-2)}.badge-green{background:#e5f5ec;color:var(--success)}.badge-gold{background:#faf1de;color:#8a6a17}.badge-red{background:#fbeae7;color:var(--red)}.badge-gray{background:#eef1f5;color:var(--muted)}.table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:4px}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:10px 12px;border-bottom:2px solid #eef1f7;font-weight:700;white-space:nowrap}td{padding:12px;border-bottom:1px solid #f1f3f8;font-size:13px;vertical-align:middle}tr:last-child td{border-bottom:none}tbody tr:hover{background:#f8fafd}.row-actions{display:inline-flex;align-items:center;gap:10px;vertical-align:middle}.row-actions form{display:inline-flex;align-items:center;margin:0}.menu-toggle-btn{display:none;width:36px;height:36px;border-radius:10px;background:var(--blue-light);color:var(--blue);align-items:center;justify-content:center;cursor:pointer;border:none;flex-shrink:0}.menu-toggle-btn svg{width:20px;height:20px}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a7a;z-index:99}@media (max-width: 768px){.menu-toggle-btn{display:flex}.sidebar{position:fixed;top:0;left:-270px;height:100vh;z-index:100;transition:left .25s ease,box-shadow .25s ease;box-shadow:none}.sidebar.open{left:0;box-shadow:10px 0 30px #00000059}.sidebar.open~.sidebar-backdrop,.sidebar.open+.sidebar-backdrop,.sidebar-backdrop.active{display:block}.table-responsive table{min-width:580px}.hide-mobile{display:none!important}.content{padding:16px 14px 40px}.topbar{padding:10px 16px;flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px}.topbar-right{width:100%;justify-content:space-between}.search-box{width:100%}.card{padding:14px}.card-head{flex-direction:column;align-items:flex-start;gap:10px}.card-head .btn{width:100%;justify-content:center}.toolbar{flex-direction:column;align-items:stretch}.toolbar input,.toolbar select{width:100%!important}}.desktop-view{display:block}.mobile-view{display:none}.user-cards-grid{display:flex;flex-direction:column;gap:12px}.user-card-item{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius);padding:14px 16px;display:flex;flex-direction:column;gap:10px}.user-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.user-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted);border-top:1px solid #f1f3f8;border-bottom:1px solid #f1f3f8;padding:8px 0}.user-card-actions{display:flex;gap:10px;justify-content:flex-end}@media (max-width: 768px){.desktop-view{display:none!important}.mobile-view{display:block!important}}.avatar-sm{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:700;color:#fff;flex-shrink:0}.name-cell{display:flex;align-items:center;gap:10px}.name-cell .who .n{font-weight:700;font-size:13px}.name-cell .who .c{font-size:11.5px;color:var(--muted)}.row-actions{display:flex;align-items:center;gap:12px;color:var(--muted)}.row-actions svg{width:16px;height:16px;flex-shrink:0;cursor:pointer;transition:color .15s}.row-actions svg:hover{color:var(--blue-2)}.btn{border:none;border-radius:var(--radius-sm);padding:9px 16px;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:7px;transition:filter .15s}.btn:hover{filter:brightness(1.06)}.btn-primary{background:var(--blue-2);color:#fff}.btn-gold{background:var(--gold);color:#1c1404}.btn-outline{background:#fff;color:var(--blue-2);border:1.5px solid var(--blue-2)}.btn-ghost{background:var(--blue-light);color:var(--blue-2)}.btn svg{width:15px;height:15px}.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.input,select.input{border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:9px 12px;font-size:13px;color:var(--text);background:#fff;font-family:inherit}.input:focus,select.input:focus{outline:none;border-color:var(--blue-2);box-shadow:0 0 0 3px #1b4f9c24}.field{display:flex;flex-direction:column;gap:5px;font-size:12.5px;color:var(--muted);font-weight:600}.field-label{font-size:12px;font-weight:700;color:var(--text);margin-bottom:6px;display:block}.field-icon{position:relative}.field-icon>svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--muted);pointer-events:none;transition:color .15s}.field-icon input.input,.field-icon select.input{width:100%;padding-left:36px}.field-icon:focus-within>svg{color:var(--blue-2)}.field-icon select.input{-moz-appearance:none;appearance:none;-webkit-appearance:none}.field-icon .chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:13px;height:13px;color:var(--muted);pointer-events:none}.pwd-toggle-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:var(--muted);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;z-index:5}.pwd-toggle-btn svg{position:static!important;transform:none!important;left:auto!important;width:18px!important;height:18px!important;color:var(--muted);pointer-events:none;transition:color .15s}.pwd-toggle-btn:hover svg{color:var(--blue-2)}.stepper{display:flex;align-items:center;margin-bottom:22px}.step{display:flex;align-items:center;gap:10px}.step .circ{width:30px;height:30px;border-radius:50%;background:var(--border);color:var(--muted);font-weight:800;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.step.done .circ{background:var(--success);color:#fff}.step.current .circ{background:var(--gold);color:#1c1404}.step .lbl{font-size:12.5px;font-weight:700;color:var(--muted);white-space:nowrap}.step.current .lbl,.step.done .lbl{color:var(--text)}.step-line{flex:1;height:2px;background:var(--border);margin:0 10px}.tabs{display:flex;gap:6px;margin-bottom:18px;border-bottom:2px solid var(--border)}.tab,.tabs .tab,div.tab,a.tab,button.tab{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;font-size:13px;font-weight:700;color:var(--muted);cursor:pointer;background:transparent;border-top:none;border-left:none;border-right:none;border-bottom:3px solid transparent;margin-bottom:-2px;text-decoration:none;white-space:nowrap;font-family:inherit;box-sizing:border-box;transition:color .15s ease,border-color .15s ease}.tab:hover,.tabs .tab:hover,div.tab:hover,a.tab:hover,button.tab:hover{color:var(--blue-2)}.tab.active,.tabs .tab.active,div.tab.active,a.tab.active,button.tab.active{color:var(--blue-2)!important;border-bottom:3px solid var(--gold)!important;font-weight:700}.subpage{display:none}.subpage.active{display:block;animation:fadeIn .2s ease}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a7a;display:none;align-items:center;justify-content:center;z-index:100;padding:24px}.modal-overlay.active{display:flex}.modal{background:#fff;border-radius:16px;width:660px;max-width:100%;max-height:88vh;overflow-y:auto;box-shadow:0 20px 50px #09193547}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 26px;border-bottom:1px solid #eef1f7;position:sticky;top:0;background:#fff;border-radius:16px 16px 0 0}.modal-header .mh-title{font-size:17px;font-weight:800;color:var(--blue)}.modal-header .mh-sub{font-size:11.5px;color:var(--muted);margin-top:2px;font-weight:600}.modal-close{width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--muted);cursor:pointer;flex-shrink:0}.modal-close svg{width:17px;height:17px}.modal-close:hover{background:#f1f3f8;color:var(--text)}.modal-body{padding:22px 26px;display:grid;grid-template-columns:1fr 1fr;gap:16px 18px}.modal-body .input,.modal-body select.input,.modal-body textarea.input{width:100%}.full{grid-column:1 / -1!important;width:100%}.modal-section{grid-column:1 / -1;font-size:11.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--gold);margin:14px 0 12px;display:block}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 26px;border-top:1px solid #eef1f7;position:sticky;bottom:0;background:#fff;border-radius:0 0 16px 16px}.legend-row{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);margin-bottom:6px}.legend-dot{width:9px;height:9px;border-radius:50%}.section-title{font-size:15.5px;font-weight:700;color:var(--blue);margin:26px 0 14px}.progress{height:8px;border-radius:5px;background:var(--border);overflow:hidden}.progress>div{height:100%;border-radius:5px;background:var(--gold)}.chip-list{display:flex;flex-wrap:wrap;gap:8px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#c7d2e0;border-radius:8px}.sidebar .nav a.disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.sidebar .nav a.disabled:hover{background:transparent}.sidebar .nav a .lock-badge{margin-left:auto;font-size:9.5px;font-weight:700;background:#ffffff1f;color:#a9c0e4;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.sidebar .nav li.has-sub>a .menu-arrow{width:14px;height:14px;opacity:.7;transition:transform .2s ease;margin-left:auto}.sidebar .nav li.has-sub.open>a .menu-arrow{transform:rotate(180deg)}.sidebar .nav-sub{list-style:none;margin:3px 0 6px 16px;padding:0 0 0 10px;border-left:2px solid rgba(255,255,255,.12);display:none}.sidebar .nav li.has-sub.open>.nav-sub{display:block;animation:fadeInDown .18s ease}.sidebar .nav-sub li{margin:2px 0}.sidebar .nav-sub a{padding:5px 8px;font-size:12px;color:#a9c0e4;border-radius:6px;display:flex;align-items:center;gap:6px;text-decoration:none;cursor:pointer;transition:background .15s,color .15s;font-weight:400}.sidebar .nav-sub a:hover{background:#ffffff14;color:#fff}.sidebar .nav-sub a.active{color:var(--gold);font-weight:600;background:#c9992d26}
