:root{--bg: #f3f6fa;--bg-alt: #e9eef6;--surface: #ffffff;--surface-raised: #f8fafd;--surface-soft: #eef4fb;--field-bg: #ffffff;--heading: #0f172a;--ink: #1f2937;--muted: #64748b;--muted-strong: #334155;--line: #d9e2ee;--line-strong: #bdcbe0;--navy: #12345a;--navy-strong: #0b2748;--blue: #2563a8;--blue-strong: #174a82;--blue-soft: #e7f0fb;--green: #2f7d5b;--green-soft: #e8f5ee;--amber: #9a6a14;--amber-soft: #fff5da;--red: #b4233c;--red-soft: #fff0f3;--shadow-soft: 0 8px 24px rgba(15, 23, 42, .07);--shadow-card: 0 1px 2px rgba(15, 23, 42, .04);color-scheme:light}:root[data-theme=dark]{--bg: #f3f6fa;--bg-alt: #e9eef6;--surface: #ffffff;--surface-raised: #f8fafd;--surface-soft: #eef4fb;--field-bg: #ffffff;--heading: #0f172a;--ink: #1f2937;--muted: #64748b;--muted-strong: #334155;--line: #d9e2ee;--line-strong: #bdcbe0;--navy: #12345a;--navy-strong: #0b2748;--blue: #2563a8;--blue-strong: #174a82;--blue-soft: #e7f0fb;--green: #2f7d5b;--green-soft: #e8f5ee;--amber: #9a6a14;--amber-soft: #fff5da;--red: #b4233c;--red-soft: #fff0f3;color-scheme:light}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;min-width:320px;background:var(--bg);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;letter-spacing:0;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}strong{font-weight:600}.app{display:flex;flex-direction:column;min-height:100vh}.topbar{position:sticky;top:0;z-index:20;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.topbar-inner{width:100%;min-height:58px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar-left{display:flex;align-items:center;gap:28px;min-width:0}.brand-lockup{display:inline-flex;align-items:center;gap:10px;min-width:220px}.brand-mark,.login-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:7px;background:#fff;color:var(--navy);font-size:13px;font-weight:700;letter-spacing:0}.brand-name{font-size:15px;font-weight:600;white-space:nowrap}.main-nav{display:flex;align-items:center;gap:4px}.main-nav a{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:6px;color:#ffffffc7;font-size:13px}.main-nav a:hover,.main-nav a.active{background:#ffffff1f;color:#fff}.topbar-user{display:flex;align-items:center;gap:12px;min-width:0}.user-chip{display:inline-flex;align-items:center;gap:8px;max-width:260px;color:#ffffffe6;font-size:13px;white-space:nowrap}.user-dot{width:7px;height:7px;border-radius:50%;background:#51c48a;flex:0 0 auto}.topbar-link{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:6px;color:#ffffffc7;font-size:13px}.topbar-link:hover{background:#ffffff1f;color:#fff}.workspace{flex:1;min-height:0;display:grid;grid-template-columns:236px minmax(0,1fr)}.sidebar{position:sticky;top:58px;align-self:start;height:calc(100vh - 58px);padding:16px 12px;overflow-y:auto;border-right:1px solid var(--line);background:var(--surface)}.side-nav{display:flex;flex-direction:column;gap:14px}.side-group-title{padding:0 10px 7px;color:var(--muted);font-size:12px;font-weight:650}.side-group-items{display:flex;flex-direction:column;gap:2px}.side-link{display:flex;align-items:center;min-height:36px;padding:8px 12px;border-radius:6px;color:var(--muted-strong);font-size:13px;line-height:1.35}.side-link:hover{background:var(--surface-raised);color:var(--heading)}.side-link.active{background:var(--blue-soft);color:var(--blue-strong);font-weight:650}.workspace-main{min-width:0;display:flex;flex-direction:column}.tabbar{min-height:42px;display:flex;align-items:flex-end;gap:4px;padding:7px 14px 0;overflow-x:auto;border-bottom:1px solid var(--line);background:#f8fbff}.app-tab{display:inline-flex;align-items:center;min-height:35px;border:1px solid transparent;border-bottom:none;border-radius:7px 7px 0 0;background:transparent;color:var(--muted-strong);white-space:nowrap}.app-tab a{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;color:inherit;font-size:13px}.app-tab:hover{background:#edf4fc;color:var(--heading)}.app-tab.active{border-color:var(--line);background:var(--surface);color:var(--blue-strong);font-weight:650}.tab-pin{width:6px;height:6px;border-radius:50%;background:var(--blue)}.tab-close{width:22px;height:22px;margin-right:6px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer;line-height:1}.tab-close:hover{background:#dfeaf7;color:var(--heading)}.content{flex:1;width:100%;padding:22px 24px 42px}.footer{width:100%;padding:14px 24px 20px;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px;padding:22px 24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-card)}.page-header-main{min-width:0}.page-eyebrow{margin-bottom:8px;color:var(--blue);font-size:13px;font-weight:500}.page-eyebrow a:hover{color:var(--blue-strong);text-decoration:underline;text-underline-offset:3px}.page-header h1,.page-head h1,.detail-head h1{margin:0;color:var(--heading);font-size:24px;line-height:1.32;font-weight:650}.page-description,.page-sub{max-width:760px;margin:8px 0 0;color:var(--muted);font-size:14px;line-height:1.7}.page-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:12px;color:var(--muted-strong);font-size:13px}.page-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.page-head{margin-bottom:18px}.back-link{display:inline-flex;margin-bottom:8px;color:var(--blue);font-size:13px;font-weight:500}.back-link:hover{color:var(--blue-strong);text-decoration:underline;text-underline-offset:3px}.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 9px;border-radius:999px;border:1px solid var(--line);font-size:12px;line-height:1;font-weight:500;white-space:nowrap}.status-badge-admin,.status-badge-integrated{color:var(--blue-strong);background:var(--blue-soft);border-color:#c6d9f2}.status-badge-online{color:var(--green);background:var(--green-soft);border-color:#bfe2d0}.status-badge-reserved,.status-badge-mock{color:var(--amber);background:var(--amber-soft);border-color:#edd596}.status-badge-neutral{color:var(--muted-strong);background:var(--surface-raised)}.badge,.badge-mock,.badge-online,.badge-ok,.badge-admin{display:inline-flex;align-items:center;min-height:24px;padding:3px 9px;border-radius:999px;border:1px solid var(--line);font-size:12px;font-weight:500;white-space:nowrap}.badge-mock{color:var(--amber);background:var(--amber-soft);border-color:#edd596}.badge-online,.badge-ok{color:var(--green);background:var(--green-soft);border-color:#bfe2d0}.badge-admin{color:var(--blue-strong);background:var(--blue-soft);border-color:#c6d9f2}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;gap:6px;padding:7px 14px;border-radius:6px;border:1px solid var(--line-strong);background:var(--surface);color:var(--muted-strong);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.btn:hover{border-color:#98abc6;background:var(--surface-raised);color:var(--heading)}.btn-primary{border-color:var(--blue);background:var(--blue);color:#fff}.btn-primary:hover{border-color:var(--blue-strong);background:var(--blue-strong);color:#fff}.btn-ghost{border-color:#ffffff38;background:#ffffff0f;color:#fff}.btn-ghost:hover{border-color:#ffffff5c;background:#ffffff24;color:#fff}.btn:disabled,input:disabled,select:disabled{cursor:not-allowed;opacity:.65}.overview-strip,.report-toolbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-bottom:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-card);overflow:hidden}.overview-strip>div,.report-toolbar>div{padding:16px 18px;border-right:1px solid var(--line)}.overview-strip>div:last-child,.report-toolbar>div:last-child{border-right:none}.overview-label{display:block;margin-bottom:5px;color:var(--muted);font-size:12px}.overview-strip strong,.report-toolbar strong{display:block;color:var(--heading);font-size:15px;font-weight:650}.home-empty-workspace{min-height:360px;display:flex;align-items:flex-start;padding:22px 24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted);font-size:14px}.module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.module-card,.report-card,.section-card,.kpi-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-card)}.module-card{min-height:250px;display:flex;flex-direction:column;padding:18px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.module-card:hover{border-color:#b3c5de;box-shadow:var(--shadow-soft);transform:translateY(-1px)}.module-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-height:58px}.module-card-key{display:block;margin-bottom:5px;color:var(--muted);font-family:ui-monospace,SF Mono,Cascadia Mono,Consolas,monospace;font-size:11px}.module-card h2,.report-card h2{margin:0;color:var(--heading);font-size:16px;line-height:1.45;font-weight:650}.module-card-desc,.report-card-desc{margin:14px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.module-card-status{margin-top:auto;padding:14px 0;border-top:1px solid var(--line)}.module-card-status span{display:block;margin-bottom:4px;color:var(--muted);font-size:12px}.module-card-status strong{display:block;color:var(--muted-strong);font-size:13px;line-height:1.55}.module-card-foot{display:flex;justify-content:flex-end}.support-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:18px 20px;border:1px solid #cbdcf0;border-radius:8px;background:#f7fbff}.support-panel h2{margin:0 0 4px;color:var(--heading);font-size:15px}.support-panel p{margin:0;color:var(--muted);line-height:1.65}.module-status-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px;margin-bottom:16px}.module-status-primary{min-height:260px}.section-card{padding:20px;margin-bottom:16px}.section-head{margin-bottom:12px}.section-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.section-head h2,.section-head h3{margin:0;color:var(--heading);font-weight:650}.section-head h2{font-size:16px}.section-head h3{font-size:14px}.section-desc{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.module-text{margin:0 0 10px;color:var(--ink);font-size:13.5px;line-height:1.75}.module-list,.check-list{margin:0;padding-left:19px;color:var(--muted-strong);font-size:13.5px;line-height:1.9}.check-list{list-style:none;padding-left:0}.check-list li{position:relative;padding-left:20px}.check-list li:before{content:"";position:absolute;left:0;top:.75em;width:7px;height:7px;border-radius:50%;background:var(--blue)}.module-notice,.module-hint{margin:12px 0 0;padding:10px 12px;border:1px solid #cbdcf0;border-radius:6px;background:#f7fbff;color:var(--muted-strong);font-size:12.5px;line-height:1.65}.filter-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:14px 16px;margin-bottom:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.filter-bar label{display:flex;align-items:center;gap:8px;color:var(--muted-strong);font-size:13px}.filter-bar input,.filter-bar select,.login-field input{min-height:36px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:6px;background:var(--field-bg);color:var(--heading);font-size:14px}.filter-bar input:focus,.filter-bar select:focus,.login-field input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563a81f}.filter-hint{margin-left:auto;color:var(--muted);font-size:12.5px}.report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.report-card{display:flex;flex-direction:column;min-height:260px;padding:18px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.report-card:hover{border-color:#b3c5de;box-shadow:var(--shadow-soft);transform:translateY(-1px)}.report-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.report-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:14px 0 0;padding:13px 0;border-top:1px solid var(--line)}.report-card-meta dt,.base-info dt{color:var(--muted);font-size:12px}.report-card-meta dd,.base-info dd{margin:3px 0 0;color:var(--muted-strong);font-size:13px;line-height:1.45}.report-card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid var(--line)}.report-card-src{min-width:0;color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-card-enter{flex:0 0 auto;color:var(--blue);font-size:13px;font-weight:600}.base-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px 22px;margin:0}.base-info .mono{font-family:ui-monospace,SF Mono,Cascadia Mono,Consolas,monospace;font-size:12px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:16px}.kpi-card{display:flex;flex-direction:column;gap:6px;padding:16px}.kpi-label{color:var(--muted);font-size:12px}.kpi-value{color:var(--heading);font-size:22px;font-weight:700;font-variant-numeric:tabular-nums}.kpi-value small{color:var(--muted);font-size:12px;font-weight:400}.kpi-foot{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px}.kpi-remark{color:var(--muted);font-size:12px;line-height:1.55}.change{font-size:12.5px;font-variant-numeric:tabular-nums;white-space:nowrap}.change-up{color:var(--green)}.change-down{color:var(--red)}.change-flat,.cell-empty{color:var(--muted)}.subsection{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.table-scroll{overflow-x:auto;margin-top:12px;border:1px solid var(--line);border-radius:8px}.data-table{width:100%;border-collapse:collapse;background:var(--surface);font-size:12.5px}.data-table th{position:sticky;top:0;padding:10px 12px;text-align:left;color:var(--muted-strong);background:#eef4fb;border-bottom:1px solid var(--line-strong);font-size:12px;font-weight:650;white-space:nowrap}.data-table td{padding:10px 12px;border-bottom:1px solid var(--line);color:var(--ink);line-height:1.55;vertical-align:top}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#f8fbff}.cell-num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.row-subtotal td{background:#f7f9fc;color:var(--muted-strong);font-weight:600}.row-total td{background:#edf4fc;color:var(--heading);font-weight:700}.text-blocks{display:flex;flex-direction:column;gap:10px;margin-top:12px}.text-block-group{margin:8px 0 0;color:var(--muted-strong);font-size:13px;font-weight:650}.text-block{padding:12px 14px;border:1px solid var(--line);border-radius:7px;background:var(--surface-raised)}.text-block-label{display:block;margin-bottom:5px;color:var(--muted);font-size:12px}.text-block p{margin:0;color:var(--ink);font-size:13px;line-height:1.7;white-space:pre-wrap}.detail-foot{display:flex;gap:10px;margin-top:10px}.export-hint{color:var(--green);font-size:12px}.loading,.empty-state{padding:54px 24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--muted);text-align:center;font-size:13.5px}.empty-state .btn{margin-top:12px}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:28px;background:var(--bg)}.login-shell{width:min(980px,100%);display:grid;grid-template-columns:minmax(0,1.05fr) 420px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow-soft);overflow:hidden}.login-panel{min-height:520px;display:flex;flex-direction:column;justify-content:space-between;gap:30px;padding:44px;background:#eef4fb;border-right:1px solid var(--line)}.login-panel .login-brand-mark{width:44px;height:44px;background:var(--navy);color:#fff}.login-kicker{margin:0 0 10px;color:var(--blue);font-size:13px;font-weight:650}.login-panel h1{max-width:430px;margin:0;color:var(--heading);font-size:30px;line-height:1.32;font-weight:700}.login-panel p{max-width:480px;margin:14px 0 0;color:var(--muted-strong);font-size:14px;line-height:1.75}.login-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}.login-points div{padding:13px;border:1px solid #d3dfed;border-radius:7px;background:#ffffff8c}.login-points dt{color:var(--muted);font-size:12px}.login-points dd{margin:4px 0 0;color:var(--heading);font-size:13px;font-weight:650}.login-card{display:flex;flex-direction:column;gap:16px;padding:44px 40px;background:var(--surface)}.login-card-head{margin-bottom:4px}.login-card-head h2{margin:0;color:var(--heading);font-size:22px;font-weight:700}.login-card-head p{margin:7px 0 0;color:var(--muted);line-height:1.6}.login-field{display:flex;flex-direction:column;gap:7px;color:var(--muted-strong);font-size:13px;font-weight:500}.login-error{padding:10px 12px;border:1px solid #f1b9c4;border-radius:6px;background:var(--red-soft);color:var(--red);font-size:13px;line-height:1.55}.login-submit{width:100%;min-height:40px;margin-top:2px}.login-hint{margin:0;color:var(--muted);font-size:12px;line-height:1.6;text-align:center}@media (max-width: 1120px){.module-grid,.overview-strip,.report-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-strip>div:nth-child(2),.report-toolbar>div:nth-child(2){border-right:none}.overview-strip>div:nth-child(-n+2),.report-toolbar>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (max-width: 860px){.topbar-inner{align-items:stretch;flex-direction:column;padding:12px 18px}.topbar-left,.topbar-user{width:100%;justify-content:space-between}.brand-lockup{min-width:0}.main-nav{overflow-x:auto}.workspace{grid-template-columns:1fr}.sidebar{position:static;height:auto;padding:12px 16px;border-right:none;border-bottom:1px solid var(--line)}.side-nav{gap:10px}.side-group-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tabbar{padding-left:16px;padding-right:16px}.content{padding:20px 16px 40px}.page-header{flex-direction:column;padding:18px}.page-header-actions{width:100%;justify-content:flex-start}.module-status-layout,.report-grid,.login-shell{grid-template-columns:1fr}.login-panel{min-height:auto;padding:30px;border-right:none;border-bottom:1px solid var(--line)}.login-card{padding:30px}.login-points{grid-template-columns:1fr}.support-panel{align-items:flex-start;flex-direction:column}}@media (max-width: 620px){.module-grid,.overview-strip,.report-toolbar{grid-template-columns:1fr}.overview-strip>div,.report-toolbar>div{border-right:none;border-bottom:1px solid var(--line)}.overview-strip>div:last-child,.report-toolbar>div:last-child{border-bottom:none}.module-card{min-height:auto}.report-card-meta{grid-template-columns:1fr}.report-card-foot,.filter-bar,.detail-foot{align-items:stretch;flex-direction:column}.filter-hint{margin-left:0}.login-wrap{padding:16px}.side-group-items{grid-template-columns:1fr}.tabbar{align-items:center;min-height:44px;padding-top:6px;padding-bottom:6px}.app-tab{border-bottom:1px solid transparent;border-radius:7px}.app-tab.active{border-bottom-color:var(--line)}}
