:root{--shell-bg:#f4f7fb;--panel-bg:rgba(255,255,255,.86);--panel-border:rgba(15,23,42,.08);--brand-primary:#1f7a8c;--brand-primary-deep:#164f73;--brand-accent:#d96c06;--text-main:#132238;--text-subtle:#617087;--danger:#d1495b}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:radial-gradient(circle at top left,rgba(31,122,140,.16),transparent 26%),radial-gradient(circle at right 20%,rgba(217,108,6,.12),transparent 24%),linear-gradient(180deg,#f7fafc,#eff5fb);color:var(--text-main)}body{min-height:100vh}.shell-layout{min-height:100vh;background:transparent}.shell-sider{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;border-right:1px solid var(--panel-border);background:linear-gradient(180deg,#fffffff5,#f2f7fcf0)!important}.brand-panel{display:flex;align-items:center;gap:14px;padding:24px 20px 18px}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;color:#fff;font-weight:700;background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-deep));box-shadow:0 12px 30px #164f733d}.brand-title{font-size:16px;font-weight:700}.brand-subtitle{color:var(--text-subtle);font-size:12px}.sidebar-sections{display:flex;flex-direction:column;gap:14px;padding:4px 0 0;overflow:auto}.sidebar-section{display:flex;flex-direction:column;gap:8px}.sidebar-section-title{padding:0 20px;color:var(--text-subtle);font-size:12px;font-weight:700;letter-spacing:.08em}.sidebar-nav{display:flex;flex-direction:column;gap:8px;padding:8px 14px 0}.sidebar-link{width:100%;display:flex;align-items:center;gap:12px;padding:12px 14px;border:0;border-radius:16px;background:transparent;color:var(--text-main);cursor:pointer;font-size:14px;text-align:left;transition:all .18s ease}.sidebar-link:hover{background:#1f7a8c14;color:var(--brand-primary-deep)}.sidebar-link-active{background:linear-gradient(135deg,#1f7a8c29,#164f731f);color:var(--brand-primary-deep);box-shadow:inset 0 0 0 1px #1f7a8c1f}.sider-footer{margin-top:auto;padding:18px 20px 20px}.footer-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:#1f7a8c1a;color:var(--brand-primary-deep)}.shell-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;margin:12px 16px 0;border-radius:16px;background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);min-height:56px}.topbar-profile{display:flex;align-items:center;gap:12px;min-width:0}.topbar-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-deep));color:#fff;font-size:15px;font-weight:700;flex-shrink:0}.topbar-info{display:flex;flex-direction:column;gap:1px;min-width:0}.topbar-name{font-size:14px;font-weight:600;color:var(--text-main);line-height:1.3}.topbar-roles{font-size:12px;color:var(--text-subtle);line-height:1.3;white-space:nowrap}.shell-header{padding:10px 16px 0;background:transparent;height:auto;line-height:normal}.header-panel{display:flex;align-items:center;justify-content:flex-start;gap:12px;min-height:72px;padding:12px 16px;border:1px solid var(--panel-border);border-radius:18px;background:var(--panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-main{display:flex;flex-direction:column;gap:4px;min-width:0}.header-title{font-size:18px;font-weight:700;line-height:1.2}.header-desc{margin-top:0;color:var(--text-subtle);font-size:12px;line-height:1.3}.header-actions{display:flex;align-items:center;gap:12px}.shell-content{padding:16px}.page-stack{display:flex;flex-direction:column;gap:20px}.page-hero{display:flex;justify-content:space-between;gap:20px;padding:18px 20px;border-radius:22px;color:#fff;background:linear-gradient(135deg,#132238f0,#164f73f5);box-shadow:0 18px 40px #13223824}.page-hero h2{margin:0;font-size:24px}.page-hero p{margin:8px 0 0;max-width:720px;color:#ffffffc7}.panel-card{border:1px solid var(--panel-border);border-radius:24px!important;background:var(--panel-bg);box-shadow:0 18px 50px #0f172a0f}.panel-card .ant-card-head{border-bottom-color:#0f172a14}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.kpi-card{padding:18px;border-radius:22px;background:linear-gradient(180deg,#ffffffe0,#f3f8fce6);border:1px solid rgba(15,23,42,.06)}.kpi-label{color:var(--text-subtle);font-size:13px}.kpi-value{margin-top:8px;font-size:32px;font-weight:700}.kpi-desc{margin-top:8px;color:var(--brand-primary-deep);font-size:12px}.split-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.table-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.filters-inline{display:flex;flex-wrap:wrap;gap:12px}.metric-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#ffffff1f;color:#fff}.page-note{color:var(--text-subtle);font-size:13px}.dictionary-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:20px}.dictionary-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}@media (max-width:1080px){.split-grid,.dictionary-grid{grid-template-columns:1fr}.header-panel,.page-hero{flex-direction:column;align-items:flex-start}.shell-topbar{margin:8px 12px 0;padding:10px 16px}}@media (max-width:780px){.shell-topbar{margin:8px;padding:8px 12px;min-height:auto;flex-wrap:wrap;gap:8px}.topbar-profile{flex:1;min-width:0}.topbar-info{max-width:100%}}
