@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{--bg-page: #f8fafc;--bg-card: #ffffff;--bg-soft: #f1f5f9;--text-main: #0f172a;--text-regular: #475569;--text-muted: #94a3b8;--line: #e2e8f0;--brand: #3b82f6;--brand-strong: #2563eb;--brand-soft: #eff6ff;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--sidebar-top: #ffffff;--sidebar-bottom: #ffffff;--shadow-soft: 0 4px 24px rgba(15, 23, 42, .06);--shadow-hover: 0 10px 32px rgba(15, 23, 42, .1);font-family:Manrope,Noto Sans SC,sans-serif;line-height:1.5;color:var(--text-main)}*{box-sizing:border-box}html,body,#app{width:100%;min-height:100%}body{margin:0;min-width:320px;background:var(--bg-page)}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-slideIn{animation:slideIn .3s ease-out}.animate-slideUp{animation:slideUp .3s ease-out}.mono{font-family:JetBrains Mono,monospace}.surface,.surface-card{background:var(--bg-card);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-soft)}.page-stack{display:flex;flex-direction:column;gap:16px;width:100%}.page-title{margin:0;font-size:24px;font-weight:700;color:var(--text-main)}.page-subtitle{margin:4px 0 0;color:var(--text-regular);font-size:14px}.ops-shell-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ops-shell-head-extra{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.ops-toolbar-wrap{display:flex;flex-direction:column;gap:10px}.ops-toolbar-card{border-radius:14px}.ops-toolbar-card .el-card__body{padding:14px 16px}.ops-filter-row,.ops-bulk-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ops-filter-row>.el-input,.ops-filter-row>.el-select,.ops-filter-row>.el-radio-group,.ops-filter-row>.el-button{margin:0}.ops-bulk-row{padding-top:10px;border-top:1px dashed var(--line)}.ops-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ops-table-card .el-card__body{padding-top:14px}.ops-table-card .el-table{--el-table-row-hover-bg-color: #f8fafc}.ops-table-card .el-table .el-table__cell{padding-top:10px;padding-bottom:10px}.ops-table-footer{margin-top:14px;display:flex;justify-content:flex-end}.filter-toolbar{display:flex;align-items:center;gap:10px;width:100%}.ops-inline-meta{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-size:12px}.ops-risk-text{color:var(--warning);font-weight:600}.stat-card{transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.portal-shell{display:flex;min-height:100vh;max-height:100vh;background:var(--bg-page);overflow:hidden}.portal-overlay{position:fixed;inset:0;background:#02061780;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1035}.portal-sidebar{position:fixed;left:0;top:0;bottom:0;width:256px;background:linear-gradient(180deg,var(--sidebar-top) 0%,var(--sidebar-bottom) 100%);z-index:1040;transition:width .25s ease,transform .25s ease;display:flex;flex-direction:column;border-right:1px solid var(--line)}.portal-shell.is-mobile .portal-sidebar{transform:translate(-100%);box-shadow:12px 0 30px #02061740}.portal-shell.is-mobile.sidebar-open .portal-sidebar{transform:translate(0)}.portal-shell.is-mobile .portal-menu-wrap{padding-bottom:20px}.portal-shell:not(.is-mobile).sidebar-collapsed .portal-sidebar{width:72px}.portal-logo{height:64px;padding:0 18px;display:flex;align-items:center;gap:10px;color:var(--text-main);border-bottom:1px solid var(--line);font-weight:700}.portal-logo-mark{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-strong);font-size:14px;font-weight:700}.portal-shell.sidebar-collapsed .portal-logo-text{display:none}.portal-menu-wrap{flex:1;padding:12px 10px;overflow-y:auto}.portal-menu.el-menu{background:transparent;border-right:none;--el-menu-bg-color: transparent;--el-menu-text-color: #475569;--el-menu-active-color: #2563eb;--el-menu-hover-bg-color: #f1f5f9}.portal-menu .el-menu-item{margin:4px 0;height:46px;line-height:46px;border-radius:10px;color:#475569}.portal-menu .el-menu-item.is-active{background:var(--brand-soft);color:var(--brand-strong);font-weight:600}.portal-menu .el-menu-item:hover{color:var(--text-main);background:#f1f5f9}.portal-main{margin-left:256px;width:calc(100% - 256px);min-width:0;display:flex;flex-direction:column;transition:margin-left .25s ease,width .25s ease}.portal-shell:not(.is-mobile).sidebar-collapsed .portal-main{margin-left:72px;width:calc(100% - 72px)}.portal-shell.is-mobile .portal-main{margin-left:0;width:100%}.portal-header{height:64px;background:var(--bg-card);border-bottom:1px solid var(--line);box-shadow:0 1px 2px #0f172a0a;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px}.portal-header-left{display:flex;align-items:center;gap:12px;min-width:0}.portal-header-right{display:flex;align-items:center;gap:12px}.portal-hamburger{width:40px;height:40px;border:0;border-radius:10px;background:var(--bg-soft);color:var(--text-regular);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.portal-hamburger:hover{background:#e2e8f0;color:var(--text-main)}.portal-hamburger:active{transform:scale(.96)}.portal-heading{margin:0;font-size:17px;font-weight:600}.portal-subheading{margin:0;font-size:12px;color:var(--text-muted)}.portal-content{flex:1;overflow:auto;padding:24px}.admin-context-strip{padding:14px 20px 0}.admin-context-card{background:linear-gradient(135deg,#eff6ff,#f8fafc 55%,#eef2ff);border-color:#c7d2fe}.admin-context-content{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.admin-context-eyebrow{margin:0;font-size:12px;color:#475569}.admin-context-title{margin:4px 0;font-size:20px;color:#0f172a}.admin-context-description{margin:0;font-size:13px;color:#334155}.admin-context-meta{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px}.portal-account-chip{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;color:var(--text-regular);background:var(--bg-soft);border:1px solid var(--line);font-size:13px}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(320px,42%) minmax(0,1fr);background:radial-gradient(circle at 80% -10%,#dbeafe 0%,transparent 34%),#fff}.auth-brand{background:radial-gradient(circle at 20% 20%,#1d4ed8,#1e3a8a 48%,#0f172a);color:#fff;padding:56px;display:flex;align-items:center;position:relative;overflow:hidden}.auth-brand:after{content:"";position:absolute;width:520px;height:520px;right:-250px;bottom:-250px;border-radius:50%;background:radial-gradient(circle,rgba(147,197,253,.28) 0%,transparent 70%)}.auth-brand-inner{position:relative;z-index:1;max-width:460px;animation:fadeIn .4s ease-out}.auth-logo{display:inline-flex;align-items:center;gap:12px;margin-bottom:28px}.auth-logo-mark{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-strong) 100%);color:#fff;font-weight:700;box-shadow:0 12px 22px #3b82f666}.auth-brand h1{margin:0 0 10px;font-size:44px;line-height:1.15}.auth-brand p{margin:0;color:#ffffffd1}.auth-feature-list{margin:28px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;color:#ffffffe6}.auth-panel{display:flex;align-items:center;justify-content:center;padding:40px}.auth-card{width:min(460px,100%);border-radius:14px;border:1px solid var(--line);box-shadow:var(--shadow-soft);animation:slideUp .35s ease-out}.auth-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.auth-submit-btn{width:100%;margin-top:6px}.el-card{border-radius:14px;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.el-card__header{border-bottom:1px solid var(--line)}.el-button{border-radius:8px;font-weight:600}.el-button--primary{border:none;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-strong) 100%)}.el-button--primary:hover{background:linear-gradient(135deg,#60a5fa 0%,var(--brand) 100%)}.el-input__wrapper,.el-select__wrapper,.el-input-number,.el-textarea__inner{border-radius:8px}.el-table th.el-table__cell{background:#f8fafc;color:var(--text-main);font-weight:600}.el-pagination.is-background .btn-prev,.el-pagination.is-background .btn-next,.el-pagination.is-background .el-pager li{border:1px solid #e2e8f0;background:#fff}.el-pagination.is-background .el-pager li.is-active{background:var(--brand-soft);border-color:#93c5fd;color:#1d4ed8}.el-alert{border-radius:10px}.el-tag{border-radius:999px}@media(max-width:992px){.auth-page{grid-template-columns:1fr}.auth-brand{min-height:220px;padding:28px}.auth-brand h1{font-size:30px}.auth-panel{padding:18px}}@media(max-width:768px){.portal-header{height:56px;padding:0 14px}.portal-content{padding:14px}.admin-context-strip{padding:12px 14px 0}.admin-context-content{flex-direction:column}.portal-shell:not(.is-mobile).sidebar-collapsed .portal-main,.portal-main{margin-left:0;width:100%}.page-title{font-size:20px}.ops-shell-head{flex-direction:column;align-items:flex-start}.ops-shell-head-extra{width:100%;justify-content:flex-start}.ops-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){.ops-kpi-grid{grid-template-columns:1fr}}
