:root{--primary: #1a56db;--primary-dark: #1447b5;--primary-light: #eff4ff;--primary-mid: #bfcffe;--accent-teal: #0694a2;--accent-green: #057a55;--accent-orange: #d03801;--accent-purple: #7e3af2;--success: #057a55;--success-bg: #def7ec;--warning: #c27803;--warning-bg: #fdf6b2;--danger: #c81e1e;--danger-bg: #fde8e8;--info: #1c64f2;--info-bg: #ebf5ff;--sb-bg: #ffffff;--sb-border: #e5e7eb;--sb-text: #6b7280;--sb-hover: #f3f4f6;--sb-active-bg: #eff4ff;--sb-active: #1a56db;--sb-w: 260px;--bg: #f8fafc;--surface: #ffffff;--surface2: #f9fafb;--border: #e5e7eb;--border-2: #d1d5db;--text: #111827;--text2: #374151;--muted: #6b7280;--muted2: #9ca3af;--r: 6px;--r-md: 8px;--r-lg: 12px;--r-xl: 16px;--shadow-xs: 0 1px 2px rgba(0,0,0,.06);--shadow-sm: 0 1px 4px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 10px 30px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.05)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px}body{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.layout-root{display:grid;grid-template-columns:var(--sb-w) 1fr;min-height:100vh}.layout-main{display:flex;flex-direction:column;min-width:0;overflow:hidden}.sidebar{width:var(--sb-w);background:var(--sb-bg);border-right:1px solid var(--sb-border);position:sticky;top:0;height:100vh;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent;box-shadow:1px 0 0 var(--border)}.sidebar::-webkit-scrollbar{width:3px}.sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.brand{display:flex;align-items:center;gap:.6rem;padding:1rem 1rem .9rem;border-bottom:1px solid var(--border);flex-shrink:0;background:var(--surface)}.brand-mark{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#1a56db,#3b82f6);display:grid;place-items:center;color:#fff;font-weight:800;font-size:.65rem;letter-spacing:.5px;flex-shrink:0;box-shadow:0 2px 8px #1a56db59}.brand-title{font-weight:700;font-size:.88rem;color:var(--text);line-height:1.2}.brand-subtitle{font-size:.65rem;color:var(--muted);margin-top:1px;letter-spacing:.02em}.sidebar-nav{flex:1;padding:.5rem .5rem 1.5rem;display:flex;flex-direction:column;gap:1px;overflow-y:auto}.sidebar-section-label{font-size:.63rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted2);padding:.75rem .6rem .2rem;margin-top:.25rem}.sidebar-link-top{display:flex;align-items:center;gap:.5rem;padding:.46rem .65rem;border-radius:var(--r-md);color:var(--sb-text);font-size:.84rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;margin:0 .1rem 1px}.sidebar-link-top:hover{background:var(--sb-hover);color:var(--text);text-decoration:none}.sidebar-link-top.active{background:var(--sb-active-bg);color:var(--sb-active);font-weight:600}.sidebar-group{margin-top:2px}.sidebar-group-title{display:flex;align-items:center;gap:.4rem;font-size:.63rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted2);padding:.6rem .65rem .2rem}.sidebar-group-items{display:flex;flex-direction:column;gap:0}.sidebar-link{display:flex;align-items:center;gap:.5rem;padding:.42rem .65rem .42rem .8rem;border-radius:var(--r-md);color:var(--sb-text);font-size:.83rem;text-decoration:none;transition:background .1s,color .1s;margin:0 .1rem;position:relative}.sidebar-link:hover{background:var(--sb-hover);color:var(--text);text-decoration:none}.sidebar-link.active{background:var(--sb-active-bg);color:var(--sb-active);font-weight:600}.sidebar-link.active:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:3px;background:var(--primary);border-radius:0 2px 2px 0}.sidebar-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.8;font-style:normal}.sidebar-link.active .sidebar-icon{opacity:1}.sidebar-footer{border-top:1px solid var(--border);padding:.65rem .75rem;display:flex;align-items:center;gap:.5rem;background:var(--surface2);flex-shrink:0}.sidebar-footer-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#1a56db,#3b82f6);display:grid;place-items:center;color:#fff;font-weight:700;font-size:.7rem;flex-shrink:0}.sidebar-footer-info{flex:1;min-width:0}.sidebar-footer-name{font-size:.8rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer-role{font-size:.65rem;color:var(--muted)}.topbar{background:var(--surface);border-bottom:1px solid var(--border);padding:0 1.25rem;height:54px;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:sticky;top:0;z-index:10;box-shadow:var(--shadow-xs);flex-shrink:0}.topbar-left{display:flex;align-items:center;gap:.75rem}.topbar-title{font-size:.92rem;font-weight:700;color:var(--text)}.topbar-subtitle{font-size:.72rem;color:var(--muted)}.topbar-divider{width:1px;height:20px;background:var(--border)}.topbar-search{display:flex;align-items:center;gap:.4rem;background:var(--surface2);border:1px solid var(--border);border-radius:var(--r-md);padding:.3rem .65rem;font-size:.82rem;color:var(--muted);width:200px;cursor:pointer;transition:border-color .14s}.topbar-search:hover{border-color:var(--border-2)}.topbar-right{display:flex;align-items:center;gap:.5rem}.topbar-icon-btn{width:34px;height:34px;display:grid;place-items:center;border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--muted);font-size:1rem;transition:all .12s;position:relative}.topbar-icon-btn:hover{background:var(--surface2);color:var(--text)}.topbar-icon-btn .badge{position:absolute;top:4px;right:4px;width:8px;height:8px;background:var(--danger);border-radius:50%;border:1.5px solid var(--surface)}.user-chip{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border);border-radius:var(--r-lg);padding:.3rem .7rem .3rem .35rem;background:var(--surface);cursor:pointer;transition:background .12s}.user-chip:hover{background:var(--surface2)}.user-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#1a56db,#3b82f6);display:grid;place-items:center;color:#fff;font-weight:700;font-size:.68rem;flex-shrink:0}.user-info{line-height:1.25}.user-name{font-weight:600;font-size:.8rem;color:var(--text)}.user-role{font-size:.64rem;color:var(--muted);letter-spacing:.03em}.content{flex:1;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.1rem;overflow-y:auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.1rem}.page-title{font-size:1.05rem;font-weight:700;color:var(--text)}.page-subtitle{font-size:.78rem;color:var(--muted);margin-top:.15rem}.breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--muted);margin-bottom:.4rem}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--primary)}.breadcrumb-sep{color:var(--muted2)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:1.1rem 1.25rem;box-shadow:var(--shadow-sm)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.85rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);gap:1rem}.card-title{font-size:.9rem;font-weight:700;color:var(--text)}.card-subtitle{font-size:.74rem;color:var(--muted);margin-top:.1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.85rem}.stat-card{border-radius:var(--r-lg);border:1px solid var(--border);background:var(--surface);padding:1rem 1.1rem;box-shadow:var(--shadow-sm);position:relative;overflow:hidden;transition:box-shadow .15s,transform .15s}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.stat-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.6rem}.stat-icon{width:36px;height:36px;border-radius:var(--r-md);display:grid;place-items:center;font-size:1rem;flex-shrink:0}.stat-icon.blue{background:#dbeafe;color:#1d4ed8}.stat-icon.green{background:#d1fae5;color:#065f46}.stat-icon.orange{background:#ffedd5;color:#c2410c}.stat-icon.purple{background:#ede9fe;color:#6d28d9}.stat-icon.teal{background:#ccfbf1;color:#0f766e}.stat-icon.red{background:#fee2e2;color:#b91c1c}.stat-trend{display:flex;align-items:center;gap:.2rem;font-size:.7rem;font-weight:600;padding:.15rem .4rem;border-radius:99px}.stat-trend.up{background:#d1fae5;color:#065f46}.stat-trend.down{background:#fee2e2;color:#b91c1c}.stat-trend.flat{background:var(--surface2);color:var(--muted)}.stat-label{font-size:.73rem;color:var(--muted);font-weight:500;margin-bottom:.25rem}.stat-value{font-size:1.55rem;font-weight:800;color:var(--text);line-height:1}.stat-sub{font-size:.71rem;color:var(--muted);margin-top:.35rem}.table-wrap{overflow:auto;border-radius:var(--r-md);border:1px solid var(--border)}.table{width:100%;border-collapse:collapse;font-size:.83rem}.table thead tr{background:var(--surface2)}.table th{padding:.6rem .9rem;text-align:left;font-size:.7rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none}.table th.sortable{cursor:pointer}.table th.sortable:hover{color:var(--text)}.table td{padding:.55rem .9rem;border-bottom:1px solid var(--border);color:var(--text2);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:#f8faff}.table tfoot td{padding:.6rem .9rem;background:var(--surface2);font-weight:700;border-top:2px solid var(--border)}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.18rem .5rem;border-radius:99px;font-size:.7rem;font-weight:600;letter-spacing:.02em}.badge-blue{background:#dbeafe;color:#1e40af}.badge-green{background:#d1fae5;color:#065f46}.badge-red{background:#fee2e2;color:#b91c1c}.badge-orange{background:#ffedd5;color:#c2410c}.badge-gray{background:var(--surface2);color:var(--muted);border:1px solid var(--border)}.badge-purple{background:#ede9fe;color:#6d28d9}.simple-list{list-style:none;display:flex;flex-direction:column;gap:.35rem}.simple-list li{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);padding:.5rem .75rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.83rem;transition:background .1s}.simple-list li:hover{background:var(--surface2)}.simple-list li>span{min-width:0}.simple-list small{color:var(--muted);display:block;font-size:.71rem;margin-top:1px}.simple-list strong{flex-shrink:0;font-weight:700;font-size:.85rem;color:var(--text)}.simple-list .empty-row{color:var(--muted);justify-content:center;text-align:center;font-style:italic;border:1px dashed var(--border);background:transparent;padding:1rem}input,select,textarea,button{font:inherit}label{display:flex;flex-direction:column;gap:.3rem;font-size:.79rem;font-weight:600;color:var(--text2)}input,select,textarea{border:1.5px solid var(--border);border-radius:var(--r-md);padding:.5rem .7rem;width:100%;background:var(--surface);color:var(--text);font-size:.85rem;transition:border-color .14s,box-shadow .14s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1a56db1a}input::placeholder{color:#d1d5db}select{cursor:pointer}.form-hint{font-size:.72rem;color:var(--muted);font-weight:400;margin-top:.2rem}.grid-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.grid-form>label:last-of-type,.grid-form button,.grid-form>div{grid-column:1 / -1}.btn{display:inline-flex;align-items:center;gap:.4rem;border-radius:var(--r-md);border:1.5px solid transparent;cursor:pointer;padding:.48rem .95rem;font-size:.83rem;font-weight:600;transition:all .14s;white-space:nowrap;line-height:1.4}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 1px 4px #1a56db40}.btn-primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark);box-shadow:0 3px 8px #1a56db4d;transform:translateY(-1px)}.btn-outline{background:var(--surface);color:var(--text2);border-color:var(--border)}.btn-outline:hover:not(:disabled){background:var(--surface2);border-color:var(--border-2)}.btn-ghost{background:transparent;color:var(--muted);border-color:transparent}.btn-ghost:hover:not(:disabled){background:var(--surface2);color:var(--text2)}.btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn-danger:hover:not(:disabled){background:#a51c1c}.btn-success{background:var(--success);color:#fff;border-color:var(--success)}.btn-success:hover:not(:disabled){background:#046341}.btn-sm{padding:.28rem .6rem;font-size:.76rem}.btn-lg{padding:.65rem 1.4rem;font-size:.9rem}.btn-icon{width:32px;height:32px;padding:0;justify-content:center;border-radius:var(--r-md)}.tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:1rem}.tab{padding:.55rem 1rem;font-size:.84rem;font-weight:500;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .12s,border-color .12s}.tab:hover{color:var(--text)}.tab.active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--surface)}.auth-left{background:linear-gradient(160deg,#1e3a8a,#1a56db 45%,#2563eb);padding:3rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-left:before{content:"";position:absolute;top:-80px;right:-80px;width:320px;height:320px;border-radius:50%;background:#ffffff12}.auth-left:after{content:"";position:absolute;bottom:-60px;left:-60px;width:240px;height:240px;border-radius:50%;background:#ffffff0d}.auth-left-brand{display:flex;align-items:center;gap:.75rem;position:relative;z-index:1}.auth-left-logo{width:40px;height:40px;border-radius:10px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;color:#fff;font-weight:800;font-size:.8rem;border:1px solid rgba(255,255,255,.3)}.auth-left-brand-name{font-weight:800;font-size:1rem;color:#fff}.auth-left-brand-sub{font-size:.72rem;color:#ffffffb3}.auth-left-hero{position:relative;z-index:1}.auth-left-headline{font-size:1.8rem;font-weight:800;color:#fff;line-height:1.25;margin-bottom:.75rem}.auth-left-sub{font-size:.9rem;color:#ffffffbf;line-height:1.6;max-width:340px}.auth-left-features{display:flex;flex-direction:column;gap:.6rem;position:relative;z-index:1}.auth-feature-item{display:flex;align-items:center;gap:.6rem;color:#ffffffe0;font-size:.84rem}.auth-feature-icon{width:28px;height:28px;border-radius:7px;background:#ffffff26;display:grid;place-items:center;font-size:.85rem;flex-shrink:0}.auth-right{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background:var(--surface)}.auth-form-wrap{width:min(420px,100%)}.auth-form-header{margin-bottom:1.75rem}.auth-form-title{font-size:1.4rem;font-weight:800;color:var(--text);margin-bottom:.35rem}.auth-form-sub{font-size:.84rem;color:var(--muted)}.auth-form{display:flex;flex-direction:column;gap:.85rem}.auth-divider{display:flex;align-items:center;gap:.75rem;color:var(--muted);font-size:.78rem;margin:.25rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-footer-link{text-align:center;font-size:.83rem;color:var(--muted);margin-top:.5rem}.error-text{color:var(--danger);font-size:.81rem}.error-box{display:flex;align-items:center;gap:.5rem;background:var(--danger-bg);color:var(--danger);border:1px solid #fca5a5;border-radius:var(--r-md);padding:.55rem .75rem;font-size:.82rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);overflow:hidden}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.1rem;border-bottom:1px solid var(--border);background:var(--surface);gap:1rem}.panel-title{font-size:.88rem;font-weight:700;color:var(--text)}.panel-subtitle{font-size:.73rem;color:var(--muted);margin-top:.1rem}.panel-body{padding:.85rem 1.1rem}.filter-bar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.filter-bar input,.filter-bar select{width:auto;min-width:140px}@keyframes ims-spin{to{transform:rotate(360deg)}}.spinner{width:22px;height:22px;border-radius:50%;border:3px solid var(--border, #e5e7eb);border-top-color:var(--brand, #4f46e5);animation:ims-spin .7s linear infinite;display:inline-block;flex-shrink:0}.loader-block{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 20px;color:var(--muted, #6b7280);font-size:.9rem;font-weight:500}.loader-inline{display:inline-flex;align-items:center;gap:8px;color:var(--muted, #6b7280);font-size:.85rem;font-weight:500}.loader-inline .spinner{width:15px;height:15px;border-width:2px}.app-loader{min-height:100vh;display:grid;place-items:center;color:var(--muted);font-size:.9rem}.stack-lg{display:flex;flex-direction:column;gap:1.1rem}.stack-sm{display:flex;flex-direction:column;gap:.6rem}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.three-col{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.action-group{display:flex;gap:.35rem;align-items:center}.placeholder-box{border:1.5px dashed var(--border);border-radius:var(--r-lg);padding:2.5rem;background:var(--surface2);color:var(--muted);text-align:center}.divider{height:1px;background:var(--border);margin:.25rem 0}.text-muted{color:var(--muted)}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.fw-bold{font-weight:700}.mt-auto{margin-top:auto}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width: 1100px){.layout-root{grid-template-columns:220px 1fr}:root{--sb-w: 220px}}@media (max-width: 900px){.layout-root{grid-template-columns:1fr}.sidebar{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid var(--border)}.auth-shell{grid-template-columns:1fr}.auth-left{display:none}.two-col{grid-template-columns:1fr}.three-col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 680px){.content{padding:.9rem}.grid-form{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.card{padding:.9rem}.three-col{grid-template-columns:1fr}}@media (max-width: 420px){.stats-grid{grid-template-columns:1fr}.auth-right{padding:1.5rem 1rem}}
