:root{--primary: #1677ff;--primary-light: #4096ff;--primary-glow: rgba(22, 119, 255, .35);--accent-cyan: #36cfc9;--accent-purple: #722ed1;--bg-page: #eef1f6;--bg-card: #ffffff;--text-primary: #1a1a2e;--text-secondary: #64748b;--border-light: rgba(0, 0, 0, .06);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .02);--shadow-md: 0 4px 16px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .03);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .08), 0 4px 12px rgba(0, 0, 0, .04);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--screen-bg: #040d1a;--screen-panel: rgba(8, 28, 56, .72);--screen-border: rgba(64, 169, 255, .18);--screen-glow: rgba(22, 119, 255, .12)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary)}.page-container{animation:fadeInUp .45s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes glowPulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes scanLine{0%{top:0;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}@keyframes ripple{0%{transform:scale(.5);opacity:.8}to{transform:scale(2);opacity:0}}.page-header-bar{background:linear-gradient(135deg,#fff,#f8fafc);padding:20px 28px;margin:-24px -24px 24px;border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.page-header-bar:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--primary),var(--accent-cyan));border-radius:0 2px 2px 0;pointer-events:none}.page-header-bar .ant-row{position:relative;z-index:1}.page-header-bar h2{font-size:20px;font-weight:600;color:var(--text-primary);letter-spacing:.5px}.page-header-bar .page-desc{color:var(--text-secondary);font-size:13px;margin-top:4px}.kpi-card{border-radius:var(--radius-md)!important;border:1px solid var(--border-light)!important;box-shadow:var(--shadow-sm)!important;transition:all .35s cubic-bezier(.4,0,.2,1)!important;overflow:hidden}.kpi-card:hover{box-shadow:var(--shadow-md)!important;transform:translateY(-2px)}.kpi-card .ant-card-head{border-bottom:1px solid rgba(0,0,0,.04);font-weight:600}.kpi-stat-card{background:var(--bg-card);border-radius:var(--radius-md);padding:20px 24px;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.kpi-stat-card:after{content:"";position:absolute;top:0;right:0;width:80px;height:80px;border-radius:50%;opacity:.06;transform:translate(30%,-30%)}.kpi-stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.kpi-stat-card.blue:after{background:var(--primary)}.kpi-stat-card.green:after{background:#52c41a}.kpi-stat-card.orange:after{background:#fa8c16}.kpi-stat-card.red:after{background:#ff4d4f}.kpi-stat-card.purple:after{background:var(--accent-purple)}.kpi-stat-card .kpi-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:12px}.kpi-stat-card.blue .kpi-icon{background:linear-gradient(135deg,#e6f4ff,#bae0ff);color:var(--primary)}.kpi-stat-card.green .kpi-icon{background:linear-gradient(135deg,#f6ffed,#d9f7be);color:#52c41a}.kpi-stat-card.orange .kpi-icon{background:linear-gradient(135deg,#fff7e6,#ffe7ba);color:#fa8c16}.kpi-stat-card.red .kpi-icon{background:linear-gradient(135deg,#fff1f0,#ffccc7);color:#ff4d4f}.kpi-stat-card.purple .kpi-icon{background:linear-gradient(135deg,#f9f0ff,#efdbff);color:var(--accent-purple)}.kpi-stat-card .kpi-value{font-size:30px;font-weight:700;line-height:1.2;font-family:DIN Alternate,Roboto Mono,SF Mono,monospace;letter-spacing:-.5px}.kpi-stat-card .kpi-label{color:var(--text-secondary);font-size:13px;margin-top:4px}.kpi-stat-card .kpi-trend{font-size:12px;margin-top:8px;color:var(--text-secondary)}.dashboard-screen{background:var(--screen-bg);min-height:calc(100vh - 56px);margin:-20px;padding:20px 24px 28px;color:#fff;position:relative;overflow-x:hidden;overflow-y:auto}.dashboard-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(22,119,255,.15),transparent),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(54,207,201,.08),transparent),linear-gradient(rgba(64,169,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(64,169,255,.03) 1px,transparent 1px);background-size:100% 100%,100% 100%,40px 40px,40px 40px;pointer-events:none}.dashboard-screen>*:not(.dashboard-modal-portal){position:relative;z-index:1}.dashboard-modal-portal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;pointer-events:none}.dashboard-modal-portal .ant-modal-root{pointer-events:auto}.dashboard-modal-portal .decision-report-modal-root,.dashboard-modal-portal .ant-modal-wrap{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:10050!important}.dashboard-screen.is-fullscreen .dashboard-modal-portal{position:absolute;top:0;right:0;bottom:0;left:0}.dashboard-screen.is-fullscreen .dashboard-modal-portal .decision-report-modal-root,.dashboard-screen.is-fullscreen .dashboard-modal-portal .ant-modal-wrap{position:absolute!important}.screen-header{text-align:center;margin-bottom:24px;padding:8px 0 16px;position:relative}.screen-header-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:start;gap:16px}.screen-header-title-row h1{margin:0;line-height:1.2}.screen-header-title-center{grid-column:2;justify-self:center;position:relative}.screen-header-title-center.is-prominent h1{padding:0 4px}.screen-header-title-underline{display:block;width:72%;height:3px;margin:10px auto 0;border-radius:999px;background:linear-gradient(90deg,transparent,#69c0ff,#36cfc9,#69c0ff,transparent);box-shadow:0 0 18px #69c0ff73}.screen-header-title-side{grid-column:1;min-width:0}.screen-header-title-actions{grid-column:3;justify-self:end;align-self:start}.screen-header-inline-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.screen-header-inline-row .screen-header-title-center.is-inline{flex-shrink:0;text-align:left}.screen-header-inline-row .screen-header-mode-inline{flex:1;display:flex;justify-content:center;min-width:0}.screen-header-inline-row .screen-header-title-actions{flex-shrink:0;align-self:center}.screen-header-prominent .screen-header-title-center.is-inline h1{font-size:32px;letter-spacing:6px;white-space:nowrap}.screen-header-inline-row .dashboard-screen-switch .ant-segmented-item-label,.screen-header-inline-row .dashboard-screen-switch-btn{min-width:132px;padding-inline:20px!important}.screen-header-mode-row{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-top:16px}.screen-header-mode-row .screen-mode-switch{margin-top:0}.screen-header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0;flex-wrap:nowrap}.screen-header-actions .screen-time{position:static;transform:none;white-space:nowrap;font-size:13px;color:#ffffff8c;font-family:Roboto Mono,monospace;line-height:1}.screen-header:before,.screen-header:after{content:"";position:absolute;top:50%;width:28%;height:1px;background:linear-gradient(90deg,transparent,var(--screen-border),transparent)}.screen-header:before{left:0}.screen-header:after{right:0}.screen-header h1{font-size:32px;font-weight:700;background:linear-gradient(90deg,#69c0ff,#fff,#69c0ff 80%,#36cfc9);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:6px;animation:shimmer 6s linear infinite}.screen-header .subtitle{color:#ffffff80;font-size:13px;margin-top:10px;letter-spacing:2px}.screen-header .screen-mode-switch{display:flex;justify-content:center;margin-top:14px}.screen-header-hint{display:flex;justify-content:center;margin-top:12px}.dashboard-page-header-panel{margin-bottom:20px;padding:28px 28px 22px;background:linear-gradient(180deg,#103462e0,#061630f0 55%,#040e20f5);border:1px solid rgba(105,192,255,.36);border-radius:12px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 16px 48px #00000047,inset 0 1px #ffffff1a,inset 0 -1px #1677ff14,0 0 80px #1677ff1a;position:relative;overflow:hidden}.dashboard-page-header-panel:before{content:"";position:absolute;top:0;left:5%;right:5%;height:2px;background:linear-gradient(90deg,transparent,#69c0ff,#36cfc9,#69c0ff,transparent);box-shadow:0 0 20px #69c0ff59}.dashboard-page-header-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 70% 55% at 50% 0%,rgba(22,119,255,.14),transparent 68%),linear-gradient(#69c0ff73,#69c0ff73) top 12px left 12px / 18px 2px no-repeat,linear-gradient(#69c0ff73,#69c0ff73) top 12px left 12px / 2px 18px no-repeat,linear-gradient(#69c0ff73,#69c0ff73) top 12px right 12px / 18px 2px no-repeat,linear-gradient(#69c0ff73,#69c0ff73) top 12px right 12px / 2px 18px no-repeat,linear-gradient(#69c0ff47,#69c0ff47) bottom 12px left 12px / 18px 2px no-repeat,linear-gradient(#69c0ff47,#69c0ff47) bottom 12px left 12px / 2px 18px no-repeat,linear-gradient(#69c0ff47,#69c0ff47) bottom 12px right 12px / 18px 2px no-repeat,linear-gradient(#69c0ff47,#69c0ff47) bottom 12px right 12px / 2px 18px no-repeat}.dashboard-page-header-panel .screen-header{margin-bottom:0;padding:6px 0 4px}.dashboard-page-header-panel .screen-header-mode-row{margin-top:18px}.screen-header-prominent:before,.screen-header-prominent:after{display:none}.screen-header-prominent h1{margin:0;font-size:42px;font-weight:800;letter-spacing:9px;background:linear-gradient(180deg,#fff,#e6f4ff 28%,#91caff 62%,#36cfc9);background-size:100% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:none;filter:drop-shadow(0 2px 20px rgba(22,119,255,.5))}.screen-header-prominent .screen-header-mode-row{margin-top:20px}.screen-header-prominent .screen-header-actions{padding:4px;border-radius:8px;background:#04102059;border:1px solid rgba(64,169,255,.18)}.screen-header-prominent .screen-header-actions .screen-time{font-size:13px;color:#ffffffc7;padding:7px 12px;border-radius:6px;background:#1677ff24;border:1px solid rgba(64,169,255,.24)}.screen-header-prominent .screen-fullscreen-btn{height:32px!important;padding-inline:14px!important;border-radius:6px!important;border-color:#40a9ff47!important;background:#1677ff1a!important}.screen-header-prominent .screen-fullscreen-btn:hover{border-color:#69c0ff8c!important;background:#1677ff33!important;color:#fff!important}.screen-fullscreen-btn{flex-shrink:0;white-space:nowrap}.dashboard-page-header-panel .dashboard-toolbar-drill{margin-top:14px;margin-bottom:0;padding:0;background:transparent;border:none;border-radius:0}.screen-header .screen-badge{position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:6px;font-size:12px;color:#36cfc9}.screen-header .screen-badge .dot{width:8px;height:8px;border-radius:50%;background:#52c41a;box-shadow:0 0 8px #52c41a;animation:glowPulse 2s ease-in-out infinite}.stat-card-dark{background:var(--screen-panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--screen-border);border-radius:var(--radius-sm);padding:18px 20px;position:relative;overflow:hidden;transition:all .3s ease}.stat-card-dark:hover{border-color:#40a9ff66;box-shadow:0 0 24px var(--screen-glow);transform:translateY(-2px)}.stat-card-dark .corner{position:absolute;width:10px;height:10px;border-color:var(--primary-light);border-style:solid;opacity:.6}.stat-card-dark .corner.tl{top:0;left:0;border-width:2px 0 0 2px}.stat-card-dark .corner.tr{top:0;right:0;border-width:2px 2px 0 0}.stat-card-dark .corner.bl{bottom:0;left:0;border-width:0 0 2px 2px}.stat-card-dark .corner.br{bottom:0;right:0;border-width:0 2px 2px 0}.stat-card-dark:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--primary) 50%,transparent 100%)}.stat-card-dark .stat-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:32px;opacity:.12}.stat-card-dark .label{color:#ffffff8c;font-size:13px;margin-bottom:10px;letter-spacing:1px}.stat-card-dark .value{font-size:30px;font-weight:700;color:#fff;font-family:DIN Alternate,Roboto Mono,monospace;text-shadow:0 0 20px var(--primary-glow)}.stat-card-dark .value.accent{color:#69c0ff}.stat-card-dark .value.warning{color:#ffc53d}.stat-card-dark .value.danger{color:#ff7875}.stat-card-dark .unit{font-size:14px;color:#fff6;margin-left:4px;font-weight:400}.chart-panel-dark{background:var(--screen-panel);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--screen-border);border-radius:var(--radius-sm);padding:18px;height:100%;position:relative;transition:border-color .3s}.chart-panel-dark:hover{border-color:#40a9ff4d}.chart-panel-dark .panel-title{color:#ffffffe6;font-size:15px;font-weight:600;margin-bottom:14px;padding-left:12px;border-left:3px solid var(--primary);display:flex;align-items:center;justify-content:space-between}.chart-panel-dark .panel-title .panel-tag{font-size:11px;font-weight:400;color:#ffffff59;letter-spacing:1px}.chart-panel-dark .panel-title .panel-title-text{flex:1;min-width:0}.screen-header .screen-version{margin-left:10px;padding:2px 8px;border-radius:999px;background:#36cfc91f;border:1px solid rgba(54,207,201,.35);color:#36cfc9;font-size:11px;letter-spacing:0}.stat-card-dark .stat-hint{margin-top:8px;font-size:11px;color:#ffffff61;letter-spacing:.5px}.stat-card-dark.stat-variant-accent:before{background:linear-gradient(90deg,transparent 0%,#69c0ff 50%,transparent 100%)}.stat-card-dark.stat-variant-danger:before{background:linear-gradient(90deg,transparent 0%,#ff7875 50%,transparent 100%)}.stat-card-dark.stat-variant-warning:before{background:linear-gradient(90deg,transparent 0%,#ffc53d 50%,transparent 100%)}.dashboard-body{display:flex;flex-direction:column;gap:20px}.dashboard-section{display:flex;flex-direction:column;gap:14px}.dashboard-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:0 2px}.dashboard-section-title-wrap{display:flex;align-items:center;gap:12px}.dashboard-section-mark{width:4px;height:28px;border-radius:2px;background:linear-gradient(180deg,#69c0ff,#1677ff);box-shadow:0 0 12px #1677ff73}.dashboard-section-title{margin:0;font-size:16px;font-weight:600;color:#ffffffeb;letter-spacing:1px}.dashboard-section-sub{margin:4px 0 0;font-size:12px;color:#ffffff6b}.dashboard-section-body{display:flex;flex-direction:column;gap:16px}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.dashboard-kpi-grid-7{grid-template-columns:repeat(7,minmax(0,1fr))}.dashboard-kpi-grid-8{grid-template-columns:repeat(8,minmax(0,1fr))}.dashboard-kpi-grid-9{grid-template-columns:repeat(9,minmax(0,1fr))}.dashboard-kpi-grid .drillable,.dashboard-kpi-grid .stat-card-dark{height:100%}.dashboard-grid-2-1{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:16px}.dashboard-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-panel-span-2{grid-column:span 2}.decision-guidance-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.decision-guidance-card{background:#08142da6;border:1px solid rgba(64,169,255,.18);border-radius:10px;padding:14px 16px;transition:border-color .2s}.decision-guidance-card:hover{border-color:#40a9ff66}.decision-guidance-card.level-urgent{border-left:3px solid #ff4d4f}.decision-guidance-card.level-important{border-left:3px solid #fa8c16}.decision-guidance-card.level-normal{border-left:3px solid #1677ff}.decision-guidance-card.level-positive{border-left:3px solid #52c41a}.decision-guidance-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.decision-guidance-category{font-size:11px;color:#ffffff73}.decision-guidance-title{margin:0 0 6px;font-size:14px;font-weight:600;color:#ffffffeb}.decision-guidance-detail{margin:0 0 10px;font-size:12px;line-height:1.55;color:#ffffff8c}.decision-guidance-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.decision-guidance-action{font-size:12px;color:#69c0ff;flex:1}.panel-empty-hint{padding:40px 16px;text-align:center;color:#ffffff73;font-size:13px}.dashboard-grid-map{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.85fr) minmax(0,.85fr);gap:16px;align-items:stretch}.dashboard-panel{display:flex;flex-direction:column;min-height:100%}.dashboard-panel-content{flex:1;min-height:0}.dashboard-panel-clickable{cursor:pointer}.dashboard-panel-clickable:hover{border-color:#40a9ff73;box-shadow:0 8px 28px #1677ff1f}.panel-info-bar{margin-top:14px;padding:10px 14px;background:#1677ff14;border-radius:6px;font-size:12px;color:#ffffff7a;border:1px solid rgba(22,119,255,.15);line-height:1.6}.panel-mini-stats{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.panel-mini-stat{flex:1;min-width:88px;padding:10px 12px;border-radius:6px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.panel-mini-stat-label{display:block;font-size:11px;color:#ffffff6b;margin-bottom:4px}.panel-mini-stat-value{font-size:18px;font-weight:700;font-family:Roboto Mono,monospace;color:#fff}.panel-mini-stat.tone-accent .panel-mini-stat-value{color:#69c0ff}.panel-mini-stat.tone-warning .panel-mini-stat-value{color:#ffc53d}.panel-mini-stat.tone-danger .panel-mini-stat-value{color:#ff7875}.panel-mini-stat.tone-success .panel-mini-stat-value{color:#95de64}.map-layout-wrap{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:12px;height:320px}.map-placeholder{height:100%;min-height:280px}.map-project-sidebar{display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-right:2px}.map-project-item{padding:10px 12px;border-radius:6px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);cursor:pointer;transition:all .2s ease}.map-project-item:hover{background:#1677ff1a;border-color:#40a9ff59}.map-project-item-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.map-project-item-name{font-size:13px;font-weight:600;color:#ffffffe0}.map-project-item-meta{font-size:11px;color:#ffffff6b}.meter-task-list{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow-y:auto;padding-right:4px}@media(max-width:1400px){.dashboard-kpi-grid,.dashboard-kpi-grid-7,.dashboard-kpi-grid-8,.dashboard-kpi-grid-9{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-grid-2-1,.dashboard-grid-map{grid-template-columns:1fr}.map-layout-wrap{grid-template-columns:1fr;height:auto}.map-project-sidebar{flex-direction:row;flex-wrap:wrap;max-height:none}.map-project-item{flex:1 1 calc(50% - 8px)}}@media(max-width:1200px){.screen-header-inline-row{flex-wrap:wrap;justify-content:center}.screen-header-inline-row .screen-header-title-center.is-inline{width:100%;text-align:center}.screen-header-inline-row .screen-header-title-center.is-inline h1{white-space:normal}.screen-header-inline-row .screen-header-mode-inline{flex:none;width:100%;justify-content:center}.screen-header-inline-row .screen-header-title-actions{width:100%;display:flex;justify-content:center}}@media(max-width:768px){.dashboard-kpi-grid,.dashboard-grid-3{grid-template-columns:1fr}.screen-header h1,.screen-header-prominent h1{font-size:22px;letter-spacing:3px}.screen-header-title-underline{width:85%;margin-top:8px}.screen-header-title-row{grid-template-columns:1fr;justify-items:center;gap:10px}.screen-header-title-row h1,.screen-header-title-center,.screen-header-title-side,.screen-header-title-actions{grid-column:1;justify-self:center}.screen-header-title-actions{align-self:center}.screen-header-inline-row .dashboard-screen-switch .ant-segmented-item-label,.screen-header-inline-row .dashboard-screen-switch-btn{min-width:108px;padding-inline:12px!important;font-size:13px}.screen-header-actions{flex-wrap:wrap;justify-content:center}.dashboard-toolbar-drill{flex-direction:column;align-items:stretch}.dashboard-drill-back-btn{width:100%;justify-content:center!important}.dashboard-drill-back-target{max-width:none}}.login-page{min-height:100vh;display:flex;background:#020817;position:relative;overflow:hidden}.login-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 20% 40%,rgba(22,119,255,.18),transparent),radial-gradient(ellipse 50% 40% at 80% 60%,rgba(54,207,201,.1),transparent),linear-gradient(rgba(64,169,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(64,169,255,.04) 1px,transparent 1px);background-size:100% 100%,100% 100%,60px 60px,60px 60px}.login-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:float 8s ease-in-out infinite}.login-orb-1{width:400px;height:400px;background:#1677ff33;top:-100px;right:10%}.login-orb-2{width:300px;height:300px;background:#36cfc91f;bottom:-50px;left:20%;animation-delay:-4s}.login-left{flex:1;display:flex;flex-direction:column;justify-content:center;padding:80px;color:#fff;position:relative;z-index:1}.login-brand{display:inline-flex;align-items:center;gap:14px;margin-bottom:32px}.login-brand-logo{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#1677ff,#36cfc9);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:26px;box-shadow:0 8px 32px #1677ff66}.login-brand-text{font-size:14px;color:#ffffff80;letter-spacing:3px}.login-left h1{font-size:42px;font-weight:700;margin-bottom:20px;line-height:1.3;background:linear-gradient(135deg,#fff,#69c0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.login-left p{font-size:16px;color:#ffffff8c;line-height:1.9;max-width:520px}.login-features{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.login-feature-item{display:flex;align-items:center;gap:14px;color:#ffffffbf;font-size:14px;padding:16px 20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s}.login-feature-item:hover{background:#ffffff14;border-color:#40a9ff4d;transform:translate(4px)}.login-feature-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#1677ff4d,#36cfc933);display:flex;align-items:center;justify-content:center;font-size:18px;color:#69c0ff;flex-shrink:0}.login-right{width:500px;display:flex;align-items:center;justify-content:center;padding:40px;position:relative;z-index:1}.login-card{width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);padding:44px 40px;box-shadow:0 24px 80px #00000059,0 0 0 1px #ffffff1a}.login-card-logo{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#1677ff,#0958d9);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:24px;margin-bottom:16px;box-shadow:0 8px 24px #1677ff59}.login-submit-btn{height:48px!important;font-size:16px!important;font-weight:600!important;border-radius:10px!important;background:linear-gradient(135deg,#1677ff,#0958d9)!important;border:none!important;box-shadow:0 4px 16px #1677ff66!important;transition:all .3s!important}.login-submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px #1677ff80!important}.map-placeholder{background:#041428cc;border:1px solid var(--screen-border);border-radius:var(--radius-sm);position:relative;overflow:hidden}.map-placeholder .map-grid{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(64,169,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(64,169,255,.06) 1px,transparent 1px);background-size:30px 30px}.map-placeholder .map-scan{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(54,207,201,.6),transparent);animation:scanLine 4s linear infinite}.map-dot{position:absolute;width:14px;height:14px;border-radius:50%;transform:translate(-50%,-50%);cursor:pointer;z-index:2}.map-dot:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid currentColor;opacity:0;animation:ripple 2s ease-out infinite}.map-dot.green{background:#52c41a;color:#52c41a;box-shadow:0 0 16px #52c41a}.map-dot.yellow{background:#faad14;color:#faad14;box-shadow:0 0 16px #faad14}.map-dot.red{background:#ff4d4f;color:#ff4d4f;box-shadow:0 0 16px #ff4d4f}.mobile-preview{width:375px;height:720px;background:#f0f2f5;border-radius:36px;border:10px solid #1a1a2e;overflow:hidden;margin:0 auto;box-shadow:var(--shadow-lg),0 0 0 2px #ffffff1a;position:relative;display:flex;flex-direction:column}.mobile-preview:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:80px;height:6px;background:#1a1a2e;border-radius:3px;z-index:10}.mobile-preview .mobile-header{background:linear-gradient(135deg,#1677ff,#0958d9);color:#fff;padding:12px 20px 16px;font-size:18px;font-weight:600;flex-shrink:0;position:relative}.mobile-header-brand{font-size:11px;opacity:.75;margin-bottom:2px}.mobile-header-title{font-size:18px;font-weight:600}.mobile-header-sub{font-size:12px;opacity:.85;margin-top:2px;font-weight:400}.mobile-back-btn{position:absolute;left:12px;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1}.mobile-header.has-back .mobile-header-title,.mobile-header.has-back .mobile-header-sub{padding-left:36px}.mobile-header.has-action .mobile-header-title,.mobile-header.has-action .mobile-header-sub{padding-right:72px}.mobile-header.has-back.has-action .mobile-header-title,.mobile-header.has-back.has-action .mobile-header-sub{padding-left:36px;padding-right:72px}.mobile-preview .mobile-body{padding:16px}.mobile-body-scroll{flex:1;overflow-y:auto;padding-bottom:8px}.mobile-status-bar{display:flex;justify-content:space-between;align-items:center;padding:28px 20px 4px;font-size:12px;font-weight:600;color:#1a1a2e;background:#f0f2f5;flex-shrink:0}.mobile-status-bar.dark{background:#ededed;color:#333}.mobile-status-icons{display:flex;align-items:center;gap:8px}.mobile-offline-tag{font-size:11px;color:#fa8c16;font-weight:500}.mobile-sync-badge{background:#ff4d4f;color:#fff;font-size:10px;padding:0 5px;border-radius:8px;min-width:16px;text-align:center}.mobile-bottom-nav{display:flex;background:#fff;border-top:1px solid #eee;flex-shrink:0;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 0 10px;border:none;background:none;cursor:pointer;font-size:9px;color:#999;transition:color .2s;min-width:0}.mobile-nav-item span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mobile-nav-item.active{color:#1677ff}.mobile-nav-icon{font-size:20px;position:relative}.mobile-nav-icon em{position:absolute;top:-4px;right:-10px;background:#ff4d4f;color:#fff;font-style:normal;font-size:9px;min-width:14px;height:14px;line-height:14px;text-align:center;border-radius:7px;padding:0 3px}.mobile-greeting{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mobile-greeting-hi{font-size:18px;font-weight:600;color:#1a1a2e}.mobile-greeting-sub{font-size:12px;color:#999;margin-top:2px}.mobile-bell-btn{position:relative;width:40px;height:40px;border-radius:50%;border:none;background:#fff;box-shadow:var(--shadow-sm);cursor:pointer;font-size:18px;color:#666}.mobile-bell-btn em{position:absolute;top:2px;right:2px;background:#ff4d4f;color:#fff;font-style:normal;font-size:10px;min-width:16px;height:16px;line-height:16px;border-radius:8px}.mobile-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px}.mobile-quick-grid-5{grid-template-columns:repeat(5,1fr)}.mobile-quick-grid-5 .mobile-quick-item{padding:10px 2px;font-size:10px}.mobile-quick-grid-5 .mobile-quick-item div{font-size:20px}.mobile-quick-item{text-align:center;padding:12px 4px;background:#fff;border-radius:10px;border:none;cursor:pointer;box-shadow:var(--shadow-sm);font-size:11px;color:#333}.mobile-quick-item div{font-size:22px;margin-bottom:4px}.mobile-section-title{font-size:14px;font-weight:600;margin-bottom:10px;color:#1a1a2e}.mobile-task-click{cursor:pointer;transition:transform .15s}.mobile-task-click:active{transform:scale(.98)}.mobile-task-head{display:flex;justify-content:space-between;align-items:center;font-weight:500}.mobile-task-meta{font-size:12px;color:#999;margin-top:6px}.mobile-scan-area{background:#fff;border-radius:12px;padding:28px 16px;text-align:center;margin-bottom:16px;cursor:pointer;box-shadow:var(--shadow-sm)}.mobile-scan-area.dashed{border:2px dashed #1677ff;cursor:default}.mobile-scan-area .anticon{font-size:40px;color:#1677ff}.mobile-scan-area p{margin:12px 0 4px;color:#666;font-size:13px}.mobile-scan-area span{font-size:12px;color:#1677ff}.mobile-primary-btn{background:#1677ff;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer;font-size:14px}.mobile-primary-btn.block{display:block;width:100%;margin-top:12px}.mobile-primary-btn:disabled{opacity:.5;cursor:not-allowed}.mobile-ghost-btn{background:none;border:1px solid #d9d9d9;color:#666;padding:10px 24px;border-radius:8px;cursor:pointer;font-size:14px}.mobile-ghost-btn.block{display:block;width:100%;margin-top:8px}.mobile-ai-result{background:#fff;border-radius:12px;padding:20px;text-align:center;margin-bottom:16px}.mobile-ai-value{font-size:36px;font-weight:700;color:#1677ff;margin:12px 0 4px}.mobile-read-row{display:flex;justify-content:space-between;margin-top:8px;font-size:13px}.mobile-form-row{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:12px 16px;border-radius:8px;margin-bottom:12px;font-size:14px}.mobile-point-card{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:14px 16px;border-radius:8px;margin-bottom:8px;border:1px solid var(--border-light)}.mobile-point-card.done{background:#f6ffed;border-color:#b7eb8f}.mobile-check-btn{background:#1677ff;color:#fff;border:none;padding:6px 16px;border-radius:16px;font-size:12px;cursor:pointer}.mobile-check-btn.done{background:#52c41a}.mobile-profile-card{display:flex;align-items:center;gap:14px;background:#fff;padding:16px;border-radius:12px;margin-bottom:12px}.mobile-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#1677ff,#0958d9);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600}.mobile-score-card{background:#fff;border-radius:12px;padding:20px;text-align:center;margin-bottom:12px}.mobile-score-value{font-size:36px;font-weight:700;color:#1677ff}.mobile-score-label{color:#999;font-size:13px;margin-bottom:16px}.mobile-score-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mobile-score-grid div{text-align:center}.mobile-score-grid b{display:block;font-size:18px;color:#1a1a2e}.mobile-score-grid span{font-size:11px;color:#999}.mobile-settings-card{background:#fff;border-radius:12px;padding:16px}.mobile-setting-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;border-bottom:1px solid #f0f0f0}.mobile-setting-row:last-child{border-bottom:none}.mobile-toggle{background:#52c41a;color:#fff;border:none;padding:4px 12px;border-radius:12px;font-size:12px;cursor:pointer}.mobile-toggle.off{background:#fa8c16}.mobile-order-status{font-size:12px;color:#666;margin-top:8px}.mobile-empty{text-align:center;color:#999;padding:32px;font-size:13px}.mobile-action-stack{margin-top:16px}.mobile-reading-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.mobile-reading-stats div{background:#fff;border-radius:8px;padding:10px 4px;text-align:center}.mobile-reading-stats b{display:block;font-size:18px;color:#1677ff}.mobile-reading-stats span{font-size:10px;color:#999}.mobile-filter-chips{display:flex;gap:8px;margin-bottom:14px;overflow-x:auto}.mobile-filter-chip{flex-shrink:0;border:1px solid #d9d9d9;background:#fff;padding:5px 14px;border-radius:16px;font-size:12px;cursor:pointer;color:#666}.mobile-filter-chip.active{background:#1677ff;border-color:#1677ff;color:#fff}.mobile-read-summary{display:flex;justify-content:space-between;margin-top:8px;font-size:13px}.mobile-record-remark{margin-top:6px;font-size:12px;color:#fa8c16}.mobile-record-offline{border-left:3px solid #fa8c16}.mobile-reading-tabs{display:flex;background:#fff;border-radius:8px;padding:4px;margin-bottom:14px}.mobile-reading-tab{flex:1;border:none;background:none;padding:8px;font-size:13px;border-radius:6px;cursor:pointer;color:#666}.mobile-reading-tab.active{background:#1677ff;color:#fff;font-weight:500}.mobile-detail-status{background:#fff;border-radius:8px;padding:14px 16px;margin-bottom:12px;display:flex;align-items:center;gap:10px;font-size:13px;color:#666}.mobile-detail-status.offline{color:#fa8c16;background:#fff7e6}.mobile-detail-grid{background:#fff;border-radius:8px;overflow:hidden}.mobile-detail-row{display:flex;justify-content:space-between;padding:12px 16px;font-size:13px;border-bottom:1px solid #f0f0f0}.mobile-detail-row:last-child{border-bottom:none}.mobile-detail-row>span:first-child{color:#999;flex-shrink:0;margin-right:12px}.mobile-detail-row .mono{font-family:monospace;font-size:12px}.mobile-empty p{margin-top:8px;color:#999;font-size:13px}.mobile-inspect-row{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:12px 14px;border-radius:8px;margin-bottom:8px;font-size:13px}.mobile-inspect-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:14px}.mobile-inspect-stats div{background:#fff;border-radius:8px;padding:10px 4px;text-align:center}.mobile-inspect-stats b{display:block;font-size:18px;color:#13c2c2}.mobile-inspect-stats span{font-size:10px;color:#999}.mobile-inspect-due-tag{margin-top:8px;font-size:11px;color:#fa8c16;background:#fff7e6;display:inline-block;padding:2px 8px;border-radius:4px}.mobile-inspect-form-card{background:#fff;border-radius:8px;padding:12px 14px;margin-bottom:10px;border:1px solid #f0f0f0}.mobile-inspect-form-card.done{border-color:#b7eb8f}.mobile-inspect-form-card.abnormal{border-color:#ffccc7;background:#fff2f0}.mobile-inspect-form-head{margin-bottom:8px}.mobile-inspect-form-head>span:first-child{font-weight:500;display:block;margin-bottom:2px}.mobile-inspect-form-actions{display:flex;gap:8px}.mobile-result-btn{flex:1;padding:6px;border-radius:6px;border:1px solid #d9d9d9;background:#fff;font-size:12px;cursor:pointer}.mobile-result-btn.ok.active{background:#f6ffed;border-color:#52c41a;color:#52c41a;font-weight:600}.mobile-result-btn.bad.active{background:#fff2f0;border-color:#ff4d4f;color:#ff4d4f;font-weight:600}.mobile-photo-btn{width:100%;margin-top:12px;padding:10px;border:1px dashed #d9d9d9;border-radius:8px;background:#fafafa;color:#666;cursor:pointer;font-size:13px}.mobile-inspect-result-row{display:flex;justify-content:space-between;align-items:flex-start;background:#fff;padding:12px 14px;border-radius:8px;margin-bottom:8px;font-size:13px}.mobile-inspect-result-row.abnormal{background:#fff2f0;border:1px solid #ffccc7}.mobile-detail-status.success{background:#f6ffed}.mobile-detail-status.error{background:#fff2f0}.mobile-detail-tabs{display:flex;gap:4px;margin-bottom:12px;overflow-x:auto;padding-bottom:4px}.mobile-detail-tabs button{flex-shrink:0;border:1px solid #e8e8e8;background:#fafafa;border-radius:16px;padding:4px 12px;font-size:12px;color:#666;cursor:pointer}.mobile-detail-tabs button.active{background:#1677ff;border-color:#1677ff;color:#fff}.mobile-lifecycle-timeline{padding:8px 0 8px 12px}.mobile-lifecycle-step{position:relative;padding-left:24px;padding-bottom:20px;border-left:2px solid #e8e8e8}.mobile-lifecycle-step:last-child{border-left-color:transparent;padding-bottom:0}.mobile-lifecycle-step.done{border-left-color:#1677ff}.mobile-lifecycle-step.current .mobile-lifecycle-label{color:#1677ff;font-weight:600}.mobile-lifecycle-dot{position:absolute;left:-7px;top:2px;width:12px;height:12px;border-radius:50%;background:#e8e8e8;border:2px solid #fff}.mobile-lifecycle-step.done .mobile-lifecycle-dot{background:#1677ff}.mobile-lifecycle-step.current .mobile-lifecycle-dot{background:#1677ff;box-shadow:0 0 0 3px #1677ff33}.mobile-lifecycle-label{font-size:13px;color:#333}.mobile-lifecycle-date{font-size:11px;color:#999;margin-top:2px}.mobile-empty.small{padding:12px;font-size:12px}.mobile-search-row{display:flex;gap:8px;margin-bottom:14px;align-items:center}.mobile-search-row .ant-input-affix-wrapper{flex:1}.mobile-icon-btn{width:36px;height:32px;border:1px solid #1677ff;background:#1677ff;color:#fff;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-form-field{margin-bottom:14px}.mobile-form-field label{display:block;font-size:13px;color:#666;margin-bottom:6px}.mobile-form-header{background:linear-gradient(135deg,#f0f5ff,#fff);border:1px solid #d6e4ff;border-radius:12px;padding:14px 16px;margin-bottom:16px}.mobile-form-header-title{font-size:16px;font-weight:600;color:#1a1a2e}.mobile-form-header-project{font-size:12px;color:#1677ff;margin-top:4px}.mobile-form-header-desc{font-size:12px;color:#888;margin-top:6px;line-height:1.5}.mobile-form-section-title{font-size:13px;font-weight:600;color:#333;padding:8px 0 6px;margin-bottom:4px;border-bottom:1px solid #f0f0f0}.mobile-form-inline{display:flex;gap:8px;align-items:center}.mobile-form-inline .ant-input{flex:1}.mobile-ghost-btn.compact{padding:0 12px;height:32px;font-size:12px;white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;gap:4px}.mobile-ledger-add-bar{display:flex;gap:8px;margin-bottom:14px}.mobile-ledger-add-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;border:none}.mobile-ledger-add-btn.primary{background:#1677ff;color:#fff;flex:2}.mobile-ledger-add-btn.ghost{background:#fff;color:#1677ff;border:1px solid #1677ff;flex:1}.mobile-ledger-empty{text-align:center;padding:32px 20px 24px;background:#fafafa;border-radius:12px;border:1px dashed #d9d9d9;margin-top:8px}.mobile-ledger-empty-icon{font-size:40px;color:#bfbfbf;margin-bottom:12px}.mobile-ledger-empty-title{font-size:15px;font-weight:500;color:#333;margin:0 0 6px}.mobile-ledger-empty-hint{font-size:12px;color:#999;margin:0 0 16px;line-height:1.5}.mobile-header-action{position:absolute;right:14px;top:50%;transform:translateY(-50%);z-index:2}.mobile-header.has-back .mobile-header-action{right:12px}.mobile-header-add-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:16px;border:none;background:#1677ff;color:#fff;font-size:13px;font-weight:500;cursor:pointer}.mobile-ledger-quick-add{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.mobile-ledger-quick-add button{padding:10px 6px;border-radius:10px;border:1px solid #1677ff;background:#f0f7ff;color:#1677ff;font-size:12px;font-weight:500;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px}.mobile-flow-banner{background:linear-gradient(135deg,#f0f7ff,#e6f4ff);border:1px solid #bae0ff;border-radius:10px;padding:12px 14px;margin-bottom:14px}.mobile-flow-banner-title{font-size:13px;font-weight:600;color:#0958d9;margin-bottom:4px}.mobile-flow-banner-desc{font-size:12px;color:#597ef7;margin-bottom:10px;line-height:1.5}.mobile-flow-steps{display:flex;align-items:flex-start;gap:0;overflow-x:auto}.mobile-flow-step{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;position:relative;opacity:.45}.mobile-flow-step.done{opacity:1}.mobile-flow-step.current .mobile-flow-step-dot{background:#1677ff;color:#fff;box-shadow:0 0 0 3px #1677ff33}.mobile-flow-step-dot{width:22px;height:22px;border-radius:50%;background:#d9d9d9;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.mobile-flow-step.done .mobile-flow-step-dot{background:#52c41a}.mobile-flow-step-label{font-size:10px;color:#666;margin-top:4px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;padding:0 2px}.mobile-flow-step-line{position:absolute;top:11px;left:calc(50% + 11px);right:calc(-50% + 11px);height:2px;background:#d9d9d9;z-index:0}.mobile-flow-step.done .mobile-flow-step-line{background:#52c41a}.mobile-maintain-spare-row{display:flex;gap:8px;align-items:center;margin-bottom:8px}.mobile-maintain-spare-row .ant-select{flex:1}.patrol-map-picker-label,.patrol-map-preview-title{font-size:12px;color:#666;margin-bottom:8px}.patrol-map-canvas{position:relative;height:220px;border-radius:10px;border:1px solid #d9d9d9;background:linear-gradient(180deg,#f6ffed,#e6f4ff);cursor:crosshair;overflow:hidden}.patrol-map-canvas.readonly{cursor:default;height:280px}.patrol-map-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:20px 20px;pointer-events:none}.patrol-map-dot{position:absolute;width:12px;height:12px;border-radius:50%;transform:translate(-50%,-50%);border:2px solid #fff;box-shadow:0 1px 4px #0003;pointer-events:none}.patrol-map-dot.existing{background:#91caff}.patrol-map-dot.active{background:#1677ff;width:14px;height:14px;z-index:2}.patrol-map-coords{font-size:12px;color:#999;margin-top:6px}.patrol-map-preview-panel{background:#fafafa;border-radius:10px;padding:12px;border:1px solid #f0f0f0}.mobile-preview.wechat-theme{background:#ededed}.wechat-header{background:#ededed!important;color:#1a1a2e!important;text-align:center;font-size:16px!important;padding:12px 20px!important}.wechat-btn{background:#07c160!important}.mobile-wechat-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.mobile-wechat-item{background:#fff;border-radius:8px;padding:20px 16px;text-align:center;border:none;cursor:pointer;font-size:13px;position:relative}.mobile-wechat-badge{position:absolute;top:8px;right:8px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#ff4d4f;color:#fff;font-size:11px;font-style:normal;line-height:18px}.mobile-wechat-item div{font-size:28px;color:#1677ff;margin-bottom:8px}.wechat-scan .anticon{color:#07c160!important}.mobile-success-box{text-align:center;padding:40px 20px}.mobile-success-box h3{margin:16px 0 8px}.mobile-success-box p{color:#999;font-size:13px;margin-bottom:24px}.mobile-app-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;flex-direction:column}.mobile-app-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;color:#ffffffd9;font-size:13px}.mobile-app-toolbar .ant-btn{color:#ffffffd9}.mobile-app-center{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.mobile-login-preview{min-height:640px}.mobile-login-preview .mobile-body,.mobile-login-preview .mobile-bottom-nav{display:none}.mobile-login-body{flex:1;overflow-y:auto;padding:20px 18px 28px;background:linear-gradient(180deg,#f0f7ff,#f8fafc 40%,#fff)}.mobile-login-brand{text-align:center;margin-bottom:28px}.mobile-login-logo{width:56px;height:56px;margin:0 auto 12px;border-radius:16px;background:linear-gradient(135deg,#1677ff,#36cfc9);color:#fff;font-size:26px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #1677ff59}.mobile-login-brand h1{margin:0;font-size:20px;font-weight:700;color:#1e293b}.mobile-login-brand p{margin:6px 0 0;font-size:12px;color:#64748b}.mobile-login-form{margin-bottom:20px}.mobile-login-remember{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;margin-bottom:16px;cursor:pointer}.mobile-login-submit{margin-top:4px}.mobile-login-quick .mobile-section-title{font-size:13px;margin-bottom:10px}.mobile-login-account-card{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;margin-bottom:10px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;text-align:left;transition:border-color .2s,box-shadow .2s}.mobile-login-account-card:hover{border-color:#1677ff;box-shadow:0 4px 12px #1677ff1f}.mobile-login-account-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#1677ff,#69b1ff);color:#fff;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-login-account-name{font-weight:600;font-size:14px;color:#1e293b}.mobile-login-account-meta{font-size:12px;color:#64748b;margin-top:2px}.mobile-login-account-desc{font-size:11px;color:#94a3b8;margin-top:4px}.mobile-login-account-arrow{color:#cbd5e1;font-size:20px;margin-left:auto}.mobile-login-pc-link{display:block;width:100%;margin-top:16px;padding:10px;background:none;border:none;color:#1677ff;font-size:13px;cursor:pointer;text-align:center}.mobile-login-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;flex-direction:column}.mobile-login-page-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;color:#ffffffd9;font-size:13px}.mobile-login-page-toolbar .ant-btn{color:#ffffffd9}.mobile-login-page-center{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.mobile-task-card{background:#fff;border-radius:var(--radius-sm);padding:16px;margin-bottom:12px;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:all .2s}.mobile-task-card:hover{box-shadow:var(--shadow-md)}.app-sider{background:linear-gradient(180deg,#001529,#001a33)!important;box-shadow:2px 0 12px #00000026}.app-sider-logo{height:64px;display:flex;align-items:center;justify-content:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.06);background:#00000026}.app-sider-logo-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#1677ff,#36cfc9);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:17px;box-shadow:0 4px 12px #1677ff59}.app-sider-logo-text{color:#fff;font-size:15px;font-weight:600;white-space:nowrap;letter-spacing:1px}.app-header{background:#ffffffd9!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:0 28px!important;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px #0000000a,0 4px 12px #00000005!important;z-index:10;height:56px!important;line-height:56px!important}.app-header-title{font-size:14px;color:var(--text-secondary);font-weight:500}.message-bell-trigger{width:36px;height:36px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.message-bell-trigger:hover{background:#e2e8f0}.message-bell-popover .ant-popover-inner{padding:0;border-radius:12px;overflow:hidden}.message-bell-panel{width:360px;max-height:420px;display:flex;flex-direction:column}.message-bell-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;font-weight:600}.message-bell-list{overflow-y:auto;max-height:320px}.message-bell-item{display:block;width:100%;text-align:left;padding:12px 16px;border:none;background:transparent;cursor:pointer;border-bottom:1px solid #f5f5f5;transition:background .15s}.message-bell-item:hover{background:#f8fafc}.message-bell-item.unread{background:#f0f7ff}.message-bell-item-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.message-bell-time{font-size:12px;color:#999}.message-bell-title{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:2px}.message-bell-desc{font-size:12px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-title-link{background:none;border:none;padding:0;cursor:pointer;color:inherit;font:inherit;text-align:left}.message-title-link:hover{color:#1677ff}.message-unread-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#1677ff;margin-right:6px;vertical-align:middle}.message-row-unread td{background:#fafcff!important}.message-detail-meta{margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f0}.message-detail-meta div{display:flex;gap:12px;margin-bottom:8px;font-size:13px}.message-detail-meta span{color:#999;width:72px;flex-shrink:0}.mobile-msg-unread{border-left:3px solid #1677ff}.mobile-link-btn{background:none;border:none;color:#1677ff;font-size:13px;cursor:pointer;padding:0}.mobile-empty-hint{text-align:center;color:#999;padding:40px 0;font-size:14px}.app-content{margin:20px!important;min-height:280px}.premium-table .ant-table-thead>tr>th{background:#f8fafc!important;font-weight:600;color:var(--text-secondary);font-size:13px}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.status-green{background:#52c41a;box-shadow:0 0 6px #52c41a80}.status-yellow{background:#faad14;box-shadow:0 0 6px #faad1480}.status-red{background:#ff4d4f;box-shadow:0 0 6px #ff4d4f80}.health-bar{height:8px;border-radius:4px;background:#ffffff14;overflow:hidden}.health-bar-fill{height:100%;border-radius:4px;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px currentColor}.equip-health-panel .dashboard-panel-content{display:flex;flex-direction:column;gap:14px}.equip-health-stack{display:flex;height:10px;border-radius:999px;overflow:hidden;background:#ffffff0f;box-shadow:inset 0 1px 2px #0003}.equip-health-stack-seg{min-width:4px;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px currentColor}.equip-health-stack-legend{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;font-size:11px;color:#ffffff8c}.equip-health-legend-item{display:inline-flex;align-items:center;gap:6px}.equip-health-legend-item i{width:8px;height:8px;border-radius:50%;display:inline-block}.equip-health-layout{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:18px;align-items:stretch;min-height:240px}.equip-health-gauge-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:8px 0}.equip-health-ring-outer{--health-score: 75;--health-color: #69c0ff;width:152px;height:152px;border-radius:50%;padding:10px;background:conic-gradient(from -90deg,var(--health-color) 0deg,var(--health-color) calc(var(--health-score) * 3.6deg),rgba(255,255,255,.07) calc(var(--health-score) * 3.6deg),rgba(255,255,255,.07) 360deg);box-shadow:0 0 28px color-mix(in srgb,var(--health-color) 35%,transparent);animation:equipHealthRingIn .8s ease-out}.equip-health-ring-inner{width:100%;height:100%;border-radius:50%;background:linear-gradient(180deg,#081c38f5,#040e20fa);border:1px solid rgba(64,169,255,.15);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}@keyframes equipHealthRingIn{0%{transform:scale(.92);opacity:.6}to{transform:scale(1);opacity:1}}.equip-health-score{font-size:40px;font-weight:800;line-height:1;font-family:DIN Alternate,Roboto Mono,monospace;text-shadow:0 0 24px currentColor}.equip-health-score-label{margin-top:4px;font-size:11px;color:#ffffff80;letter-spacing:1px}.equip-health-rating-tag{margin-top:6px!important;font-size:11px!important;line-height:18px!important;padding-inline:8px!important}.equip-health-ring-meta{font-size:11px;color:#ffffff6b;text-align:center}.equip-health-distribution{display:flex;flex-direction:column;gap:10px}.equip-health-band-card{padding:10px 12px;border-radius:8px;background:#04102080;border:1px solid rgba(64,169,255,.1);transition:border-color .2s,background .2s}.equip-health-band-card:hover{border-color:#40a9ff38;background:#081c388c}.equip-health-band-card-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.equip-health-band-icon{width:28px;height:28px;border-radius:8px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.equip-health-band-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.equip-health-band-name{font-size:13px;font-weight:600;color:#ffffffe0}.equip-health-band-range{font-size:11px;color:#fff6}.equip-health-band-stats{display:flex;align-items:baseline;gap:2px;flex-shrink:0}.equip-health-band-stats .count{font-size:20px;font-weight:700;font-family:Roboto Mono,monospace;color:#ffffffe6}.equip-health-band-stats .unit{font-size:11px;color:#ffffff73;margin-right:8px}.equip-health-band-stats .pct{font-size:13px;font-weight:700;font-family:Roboto Mono,monospace;min-width:36px;text-align:right}.equip-health-bar{height:6px;border-radius:999px;background:#ffffff0f}.equip-health-watchlist{margin-top:2px;padding:10px 12px;border-radius:8px;background:#ff4d4f0f;border:1px solid rgba(255,77,79,.15)}.equip-health-watchlist-title{font-size:12px;color:#ff7875;margin-bottom:8px;display:flex;align-items:center;gap:6px}.equip-health-watch-item{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:2px 10px;padding:8px 0;border-top:1px solid rgba(255,255,255,.06)}.equip-health-watch-item:first-of-type{border-top:none;padding-top:0}.equip-health-watch-name{grid-column:1;font-size:13px;color:#ffffffd9;font-weight:500}.equip-health-watch-meta{grid-column:1;font-size:11px;color:#ffffff6b}.equip-health-watch-score{grid-column:2;grid-row:1 / span 2;align-self:center;margin:0!important}.equip-health-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:2px;padding-top:10px;border-top:1px solid rgba(64,169,255,.12)}.equip-health-summary-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 6px;border-radius:8px;background:#04102073;border:1px solid rgba(64,169,255,.1)}.equip-health-summary-item .label{font-size:11px;color:#ffffff73}.equip-health-summary-item .value{font-size:18px;font-weight:700;font-family:Roboto Mono,monospace;line-height:1}.equip-health-summary-item .value.accent{color:#69c0ff}.equip-health-summary-item .value.warning{color:#ffc53d}.equip-health-summary-item .value.danger{color:#ff7875}@media(max-width:1100px){.equip-health-layout{grid-template-columns:1fr;min-height:auto}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0003}.ant-layout-sider-trigger{background:#00000040!important}.ant-menu-dark .ant-menu-item-selected{background:linear-gradient(90deg,#1677ff40,#1677ff14)!important;border-right:3px solid var(--primary)}.ant-card{border-radius:var(--radius-md)}.ant-btn-primary{box-shadow:0 2px 8px #1677ff40}.ant-alert{border-radius:var(--radius-sm)}.ant-tag{border-radius:4px}.org-page{display:flex;flex-direction:column;height:calc(100vh - 96px);margin:-20px;padding:20px;overflow:hidden}.org-page-top{flex-shrink:0;position:relative;z-index:20;background:var(--bg-page)}.org-page-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-right:2px;padding-bottom:8px;position:relative;z-index:1}.org-page-scroll::-webkit-scrollbar{width:8px}.org-page-scroll::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px;border:2px solid transparent;background-clip:padding-box}.org-page-scroll::-webkit-scrollbar-thumb:hover{background:#00000038;background-clip:padding-box}.org-page .org-card{margin-bottom:16px}.org-page .org-card-gap{margin-top:0}.org-page .org-card:hover{transform:none!important}.org-tree-wrap{max-height:360px;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.org-audit-card .ant-table-body{overscroll-behavior:contain}.org-form-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px}.org-form-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.org-form-panel{position:relative;z-index:1;width:100%;max-width:600px;max-height:calc(100vh - 48px);background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden}.org-form-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid var(--border-light);flex-shrink:0}.org-form-panel-title{font-size:16px;font-weight:600;color:var(--text-primary)}.org-form-close{border:none;background:transparent;cursor:pointer;padding:4px;color:var(--text-secondary);font-size:14px;line-height:1;border-radius:6px}.org-form-close:hover{background:#f1f5f9;color:var(--text-primary)}.org-form-panel-body{flex:1;min-height:0;overflow-y:auto;padding:16px 24px}.org-form-panel-footer{flex-shrink:0;padding:12px 24px 16px;border-top:1px solid var(--border-light);display:flex;justify-content:flex-end;background:#fff}.org-page .org-page-header{margin:0 0 12px;border-radius:var(--radius-md)}.org-page-alert{margin-bottom:16px;border-radius:10px}.page-container:has(.org-page){animation:none;height:100%}.app-content:has(.org-page){overflow:hidden}@media(max-width:992px){.org-page{height:auto;min-height:calc(100vh - 96px);overflow:visible}.org-page-scroll{overflow:visible}.org-tree-wrap{max-height:none}}.dashboard-screen.is-fullscreen{min-height:100vh;margin:0;padding:24px 28px 32px;overflow-y:auto;position:relative}.dashboard-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:12px 16px;background:#081c3880;border:1px solid var(--screen-border);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-toolbar-drill{gap:16px;padding:12px 16px;background:linear-gradient(90deg,#1677ff1a,#0410208c 28%,#0410208c);border:1px solid rgba(105,192,255,.28);border-radius:10px;box-shadow:inset 0 1px #ffffff0d}.dashboard-drill-main{display:flex;align-items:stretch;gap:14px;flex:1;min-width:0;flex-wrap:wrap}.dashboard-drill-badge{display:inline-flex;align-items:center;align-self:center;gap:6px;flex-shrink:0;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600;color:#36cfc9;background:#36cfc91a;border:1px solid rgba(54,207,201,.28);letter-spacing:.5px}.dashboard-drill-path{flex:1;min-width:220px;padding:10px 14px;border-radius:8px;background:#0410206b;border:1px solid rgba(64,169,255,.14)}.dashboard-drill-path-label{display:block;margin-bottom:8px;font-size:11px;font-weight:600;color:#69c0ffb8;letter-spacing:2px}.dashboard-crumb-trail{display:flex;align-items:center;flex-wrap:wrap;gap:6px;row-gap:8px}.dashboard-crumb-sep{flex-shrink:0;color:#69c0ff61;font-size:15px;line-height:1;padding:0 2px;-webkit-user-select:none;user-select:none}.dashboard-crumb-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:6px;font-size:13px;line-height:1.4;border:1px solid rgba(64,169,255,.22);background:#1677ff14;color:#69c0ff;transition:all .2s;font-family:inherit}button.dashboard-crumb-chip{cursor:pointer}button.dashboard-crumb-chip:hover{border-color:#69c0ff7a;background:#1677ff2e;color:#91d5ff;transform:translateY(-1px)}.dashboard-crumb-chip.is-active{border-color:#69c0ff8c;background:linear-gradient(135deg,#1677ff61,#36cfc938);color:#fff;font-weight:600;box-shadow:0 0 16px #1677ff38;cursor:default}.dashboard-crumb-icon{font-size:12px;opacity:.9}.dashboard-crumb-chip.is-active .dashboard-crumb-icon{opacity:1}.dashboard-drill-back-btn{flex-shrink:0;display:inline-flex!important;align-items:center!important;height:36px!important;padding:0 14px!important;border-radius:8px!important;border-color:#69c0ff73!important;background:#1677ff1f!important;box-shadow:0 0 16px #1677ff1f}.dashboard-drill-back-btn:hover{border-color:#69c0ff!important;background:#1677ff38!important;color:#fff!important;box-shadow:0 0 20px #1677ff40}.dashboard-drill-back-text{font-weight:600;margin-right:6px}.dashboard-drill-back-target{font-size:11px;opacity:.75;padding-left:8px;border-left:1px solid rgba(105,192,255,.35);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-tool-btn{border-color:#40a9ff59!important;color:#69c0ff!important}.dashboard-tool-btn:hover{border-color:#69c0ff!important;background:#1677ff1f!important}.drill-hint{background:#36cfc91a!important;border-color:#36cfc94d!important;color:#36cfc9!important;font-size:11px}.drillable{cursor:pointer;transition:transform .2s}.drillable:hover{transform:translateY(-2px)}.drillable:hover .stat-card-dark{border-color:#40a9ff80;box-shadow:0 0 20px var(--screen-glow)}.chart-drillable{cursor:default}.drill-link{color:#69c0ff;cursor:pointer}.drill-link:hover{color:#91d5ff;text-decoration:underline}.drill-progress-item{padding:8px 10px;border-radius:6px;transition:background .2s}.drill-progress-item.drillable:hover{background:#1677ff14}.drill-project-card{background:#1677ff0f;border:1px solid rgba(64,169,255,.2);border-radius:var(--radius-sm);padding:16px;transition:all .3s}.drill-project-card.drillable:hover{border-color:#40a9ff80;background:#1677ff1f;box-shadow:0 0 16px var(--screen-glow)}.map-dot.drillable-dot{cursor:pointer;width:16px;height:16px}.map-dot-label{position:absolute;top:20px;left:50%;transform:translate(-50%);white-space:nowrap;font-size:11px;color:#ffffffb3;pointer-events:none;opacity:0;transition:opacity .2s}.map-dot.drillable-dot:hover .map-dot-label{opacity:1}.drill-table .ant-table-tbody>tr{transition:background .2s}.dark-descriptions .ant-descriptions-item-label{background:#1677ff14!important;color:#ffffff8c!important}.dark-descriptions .ant-descriptions-item-content{background:transparent!important;color:#ffffffd9!important}.dark-descriptions.ant-descriptions-bordered .ant-descriptions-view{border-color:#40a9ff26!important}.alert-flow-drawer .ant-drawer-header-title{font-weight:600}.dashboard-screen-switch-bar{display:inline-flex;align-items:stretch;background:linear-gradient(180deg,#0a2244eb,#06142cf5);border:1px solid rgba(105,192,255,.32);padding:4px;border-radius:10px;box-shadow:inset 0 1px #ffffff0f,0 8px 24px #0000002e}.dashboard-screen-switch{background:transparent!important;border:none!important;padding:0!important;border-radius:0!important}.dashboard-screen-switch-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:148px;padding:6px 28px;font-size:14px;line-height:1.5715;white-space:nowrap;color:#ffffff8c;background:transparent;border:none;border-left:1px solid rgba(64,169,255,.2);border-radius:0 6px 6px 0;cursor:pointer;transition:all .25s;font-family:inherit}.dashboard-screen-switch-btn:hover{color:#fff;background:#1677ff1f}.dashboard-screen-switch .ant-segmented-item{color:#ffffff8c!important;transition:all .25s}.dashboard-screen-switch .ant-segmented-item-selected{background:linear-gradient(135deg,#1677ff9e,#36cfc961)!important;color:#fff!important;box-shadow:0 0 16px #1677ff59,inset 0 1px #ffffff1f}.dashboard-screen-switch .ant-segmented-item-label{min-width:148px;padding:6px 28px!important;font-size:14px;text-align:center}.dashboard-screen-switch .ant-segmented-thumb{background:transparent!important}.decision-report-modal-root .ant-modal-content{padding:0;background:transparent;box-shadow:none}.decision-report-modal-root .ant-modal-body{padding:0}.decision-report-shell{position:relative;overflow:hidden;padding:22px 24px 20px;background:linear-gradient(180deg,#103462f5,#061630fa 52%,#040e20fc);border:1px solid rgba(105,192,255,.38);border-radius:14px;box-shadow:0 24px 64px #00000073,inset 0 1px #ffffff1a,0 0 80px #1677ff24}.decision-report-shell:before{content:"";position:absolute;top:0;left:8%;right:8%;height:2px;background:linear-gradient(90deg,transparent,#69c0ff,#36cfc9,#b37feb,#69c0ff,transparent);box-shadow:0 0 22px #69c0ff73}.decision-report-shell:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(22,119,255,.16),transparent 70%),repeating-linear-gradient(0deg,rgba(105,192,255,.03) 0,rgba(105,192,255,.03) 1px,transparent 1px,transparent 4px);opacity:.55}.decision-report-corner{position:absolute;width:18px;height:18px;pointer-events:none;z-index:2}.decision-report-corner-tl{top:10px;left:10px;border-top:2px solid rgba(105,192,255,.65);border-left:2px solid rgba(105,192,255,.65)}.decision-report-corner-tr{top:10px;right:10px;border-top:2px solid rgba(105,192,255,.65);border-right:2px solid rgba(105,192,255,.65)}.decision-report-corner-bl{bottom:10px;left:10px;border-bottom:2px solid rgba(54,207,201,.45);border-left:2px solid rgba(54,207,201,.45)}.decision-report-corner-br{bottom:10px;right:10px;border-bottom:2px solid rgba(54,207,201,.45);border-right:2px solid rgba(54,207,201,.45)}.decision-report-header{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(64,169,255,.18)}.decision-report-header-main{display:flex;align-items:center;gap:14px;min-width:0}.decision-report-icon-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;font-size:22px;color:#d3adf7;background:linear-gradient(135deg,#722ed147,#1677ff2e);border:1px solid rgba(179,127,235,.45);box-shadow:0 0 24px #722ed140}.decision-report-icon-ring{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:16px;border:1px dashed rgba(179,127,235,.35);animation:decisionReportSpin 12s linear infinite}@keyframes decisionReportSpin{to{transform:rotate(360deg)}}.decision-report-title{font-size:20px;font-weight:700;letter-spacing:2px;color:#fff;text-shadow:0 0 20px rgba(105,192,255,.35)}.decision-report-subtitle{margin-top:4px;font-size:11px;letter-spacing:1.5px;color:#69c0ffb8}.decision-report-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.decision-report-live{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:1px;color:#36cfc9;background:#36cfc91a;border:1px solid rgba(54,207,201,.28)}.decision-report-live-dot{width:7px;height:7px;border-radius:50%;background:#36cfc9;box-shadow:0 0 10px #36cfc9cc;animation:decisionReportPulse 1.8s ease-in-out infinite}@keyframes decisionReportPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.85)}}.decision-report-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(64,169,255,.28);border-radius:8px;background:#0410208c;color:#ffffffb8;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.decision-report-close:hover{border-color:#69c0ff8c;color:#fff;background:#1677ff2e}.decision-report-toolbar{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px;margin-bottom:18px}.decision-report-period{display:flex;align-items:center;gap:12px}.decision-report-period-label{font-size:13px;font-weight:600;letter-spacing:1px;color:#69c0ffc7}.decision-report-modal .ant-segmented{background:#041020b8!important;border:1px solid rgba(64,169,255,.22);padding:3px}.decision-report-modal .ant-segmented-item{color:#ffffff8c!important}.decision-report-modal .ant-segmented-item-selected{color:#fff!important;background:linear-gradient(135deg,#1677ff8c,#722ed159)!important;box-shadow:0 0 16px #1677ff40}.decision-report-modal .ant-segmented-thumb{background:transparent!important}.decision-report-meta{display:flex;flex-wrap:wrap;gap:8px}.decision-report-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500;letter-spacing:.5px;border:1px solid transparent}.decision-report-chip.tone-purple{color:#d3adf7;background:#722ed129;border-color:#b37feb59}.decision-report-chip.tone-cyan{color:#36cfc9;background:#36cfc91f;border-color:#36cfc947}.decision-report-chip.tone-blue{color:#69c0ff;background:#1677ff1f;border-color:#40a9ff47}.decision-report-section{position:relative;z-index:1;margin-bottom:18px}.decision-report-section-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;letter-spacing:1px;color:#ffffffe0}.decision-report-section-title .anticon{color:#69c0ff;font-size:15px}.decision-report-section-line{flex:1;height:1px;margin-left:4px;background:linear-gradient(90deg,rgba(64,169,255,.45),transparent)}.decision-report-kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.decision-report-kpi{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:10px;background:#0410208c;border:1px solid rgba(64,169,255,.16);transition:border-color .2s,box-shadow .2s}.decision-report-kpi:hover{border-color:#69c0ff59;box-shadow:0 0 20px #1677ff1a}.decision-report-kpi .label{font-size:13px;color:#ffffff8c}.decision-report-kpi .value{font-size:15px;font-weight:700;letter-spacing:.5px}.decision-report-kpi.tone-red{border-color:#ff4d4f47;background:linear-gradient(135deg,#ff4d4f14,#0410208c)}.decision-report-kpi.tone-red .value{color:#ff7875;text-shadow:0 0 12px rgba(255,77,79,.35)}.decision-report-kpi.tone-orange{border-color:#faad1447;background:linear-gradient(135deg,#faad1414,#0410208c)}.decision-report-kpi.tone-orange .value{color:#ffc53d;text-shadow:0 0 12px rgba(250,173,20,.35)}.decision-report-kpi.tone-green{border-color:#52c41a47;background:linear-gradient(135deg,#52c41a14,#0410208c)}.decision-report-kpi.tone-green .value{color:#95de64;text-shadow:0 0 12px rgba(82,196,26,.35)}.decision-report-kpi.tone-blue{border-color:#40a9ff47;background:linear-gradient(135deg,#1677ff1a,#0410208c)}.decision-report-kpi.tone-blue .value{color:#69c0ff;text-shadow:0 0 12px rgba(64,169,255,.35)}.decision-report-rec-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.decision-report-rec-item{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:10px;background:#0410207a;border:1px solid rgba(64,169,255,.12);border-left:3px solid rgba(179,127,235,.55);transition:border-color .2s,background .2s}.decision-report-rec-item:hover{background:#1677ff14;border-color:#69c0ff38}.decision-report-rec-index{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;padding:0 6px;border-radius:4px;background:#722ed12e;border:1px solid rgba(179,127,235,.35);color:#d3adf7;font-size:11px;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;flex-shrink:0}.decision-report-rec-text{font-size:13px;line-height:1.65;color:#ffffffc7}.decision-report-disclaimer{position:relative;z-index:1;display:flex;align-items:flex-start;gap:8px;margin-bottom:16px;padding:10px 12px;border-radius:8px;font-size:12px;line-height:1.6;color:#ffffff6b;background:#1677ff0f;border:1px dashed rgba(64,169,255,.18)}.decision-report-disclaimer .anticon{margin-top:2px;color:#69c0ffa6}.decision-report-footer{position:relative;z-index:1;display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.decision-report-btn-ghost{color:#ffffffb8!important;background:#0410208c!important;border-color:#40a9ff47!important}.decision-report-btn-ghost:hover{color:#fff!important;border-color:#69c0ff8c!important;background:#1677ff24!important}.decision-report-btn-primary{background:linear-gradient(135deg,#1677ff,#722ed1)!important;border:none!important;box-shadow:0 0 20px #1677ff59!important}.decision-report-btn-primary:hover{background:linear-gradient(135deg,#4096ff,#9254de)!important;box-shadow:0 0 28px #722ed166!important}.dark-table .ant-table{background:transparent!important;color:#ffffffbf}.dark-table .ant-table-thead>tr>th{background:#1677ff14!important;color:#ffffff8c!important;border-bottom:1px solid rgba(64,169,255,.12)!important;font-size:12px}.dark-table .ant-table-tbody>tr>td{border-bottom:1px solid rgba(255,255,255,.04)!important;background:transparent!important}.dark-table .ant-table-tbody>tr:hover>td{background:#1677ff0f!important}.dark-table .ant-empty-description{color:#ffffff59}.reading-photo-evidence{margin-top:4px}.reading-photo-evidence-head{font-size:13px;font-weight:600;color:#1677ff;margin-bottom:10px;display:flex;align-items:center;gap:6px}.reading-photo-frame{position:relative;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#0f172a}.reading-photo-scene{height:180px;background:linear-gradient(145deg,#1e293b,#334155,#475569);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.reading-photo-evidence.mobile .reading-photo-scene{height:140px}.reading-photo-dial{width:120px;height:120px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#f8fafc,#cbd5e1 60%,#94a3b8);border:4px solid #64748b;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 2px 8px #0003,0 4px 12px #0000004d}.reading-photo-evidence.mobile .reading-photo-dial{width:90px;height:90px}.reading-photo-dial-num{font-size:22px;font-weight:800;font-family:Courier New,monospace;color:#1e293b}.reading-photo-evidence.mobile .reading-photo-dial-num{font-size:16px}.reading-photo-dial-unit{font-size:10px;color:#64748b}.reading-photo-scene-label{position:absolute;bottom:8px;left:12px;font-size:11px;color:#fff9}.reading-photo-watermark{padding:10px 12px;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#ffffffeb;font-size:11px;line-height:1.6}.reading-photo-wm-row{display:flex;align-items:flex-start;gap:6px;margin-bottom:2px}.reading-photo-wm-row .anticon{margin-top:3px;flex-shrink:0;color:#69b1ff}.reading-photo-wm-seal{margin-top:6px;padding-top:6px;border-top:1px dashed rgba(255,255,255,.25);font-size:10px;color:#faad14;letter-spacing:1px}.reading-photo-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin-top:12px;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #f0f0f0}.reading-photo-evidence.mobile .reading-photo-meta-grid{grid-template-columns:1fr}.reading-photo-meta-item{display:flex;flex-direction:column;gap:2px;font-size:12px}.reading-photo-meta-item>span:first-child{color:#94a3b8}.reading-photo-meta-item>span:last-child{color:#334155;font-weight:500}.reading-photo-meta-item .mono{font-family:monospace;font-size:11px}.mobile-reading-photo-thumb{margin-top:8px;padding:6px 10px;background:#f0f7ff;border-radius:6px;font-size:12px;color:#1677ff;display:flex;align-items:center;gap:6px}.patrol-location-info{margin-top:4px}.patrol-location-head{font-size:13px;font-weight:600;color:#722ed1;margin-bottom:10px;display:flex;align-items:center;gap:6px}.patrol-location-map{position:relative;height:140px;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:linear-gradient(145deg,#1e293b,#334155,#475569);display:flex;flex-direction:column;align-items:center;justify-content:center}.patrol-location-info.mobile .patrol-location-map{height:110px}.patrol-location-pin{width:14px;height:14px;border-radius:50%;background:#722ed1;border:3px solid #fff;box-shadow:0 2px 8px #722ed180;margin-bottom:8px}.patrol-location-coords{font-family:Courier New,monospace;font-size:12px;color:#e2e8f0;font-weight:600}.patrol-location-acc{font-size:11px;color:#94a3b8;margin-top:4px}.patrol-location-meta{margin-top:10px;padding:10px 12px;background:#f8fafc;border-radius:8px;border:1px solid #f0f0f0;display:flex;flex-direction:column;gap:6px}.patrol-location-row{font-size:12px;color:#475569;display:flex;align-items:flex-start;gap:6px;line-height:1.5}.patrol-location-info.inline .patrol-location-map{height:80px}.patrol-location-info.inline .patrol-location-meta{margin-top:6px;padding:8px 10px}
