:root{--bg-primary:#010914;--bg-secondary:#061428;--panel-bg:#04192db8;--glass-a:#04192db8;--glass-b:#031e3773;--glass-c:#00506e47;--cyan:#24e9ff;--cyan-deep:#00d9ff;--blue:#06f;--sky:#0877a8;--success:#00f5a0;--warning:#ffb020;--danger:#ff435a;--violet:#8a7cff;--text:#e7f7ff;--text-muted:#bee6f5a6;--hud-brightness:.78}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100vw;height:100vh;color:var(--text);background:#010914;font-family:PingFang SC,Hiragino Sans GB,Noto Sans SC,Microsoft YaHei,sans-serif;overflow:hidden}button{cursor:pointer;font-family:inherit}.viewport{background:radial-gradient(circle at 50% 42%,#0078ff38,#020f1e8c 42%,#010914 100%),radial-gradient(circle at 12% 88%,#00b4d21f,#0000 36%),radial-gradient(circle at 88% 12%,#0050ff29,#0000 32%);width:100vw;height:100vh;position:relative;overflow:hidden}.scene-root{z-index:1;position:absolute;inset:0}.hud-layer{z-index:2;pointer-events:none;position:absolute;inset:0}.header,.hud-left,.hud-right,.floor-rail,.scene-controls,.bottom-nav,.worker-profile,.icon-btn,.restore-btn{pointer-events:auto}.screen-frame{pointer-events:none;border:0;position:absolute;inset:14px}.screen-frame span{opacity:.55;width:42px;height:42px;position:absolute}.screen-frame .tl{border-top:1px solid #24e9ff73;border-left:1px solid #24e9ff73;top:0;left:0}.screen-frame .tr{border-top:1px solid #24e9ff73;border-right:1px solid #24e9ff73;top:0;right:0}.screen-frame .bl{border-bottom:1px solid #24e9ff73;border-left:1px solid #24e9ff73;bottom:0;left:0}.screen-frame .br{border-bottom:1px solid #24e9ff73;border-right:1px solid #24e9ff73;bottom:0;right:0}.top-beam{pointer-events:none;background:linear-gradient(90deg,#0000,#24e9ff73,#0000);height:1px;position:absolute;top:0;left:18%;right:18%;box-shadow:0 0 24px #24e9ff40}.header{z-index:5;opacity:0;grid-template-columns:1.1fr .8fr auto;align-items:center;animation:.7s 2s both hud-in;display:grid;position:absolute;top:18px;left:36px;right:36px}.brand{align-items:center;gap:14px;display:flex}.logo-mark{flex-shrink:0;width:42px;height:42px;position:relative}.logo-mark .hud-icon{width:42px;height:42px}.nav-item .hud-icon{filter:drop-shadow(0 2px 6px #00285066)}.nav-item.active .hud-icon{filter:drop-shadow(0 0 10px #24e9ff8c)}.hud-icon{object-fit:contain;filter:drop-shadow(0 4px 8px #00285059);pointer-events:none;-webkit-user-select:none;user-select:none;flex-shrink:0;display:block}.inline-icon{vertical-align:-3px;margin-right:2px;display:inline-block}.loading-icon{filter:drop-shadow(0 0 18px #24e9ff59)}.brand h1{letter-spacing:3px;color:#f3fcff;text-shadow:0 0 24px #24e9ff47;font-size:clamp(26px,2vw,34px);font-weight:600}.header-center{background:linear-gradient(90deg,#0000,#24e9ff66,#0000);height:1px;box-shadow:0 0 18px #24e9ff33}.header-right{justify-content:flex-end;align-items:center;gap:18px;display:flex}.clock-block{text-align:right}.clock-block .time{letter-spacing:1px;color:var(--cyan);text-shadow:0 0 16px #24e9ff59;font-variant-numeric:tabular-nums;font-size:32px;font-weight:600}.clock-block .meta{color:var(--text-muted);margin-top:2px;font-size:13px}.icon-btn{width:40px;height:40px;color:var(--cyan);background:var(--glass-c);border:0;place-items:center;display:grid;box-shadow:0 0 18px #24e9ff1f}.hud-left,.hud-right{width:min(360px,22vw);filter:brightness(var(--hud-brightness));opacity:0;flex-direction:column;gap:16px;animation:.7s 1.6s both hud-rise;display:flex;position:absolute;top:110px;bottom:92px}.glass-a,.glass-b,.glass-c,.glass-danger,.glass-ai{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;box-shadow:0 12px 40px #00000047,inset 0 1px #ffffff0a}.glass-a{background:var(--glass-a)}.glass-b{background:var(--glass-b)}.glass-c{background:var(--glass-c)}.glass-danger{background:#3c0a126b}.glass-ai{background:#1c123a66}.panel{padding:14px 16px 16px}.hud-corners span{pointer-events:none;width:16px;height:16px;position:absolute}.hud-corners .tl{border-top:2px solid #24e9ffb3;border-left:2px solid #24e9ffb3;top:0;left:0}.hud-corners .tr{border-top:2px solid #24e9ffb3;border-right:2px solid #24e9ffb3;top:0;right:0}.hud-corners .bl{border-bottom:2px solid #24e9ffb3;border-left:2px solid #24e9ffb3;bottom:0;left:0}.hud-corners .br{border-bottom:2px solid #24e9ffb3;border-right:2px solid #24e9ffb3;bottom:0;right:0}.hud-title{letter-spacing:1.5px;color:#dcf8ffe0;align-items:center;gap:8px;margin-bottom:12px;font-size:16px;display:flex}.hud-title .extra{color:var(--text-muted);margin-left:auto;font-size:12px}.glow-text{color:var(--cyan);text-shadow:0 0 14px #24e9ff66}.metric-row{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.metric-row.three{grid-template-columns:repeat(3,1fr)}.metric .value{letter-spacing:1px;color:var(--cyan);text-shadow:0 0 12px #24e9ff4d;margin-top:2px;font-size:28px;font-weight:600}.metric .unit{color:var(--text-muted);margin-left:4px;font-size:12px;font-weight:400}.status-normal{color:var(--success)}.status-warning{color:var(--warning)}.status-danger{color:var(--danger)}.bottom-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;background:#04192d8c;gap:6px;padding:8px 10px;animation:.6s 2s both hud-in;display:flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000059}.nav-item{min-width:88px;height:54px;color:var(--text-muted);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:12px;display:flex}.nav-item.active{color:var(--cyan);text-shadow:0 0 12px #24e9ff66;box-shadow:inset 0 -2px 0 var(--cyan), 0 10px 18px #24e9ff1f}.toast{z-index:20;background:var(--glass-a);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:var(--cyan);letter-spacing:1px;padding:10px 20px;position:absolute;bottom:92px;left:50%;transform:translate(-50%)}.loading-screen{z-index:40;background:radial-gradient(circle,#07182c 0%,#010914 72%);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.loading-screen h2{letter-spacing:6px;color:var(--cyan);margin-top:16px;font-size:18px}@keyframes hud-in{0%{opacity:0}to{opacity:1}}@keyframes hud-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.floor-rail{z-index:6;opacity:0;flex-direction:column;justify-content:space-between;align-items:flex-start;width:72px;animation:.6s 1.7s both hud-in;display:flex;position:absolute;top:150px;bottom:130px;left:calc(22vw + 48px)}.floor-rail .rail-line{background:linear-gradient(#0000,#24e9ffb3,#0000);width:2px;position:absolute;top:8px;bottom:8px;left:10px;box-shadow:0 0 10px #24e9ff66}.floor-rail button{color:var(--text-muted);background:0 0;border:0;align-items:center;gap:8px;padding-left:2px;font-size:12px;display:flex;position:relative}.floor-rail .dot{background:#24e9ff47;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 3px #24e9ff14}.floor-rail button.active{color:var(--cyan)}.floor-rail button.active .dot{background:var(--cyan);box-shadow:0 0 12px var(--cyan);transform:scale(1.25)}.scene-controls{z-index:6;opacity:0;gap:8px;animation:.6s 1.8s both hud-in;display:flex;position:absolute;top:110px;right:calc(22vw + 40px)}.restore-btn{height:40px;color:var(--cyan);background:var(--glass-c);letter-spacing:1px;align-items:center;gap:6px;padding:0 14px;font-size:13px;display:inline-flex;box-shadow:0 0 18px #24e9ff1f}.scene-legend{color:var(--text-muted);opacity:0;pointer-events:none;gap:18px;font-size:13px;animation:.6s 1.8s both hud-in;display:flex;position:absolute;bottom:92px;left:50%;transform:translate(-50%)}.hud-left .metric .value,.hud-right .metric .value{font-size:22px}.hud-left,.hud-right{overflow:auto}.dot{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.dot.normal{background:var(--cyan);box-shadow:0 0 8px var(--cyan)}.dot.watch{background:var(--warning);box-shadow:0 0 8px var(--warning)}.dot.danger{background:var(--danger);box-shadow:0 0 8px var(--danger)}.scene-title{letter-spacing:6px;color:#24e9ffb3;opacity:0;pointer-events:none;align-items:center;gap:8px;font-size:14px;animation:.7s 2s both hud-in;display:flex;position:absolute;top:86px;left:50%;transform:translate(-50%)}.attend-disc{grid-template-columns:132px 1fr;align-items:center;gap:8px;display:grid}.alert-list{flex-direction:column;gap:8px;display:flex}.alert-item{text-align:left;color:inherit;border:0;border-left:2px solid var(--warning);background:#ff435a0f;grid-template-columns:54px 1fr auto;gap:8px;padding:10px;display:grid}.alert-item.major{border-left-color:var(--danger);background:#ff435a1f}.alert-item.active{box-shadow:inset 0 0 20px #ff435a33}.alert-item .time{color:var(--cyan);font-size:13px}.alert-head{align-items:center;gap:6px;display:flex}.alert-item .place{color:var(--text-muted);font-size:12px}.progress-list,.equip-list{flex-direction:column;gap:10px;display:flex}.progress-row,.equip-row{grid-template-columns:auto 1fr auto;align-items:center;gap:8px;font-size:13px;display:grid}.equip-name{white-space:nowrap;align-items:center;gap:6px;display:flex}.progress-track,.tiny-bar{background:#24e9ff1a;height:6px;overflow:hidden}.progress-track span,.tiny-bar span{background:linear-gradient(90deg,#06f,#24e9ff);height:100%;display:block;box-shadow:0 0 10px #24e9ff66}.env-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.env-item{background:#00284640;padding:8px 6px}.env-item .name{color:var(--text-muted);align-items:center;gap:4px;font-size:11px;display:flex}.env-item .num{margin-top:4px;font-size:18px;font-weight:600}.mini-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mini-chip{color:var(--text);text-align:left;border:0;padding:10px 12px}.mini-chip b{align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.mini-chip em{color:var(--success);margin-top:4px;font-size:12px;font-style:normal;display:block}.mini-pop{z-index:8;width:240px;margin-top:8px;position:absolute;top:100%;right:0}.ai-cam{background:linear-gradient(#140828cc,#081428cc);border:0;width:100%;height:92px;margin-top:8px;position:relative;overflow:hidden}.ai-cam-icon{filter:drop-shadow(0 0 12px #8a7cff8c);position:absolute;bottom:12px;left:18px}.ai-cam .person{clip-path:polygon(50% 0,80% 18%,70% 40%,85% 100%,15% 100%,30% 40%,20% 18%);opacity:.85;background:#8a7cff;width:24px;height:46px;position:absolute;bottom:10px;left:28px}.ai-cam .hat-miss{border:1px dashed var(--danger);width:20px;height:8px;position:absolute;top:16px;left:30px}.ai-cam .scan{background:repeating-linear-gradient(#0000 0 7px,#8a7cff14 8px);position:absolute;inset:0}.ai-cam .meta{text-align:right;color:#c5b8ff;font-size:12px;animation:1.8s ease-in-out infinite blink;position:absolute;top:10px;right:10px}@keyframes blink{50%{opacity:.4}}.worker-profile{z-index:9;filter:none;width:400px;position:absolute;top:168px;right:calc(22vw + 36px)}.profile-card{padding:18px 18px 16px}.profile-head{grid-template-columns:76px 1fr;gap:14px;margin-bottom:14px;display:grid}.avatar{width:72px;height:72px;color:var(--cyan);background:radial-gradient(circle,#24e9ff47,#04192de6);border-radius:50%;place-items:center;font-size:28px;display:grid;box-shadow:0 0 0 2px #24e9ff73,0 0 18px #24e9ff59}.profile-name{font-size:22px;font-weight:600}.profile-id{color:var(--cyan);letter-spacing:1px}.kv-lite{color:var(--text-muted);margin-top:4px;font-size:14px}.psy-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin:12px 0 4px;display:grid}.psy-grid .value{font-size:26px}.bar-thin{background:#24e9ff1f;height:3px;margin-top:6px}.bar-thin span{background:var(--cyan);height:100%;display:block}.tags{flex-wrap:wrap;gap:6px;margin:8px 0 4px;display:flex}.tag{color:var(--cyan);background:#24e9ff14;padding:3px 8px;font-size:11px}.ghost-btn{width:100%;height:38px;color:var(--cyan);letter-spacing:1px;background:#24e9ff14;border:0;margin-top:8px}.profile-note{color:var(--warning);margin-top:8px;font-size:11px}.status-pills{gap:12px;margin:8px 0;font-size:13px;display:flex}.beacon-html{text-align:center;pointer-events:none;transform:translate(-50%,-100%)}.beacon-id{letter-spacing:.5px;color:#d9fbff;text-shadow:0 0 8px #000c;margin-bottom:4px;font-size:11px}.beacon-core{background:radial-gradient(circle,#fff 0 20%,currentColor 40%,#0000 70%);border-radius:50%;width:18px;height:18px;margin:0 auto;box-shadow:0 0 16px}.beacon-tip{background:var(--glass-c);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e7f7ff;text-align:left;min-width:128px;margin-top:6px;padding:8px 10px;font-size:12px}.profile-connector{background:linear-gradient(90deg,#0000,#ffb020);width:48px;height:1px;position:absolute;top:48px;left:-48px;box-shadow:0 0 8px #ffb020}.expand-card{color:var(--text-muted);font-size:13px}.attend-highlight{box-shadow:0 0 24px #ffb0202e}:root{--cyan:#53e6f4;--success:#42eac1;--warning:#ffbd59;--text-muted:#93b3c9;--hud-brightness:1;--panel-width:clamp(280px, 22vw, 360px);--panel-offset:24px;--glass-a:#06182ae8;--glass-b:#071a2cd6;--glass-c:#0e374cb8}button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:3px;outline:2px solid #67dcff}button:disabled{opacity:.4;cursor:not-allowed}input,select{font-family:inherit}button{transition:background .16s,color .16s,box-shadow .16s}.viewport:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#020a1afa,#0000 28% 75%,#020917b3),linear-gradient(90deg,#0209189e,#0000 32% 68%,#0209189e);position:absolute;inset:0}.screen-frame{border:1px solid #46769b13;inset:12px}.screen-frame span{opacity:1;width:56px;height:30px}.screen-frame .tl,.screen-frame .tr,.screen-frame .bl,.screen-frame .br{border-color:#43cfee88}.top-beam{background:linear-gradient(90deg,#0000,#527aff,#5bf2ea,#527aff,#0000);height:2px;left:26%;right:26%;box-shadow:0 0 30px #43cfff66}.header{grid-template-columns:1fr auto 1fr;gap:20px;animation-delay:.1s;top:23px;left:29px;right:29px}.brand{gap:12px}.brand h1{letter-spacing:2px;font-size:clamp(20px,1.6vw,30px);font-weight:650}.brand .en{letter-spacing:1.9px;color:#6896bc;margin-top:7px;font-size:10px}.logo-mark,.logo-mark .hud-icon{width:44px;height:44px}.header-center{height:auto;box-shadow:none;background:0 0;flex-direction:column;align-items:center;gap:6px;padding:0 25px;display:flex;position:relative}.header-center:before,.header-center:after{content:"";opacity:.65;border-top:1px solid #63cff1;border-bottom:1px solid #327593;width:35px;height:10px;position:absolute;top:25px}.header-center:before{left:-23px;transform:skew(40deg)}.header-center:after{right:-23px;transform:skew(-40deg)}.header-center>b{letter-spacing:5px;color:#d7f3ff;font-size:20px;font-weight:500}.header-project-code{letter-spacing:3px;color:#6c91b3;font:10px monospace}.header-demo{color:#8aa9c6;border:1px solid #305474;border-radius:2px;padding:1px 7px;font-size:10px}.clock-block .time{letter-spacing:2px;color:#d8eeff;text-shadow:none;font-size:27px}.clock-block .meta{color:#7d9ab7;font-size:11px}.icon-btn{box-shadow:none;background:#0f344c99;border:1px solid #2c668266;border-radius:5px}.icon-btn:hover,.restore-btn:hover{color:#fff;background:#205675aa}.hud-left,.hud-right{width:var(--panel-width);scrollbar-width:thin;scrollbar-color:#23506b #08192844;filter:none;gap:14px;padding-bottom:3px;animation-delay:.2s;top:116px;bottom:105px;overflow-x:hidden}.hud-left{left:var(--panel-offset)}.hud-right{right:var(--panel-offset)}.panel{background-image:linear-gradient(125deg,#3180bd12,#0000 40%);border:1px solid #32618066;border-radius:4px;flex-shrink:0;padding:16px 17px;box-shadow:0 12px 35px #0003,inset 0 1px #77badd18}.panel:after{content:"";background:linear-gradient(90deg,#54baff,#52f4dc);width:58px;height:2px;position:absolute;top:0;left:21px;box-shadow:0 0 12px #32cdff44}.hud-title{letter-spacing:1.2px;color:#d0e8fa;margin-bottom:16px;font-size:15px;font-weight:550}.hud-title .extra{letter-spacing:.2px;color:#6f98b7;font-size:11px}.hud-corners span{width:10px;height:10px}.hud-corners .tl,.hud-corners .tr,.hud-corners .bl,.hud-corners .br{border-width:1px;border-color:#57cbf188}.glass-danger{background:linear-gradient(135deg,#2b1b3280,#0a1f36ed);border-color:#8a415444}.glass-ai{background:linear-gradient(135deg,#241d4788,#0b2039eb);border-color:#68539f55}.metric-row{gap:8px}.metric .label{color:#8eaec6;font-size:12px}.hud-left .metric .value,.hud-right .metric .value{color:#72dfed;text-shadow:none;font-variant-numeric:tabular-nums;font-size:25px}.metric .unit{font-size:11px}.alert-item{background:#f09b4810;border-radius:3px;grid-template-columns:43px 1fr auto;gap:6px;padding:10px 7px}.alert-item .time{letter-spacing:-.2px;color:#7db5da;font:11px monospace}.alert-item .place{margin-bottom:4px;font-size:11px}.alert-item .alert-head{font-size:12px;line-height:1.6}.alert-head .hud-icon{width:16px!important;height:16px!important}.progress-track,.tiny-bar{border-radius:2px;height:5px}.progress-track>span,.tiny-bar>span{background:linear-gradient(90deg,#397cf1,#41e8d2);border-radius:2px}.env-item{background:#19446535;border:1px solid #3f759719;border-radius:3px}.env-item .num{color:#a5d8f4}.env-item .name{font-size:11px}.equip-row{font-size:12px}.mini-chip{background:#0b253de6;border:1px solid #315f7a66;border-radius:4px}.mini-chip b{font-size:12px}.mini-chip em{font-size:11px}.attend-disc{grid-template-columns:105px 1fr}.mini-row{gap:8px}.ai-cam{border-radius:3px}.mode-switch{pointer-events:auto;background:#091f36e8;border:1px solid #3c6a8d77;border-radius:6px;gap:5px;padding:5px;display:flex;position:absolute;top:115px;left:50%;transform:translate(-50%);box-shadow:0 6px 24px #0004,inset 0 1px #77badd14}.mode-switch>button{color:#789cb9;white-space:nowrap;background:0 0;border:0;border-radius:3px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;display:flex}.mode-switch>button.active{color:#9af5ff;background:linear-gradient(130deg,#174b76,#164756bb);box-shadow:inset 0 0 0 1px #4eafdc66}.mode-switch>button>span{color:#73d8ec;background:#2d85aa55;border-radius:2px;padding:2px 4px;font:10px monospace}.project-summary{top:188px;left:calc(var(--panel-offset) + var(--panel-width) + 72px);right:calc(var(--panel-offset) + var(--panel-width) + 70px);pointer-events:none;grid-template-columns:repeat(4,1fr);gap:10px;display:grid;position:absolute}.project-summary>div{border-left:1px solid #38719366;padding:0 0 0 14px;position:relative}.project-summary>div:before{content:"";background:#70dded;width:2px;height:14px;position:absolute;top:0;left:-1px}.project-summary>div>span{color:#87a9c7;white-space:nowrap;font-size:12px}.project-summary b{color:#e1f4ff;text-shadow:0 2px 15px #286cba55;letter-spacing:.5px;margin-top:6px;font:500 clamp(24px,2.2vw,39px)/1.2 Arial,sans-serif;display:block}.project-summary small{color:#7da5c2;margin-left:5px;font-size:12px;font-weight:400}.project-summary>em{letter-spacing:2px;text-align:center;color:#527c9e;grid-column:1/-1;margin-top:3px;font-size:10px;font-style:normal}.warm{color:#ffbd69!important}.mint{color:#4ae5c1!important}.scene-controls{top:auto;bottom:155px;right:calc(var(--panel-offset) + var(--panel-width) + 21px);pointer-events:auto;flex-direction:column;animation-delay:.4s}.restore-btn{height:34px;box-shadow:none;background:#0a2841d9;border:1px solid #31617f88;border-radius:4px;padding:0 10px;font-size:12px}.scene-controls>.icon-btn{width:34px;height:34px;margin-left:auto}.floor-rail{left:calc(var(--panel-offset) + var(--panel-width) + 22px);width:51px;animation-delay:.4s;top:290px;bottom:150px}.floor-rail .rail-line{width:1px;box-shadow:none;background:linear-gradient(#0000,#43a8c566,#0000);left:8px}.floor-rail button{gap:4px;font-size:11px}.floor-rail .dot{width:6px;height:6px;box-shadow:none;background:#35617d;margin-right:4px}.floor-rail button.active .dot{background:#60e7ed;box-shadow:0 0 10px #39deef}.scene-legend{z-index:3;letter-spacing:.3px;white-space:nowrap;background:#081d30bb;border:1px solid #2b536d55;border-radius:3px;gap:20px;padding:8px 14px;font-size:12px;animation-delay:.4s;bottom:120px}.scene-legend .dot{width:6px;height:6px}.dot.complete{background:#42eac1;box-shadow:0 0 8px #42eac144}.dot.planned{box-shadow:none;background:#4276a8}.scene-display-controls{right:calc(var(--panel-offset) + var(--panel-width) + 20px);pointer-events:auto;gap:6px;display:flex;position:absolute;top:119px}.scene-display-controls button{color:#80b3d2;background:#092239c9;border:1px solid #36617f77;border-radius:4px;place-items:center;width:31px;height:31px;display:grid}.scene-settings{right:calc(var(--panel-offset) + var(--panel-width) + 20px);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:11;pointer-events:auto;background:#0b233bef;border:1px solid #467799aa;border-radius:5px;width:240px;padding:16px;position:absolute;top:161px;box-shadow:0 12px 40px #0006}.scene-settings>header{border-bottom:1px solid #30547688;justify-content:space-between;align-items:center;margin-bottom:6px;padding-bottom:12px;display:flex}.scene-settings header>b{font-size:14px;font-weight:500}.scene-settings button{color:#96b7d1;background:0 0;border:0}.scene-settings label{color:#9fc0db;justify-content:space-between;align-items:center;padding:10px 0;font-size:13px;display:flex}.scene-settings input[type=checkbox]{accent-color:#41d8d1;width:15px;height:15px}.scene-settings p{color:#698cae;border-top:1px solid #30547688;padding-top:10px;font-size:11px;line-height:1.8}.scene-settings .worker-scale-label{display:block}.worker-scale-label>span{justify-content:space-between;margin-bottom:12px;display:flex}.worker-scale-label b{color:#51e8df;font-weight:400}.worker-scale-label input{accent-color:#4bded9;width:100%}.scene-secondary-actions{bottom:119px;left:calc(var(--panel-offset) + var(--panel-width) + 21px);pointer-events:auto;position:absolute}.scene-secondary-actions button{color:#8eb4d0;background:#082239c9;border:1px solid #36617f77;border-radius:4px;align-items:center;gap:6px;padding:8px 10px;font-size:11px;display:flex}.scene-secondary-actions button.active{color:#5ae5d9;border-color:#4bb7b877}.bottom-nav{background:linear-gradient(#0b2942f0,#081b31eb);border:1px solid #3d6a8977;border-radius:6px;gap:3px;padding:5px 7px;animation-delay:.3s;bottom:22px}.bottom-nav:before,.bottom-nav:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#3aa5cf88);width:80px;height:1px;position:absolute;top:20px}.bottom-nav:before{right:calc(100% + 14px)}.bottom-nav:after{left:calc(100% + 14px);transform:rotate(180deg)}.nav-item{border-radius:3px;gap:4px;min-width:80px;height:56px;font-size:12px}.nav-item.active{text-shadow:none;background:#25649128;box-shadow:inset 0 -2px #56e0ec}.nav-item .hud-icon{width:23px!important;height:23px!important}.nav-item:hover{color:#a4d9f0;background:#245f8133}.worker-nameplate{white-space:nowrap;background:#071c31eb;border:1px solid;border-radius:4px;padding:6px 9px;box-shadow:0 4px 16px #0005}.worker-nameplate b{color:#e1f6ff;align-items:center;gap:10px;font-size:12px;font-weight:500;display:flex}.worker-nameplate b>span{color:#8cacc9;font:10px monospace}.worker-nameplate p{color:#9fbfda;margin-top:5px;font-size:11px}.worker-nameplate.selected{box-shadow:0 0 18px #59a7df44}.worker-profile{right:calc(var(--panel-offset) + var(--panel-width) + 22px);scrollbar-width:thin;scrollbar-color:#315c7b transparent;width:350px;max-height:calc(100vh - 390px);top:275px;overflow-y:auto}.profile-card{background:#091f36f5;border:1px solid #4b8ca988;border-radius:5px}.profile-head{grid-template-columns:55px 1fr;gap:12px}.avatar{width:50px;height:50px;font-size:22px}.profile-name{font-size:18px}.profile-id,.kv-lite{font-size:12px}.profile-card .hud-title{letter-spacing:1px;margin-bottom:12px;font-size:14px}.psy-grid .metric .value{font-size:20px}.status-pills{flex-wrap:wrap;gap:7px;font-size:11px}.profile-note{font-size:10px;line-height:1.8}.toast{z-index:30;border:1px solid #3e829f88;border-radius:4px;max-width:80vw;font-size:13px;bottom:100px}.compact-progress{align-items:center;gap:22px;padding:3px 0 18px;display:flex}.compact-progress>b{color:#61e2df;font:500 36px Arial}.compact-progress>b>small{margin-left:4px;font-size:15px}.compact-progress>span{color:#93b1cb;font-size:12px}.compact-progress em{color:#618aab;margin-top:7px;font-size:10px;font-style:normal;display:block}.progress-row.clickable{color:#9bbbd3;text-align:left;background:0 0;border:0;width:100%;padding:3px 0;font-size:12px}.progress-row.clickable:hover{color:#77f6eb}.open-progress{color:#6bd4ef;background:#1b799f22;border:1px solid #407fa044;border-radius:3px;justify-content:space-between;align-items:center;width:100%;margin-top:16px;padding:10px;font-size:12px;display:flex}.construction-aside{gap:14px}.construction-aside .panel{overflow:hidden}.project-progress-hero{align-items:center;gap:12px;padding:2px 0 13px;display:flex}.progress-orbit{border-radius:50%;flex-shrink:0;width:132px;height:132px;padding:7px;position:relative}.progress-orbit:after{content:"";pointer-events:none;border:1px dashed #2b729066;border-radius:50%;position:absolute;inset:-7px}.progress-orbit>div{background:#0a2036;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.progress-orbit b{color:#92f2e4;font:500 30px Arial}.progress-orbit b>small{font-size:13px}.progress-orbit>div>span{color:#83a7c3;margin-top:8px;font-size:10px}.progress-comparison{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.progress-comparison>span{color:#809eb9;flex-direction:column;gap:4px;font-size:11px;display:flex}.progress-comparison b{color:#b2d9f6;font:500 20px Arial}.progress-comparison b>small{font-size:11px}.progress-comparison>small{color:#527b9b;font-size:9px;line-height:1.7}.construction-stats{border-top:1px solid #2d527044;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:8px;padding-top:15px;display:grid}.construction-stats>div{border-right:1px solid #29476255;grid-template-columns:auto 1fr;align-items:center;gap:5px 8px;display:grid}.construction-stats>div:last-child{border:0}.construction-stats svg{color:#50ceb9}.construction-stats>div:nth-child(2) svg{color:#ffca6b}.construction-stats>div:nth-child(3) svg{color:#e88781}.construction-stats b{color:#d5eefa;font:20px Arial}.construction-stats span{color:#789bb8;grid-column:1/-1;font-size:11px}.building-search{color:#608aa9;background:#04182c88;border:1px solid #244e6d88;border-radius:3px;align-items:center;gap:8px;margin-bottom:12px;padding:8px;display:flex}.building-search input{color:#bddef4;background:0 0;border:0;outline:none;width:100%;min-width:0;font-size:12px}.building-search input::placeholder{color:#50738f}.plot-progress-list{scrollbar-width:thin;scrollbar-color:#2e5f7c transparent;flex-direction:column;gap:9px;max-height:460px;display:flex;overflow-y:auto}.plot-progress-row{text-align:left;color:#96b9d1;background:#1d466020;border:1px solid #305c7633;border-radius:3px;flex-shrink:0;width:100%;padding:12px 10px}.plot-progress-row:hover,.plot-progress-row.active{background:#27799020;border-color:#47aabb88}.plot-progress-row.active{box-shadow:inset 2px 0 #43e5d1}.plot-progress-row>div:first-child{align-items:center;gap:8px;display:flex}.plot-index{color:#6c9fbf;background:#1b405b55;border:1px solid #3e6d8955;border-radius:2px;padding:2px 4px;font:11px monospace}.plot-progress-row b{font-size:13px;font-weight:500}.plot-progress-row em{color:#4ad1b9;margin-left:auto;font-size:10px;font-style:normal}.plot-progress-row em.late{color:#ffbd59}.plot-progress-row strong{color:#c4e9fb;margin-left:2px;font:19px Arial}.plot-progress-row strong small{margin-left:1px;font-size:10px}.double-track{background:#0b1528;border-radius:2px;height:5px;margin:13px 0 9px;position:relative}.double-track>span{background:linear-gradient(90deg,#337de8,#3fe4cd);border-radius:2px;height:100%;display:block}.double-track>i{background:#e9f4fe;width:2px;height:9px;position:absolute;top:-2px;box-shadow:0 0 4px #82d6ed55}.plot-progress-row footer{color:#577f9f;justify-content:space-between;align-items:center;font-size:10px;display:flex}.plot-progress-row footer>span:last-child{color:#65a6c8;align-items:center;gap:4px;display:flex}.construction-text-button{color:#6ca4c1;background:0 0;border:0;justify-content:center;align-items:center;gap:5px;width:100%;margin-top:14px;font-size:12px;display:flex}.construction-export{color:#95d5e9;background:#1a516b44;border:1px solid #428ca466;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding:13px;font-size:13px;display:flex}.active-task-hero{align-items:center;gap:14px;padding:6px 0 18px;display:flex}.task-live-mark{background:#ffbd59;border:2px solid #eddc9788;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin:0 6px;box-shadow:0 0 0 7px #ba8a3222,0 0 20px #ffb63844}.active-task-hero small{letter-spacing:1.7px;color:#6d93b0;font:9px monospace}.active-task-hero h3{color:#ebd5ab;margin-top:7px;font-size:16px;font-weight:500;line-height:1.6}.active-task-hero p{color:#7295b2;margin-top:4px;font-size:11px}.phase-status{border-top:1px solid #31577655;grid-template-columns:1fr 1fr;gap:16px 20px;padding-top:16px;display:grid}.phase-status>div{grid-template-columns:1fr auto;gap:8px;display:grid}.phase-status span{color:#88a8c1;font-size:11px}.phase-status b{color:#a3dbe8;font:12px Arial}.phase-status i{background:#12283d;grid-column:1/-1;height:3px}.phase-status i>span{background:#368aaf;height:100%;display:block}.task-filter{background:#04182c88;border:1px solid #2f577255;border-radius:3px;gap:4px;padding:3px;display:flex}.task-filter>button{color:#698aa9;background:0 0;border:0;border-radius:2px;flex:1;padding:6px 0;font-size:12px}.task-filter>button.active{color:#8ae9e8;background:#24587666}.gantt-key{color:#577f9e;align-items:center;gap:11px;margin:13px 0;font-size:10px;display:flex}.gantt-key span{align-items:center;gap:5px;display:flex}.gantt-key span>i{background:#3c648c;width:10px;height:4px}.gantt-key span+span>i{background:#46cfc4}.gantt-key em{margin-left:auto;font-size:9px;font-style:normal}.gantt-list{scrollbar-width:thin;scrollbar-color:#2e5f7c transparent;max-height:410px;overflow-y:auto}.gantt-task{text-align:left;color:#a4c5dc;background:0 0;border:0;border-bottom:1px solid #36577733;width:100%;padding:12px 5px;display:block}.gantt-task:hover,.gantt-task.selected{background:#398baa13}.gantt-task header{justify-content:space-between;align-items:center;gap:8px;display:flex}.gantt-task header>b{font-size:12px;font-weight:400;line-height:1.6}.gantt-task header>span{color:#527798;white-space:nowrap;font-size:10px}.gantt-task header>span.active{color:#edbd6c}.gantt-task header>span.complete{color:#44c6b3}.gantt-lanes{background:repeating-linear-gradient(90deg,#3261861a 0 1px,#0000 1px 25%);border-left:1px solid #3e698c44;height:21px;margin:10px 0 5px;position:relative}.gantt-plan,.gantt-actual{background:#3b648a;border-radius:1px;height:5px;position:absolute;top:2px}.gantt-actual{opacity:.85;background:#45c7b7;top:11px}.gantt-actual.delayed{background:#db985a}.gantt-cursor{background:#d7e9f0bb;width:1px;height:23px;position:absolute;top:-1px}.gantt-task footer{color:#527b9a;justify-content:space-between;align-items:center;font:10px monospace;display:flex}.gantt-task footer b{color:#93c8d9;font-weight:400}.construction-empty{color:#6f98b5;text-align:center;padding:20px 0;font-size:12px;line-height:1.8}.selected-task-note{color:#79b1c8;background:#15516733;border:1px solid #52869466;border-radius:4px;gap:10px;padding:13px;display:flex}.selected-task-note>svg{flex-shrink:0}.selected-task-note b{color:#a2d3e4;font-size:12px;font-weight:500}.selected-task-note p{color:#6f97b4;margin:7px 0;font-size:11px}.selected-task-note span{color:#567f9f;font-size:10px}.schedule-note{color:#587d9c;padding:0 3px;font-size:11px;line-height:1.8}.construction-timeline{pointer-events:auto;bottom:112px;left:calc(var(--panel-offset) + var(--panel-width) + 22px);right:calc(var(--panel-offset) + var(--panel-width) + 22px);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:6;background:linear-gradient(115deg,#0c2d42ed,#081d36f2);border:1px solid #386f8d88;border-radius:5px;padding:15px 18px;position:absolute;box-shadow:0 14px 35px #0004,inset 0 1px #7cb4df14}.construction-timeline:before{content:"";background:linear-gradient(90deg,#4cf3cf,#3c78ee);width:85px;height:2px;position:absolute;top:-1px;left:18px}.construction-timeline>header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.construction-timeline>header>span{color:#86c5dd;align-items:center;gap:8px;display:flex}.construction-timeline>header b{letter-spacing:1px;color:#c2e6f4;font-size:13px;font-weight:500}.construction-timeline em{color:#658ba7;border:1px solid #365b7666;border-radius:2px;padding:2px 5px;font-size:10px;font-style:normal}.construction-timeline>header>button{color:#75a1bb;background:0 0;border:0;align-items:center;gap:5px;font-size:11px;display:flex}.time-controls{align-items:center;gap:15px;display:flex}.timeline-play{color:#64f5da;background:#176a752c;border:1px solid #45b7b777;border-radius:50%;flex-shrink:0;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 0 20px #44a1b211}.timeline-play:hover{background:#2e919844}.timeline-play.playing{color:#ffcf7a;border-color:#c2954788}.timeline-date{flex-direction:column;gap:5px;min-width:133px;display:flex}.timeline-date>strong{color:#d1edf9;letter-spacing:.2px;font:20px Arial}.timeline-date>span{color:#6b98b6;font-size:10px}.timeline-track-area{flex:1;min-width:40px;padding-top:15px}.timeline-track-area>input{appearance:none;cursor:pointer;border-radius:3px;outline:none;width:100%;height:4px}.timeline-track-area input::-webkit-slider-thumb{appearance:none;cursor:ew-resize;background:#3f9ba9;border:2px solid #a8f4f7;border-radius:2px;width:10px;height:16px;box-shadow:0 0 9px #49e7cf66}.timeline-track-area input::-moz-range-thumb{background:#3f9ba9;border:2px solid #a8f4f7;border-radius:2px;width:7px;height:13px}.timeline-ticks{justify-content:space-between;margin-top:9px;display:flex}.timeline-ticks button{color:#547f9f;background:0 0;border:0;font:9px monospace}.time-controls>select{color:#90bed5;background:#0c2c46;border:1px solid #3d658a66;border-radius:3px;outline:none;max-width:58px;padding:6px;font-size:12px}.construction-timeline>footer{border-top:1px solid #37617b33;align-items:center;gap:14px;margin-top:14px;padding-top:9px;display:flex}.timeline-phases{color:#517e9c;flex:1;justify-content:space-between;font-size:10px;display:flex}.date-step{align-items:center;gap:7px;display:flex}.date-step button{color:#6998b7;background:0 0;border:0}.date-step input{color:#8aadca;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:0 0;border:0;outline:none;max-width:118px;font-size:11px}.is-progress .scene-legend{bottom:283px}.is-progress .scene-controls{bottom:327px}.is-progress .scene-secondary-actions{bottom:283px}.is-progress .floor-rail{bottom:325px}.building-3d-label{color:#abcfe4;text-align:left;cursor:pointer;background:#0a223bdc;border:1px solid #59a3bd88;border-radius:4px;width:126px;padding:8px 10px;box-shadow:0 8px 20px #0004}.building-3d-label.selected{border-color:#f2cb7388}.building-3d-label>small{color:#6294b5;letter-spacing:1px;font:9px monospace}.building-3d-label>b{justify-content:space-between;align-items:center;margin-top:6px;font-size:12px;font-weight:500;display:flex}.building-3d-label b>span{color:#7de6d7;font:18px Arial}.building-3d-label>i{background:#14253d;height:3px;margin-top:9px;display:block}.building-3d-label i>span{background:#42cbbb;height:100%;display:block}.is-immersive .project-summary{left:25%;right:25%}.is-immersive .scene-controls,.is-immersive .scene-display-controls,.is-immersive .scene-settings{right:30px}.is-immersive .floor-rail,.is-immersive .scene-secondary-actions{left:30px}.is-immersive .construction-timeline{left:22%;right:22%}@media (width>=1800px){.hud-left,.hud-right{top:121px;bottom:115px}.project-summary{top:197px;left:calc(var(--panel-width) + 115px);right:calc(var(--panel-width) + 115px)}.construction-timeline{left:calc(var(--panel-width) + 82px);right:calc(var(--panel-width) + 82px)}.floor-rail{top:310px}.gantt-list{max-height:500px}.plot-progress-list{max-height:580px}.panel{padding:18px 20px}.hud-title{font-size:16px}}@media (width<=1350px){:root{--panel-width:280px;--panel-offset:16px}.header{gap:10px;left:22px;right:22px}.brand h1{letter-spacing:1px;font-size:22px}.brand .en{letter-spacing:1px;font-size:8px}.header-center{padding:0 10px}.header-center>b{letter-spacing:2px;font-size:15px}.header-center:before,.header-center:after{width:20px}.header-project-code{letter-spacing:1px;font-size:9px}.clock-block .time{font-size:23px}.clock-block .meta{font-size:10px}.header-right{gap:10px}.mode-switch>button{padding:9px 12px;font-size:12px}.project-summary{left:calc(var(--panel-width) + 54px);right:calc(var(--panel-width) + 52px);gap:7px}.project-summary>div{padding-left:8px}.project-summary>div>span{font-size:11px}.project-summary b{font-size:27px}.project-summary small{font-size:10px}.project-summary>em{letter-spacing:1px;font-size:9px}.panel{padding:14px 12px}.hud-title{letter-spacing:.5px;font-size:14px}.hud-title .extra{font-size:10px}.attend-disc{grid-template-columns:91px 1fr}.metric-row{gap:4px}.hud-left .metric .value,.hud-right .metric .value{font-size:22px}.scene-display-controls{right:calc(var(--panel-width) + 28px);top:165px}.scene-settings{top:200px;right:calc(var(--panel-width) + 28px)}.scene-legend{gap:12px;font-size:11px}.scene-secondary-actions{bottom:157px}.is-progress .scene-secondary-actions{bottom:319px}.scene-controls{bottom:200px}.is-progress .scene-controls{bottom:363px}.floor-rail{left:calc(var(--panel-width) + 29px);top:282px}.construction-timeline{left:calc(var(--panel-width) + 29px);right:calc(var(--panel-width) + 29px);padding:12px}.time-controls{gap:10px}.timeline-date{min-width:111px}.timeline-date>strong{font-size:17px}.timeline-play{width:34px;height:34px}.time-controls>select{padding:4px;font-size:10px}.timeline-phases{font-size:9px}.date-step{gap:1px}.date-step input{width:91px;font-size:9px}.construction-timeline>footer{gap:9px}.worker-profile{width:310px;right:calc(var(--panel-width) + 32px);top:263px}.progress-orbit{width:113px;height:113px}.progress-orbit b{font-size:26px}.progress-comparison>small{font-size:9px}.progress-comparison b{font-size:18px}.progress-comparison{gap:8px}.plot-progress-row{padding:11px 8px}.gantt-key em{display:none}.bottom-nav{bottom:20px}.nav-item{min-width:74px}}@media (height<=820px) and (width>=1000px){.hud-left,.hud-right{gap:10px;top:103px;bottom:93px}.header{top:17px}.panel{padding:12px}.hud-title{margin-bottom:12px}.mode-switch{top:100px}.project-summary{top:161px}.project-summary b{font-size:26px}.project-summary>em{margin-top:0}.floor-rail{top:250px;bottom:144px}.is-progress .floor-rail{bottom:300px}.construction-timeline{padding:10px 12px;bottom:96px}.construction-timeline>header{margin-bottom:10px}.construction-timeline>footer{margin-top:9px;padding-top:7px}.is-progress .scene-legend{bottom:244px}.is-progress .scene-secondary-actions{bottom:281px}.is-progress .scene-controls{bottom:323px}.scene-legend{bottom:101px}.scene-secondary-actions{bottom:140px}.scene-controls{bottom:182px}.bottom-nav{padding:4px 6px;bottom:13px}.nav-item{height:49px}.scene-display-controls{top:149px}.scene-settings{top:190px}.worker-profile{max-height:calc(100vh - 338px);top:234px}.plot-progress-list,.gantt-list{max-height:350px}.progress-orbit{width:106px;height:106px}.progress-orbit b{font-size:24px}.progress-comparison b{font-size:17px}.progress-comparison>small{display:none}.construction-stats{padding-top:10px}.phase-status{gap:12px}.active-task-hero{padding-bottom:12px}.schedule-note{font-size:10px}}@media (width<=1050px){:root{--panel-width:245px;--panel-offset:12px}.header-center{display:none}.header{grid-template-columns:1fr auto}.header .brand h1{font-size:20px}.clock-block .meta{font-size:9px}.project-summary{left:calc(var(--panel-width) + 44px);right:calc(var(--panel-width) + 40px)}.project-summary>div>span{font-size:10px}.project-summary b{font-size:23px}.project-summary small{margin-left:2px;font-size:9px}.project-summary>em{letter-spacing:0;font-size:9px}.mode-switch>button{gap:5px;padding:8px 9px;font-size:12px}.mode-switch>button>span{display:none}.timeline-date{min-width:94px}.timeline-date>strong{font-size:14px}.timeline-date>span{font-size:9px}.timeline-ticks button:nth-child(2n){display:none}.timeline-play{width:30px;height:30px}.construction-timeline>header b{font-size:12px}.construction-timeline em{display:none}.construction-timeline>header>button{font-size:10px}.timeline-phases{display:none}.construction-timeline>footer{justify-content:flex-end}.gantt-task header>b{font-size:11px}.phase-status{gap:10px}.progress-orbit{width:97px;height:97px}.progress-orbit>div>span{font-size:8px}.progress-orbit b{font-size:22px}.construction-stats{gap:6px}.construction-stats b{font-size:17px}.construction-stats span{font-size:10px}.hud-title{font-size:13px}.hud-title>.hud-icon{width:18px!important;height:18px!important}.hud-title .extra{font-size:9px}.hud-left .metric .value,.hud-right .metric .value{font-size:19px}.metric .label{font-size:10px}.attend-disc{grid-template-columns:82px 1fr;gap:0}.env-item .name{font-size:9px}.env-item .num{font-size:15px}.equip-row{font-size:11px}.mini-row{grid-template-columns:1fr}.mini-chip{padding:8px}.scene-legend{gap:9px;padding:7px 9px;font-size:10px}.nav-item{min-width:68px}.worker-profile{width:285px;right:calc(var(--panel-width) + 28px)}}@media (width<=850px){:root{--panel-width:0px;--panel-offset:0px}html,body,#root{height:auto;min-height:100%;overflow:auto}.viewport{background:#061426;flex-direction:column;min-height:100dvh;padding-top:620px;padding-bottom:83px;display:flex;overflow:visible;height:auto!important}.scene-root{height:620px;position:absolute;inset:0 0 auto}.viewport:after{height:620px;bottom:auto}.hud-layer{display:contents;position:static}.header{top:16px;left:18px;right:18px}.brand h1{font-size:21px}.brand .en{font-size:9px}.header-right .clock-block .time{font-size:20px}.header-right .clock-block .meta{display:none}.header-right .icon-btn{width:33px;height:33px}.hud-left,.hud-right{z-index:3;opacity:1;gap:12px;width:auto;margin:12px 16px 0;animation:none;position:relative;inset:auto;overflow:visible}.panel{padding:17px}.hud-title{font-size:15px}.hud-title .extra{font-size:12px}.hud-left .metric .value,.hud-right .metric .value{font-size:26px}.metric .label{font-size:12px}.attend-disc{grid-template-columns:125px 1fr;gap:12px}.mode-switch{z-index:3;top:91px}.mode-switch>button{padding:9px 18px;font-size:14px}.project-summary{z-index:3;top:159px;left:35px;right:35px}.project-summary>div>span{font-size:12px}.project-summary b{font-size:29px}.project-summary small{font-size:11px}.project-summary>em{letter-spacing:1px;font-size:10px}.floor-rail{z-index:3;height:220px;top:265px;bottom:auto;left:18px}.scene-display-controls{z-index:4;top:235px;right:18px}.scene-settings{z-index:12;top:274px;right:18px}.scene-controls{top:430px;bottom:auto;right:18px}.scene-legend{z-index:4;gap:16px;height:32px;font-size:12px;top:557px;bottom:auto}.scene-secondary-actions{z-index:4;top:507px;bottom:auto;left:18px}.construction-timeline{z-index:5;padding:12px;inset:458px 18px auto 85px}.is-progress .scene-legend{font-size:11px;top:416px;bottom:auto}.is-progress .scene-controls{top:330px;bottom:auto}.is-progress .scene-secondary-actions{top:374px;bottom:auto;left:85px}.is-progress .floor-rail{height:320px;top:255px;bottom:auto}.timeline-date>strong{font-size:17px}.timeline-date{min-width:110px}.timeline-date>span{font-size:10px}.timeline-play{width:35px;height:35px}.timeline-phases{display:flex}.construction-timeline>footer{justify-content:space-between}.timeline-phases{font-size:9px}.date-step input{width:105px;font-size:10px}.construction-timeline>header b{font-size:13px}.construction-timeline>header>button{font-size:11px}.building-progress-panel,.task-list-panel{max-height:none}.plot-progress-list,.gantt-list{max-height:430px}.progress-orbit{width:134px;height:134px}.progress-orbit b{font-size:31px}.progress-orbit>div>span{font-size:11px}.progress-comparison{gap:15px}.progress-comparison b{font-size:24px}.progress-comparison>small{font-size:11px}.project-progress-hero{gap:26px}.progress-comparison>span{font-size:13px}.construction-stats b{font-size:23px}.construction-stats span{font-size:12px}.gantt-task header>b{font-size:14px}.gantt-task header>span,.gantt-task footer,.gantt-key{font-size:12px}.phase-status span{font-size:13px}.phase-status b,.plot-progress-row b{font-size:14px}.plot-progress-row footer,.plot-progress-row em{font-size:12px}.schedule-note{padding:0 5px;font-size:12px}.bottom-nav{z-index:15;justify-content:space-around;gap:0;width:calc(100% - 26px);padding:5px;position:fixed;bottom:9px}.nav-item{white-space:nowrap;flex:1;min-width:0;height:51px;font-size:11px}.bottom-nav:before,.bottom-nav:after{display:none}.mini-row{grid-template-columns:1fr 1fr}.equip-row{font-size:14px}.env-item .name{font-size:12px}.env-item .num{font-size:20px}.mini-chip b{font-size:14px}.mini-chip em{font-size:12px}.worker-profile{z-index:13;width:min(350px,100vw - 32px);max-height:none;position:fixed;top:90px;bottom:85px;right:16px}.worker-nameplate{font-size:12px}.toast{z-index:25;max-width:90vw;position:fixed;bottom:90px}.is-immersive{padding-top:100dvh;padding-bottom:0}.is-immersive .scene-root,.is-immersive:after{height:100dvh}.is-immersive .project-summary{left:35px;right:35px}.is-immersive .construction-timeline{left:85px;right:18px}.screen-frame{height:600px;position:absolute;bottom:auto}.hud-left .alert-item{grid-template-columns:54px 1fr auto}.alert-item .time,.alert-head,.alert-item .place{font-size:13px}.header-project-code{display:none}}@media (width<=480px){.header .brand h1{letter-spacing:.6px;font-size:17px}.brand .en{letter-spacing:.8px;font-size:7px}.logo-mark,.logo-mark .hud-icon{width:34px;height:34px}.brand{gap:9px}.header-right .clock-block .time{letter-spacing:.5px;font-size:16px}.header-right{gap:7px}.header-right .icon-btn{width:27px;height:29px}.project-summary{gap:6px;left:22px;right:22px}.project-summary>div{padding-left:8px}.project-summary>div>span{font-size:10px}.project-summary b{font-size:24px}.project-summary small{font-size:10px}.project-summary>em{font-size:9px}.scene-legend{gap:12px;font-size:10px}.construction-timeline{padding:10px;left:65px}.time-controls{flex-wrap:wrap;gap:7px}.timeline-date{min-width:120px}.timeline-track-area{flex-basis:100%;order:4;padding-top:1px}.timeline-ticks{margin-top:6px}.timeline-date>strong{font-size:17px}.time-controls>select{margin-left:auto;font-size:12px}.construction-timeline>header{margin-bottom:9px}.timeline-phases{display:none}.construction-timeline>footer{justify-content:flex-end;margin-top:8px;padding-top:7px}.is-progress .construction-timeline{top:420px}.is-progress .scene-legend{font-size:10px;top:382px;left:calc(50% + 15px)}.is-progress .scene-secondary-actions{top:340px;left:65px}.is-progress .scene-controls{top:268px}.nav-item{font-size:10px}.mode-switch>button{padding:9px 15px;font-size:13px}.project-progress-hero{gap:20px}.construction-timeline>header b{font-size:12px}.construction-timeline>header>button{font-size:10px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation-duration:0s!important;animation-delay:0s!important}.header,.hud-left,.hud-right,.mode-switch,.scene-legend,.floor-rail,.scene-controls,.bottom-nav{opacity:1!important}}
