body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{--primary:#1565c0;--primary-light:#2196f3;--sidebar-bg:#1e293b;--sidebar-text:#cbd5e1;--sidebar-hover:#334155;--bg:#f0f2f5;--card-bg:#fff;--text-primary:#1a1a1a;--text-secondary:#666;--text-muted:#999;--border:#e8ecf1;--success:#4caf50;--danger:#f44336;--warning:#ff9800;--shadow:0 2px 8px rgba(0,0,0,0.08)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{width:240px;min-width:240px;background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;box-shadow:2px 0 12px rgba(0,0,0,.08)}.sidebar-logo{padding:20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-logo-icon{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#3b82f6,#60a5fa);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.sidebar-logo-text{color:#f1f5f9;font-size:15px;font-weight:700;line-height:1.35}.sidebar-logo-sub{color:#94a3b8;font-size:11px;font-weight:400}.sidebar-section-title{padding:12px 20px 6px;color:#64748b;font-size:11px;font-weight:600}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 20px;border-left:3px solid transparent;color:var(--sidebar-text);font-size:14px}.nav-item:hover{background:var(--sidebar-hover);color:#f1f5f9}.nav-item.active{background:rgba(37,99,235,.2);border-left-color:#3b82f6;color:#f1f5f9;font-weight:600}.nav-icon{width:18px;height:18px;opacity:.85}.nav-badge{margin-left:auto;border-radius:10px;background:var(--danger);color:#fff;font-size:10px;font-weight:600;padding:2px 6px}.main{flex:1 1;min-width:0;display:flex;flex-direction:column}.topbar{height:56px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;box-shadow:0 1px 4px rgba(0,0,0,.04)}.breadcrumb{color:var(--text-secondary);font-size:13px}.user-pill{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.content{padding:22px 24px}.page-header{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.page-title{margin:0;font-size:22px;font-weight:700}.page-subtitle{margin-top:4px;color:var(--text-secondary);font-size:13px}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);padding:18px}.section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}.metric-label{color:var(--text-muted);font-size:12px}.metric-value{margin-top:6px;color:var(--text-primary);font-size:28px;font-weight:700}.metric-sub{margin-top:5px;color:var(--text-muted);font-size:11px}.btn{border:1px solid var(--primary);border-radius:6px;background:var(--primary);color:#fff;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer}.btn.secondary{background:#fff;color:var(--primary)}.btn:disabled{cursor:not-allowed;opacity:.6}.table{width:100%;border-collapse:collapse;font-size:13px}.table th{background:#f8fafc;color:var(--text-secondary);font-weight:600;text-align:left;white-space:nowrap}.table td,.table th{border-bottom:1px solid var(--border);padding:10px 12px}.tag{display:inline-block;border-radius:12px;padding:3px 10px;font-size:11px;font-weight:500}.tag-success{background:#e8f5e9;color:#2e7d32}.tag-warning{background:#fff3e0;color:#e65100}.tag-info{background:#e3f2fd;color:var(--primary)}.form-panel{display:grid;gap:12px}.form-input{width:100%;min-height:38px;border:1px solid var(--border);border-radius:6px;padding:8px 10px;font-size:13px;outline:none}.form-input:focus{border-color:var(--primary-light);box-shadow:0 0 0 3px rgba(33,150,243,.12)}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,rgba(21,101,192,.08),rgba(76,175,80,.07)),var(--bg)}.login-card{width:min(420px,calc(100vw - 32px));background:#fff;border-radius:8px;border:1px solid var(--border);box-shadow:0 20px 60px rgba(15,23,42,.16);padding:28px}.login-title{margin:0 0 4px;font-size:24px;font-weight:700}.login-subtitle{margin:0 0 20px;color:var(--text-secondary);font-size:13px}.alert{border-radius:6px;padding:10px 12px;font-size:13px;background:#fff3e0;color:#a14b00}.chart-box{height:320px}@media (max-width:900px){.sidebar{display:none}.section-grid,.stats-grid{grid-template-columns:1fr}.content{padding:16px}}