:root{color:#18433d;background:#f5fbf5;font-family:ui-rounded,Hiragino Maru Gothic ProN,Hiragino Sans,Yu Gothic,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--surface: rgba(255, 255, 255, .88);--surface-strong: rgba(255, 255, 255, .94);--ink: #18433d;--muted: rgba(24, 67, 61, .66);--accent: #2f7b68;--gold: #f3b35f;--sky: #579bc1;--leaf: #3e9b6a;--edge: rgba(24, 67, 61, .2);--paper: rgba(255, 248, 225, .94);--paper-strong: rgba(255, 253, 241, .96);--brass: #d99a42;--brass-dark: #a7652d;--wood: #8f5a2d;--cloth: #e7f1db;--ink-soft: rgba(24, 67, 61, .78);--soft-shadow: 0 14px 34px rgba(24, 67, 61, .14);--texture-wood: url(/assets/ui/cockpit/wood-planks.webp);--texture-paper: url(/assets/ui/cockpit/parchment-paper.webp);--texture-brass: url(/assets/ui/cockpit/aged-brass.webp);--texture-blue-enamel: url(/assets/ui/cockpit/blue-enamel.webp);--texture-rope: url(/assets/ui/cockpit/rope-weave.webp);--asset-objective-tag: url(/assets/ui/cockpit/objective-tag-art.webp);--asset-navigator-backplate: url(/assets/ui/cockpit/navigator-backplate-art.webp);--asset-altitude-console: url(/assets/ui/cockpit/altitude-console-art.webp);--asset-propulsion-console: url(/assets/ui/cockpit/propulsion-console-art.webp);--asset-route-map-dial: url(/assets/ui/cockpit/route-map-dial-art.webp);--asset-wind-compass-dial: url(/assets/ui/cockpit/wind-compass-dial-art.webp);--asset-preflight-checklist: url(/assets/ui/cockpit/preflight-checklist-panel-art.webp);--asset-action-button: url(/assets/ui/cockpit/action-button-art.webp);--asset-dialogue-bubble: url(/assets/ui/cockpit/dialogue-bubble-art.webp)}*{box-sizing:border-box}html,body,#root{width:100%;height:100%}body{margin:0;overflow:hidden;touch-action:none}button{font:inherit}button:disabled{cursor:default}.app-shell{position:relative;width:100vw;height:100dvh;min-height:360px;overflow:hidden;background:linear-gradient(180deg,#fff,#f5fbf5)}.game-root{position:absolute;top:0;right:0;bottom:0;left:0}.game-root canvas{display:block}.hud{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));pointer-events:none;-webkit-user-select:none;user-select:none}.hud-left,.hud-right{display:grid;gap:10px}.hud-left{width:min(360px,calc(100vw - 24px))}.hud-right{justify-items:end;max-width:min(760px,calc(100vw - 24px))}.hud-tools,.route-cluster{pointer-events:auto}.hud-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px}.route-cluster{display:flex;align-items:flex-start;justify-content:flex-end;gap:10px}.objective-card,.checklist,.status-pill,.control-hint,.map-panel{border:2px solid var(--edge);border-radius:8px;background:var(--surface);box-shadow:0 8px 24px #18433d14}.objective-card{display:grid;gap:5px;padding:10px 12px}.objective-card span,.status-pill span,.task-row span,.map-panel-header span,.map-stats span{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.objective-card strong{color:var(--ink);font-size:1rem;line-height:1.25}.objective-card p{margin:0;color:#18433db8;font-size:.86rem;line-height:1.35}.objective-card p b,.character-bubble b{color:var(--accent)}.objective-card small{color:#18433d94;font-size:.74rem;line-height:1.3}.checklist{display:grid;gap:1px;padding:6px}.task-row{display:grid;grid-template-columns:18px minmax(38px,auto) 1fr;align-items:center;gap:8px;min-height:34px;padding:0 8px;border-radius:6px}.task-row svg{color:#18433d9e}.task-row.complete{background:#3e9b6a21}.task-row.complete svg{color:var(--leaf)}.task-row.current{background:#fff2a161;outline:2px solid rgba(243,179,95,.38)}.task-row strong{color:var(--ink);font-size:.88rem}.locale-switcher,.utility-controls{display:flex;justify-content:flex-end;gap:6px}.locale-button,.utility-button,.map-close{border:2px solid rgba(24,67,61,.16);background:#ffffffc7;color:#18433dc2;cursor:pointer;font-weight:800;touch-action:manipulation}.locale-button{min-height:34px;border-radius:8px;font-size:.78rem;padding:0 10px}.locale-button.active{background:#2f7b6824;border-color:#2f7b686b;color:var(--ink)}.utility-button{display:inline-flex;align-items:center;gap:6px;min-height:34px;border-radius:999px;font-size:.76rem;padding:0 10px}.utility-button:disabled{opacity:.56}.route-radar{position:relative;width:112px;height:112px;flex:0 0 auto;overflow:hidden;border:2px solid rgba(47,123,104,.3);border-radius:999px;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.92) 0 24%,transparent 25%),radial-gradient(circle at 50% 50%,rgba(47,123,104,.08) 0 45%,transparent 46%),linear-gradient(145deg,#dff5ffeb,#fffadbe6);box-shadow:0 10px 24px #18433d1f,inset 0 0 0 8px #ffffff75;color:var(--ink);cursor:pointer;touch-action:manipulation}.route-radar:before{position:absolute;top:14px;right:14px;bottom:14px;left:14px;border:1px dashed rgba(47,123,104,.24);border-radius:999px;content:""}.route-radar-label{position:absolute;top:10px;left:50%;display:inline-flex;align-items:center;gap:4px;transform:translate(-50%);color:#18433db8;font-size:.68rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.route-path,.route-path-progress{position:absolute;left:15%;top:58%;height:4px;border-radius:999px;transform:rotate(-18deg);transform-origin:left center}.route-path{width:72%;background:#2f7b682e}.route-path-progress{width:var(--route-progress);max-width:72%;background:linear-gradient(90deg,var(--gold),var(--accent))}.map-marker{position:absolute;width:15px;height:15px;border:3px solid #ffffff;border-radius:999px;box-shadow:0 2px 8px #18433d38}.map-marker-ship{left:var(--ship-x);top:var(--ship-y);background:var(--sky);transform:translate(-50%,-50%)}.map-marker-target{left:83%;top:30%;background:var(--gold);transform:translate(-50%,-50%)}.wind-vane{display:grid;place-items:center;gap:3px;width:112px;min-height:112px;border:2px solid rgba(87,155,193,.26);border-radius:8px;background:#ffffffd6;box-shadow:0 8px 22px #18433d14;color:var(--ink);padding:7px}.wind-vane-label{display:inline-flex;align-items:center;gap:4px;color:#18433dad;font-size:.68rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.wind-vane-dial{position:relative;width:44px;height:44px;border:2px solid rgba(87,155,193,.3);border-radius:999px;background:conic-gradient(from 0deg,rgba(87,155,193,.28) var(--wind-strength),rgba(87,155,193,.08) 0),#dff5ffb8}.wind-vane-arrow{position:absolute;top:6px;left:50%;width:6px;height:22px;border-radius:999px;background:var(--sky);transform:translate(-50%) rotate(var(--wind-angle));transform-origin:50% 16px}.wind-vane-arrow:before{position:absolute;top:-5px;left:50%;width:0;height:0;border-right:6px solid transparent;border-bottom:8px solid var(--sky);border-left:6px solid transparent;content:"";transform:translate(-50%)}.wind-vane strong{color:var(--ink);font-size:.8rem;line-height:1.1;text-align:center}.status-strip{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.status-pill{display:grid;gap:2px;min-height:46px;min-width:84px;padding:7px 10px}.status-pill strong{color:var(--ink);font-size:.98rem;text-transform:capitalize}.warm-lane{border-color:#f3b35fa6}.speed-pill{border-color:#579bc17a}.control-hint{display:flex;align-items:center;min-height:42px;padding:0 14px;color:#18433dc7;font-weight:700}.character-bubble{position:absolute;--bubble-x: 43vw;--bubble-tail-x: 50%;left:clamp(180px,var(--bubble-x),calc(100vw - 180px));top:clamp(320px,53vh,calc(100vh - 190px));translate:-50% 0;display:flex;align-items:flex-start;gap:8px;max-width:min(340px,calc(100vw - 32px));padding:9px 12px;border:2px solid rgba(24,67,61,.16);border-radius:8px;background:#ffffffe6;box-shadow:0 10px 24px #18433d1f;color:#18433dc7;font-size:.84rem;line-height:1.35;pointer-events:none;animation:bubble-pop .22s ease-out both}.character-bubble:after{position:absolute;bottom:-8px;left:var(--bubble-tail-x);width:14px;height:14px;border-right:2px solid rgba(24,67,61,.16);border-bottom:2px solid rgba(24,67,61,.16);background:#ffffffe6;content:"";transform:translate(-50%) rotate(45deg)}.character-bubble span{display:grid;gap:2px}.character-bubble svg{flex:0 0 auto;color:var(--accent);margin-top:1px}.speaker-bear{--bubble-x: 30vw}.speaker-caterpillar{--bubble-x: 58vw}.speaker-doctor{--bubble-x: 43vw}.thumb-controls{position:absolute;right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));left:max(14px,env(safe-area-inset-left));display:flex;align-items:flex-end;justify-content:space-between;gap:18px;pointer-events:none}.thumb-zone{display:flex;align-items:flex-end;flex-wrap:wrap-reverse;gap:10px;max-width:min(480px,48vw);min-width:min(230px,42vw);pointer-events:none}.thumb-zone-left{justify-content:flex-start}.thumb-zone-right{justify-content:flex-end}.touch-button{pointer-events:auto;display:inline-flex;align-items:center;gap:10px;min-width:178px;min-height:68px;border:2px solid rgba(24,67,61,.16);border-radius:14px;background:#ffffffe6;color:var(--ink);box-shadow:0 8px 18px #18433d1f,inset 0 -2px #18433d14;cursor:pointer;padding:10px 12px;text-align:left;touch-action:manipulation}.touch-button.pressed{transform:translateY(1px);box-shadow:0 5px 12px #18433d24,inset 0 3px #18433d14}.touch-icon{flex:0 0 auto;color:var(--accent)}.touch-copy{display:grid;gap:3px;min-width:0}.touch-copy span{color:#18433d9e;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.touch-copy strong{color:var(--ink);font-size:.95rem;line-height:1.1}.touch-button:active:not(:disabled),.route-radar:active,.utility-button:active:not(:disabled),.locale-button:active{transform:translateY(1px)}.touch-button:disabled{color:#18433d8c}.altitude-button{background:#dff5fff0;border-color:#579bc161}.altitude-button .touch-icon{color:var(--sky)}.sail-button{min-width:144px;background:#ffffffe0;border-color:#2f7b683d}.sail-button.pressed{border-color:#2f7b6894;background:#e0f4e9f0}.propeller-button{position:relative;overflow:hidden;background:linear-gradient(#fff2a1eb,#fff2a1eb) padding-box,conic-gradient(var(--gold) var(--propeller-stamina),rgba(24,67,61,.13) 0) border-box;border-color:transparent}.propeller-button .touch-icon{color:#c47c27}.propeller-button.pressed .touch-icon{animation:propeller-spin .52s linear infinite}.propeller-button:disabled{background:linear-gradient(#ffffffbf,#ffffffbf) padding-box,conic-gradient(rgba(24,67,61,.14) var(--propeller-stamina),rgba(24,67,61,.08) 0) border-box}.primary-action{background:#fff2a1f0;border-color:#f3b35f8f}.primary-action .touch-icon{color:#c47c27}.hud-stage-flight .objective-card{position:relative;width:min(450px,40vw);max-width:min(450px,40vw);gap:3px;min-height:124px;padding:25px 38px 31px 132px;border:0;border-radius:0;background:var(--asset-objective-tag) center / 100% 100% no-repeat;clip-path:none;filter:drop-shadow(0 14px 18px rgba(24,67,61,.16));box-shadow:none}.hud-stage-flight .objective-card:before{display:none}.hud-stage-flight .objective-card:after{display:none}.hud-stage-flight .objective-card{grid-template-columns:1fr;align-items:center}.hud-stage-flight .objective-card span{grid-column:1;color:#4e371eb3;font-size:.68rem;letter-spacing:.03em}.hud-stage-flight .objective-card strong{display:-webkit-box;grid-column:1;overflow:hidden;color:#3d2c16;font-size:1.02rem;line-height:1.15;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hud-stage-flight .objective-card p,.hud-stage-flight .objective-card small,.hud-stage-flight .character-bubble{display:none}.hud-tools{padding:5px;border:2px solid rgba(24,67,61,.1);border-radius:999px;background:linear-gradient(180deg,#ffffffd1,#f5fbf5ad),#ffffffa8;box-shadow:0 8px 22px #18433d1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.locale-button,.utility-button,.map-close{box-shadow:inset 0 -2px #18433d0f,0 2px 8px #18433d0f}.locale-button{border-radius:999px}.locale-button.active{background:linear-gradient(180deg,#ecf8f2f5,#cde5dae6),#2f7b6824;border-color:#2f7b6875}.flight-instruments{align-items:center;gap:8px;padding:7px;border:2px solid rgba(166,101,45,.24);border-radius:32px 20px 20px 32px;background:linear-gradient(135deg,#fffdf1f0,#e7f1dbc7),#ffffffb8;box-shadow:var(--soft-shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.route-radar{width:118px;height:118px;border-width:3px;border-color:#a6652d57;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.94) 0 22%,transparent 23%),radial-gradient(circle at 50% 50%,rgba(47,123,104,.1) 0 43%,transparent 44%),conic-gradient(from -24deg,#f3b35f2e,#579bc11f,#f3b35f2e),linear-gradient(145deg,#e5f6ffeb,#fff8e1f0);box-shadow:0 13px 28px #18433d26,inset 0 0 0 8px #ffffff85,inset 0 0 0 13px #a6652d14}.route-radar:after{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:2px solid rgba(255,255,255,.62);border-radius:999px;content:"";pointer-events:none}.route-radar-label,.route-path,.route-path-progress,.map-marker{z-index:1}.route-radar-label{color:#254f48c7;font-size:.66rem}.route-radar-label .hud-symbol,.wind-vane-label .hud-symbol{margin-right:3px;color:#254f48d6;transform:translateY(1px)}.route-path,.route-path-progress{height:5px;box-shadow:0 1px #ffffff94}.route-path{background:#2f7b6833}.route-path-progress{background:linear-gradient(90deg,#e3a344,var(--accent))}.map-marker{width:17px;height:17px;border-width:4px}.wind-vane{width:118px;min-height:118px;gap:5px;border-color:#a6652d42;border-radius:24px;background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.92) 0 32%,transparent 33%),linear-gradient(180deg,#fffdf1f0,#dff5ffe0);box-shadow:0 10px 24px #18433d1c,inset 0 0 0 5px #ffffff6b;padding:8px}.wind-vane-label{color:#254f48c2;font-size:.66rem}.wind-vane-dial{width:50px;height:50px;border-color:#579bc161;background:conic-gradient(from 0deg,rgba(87,155,193,.46) var(--wind-strength),rgba(87,155,193,.1) 0),radial-gradient(circle,#ffffffeb 0,#ffffffeb 33%,#dff5ffd1 34%);box-shadow:inset 0 0 0 4px #fff6}.wind-vane-arrow{top:7px;height:25px;background:#4d98bf;transform-origin:50% 18px}.wind-vane-arrow:before{border-bottom-color:#4d98bf}.wind-vane strong{color:var(--ink-soft);font-size:.76rem}.flight-instruments .status-strip{display:grid;grid-template-columns:repeat(3,minmax(74px,auto));gap:7px;max-width:286px}.hud-stage-flight .stage-pill,.hud-stage-flight .time-pill{display:none}.status-pill{border-color:#a6652d2e;border-radius:16px;background:linear-gradient(180deg,#fffdf1eb,#fff8e1d1),var(--paper);box-shadow:0 5px 14px #18433d14,inset 0 -2px #a6652d1a}.flight-instruments .status-pill{min-width:74px;min-height:42px;padding:6px 9px}.status-pill span{color:#254f4894;font-size:.58rem}.status-pill strong{color:#163d38;font-size:.92rem}.route-pill{border-color:#2f7b6842}.warm-lane{border-color:#f3b35f94}.speed-pill{border-color:#579bc16b}.control-hint{min-height:30px;justify-self:end;border-radius:999px;background:#fffdf1b8;color:#18433d94;font-size:.72rem;font-weight:800}.hud-stage-flight .control-hint{display:none}.character-bubble{border-color:#a6652d42;border-radius:18px;background:linear-gradient(180deg,#fffdf1f5,#fff8e1eb),var(--paper);box-shadow:0 14px 28px #18433d26,inset 0 0 0 2px #ffffff7a}.character-bubble:after{border-right-color:#a6652d42;border-bottom-color:#a6652d42;background:#fff8e1f0}.character-bubble svg{color:var(--accent)}.flight-console{gap:14px}.flight-console .thumb-zone{position:relative;max-width:min(500px,48vw);padding:9px;border:2px solid rgba(166,101,45,.22);border-radius:28px;background:linear-gradient(135deg,#fffdf1d6,#e7f1dbb8),#ffffff94;box-shadow:0 15px 34px #18433d24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.flight-console .touch-button{min-width:132px;min-height:60px;gap:9px;border-color:#a6652d38;border-radius:20px;background:linear-gradient(180deg,#fffdf1f5,#f1e6c5db),#ffffffdb;box-shadow:0 8px 16px #18433d1f,inset 0 -3px #8f5a2d1f,inset 0 2px #fff9;padding:10px 12px}.flight-console .touch-button.pressed{border-color:#2f7b686b;transform:translateY(2px) scale(.99)}.flight-console .touch-icon{width:30px;height:30px}.flight-console .touch-copy span{color:#254f488f;font-size:.58rem}.flight-console .touch-copy strong{font-size:.86rem}.sail-button{min-width:128px;background:linear-gradient(180deg,#fffdf1f5,#e7f1dbeb),var(--cloth)}.sail-button .touch-icon{color:var(--accent)}.sail-button.pressed{background:linear-gradient(180deg,#e0f4e9fa,#b5dcc7e0),var(--cloth)}.altitude-button{min-width:128px;background:linear-gradient(180deg,#eaf9fff5,#c2e4f6e0),#dff5fff0;border-color:#579bc15c}.altitude-button .touch-icon{color:#4d98bf}.propeller-button{min-width:188px;padding-bottom:19px;border-width:3px;background:linear-gradient(180deg,#fff2a1fa,#efb95ff0) padding-box,conic-gradient(var(--brass) var(--propeller-stamina),rgba(24,67,61,.14) 0) border-box;box-shadow:0 12px 24px #8f5a2d2e,inset 0 -4px #a6652d33,inset 0 2px #ffffff85}.propeller-button:after{position:absolute;bottom:8px;left:14px;width:var(--propeller-stamina);max-width:calc(100% - 28px);height:5px;border-radius:999px;background:linear-gradient(90deg,var(--brass-dark),#ffe07a);box-shadow:0 1px #ffffff8c;content:""}.propeller-button .touch-copy,.propeller-button .touch-icon{position:relative;z-index:1}.propeller-button .touch-icon{color:#9f6029}.propeller-button:disabled:after{opacity:.48}.primary-action{background:linear-gradient(180deg,#fff2a1f5,#efb95fe6),#fff2a1f0;border-color:#a6652d61}.map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:radial-gradient(circle at 50% 42%,rgba(255,242,161,.08),transparent 38%),#1b3a3742;-webkit-backdrop-filter:blur(5px) saturate(.86);backdrop-filter:blur(5px) saturate(.86);pointer-events:auto}.map-panel{position:relative;width:min(520px,calc(100vw - 28px));padding:22px 24px 20px;overflow:hidden;border:5px solid rgba(118,72,28,.54);border-radius:24px 12px;background-image:radial-gradient(circle at 12% 10%,rgba(255,247,194,.4),transparent 24%),linear-gradient(180deg,#fff8ddf0,#e7cfa0e0),var(--texture-paper);background-size:auto,auto,220px 220px;background-blend-mode:screen,multiply,normal;box-shadow:0 24px 56px #1c343047,inset 0 0 0 3px #fff6cb7a,inset 0 0 0 8px #5f3a1814}.map-panel:before{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px dashed rgba(118,72,28,.34);border-radius:18px 8px;content:"";pointer-events:none}.map-panel:after{position:absolute;top:9px;right:9px;bottom:9px;left:9px;background:radial-gradient(circle at 9px 9px,rgba(211,140,47,.95) 0 3px,rgba(81,48,19,.62) 3.5px 5px,transparent 5.5px),radial-gradient(circle at calc(100% - 9px) 9px,rgba(211,140,47,.95) 0 3px,rgba(81,48,19,.62) 3.5px 5px,transparent 5.5px),radial-gradient(circle at 9px calc(100% - 9px),rgba(211,140,47,.95) 0 3px,rgba(81,48,19,.62) 3.5px 5px,transparent 5.5px),radial-gradient(circle at calc(100% - 9px) calc(100% - 9px),rgba(211,140,47,.95) 0 3px,rgba(81,48,19,.62) 3.5px 5px,transparent 5.5px);content:"";pointer-events:none}.map-panel-header{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.map-panel-header div{display:grid;gap:3px}.map-panel-header strong{color:#3d2c16;font-size:1.28rem;line-height:1.05;text-shadow:0 1px 0 rgba(255,246,202,.72)}.map-close{display:grid;place-items:center;width:42px;height:42px;padding:0;border:3px solid rgba(116,69,25,.42);border-radius:999px;background-image:radial-gradient(circle at 34% 25%,rgba(255,246,179,.7),transparent 28%),linear-gradient(180deg,#fff6d9e0,#d6b37dc2),var(--texture-brass);background-size:auto,auto,130px 130px;background-blend-mode:screen,screen,normal;color:#4f3821;box-shadow:inset 0 2px #ffffff61,inset 0 -3px #4a2c1329,0 6px 12px #311e0d29}.map-close:active{transform:translateY(2px) scale(.98)}.large-route-map{position:relative;height:230px;overflow:hidden;border:4px solid rgba(194,143,53,.68);border-radius:18px 8px;background:radial-gradient(ellipse at 22% 68%,rgba(77,128,112,.16),transparent 18%),radial-gradient(ellipse at 76% 34%,rgba(177,139,72,.18),transparent 20%),linear-gradient(rgba(47,123,104,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(47,123,104,.12) 1px,transparent 1px),linear-gradient(145deg,#d8f1f2db,#fff5c7f0),var(--texture-paper);background-size:auto,auto,34px 34px,34px 34px,auto,180px 180px;box-shadow:inset 0 0 0 3px #fff9db94,inset 0 0 28px #55361914,0 8px 16px #311e0d1f}.large-route-map:before{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 32% 55%,rgba(38,105,93,.12) 0 8%,transparent 9%),radial-gradient(ellipse at 64% 38%,rgba(118,93,48,.12) 0 10%,transparent 11%),radial-gradient(ellipse at 82% 26%,rgba(38,105,93,.1) 0 7%,transparent 8%);content:"";pointer-events:none}.large-route-path,.large-route-path-progress{position:absolute;z-index:1;left:12%;top:62%;height:10px;border-radius:999px;transform:rotate(-16deg);transform-origin:left center}.large-route-path{width:78%;background:#55756438;box-shadow:0 0 0 3px #fff5b629}.large-route-path-progress{width:var(--route-progress);max-width:78%;background:repeating-linear-gradient(90deg,rgba(255,251,210,.6) 0 12px,transparent 12px 21px),linear-gradient(90deg,#ffd96d,#f3a74e);box-shadow:0 0 12px #ffd86685,0 0 0 2px #9c63231f}.large-map-marker{position:absolute;z-index:2;display:grid;place-items:center;width:42px;height:42px;border:4px solid rgba(255,247,211,.95);border-radius:999px;box-shadow:0 8px 18px #311e0d33,inset 0 2px #ffffff52}.large-map-marker .hud-symbol{color:#fff;filter:drop-shadow(0 1px 1px rgba(24,67,61,.22))}.large-map-marker.ship{left:var(--ship-x);top:var(--ship-y);background:var(--sky);color:#fff;transform:translate(-50%,-50%)}.large-map-marker.target{left:86%;top:25%;background:var(--gold);color:#fff;transform:translate(-50%,-50%)}.large-route-label{position:absolute;z-index:2;max-width:38%;color:#18433dad;font-size:.78rem;font-weight:900;line-height:1.1;text-shadow:0 1px 0 rgba(255,247,204,.82)}.large-route-label.start{left:7%;bottom:20%}.large-route-label.target{top:14%;right:7%}.map-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:8px;margin-top:12px}.map-stats div{display:grid;gap:3px;min-height:54px;padding:9px 10px;border:3px solid rgba(118,72,28,.2);border-radius:14px 7px;background-image:linear-gradient(180deg,#fffae8db,#ead6afa8),var(--texture-paper);background-size:auto,120px 120px;box-shadow:inset 0 1px #ffffff57,0 4px 10px #442a1414}.map-stats strong{color:#2f4c43;font-size:.88rem;line-height:1.15}.map-note{position:relative;z-index:1;margin:12px 4px 0;color:#34483ac7;font-size:.86rem;line-height:1.4}@keyframes bubble-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes propeller-spin{to{rotate:360deg}}@media (prefers-reduced-motion: reduce){.character-bubble{animation:none}}@media (max-width: 900px){.status-strip{display:grid;grid-template-columns:repeat(2,minmax(88px,1fr));gap:8px}.control-hint{display:none}}@media (max-width: 720px){.hud{gap:8px;padding:max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left))}.hud-left{width:min(68vw,330px)}.hud-right{max-width:32vw}.hud-tools{flex-direction:column;align-items:flex-end;gap:6px}.locale-switcher{gap:4px}.locale-button{min-height:32px;padding:0 7px;font-size:.7rem}.utility-button{width:34px;min-height:34px;justify-content:center;padding:0}.utility-button span{display:none}.route-cluster{display:block}.route-radar{width:76px;height:76px}.wind-vane{width:76px;min-height:76px;margin-top:6px;padding:5px}.wind-vane-label{font-size:0}.wind-vane-label svg{width:14px;height:14px}.wind-vane-dial{width:32px;height:32px}.wind-vane-arrow{top:5px;height:16px;transform-origin:50% 11px}.wind-vane strong{font-size:.62rem}.route-radar-label{top:7px;font-size:0}.route-radar-label svg{width:14px;height:14px}.status-strip{display:none}.objective-card{gap:3px;padding:8px 10px}.objective-card strong{font-size:.94rem}.objective-card p{font-size:.78rem}.objective-card small{display:none}.checklist{align-items:center;display:flex;gap:8px;justify-content:center;justify-self:start;min-height:34px;padding:8px 10px;width:auto}.task-row{display:block;width:14px;height:14px;min-height:14px;padding:0;border:2px solid rgba(24,67,61,.16);border-radius:999px}.task-row svg,.task-row span,.task-row strong{display:none}.task-row.complete{background:#3e9b6adb;border-color:#3e9b6ab8}.task-row.current{background:#fff2a1eb;border-color:#f3b35fd1;outline:3px solid rgba(243,179,95,.22)}.character-bubble{top:clamp(330px,55vh,calc(100vh - 154px));left:clamp(150px,var(--bubble-x),calc(100vw - 150px));max-width:min(300px,calc(100vw - 24px));padding:8px 10px;font-size:.78rem}.thumb-controls{right:max(10px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom));left:max(10px,env(safe-area-inset-left));gap:8px}.thumb-zone{gap:6px;min-width:min(44vw,210px)}.touch-button{min-width:min(43vw,168px);min-height:58px;gap:8px;padding:9px 10px}.touch-icon{width:26px;height:26px}.touch-copy span{font-size:.62rem}.touch-copy strong{font-size:.84rem}.map-panel{padding:12px}.large-route-map{height:200px}.map-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 430px){.hud-left{width:min(66vw,276px)}.objective-card p{display:none}.thumb-zone{min-width:0}.touch-button{min-width:min(45vw,164px)}}@media (max-width: 1100px){.flight-instruments{gap:6px;padding:6px}.route-radar,.wind-vane{width:102px;min-height:102px}.route-radar{height:102px}.flight-instruments .status-strip{grid-template-columns:repeat(3,minmax(66px,auto));max-width:236px}.flight-instruments .status-pill{min-width:66px;padding:6px 8px}.flight-console .touch-button{min-width:122px}.flight-console .propeller-button{min-width:170px}}@media (max-width: 900px){.flight-instruments .status-strip{display:none}.hud-stage-flight .objective-card{max-width:min(250px,50vw)}}@media (max-width: 720px){.hud-tools{padding:4px;border-radius:18px}.flight-instruments{display:grid;justify-items:end;border-radius:22px}.route-radar,.wind-vane{width:78px;min-height:78px}.route-radar{height:78px}.wind-vane{margin-top:4px;border-radius:18px}.wind-vane-dial{width:34px;height:34px}.wind-vane-arrow{top:5px;height:17px;transform-origin:50% 12px}.hud-stage-flight .objective-card{max-width:min(220px,62vw);padding:7px 11px}.flight-console{gap:8px}.flight-console .thumb-zone{gap:6px;max-width:46vw;min-width:0;padding:6px;border-radius:22px}.flight-console .touch-button{min-width:min(42vw,146px);min-height:54px;padding:8px 9px}.flight-console .propeller-button{min-width:min(43vw,154px);padding-bottom:17px}.flight-console .touch-icon{width:25px;height:25px}.flight-console .touch-copy span{font-size:.54rem}.flight-console .touch-copy strong{font-size:.78rem}}@media (max-width: 430px){.flight-instruments{background:#fffdf1ad}.hud-stage-flight .objective-card{max-width:62vw}.flight-console .thumb-zone{background:#fffdf194}.flight-console .touch-button{min-width:min(45vw,146px)}}.hud-stage-flight{--cockpit-wood: #7b4b27;--cockpit-wood-dark: #543117;--cockpit-wood-light: #a66a35;--cockpit-brass: #d29a3d;--cockpit-brass-dark: #8f5b22;--cockpit-paper: rgba(255, 244, 211, .96);--cockpit-blue: #4f9ec2;--cockpit-ink: #173f39}.hud-symbol{display:block;flex:0 0 auto}.hud-stage-flight .hud-left{width:auto;max-width:min(360px,36vw)}.hud-stage-flight .hud-right{gap:8px}.hud-stage-preflight .hud-left{width:min(430px,40vw);max-width:min(430px,40vw)}.hud-stage-preflight .objective-card{position:relative;width:min(430px,40vw);max-width:min(430px,40vw);min-height:122px;padding:25px 38px 30px 132px;border:0;border-radius:0;background:var(--asset-objective-tag) center / 100% 100% no-repeat;box-shadow:none;filter:drop-shadow(0 14px 18px rgba(24,67,61,.16))}.hud-stage-preflight .objective-card span{color:#4e371eb3;font-size:.68rem;letter-spacing:.03em}.hud-stage-preflight .objective-card strong{display:-webkit-box;overflow:hidden;color:#3d2c16;font-size:1.02rem;line-height:1.15;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hud-stage-preflight .objective-card p,.hud-stage-preflight .objective-card small{display:none}.hud-stage-preflight .checklist{position:relative;display:grid;grid-template-rows:repeat(4,minmax(0,1fr));gap:2px;width:min(342px,34vw);aspect-ratio:2 / 3;margin-top:-4px;padding:112px 48px 58px;border:0;border-radius:0;background:var(--asset-preflight-checklist) center / 100% 100% no-repeat;box-shadow:none;filter:drop-shadow(0 16px 22px rgba(31,19,9,.2))}.hud-stage-preflight .task-row{display:grid;width:auto;height:auto;min-height:0;grid-template-columns:38px 42px minmax(0,1fr);gap:5px;padding:0 10px;border:0;border-radius:15px;background:#fff7db14}.hud-stage-preflight .preflight-step-medallion{width:36px;height:36px;object-fit:contain;filter:drop-shadow(0 3px 4px rgba(58,34,15,.22));transform:scale(.92);transition:filter .16s ease,opacity .16s ease,transform .16s ease}.hud-stage-preflight .task-row span{color:#5b3b1b9e;font-size:.56rem}.hud-stage-preflight .task-row strong{overflow:hidden;color:#3d2c16;font-size:.78rem;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.hud-stage-preflight .task-row.complete{background:#52945f29}.hud-stage-preflight .task-row.complete .preflight-step-medallion{opacity:.84;filter:saturate(.9) brightness(.98) drop-shadow(0 2px 3px rgba(43,91,60,.2))}.hud-stage-preflight .task-row.current{background:linear-gradient(180deg,#ffeb9161,#e29b361f),#fff7db52;outline:2px solid rgba(216,151,57,.42);box-shadow:inset 0 1px #fffadbb8,0 3px 8px #5d35141f}.hud-stage-preflight .task-row.current .preflight-step-medallion{filter:saturate(1.12) brightness(1.04) drop-shadow(0 5px 6px rgba(93,53,20,.28));transform:scale(1.08)}.hud-stage-preflight .navigator-instrument{grid-template-columns:148px 136px;max-width:min(392px,38vw);min-height:166px;padding:19px 30px 26px 32px}.hud-stage-preflight .navigator-instrument .status-strip,.hud-stage-preflight .control-hint{display:none}.hud-stage-preflight .character-bubble{width:min(500px,42vw);max-width:min(500px,42vw);min-height:118px;padding:26px 44px 34px;border:0;border-radius:0;background:var(--asset-dialogue-bubble) center / 100% 100% no-repeat;box-shadow:none;filter:drop-shadow(0 16px 22px rgba(24,67,61,.16))}.hud-stage-preflight .character-bubble:after{display:none}.hud-stage-preflight .character-bubble svg{width:22px;height:22px;color:#2f7b68;filter:drop-shadow(0 1px 0 rgba(255,248,220,.72))}.hud-stage-preflight .character-bubble span{color:#392816bf;font-size:.88rem;line-height:1.25}.hud-stage-preflight .character-bubble b{color:#2f7b68}.hud-story-chrome .hud-left{width:auto;max-width:min(430px,40vw)}.hud-story-chrome .objective-card{position:relative;width:min(430px,40vw);max-width:min(430px,40vw);min-height:122px;padding:25px 38px 30px 132px;border:0;border-radius:0;background:var(--asset-objective-tag) center / 100% 100% no-repeat;box-shadow:none;filter:drop-shadow(0 14px 18px rgba(24,67,61,.16))}.hud-story-chrome .objective-card span{color:#4e371eb3;font-size:.68rem;letter-spacing:.03em}.hud-story-chrome .objective-card strong{display:-webkit-box;overflow:hidden;color:#3d2c16;font-size:1.02rem;line-height:1.15;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hud-story-chrome .objective-card p,.hud-story-chrome .objective-card small,.hud-story-chrome .control-hint{display:none}.hud-story-chrome .character-bubble{width:min(500px,42vw);max-width:min(500px,42vw);min-height:118px;padding:26px 44px 34px;border:0;border-radius:0;background:var(--asset-dialogue-bubble) center / 100% 100% no-repeat;box-shadow:none;filter:drop-shadow(0 16px 22px rgba(24,67,61,.16))}.hud-story-chrome .character-bubble:after{display:none}.hud-story-chrome .character-bubble span{color:#392816bf;font-size:.88rem;line-height:1.25}.hud-story-chrome .character-bubble b,.hud-story-chrome .character-bubble svg{color:#2f7b68}.current-action{position:relative;width:min(372px,31vw);min-width:0;min-height:112px;padding:28px 30px 28px 128px;border:0;border-radius:0;background:var(--asset-action-button) center / 100% 100% no-repeat;box-shadow:none;filter:drop-shadow(0 16px 18px rgba(31,19,9,.22));transition:filter .12s ease,transform .12s ease}.current-action:before{display:none}.current-action .touch-icon{position:absolute;top:50%;left:66px;z-index:1;width:86px;height:86px;object-fit:contain;filter:drop-shadow(0 7px 8px rgba(74,42,16,.32));transform:translate(-50%,-50%);transform-origin:50% 50%;transition:filter .13s ease,transform .13s cubic-bezier(.2,.8,.2,1)}.current-action .touch-copy{position:relative;z-index:1;gap:3px}.current-action .touch-copy span{color:#5236199e;font-size:.64rem}.current-action .touch-copy strong{display:-webkit-box;overflow:hidden;color:#3d2c16;font-size:1.02rem;line-height:1.1;-webkit-box-orient:vertical;-webkit-line-clamp:2}.current-action:active,.current-action.pressed{filter:drop-shadow(0 9px 10px rgba(31,19,9,.2)) saturate(1.08);transform:translateY(4px) scale(.985)}.current-action:focus-visible{border-radius:28px 18px;outline:3px solid rgba(47,123,104,.55);outline-offset:3px}.current-action:active .touch-image,.current-action.pressed .touch-image{filter:brightness(1.08) saturate(1.12) drop-shadow(0 3px 4px rgba(74,42,16,.24))}.hud-stage-preflight .action-burner:active .touch-image,.hud-stage-preflight .action-burner.pressed .touch-image{transform:translate(-50%,-50%) scale(.9)}.hud-stage-preflight .action-patch:active .touch-image,.hud-stage-preflight .action-patch.pressed .touch-image{transform:translate(-50%,-50%) rotate(-5deg) scale(.92)}.hud-stage-preflight .action-valve:active .touch-image,.hud-stage-preflight .action-valve.pressed .touch-image{transform:translate(-50%,-50%) rotate(22deg) scale(.94)}.hud-stage-preflight .action-compass:active .touch-image,.hud-stage-preflight .action-compass.pressed .touch-image{transform:translate(-50%,-50%) rotate(-10deg) scale(.94)}.action-beacon:active .touch-image,.action-beacon.pressed .touch-image{filter:brightness(1.16) saturate(1.14) drop-shadow(0 3px 8px rgba(255,196,70,.5));transform:translate(-50%,-50%) scale(.91)}.compact-flight-menu{position:relative;z-index:40;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.ship-menu-button{pointer-events:auto;display:grid;place-items:center;width:46px;height:46px;border:3px solid rgba(126,78,27,.5);border-radius:999px;background-image:radial-gradient(circle at 34% 25%,rgba(255,246,179,.7),transparent 28%),linear-gradient(180deg,#ffd66cb8,#aa601fa3),var(--texture-brass);background-size:auto,auto,170px 170px;background-blend-mode:screen,overlay,normal;box-shadow:0 8px 18px #301f0e2e,inset 0 2px #ffffff73,inset 0 -4px #62391238;color:#5c3718;cursor:pointer;touch-action:manipulation}.ship-menu-button:active{transform:translateY(1px)}.ship-menu-button .hud-symbol{color:#6b3d17;filter:drop-shadow(0 1px 0 rgba(255,238,160,.64)) drop-shadow(0 2px 2px rgba(76,42,13,.18))}.ship-menu-popover{position:absolute;top:54px;right:0;z-index:41;display:grid;gap:8px;min-width:238px;padding:10px;border:3px solid rgba(126,78,27,.34);border-radius:18px;background-image:linear-gradient(180deg,#fffae8e6,#eed9b3c2),var(--texture-paper);background-size:auto,190px 190px;background-blend-mode:screen,normal;box-shadow:0 14px 32px #18433d29}.ship-menu-popover .locale-switcher,.ship-menu-popover .utility-controls{justify-content:stretch}.ship-menu-popover .locale-button,.ship-menu-popover .utility-button{flex:1 1 auto;min-height:38px}.navigator-instrument{position:relative;display:grid;grid-template-columns:148px 136px minmax(126px,1fr);align-items:center;gap:0;max-width:min(600px,50vw);min-height:170px;padding:20px 32px 28px 34px;border:0;border-radius:0;background:var(--asset-navigator-backplate) center / 100% 100% no-repeat;filter:drop-shadow(0 18px 22px rgba(36,26,15,.22));box-shadow:none}.navigator-instrument:before{display:none}.navigator-instrument:after,.altitude-console:after,.propulsion-console:after{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px solid rgba(255,220,145,.2);border-radius:inherit;background:radial-gradient(circle at 11px 11px,rgba(244,195,86,.95) 0 3px,rgba(89,52,19,.6) 3.5px 5px,transparent 5.5px),radial-gradient(circle at calc(100% - 11px) 11px,rgba(244,195,86,.95) 0 3px,rgba(89,52,19,.6) 3.5px 5px,transparent 5.5px),radial-gradient(circle at 11px calc(100% - 11px),rgba(244,195,86,.95) 0 3px,rgba(89,52,19,.6) 3.5px 5px,transparent 5.5px),radial-gradient(circle at calc(100% - 11px) calc(100% - 11px),rgba(244,195,86,.95) 0 3px,rgba(89,52,19,.6) 3.5px 5px,transparent 5.5px);content:"";pointer-events:none}.navigator-instrument:after{display:none}.altitude-console:after,.propulsion-console:after{display:none}.navigator-instrument .route-radar{z-index:1;width:142px;height:142px;border:7px solid rgba(217,157,54,.9);background:var(--asset-route-map-dial) center / 116% 116% no-repeat;box-shadow:0 9px 18px #1f130947,inset 0 0 0 4px #fff4c0d1,inset 0 0 0 12px #7e4e1b21}.navigator-instrument .route-radar:before{display:none}.navigator-instrument .wind-vane{z-index:2;width:138px;min-height:138px;margin-left:-10px;border:0;border-radius:999px;background:var(--asset-wind-compass-dial) center / 118% 118% no-repeat;box-shadow:0 9px 18px #1f130947}.navigator-instrument .wind-vane-dial{width:54px;height:54px;background-image:radial-gradient(circle at 34% 24%,rgba(255,255,255,.5),transparent 30%),linear-gradient(180deg,#dff5ff9e,#4d98bf52),var(--texture-blue-enamel);background-size:auto,auto,100px 100px;background-blend-mode:screen,screen,normal}.navigator-instrument .wind-vane strong{min-width:70px;padding:3px 9px;border:2px solid rgba(97,58,24,.34);border-radius:999px;background:#215f6cd6;color:#dffbff;font-size:.72rem;box-shadow:inset 0 1px #ffffff47,0 2px 5px #1f130929;text-align:center}.navigator-status{display:grid;gap:5px;min-width:124px;margin-left:8px;padding:9px 11px;border:3px solid rgba(210,154,61,.66);border-radius:16px 8px;background-image:linear-gradient(180deg,#fff6dbd1,#e1c794ad),var(--texture-paper);background-size:auto,150px 150px;background-blend-mode:screen,normal;box-shadow:inset 0 2px #ffffff5c,inset 0 -3px #7e4e1b1a}.navigator-status span{color:#173f39a3;font-size:.6rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.navigator-status strong{display:-webkit-box;overflow:hidden;color:var(--cockpit-ink);font-size:.86rem;line-height:1.15;-webkit-box-orient:vertical;-webkit-line-clamp:2}.navigator-route-gauge{position:relative;display:block;height:8px;overflow:hidden;border:1px solid rgba(126,78,27,.22);border-radius:999px;background:#2f7b6829}.navigator-route-gauge span{display:block;width:var(--route-progress);height:100%;border-radius:inherit;background:linear-gradient(90deg,#f0b44f,#4f9e78)}.navigator-instrument .route-radar:after{position:absolute;top:8px;right:8px;bottom:8px;left:8px;display:block;border:2px solid rgba(255,241,176,.64);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.32),transparent 34%),radial-gradient(circle at 72% 22%,rgba(255,255,255,.38),transparent 10%);box-shadow:inset 0 0 0 4px #6840181f,inset 0 0 18px #fffad738;content:"";pointer-events:none}.navigator-instrument .route-radar-label,.navigator-instrument .wind-vane-label{z-index:5;min-height:22px;padding:2px 9px;border:2px solid rgba(98,60,25,.36);border-radius:9px 4px;background-image:linear-gradient(180deg,#fff8d2c7,#3a737dc7),var(--texture-blue-enamel);background-size:auto,120px 80px;color:#effdf4;font-size:.62rem;text-shadow:0 1px 1px rgba(35,29,16,.42);box-shadow:inset 0 1px #ffffff4d,inset 0 -2px #274c523d,0 3px 7px #1f13092e}.navigator-instrument .route-radar-label{top:8px}.navigator-instrument .wind-vane-label{position:absolute;top:6px;left:50%;transform:translate(-50%)}.navigator-instrument .route-radar-label .hud-symbol,.navigator-instrument .wind-vane-label .hud-symbol{color:#f4fbec;filter:drop-shadow(0 1px 1px rgba(35,29,16,.34))}.navigator-instrument .route-path,.navigator-instrument .route-path-progress{z-index:3;top:58%;left:17%;height:8px;border-radius:999px;transform:rotate(-18deg)}.navigator-instrument .route-path{width:70%;background:repeating-linear-gradient(90deg,rgba(255,244,182,.36) 0 8px,transparent 8px 15px),#335b4e47;box-shadow:0 0 0 3px #fffad429,0 0 14px #2356502e}.navigator-instrument .route-path-progress{width:min(var(--route-progress),70%);background:repeating-linear-gradient(90deg,rgba(255,255,222,.75) 0 10px,transparent 10px 18px),linear-gradient(90deg,#ffe27a,#f7ad43);box-shadow:0 0 12px #ffe070b3,0 0 0 2px #9553192e}.navigator-instrument .map-marker{z-index:4;width:20px;height:20px;border:4px solid rgba(255,251,232,.96);box-shadow:0 5px 10px #1f130938,inset 0 1px #ffffff59}.navigator-instrument .map-marker-target{box-shadow:0 0 0 5px #ffd37457,0 0 16px #ffcb5c9e,inset 0 1px #ffffff61}.navigator-instrument .wind-vane{position:relative;isolation:isolate}.navigator-instrument .wind-vane:after{position:absolute;top:10px;right:10px;bottom:10px;left:10px;z-index:1;border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.28),transparent 38%),radial-gradient(circle at 68% 26%,rgba(255,255,255,.34),transparent 12%);content:"";pointer-events:none}.navigator-instrument .wind-vane-dial{z-index:3;width:66px;height:66px;border:4px solid rgba(120,73,27,.28);box-shadow:0 5px 10px #1f130933,inset 0 0 0 4px #ffffff47,inset 0 -8px 14px #28698029}.navigator-instrument .wind-vane-arrow{top:8px;left:50%;width:8px;height:38px;border:1px solid rgba(82,42,20,.18);border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,#cf6a32 0,#cf6a32 42%,#7a4320 43%,#7a4320);box-shadow:0 2px 4px #1f130938,inset 0 1px #ffdfa061;transform-origin:50% 25px}.navigator-instrument .wind-vane-arrow:before{top:-9px;border-right-width:10px;border-bottom:13px solid #cf6a32;border-left-width:10px;filter:drop-shadow(0 2px 2px rgba(31,19,9,.2))}.navigator-instrument .wind-vane-arrow:after{position:absolute;right:50%;bottom:8px;width:24px;height:7px;border-radius:999px;background:#8d4f26;box-shadow:inset 0 1px #ffde984d;content:"";transform:translate(50%)}.navigator-instrument .wind-vane-dial:after{position:absolute;top:50%;left:50%;z-index:2;width:20px;height:20px;border:4px solid rgba(91,56,24,.4);border-radius:999px;background:radial-gradient(circle at 34% 25%,rgba(255,244,180,.62),transparent 34%),var(--texture-brass);background-size:auto,80px 80px;box-shadow:inset 0 2px #fff4b457,0 2px 5px #1f130938;content:"";transform:translate(-50%,-50%)}.navigator-instrument .wind-vane strong{position:absolute;right:16px;bottom:12px;z-index:4;min-width:76px;border-radius:12px 6px;background-image:linear-gradient(180deg,#337684f0,#1c5059f0),var(--texture-blue-enamel);background-size:auto,120px 80px}.hud-stage-flight .flight-console .thumb-zone{max-width:none;min-width:0;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.altitude-console,.propulsion-console{pointer-events:auto;border:0;box-shadow:none;filter:drop-shadow(0 18px 22px rgba(31,19,9,.25))}.console-plaque{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:3px 12px;border:2px solid rgba(126,78,27,.28);border-radius:8px;background-image:linear-gradient(180deg,#fff6dbdb,#dec18bb8),var(--texture-paper);background-size:auto,130px 130px;background-blend-mode:screen,normal;color:#4b2c14c7;font-size:.68rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;box-shadow:inset 0 1px #ffffff6b,0 2px 6px #1f13091f}.altitude-console{position:relative;display:block;width:184px;aspect-ratio:2 / 3;padding:0;border-radius:0;background:var(--asset-altitude-console) center / 100% 100% no-repeat}.altitude-console:before{display:none}.altitude-console .console-plaque{position:absolute;bottom:8px;left:50%;min-height:18px;padding:2px 10px;border-color:#56301252;border-radius:7px;background:#ebb85057;color:#43270fb8;font-size:.58rem;transform:translate(-50%)}.valve-button{position:absolute;left:18%;z-index:2;display:grid;place-items:center;gap:2px;width:26%;height:25%;overflow:hidden;border:3px solid rgba(126,78,27,.42);border-radius:16px 10px;background-image:radial-gradient(circle at 34% 18%,rgba(255,255,232,.5),transparent 32%),linear-gradient(180deg,#fff9dcf5,#dfc491bd),var(--texture-paper);background-size:auto,auto,140px 140px;background-blend-mode:screen,screen,normal;color:#453019;cursor:pointer;font-weight:900;touch-action:manipulation;box-shadow:inset 0 0 0 2px #fff8d138,inset 0 2px #ffffff9e,inset 0 -6px #7e4e1b29,0 6px 12px #1f13092e;transition:filter .12s ease,transform .12s ease,box-shadow .12s ease}.valve-button:before{position:absolute;inset:5px 7px auto;height:9px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,240,.42),transparent);content:"";pointer-events:none}.valve-button>*{position:relative;z-index:1}.valve-button svg{width:31px;height:31px;color:var(--cockpit-blue)}.valve-button span{color:#46311a;font-size:.62rem;line-height:1;text-shadow:0 1px 0 rgba(255,248,214,.72)}.valve-button:active{filter:saturate(1.08);box-shadow:inset 0 4px 8px #5235163d,inset 0 -2px #ffffff38,0 2px 5px #1f13091f;transform:translateY(3px) scale(.985)}.valve-up{top:19%}.valve-down{top:54%}.valve-body{position:absolute;top:22%;left:48%;z-index:1;width:36%;height:56%;overflow:visible;border:4px solid rgba(93,57,24,.45);border-radius:34px;background:radial-gradient(circle at 50% 14%,rgba(255,247,179,.34),transparent 16%),linear-gradient(90deg,rgba(44,88,83,.3),transparent 16% 84%,rgba(44,88,83,.28)),linear-gradient(180deg,#1f6777c2,#71ceddb8);box-shadow:inset 0 0 0 3px #fff6c329,inset 0 12px 18px #ffffff29,inset 0 -18px 22px #1b454f47,0 8px 15px #1f130933}.valve-body:before{position:absolute;top:-14px;bottom:-14px;left:50%;z-index:-1;width:14px;border:3px solid rgba(82,51,23,.3);border-radius:999px;background-image:linear-gradient(180deg,#f4c556c2,#7b481cbd),var(--texture-brass);background-size:auto,100px 100px;box-shadow:inset 0 2px #fff5b747,inset 0 -2px #43270f3d;content:"";transform:translate(-50%)}.valve-body:after{position:absolute;top:12px;right:13px;bottom:12px;left:13px;border-radius:inherit;background:linear-gradient(90deg,rgba(255,255,255,.28),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.18),transparent 42%);content:"";pointer-events:none}.valve-fill{position:absolute;right:10px;bottom:10px;left:10px;height:var(--altitude-level);max-height:calc(100% - 20px);border-radius:999px;background:linear-gradient(180deg,#a9edffd1,#328ba9b8),var(--texture-blue-enamel);background-size:auto,100px 100px;box-shadow:inset 0 2px #ffffff47,0 0 14px #63cce238}.valve-handle{position:absolute;bottom:calc(var(--altitude-level) - 47px);left:50%;z-index:3;width:78px;height:94px;padding:0;border:0;background:transparent;cursor:grab;filter:drop-shadow(0 8px 8px rgba(31,19,9,.3));transform:translate(-50%);touch-action:none;transition:bottom .12s ease,filter .12s ease,transform .12s ease}.valve-handle img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.valve-handle:active{cursor:grabbing;filter:brightness(1.06) saturate(1.08) drop-shadow(0 4px 5px rgba(31,19,9,.24));transform:translate(-50%) scale(.96)}.valve-handle:focus-visible{border-radius:24px;outline:3px solid rgba(255,244,184,.9);outline-offset:2px}.altitude-console:has(.valve-up:active) .valve-handle{bottom:min(calc(var(--altitude-level) - 35px),calc(100% - 72px));filter:saturate(1.1);transform:translate(-50%) scale(.96)}.altitude-console:has(.valve-down:active) .valve-handle{bottom:max(calc(var(--altitude-level) - 59px),-24px);filter:saturate(1.1);transform:translate(-50%) scale(.96)}.propulsion-console{position:relative;display:block;width:min(700px,54vw);aspect-ratio:2.82 / 1;padding:0;border-radius:0;background:var(--asset-propulsion-console) center / 100% 100% no-repeat}.propulsion-console:before{display:none}.propulsion-title{display:none}.pedal-propeller{position:absolute;top:15%;left:47%;isolation:isolate;display:grid;grid-template-columns:auto 1fr;align-content:center;align-items:center;gap:9px;width:30%;height:31%;min-height:0;padding:10px 56px 20px 12px;overflow:hidden;border:0;border-radius:20px;background-image:radial-gradient(circle at 18% 18%,rgba(255,240,146,.42),transparent 36%),linear-gradient(180deg,#ffefb1d1,#da9a3e8f),var(--texture-brass);background-size:auto,auto,180px 180px;background-blend-mode:screen,overlay,normal;color:#4c2c13;cursor:pointer;text-align:left;touch-action:manipulation;box-shadow:inset 0 0 0 2px #70411629,inset 0 2px #ffffff57,inset 0 -5px #62391229,0 4px 9px #1f130924;transition:filter .12s ease,transform .12s ease,box-shadow .12s ease}.pedal-propeller:before{position:absolute;top:50%;right:10px;z-index:0;width:42px;height:42px;border:4px solid rgba(83,51,22,.3);border-radius:999px;background-image:radial-gradient(circle at 34% 24%,rgba(255,247,185,.6),transparent 30%),conic-gradient(from 0deg,#74451961,#ffcf5d85,#74451961,#ffcf5d85,#74451961),var(--texture-brass);background-size:auto,auto,110px 110px;box-shadow:inset 0 2px #fff6c257,inset 0 -4px #492b122e,0 2px 5px #311e0d33;content:"";transform:translateY(-50%);transition:transform .12s ease}.pedal-propeller>*{position:relative;z-index:1}.pedal-propeller:disabled{filter:saturate(.65);opacity:.72}.pedal-propeller.pressed{filter:saturate(1.08);box-shadow:inset 0 5px 10px #6239124d,inset 0 -2px #fff3,0 2px 4px #1f13091f;transform:translateY(3px) scale(.99)}.pedal-propeller.pressed:before{transform:translateY(-50%) rotate(34deg) scale(.94)}.pedal-hardware{display:block;width:76px;height:52px;object-fit:contain;filter:drop-shadow(0 5px 6px rgba(57,34,14,.28));transform-origin:50% 78%;transition:filter .12s ease,transform .12s ease}.pedal-propeller.pressed .pedal-hardware{filter:brightness(1.06) saturate(1.1) drop-shadow(0 2px 3px rgba(57,34,14,.22));transform:translateY(5px) scaleY(.92) rotate(1deg)}.pedal-copy{display:grid;gap:3px;min-width:0}.pedal-copy span{color:#4c2c13a6;font-size:.54rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.pedal-copy strong{overflow:hidden;color:#3f250f;font-size:.78rem;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.stamina-meter{position:absolute;right:56px;bottom:9px;left:15px;height:18px;overflow:hidden;border:3px solid rgba(68,39,16,.62);border-radius:999px;background:linear-gradient(180deg,rgba(255,250,218,.28),transparent),linear-gradient(180deg,#231910b8,#59371799);box-shadow:inset 0 2px 4px #0000002e,0 1px #fff8d66b}.stamina-meter:after{position:absolute;top:3px;right:5px;bottom:3px;left:5px;z-index:2;border-radius:inherit;background:repeating-linear-gradient(90deg,transparent 0 18px,rgba(54,39,22,.44) 18px 21px),linear-gradient(180deg,rgba(255,255,255,.34),transparent 45%);content:"";pointer-events:none}.stamina-meter span{display:block;width:var(--propeller-stamina);height:100%;border-radius:inherit;background:repeating-linear-gradient(90deg,rgba(30,28,20,.34) 0 3px,transparent 3px 21px),linear-gradient(180deg,#dbff9be0,#43b437e6 52%,#2d7022eb);box-shadow:inset 0 2px #ffffff6b,inset 0 -2px #1742144d}.sail-trim-console{position:relative;position:absolute;right:8%;bottom:18%;left:31%;display:grid;grid-template-columns:minmax(92px,auto) 1fr minmax(92px,auto);grid-template-rows:auto 1fr;align-items:center;gap:9px;height:35%;min-height:0;padding:11px 18px 10px;border:0;border-radius:24px;background:transparent}.sail-trim-console .console-plaque{grid-column:1 / -1;justify-self:center}.rope-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:94px;min-height:44px;padding:6px 10px;overflow:hidden;border:3px solid rgba(122,76,30,.58);border-radius:18px 10px;background-image:radial-gradient(circle at 28% 18%,rgba(255,255,210,.52),transparent 32%),linear-gradient(180deg,#ecf6def0,#8db279d1),var(--texture-paper);background-size:auto,auto,130px 130px;background-blend-mode:screen,screen,normal;color:var(--cockpit-ink);cursor:pointer;font-weight:900;touch-action:manipulation;box-shadow:inset 0 0 0 2px #fff9d129,inset 0 2px #ffffff61,inset 0 -5px #2f7b681f,0 5px 12px #1f130924;transition:filter .12s ease,transform .12s ease,box-shadow .12s ease}.rope-button:before{position:absolute;inset:5px 6px auto;height:10px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,230,.36),transparent);content:"";pointer-events:none}.rope-button>*{position:relative;z-index:1}.rope-left{background-image:radial-gradient(circle at 28% 18%,rgba(255,255,210,.52),transparent 32%),linear-gradient(180deg,#e2f8d5f5,#5c9969d6),var(--texture-paper);color:#174f43}.rope-right{background-image:radial-gradient(circle at 28% 18%,rgba(255,238,185,.5),transparent 32%),linear-gradient(180deg,#ffebc6f0,#a74b36d1),var(--texture-paper);color:#4d241d}.rope-button svg{color:currentColor}.sail-emblem{display:block;width:34px;height:42px;object-fit:contain;filter:drop-shadow(0 3px 4px rgba(55,32,14,.25));pointer-events:none;transition:filter .12s ease,transform .12s ease}.rope-button.pressed .sail-emblem{filter:brightness(1.06) saturate(1.1) drop-shadow(0 1px 2px rgba(55,32,14,.18));transform:translateY(3px) scale(.94)}.rope-button span{font-size:.78rem;line-height:1.1}.rope-button.pressed{filter:saturate(1.08);box-shadow:inset 0 4px 8px #4e2d123d,inset 0 -2px #fff3,0 2px 5px #1f13091f;transform:translateY(3px) scale(.985)}.rope-left.pressed{box-shadow:inset 0 4px 8px #1c524342,inset 0 -2px #ffffff38,0 0 0 3px #4ab4802e,0 2px 5px #1f13091f}.rope-right.pressed{box-shadow:inset 0 4px 8px #662b2047,inset 0 -2px #fff3,0 0 0 3px #d05b3e29,0 2px 5px #1f13091f}.rope-track{position:relative;display:block;height:34px;border:4px solid rgba(92,55,24,.5);border-radius:999px;background:linear-gradient(180deg,#ffe59357,#4b2c1452),var(--texture-brass);background-size:auto,130px 130px;box-shadow:inset 0 3px 8px #40251047,inset 0 -2px #fff4cd2e,0 2px #fff4cd38}.rope-track:before,.rope-track:after{position:absolute;top:50%;z-index:2;width:18px;height:18px;border:3px solid rgba(73,43,18,.34);border-radius:999px;background:radial-gradient(circle at 34% 24%,rgba(255,244,188,.54),transparent 34%),var(--texture-brass);background-size:auto,90px 90px;box-shadow:inset 0 -2px #4a2c132e;content:"";transform:translateY(-50%)}.rope-track:before{left:6px}.rope-track:after{right:6px}.rope-line{position:absolute;top:50%;right:14px;left:14px;height:14px;border-radius:999px;background:linear-gradient(90deg,#357e69b8,#d88334c2,#88392fb8),repeating-linear-gradient(115deg,#ffedaf70 0,#ffedaf70 3px,#5d351629 3px,#5d351629 8px),var(--texture-rope);background-size:auto,auto,120px 40px;border:1px solid rgba(75,44,20,.24);box-shadow:inset 0 2px #fffad642,inset 0 -2px #2b1c0e2e;transform:translateY(-50%)}.rope-knot{position:absolute;top:50%;left:var(--sail-trim);width:44px;height:44px;border:5px solid rgba(92,55,24,.46);border-radius:999px;background-image:radial-gradient(circle at 35% 28%,rgba(255,248,190,.58),transparent 30%),radial-gradient(circle at 50% 52%,rgba(219,139,31,.86) 0 42%,rgba(116,65,24,.72) 43% 70%,transparent 71%),linear-gradient(180deg,#f4bd52d6,#9a5e23bd),var(--texture-brass);background-size:auto,auto,auto,120px 120px;background-blend-mode:screen,overlay,normal;box-shadow:inset 0 2px #fff6be6b,0 6px 12px #1f130938;transform:translate(-50%,-50%);transition:left .14s ease,transform .12s ease,filter .12s ease}.rope-knot:before{position:absolute;top:9px;right:9px;bottom:9px;left:9px;border:2px solid rgba(83,51,22,.22);border-radius:inherit;background:radial-gradient(circle at 35% 28%,rgba(255,247,179,.42),transparent 34%);content:""}.sail-trim-console:has(.rope-left.pressed) .rope-knot{left:clamp(18%,calc(var(--sail-trim) - 12%),82%);filter:saturate(1.08);transform:translate(-50%,-50%) scale(.94)}.sail-trim-console:has(.rope-right.pressed) .rope-knot{left:clamp(18%,calc(var(--sail-trim) + 12%),82%);filter:saturate(1.08);transform:translate(-50%,-50%) scale(.94)}.propulsion-console:before{position:absolute;top:10.5%;right:6.4%;left:44%;z-index:1;display:block;height:13.5%;border:3px solid rgba(74,44,19,.34);border-radius:999px;background-image:radial-gradient(circle at 5% 50%,rgba(255,236,154,.72) 0 6px,rgba(91,56,24,.44) 6.5px 10px,transparent 10.5px),radial-gradient(circle at 95% 50%,rgba(255,236,154,.72) 0 6px,rgba(91,56,24,.44) 6.5px 10px,transparent 10.5px),linear-gradient(90deg,#683f1ad1,#ecae45e0 22%,#ecae45e0 78%,#683f1ad1),var(--texture-brass);background-size:auto,auto,auto,150px 150px;box-shadow:inset 0 2px #ffefa952,inset 0 -3px #462a1142,0 4px 8px #1f13092e;content:"";pointer-events:none}.propulsion-console:after{position:absolute;top:16%;right:2.8%;z-index:2;display:block;width:12.8%;height:29%;border:4px solid rgba(76,46,20,.42);border-radius:999px;background-image:radial-gradient(circle at 50% 50%,rgba(241,159,51,.9) 0 12%,transparent 13%),conic-gradient(from 0deg,#cc862f 0,#cc862f 12%,#276d70 12%,#276d70 25%,#cc862f 25%,#cc862f 37%,#276d70 37%,#276d70 50%,#cc862f 50%,#cc862f 62%,#276d70 62%,#276d70 75%,#cc862f 75%,#cc862f 87%,#276d70 87%,#276d70),var(--texture-blue-enamel);background-size:auto,auto,130px 130px;box-shadow:inset 0 3px #ffefa957,inset 0 -5px #1e4b4d3d,0 6px 11px #1f13093d;content:"";pointer-events:none}.propulsion-title{position:absolute;top:3.6%;left:56.8%;z-index:4;display:inline-flex;min-height:22px;padding:3px 16px 2px;border-color:#6f431980;border-radius:9px 5px;color:#4c2c13ad;font-size:.54rem;letter-spacing:.08em;text-transform:uppercase;transform:translate(-50%)}.pedal-propeller{top:17.2%;left:43.4%;width:36.3%;height:29.5%;padding:9px 58px 21px 12px;border-radius:22px 10px;box-shadow:inset 0 0 0 3px #5b381833,inset 0 2px #ffffff61,inset 0 -7px #6239122e,0 5px 11px #1f13092e}.pedal-propeller:after{position:absolute;top:50%;right:48px;z-index:0;width:34px;height:18px;border:4px solid rgba(76,46,20,.36);border-radius:999px 999px 7px 7px;background-image:radial-gradient(circle at 28% 50%,rgba(255,236,154,.72) 0 4px,transparent 4.5px),radial-gradient(circle at 72% 50%,rgba(255,236,154,.72) 0 4px,transparent 4.5px),linear-gradient(180deg,#edae44f0,#7c491ad1),var(--texture-brass);background-size:auto,auto,auto,100px 100px;box-shadow:inset 0 2px #ffefa947,0 3px 6px #1f13092e;content:"";transform:translateY(-50%) rotate(90deg);transition:transform .12s ease}.pedal-propeller.pressed:after{transform:translateY(-50%) rotate(122deg) scale(.94)}.stamina-meter{right:62px;bottom:10px;left:17px;height:20px;border:4px solid rgba(68,39,16,.68);background:linear-gradient(90deg,#12120ed1,#2d24159e),var(--texture-brass);background-size:auto,120px 120px}.stamina-meter:before{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;z-index:1;border-radius:inherit;background:radial-gradient(circle at 3px 50%,rgba(255,221,121,.78) 0 3px,rgba(76,46,20,.42) 3.5px 6px,transparent 6.5px),radial-gradient(circle at calc(100% - 3px) 50%,rgba(255,221,121,.78) 0 3px,rgba(76,46,20,.42) 3.5px 6px,transparent 6.5px);content:"";pointer-events:none}.stamina-meter:after{top:4px;right:8px;bottom:4px;left:8px;background:repeating-linear-gradient(90deg,transparent 0 16px,rgba(30,28,20,.5) 16px 20px),linear-gradient(180deg,rgba(255,255,255,.36),transparent 48%)}.stamina-meter span{background:repeating-linear-gradient(90deg,rgba(23,67,21,.34) 0 2px,transparent 2px 19px),linear-gradient(180deg,#e0ff94f2,#52cf3bf0 48%,#287e20f5);box-shadow:inset 0 3px #ffffff7a,inset 0 -3px #17421457,0 0 10px #6fe8483d}.sail-trim-console:before{position:absolute;right:18px;bottom:4px;left:18px;z-index:0;height:8px;border-radius:999px;background-image:linear-gradient(90deg,#523216e6,#e9ac46d1,#523216e6),var(--texture-brass);background-size:auto,140px 140px;box-shadow:inset 0 1px #ffeea147,0 3px 6px #1f130929;content:"";pointer-events:none}.sail-trim-console .console-plaque{position:relative;z-index:2;border-radius:10px 5px;box-shadow:inset 0 1px #ffffff61,inset 0 -2px #7e4e1b1f,0 3px 6px #1f130929}.rope-button{z-index:2;border-color:#68401aad;box-shadow:inset 0 0 0 2px #fff9d12e,inset 0 2px #ffffff6b,inset 0 -6px #2f7b6824,0 6px 12px #1f13092e}.rope-left{border-radius:20px 8px;background-image:radial-gradient(circle at 30% 17%,rgba(255,255,218,.56),transparent 33%),linear-gradient(180deg,#ebffdbfa,#488d64e0),var(--texture-paper)}.rope-right{border-radius:8px 20px;background-image:radial-gradient(circle at 30% 17%,rgba(255,240,193,.56),transparent 33%),linear-gradient(180deg,#ffebc6fa,#974233e0),var(--texture-paper)}.rope-track{z-index:1;height:38px;border-color:#4d2f159e;background:linear-gradient(180deg,#ffe59357,#2d1d0f6b),radial-gradient(circle at 50% 50%,rgba(255,200,81,.18),transparent 46%),var(--texture-brass);background-size:auto,auto,130px 130px}.rope-track:before,.rope-track:after{width:30px;height:30px;border-width:4px;background:radial-gradient(circle at 34% 24%,rgba(255,244,188,.6),transparent 32%),repeating-conic-gradient(from 0deg,#7f491c57 0,#7f491c57 12deg,#f3b54a70 12deg,#f3b54a70 24deg),var(--texture-rope);background-size:auto,auto,80px 80px;box-shadow:inset 0 2px #fff1b247,inset 0 -3px #4a2c1333,0 2px 5px #1f13092e}.rope-track:before{left:-3px}.rope-track:after{right:-3px}.rope-line{right:24px;left:24px;height:15px;background:linear-gradient(90deg,#31836ad1,#db9037d1,#9a3a2fd1),repeating-linear-gradient(115deg,#ffefb48a 0,#ffefb48a 4px,#542f1433 4px,#542f1433 9px),var(--texture-rope);box-shadow:inset 0 2px #fffad64d,inset 0 -2px #2b1c0e33,0 1px 4px #1f130929}.rope-knot{width:48px;height:48px;border-color:#4d2f158f;box-shadow:inset 0 3px #fff6be70,inset 0 -5px #5e371638,0 7px 13px #1f130940}.rope-knot:after{position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:999px;background:#6a3d1775;content:"";transform:translate(-50%,-50%)}.pedal-copy span{color:#4c2c1394;font-size:.48rem}.pedal-copy strong{font-size:.86rem;letter-spacing:.01em;text-overflow:clip}.pedal-copy strong:after{display:block;width:46px;height:3px;margin-top:3px;border-radius:999px;background:#663a145c;content:""}.pedal-propeller.pressed .pedal-copy strong:after{background:#2d7e287a}.pedal-propeller.pressed .stamina-meter span{filter:brightness(1.12) saturate(1.18)}.stamina-meter{right:58px;bottom:8px;left:14px;height:19px}.sail-trim-console{right:7.5%;bottom:17%;left:30%;grid-template-columns:minmax(96px,auto) minmax(150px,1fr) minmax(96px,auto);gap:12px}.rope-button span{letter-spacing:.01em}@media (min-width: 1100px) and (min-height: 900px){.hud{padding:max(20px,env(safe-area-inset-top)) max(22px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom)) max(22px,env(safe-area-inset-left))}.thumb-controls{right:max(28px,env(safe-area-inset-right));bottom:max(24px,env(safe-area-inset-bottom));left:max(28px,env(safe-area-inset-left))}.hud-stage-flight .objective-card,.hud-story-chrome .objective-card{width:min(470px,38vw);max-width:min(470px,38vw);min-height:150px;padding:34px 44px 38px 146px}.hud-stage-flight .objective-card strong,.hud-story-chrome .objective-card strong{font-size:1.12rem}.ship-menu-button{width:60px;height:60px}.navigator-instrument{grid-template-columns:210px 198px minmax(172px,1fr);max-width:min(760px,54vw);min-height:250px;padding:29px 42px 39px 46px}.navigator-instrument .route-radar{width:204px;height:204px;border-width:9px}.navigator-instrument .wind-vane{width:198px;min-height:198px;margin-left:-14px}.navigator-instrument .wind-vane-dial{width:86px;height:86px}.navigator-instrument .wind-vane-arrow{top:11px;height:50px;transform-origin:50% 34px}.navigator-instrument .route-radar-label,.navigator-instrument .wind-vane-label{min-height:28px;padding:3px 12px;font-size:.72rem}.navigator-instrument .wind-vane strong{right:25px;bottom:18px;min-width:96px;padding:4px 12px;font-size:.82rem}.navigator-status{min-width:168px;margin-left:12px;padding:13px 15px}.navigator-status span{font-size:.68rem}.navigator-status strong{font-size:1rem}.altitude-console{width:300px}.altitude-console .console-plaque{bottom:13px;min-height:24px;padding:3px 14px;font-size:.68rem}.valve-button{border-width:4px}.valve-button svg{width:40px;height:40px}.valve-button span{font-size:.75rem}.valve-body{border-width:6px}.valve-handle{bottom:calc(var(--altitude-level) - 66px);width:110px;height:133px}.propulsion-console{width:min(880px,59vw);aspect-ratio:2.35 / 1}.propulsion-title{min-height:28px;padding:4px 20px 3px;font-size:.65rem}.pedal-propeller{left:40%;width:42%;height:34%;padding:13px 72px 28px 18px}.pedal-hardware{width:142px;height:88px}.pedal-copy span{font-size:.58rem}.pedal-copy strong{font-size:1rem}.stamina-meter{right:72px;bottom:13px;left:20px;height:24px;border-width:4px}.sail-trim-console{grid-template-columns:minmax(122px,auto) 1fr minmax(122px,auto);gap:15px;padding:15px 24px 14px}.rope-button{min-width:124px;min-height:56px;padding:8px 14px}.rope-button span{font-size:.9rem}.sail-emblem{width:38px;height:48px}.rope-track{height:44px}.rope-knot{width:58px;height:58px}}@media (max-width: 1060px){.navigator-instrument{grid-template-columns:124px 116px;max-width:min(374px,42vw);padding:9px}.navigator-status{grid-column:1 / -1;grid-template-columns:auto 1fr;align-items:center;margin-left:0}.navigator-route-gauge{grid-column:1 / -1}.navigator-instrument .route-radar{width:118px;height:118px;border-width:6px}.navigator-instrument .wind-vane{width:112px;min-height:112px;margin-left:-8px;border-width:6px}.propulsion-console{width:min(430px,50vw)}.pedal-propeller{left:42.8%;width:37.5%;padding:7px 40px 16px 9px}.pedal-hardware{width:64px;height:44px}.pedal-copy span{display:none}.pedal-copy strong{font-size:.68rem}.pedal-propeller:before{right:7px;width:34px;height:34px}.pedal-propeller:after{right:33px;width:26px;height:14px;border-width:3px}.stamina-meter{right:38px;left:10px;height:13px;border-width:3px}.sail-trim-console{grid-template-columns:minmax(76px,auto) 1fr minmax(76px,auto);padding:8px 12px}}@media (orientation: portrait){.thumb-controls{right:max(10px,env(safe-area-inset-right));bottom:max(24px,env(safe-area-inset-bottom));left:max(10px,env(safe-area-inset-left));gap:8px}.hud-stage-flight .hud-left{max-width:min(360px,64vw)}.hud-stage-flight .objective-card{width:min(360px,64vw);max-width:min(360px,64vw);min-height:108px;padding:23px 28px 24px 116px}.hud-stage-flight .objective-card:before{left:17px;width:34px;height:34px}.hud-stage-flight .objective-card strong,.hud-stage-flight .objective-card p{white-space:normal}.navigator-instrument{grid-template-columns:1fr;justify-items:center;max-width:176px;padding:8px;border-radius:24px}.navigator-instrument .route-radar{width:126px;height:126px}.navigator-instrument .wind-vane{width:112px;min-height:112px;margin-left:0}.navigator-status{display:none}.altitude-console{width:min(38vw,156px)}.altitude-console .console-plaque,.propulsion-title{display:none}.valve-button{width:25%;height:25%}.propulsion-console{width:min(60vw,360px);aspect-ratio:2 / 1}.pedal-propeller{top:14%;left:46%;width:31%;height:31%;padding:6px 32px 12px 8px}.pedal-hardware{width:58px;height:40px}.pedal-copy,.pedal-copy span{display:none}.pedal-copy strong{font-size:.62rem;line-height:1;white-space:normal}.pedal-copy strong:after{display:none}.stamina-meter{right:34px;bottom:6px;left:10px;height:7px;border-width:2px}.sail-trim-console{right:7%;bottom:12%;left:29%;grid-template-columns:52px minmax(72px,1fr) 52px;gap:5px;height:37%;padding:6px 9px}.sail-trim-console .console-plaque{min-height:20px;padding:2px 9px;font-size:.58rem}.rope-track{height:22px}.rope-button{min-width:0;min-height:34px;padding:4px 6px}.rope-button span{display:none}.rope-knot{width:28px;height:28px;border-width:3px}.hud-stage-preflight .hud-left{width:min(370px,70vw);max-width:min(370px,70vw)}.hud-stage-preflight .objective-card{width:min(370px,70vw);max-width:min(370px,70vw);min-height:116px;padding:24px 30px 28px 112px}.hud-stage-preflight .objective-card strong{font-size:.96rem}.hud-stage-preflight .objective-card p{font-size:.66rem}.hud-story-chrome .hud-left{width:min(370px,70vw);max-width:min(370px,70vw)}.hud-story-chrome .objective-card{width:min(370px,70vw);max-width:min(370px,70vw);min-height:116px;padding:24px 30px 28px 112px}.hud-story-chrome .character-bubble{width:min(430px,72vw);max-width:min(430px,72vw);min-height:112px;padding:25px 34px 32px}.hud-stage-preflight .checklist{width:min(286px,58vw);padding:92px 39px 48px}.hud-stage-preflight .task-row{grid-template-columns:30px 1fr;gap:7px;padding:0 7px}.hud-stage-preflight .preflight-step-medallion,.hud-stage-preflight .task-row strong{display:block}.hud-stage-preflight .preflight-step-medallion{width:28px;height:28px}.hud-stage-preflight .task-row span{display:none}.hud-stage-preflight .task-row strong{font-size:.7rem}.hud-stage-preflight .navigator-instrument{grid-template-columns:1fr;justify-items:center;width:176px;max-width:176px;padding:8px}.hud-stage-preflight .navigator-instrument .route-radar{width:126px;height:126px}.hud-stage-preflight .navigator-instrument .wind-vane{width:112px;min-height:112px;margin-left:0}.hud-stage-preflight .character-bubble{width:min(430px,72vw);max-width:min(430px,72vw);min-height:112px;padding:25px 34px 32px}.current-action{width:min(330px,78vw);min-height:98px;padding:24px 26px 24px 112px}.current-action .touch-icon{left:50px;width:72px;height:72px}}@media (max-height: 690px) and (orientation: landscape){.altitude-console{width:160px}.propulsion-console{width:min(640px,52vw)}.pedal-propeller,.sail-trim-console{min-height:106px}}@media (max-width: 720px) and (orientation: portrait){.thumb-controls{right:max(8px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));left:max(8px,env(safe-area-inset-left))}.hud-stage-flight .hud-right{width:132px;max-width:132px}.hud-stage-flight .objective-card{width:min(360px,68vw);max-width:min(360px,68vw);min-height:112px;padding-left:108px}.ship-menu-button{width:40px;height:40px}.navigator-instrument{width:126px;max-width:126px;padding:6px;border-radius:20px}.navigator-instrument .route-radar{width:94px;height:94px}.navigator-instrument .wind-vane{width:92px;min-height:92px}.navigator-instrument .wind-vane-dial{width:38px;height:38px}.navigator-instrument .wind-vane strong{font-size:.68rem}.altitude-console{width:min(38vw,148px)}.propulsion-console{width:min(60vw,248px);aspect-ratio:1.95 / 1}.pedal-propeller{top:13%;left:43%;width:36%;height:31%;padding:5px 27px 10px 7px}.pedal-copy{display:none}.stamina-meter{right:26px;left:8px}.sail-trim-console{right:6%;bottom:11%;left:26%;grid-template-columns:minmax(42px,auto) 1fr minmax(42px,auto);height:38%;padding:5px 7px}.sail-trim-console .console-plaque{min-height:18px;padding:1px 8px}.rope-button{min-height:30px;padding:3px 4px}.rope-button span{font-size:.56rem}.sail-emblem{width:22px;height:28px}.rope-track{height:18px}.rope-knot{width:24px;height:24px}.hud-stage-preflight .hud-left{width:min(310px,68vw);max-width:min(310px,68vw)}.hud-stage-preflight .objective-card{width:min(310px,68vw);max-width:min(310px,68vw);min-height:110px;padding:22px 24px 26px 96px}.hud-stage-preflight .objective-card strong{font-size:.9rem}.hud-stage-preflight .objective-card p{display:none}.hud-story-chrome .hud-left{width:min(310px,68vw);max-width:min(310px,68vw)}.hud-story-chrome .objective-card{width:min(310px,68vw);max-width:min(310px,68vw);min-height:110px;padding:22px 24px 26px 96px}.hud-story-chrome .character-bubble{width:min(340px,74vw);max-width:min(340px,74vw);padding:22px 28px 30px}.hud-stage-preflight .checklist{width:min(248px,60vw);padding:82px 34px 42px}.hud-stage-preflight .task-row{grid-template-columns:28px minmax(0,1fr)}.hud-stage-preflight .preflight-step-medallion,.hud-stage-preflight .task-row strong{display:block}.hud-stage-preflight .preflight-step-medallion{width:26px;height:26px}.hud-stage-preflight .task-row strong{font-size:.64rem}.hud-stage-preflight .navigator-instrument{width:132px;max-width:132px;padding:6px}.hud-stage-preflight .navigator-instrument .route-radar{width:94px;height:94px}.hud-stage-preflight .navigator-instrument .wind-vane{width:92px;min-height:92px}.hud-stage-preflight .character-bubble{width:min(340px,74vw);max-width:min(340px,74vw);padding:22px 28px 30px}.hud-stage-preflight .character-bubble span{font-size:.78rem}.current-action{width:min(320px,82vw);min-height:92px;padding:22px 24px 22px 98px}.current-action .touch-icon{left:46px;width:66px;height:66px}}.cockpit-action-button{position:relative;display:grid;align-items:center;width:min(420px,35vw);min-width:0;min-height:0;aspect-ratio:1914 / 822;padding:11% 9% 11% 36%;border:0;border-radius:0;background:var(--asset-action-button) center / 100% 100% no-repeat;box-shadow:none;filter:drop-shadow(0 16px 18px rgba(31,19,9,.24));text-align:left;transition:filter .12s ease,transform .12s ease}.cockpit-action-button .touch-icon{position:absolute;top:50%;left:21.1%;width:17.2%;height:auto;aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 5px 6px rgba(74,42,16,.28));transform:translate(-50%,-50%);transform-origin:50% 50%;transition:filter .12s ease,transform .12s ease}.cockpit-action-button .touch-copy{position:relative;display:grid;gap:4px;width:100%;min-width:0}.cockpit-action-button .touch-copy span,.cockpit-action-button .touch-copy strong{overflow:hidden;color:#3d2c16;line-height:1.08;text-overflow:ellipsis;white-space:nowrap}.cockpit-action-button .touch-copy span{color:#5236199e;font-size:clamp(.62rem,1.15vw,.78rem);font-weight:900;text-transform:uppercase}.cockpit-action-button .touch-copy strong{font-size:clamp(1rem,1.7vw,1.35rem)}.cockpit-action-button:active,.cockpit-action-button.pressed{filter:drop-shadow(0 7px 8px rgba(31,19,9,.2)) saturate(1.08);transform:translateY(5px) scale(.987)}.cockpit-action-button:focus-visible{outline:4px solid rgba(72,176,152,.72);outline-offset:3px}.altitude-control-v2{position:relative;width:220px;aspect-ratio:2 / 3;overflow:hidden;background:var(--asset-altitude-console) center / 100% 100% no-repeat;filter:drop-shadow(0 18px 22px rgba(31,19,9,.26));pointer-events:auto}.altitude-control-label{position:absolute;bottom:11.5%;left:50%;z-index:6;min-width:30%;padding:2px 9px;overflow:hidden;color:#462a12bd;font-size:.64rem;font-weight:900;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;transform:translate(-50%);visibility:hidden}.altitude-step-button{position:absolute;left:17.8%;z-index:5;display:grid;place-items:center;gap:2px;width:28.5%;height:26.3%;padding:4px;overflow:hidden;border:0;border-radius:16px 10px;background:var(--texture-paper) center / 150px 150px;color:#46311a;cursor:pointer;font-weight:900;box-shadow:inset 0 0 0 3px #7e4e1b57,inset 0 -6px #7e4e1b21,0 5px 10px #1f13092e;transition:filter .12s ease,transform .12s ease}.altitude-step-button svg{color:#4ca7d0;filter:drop-shadow(0 2px 0 rgba(255,255,255,.5))}.altitude-step-button span{max-width:100%;overflow:hidden;font-size:.68rem;line-height:1;text-overflow:ellipsis;white-space:nowrap}.altitude-step-button:active{filter:saturate(1.1);transform:translateY(4px) scale(.97)}.altitude-step-up{top:19.5%}.altitude-step-down{top:52.8%}.altitude-track-v2{position:absolute;top:18.2%;left:49%;z-index:3;width:38%;height:64%;clip-path:inset(0 -45% 0 -45%)}.altitude-detents{position:absolute;top:7%;right:5%;bottom:7%;left:5%;z-index:1;pointer-events:none}.altitude-detent{position:absolute;left:-12%;right:auto;width:10px;height:10px;border-radius:50%;background:var(--texture-brass) center / 60px 60px;box-shadow:inset 0 1px #fff2ab9e,0 0 0 2px #482b126b,0 2px 5px #26170a38;transition:filter .14s ease,transform .14s ease}.altitude-detent-high{top:23%}.altitude-detent-middle{top:42%}.altitude-detent-low{top:66%}.altitude-control-v2[data-wind-layer=high] .altitude-detent-high,.altitude-control-v2[data-wind-layer=middle] .altitude-detent-middle,.altitude-control-v2[data-wind-layer=low] .altitude-detent-low{filter:brightness(1.35) saturate(1.18) drop-shadow(0 0 7px rgba(255,227,111,.88));transform:scale(1.18)}.altitude-lever-v2{position:absolute;top:var(--altitude-handle-y);left:50%;z-index:4;width:112%;height:78%;padding:0;border:0;background:transparent;cursor:grab;filter:drop-shadow(0 9px 8px rgba(37,21,8,.34));transform:translate(-50%,-17%);transform-origin:50% 14%;touch-action:none;transition:filter .12s ease,top .15s cubic-bezier(.2,.8,.2,1),transform .12s ease}.altitude-lever-v2 img{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.altitude-control-v2.dragging .altitude-lever-v2{cursor:grabbing;filter:brightness(1.04) saturate(1.08) drop-shadow(0 4px 4px rgba(37,21,8,.26));transform:translate(-50%,-17%) rotate(3deg) scale(.985);transition:filter 80ms ease,transform 80ms ease}.altitude-lever-v2:focus-visible{border-radius:40px;outline:4px solid rgba(107,220,242,.86);outline-offset:-5px}.propulsion-console-v2{position:relative;width:min(680px,57vw);aspect-ratio:1672 / 941;background:var(--asset-propulsion-console) center / 100% 100% no-repeat;filter:drop-shadow(0 18px 22px rgba(31,19,9,.27));pointer-events:auto}.propulsion-console-label,.sail-console-label{position:absolute;z-index:8;display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:3px 14px;border:2px solid rgba(126,78,27,.34);border-radius:9px 6px;background:var(--texture-paper) center / 120px 120px;color:#4b2c14c7;font-size:.7rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 3px 7px #1f130924}.propulsion-console-label{top:7.5%;left:63%;transform:translate(-50%)}.pedal-control-v2{position:absolute;top:11%;left:46.5%;z-index:4;width:38%;height:34%;padding:0;border:0;border-radius:18px;background:transparent;color:#442a13;cursor:pointer;touch-action:manipulation;transition:filter .12s ease,transform .12s ease}.pedal-instruction-v2{position:absolute;top:7%;left:2%;z-index:4;display:grid;max-width:50%;padding:4px 7px;border:2px solid rgba(113,68,27,.38);border-radius:8px 5px;background:var(--texture-paper) center / 100px 100px;box-shadow:0 3px 7px #1f130926;text-align:left}.pedal-instruction-v2 strong,.pedal-instruction-v2 small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pedal-instruction-v2 strong{font-size:clamp(.72rem,1.15vw,.94rem);line-height:1.05}.pedal-instruction-v2 small{color:#492b129e;font-size:.58rem;font-weight:900;text-transform:uppercase}.pedal-hardware-v2{position:absolute;bottom:7%;left:1%;z-index:3;width:47%;height:auto;filter:drop-shadow(0 6px 6px rgba(45,27,11,.3));transform-origin:50% 82%;transition:filter .1s ease,transform .1s ease}.pedal-control-v2.pressed .pedal-hardware-v2{filter:brightness(1.06) saturate(1.1) drop-shadow(0 2px 2px rgba(45,27,11,.22));transform:translateY(7px) scaleY(.88) rotate(-1deg)}.propeller-rotor-v2{position:absolute;top:7%;right:-34%;z-index:5;width:35%;aspect-ratio:1;pointer-events:none}.propeller-rotor-v2 img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 5px rgba(45,27,11,.28))}.pedal-control-v2.pressed .propeller-rotor-v2 img{animation:cockpit-propeller-spin .42s linear infinite}@keyframes cockpit-propeller-spin{to{transform:rotate(360deg)}}.stamina-gauge-v2{position:absolute;right:2%;bottom:3%;z-index:5;width:59%;aspect-ratio:900 / 260;pointer-events:none}.stamina-frame-v2,.stamina-cells-mask,.stamina-cells-v2{position:absolute;display:block}.stamina-frame-v2{top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;object-fit:contain}.stamina-cells-mask{top:29%;right:9.5%;bottom:27%;left:29.5%;z-index:4;overflow:hidden;clip-path:inset(0 calc(100% - var(--propeller-stamina)) 0 0);transition:clip-path .16s linear}.stamina-cells-v2{top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:fill}.pedal-control-v2.pressed .stamina-cells-v2{filter:brightness(1.12) saturate(1.12)}.pedal-control-v2:disabled{cursor:not-allowed;filter:saturate(.5) brightness(.82)}.pedal-control-v2:focus-visible,.sail-pull-v2:focus-visible{outline:4px solid rgba(255,220,117,.82);outline-offset:3px}.sail-console-v2{position:absolute;right:8.3%;bottom:11.5%;left:30.5%;z-index:4;display:grid;grid-template-columns:minmax(112px,1.05fr) minmax(100px,.8fr) minmax(112px,1.05fr);align-items:center;gap:10px;height:28.5%}.sail-console-label{top:-35%;left:50%;transform:translate(-50%)}.sail-pull-v2{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:64px;padding:7px 10px;overflow:hidden;border:3px solid rgba(116,70,27,.62);border-radius:20px 11px;background:var(--texture-paper) center / 130px 130px;color:#3f2a17;cursor:pointer;font-weight:900;box-shadow:inset 0 -6px #5b36151f,0 6px 12px #1f13092e;transition:filter .1s ease,transform .1s ease}.sail-pull-left-v2{color:#17594a;box-shadow:inset 0 0 0 4px #3e8f712e,inset 0 -6px #24654e29,0 6px 12px #1f13092e}.sail-pull-right-v2{color:#6d2d25;box-shadow:inset 0 0 0 4px #a9423129,inset 0 -6px #772b1f29,0 6px 12px #1f13092e}.sail-pull-v2.pressed{filter:brightness(.98) saturate(1.14);transform:translateY(6px) scale(.97)}.sail-emblem-v2{width:40px;height:50px;object-fit:contain;filter:drop-shadow(0 3px 4px rgba(55,32,14,.24));pointer-events:none}.sail-pull-v2 span{min-width:0;overflow:hidden;font-size:.8rem;line-height:1.05;text-align:center;display:-webkit-box;text-overflow:clip;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sail-track-v2{position:relative;z-index:2;display:block;width:100%;height:42px;border-radius:999px;background:var(--texture-rope) center / 100px 100px;box-shadow:inset 0 0 0 4px #5a36168a,inset 0 5px 7px #ffeba72e,0 4px 8px #1f130933}.sail-trim-carriage-v2{position:absolute;top:50%;left:var(--sail-trim);width:70px;height:42px;object-fit:contain;filter:drop-shadow(0 5px 5px rgba(47,28,12,.3));transform:translate(-50%,-50%);transition:left .14s ease-out}@media (max-width: 1060px){.cockpit-action-button{width:min(390px,39vw)}.altitude-control-v2{width:186px}.propulsion-console-v2{width:min(570px,55vw)}.sail-console-v2{grid-template-columns:minmax(88px,1fr) minmax(76px,.8fr) minmax(88px,1fr);gap:7px}.sail-pull-v2{min-height:52px;padding:5px 7px}.sail-emblem-v2{width:31px;height:39px}}@media (orientation: portrait){.cockpit-action-button{width:min(390px,58vw)}.altitude-control-v2{width:min(38vw,156px)}.propulsion-console-v2{width:min(58vw,380px)}.pedal-instruction-v2 small,.propulsion-console-label,.sail-console-label,.sail-pull-v2 span{display:none}.sail-console-v2{grid-template-columns:52px minmax(76px,1fr) 52px}.sail-pull-v2{min-height:42px;padding:4px}.sail-emblem-v2{width:32px;height:38px}}@media (max-height: 690px) and (orientation: landscape){.altitude-control-v2{width:158px}.propulsion-console-v2{width:min(510px,51vw)}.sail-pull-v2{min-height:48px}}@media (max-width: 720px) and (orientation: portrait){.cockpit-action-button{width:min(340px,72vw)}.cockpit-action-button .touch-copy strong{font-size:.92rem}.altitude-control-v2{width:min(39vw,146px)}.altitude-step-button span{display:none}.propulsion-console-v2{width:min(60vw,286px)}.pedal-instruction-v2{display:none}.sail-console-v2{right:7%;left:29%;grid-template-columns:42px minmax(60px,1fr) 42px;gap:4px}.sail-pull-v2{min-height:34px}.sail-emblem-v2{width:25px;height:30px}.sail-track-v2,.sail-trim-carriage-v2{height:30px}}.hud-stage-preflight .objective-card,.hud-stage-flight .objective-card,.hud-story-chrome .objective-card{width:min(360px,33vw);max-width:min(360px,33vw);min-height:0;aspect-ratio:1815 / 866;gap:4px;align-content:center;padding:13% 8.5% 14% 32%;background-size:100% 100%}.hud-stage-preflight .objective-card span,.hud-stage-flight .objective-card span,.hud-story-chrome .objective-card span{line-height:1}.hud-stage-preflight .objective-card strong,.hud-stage-flight .objective-card strong,.hud-story-chrome .objective-card strong{line-height:1.18}.hud:lang(en) .objective-card strong{font-size:.92rem;-webkit-line-clamp:3}.cockpit-action-button{padding-left:36.5%}.cockpit-action-button .touch-icon{top:49.5%;left:22.4%;width:16.4%}.altitude-step-button{left:17.6%;width:30.4%;height:27.6%;border:3px solid rgba(94,53,17,.62);border-radius:12px 8px;background:var(--texture-brass) center / 150px 150px no-repeat;box-shadow:inset 0 2px #ffef9e94,inset 0 -7px #59300e33,0 5px 9px #1f13093d}.altitude-step-button svg{color:#2f7f96;filter:drop-shadow(0 1px 0 rgba(255,245,189,.62)) drop-shadow(0 2px 2px rgba(69,39,15,.22))}.altitude-step-button span{color:#3f2814;font-size:.72rem;text-shadow:0 1px 0 rgba(255,230,148,.48)}.altitude-step-up{top:18.3%}.altitude-step-down{top:51.8%}.altitude-track-v2{top:17.2%;left:49.3%;width:39.2%;height:65.5%;overflow:visible;clip-path:none}.altitude-rail-v2{position:absolute;top:11%;bottom:7%;left:50%;z-index:2;width:13px;border:2px solid rgba(84,49,19,.58);border-radius:999px;background:var(--texture-brass) center / 72px 180px no-repeat;box-shadow:inset 2px 0 #ffec976b,inset -2px 0 #4b290d40,0 4px 6px #23150942;pointer-events:none;transform:translate(-50%)}.altitude-detents{z-index:3}.altitude-lever-v2{z-index:5;width:132%;height:46%;overflow:hidden;filter:drop-shadow(0 7px 7px rgba(37,21,8,.32));transform:translate(-50%,-34%);transform-origin:50% 28%}.altitude-lever-v2 img{width:100%;height:255%;object-fit:contain;object-position:center top}.altitude-control-v2.dragging .altitude-lever-v2{transform:translate(-50%,-34%) rotate(2deg) scale(.985)}.propulsion-console-label{display:none}.pedal-control-v2{top:12.8%;left:45.5%;width:46%;height:35%}.pedal-instruction-v2{top:-24%;left:50%;max-width:68%;padding:4px 8px;border-color:#5c361685;background:var(--texture-blue-enamel) center / 120px 90px no-repeat;color:#f9f1ca;box-shadow:inset 0 1px #ffffe847,0 3px 7px #1f130933;text-align:center;transform:translate(-50%)}.pedal-instruction-v2 strong,.pedal-instruction-v2 small{color:inherit;text-shadow:0 1px 1px rgba(38,25,12,.52)}.pedal-hardware-v2{bottom:2%;left:0;width:66%}.stamina-gauge-v2{right:-1%;bottom:4%;width:56%}.propeller-rotor-v2{top:0;right:-7.8%;width:30%;padding:3%;overflow:hidden;border-radius:50%;background:var(--texture-blue-enamel) center / 120px 120px no-repeat;box-shadow:inset 0 0 0 3px #5732126b,inset 0 2px #ffeda047}.propeller-rotor-v2 img{filter:drop-shadow(0 3px 4px rgba(45,27,11,.28))}.sail-console-v2{right:8%;bottom:9.8%;left:29.8%;grid-template-columns:minmax(118px,1.08fr) minmax(100px,.8fr) minmax(118px,1.08fr);gap:9px;height:31%}.sail-console-label{top:-25%}.sail-pull-v2{height:78%;min-height:0;padding:7px 11px;border-color:#532f11b3;border-radius:16px 9px;box-shadow:inset 0 2px #fff2ae57,inset 0 -7px #48280f33,0 6px 11px #1f13093b}.sail-pull-left-v2{background-color:#4f9877;background-image:var(--texture-blue-enamel);background-position:center;background-size:140px 100px;background-blend-mode:luminosity;color:#fff2c8}.sail-pull-right-v2{background-color:#a14a3d;background-image:var(--texture-blue-enamel);background-position:center;background-size:140px 100px;background-blend-mode:luminosity;color:#fff0cb}.sail-pull-v2 span{font-size:.84rem;text-shadow:0 1px 1px rgba(48,29,12,.34)}.sail-emblem-v2{width:44px;height:54px}.navigator-instrument .route-radar-label,.navigator-instrument .wind-vane-label{top:-7px;left:50%;min-height:20px;padding:2px 8px;font-size:.58rem;white-space:nowrap;transform:translate(-50%)}.navigator-instrument .wind-vane strong{right:50%;bottom:-8px;min-width:68px;padding:2px 8px;font-size:.66rem;transform:translate(50%)}@media (orientation: portrait){.hud-stage-preflight .objective-card,.hud-stage-flight .objective-card,.hud-story-chrome .objective-card{width:min(340px,70vw);max-width:min(340px,70vw);min-height:0;padding:13% 8.5% 14% 32%}}@media (max-width: 720px) and (orientation: portrait){.hud-stage-preflight .objective-card,.hud-stage-flight .objective-card,.hud-story-chrome .objective-card{width:min(310px,68vw);max-width:min(310px,68vw)}.altitude-step-button span{display:none}.sail-console-v2{grid-template-columns:42px minmax(60px,1fr) 42px;gap:4px}.sail-emblem-v2{width:26px;height:32px}}@media (max-height: 520px) and (orientation: landscape){.hud-stage-flight .hud-right{position:relative}.hud-stage-flight .compact-flight-menu{position:absolute;top:0;right:0}.hud-stage-flight .navigator-instrument{grid-template-columns:92px 86px;width:210px;max-width:210px;min-height:118px;height:118px;margin-right:52px;padding:10px 16px 14px}.hud-stage-flight .navigator-instrument .route-radar{width:88px;height:88px;border-width:5px}.hud-stage-flight .navigator-instrument .wind-vane{width:84px;min-height:84px;margin-left:-5px}.hud-stage-flight .navigator-instrument .wind-vane-dial{width:38px;height:38px}.hud-stage-flight .navigator-instrument .route-radar-label,.hud-stage-flight .navigator-instrument .wind-vane-label{top:-5px;min-height:17px;padding:1px 6px;font-size:.48rem}.hud-stage-flight .navigator-instrument .wind-vane strong{bottom:-6px;min-width:54px;padding:1px 6px;font-size:.54rem}.hud-stage-flight .navigator-status{display:none}.sail-console-v2{grid-template-columns:minmax(76px,1fr) minmax(64px,.78fr) minmax(76px,1fr);gap:5px}.sail-pull-v2{padding:4px 6px}.sail-pull-v2 span{font-size:.66rem}.sail-emblem-v2{width:28px;height:34px}.sail-track-v2,.sail-trim-carriage-v2{height:32px}}.thermal-meter{position:absolute;left:19.2%;z-index:5;display:grid;width:26.2%;height:26.4%;grid-template-rows:1fr auto;place-items:center;overflow:hidden;border:2px solid rgba(222,177,80,.72);border-radius:13px 9px;background-color:#154b58;background-image:var(--texture-blue-enamel);background-position:center;background-size:150px 150px;background-blend-mode:multiply;box-shadow:inset 0 0 0 3px #19373ab8,inset 0 8px 12px #051a1f8a,inset 0 -3px 7px #a1e1de1f;pointer-events:none}.thermal-meter-burner{top:19.6%}.thermal-meter-vent{top:52.7%}.thermal-meter-icon{align-self:end;width:44%;height:44%;margin-bottom:3px;color:#dbeddd6b;filter:drop-shadow(0 2px 2px rgba(4,24,29,.72));transition:color .14s ease,filter .14s ease}.thermal-meter-cells{display:flex;width:72%;height:9px;margin-bottom:13%;gap:3px}.thermal-meter-cells>span{flex:1;border:1px solid rgba(204,177,98,.45);border-radius:3px;background:#051e22d1;box-shadow:inset 0 2px 2px #00000057;transition:background .12s ease,box-shadow .12s ease,filter .12s ease}.thermal-meter-burner .thermal-meter-cells>span.active{background:#f2a73c;box-shadow:inset 0 1px 1px #fff8bbb8,0 0 6px #ffa431c2}.thermal-meter-vent .thermal-meter-cells>span.active{background:#69d3e5;box-shadow:inset 0 1px 1px #e8ffffc7,0 0 6px #5bd7ebb8}.altitude-control-v2[data-thermal-mode=burner] .thermal-meter-burner .thermal-meter-icon{color:#ffc95d;filter:drop-shadow(0 0 7px rgba(255,151,39,.78))}.altitude-control-v2[data-thermal-mode=vent] .thermal-meter-vent .thermal-meter-icon{color:#9beeff;filter:drop-shadow(0 0 7px rgba(87,212,236,.76))}.altitude-detents{top:4%;right:5%;bottom:4%;left:5%}.altitude-detent{left:-10%;width:8px;height:8px}.altitude-detent:nth-child(1){top:82%}.altitude-detent:nth-child(2){top:64%}.altitude-detent:nth-child(3){top:46%}.altitude-detent:nth-child(4){top:28%}.altitude-detent:nth-child(5){top:10%}.altitude-detent.active{filter:brightness(1.42) saturate(1.2) drop-shadow(0 0 7px rgba(255,225,102,.9));transform:scale(1.2)}.control-accessible-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.altitude-step-button{left:18.7%;width:27.2%;height:27.2%;padding:0;overflow:hidden;border:3px solid rgba(95,55,18,.9);border-radius:15px 10px;background-color:#2f8092;background-image:var(--texture-blue-enamel);background-position:center;background-size:150px 150px;background-blend-mode:multiply;box-shadow:inset 0 0 0 2px #ffe0859e,inset 0 5px 6px #ffffff2e,inset 0 -9px 9px #0c313e52,0 5px #5b3514eb,0 9px 13px #23140842;transform:none;transition:filter .12s ease,transform 90ms ease,box-shadow 90ms ease}.altitude-step-up{top:19.2%}.altitude-step-down{top:52.2%}.altitude-step-button svg{position:relative;z-index:1;width:54%;height:54%;color:#f4dfa0;filter:drop-shadow(0 2px 0 rgba(30,83,96,.7)) drop-shadow(0 4px 3px rgba(30,20,10,.36));transition:filter .12s ease,transform .12s ease}.altitude-step-button:hover svg,.altitude-step-button:focus-visible svg{filter:brightness(1.12) saturate(1.15) drop-shadow(0 2px 0 rgba(30,83,96,.7)) drop-shadow(0 0 9px rgba(103,211,238,.62))}.altitude-step-button:active{filter:brightness(1.06) saturate(1.08);box-shadow:inset 0 0 0 2px #ffe08594,inset 0 8px 11px #08273261,0 2px #5b3514e6,0 4px 7px #23140838;transform:translateY(4px) scale(.985)}.altitude-step-button:active svg{filter:brightness(1.16) saturate(1.18) drop-shadow(0 1px 0 rgba(255,245,189,.7));transform:translateY(1px) scale(.94)}.altitude-step-button:focus-visible{outline:4px solid rgba(107,220,242,.8);outline-offset:-5px}.altitude-track-v2{top:17.2%;left:49.4%;width:39%;height:65.5%;overflow:visible;clip-path:none;perspective:520px;perspective-origin:50% 18%;transform-style:preserve-3d}.altitude-rail-v2{display:none}.altitude-lever-v2{top:auto;bottom:1.8%;left:50%;z-index:5;width:126%;height:96%;padding:0;overflow:visible;border:0;background:transparent;filter:drop-shadow(0 10px 9px rgba(37,21,8,.38));transform:translate(-50%) rotateX(var(--altitude-lever-angle)) scale(var(--altitude-lever-scale));transform-origin:50% 97.2%;transform-style:preserve-3d;backface-visibility:hidden;transition:filter .12s ease,transform .19s cubic-bezier(.22,.72,.25,1)}.altitude-lever-v2 img{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom;pointer-events:none;-webkit-user-select:none;user-select:none}.altitude-control-v2.dragging .altitude-lever-v2{filter:brightness(1.04) saturate(1.08) drop-shadow(0 5px 5px rgba(37,21,8,.3));transform:translate(-50%) rotateX(var(--altitude-lever-angle)) rotate(1.5deg) scale(var(--altitude-lever-scale));transition:filter 80ms ease,transform 80ms ease}.pedal-control-v2{top:13.5%;left:45.8%;width:45.8%;height:34.5%;border-radius:12px}.pedal-instruction-v2{display:none}.pedal-hardware-v2{bottom:6%;left:1.5%;width:69%}.stamina-gauge-v2{right:.5%;bottom:3.5%;width:55%}.propeller-rotor-v2{display:none}.propeller-rotor-v3{position:absolute;top:26.45%;left:86.76%;z-index:7;display:grid;width:10.05%;aspect-ratio:1;place-items:center;overflow:hidden;border-radius:50%;background:var(--texture-blue-enamel) center / 120px 120px no-repeat;pointer-events:none;transform:translate(-50%,-50%)}.altitude-lever-3d{position:absolute;top:-10%;right:-48%;bottom:-11%;left:-48%;z-index:4;display:block;overflow:visible;pointer-events:none;isolation:isolate}.altitude-lever-3d-canvas{display:block;width:100%;height:100%;filter:drop-shadow(0 8px 7px rgba(37,21,8,.34));pointer-events:none;transition:filter .12s ease}.altitude-lever-3d.dragging .altitude-lever-3d-canvas{filter:brightness(1.04) saturate(1.08) drop-shadow(0 5px 5px rgba(37,21,8,.28))}.altitude-lever-3d-hit{position:absolute;top:2%;right:20%;bottom:0;left:20%;z-index:2;padding:0;border:0;border-radius:44% 44% 30% 30%;background:transparent;cursor:grab;pointer-events:auto;touch-action:none}.altitude-lever-3d-hit:active{cursor:grabbing}.altitude-lever-3d-hit:focus-visible{outline:4px solid rgba(107,220,242,.86);outline-offset:-5px}.propeller-rotor-v3 img{display:block;width:88%;height:88%;object-fit:contain;filter:drop-shadow(0 3px 3px rgba(45,27,11,.3))}.propeller-rotor-v3.spinning img{animation:cockpit-propeller-spin .42s linear infinite}.sail-console-v2{right:8.2%;bottom:9.9%;left:30.1%;display:block;height:30.2%}.sail-console-label{display:none}.sail-pull-v2{position:absolute;top:2%;z-index:4;display:grid;width:27%;height:94%;min-width:0;min-height:0;padding:2px;place-items:center;overflow:hidden;border:3px solid rgba(91,53,18,.9);border-radius:16px 10px;background-image:var(--texture-blue-enamel);background-position:center;background-size:180px 180px;background-blend-mode:multiply;box-shadow:inset 0 0 0 2px #ffdf8794,inset 0 5px 7px #ffffff2e,inset 0 -8px 9px #19262252,0 5px #542f11e6,0 9px 12px #2314083d;transition:filter .1s ease,transform 90ms ease,box-shadow 90ms ease}.sail-pull-left-v2{left:0;color:inherit;background-color:#2f8b72}.sail-pull-right-v2{right:0;color:inherit;background-color:#a64f42}.sail-emblem-v2{width:auto;height:116%;max-width:66%;object-fit:contain;filter:drop-shadow(0 5px 5px rgba(55,32,14,.3));pointer-events:none;transition:filter .1s ease,transform .1s ease}.sail-pull-v2:hover .sail-emblem-v2,.sail-pull-v2:focus-visible .sail-emblem-v2{filter:brightness(1.08) saturate(1.08) drop-shadow(0 0 9px rgba(255,226,123,.62))}.sail-pull-v2.pressed{filter:brightness(1.04) saturate(1.12);box-shadow:inset 0 0 0 2px #ffdf8785,inset 0 9px 12px #21191261,0 2px #542f11e0,0 4px 7px #23140833;transform:translateY(4px) scale(.985)}.sail-pull-v2.pressed .sail-emblem-v2{filter:brightness(1.05) saturate(1.14) drop-shadow(0 2px 2px rgba(55,32,14,.24));transform:translateY(1px) scale(.95)}.sail-track-v2{position:absolute;top:50%;left:50%;z-index:2;display:block;width:38%;height:72%;border-radius:0;background:transparent;box-shadow:none;pointer-events:none;transform:translate(-50%,-50%)}.sail-trim-carriage-v2{top:50%;left:calc(50% + (var(--sail-trim) - 50%) * .22);width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 5px 5px rgba(47,28,12,.3));transform:translate(-50%,-50%);transition:left .14s ease-out}@media (max-width: 1060px){.sail-pull-v2{min-height:0;padding:2px}.sail-emblem-v2{width:auto;height:112%}}@media (max-width: 720px) and (orientation: portrait){.sail-console-v2{display:block}.sail-emblem-v2{width:auto;height:112%}}@media (max-height: 520px) and (orientation: landscape){.sail-console-v2{display:block}.sail-pull-v2{min-height:0;padding:2px}.sail-emblem-v2{width:auto;height:110%}.sail-track-v2,.sail-trim-carriage-v2{height:72%}}
