:root{--world-white:#fff;--world-ivory:#eef8ff;--world-paper:#f8fbff;--world-ink:#12243d;--world-muted:#66798c;--world-line:#d9e5ee;--world-line-strong:#b9cddd;--world-coral:#4f9cf9;--world-coral-dark:#2476c5;--world-sand:#ffe493;--world-sage:#c4defd;--world-sage-dark:#8ed081;--world-sky:#eef8ff;--world-navy:#033873;--world-navy-deep:#022d60;--world-blue:#4f9cf9;--world-blue-accessible:#2476c5;--world-yellow:#ffe493;--world-font:Inter, "SF Pro Display", "SF Pro Text", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Helvetica Neue", Arial, sans-serif;--world-radius:12px;--world-shadow:0 18px 52px #022d6033;--world-transition:.18s cubic-bezier(.2, .75, .2, 1)}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{color:var(--world-ink);background:var(--world-white);font-family:var(--world-font);-webkit-font-smoothing:antialiased}button,a{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid var(--world-sand);outline-offset:3px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{background:var(--world-white);isolation:isolate;width:100%;height:100%;position:relative}.topbar{z-index:20;height:84px;color:var(--world-ink);background:var(--world-white);border-bottom:1px solid var(--world-line);grid-template-columns:1fr auto 1fr;align-items:center;padding:0 32px;display:grid;position:absolute;inset:0 0 auto}.brand{width:fit-content;color:var(--world-ink);align-items:center;gap:13px;text-decoration:none;display:inline-flex}.brand__symbol{flex:none;width:45px;height:45px;position:relative}.brand__symbol i{border:2px solid var(--world-ink);width:21px;height:21px;position:absolute;transform:rotate(30deg)skew(-8deg,-8deg)}.brand strong,.brand small{display:block}.brand strong{letter-spacing:.06em;font-size:18px}.brand small{color:var(--world-muted);letter-spacing:.16em;margin-top:4px;font-size:9px;font-weight:650}.project-status{color:var(--world-muted);align-items:center;gap:10px;font-size:12px;display:flex}.project-status i{background:var(--world-line-strong);width:28px;height:1px}.project-status small{color:var(--world-ink)}.status-dot{background:var(--world-sage-dark);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #aabdb338}.status-dot.is-running{animation:2.8s cubic-bezier(.35,0,.2,1) infinite world-heartbeat}.top-actions{justify-self:end;gap:8px;display:flex}.icon-button,.world-action,.zoom-controls button,.help-button{min-width:46px;height:46px;color:var(--world-ink);border:1px solid var(--world-line-strong);background:var(--world-paper);cursor:pointer;transition:transform var(--world-transition), color var(--world-transition), background var(--world-transition), border-color var(--world-transition);border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:0;display:inline-flex}.world-action span{font-size:13px;font-weight:700}.icon-button:hover,.world-action:hover,.zoom-controls button:hover,.help-button:hover{border-color:var(--world-coral);transform:translateY(-2px)}.icon-button svg,.world-action svg,.zoom-controls svg,.help-button svg{width:20px;height:20px}.viewer{background:#7895a8;position:absolute;inset:84px 0 0;overflow:hidden}.viewer:before{content:"";z-index:2;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 140px #182b372e,inset 0 -90px 150px #1f323e1f,inset 0 100px 130px #efa67e12}.viewer canvas{touch-action:none;display:block}.program-marker{min-width:112px;color:var(--world-ink);text-align:left;white-space:nowrap;cursor:pointer;transition:transform var(--world-transition), color var(--world-transition), background var(--world-transition), border-color var(--world-transition);background:#fffefaf0;border:1px solid #b95f4c8c;border-radius:8px;grid-template-columns:24px 1fr;align-items:center;gap:8px;padding:8px 10px;display:grid;transform:translateY(0);box-shadow:0 7px 22px #373d3921}.program-marker:hover{border-color:var(--world-coral-dark);transform:translateY(-3px)}.program-marker.is-active{color:var(--world-white);background:var(--world-coral-dark);border-color:var(--world-coral-dark)}.program-marker span{color:var(--world-coral-dark);letter-spacing:.08em;font-size:9px;font-weight:800}.program-marker.is-active span{color:var(--world-white)}.program-marker strong{font-size:11px}.view-panel{z-index:8;width:292px;color:var(--world-ink);border:1px solid var(--world-line);border-radius:var(--world-radius);box-shadow:var(--world-shadow);background:#fffefaf7;position:absolute;top:28px;left:28px;overflow:hidden}.view-panel__heading{border-bottom:1px solid var(--world-line);padding:22px 22px 17px}.view-panel__heading>span{color:var(--world-coral-dark);letter-spacing:.2em;margin-bottom:6px;font-size:10px;font-weight:750;display:block}.view-panel__heading strong{letter-spacing:.02em;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:600;display:block}.view-panel__heading small{color:var(--world-muted);margin-top:7px;font-size:11px;display:block}.view-list button{width:100%;min-height:57px;color:var(--world-muted);text-align:left;cursor:pointer;transition:color var(--world-transition), background var(--world-transition), transform var(--world-transition);background:0 0;border:0;border-radius:9px;grid-template-columns:34px 1fr 22px;align-items:center;gap:7px;padding:8px 13px;display:grid}.view-list button:hover{color:var(--world-ink);background:#f3f0e9;transform:translate(2px)}.view-list button.is-active{color:var(--world-ink);background:var(--world-sand)}.view-list button>span:first-child{color:var(--world-coral-dark);letter-spacing:.05em;font-size:10px;font-weight:750}.view-list strong,.view-list small{display:block}.view-list strong{font-size:14px}.view-list small{margin-top:3px;font-size:10px;font-weight:400}.view-list i{color:var(--world-coral-dark);font-size:16px;font-style:normal}.world-title{z-index:7;color:var(--world-ink);pointer-events:none;flex-direction:column;align-items:flex-end;display:flex;position:absolute;top:34px;right:34px}.world-title>span{color:var(--world-coral-dark);letter-spacing:.2em;font-size:10px;font-weight:750}.world-title strong{letter-spacing:.03em;margin-top:3px;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,3.6vw,58px);font-weight:500;position:relative}.world-title strong:after{content:"";z-index:-1;background:var(--world-coral);opacity:.6;width:72%;height:8px;position:absolute;bottom:4px;right:-4px;transform:rotate(-1.8deg)}.world-title small{color:var(--world-muted);letter-spacing:.08em;margin-top:8px;font-size:11px}.world-reveal{z-index:7;min-width:210px;color:var(--world-ink);text-align:center;pointer-events:none;animation:3.3s cubic-bezier(.22,.7,.25,1) both reveal-caption;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.world-reveal span{color:var(--world-coral-dark);letter-spacing:.26em;font-size:9px;font-weight:800;display:block}.world-reveal strong{letter-spacing:.12em;margin-top:8px;font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:500;display:block}.world-reveal i{background:var(--world-line-strong);width:54px;height:1px;margin:14px auto 0;display:block;overflow:hidden}.world-reveal i:after{content:"";background:var(--world-coral-dark);transform-origin:0;width:100%;height:100%;animation:3.1s ease-out both reveal-progress;display:block}.detail-panel{z-index:9;width:354px;max-height:calc(100% - 112px);color:var(--world-ink);border:1px solid var(--world-line);border-radius:var(--world-radius);box-shadow:var(--world-shadow);scrollbar-width:thin;scrollbar-color:var(--world-line-strong) transparent;background:#fffefafa;animation:.42s cubic-bezier(.2,.72,.2,1) both detail-enter;position:absolute;top:28px;right:28px;overflow:auto}.detail-panel__topline{height:52px;color:var(--world-coral-dark);border-bottom:1px solid var(--world-line);justify-content:space-between;align-items:center;padding:0 14px 0 20px;display:flex}.detail-panel__topline>span,.detail-panel__intro>small,.spatial-program__heading>span{letter-spacing:.18em;font-size:9px;font-weight:800}.detail-panel__topline>small{color:var(--world-sage-dark);letter-spacing:.08em;margin-left:auto;margin-right:8px;font-size:8px;font-weight:700}.detail-panel__topline button{width:34px;height:34px;color:var(--world-muted);cursor:pointer;transition:color var(--world-transition), background var(--world-transition), transform var(--world-transition);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.detail-panel__topline button:hover{color:var(--world-coral-dark);background:#f1eee7;transform:rotate(8deg)}.detail-panel__topline svg{width:18px;height:18px}.detail-panel__intro>small{color:var(--world-sage-dark)}.detail-panel__intro h2{letter-spacing:.02em;margin:6px 0 9px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:500}.detail-panel__intro p{color:var(--world-muted);margin:0;font-size:12px;line-height:1.72}.detail-stats{border-top:1px solid var(--world-line);border-bottom:1px solid var(--world-line);grid-template-columns:repeat(3,1fr);margin:0;display:grid}.detail-stats>div{text-align:center;min-width:0;padding:14px 11px 13px}.detail-stats>div+div{border-left:1px solid var(--world-line)}.detail-stats dd{color:var(--world-ink);white-space:nowrap;margin:5px 0 0;font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:600}.spatial-program{padding:19px 22px 10px}.spatial-program__heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.spatial-program__heading>span{color:var(--world-coral-dark)}.spatial-program__heading h3{margin:0;font-size:14px}.spatial-program ol{margin:14px 0 0;padding:0;list-style:none}.spatial-program li{border-top:1px solid var(--world-line)}.spatial-program li button{width:100%;color:inherit;text-align:left;cursor:pointer;transition:color var(--world-transition), background var(--world-transition), transform var(--world-transition);background:0 0;border:0;border-radius:7px;grid-template-columns:28px 1fr auto;align-items:start;gap:10px;padding:11px 5px;display:grid}.spatial-program li.is-active button{background:#e8ca8f70}.spatial-program li button>span{color:var(--world-coral-dark);letter-spacing:.08em;padding-top:2px;font-size:9px;font-weight:800}.spatial-program li button>i{color:var(--world-coral-dark);white-space:nowrap;opacity:0;transition:opacity var(--world-transition);padding-top:2px;font-size:8px;font-style:normal}.spatial-program li button:hover>i,.spatial-program li.is-active button>i{opacity:1}.spatial-program strong{font-size:12px;display:block}.spatial-program p{color:var(--world-muted);margin:4px 0 0;font-size:10px;line-height:1.58}.detail-panel__source{color:#92958f;letter-spacing:.03em;padding:0 22px 19px;font-size:8px;display:block}@keyframes detail-enter{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes reveal-caption{0%{opacity:0;transform:translate(-50%,-42%)}16%,66%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-56%)}}@keyframes reveal-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.landmark-tooltip{z-index:9;min-width:126px;color:var(--world-ink);text-align:center;background:var(--world-paper);border:1px solid var(--world-line-strong);pointer-events:none;border-radius:9px;padding:10px 15px;position:absolute;bottom:84px;left:50%;transform:translate(-50%);box-shadow:0 8px 28px #373d391a}.landmark-tooltip span,.landmark-tooltip strong{display:block}.landmark-tooltip span{color:var(--world-coral-dark);letter-spacing:.12em;font-size:9px;font-weight:700}.landmark-tooltip strong{margin-top:3px;font-size:13px}.zoom-controls{z-index:8;flex-direction:column;gap:7px;display:flex;position:absolute;top:50%;right:30px;transform:translateY(-50%)}.zoom-controls button,.help-button{color:var(--world-ink);border-color:var(--world-line-strong);background:#fffefaf7;box-shadow:0 8px 24px #373d391a}.interaction-hint{z-index:8;min-width:334px;color:var(--world-ink);border:1px solid var(--world-line-strong);border-radius:var(--world-radius);background:#fffefaf7;align-items:center;gap:13px;padding:11px 16px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 34px #373d391a}.interaction-hint.is-exploded{border-color:var(--world-coral)}.interaction-hint strong,.interaction-hint small{display:block}.interaction-hint strong{font-size:12px}.interaction-hint small{color:var(--world-muted);margin-top:3px;font-size:10px}.hint-orbit{border:1px solid var(--world-line-strong);border-radius:50%;flex:none;width:32px;height:32px;position:relative}.hint-orbit:before,.hint-orbit:after{content:"";border:1px solid var(--world-coral);border-radius:50%;position:absolute;inset:7px 2px}.hint-orbit:before{transform:rotate(54deg)}.hint-orbit:after{transform:rotate(-54deg)}.hint-orbit i{background:var(--world-coral-dark);border-radius:50%;position:absolute;inset:13px}.hint-orbit.is-moving{animation:1.8s linear infinite orbit}.help-button{z-index:9;position:absolute;bottom:24px;right:30px}.help-card{z-index:10;width:min(340px,100% - 40px);color:var(--world-ink);background:var(--world-paper);border:1px solid var(--world-line);border-radius:var(--world-radius);box-shadow:var(--world-shadow);padding:24px;position:absolute;bottom:80px;right:30px}.help-card strong{font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:600}.help-card p{color:var(--world-muted);margin:13px 0 20px;font-size:13px;line-height:1.75}.help-card button{min-height:44px;color:var(--world-white);background:var(--world-coral-dark);cursor:pointer;border:0;border-radius:9px;padding:0 18px;font-weight:700}.loader{width:244px;color:var(--world-ink);text-align:center;background:var(--world-paper);border:1px solid var(--world-line);border-radius:var(--world-radius);box-shadow:var(--world-shadow);padding:27px}.loader strong,.loader>span{display:block}.loader strong{margin-top:13px;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:600}.loader>span{color:var(--world-coral-dark);margin-top:5px;font-size:11px;font-weight:750}.loader__mark{border:1px solid var(--world-line-strong);border-radius:50%;width:40px;height:40px;margin:0 auto;animation:1.6s linear infinite orbit;position:relative}.loader__mark span{background:var(--world-coral);border-radius:50%;width:7px;height:7px;position:absolute;top:-3px;left:16px}.loader__track{background:var(--world-line);border-radius:10px;height:4px;margin-top:15px;overflow:hidden}.loader__track i{background:var(--world-coral-dark);height:100%;transition:width .22s;display:block}@keyframes orbit{to{transform:rotate(360deg)}}@keyframes world-heartbeat{0%,12%,to{box-shadow:0 0 0 5px #aabdb338}5%{box-shadow:0 0 0 8px #aabdb314}}body{font-family:var(--world-font);font-feature-settings:"kern" 1, "tnum" 1, "ss01" 1;text-rendering:optimizelegibility}.topbar{height:86px;color:var(--world-white);background:#021f42fa;border-bottom:1px solid #c4defd47;padding:0 26px;box-shadow:0 10px 34px #021f422e}.topbar:after{content:"";background:linear-gradient(90deg, var(--world-yellow) 0 11%, var(--world-blue) 11% 42%, transparent 42%);opacity:.78;pointer-events:none;height:2px;position:absolute;bottom:-1px;left:0;right:0}.brand{color:var(--world-white);gap:12px}.brand__symbol{background:var(--world-navy);border:1px solid #c4defd8c;border-radius:10px;width:44px;height:44px;overflow:hidden;box-shadow:inset 0 0 0 1px #4f9cf91f}.brand__symbol:before,.brand__symbol:after{content:"";pointer-events:none;position:absolute}.brand__symbol:before{border:1px solid #c4defd52;border-radius:50%;inset:9px}.brand__symbol:after{background:#c4defd80;width:28px;height:1px;top:50%;left:8px;box-shadow:0 -8px #c4defd24,0 8px #c4defd24}.brand__symbol i{z-index:1;border:0;border-radius:2px;width:7px;height:7px;transform:rotate(45deg)}.brand__copy{min-width:210px}.brand__copy strong{letter-spacing:.04em;align-items:baseline;gap:9px;font-size:16px;font-weight:700;display:flex}.brand__copy strong em{color:#c4defd;letter-spacing:.14em;font-size:10px;font-style:normal;font-weight:650}.brand__copy small{color:#eef8ff94;letter-spacing:.18em;margin-top:5px;font-size:8px;font-weight:650}.project-status{color:#eef8ffb8;gap:11px}.project-status i{background:#c4defd47;width:34px}.project-status__copy,.project-status__tip{gap:2px;display:grid}.project-status__copy strong,.project-status__tip strong{color:var(--world-white);letter-spacing:.06em;font-size:10px;font-weight:650}.project-status__copy small,.project-status__tip small{color:#c4defd8f;letter-spacing:.14em;font-size:7px;font-weight:650}.status-dot{background:#8ed081;width:7px;height:7px;box-shadow:0 0 0 5px #8ed0811f}.top-actions{gap:7px}.icon-button,.world-action{color:var(--world-white);background:#033873b8;border-color:#c4defd4d;box-shadow:inset 0 0 0 1px #4f9cf90d}.world-action{border-color:#ffe4937a;min-width:150px;padding-inline:14px}.world-action>span{text-align:left;gap:1px;display:grid}.world-action span strong{font-size:11px;font-weight:700}.world-action span small{color:#c4defd9e;letter-spacing:.14em;font-size:7px;font-weight:700}.icon-button.is-active,.world-action.is-active{color:var(--world-white);background:var(--world-blue-accessible);border-color:var(--world-blue)}.program-marker{min-width:126px;min-height:44px;color:var(--world-white);background:#022d60f0;border-color:#4f9cf9a3;box-shadow:0 10px 28px #022d6033}.program-marker span{color:var(--world-yellow)}.program-marker:hover,.program-marker.is-active{color:var(--world-white);background:var(--world-blue-accessible);border-color:var(--world-yellow)}.view-panel,.detail-panel{border-top-color:#4f9cf9c2}.view-panel{width:316px;animation:.52s cubic-bezier(.2,.72,.2,1) both hud-enter-left;top:24px;left:24px}.view-panel:before,.detail-panel:before,.help-card:before{content:"";z-index:2;background:var(--world-yellow);pointer-events:none;border-radius:0 0 3px 3px;width:72px;height:3px;position:absolute;top:-1px;left:22px}.view-panel__heading>span,.detail-panel__topline>span,.detail-panel__intro>small,.spatial-program__heading>span{color:var(--world-blue);letter-spacing:.18em;font-size:8px;font-weight:750}.view-panel__heading strong{font-family:var(--world-font);gap:3px;margin-top:8px;display:grid}.view-panel__heading strong>span{letter-spacing:-.02em;font-size:23px;font-weight:700}.view-panel__heading strong>small{color:#c4defdb3;letter-spacing:.14em;font-size:8px;font-weight:700}.view-panel__heading p{color:#eef8ff85;margin:8px 0 0;font-size:10px}.view-list button{color:#eef8ffa3;border:1px solid #0000;border-radius:9px;grid-template-columns:32px 1fr 18px;min-height:64px}.view-list button.is-active{color:var(--world-white);background:var(--world-blue-accessible);box-shadow:inset 3px 0 0 var(--world-yellow);border-color:#c4defd57}.view-list button>span:first-child{color:var(--world-yellow);letter-spacing:.12em;font-size:9px}.view-list strong{grid-template-columns:auto 1fr;align-items:baseline;gap:7px;font-size:13px;font-weight:650;display:grid}.view-list strong em{color:#c4defda8;letter-spacing:.1em;font-size:7px;font-style:normal;font-weight:650}.view-list small{color:#eef8ff70;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.view-list i{color:var(--world-yellow);font-size:14px}.world-title>span{color:var(--world-navy);letter-spacing:.18em;font-size:8px}.world-title strong{font-family:var(--world-font);justify-items:end;gap:1px;margin-top:7px;display:grid}.world-title strong>span{letter-spacing:-.045em;font-size:clamp(34px,3.3vw,52px);font-weight:720}.world-title strong>em{color:var(--world-navy);letter-spacing:.22em;font-size:10px;font-style:normal;font-weight:750}.world-title strong:after{background:var(--world-yellow);opacity:.8;width:60%;height:7px;bottom:19px;right:0}.world-title small{color:#033873a8;letter-spacing:.1em;font-size:8px;font-weight:650}.world-reveal{color:var(--world-white)}.world-reveal span{color:var(--world-yellow)}.world-reveal strong{font-family:var(--world-font);gap:5px;display:grid}.world-reveal strong>span{letter-spacing:.06em;font-size:27px;font-weight:700}.world-reveal strong>small{color:#c4defdb8;letter-spacing:.2em;font-size:8px;font-weight:700}.world-reveal i{background:#c4defd40}.detail-panel{width:390px;max-height:calc(100% - 106px);top:24px;right:24px}.detail-panel__topline{border-bottom-color:#c4defd2e}.detail-panel__topline>small{color:#8ed081;font-size:7px}.detail-panel__topline button{color:#eef8ff99;width:44px;height:44px}.detail-panel__intro{padding:22px 22px 18px}.detail-panel__intro h2{font-family:var(--world-font);letter-spacing:-.035em;gap:3px;margin:8px 0 11px;font-size:31px;font-weight:720;display:grid}.detail-panel__intro h2 span{color:var(--world-yellow);letter-spacing:.18em;font-size:9px;font-weight:750}.detail-panel__intro p{color:#eef8ffad;font-size:11px;line-height:1.68}.detail-panel__intro .detail-panel__summary-en{color:#c4defd75;margin-top:8px;font-size:9px;line-height:1.55}.detail-stats{background:#03387375;border-color:#c4defd2e}.detail-stats dt{color:#eef8ff9e;font-size:8px}.detail-stats dt small{color:#c4defd66;letter-spacing:.1em;margin-top:3px;font-size:6px;font-weight:650;display:block}.detail-stats dd{color:var(--world-white);font-family:var(--world-font);font-size:15px;font-weight:700}.spatial-program{padding-top:18px}.spatial-program__heading{align-items:end}.spatial-program__heading h3{justify-items:end;gap:2px;font-size:13px;display:grid}.spatial-program__heading h3 small{color:#c4defd70;letter-spacing:.12em;font-size:6px;font-weight:700}.spatial-program li button:hover{color:var(--world-white);background:#4f9cf91f;transform:translate(3px)}.spatial-program li.is-active button{background:var(--world-blue-accessible);box-shadow:inset 3px 0 0 var(--world-yellow)}.spatial-program li button>span,.spatial-program li button>i{color:var(--world-yellow)}.spatial-program strong{gap:2px;font-size:12px;display:grid}.spatial-program strong em{color:#c4defd7a;letter-spacing:.1em;font-size:7px;font-style:normal;font-weight:650}.detail-panel__source{color:#c4defd6b;gap:4px;display:grid}.detail-panel__source strong{color:var(--world-blue);letter-spacing:.13em;font-size:7px}.detail-panel__source span{font-size:8px}.landmark-tooltip{min-width:150px}.landmark-tooltip span{color:var(--world-yellow);font-size:7px}.landmark-tooltip strong{color:var(--world-white);gap:2px;display:grid}.landmark-tooltip strong small{color:#c4defd85;letter-spacing:.12em;font-size:7px}.zoom-controls button,.help-button{color:var(--world-white);background:#022d60f0;border-color:#c4defd52;box-shadow:0 10px 28px #022d602e}.interaction-hint{min-width:368px;padding:10px 14px}.interaction-hint strong{color:var(--world-white);align-items:baseline;gap:8px;display:flex}.interaction-hint strong em{color:var(--world-yellow);letter-spacing:.12em;font-size:7px;font-style:normal;font-weight:700}.help-card>span{color:var(--world-blue);letter-spacing:.16em;font-size:8px;font-weight:750}.help-card>strong{font-family:var(--world-font);gap:3px;margin-top:9px;font-size:23px;font-weight:720;display:grid}.help-card>strong small{color:var(--world-yellow);letter-spacing:.16em;font-size:8px}.help-card button{width:100%;color:var(--world-white);background:var(--world-blue-accessible);justify-content:space-between;align-items:center;display:flex}.help-card button small{letter-spacing:.13em;font-size:7px}.loader strong{font-family:var(--world-font);gap:3px;display:grid}.loader strong small{color:#c4defd8a;letter-spacing:.15em;font-size:7px}@keyframes hud-enter-left{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes hud-enter-right{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@media (width<=980px){.topbar{grid-template-columns:1fr auto;height:76px;padding:0 22px}.viewer{inset:76px 0 0}.project-status{display:none}.view-panel{width:auto;inset:auto 16px 14px}.view-panel__heading{display:none}.view-list{grid-template-columns:repeat(6,1fr);gap:4px;padding:6px;display:grid}.view-list button{text-align:center;grid-template-columns:1fr;place-items:center;min-height:57px;padding:7px 3px}.view-list button>span:first-child,.view-list small,.view-list i{display:none}.view-list strong{display:block}.view-list strong em{display:none}.view-list strong{font-size:11px}.world-title{top:22px;right:22px}.detail-panel{width:334px;max-height:calc(100% - 104px);top:16px;right:16px}.detail-panel~.zoom-controls{top:18px;left:16px;right:auto;transform:none}.zoom-controls{top:45%;right:16px}.interaction-hint{width:max-content;min-width:0;max-width:calc(100% - 140px);bottom:92px}.interaction-hint small{display:none}.landmark-tooltip{bottom:150px}.help-button{bottom:92px;right:16px}.help-card{bottom:148px;right:16px}}@media (width<=620px){.topbar{padding:0 14px}.brand{gap:8px}.brand__symbol{transform-origin:0;width:35px;height:39px;transform:scale(.78)}.brand strong{font-size:14px}.brand small{display:none}.brand__copy{min-width:0}.brand__copy strong em{display:none}.top-actions{gap:5px}.world-action{width:46px;min-width:46px;padding:0}.world-action span{display:none}.icon-button{width:44px;min-width:44px;height:44px}.world-title{top:15px;right:14px}.world-title>span{font-size:8px}.world-title strong,.world-title strong>span{font-size:29px}.world-title strong>em{font-size:7px}.world-title small{display:none}.world-reveal strong{font-size:24px}.detail-panel__topline>small{display:none}.detail-panel{width:calc(100% - 20px);max-height:calc(100% - 194px);top:10px;right:10px}.detail-panel__topline{height:46px}.detail-panel__intro{padding:16px 18px 14px}.detail-panel__intro h2{margin-block:4px 6px;font-size:28px}.detail-panel__intro p{font-size:11px;line-height:1.55}.detail-stats>div{padding:10px 7px}.detail-stats dd{font-size:12px}.spatial-program{padding:14px 18px 6px}.spatial-program li{padding:8px 0}.spatial-program p{line-height:1.45}.detail-panel__source{padding:0 18px 14px}.detail-panel~.zoom-controls{display:none}.zoom-controls{right:12px}.zoom-controls button{width:44px;min-width:44px;height:44px}.view-panel{bottom:10px;left:10px;right:10px}.view-list{grid-template-columns:repeat(3,1fr);gap:3px;padding:5px}.view-list button{min-height:48px}.view-list strong{font-size:10px}.interaction-hint{width:auto;max-width:calc(100% - 72px);padding:9px 12px;bottom:124px;left:12px;transform:none}.interaction-hint strong{font-size:11px}.interaction-hint strong em{display:none}.hint-orbit{width:28px;height:28px}.hint-orbit i{inset:11px}.help-button{width:44px;min-width:44px;height:44px;bottom:124px;right:12px}.help-card{bottom:176px;right:12px}.landmark-tooltip{display:none}.program-marker{grid-template-columns:18px 1fr;gap:5px;min-width:88px;padding:6px 8px}.program-marker strong{font-size:9px}}@media (width<=380px){.top-actions .icon-button:last-child{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}:root{--mv-ink:#10233a;--mv-ink-deep:#071526;--mv-ivory:#f8f5ec;--mv-paper:#fffdf7;--mv-cyan:#5eb8c8;--mv-coral:#e98772;--mv-gold:#e9c87b;--mv-sage:#8ca99f;--mv-line:#10233a2e;--world-font:"Avenir Next", Avenir, "DIN Alternate", "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;--world-transition:.22s cubic-bezier(.2, .75, .2, 1)}.viewer{inset:0}.topbar{height:104px;color:var(--mv-paper);box-shadow:none;background:linear-gradient(#071526c7 0%,#07152657 60%,#0000 100%);border:0;padding:0 28px 22px;animation:.76s cubic-bezier(.18,.76,.18,1) both cinematic-top-enter}.topbar:after{background:linear-gradient(90deg, var(--mv-gold) 0 8%, #f8f5ec47 8% 38%, transparent 68%);opacity:.86;height:1px;bottom:17px;left:28px;right:28px}.brand{color:var(--mv-paper);text-shadow:0 2px 12px #07152638}.brand__symbol{background:#07152642;border:1px solid #f8f5ec6b;border-radius:50%;width:42px;height:42px;animation:5.4s ease-in-out infinite emblem-breathe;overflow:visible;box-shadow:inset 0 0 0 6px #f8f5ec09}.brand__symbol:before{border-color:#f8f5ec5c;inset:7px}.brand__symbol:after{width:52px;box-shadow:none;background:#f8f5ec52;top:20px;left:-5px;transform:rotate(-18deg)}.brand__symbol i{border-radius:50%;width:6px;height:6px}.brand__symbol i:first-child{background:var(--mv-gold);top:5px;left:18px}.brand__symbol i:nth-child(2){background:var(--mv-coral);top:27px;left:7px}.brand__symbol i:nth-child(3){background:var(--mv-cyan);top:27px;left:29px}.brand__copy strong{gap:10px}.brand__copy strong>span{letter-spacing:.08em;font-size:16px;font-weight:650}.brand__copy strong em{color:#f8f5ecb8;letter-spacing:.22em;font-size:9px}.brand__copy small{color:#f8f5ec7a;letter-spacing:.22em;font-size:7px}.project-status{color:#f8f5ecad}.project-status__copy strong,.project-status__tip strong{color:var(--mv-paper);letter-spacing:.1em;font-size:9px}.project-status__copy small,.project-status__tip small{color:#f8f5ec6b;letter-spacing:.18em;font-size:6px}.project-status i{background:#f8f5ec38}.status-dot{background:var(--mv-sage);box-shadow:0 0 0 5px #8ca99f24}.icon-button,.world-action{height:44px;color:var(--mv-paper);box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0715263d;border:1px solid #f8f5ec47}.world-action{border-color:#e9c87b80;min-width:144px}.world-action span small{color:#f8f5ec7a}.icon-button:hover,.world-action:hover{color:var(--mv-ink-deep);background:var(--mv-gold);border-color:var(--mv-gold)}.icon-button.is-active,.world-action.is-active{color:var(--mv-paper);border-color:var(--mv-cyan);background:#5eb8c8d1}.view-panel,.detail-panel,.help-card,.interaction-hint,.landmark-tooltip{color:var(--mv-ink);-webkit-backdrop-filter:blur(18px)saturate(.86);backdrop-filter:blur(18px)saturate(.86);background:#f8f5ece3;border:1px solid #fffdf7ad;box-shadow:0 16px 42px #07152621}.view-panel,.detail-panel{clip-path:polygon(0 12px,12px 0,calc(100% - 30px) 0,100% 30px,100% 100%,0 100%);border-top-color:#fffdf7cc}.view-panel{width:292px;animation:.7s cubic-bezier(.18,.76,.18,1) .12s both mission-panel-enter;top:116px;left:28px;overflow:visible}.view-panel:before,.detail-panel:before,.help-card:before{background:var(--mv-coral);width:62px;height:2px;top:0;left:17px}.view-panel:after,.detail-panel:after{content:"";z-index:4;pointer-events:none;border-top:1px solid #10233a59;border-right:1px solid #10233a59;width:14px;height:14px;position:absolute;top:9px;right:11px}.view-panel__heading{border-bottom-color:var(--mv-line);padding:19px 19px 16px}.view-panel__heading>span,.detail-panel__topline>span,.detail-panel__intro>small,.spatial-program__heading>span{color:#427c89}.view-panel__heading strong>span{color:var(--mv-ink);letter-spacing:-.03em;font-size:22px;font-weight:650}.view-panel__heading strong>small,.view-panel__heading p{color:#10233a85}.view-list{padding:6px}.view-list button{color:#10233a9e;transform-origin:0;border-radius:7px;min-height:59px;animation:.52s cubic-bezier(.18,.76,.18,1) both chapter-item-enter;position:relative}.view-list button:first-child{animation-delay:.18s}.view-list button:nth-child(2){animation-delay:.22s}.view-list button:nth-child(3){animation-delay:.26s}.view-list button:nth-child(4){animation-delay:.3s}.view-list button:nth-child(5){animation-delay:.34s}.view-list button:nth-child(6){animation-delay:.38s}.view-list button:hover{color:var(--mv-ink);background:#5eb8c81c;border-color:#5eb8c83d;transform:translate(4px)}.view-list button.is-active{color:var(--mv-paper);box-shadow:inset 2px 0 0 var(--mv-coral);background:#10233aed;border-color:#10233a33}.view-list button.is-active:after{content:"";background:linear-gradient(90deg,#5eb8c8b3,#0000);height:1px;animation:2.8s ease-in-out infinite active-scan;position:absolute;bottom:7px;left:42px;right:12px}.view-list button>span:first-child{color:var(--mv-coral)}.view-list button.is-active>span:first-child{color:var(--mv-gold)}.view-list strong{color:inherit}.view-list strong em{color:#10233a75}.view-list button.is-active strong em{color:#f8f5ec8a}.view-list small{color:#10233a6b}.view-list button.is-active small{color:#f8f5ec73}.view-list i{color:var(--mv-coral)}.world-title{color:var(--mv-ink);animation:.82s cubic-bezier(.18,.76,.18,1) .24s both title-coordinate-enter;top:118px;right:36px}.world-title>span{color:#10233a99}.world-title strong>span{color:var(--mv-ink);font-weight:640}.world-title strong>em{color:#427c89}.world-title strong:after{background:var(--mv-coral);opacity:.7}.world-title small{color:#10233a8c}.world-reveal{z-index:22;width:min(680px,100% - 80px);min-width:0;color:var(--mv-paper);clip-path:polygon(0 18px,18px 0,calc(100% - 36px) 0,100% 36px,100% 100%,0 100%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-shadow:none;background:linear-gradient(135deg,#071526e8,#10233ac7);border:1px solid #f8f5ec66;padding:38px 54px 34px;box-shadow:0 26px 70px #07152647}.world-reveal:before{content:"";background:var(--mv-coral);width:112px;height:3px;position:absolute;top:0;left:18px}.world-reveal>span{color:#f8f5ec9e;letter-spacing:.32em;font-size:10px}.world-reveal strong{gap:11px;margin-top:17px}.world-reveal strong>span{color:var(--mv-paper);letter-spacing:.08em;font-size:clamp(58px,7vw,92px);font-weight:620;line-height:.98}.world-reveal strong>small{color:var(--mv-gold);letter-spacing:.34em;font-size:12px}.world-reveal i{background:#f8f5ec29;width:100%;height:2px;margin-top:24px}.world-reveal i:after{background:var(--mv-coral)}.detail-panel{z-index:30;isolation:isolate;-webkit-backdrop-filter:none;backdrop-filter:none;background:#f8f5ecf7;width:378px;max-height:calc(100% - 184px);animation:.62s cubic-bezier(.18,.76,.18,1) both dossier-unfold;top:112px;right:28px}.detail-panel__topline{color:#427c89;border-bottom-color:var(--mv-line)}.detail-panel__topline>small{color:#567b70}.detail-panel__topline button{color:#10233a8c}.detail-panel__topline button:hover{color:var(--mv-paper);background:var(--mv-coral)}.detail-panel__intro h2{color:var(--mv-ink)}.detail-panel__intro h2 span{color:#427c89}.detail-panel__intro p{color:#10233aad}.detail-panel__intro .detail-panel__summary-en{color:#10233a6b}.detail-stats{border-color:var(--mv-line);background:#5eb8c81a}.detail-stats>div+div{border-left-color:var(--mv-line)}.detail-stats dt{color:#10233a94}.detail-stats dt small{color:#10233a5c}.detail-stats dd,.spatial-program__heading h3{color:var(--mv-ink)}.spatial-program__heading h3 small{color:#10233a61}.spatial-program li{border-top-color:var(--mv-line)}.spatial-program li button{color:#10233ad1}.spatial-program li button:hover{color:var(--mv-ink);background:#5eb8c81c}.spatial-program li.is-active button{color:var(--mv-paper);box-shadow:inset 2px 0 0 var(--mv-coral);background:#10233aeb}.spatial-program li button>span,.spatial-program li button>i{color:var(--mv-coral)}.spatial-program li.is-active button>span,.spatial-program li.is-active button>i{color:var(--mv-gold)}.spatial-program strong em{color:#10233a6e}.spatial-program li.is-active strong em{color:#f8f5ec80}.spatial-program p{color:#10233a8c}.spatial-program li.is-active p{color:#f8f5ec94}.detail-panel__source{color:#10233a66}.detail-panel__source strong{color:#427c89}.detail-panel~.zoom-controls{right:428px}.detail-panel~.interaction-hint{display:none}.program-marker{isolation:isolate;width:154px;min-height:54px;color:var(--mv-paper);clip-path:polygon(0 8px,8px 0,calc(100% - 15px) 0,100% 15px,100% 100%,0 100%);-webkit-backdrop-filter:blur(15px)saturate(1.28)brightness(.78);backdrop-filter:blur(15px)saturate(1.28)brightness(.78);transform-origin:0;will-change:transform, opacity;animation:hud-shell-acquire .82s calc(.36s + var(--callout-order) * 85ms) cubic-bezier(.16, .82, .18, 1) both;background:linear-gradient(112deg,#e0fcf94d,#66bfc51f 46%,#0715265c),#082a3857;border:1px solid #caf9f7ad;border-radius:0;grid-template-columns:25px 1fr auto;gap:8px;padding:8px 10px;position:relative;overflow:hidden;box-shadow:0 12px 34px #07152629,inset 1px 1px #ffffff47,inset 2px 0 #e98772d1}.program-callout.is-left .program-marker{transform-origin:100%}.program-marker:before{content:"";z-index:-1;width:28%;animation:hud-acquisition-scan .92s calc(.52s + var(--callout-order) * 85ms) cubic-bezier(.2, .7, .2, 1) both;pointer-events:none;background:linear-gradient(90deg,#0000,#dcfffc7a,#0000);position:absolute;top:-35%;bottom:-35%;left:-42%;transform:skew(-18deg)translate(-260%)}.program-marker:after{content:"";transform-origin:100%;width:18px;height:1px;animation:hud-edge-lock .52s calc(.5s + var(--callout-order) * 85ms) ease-out both;background:#caf9f7eb;position:absolute;top:6px;right:7px;box-shadow:0 4px #8ce6e28f,-136px 36px #caf9f761}.program-marker>span:first-child{color:#f4d892;letter-spacing:.1em;text-shadow:0 0 12px #f4d89252;animation:hud-number-lock .46s calc(.58s + var(--callout-order) * 85ms) steps(4, end) both;font-size:9px;font-weight:760}.program-marker__copy{min-width:0;animation:hud-copy-decode .56s calc(.61s + var(--callout-order) * 85ms) cubic-bezier(.2, .75, .2, 1) both}.program-marker__copy strong{color:#f8fffd;text-shadow:0 1px 10px #0715266b;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:620;display:block;overflow:hidden}.program-marker__copy small{color:#e2fffb9e;letter-spacing:.12em;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:6px;font-weight:650;display:block;overflow:hidden}.program-marker>i{color:#8ce6e2;letter-spacing:.12em;animation:hud-status-ready 1.6s calc(.76s + var(--callout-order) * 85ms) steps(2, end) infinite;align-self:end;font-size:6px;font-style:normal;font-weight:700}.program-marker:hover{color:var(--mv-paper);box-shadow:0 15px 36px #07152630, 0 0 0 1px #8ce6e226, inset 1px 1px 0 #ffffff5c, inset 2px 0 0 var(--mv-coral);background:linear-gradient(112deg,#e0fcf96b,#73d6d833 48%,#07152666),#082a3866;border-color:#e1fffcf2;transform:translateY(-2px)scale(1.015)}.program-marker:hover:before{animation:.76s ease-out both hud-hover-scan}.program-marker:active{transform:translateY(0)scale(.985)}.program-marker.is-active{color:var(--mv-paper);background:linear-gradient(112deg,#ffe0d652,#e9877257 52%,#4c1a1f61),#4c1a1f57;border-color:#ffded3e0;box-shadow:0 14px 38px #5a252633,inset 1px 1px #ffffff47,inset 2px 0 #ffefe0eb}.program-marker.is-active>i{color:#fff1c8}.program-callout{--leader-length:56px;pointer-events:auto;align-items:center;width:max-content;display:flex;position:absolute;top:0;transform:translateY(-50%)}.program-callout.is-right{left:10px}.program-callout.is-left{flex-direction:row-reverse;right:10px}.program-callout__leader{width:var(--leader-length);flex:0 0 var(--leader-length);height:24px;position:relative;overflow:visible}.program-callout__leader:before{content:"";width:100%;height:1px;animation:callout-leader-draw .52s calc(70ms + var(--callout-order) * 90ms) cubic-bezier(.2, .75, .2, 1) forwards, callout-data-pulse 1.8s calc(.62s + var(--callout-order) * 90ms) linear infinite;background:repeating-linear-gradient(90deg,#f8f5ecdb 0 5px,#0000 5px 10px);position:absolute;top:50%;transform:scaleX(0)}.program-callout.is-right .program-callout__leader:before{transform-origin:0;right:0}.program-callout.is-left .program-callout__leader:before{transform-origin:100%;left:0}.program-callout__leader:after{content:"";border:1px solid var(--mv-gold);background:#071526d1;border-radius:50%;width:7px;height:7px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 0 4px #e9c87b1f}.program-callout.is-right .program-callout__leader:after{left:-3px}.program-callout.is-left .program-callout__leader:after{right:-3px}.program-callout__leader i{opacity:.85;border-top:1px solid #5eb8c8b8;width:24px;height:9px;position:absolute;top:50%}.program-callout.is-right .program-callout__leader i{border-right:1px solid #5eb8c8b8;right:0;transform:translateY(-9px)skewY(-20deg)}.program-callout.is-left .program-callout__leader i{border-left:1px solid #5eb8c8b8;left:0;transform:translateY(-9px)skewY(20deg)}@keyframes callout-leader-draw{to{transform:scaleX(1)}}@keyframes callout-data-pulse{0%,to{opacity:.52;background-position:0 0}50%{opacity:1;background-position:10px 0}}@keyframes hud-shell-acquire{0%{opacity:0;filter:blur(4px);transform:perspective(500px)rotateX(-18deg)scaleX(.06)scaleY(.78)}32%{opacity:.82;filter:blur(1.5px);transform:perspective(500px)rotateX(-7deg)scaleX(.12)scaleY(1)}68%{opacity:1;filter:blur();transform:perspective(500px)rotateX(0)scaleX(1.025)scaleY(1)}to{opacity:1;filter:blur();transform:perspective(500px)rotateX(0)scaleX(1)scaleY(1)}}@keyframes hud-acquisition-scan{0%,18%{opacity:0;transform:skew(-18deg)translate(-260%)}35%{opacity:1}to{opacity:0;transform:skew(-18deg)translate(720%)}}@keyframes hud-hover-scan{0%{opacity:0;transform:skew(-18deg)translate(-260%)}28%{opacity:.86}to{opacity:0;transform:skew(-18deg)translate(720%)}}@keyframes hud-edge-lock{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes hud-number-lock{0%{opacity:0;transform:translate(-7px)}42%{opacity:1;transform:translate(2px)}62%{opacity:.36}to{opacity:1;transform:translate(0)}}@keyframes hud-copy-decode{0%{opacity:0;filter:blur(4px);letter-spacing:.22em;transform:translate(-7px)}58%{opacity:.7;filter:blur(1px)}to{opacity:1;filter:blur();letter-spacing:normal;transform:translate(0)}}@keyframes hud-status-ready{0%,18%{opacity:.34}19%,82%{opacity:1}83%,to{opacity:.62}}.program-overlay{pointer-events:none;position:absolute;inset:0;overflow:hidden}.program-overlay__wires{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.program-overlay__wires path{fill:none;stroke-width:1px;vector-effect:non-scaling-stroke}.program-overlay__wires .program-overlay__wire-base{stroke:#8ce6e28a;stroke-dasharray:1;stroke-dashoffset:1px;animation:overlay-wire-draw .56s calc(90ms + var(--callout-order) * 85ms) cubic-bezier(.2, .72, .2, 1) forwards}.program-overlay__wires .program-overlay__wire-signal{stroke:#f8fffde0;stroke-width:1.15px;stroke-dasharray:.035 .055;opacity:0;animation:overlay-wire-signal-in .22s calc(.52s + var(--callout-order) * 85ms) ease-out forwards, overlay-wire-flow 1.9s calc(.62s + var(--callout-order) * 85ms) linear infinite}.program-overlay__wires circle{fill:#071526eb;stroke:var(--mv-gold);stroke-width:1px;vector-effect:non-scaling-stroke}.program-overlay__wires .program-overlay__pulse{fill:none;stroke:#5eb8c8b8;animation:overlay-anchor-pulse 1.9s calc(var(--callout-order) * .15s) ease-out infinite}.program-overlay .program-callout{pointer-events:none;width:154px;display:block;position:absolute;transform:none}.program-overlay .program-marker{pointer-events:auto}@keyframes overlay-wire-draw{to{stroke-dashoffset:0}}@keyframes overlay-wire-signal-in{to{opacity:.92}}@keyframes overlay-wire-flow{to{stroke-dashoffset:-.18px}}@keyframes overlay-anchor-pulse{0%{opacity:.9;transform-origin:50%;transform:scale(.55)}72%,to{opacity:0;transform-origin:50%;transform:scale(1.55)}}.zoom-controls button,.help-button{color:var(--mv-paper);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0715268a;border:1px solid #f8f5ec4d;border-radius:50%;box-shadow:0 8px 24px #07152621}.zoom-controls button:hover,.help-button:hover{color:var(--mv-ink-deep);background:var(--mv-gold);border-color:var(--mv-paper)}.interaction-hint{min-width:356px;color:var(--mv-paper);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#071526b8;border-color:#f8f5ec3d;border-radius:24px;box-shadow:0 12px 32px #07152624}.interaction-hint strong{color:var(--mv-paper)}.interaction-hint strong em{color:var(--mv-gold)}.interaction-hint small{color:#f8f5ec8f}.hint-orbit{border-color:#f8f5ec4d}.hint-orbit:before,.hint-orbit:after{border-color:var(--mv-cyan)}.hint-orbit i{background:var(--mv-coral)}.landmark-tooltip{color:var(--mv-paper);background:#071526c7;border-color:#f8f5ec3d}.landmark-tooltip span{color:var(--mv-gold)}.landmark-tooltip strong{color:var(--mv-paper)}.help-card{color:var(--mv-ink)}.help-card>span{color:#427c89}.help-card>strong{color:var(--mv-ink)}.help-card>strong small{color:var(--mv-coral)}.help-card p{color:#10233a9e}.help-card button{color:var(--mv-paper);background:var(--mv-ink)}.loader{color:var(--mv-ink);background:#f8f5ecf0;border-color:#fffdf7b8}.loader strong{color:var(--mv-ink)}.loader strong small{color:#427c89}.loader>span{color:var(--mv-coral)}.loader__mark{border-color:#10233a40}.loader__mark span{background:var(--mv-coral)}.loader__track{background:#10233a1f}.loader__track i{background:var(--mv-cyan)}@keyframes cinematic-top-enter{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes mission-panel-enter{0%{opacity:0;clip-path:polygon(0 12px,0 12px,0 12px,0 30px,0 100%,0 100%);transform:translate(-24px)}to{opacity:1;clip-path:polygon(0 12px,12px 0,calc(100% - 30px) 0,100% 30px,100% 100%,0 100%);transform:translate(0)}}@keyframes chapter-item-enter{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes dossier-unfold{0%{opacity:0;clip-path:polygon(100% 0,100% 0,100% 30px,100% 30px,100% 100%,100% 100%);transform:translate(24px)}to{opacity:1;clip-path:polygon(0 12px,12px 0,calc(100% - 30px) 0,100% 30px,100% 100%,0 100%);transform:translate(0)}}@keyframes title-coordinate-enter{0%{opacity:0;letter-spacing:.08em;transform:translateY(-10px)}to{opacity:1;letter-spacing:normal;transform:translateY(0)}}@keyframes active-scan{0%,to{opacity:.22;transform-origin:0;transform:scaleX(.25)}50%{opacity:.75;transform-origin:0;transform:scaleX(1)}}@keyframes emblem-breathe{0%,to{transform:rotate(0)}50%{transform:rotate(5deg)}}@media (width<=980px){.topbar{height:84px;padding:0 22px 18px}.viewer{inset:0}.view-panel{clip-path:none;width:auto;inset:auto 16px 14px;overflow:hidden}.view-panel:after{display:none}.world-title{top:96px;right:22px}.detail-panel{width:350px;max-height:calc(100% - 190px);top:94px;right:16px}.detail-panel~.zoom-controls{top:96px;left:16px;right:auto}}@media (width<=620px){.topbar{height:76px;padding:0 14px 15px}.brand__copy{min-width:0;display:block}.brand__copy strong{gap:0;display:grid}.brand__copy strong em{letter-spacing:.14em;font-size:7px;display:block}.brand__symbol{width:34px;height:34px}.brand__symbol:before{inset:6px}.brand__symbol:after{width:42px;top:16px;left:-4px}.brand__symbol i:first-child{top:4px;left:14px}.brand__symbol i:nth-child(2){top:22px;left:5px}.brand__symbol i:nth-child(3){top:22px;left:23px}.brand__copy strong>span{letter-spacing:.08em;font-size:12px}.world-action{width:46px;min-width:46px;padding:0}.world-title{top:88px;right:14px}.world-title strong>span{font-size:28px}.world-reveal{clip-path:polygon(0 12px,12px 0,calc(100% - 24px) 0,100% 24px,100% 100%,0 100%);width:calc(100% - 28px);padding:27px 18px 24px;top:43%}.world-reveal>span{letter-spacing:.22em;font-size:7px}.world-reveal strong{gap:8px;margin-top:13px}.world-reveal strong>span{font-size:clamp(43px,13vw,56px)}.world-reveal strong>small{letter-spacing:.24em;font-size:9px}.world-reveal i{margin-top:18px}.view-panel{bottom:10px;left:10px;right:10px}.view-list button{min-height:48px;animation:none}.detail-panel{clip-path:polygon(0 10px,10px 0,calc(100% - 24px) 0,100% 24px,100% 100%,0 100%);width:calc(100% - 20px);max-height:calc(100% - 278px);top:84px;right:10px}.detail-panel:after{display:none}.interaction-hint,.help-button{bottom:124px}.help-card{bottom:176px}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.program-marker{background:#1b454ed6}}@media (prefers-reduced-motion:reduce){.program-marker,.program-marker:before,.program-marker:after,.program-marker>span:first-child,.program-marker__copy,.program-marker>i,.program-overlay__wires path,.program-overlay__wires .program-overlay__pulse{filter:none!important;animation:none!important;transform:none!important}.program-overlay__wires .program-overlay__wire-base{stroke-dashoffset:0}.program-overlay__wires .program-overlay__wire-signal{opacity:.55}.program-overlay__wires .program-overlay__pulse{display:none}}.game-mode-action{min-width:142px;height:46px;color:var(--mv-paper);clip-path:polygon(0 8px,8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%);cursor:pointer;transition:color var(--world-transition), background var(--world-transition), border-color var(--world-transition), transform var(--world-transition);background:#0715266b;border:1px solid #f8f5ec61;justify-content:center;align-items:center;gap:10px;padding:0 15px;display:inline-flex}.game-mode-action svg{width:19px;height:19px}.game-mode-action span,.game-mode-action strong,.game-mode-action small{display:block}.game-mode-action span{text-align:left}.game-mode-action strong{font-size:11px}.game-mode-action small{color:#f8f5ec8c;letter-spacing:.14em;margin-top:2px;font-size:6px}.game-mode-action:hover{color:var(--mv-ink);background:var(--mv-gold);border-color:var(--mv-paper);transform:translateY(-2px)}.game-mode-action:hover small{color:#10233a99}.game-mode-action.is-active{color:var(--mv-ink-deep);background:var(--mv-gold);border-color:var(--mv-paper)}.game-mode-action.is-active small{color:#10233a94}.game-mode-action:disabled,.world-action:disabled,.icon-button:disabled{opacity:.56;cursor:default;transform:none}.game-launcher{z-index:42;color:var(--mv-paper);-webkit-backdrop-filter:saturate(.86)contrast(1.03);backdrop-filter:saturate(.86)contrast(1.03);background:linear-gradient(90deg,#071526ed 0%,#071526ad 33%,#07152614 62%,#07152670 100%),linear-gradient(#07152657,#0000 38%,#0715267a);animation:.52s cubic-bezier(.18,.76,.18,1) both game-launcher-in;position:absolute;inset:0;overflow:hidden}.game-launcher:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#0000 49.9%,#f8f5ec1a 50%,#0000 50.1%),linear-gradient(#0000 49.9%,#f8f5ec12 50%,#0000 50.1%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:160px 160px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 72%);mask-image:linear-gradient(90deg,#000,#0000 72%)}.game-launcher__frame{pointer-events:none;border:1px solid #f8f5ec2e;position:absolute;inset:116px 28px 26px}.game-launcher__frame i{border-color:var(--mv-gold);opacity:.86;width:18px;height:18px;position:absolute}.game-launcher__frame i:first-child{border-top:2px solid;border-left:2px solid;top:-1px;left:-1px}.game-launcher__frame i:nth-child(2){border-top:2px solid;border-right:2px solid;top:-1px;right:-1px}.game-launcher__frame i:nth-child(3){border-bottom:2px solid;border-right:2px solid;bottom:-1px;right:-1px}.game-launcher__frame i:nth-child(4){border-bottom:2px solid;border-left:2px solid;bottom:-1px;left:-1px}.game-launcher__head{width:min(570px,46vw);position:absolute;top:142px;left:max(52px,4vw)}.game-launcher__head>span{color:var(--mv-cyan);letter-spacing:.25em;font-size:8px;font-weight:720}.game-launcher__head>button{z-index:2;width:44px;height:44px;color:var(--mv-paper);cursor:pointer;background:#0715266b;border:1px solid #f8f5ec4d;border-radius:50%;place-items:center;display:grid;position:fixed;top:126px;right:40px}.game-launcher__head>button:hover{color:var(--mv-ink);background:var(--mv-gold)}.game-launcher__head>button svg{width:17px}.game-launcher__head h2{margin:14px 0 12px}.game-launcher__head h2 span,.game-launcher__head h2 em{display:block}.game-launcher__head h2 span{letter-spacing:-.055em;font-size:clamp(36px,4.2vw,64px);font-weight:620;line-height:.92}.game-launcher__head h2 em{color:var(--mv-gold);letter-spacing:.26em;margin-top:9px;font-size:11px;font-style:normal;font-weight:700}.game-launcher__head p{color:#f8f5eca3;max-width:510px;margin:0;font-size:12px;line-height:1.72}.game-mode-grid{grid-template-rows:1fr 1fr;grid-template-columns:1.12fr .88fr;gap:10px;width:min(690px,51vw);min-height:292px;display:grid;position:absolute;top:334px;bottom:52px;left:max(52px,4vw)}.game-mode-grid>button{min-width:0;color:var(--mv-ink);text-align:left;clip-path:polygon(0 12px,12px 0,calc(100% - 22px) 0,100% 22px,100% 100%,0 100%);cursor:pointer;transition:transform var(--world-transition), color var(--world-transition), background var(--world-transition), border-color var(--world-transition);animation:game-card-in .62s calc(.11s + var(--game-order,0) * 80ms) cubic-bezier(.18, .76, .18, 1) both;background:#f8f5ecd6;border:1px solid #f8f5ec73;flex-direction:column;align-items:stretch;padding:18px 20px 16px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 46px #0715262e}.game-mode-grid>button:first-child{--game-order:0}.game-mode-grid>button:nth-child(2){--game-order:1}.game-mode-grid>button:nth-child(3){--game-order:2}.game-mode-grid>button.is-featured{grid-row:1/3;padding:24px 25px 22px}.game-mode-grid>button:after{content:"";background:var(--mv-coral);transform-origin:top;width:3px;height:100%;transition:transform .36s cubic-bezier(.18,.76,.18,1);position:absolute;top:0;left:0;transform:scaleY(0)}.game-mode-grid>button:hover{border-color:var(--mv-gold);background:#fffdf7f2;transform:translateY(-3px)}.game-mode-grid>button.is-selected{color:var(--mv-paper);background:#071526e6;border-color:#5eb8c8cc}.game-mode-grid>button.is-selected:after{transform:scaleY(1)}.game-mode-card__code{color:#427c89;letter-spacing:.16em;justify-content:space-between;align-items:center;font-size:8px;font-weight:750;display:flex}.game-mode-card__code i{color:#10233a6b;font-size:7px;font-style:normal}.game-mode-grid>button.is-selected .game-mode-card__code{color:var(--mv-cyan)}.game-mode-grid>button.is-selected .game-mode-card__code i{color:#f8f5ec75}.game-mode-grid strong{letter-spacing:-.035em;margin-top:14px;font-size:clamp(16px,1.6vw,24px);display:block}.game-mode-grid strong small{color:var(--mv-coral);letter-spacing:.14em;margin-top:4px;font-size:9px;font-weight:700;display:block}.game-mode-grid p{color:#10233a9e;margin:12px 0 16px;font-size:10px;line-height:1.6}.game-mode-grid>button.is-selected p{color:#f8f5ec99}.game-mode-card__meta{border-top:1px solid #10233a24;justify-content:space-between;align-items:end;margin-top:auto;padding-top:11px;display:flex}.game-mode-grid>button.is-selected .game-mode-card__meta{border-top-color:#f8f5ec24}.game-mode-card__meta b{font-family:DIN Alternate,SF Mono,monospace;font-size:17px}.game-mode-card__meta i{color:#10233a6b;letter-spacing:.14em;font-size:6px;font-style:normal;font-weight:700}.game-mode-grid>button.is-selected .game-mode-card__meta i{color:var(--mv-gold)}.game-launcher__brief{width:min(360px,30vw);color:var(--mv-paper);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#071526c7,#07152675);border-top:1px solid #f8f5ec57;padding:19px;position:absolute;bottom:58px;right:max(52px,4vw)}.game-launcher__brief>span{color:var(--mv-cyan);letter-spacing:.18em;align-items:center;gap:8px;font-size:7px;font-weight:750;display:flex}.game-launcher__brief>span i{background:var(--mv-cyan);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #5eb8c824}.game-launcher__brief>div{margin:17px 0 18px}.game-launcher__brief>div strong{letter-spacing:-.02em;font-size:19px}.game-launcher__brief>div strong small{color:var(--mv-gold);letter-spacing:.16em;margin-top:4px;font-size:8px;display:block}.game-launcher__brief>div p{color:#f8f5ec8f;margin:10px 0 0;font-size:10px;line-height:1.6}.game-primary-action{min-height:50px;color:var(--mv-paper);background:var(--mv-coral);clip-path:polygon(0 7px,7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%);cursor:pointer;transition:transform var(--world-transition), background var(--world-transition);border:1px solid #ffffff4d;justify-content:space-between;align-items:center;gap:12px;padding:0 15px;font-weight:720;display:flex}.game-primary-action:hover{background:#da705f;transform:translateY(-2px)}.game-primary-action:active{transform:translateY(0)scale(.985)}.game-primary-action small{color:#ffffffb3;letter-spacing:.14em;margin-left:auto;font-size:7px}.game-primary-action svg{width:17px}.game-launcher__brief .game-primary-action{width:100%}.game-text-action{color:#f8f5ec94;text-align:left;letter-spacing:.12em;cursor:pointer;background:0 0;border:0;width:100%;margin-top:10px;padding:10px 0 2px;font-size:8px;font-weight:700}.game-text-action:hover{color:var(--mv-gold)}.mission-console{z-index:31;width:342px;color:var(--mv-paper);clip-path:polygon(0 13px,13px 0,calc(100% - 28px) 0,100% 28px,100% 100%,0 100%);-webkit-backdrop-filter:blur(14px)saturate(.9);backdrop-filter:blur(14px)saturate(.9);background:linear-gradient(145deg,#071526e6,#10233ac2);border:1px solid #f8f5ec47;animation:.56s cubic-bezier(.18,.76,.18,1) both mission-console-in;position:absolute;top:124px;left:28px;overflow:hidden;box-shadow:0 20px 52px #07152638}.mission-console:before{content:"";background:var(--mv-cyan);width:94px;height:2px;position:absolute;top:0;left:13px}.mission-console.mode-assembly:before{background:var(--mv-gold)}.mission-console__topline{border-bottom:1px solid #f8f5ec21;justify-content:space-between;align-items:center;min-height:42px;padding:0 17px;display:flex}.mission-console__topline span{color:var(--mv-cyan);letter-spacing:.17em;font-size:7px;font-weight:750}.mission-console__topline i{color:#f8f5ec85;letter-spacing:.13em;font-size:7px;font-style:normal}.mission-console__objective{padding:20px 18px 16px}.mission-console__objective>small{color:#f8f5ec70;letter-spacing:.16em;font-size:7px;font-weight:700}.mission-console__objective h2{letter-spacing:-.03em;margin:9px 0 11px;font-size:23px;font-weight:620}.mission-console__objective h2 span{color:var(--mv-gold);letter-spacing:.04em;margin-top:5px;font-size:11px;font-weight:700;display:block}.mission-console__objective p{color:#f8f5ec9e;margin:0;font-size:11px;line-height:1.65}.mission-console__progress{grid-template-columns:1fr auto;align-items:center;gap:13px;padding:0 18px 15px;display:grid}.mission-console__progress>div{gap:5px;display:flex}.mission-console__progress i{background:#f8f5ec24;flex:1;height:3px}.mission-console__progress i.is-current{background:var(--mv-cyan);animation:1.5s ease-in-out infinite game-progress-live}.mission-console__progress i.is-cleared{background:var(--mv-gold)}.mission-console__progress>span{color:#f8f5ec7a;font-family:DIN Alternate,SF Mono,monospace;font-size:9px}.mission-console__data{border-top:1px solid #f8f5ec21;border-bottom:1px solid #f8f5ec21;grid-template-columns:1fr 1fr;margin:0;display:grid}.mission-console__data>div{padding:12px 18px}.mission-console__data>div+div{border-left:1px solid #f8f5ec21}.mission-console__data dt{color:#f8f5ec61;letter-spacing:.13em;font-size:6px}.mission-console__data dd{color:var(--mv-paper);margin:5px 0 0;font-family:DIN Alternate,SF Mono,monospace;font-size:19px}.mission-console__instruction{color:#f8f5ec6b;padding:12px 18px 14px;font-size:8px;line-height:1.55;display:block}.mission-console.is-paused{filter:saturate(.35)}.game-status-bar{z-index:32;min-width:312px;height:58px;color:var(--mv-paper);-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:#071526ad;border:1px solid #f8f5ec47;grid-template-columns:1fr auto 42px 42px;align-items:center;gap:9px;padding:0 8px 0 16px;display:grid;position:absolute;top:118px;right:28px;box-shadow:0 12px 34px #07152624}.game-status-bar>span{color:#f8f5ec73;letter-spacing:.13em;font-size:6px;font-weight:700}.game-status-bar>span small{color:#f8f5eca8;letter-spacing:0;margin-top:3px;font-size:8px;display:block}.game-status-bar>strong{min-width:72px;color:var(--mv-gold);letter-spacing:-.04em;font-family:DIN Alternate,SF Mono,monospace;font-size:25px}.game-status-bar>button{width:38px;height:38px;color:var(--mv-paper);cursor:pointer;background:#f8f5ec0f;border:1px solid #f8f5ec33;place-items:center;display:grid}.game-status-bar>button:hover{color:var(--mv-ink);background:var(--mv-gold)}.game-status-bar>button svg{width:16px}.game-status-bar.is-critical{border-color:#e98772b8}.game-status-bar.is-critical>strong{color:#ff9c87;animation:.7s steps(2,end) infinite critical-time}.landmark-keypad{z-index:30;width:min(720px,100% - 64px);color:var(--mv-paper);-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:#071526a8;border:1px solid #f8f5ec38;padding:8px;animation:.52s cubic-bezier(.18,.76,.18,1) .18s both game-keypad-in;position:absolute;bottom:24px;right:50%;transform:translate(50%);box-shadow:0 16px 42px #0715262e}.landmark-keypad>span{color:#f8f5ec6b;letter-spacing:.16em;padding:2px 7px 8px;font-size:6px;font-weight:700;display:block}.landmark-keypad>div{grid-template-columns:repeat(5,1fr);gap:5px;display:grid}.landmark-keypad button{min-width:0;min-height:50px;color:var(--mv-paper);text-align:left;cursor:pointer;transition:transform var(--world-transition), color var(--world-transition), background var(--world-transition), border-color var(--world-transition);background:#f8f5ec0a;border:1px solid #f8f5ec26;grid-template-columns:23px 1fr;align-items:center;gap:7px;padding:6px 8px;display:grid}.landmark-keypad button:hover{color:var(--mv-ink);background:var(--mv-gold);border-color:var(--mv-paper);transform:translateY(-2px)}.landmark-keypad button>i{color:var(--mv-coral);font-family:DIN Alternate,monospace;font-size:10px;font-style:normal}.landmark-keypad button:hover>i{color:var(--mv-ink)}.landmark-keypad button>span{letter-spacing:.08em;text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-weight:700;overflow:hidden}.landmark-keypad button small{color:#f8f5ec80;letter-spacing:0;margin-top:3px;font-size:8px;display:block}.landmark-keypad button:hover small{color:#10233a9e}.game-feedback{z-index:44;min-width:330px;color:var(--mv-paper);background:#071526db;border:1px solid #f8f5ec4d;grid-template-columns:10px auto 1fr;align-items:center;gap:10px;padding:12px 15px;animation:.22s cubic-bezier(.18,.76,.18,1) both game-feedback-in;display:grid;position:absolute;bottom:108px;left:50%;transform:translate(-50%);box-shadow:0 14px 38px #07152633}.game-feedback>i{background:var(--mv-cyan);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #5eb8c826}.game-feedback>span{color:var(--mv-cyan);letter-spacing:.13em;font-size:7px;font-weight:750}.game-feedback>strong{text-align:right;font-size:10px;font-weight:620}.game-feedback.is-correct{border-left:3px solid var(--mv-gold)}.game-feedback.is-wrong{border-left:3px solid var(--mv-coral)}.game-feedback.is-wrong>i{background:var(--mv-coral);box-shadow:0 0 0 5px #e9877224}.game-feedback.is-wrong>span{color:#ff9c87}.game-pause-curtain{z-index:46;color:var(--mv-paper);-webkit-backdrop-filter:blur(8px)saturate(.5);backdrop-filter:blur(8px)saturate(.5);background:#0715268a;place-content:center;justify-items:center;display:grid;position:absolute;inset:0}.game-pause-curtain>span{color:var(--mv-cyan);letter-spacing:.24em;font-size:8px;font-weight:750}.game-pause-curtain>strong{text-align:center;margin:14px 0 22px;font-size:34px}.game-pause-curtain>strong small{color:#f8f5ec94;letter-spacing:.08em;margin-top:7px;font-size:10px;font-weight:500;display:block}.game-pause-curtain>button{min-height:48px;color:var(--mv-ink);background:var(--mv-gold);cursor:pointer;border:0;padding:0 24px;font-weight:700}.game-result{z-index:48;width:min(820px,100% - 56px);color:var(--mv-paper);clip-path:polygon(0 18px,18px 0,calc(100% - 38px) 0,100% 38px,100% 100%,0 100%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#071526f2,#10233adb);border:1px solid #f8f5ec5c;grid-template-columns:180px 1fr;padding:28px;animation:.68s cubic-bezier(.16,.82,.18,1) both game-result-in;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 34px 90px #0715265c}.game-result:before{content:"";pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#5eb8c814 1px,#0000 1px),linear-gradient(#5eb8c80f 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:42px 42px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 70%);mask-image:linear-gradient(90deg,#000,#0000 70%)}.game-result__grade{border-right:1px solid #f8f5ec29;align-content:center;justify-items:center;min-height:210px;display:grid;position:relative}.game-result__grade span{color:#f8f5ec6b;letter-spacing:.16em;font-size:7px}.game-result__grade strong{color:var(--mv-gold);text-shadow:0 16px 48px #e9c87b2e;font-family:DIN Alternate,SF Mono,monospace;font-size:110px;font-weight:500;line-height:.9}.game-result__copy{padding:8px 10px 18px 26px}.game-result__copy>span{color:var(--mv-cyan);letter-spacing:.18em;font-size:8px;font-weight:750}.game-result__copy h2{letter-spacing:-.04em;margin:12px 0 11px;font-size:36px;line-height:1}.game-result__copy h2 small{color:var(--mv-gold);letter-spacing:.18em;margin-top:7px;font-size:9px;display:block}.game-result__copy p{color:#f8f5ec94;max-width:490px;margin:0;font-size:11px;line-height:1.65}.game-result>dl{border-top:1px solid #f8f5ec29;border-bottom:1px solid #f8f5ec29;grid-column:1/-1;grid-template-columns:repeat(4,1fr);margin:0;display:grid}.game-result>dl>div{padding:14px 16px}.game-result>dl>div+div{border-left:1px solid #f8f5ec29}.game-result dt{color:#f8f5ec61;letter-spacing:.15em;font-size:6px}.game-result dd{color:var(--mv-paper);margin:6px 0 0;font-family:DIN Alternate,SF Mono,monospace;font-size:20px}.game-result__actions{pointer-events:none;grid-column:1/-1;grid-template-columns:1.25fr 1fr 1fr;gap:8px;padding-top:18px;animation:.48s step-end .32s forwards game-result-actions-arm;display:grid}.game-result__actions>button:not(.game-primary-action){color:#f8f5ecb8;letter-spacing:.08em;cursor:pointer;background:#f8f5ec0d;border:1px solid #f8f5ec33;min-height:50px;padding:0 14px;font-size:8px;font-weight:700}.game-result__actions>button:not(.game-primary-action):hover{color:var(--mv-ink);background:var(--mv-gold)}.game-result.is-timeout .game-result__grade strong{color:var(--mv-coral)}@keyframes game-launcher-in{0%{opacity:0}to{opacity:1}}@keyframes game-card-in{0%{opacity:0;clip-path:polygon(0 12px,0 12px,0 12px,0 22px,0 100%,0 100%);transform:translate(-22px)}to{opacity:1;clip-path:polygon(0 12px,12px 0,calc(100% - 22px) 0,100% 22px,100% 100%,0 100%);transform:translate(0)}}@keyframes mission-console-in{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@keyframes game-keypad-in{0%{opacity:0;transform:translate(50%,18px)}to{opacity:1;transform:translate(50%)}}@keyframes game-feedback-in{0%{opacity:0;transform:translate(-50%,10px)scale(.98)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes game-result-in{0%{opacity:0;filter:blur(5px);transform:translate(-50%,-46%)scale(.94)}to{opacity:1;filter:blur();transform:translate(-50%,-50%)scale(1)}}@keyframes game-result-actions-arm{to{pointer-events:auto}}@keyframes game-progress-live{0%,to{opacity:.45}50%{opacity:1}}@keyframes critical-time{0%,48%{opacity:1}49%,to{opacity:.48}}@media (width<=1180px){.game-mode-grid{width:min(630px,58vw)}.game-launcher__brief{width:min(320px,29vw)}.game-mode-grid p{font-size:9px}.mission-console{width:310px}.landmark-keypad{width:min(650px,100% - 56px)}.landmark-keypad button>span{font-size:6px}}@media (width<=980px){.game-mode-action{width:46px;min-width:46px;padding:0}.game-mode-action span{display:none}.game-launcher__frame{inset:94px 16px 16px}.game-launcher__head{width:calc(100% - 56px);top:112px;left:28px}.game-launcher__head>button{top:98px;right:24px}.game-launcher__head h2 span{font-size:42px}.game-launcher__head p{max-width:520px}.game-mode-grid{width:auto;inset:290px 28px 190px}.game-launcher__brief{grid-template-columns:1fr auto;align-items:center;gap:8px 18px;width:auto;display:grid;bottom:24px;left:28px;right:28px}.game-launcher__brief>span{grid-column:1/-1}.game-launcher__brief>div{margin:4px 0}.game-launcher__brief .game-primary-action{width:240px}.game-launcher__brief .game-text-action{text-align:right;grid-column:2;margin:0}.mission-console{width:302px;top:96px;left:16px}.game-status-bar{min-width:284px;top:94px;right:16px}.landmark-keypad{width:auto;bottom:14px;left:16px;right:16px;transform:none}.landmark-keypad button small{display:none}.game-feedback{bottom:96px}@keyframes game-keypad-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}}@media (width<=700px){.top-actions{gap:5px}.top-actions .world-action{display:none}.game-launcher{background:linear-gradient(#071526f0,#071526b8);overflow-y:auto}.game-launcher__frame{position:fixed}.game-launcher__head{width:auto;margin:104px 18px 0;position:relative;top:auto;left:auto}.game-launcher__head>span{font-size:7px}.game-launcher__head>button{top:90px;right:18px}.game-launcher__head h2 span{font-size:clamp(34px,10vw,46px)}.game-launcher__head p{width:calc(100% - 36px);font-size:11px}.game-mode-grid{grid-template-rows:auto;grid-template-columns:1fr;width:auto;min-height:0;margin:24px 18px 0;display:grid;position:relative;inset:auto}.game-mode-grid>button,.game-mode-grid>button.is-featured{grid-row:auto;min-height:155px;padding:17px}.game-mode-grid p{margin:9px 0 12px}.game-launcher__brief{width:auto;margin:12px 18px 24px;display:block;position:relative;bottom:auto;left:auto;right:auto}.game-launcher__brief .game-primary-action{width:100%}.game-launcher__brief .game-text-action{text-align:left}.mission-console{width:auto;top:84px;left:10px;right:10px}.mission-console__objective{padding:14px 16px 12px}.mission-console__objective h2{margin:7px 0 8px;font-size:19px}.mission-console__objective p{font-size:10px}.mission-console__instruction{display:none}.game-status-bar{min-width:0;inset:auto 10px 76px}.landmark-keypad{padding:5px;bottom:10px;left:10px;right:10px}.landmark-keypad>span{display:none}.landmark-keypad>div{gap:3px}.landmark-keypad button{text-align:center;grid-template-columns:1fr;justify-items:center;min-height:51px;padding:5px 2px}.landmark-keypad button>i{font-size:11px}.landmark-keypad button>span{max-width:100%;font-size:0}.landmark-keypad button>span small{margin-top:0;font-size:8px;display:block}.game-feedback{width:calc(100% - 20px);min-width:0;bottom:142px}.game-feedback>strong{font-size:9px}.game-result{grid-template-columns:92px 1fr;width:calc(100% - 20px);padding:18px}.game-result__grade{min-height:160px}.game-result__grade span{font-size:5px}.game-result__grade strong{font-size:72px}.game-result__copy{padding:4px 0 12px 16px}.game-result__copy h2{font-size:27px}.game-result__copy p{font-size:9px}.game-result>dl{grid-template-columns:1fr 1fr}.game-result>dl>div:nth-child(3){border-top:1px solid #f8f5ec29;border-left:0}.game-result>dl>div:nth-child(4){border-top:1px solid #f8f5ec29}.game-result__actions{grid-template-columns:1fr}.game-result__actions>button{min-height:46px}}@media (height<=720px) and (width>=701px){.game-launcher__head{top:126px}.game-launcher__head h2{margin-block:9px 7px}.game-launcher__head h2 span{font-size:40px}.game-mode-grid{min-height:250px;top:270px}.game-mode-grid>button{padding-block:13px}.game-mode-grid p{margin-block:8px;line-height:1.45}.mission-console{top:106px}.game-status-bar{top:104px}}@media (height>=900px) and (width>=701px){.game-mode-grid{height:440px;min-height:0;bottom:auto}.game-launcher__brief{top:786px;bottom:auto}}@media (height>=900px) and (width>=701px) and (width<=980px){.game-mode-grid{height:430px;top:290px}.game-launcher__brief{top:736px;bottom:auto}}@media (prefers-reduced-motion:reduce){.game-launcher,.game-mode-grid>button,.mission-console,.landmark-keypad,.game-feedback,.game-result,.mission-console__progress i.is-current,.game-status-bar.is-critical>strong{filter:none!important;animation:none!important}.game-mode-grid>button,.game-mode-action,.game-primary-action,.landmark-keypad button{transition-duration:0s!important}}.mission-console.mode-circuit:before{background:var(--mv-coral)}.mission-console.mode-equilibrium:before{background:var(--mv-gold)}.game-feedback.is-info{border-left:3px solid var(--mv-cyan)}.circuit-board,.equilibrium-board{z-index:30;color:var(--mv-paper);clip-path:polygon(0 14px,14px 0,calc(100% - 28px) 0,100% 28px,100% 100%,0 100%);-webkit-backdrop-filter:blur(16px)saturate(.88);backdrop-filter:blur(16px)saturate(.88);background:linear-gradient(145deg,#071526f0,#10233ac7),repeating-linear-gradient(0deg,#0000 0 39px,#5eb8c80f 40px);border:1px solid #f8f5ec47;animation:.56s cubic-bezier(.18,.76,.18,1) 90ms both strategy-board-in;position:absolute;top:190px;right:28px;overflow:hidden;box-shadow:0 22px 58px #07152647}.circuit-board{width:min(480px,100% - 420px);min-width:410px}.equilibrium-board{max-width:760px;margin-left:auto;left:390px;right:28px}.strategy-board__topline{border-bottom:1px solid #f8f5ec24;justify-content:space-between;align-items:center;height:42px;padding:0 16px;display:flex}.strategy-board__topline span{color:var(--mv-cyan);letter-spacing:.18em;font-size:7px;font-weight:760}.strategy-board__topline i{color:#f8f5ec75;letter-spacing:.12em;font-family:DIN Alternate,monospace;font-size:7px;font-style:normal}.circuit-map{background:radial-gradient(circle,#5eb8c81f,#0000 38%),linear-gradient(#5eb8c80d 1px,#0000 1px) 0 0/28px 28px,linear-gradient(90deg,#5eb8c80d 1px,#0000 1px) 0 0/28px 28px;height:min(330px,36vh);min-height:270px;margin:4px 16px 0;position:relative}.circuit-map:before,.circuit-map:after{content:"";z-index:0;pointer-events:none;border:1px solid #5eb8c81f;border-radius:50%;position:absolute}.circuit-map:before{inset:16%}.circuit-map:after{border-style:dashed;inset:32%}.circuit-map>svg{z-index:1;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.circuit-map line{stroke:#f8f5ec24;stroke-width:.6px;vector-effect:non-scaling-stroke;transition:stroke .28s,stroke-width .28s,opacity .28s}.circuit-map line.is-active{stroke:var(--mv-cyan);stroke-width:1.5px;stroke-dasharray:5 4;filter:drop-shadow(0 0 3px #5eb8c8cc);animation:1.2s linear infinite circuit-flow}.circuit-map line.is-forbidden{stroke:#e987729e;stroke-dasharray:2.5 3}.circuit-map line.is-forbidden.is-active{stroke:#ff8f79;filter:drop-shadow(0 0 4px #e98772d9)}.circuit-map>button{z-index:3;color:#f8f5eca3;text-align:center;cursor:pointer;background:#071526e6;border:1px solid #f8f5ec33;width:88px;min-height:62px;padding:7px 6px 6px;transition:color .22s,border-color .22s,background .22s,transform .22s;position:absolute;transform:translate(-50%,-50%);box-shadow:0 8px 22px #07152659}.circuit-map>button:hover{color:var(--mv-paper);border-color:var(--mv-cyan);transform:translate(-50%,-50%)scale(1.04)}.circuit-map>button.is-selected{color:var(--mv-ink);border-color:var(--mv-paper);background:var(--mv-gold)}.circuit-map>button.is-online:not(.is-selected){color:var(--mv-paper);border-color:#5eb8c8a6}.circuit-map>button.is-locked{border-style:double}.circuit-map>button strong,.circuit-map>button strong small,.circuit-map>button em{display:block}.circuit-map>button strong{z-index:2;margin-top:23px;font-size:8px;line-height:1.1;position:relative}.circuit-map>button strong small{opacity:.66;margin-top:3px;font-size:7px;font-weight:520}.circuit-map>button em{color:var(--mv-cyan);letter-spacing:.12em;margin-top:4px;font-family:DIN Alternate,monospace;font-size:5px;font-style:normal}.circuit-map>button.is-selected em{color:var(--mv-ink)}.circuit-node__ports{border:1px solid;border-radius:50%;width:22px;height:22px;margin-left:-11px;transition:transform .42s cubic-bezier(.18,.76,.18,1);position:absolute;top:7px;left:50%}.circuit-node__ports i{transform-origin:0 11px;background:0 0;width:1px;height:5px;margin:-11px 0 0;position:absolute;top:50%;left:50%}.circuit-node__ports i:nth-child(2){transform:rotate(90deg)}.circuit-node__ports i:nth-child(3){transform:rotate(180deg)}.circuit-node__ports i:nth-child(4){transform:rotate(270deg)}.circuit-node__ports i.is-port{background:currentColor;box-shadow:0 -2px}.strategy-board__readout{border-top:1px solid #f8f5ec21;border-bottom:1px solid #f8f5ec21;grid-template-columns:1.05fr 1.6fr;min-height:68px;display:grid}.strategy-board__readout>div{border-right:1px solid #f8f5ec21;align-content:center;padding:10px 16px;display:grid}.strategy-board__readout>div>span{color:#f8f5ec61;letter-spacing:.13em;font-size:6px}.strategy-board__readout>div>strong{color:var(--mv-paper);margin-top:5px;font-size:11px}.strategy-board__readout>div>strong small{color:var(--mv-gold);margin-top:2px;font-size:7px;display:block}.strategy-board__readout dl{grid-template-columns:repeat(4,1fr);margin:0;display:grid}.strategy-board__readout dl>div{border-right:1px solid #f8f5ec1a;align-content:center;justify-items:center;display:grid}.strategy-board__readout dt{color:#f8f5ec5c;letter-spacing:.1em;font-size:5px}.strategy-board__readout dd{margin:5px 0 0;font-family:DIN Alternate,monospace;font-size:12px}.strategy-board__controls{grid-template-columns:1.15fr 1.15fr .7fr .7fr 1.55fr;gap:5px;padding:9px;display:grid}.strategy-board__controls>button{color:#f8f5ecb3;cursor:pointer;background:#f8f5ec0a;border:1px solid #f8f5ec29;justify-content:center;align-items:center;gap:7px;min-width:0;min-height:46px;padding:5px 7px;font-size:15px;transition:transform .18s,color .18s,background .18s,border-color .18s;display:flex}.strategy-board__controls>button span{text-align:left;font-size:8px;font-weight:720}.strategy-board__controls>button small{color:#f8f5ec61;letter-spacing:.08em;margin-top:2px;font-size:5px;display:block}.strategy-board__controls>button:hover:not(:disabled){color:var(--mv-ink);border-color:var(--mv-paper);background:var(--mv-gold);transform:translateY(-2px)}.strategy-board__controls>button:hover:not(:disabled) small{color:#10233a8f}.strategy-board__controls>button:active:not(:disabled){transform:translateY(0)scale(.98)}.strategy-board__controls>button:disabled{opacity:.32;cursor:default}.strategy-board__controls>.strategy-commit{color:var(--mv-paper);background:var(--mv-coral);border-color:#ffffff4d;font-size:8px;font-weight:740}.strategy-board__controls>.strategy-commit small{color:#ffffffa8}.circuit-rules{color:#f8f5ec6b;letter-spacing:.05em;border-top:1px solid #f8f5ec1a;align-items:center;gap:16px;min-height:32px;padding:0 15px;font-size:6px;display:flex}.circuit-rules span{align-items:center;gap:5px;display:inline-flex}.circuit-rules i{border:1px solid #f8f5ec4d;border-radius:50%;width:6px;height:6px}.circuit-rules i.is-live{border-color:var(--mv-cyan);background:var(--mv-cyan);box-shadow:0 0 7px #5eb8c8cc}.circuit-rules i.is-danger{border-color:var(--mv-coral)}.equilibrium-board{max-height:calc(100% - 216px);overflow-y:auto}.equilibrium-summary{border-bottom:1px solid #f8f5ec21;grid-template-columns:repeat(3,1fr);display:grid}.equilibrium-summary>div{grid-template-columns:1fr auto;align-content:center;gap:7px;min-height:66px;padding:10px 14px 15px;display:grid;position:relative}.equilibrium-summary>div+div{border-left:1px solid #f8f5ec1f}.equilibrium-summary span{color:#f8f5ec66;font-size:7px}.equilibrium-summary strong{font-family:DIN Alternate,monospace;font-size:17px}.equilibrium-summary i{background:#f8f5ec1f;height:2px;position:absolute;bottom:10px;left:14px;right:14px;overflow:hidden}.equilibrium-summary i:after{content:"";width:var(--value);background:var(--mv-cyan);height:100%;transition:width .32s;display:block}.allocation-grid{grid-template-columns:repeat(5,1fr);gap:6px;padding:10px;display:grid}.allocation-grid article{background:#f8f5ec09;border:1px solid #f8f5ec24;min-width:0;padding:9px;transition:border-color .2s,background .2s,transform .2s;position:relative}.allocation-grid article.is-selected{border-color:var(--mv-gold);background:#e9c87b17;transform:translateY(-2px)}.allocation-grid article.is-served:before{content:"";background:var(--mv-cyan);width:16px;height:2px;position:absolute;top:0;right:0;box-shadow:0 0 8px #5eb8c8b3}.allocation-grid__select{width:100%;min-height:43px;color:var(--mv-paper);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:start;gap:4px;padding:0;display:flex}.allocation-grid__select span{min-width:0;font-size:8px;font-weight:720}.allocation-grid__select span small{color:#f8f5ec73;margin-top:3px;font-size:7px;font-weight:500;display:block}.allocation-grid__select>i{color:var(--mv-coral);letter-spacing:.08em;font-size:5px;font-style:normal}.allocation-grid__meter{gap:3px;margin:7px 0 8px;display:flex}.allocation-grid__meter i{background:#f8f5ec1f;flex:1;height:5px}.allocation-grid__meter i.is-filled{background:var(--mv-gold);box-shadow:0 0 7px #e9c87b47}.allocation-grid__values{color:#f8f5ec66;gap:3px;font-size:6px;display:grid}.allocation-grid__values span{justify-content:space-between;display:flex}.allocation-grid__values b{color:var(--mv-paper);font-family:DIN Alternate,monospace;font-size:8px}.allocation-grid__actions{grid-template-columns:1fr 1fr;gap:4px;margin-top:9px;display:grid}.allocation-grid__actions button{height:29px;color:var(--mv-paper);cursor:pointer;background:#f8f5ec0a;border:1px solid #f8f5ec26;font-size:16px}.allocation-grid__actions button:hover:not(:disabled){color:var(--mv-ink);background:var(--mv-gold)}.allocation-grid__actions button:disabled{opacity:.22;cursor:default}.bonus-ledger{border-top:1px solid #f8f5ec21;border-bottom:1px solid #f8f5ec21;grid-template-columns:1.1fr repeat(3,1fr);display:grid}.bonus-ledger>span{color:#f8f5ec61;letter-spacing:.13em;align-content:center;padding:12px;font-size:6px;font-weight:700;display:grid}.bonus-ledger p{color:#f8f5ec7a;border-left:1px solid #f8f5ec1a;margin:0;padding:11px 9px 10px 16px;font-size:7px;position:relative}.bonus-ledger p>i{border:1px solid;border-radius:50%;width:5px;height:5px;position:absolute;top:13px;left:7px}.bonus-ledger p small{color:#f8f5ec4d;margin-top:4px;font-size:5px;line-height:1.45;display:block}.bonus-ledger p.is-active{color:var(--mv-cyan);background:#5eb8c80f}.bonus-ledger p.is-active>i{background:var(--mv-cyan);box-shadow:0 0 7px #5eb8c8b3}.bonus-ledger p.is-active small{color:#f8f5ec94}.equilibrium-controls{grid-template-columns:.8fr 1.4fr}.app-shell[data-game-mode=circuit] .game-feedback,.app-shell[data-game-mode=equilibrium] .game-feedback{bottom:22px}@keyframes strategy-board-in{0%{opacity:0;clip-path:polygon(100% 14px,100% 0,100% 0,100% 28px,100% 100%,100% 100%);transform:translate(24px)}to{opacity:1;clip-path:polygon(0 14px,14px 0,calc(100% - 28px) 0,100% 28px,100% 100%,0 100%);transform:translate(0)}}@keyframes circuit-flow{to{stroke-dashoffset:-18px}}@media (width<=1100px){.circuit-board{width:min(450px,100% - 350px);min-width:390px;right:16px}.equilibrium-board{left:334px;right:16px}.allocation-grid{grid-template-columns:repeat(3,1fr)}.bonus-ledger{grid-template-columns:1fr}.bonus-ledger p{border-top:1px solid #f8f5ec1a;border-left:0}}@media (width<=760px){.app-shell[data-game-mode=circuit] .mission-console,.app-shell[data-game-mode=equilibrium] .mission-console{max-height:220px}.app-shell[data-game-mode=circuit] .mission-console__instruction,.app-shell[data-game-mode=equilibrium] .mission-console__instruction{display:none}.circuit-board,.equilibrium-board{width:auto;min-width:0;max-width:none;max-height:none;inset:310px 10px 74px;overflow-y:auto}.circuit-map{height:300px;min-height:300px}.game-status-bar{z-index:36}.strategy-board__controls{z-index:5;background:#071526f5;grid-template-columns:1fr 1fr 1fr;position:sticky;bottom:0}.strategy-board__controls>.strategy-commit{grid-column:1/-1}.circuit-rules{flex-wrap:wrap;padding-bottom:6px}.allocation-grid{grid-template-columns:1fr 1fr}.bonus-ledger,.equilibrium-controls{grid-template-columns:1fr}.app-shell[data-game-mode=circuit] .game-feedback,.app-shell[data-game-mode=equilibrium] .game-feedback{z-index:45;bottom:76px}}@media (width<=430px){.circuit-board,.equilibrium-board{top:300px}.circuit-map{height:280px;min-height:280px;margin-inline:5px}.circuit-map>button{width:76px;min-height:58px}.strategy-board__readout{grid-template-columns:1fr}.strategy-board__readout>div{border-bottom:1px solid #f8f5ec1a;border-right:0}.strategy-board__readout dl{min-height:52px}.allocation-grid,.equilibrium-summary{grid-template-columns:1fr}.equilibrium-summary>div+div{border-top:1px solid #f8f5ec1f;border-left:0}}@media (prefers-reduced-motion:reduce){.circuit-board,.equilibrium-board,.circuit-map line.is-active{animation:none!important}.circuit-node__ports,.circuit-map line,.equilibrium-summary i:after{transition-duration:0s!important}}
