:root{--bg: #0a0d11;--panel: #12161d;--panel-edge: #1d242e;--bezel: #171c24;--well: #0d1117;--text: #e6ebef;--muted: #8b96a3;--crs: #35d06f;--bug: #ff8c1a;--trk: #ff5fd2;--brg: #4da3ff;--accent-green: #38d06a;--accent-amber: #ffb43a;--accent-red: #ff5555;--hsi-tick: #dfe6ec;--hsi-rim: #3a434f;--font-ui: "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Mono", "Roboto Mono", Menlo, monospace}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:radial-gradient(1200px 700px at 50% -10%,#141a22 0%,var(--bg) 60%),var(--bg);color:var(--text);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;overflow-x:hidden}.app{max-width:1320px;margin:0 auto;padding:12px 16px 8px;min-height:100vh;display:flex;flex-direction:column;gap:12px}.app__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:6px 4px;border-bottom:1px solid var(--panel-edge)}.app__brand{display:flex;align-items:center;gap:11px}.app__brand-logo{display:block;flex:0 0 auto}.app__brand-name{display:flex;align-items:baseline;gap:1px;font-size:21px;font-weight:800;letter-spacing:.015em;margin:0}.app__brand-name-main{color:var(--text, #e8edf3)}.app__brand-name-accent{color:var(--crs);text-shadow:0 0 14px rgba(53,208,111,.35)}.app__header h1{margin:0;font-size:18px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}.app__tagline{color:var(--muted);font-size:12.5px;letter-spacing:.04em}.app__main{display:grid;grid-template-columns:minmax(0,62fr) minmax(300px,38fr);gap:16px;align-items:start}.app__instrument{display:flex;gap:14px;align-items:stretch;background:linear-gradient(180deg,var(--panel) 0%,#0f131a 100%);border:1px solid var(--panel-edge);border-radius:16px;padding:14px;box-shadow:inset 0 1px #ffffff0a,0 10px 30px #00000073}.app__side{display:flex;flex-direction:column;gap:14px;min-width:0}.hsi{flex:1 1 auto;min-width:0;width:100%;height:auto;-webkit-user-select:none;user-select:none}.hsi-bezel{fill:var(--bezel);stroke:#232b36;stroke-width:1.5}.hsi-well{fill:var(--well)}.rose-face{fill:#10151c}.rose-label{fill:var(--hsi-tick);font-family:var(--font-mono);font-size:21px;font-weight:600}.rose-label--cardinal{fill:#fff;font-size:24px}.aircraft-symbol path{fill:#f2f5f7;stroke:#05070a;stroke-width:1}.flag-box{fill:#0b0f14;stroke:#29323e;stroke-width:1}.flag-text{fill:#fff;font-family:var(--font-mono);font-size:16px;font-weight:700}.flag-text--off{fill:var(--accent-amber)}.readout{fill:var(--text);font-family:var(--font-mono);font-size:20px;font-weight:600}.readout--big{font-size:24px;fill:#fff}.readout--crs{fill:var(--crs)}.readout--bug{fill:var(--bug)}.readout-label{fill:var(--muted);font-family:var(--font-ui);font-size:12px;letter-spacing:.12em}.readout-box{fill:#0b0f14;stroke:#2b3440;stroke-width:1}.ap-annunciator{fill:var(--muted);font-family:var(--font-mono);font-size:15px;font-weight:700;letter-spacing:.08em;dominant-baseline:middle}.ap-annunciator--on{fill:var(--accent-green)}.speed-lever{flex:0 0 108px;display:flex;flex-direction:column;align-items:center;gap:8px;background:#0e1218;border:1px solid var(--panel-edge);border-radius:12px;padding:10px 6px}.speed-lever__value{font-family:var(--font-mono);font-size:18px;font-weight:700;color:var(--accent-green);letter-spacing:.05em}.speed-lever__svg{width:92px;flex:1;cursor:ns-resize}.lever-slot{fill:#05070a;stroke:#262f3a;stroke-width:1}.lever-mark{fill:var(--muted);font-family:var(--font-mono);font-size:12px}.lever-handle rect{fill:#2a3340;stroke:#4b5766;stroke-width:1.2;filter:drop-shadow(0 2px 3px rgba(0,0,0,.6))}.lever-handle line{stroke:#6c7887;stroke-width:1.4}.speed-lever__buttons{display:flex;gap:6px}.btn{font-family:var(--font-mono);font-size:13px;font-weight:600;letter-spacing:.06em;color:var(--text);background:linear-gradient(180deg,#232b36,#1a212a);border:1px solid #333e4c;border-radius:8px;padding:9px 12px;cursor:pointer;transition:background .12s ease,transform .05s ease,border-color .12s ease}.btn:hover:not(:disabled){background:linear-gradient(180deg,#2b3542,#202834)}.btn:active:not(:disabled){transform:translateY(1px);background:#1a212a}.btn:focus-visible{outline:2px solid var(--crs);outline-offset:2px}.btn:disabled{opacity:.4;cursor:not-allowed}.btn--small{padding:6px 9px;font-size:12px}.btn--primary{border-color:var(--accent-green);color:var(--accent-green)}.btn--active{border-color:var(--accent-amber);color:var(--accent-amber)}.btn--ap{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:84px;padding:10px 14px}.btn--ap__title{font-size:16px}.btn--ap__mode{font-size:12px;color:var(--muted)}.btn--ap-on{border-color:var(--accent-green);box-shadow:0 0 12px #38d06a40}.btn--ap-on .btn--ap__title,.btn--ap-on .btn--ap__mode{color:var(--accent-green)}.ap-panel{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:start;background:var(--panel);border:1px solid var(--panel-edge);border-radius:14px;padding:14px}.ap-master{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:6px}.ap-master__hint{font-size:11px;color:var(--muted);text-align:center;max-width:130px;line-height:1.35}.knob-cluster{display:flex;flex-direction:column;align-items:center;gap:8px}.knob-cluster__readout{display:flex;align-items:baseline;gap:8px;font-family:var(--font-mono)}.knob-cluster__label{font-size:12px;color:var(--muted);letter-spacing:.1em}.knob-cluster__value{font-size:19px;font-weight:700}.text-crs{color:var(--crs)}.text-bug{color:var(--bug)}.knob{width:58px;height:58px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#313c4a,#1b222b 60%,#12171e);border:1px solid #3a4552;box-shadow:inset 0 2px 4px #ffffff0f,0 4px 8px #00000080;position:relative;cursor:ns-resize}.knob__marker{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .08s linear}.knob__marker:before{content:"";position:absolute;top:5px;left:50%;width:4px;height:14px;margin-left:-2px;border-radius:2px;background:var(--text)}.knob-cluster__buttons{display:flex;gap:5px;flex-wrap:wrap;justify-content:center}.mission-card{background:var(--panel);border:1px solid var(--panel-edge);border-radius:14px;padding:16px}.mission-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.mission-card__header h2{margin:0;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:600}.status-chip{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.08em;padding:3px 9px;border-radius:999px;border:1px solid}.status-chip--setup{color:var(--accent-amber);border-color:var(--accent-amber)}.status-chip--running{color:var(--accent-green);border-color:var(--accent-green)}.status-chip--paused{color:var(--muted);border-color:var(--muted)}.status-chip--completed{color:var(--crs);border-color:var(--crs)}.mission-card__atc{margin:0 0 12px;font-size:15px;line-height:1.5;color:#f0f4f7;border-left:3px solid var(--crs);padding-left:12px}.mission-card__facts{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px 14px;margin:0}.mission-card__facts dt{font-size:11px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.mission-card__facts dd{margin:2px 0 0;font-family:var(--font-mono);font-size:15px;font-weight:600}.mission-card__hint{margin:12px 0 0;font-size:12.5px;color:var(--accent-amber);line-height:1.45}.result{margin-top:14px;border-radius:10px;padding:12px;border:1px solid}.result--pass{border-color:var(--accent-green);background:#38d06a0f}.result--fail{border-color:var(--accent-amber);background:#ffb43a0f}.result__verdict{font-family:var(--font-mono);font-weight:700;letter-spacing:.1em;font-size:15px;margin-bottom:8px}.result--pass .result__verdict{color:var(--accent-green)}.result--fail .result__verdict{color:var(--accent-amber)}.result__details{list-style:none;margin:0;padding:0}.result__details li{display:flex;justify-content:space-between;font-size:13px;padding:3px 0;font-family:var(--font-mono)}.result__details li.ok span:last-child{color:var(--accent-green)}.result__details li.nok span:last-child{color:var(--accent-red)}.result__entry{margin-top:8px;font-size:13px;color:var(--muted)}.result__entry strong{color:var(--text)}.sim-controls{display:flex;flex-wrap:wrap;gap:8px;background:var(--panel);border:1px solid var(--panel-edge);border-radius:14px;padding:12px}.sim-controls .btn{flex:1 1 auto}.debrief{background:var(--panel);border:1px solid var(--panel-edge);border-radius:14px;padding:14px}.debrief h3{margin:0 0 10px;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.debrief__svg{width:100%;height:auto}.debrief__bg{fill:#0b0f14;stroke:#222a35;stroke-width:1}.debrief__label{fill:var(--muted);font-family:var(--font-mono);font-size:11px}.debrief__legend{margin:8px 0 0;font-size:12px;color:var(--muted)}.app__status{display:flex;gap:20px;flex-wrap:wrap;font-family:var(--font-mono);font-size:12.5px;color:var(--muted);border-top:1px solid var(--panel-edge);padding:8px 4px 10px;margin-top:auto}.app__status-right{margin-left:auto;color:var(--text)}@media (max-width: 980px){.app__main{grid-template-columns:1fr}.app__instrument{flex-direction:row}}@media (max-width: 620px){.app__header{flex-direction:column;align-items:flex-start;gap:2px}.app__instrument{flex-direction:column;align-items:center}.speed-lever{flex-direction:column;width:100%;flex-basis:auto}.speed-lever__svg{height:240px}.ap-panel{grid-template-columns:1fr;justify-items:center}.app__status{gap:12px;font-size:11.5px}}@media (prefers-reduced-motion: reduce){.knob__marker,.btn{transition:none}}.cbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;background:var(--panel, #11161d);border:1px solid var(--line, #232c37);border-radius:14px;padding:10px 12px}.cbar__group{display:flex;align-items:center;gap:4px}.cbar__name{font-size:11px;letter-spacing:.12em;color:var(--dim, #7a8794);margin-right:2px}.cbar__btn{min-width:38px;padding:8px 6px;border-radius:9px;border:1px solid var(--line, #232c37);background:#171e27;color:#dbe4ee;font:inherit;font-size:13px;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none}.cbar__btn:hover{border-color:#3a4757}.cbar__btn:active{background:#202a36}.cbar__value{min-width:52px;text-align:center;font-variant-numeric:tabular-nums;font-size:15px;font-weight:600}.cbar__value--bug{color:var(--bug, #ff5fd2)}.cbar__value--crs{color:var(--crs, #3fd8e8)}.cbar__ap{margin-left:auto;padding:9px 16px;border-radius:10px;border:1px solid var(--line, #232c37);background:#171e27;color:#9aa7b4;font:inherit;font-size:13px;letter-spacing:.08em;cursor:pointer}.cbar__ap--on{color:#0c1512;background:var(--accent-green, #38d06a);border-color:var(--accent-green, #38d06a);font-weight:700}.minimap{align-self:center;cursor:pointer;line-height:0;border-radius:14px;transition:transform .15s ease}.minimap:hover{transform:scale(1.01)}.minimap:focus-visible{outline:2px solid var(--crs, #3fd8e8);outline-offset:2px}.minimap__bg{fill:#0c1117;stroke:var(--line, #232c37)}.minimap__ring{fill:none;stroke:#1d2732}.minimap__ring-label{fill:#55626f;font-size:9px}.minimap__course{stroke:var(--crs, #3fd8e8);stroke-opacity:.45;stroke-dasharray:6 5}.minimap__trail{fill:none;stroke:#fff;stroke-width:1.6;stroke-opacity:.85}.minimap__vor polygon{fill:none;stroke:#8fa0b2;stroke-width:1.4}.minimap__vor circle{fill:#8fa0b2}.minimap__vor-label{fill:#8fa0b2;font-size:10px;letter-spacing:.08em}.minimap__aircraft{fill:var(--bug, #ff5fd2);stroke:#fff;stroke-width:.8}.minimap__hint{fill:#55626f;font-size:9px;letter-spacing:.1em}.knob{display:flex;flex-direction:column;align-items:center;gap:4px}.knob__svg{cursor:grab;touch-action:none;border-radius:50%}.knob__svg:active{cursor:grabbing}.knob__svg:focus-visible{outline:2px solid var(--crs, #3fd8e8);outline-offset:3px}.knob__rim{fill:#0d1218;stroke:var(--line, #232c37);stroke-width:1.5}.knob__tick{stroke:#3a4757;stroke-width:1.5}.knob__cap{fill:#1a222d;stroke:#2c3744;stroke-width:1}.knob__knurl{fill:#2e3a49}.knob__value{font-size:19px;font-weight:700;font-variant-numeric:tabular-nums}.knob__label{font-size:10px;letter-spacing:.14em;color:var(--dim, #7a8794)}.cbar__stack{display:flex;flex-direction:column;gap:10px;margin-left:auto;align-items:stretch}.cbar__speed{display:flex;align-items:center;gap:6px;justify-content:center}.minimap{cursor:default}.minimap:hover{transform:none}.minimap__svg{width:100%;max-width:420px;height:auto;display:block}.minimap__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;gap:8px}.minimap__title{font-size:10px;letter-spacing:.12em;color:var(--dim, #7a8794)}.btn--small{padding:6px 12px;font-size:11px}.btn--active{border-color:var(--crs, #3fd8e8);color:var(--crs, #3fd8e8)}.minimap__sector{stroke:#cfd8e3;stroke-opacity:.35;stroke-dasharray:3 4}.minimap__sector-label{fill:#cfd8e3;fill-opacity:.75;font-size:10px;letter-spacing:.1em}.minimap__solution{fill:none;stroke:var(--accent-amber, #f0b34c);stroke-width:2;stroke-dasharray:7 5}.minimap__reco{fill:var(--accent-amber, #f0b34c);font-size:11px;letter-spacing:.05em}.cbar{gap:26px;justify-content:center;padding:16px 14px}.knob__readout{display:flex;flex-direction:column;align-items:center;gap:1px;margin-top:2px}.knob__label{font-size:12px;font-weight:700;letter-spacing:.16em;color:#aeb9c6}.knob__value{font-size:24px;font-weight:800;font-variant-numeric:tabular-nums}.cbar__stack{margin-left:0;gap:12px}.cbar__ap{font-weight:700;font-size:14px;padding:12px 18px}.cbar__speed .cbar__value{font-size:16px;font-weight:700;min-width:64px}.timescale{display:flex;gap:4px;margin-left:auto}.minimap__aircraft-hit{cursor:grab}.minimap__aircraft-hit:active{cursor:grabbing}.minimap__svg{touch-action:none}.knob__index{fill:#aeb9c6}.knob__knurl-line{stroke:#33404f;stroke-width:2;stroke-linecap:round}.knob__bar{fill:#232e3b;stroke:#3a4757;stroke-width:1}.ctl{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:stretch}.ctl__card{background:linear-gradient(180deg,#12181f,#0e141b);border:1px solid var(--panel-edge, #1d242e);border-radius:14px;padding:12px 14px;display:flex;flex-direction:column;gap:8px;box-shadow:inset 0 1px #ffffff08}.ctl__head{display:flex;align-items:baseline;justify-content:space-between}.ctl__name{font-size:11px;font-weight:700;letter-spacing:.16em;color:var(--muted, #8b96a3)}.ctl__val{font-size:24px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.03em}.ctl__val--bug{color:var(--bug)}.ctl__val--crs{color:var(--crs)}.ctl__row{display:flex;align-items:center;justify-content:center;gap:8px;flex:1}.ctl__btn{min-width:42px;padding:9px 8px;border-radius:10px;border:1px solid #26303c;background:#151c25;color:#dbe4ee;font:inherit;font-size:13px;font-weight:600;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none}.ctl__btn:hover{border-color:#3a4757}.ctl__btn:active{background:#1f2935}.ctl__card--ap{align-items:center;justify-content:center;min-width:170px;gap:10px}.ctl__annunciator{width:100%;text-align:center;padding:9px 0;border-radius:9px;border:1px solid #26303c;background:#0b1016;color:#45505c;font-size:13px;font-weight:700;letter-spacing:.22em}.ctl__annunciator--on{color:var(--accent-green, #38d06a);border-color:#38d06a80;text-shadow:0 0 10px rgba(56,208,106,.45)}.switch{width:58px;height:30px;border-radius:999px;border:1px solid #26303c;background:#151c25;padding:3px;cursor:pointer;display:flex;align-items:center;transition:background .15s ease,border-color .15s ease}.switch__thumb{width:22px;height:22px;border-radius:50%;background:#8b96a3;transition:transform .15s ease,background .15s ease}.switch--on{background:#38d06a40;border-color:var(--accent-green, #38d06a)}.switch--on .switch__thumb{transform:translate(28px);background:var(--accent-green, #38d06a)}.ctl__ap-label{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--muted, #8b96a3)}.ctl__speed{display:flex;align-items:center;gap:8px;margin-top:2px}.ctl__speed-val{min-width:64px;text-align:center;font-size:15px;font-weight:700;font-variant-numeric:tabular-nums}@media (max-width: 980px){.ctl{grid-template-columns:1fr}.ctl__card--ap{min-width:0}}.app__left{display:flex;flex-direction:column;gap:14px;min-width:0}@media (max-width: 980px){.app__left{order:0}}.ctl{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"hdg ap" "crs ap"}.ctl__card:nth-child(1){grid-area:hdg}.ctl__card--ap{grid-area:ap}.ctl__card:nth-child(3){grid-area:crs}@media (max-width: 640px){.ctl{grid-template-columns:1fr;grid-template-areas:"hdg" "crs" "ap"}}.minimap__solution{fill:none;stroke:var(--accent-amber, #ffb43a);stroke-width:4;stroke-linejoin:round;stroke-dasharray:10 7;filter:drop-shadow(0 0 5px rgba(255,180,58,.35))}.minimap__wedge{stroke:none}.minimap__wedge--teardrop{fill:#ffb43a21}.minimap__wedge--parallel{fill:#a77aff21}.minimap__wedge--direct{fill:#4da3ff1a}.minimap__sector-label{font-size:11px;font-weight:700;letter-spacing:.12em}.minimap__sector-label--teardrop{fill:#ffc86ee6}.minimap__sector-label--parallel{fill:#be9effe6}.minimap__sector-label--direct{fill:#80b9ffe6}.app__header-right{display:flex;align-items:center;gap:12px}.settings{display:flex;flex-direction:column;gap:14px;max-width:620px;margin:0 auto;width:100%}.settings__header{display:flex;align-items:center;justify-content:space-between}.settings__header h2{margin:0;font-size:20px;letter-spacing:.06em}.settings__card{gap:12px}.settings__radio-row{display:flex;gap:8px}.settings__radio{flex:0 0 auto;min-width:90px}.settings__row{display:flex;align-items:center;gap:12px}.settings__random{margin-left:auto}.settings__slider{display:grid;grid-template-columns:120px 1fr 74px;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.settings__slider input[type=range]{width:100%;accent-color:var(--crs)}.settings__slider input[type=range]:disabled{opacity:.4}.settings__slider-val{text-align:right;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.settings__wind-val{font-size:18px;color:var(--accent-amber)}.settings__note{margin:0;font-size:12.5px;line-height:1.55;color:var(--muted)}.minimap{width:100%}.minimap__svg{max-width:none;width:100%}.minimap__wind line,.minimap__wind path{stroke:var(--accent-amber);stroke-width:2.4;fill:var(--accent-amber);stroke-linecap:round}.minimap__wind-bg{fill:#ffb43a12;stroke:#ffb43a59}.minimap__wind-label{fill:var(--accent-amber);font-size:10px;font-weight:700}.settings__subhead{font-size:11px;font-weight:700;letter-spacing:.16em;color:var(--muted);margin-top:4px}.minimap__solution-arrow{fill:var(--accent-amber);stroke:#0a0d11;stroke-width:1}.hsi-wrap{position:relative;flex:1 1 auto;min-width:0}.hsi-fo-knob{width:58px;height:58px}.hsi-fo-knob .knob{gap:0}.hsi-fo-knob .knob__svg{width:58px;height:58px}.track-diamond{fill:none;stroke:var(--trk);stroke-width:2.2;stroke-linejoin:round;filter:drop-shadow(0 0 3px rgba(255,95,210,.35))}.ap-annunciator-btn{cursor:pointer}.ap-annunciator-btn:hover rect{stroke:var(--accent-green, #38d06a)}.ap-annunciator-btn:focus-visible{outline:2px solid var(--accent-green, #38d06a);outline-offset:2px}.ctl__speed-tag{font-size:10px;font-weight:700;letter-spacing:.12em;color:var(--muted, #8b96a3);margin-right:2px}.ctl--no-crs{grid-template-areas:"hdg ap";grid-template-columns:minmax(0,1fr) auto}.stopwatch{gap:10px}.stopwatch__digital{text-align:center;font-size:40px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.06em;color:var(--text, #e8edf3);padding:6px 0}.stopwatch__digital--running{color:var(--accent-green, #38d06a)}.stopwatch__mini{font-size:15px;color:var(--muted)}.stopwatch__analog{width:150px;height:150px;align-self:center}.stopwatch__case{fill:#0b1016;stroke:#26303c;stroke-width:2}.stopwatch__face{fill:#10161d;stroke:#1d2732}.stopwatch__tick{stroke:#55626f;stroke-width:1}.stopwatch__tick--major{stroke:#aeb9c6;stroke-width:2}.stopwatch__num{fill:#aeb9c6;font-size:12px;font-weight:700}.stopwatch__subdial{fill:#0c1117;stroke:#26303c}.stopwatch__minhand{stroke:var(--accent-amber, #ffb43a);stroke-width:2;stroke-linecap:round}.stopwatch__sechand{stroke:var(--accent-green, #38d06a);stroke-width:2;stroke-linecap:round}.stopwatch__hub{fill:#dbe4ee}.stopwatch__buttons{display:flex;gap:8px;justify-content:center}.minimap__vec-hdg{stroke:var(--bug);stroke-width:2;stroke-dasharray:4 3;stroke-opacity:.85}.minimap__vec-trk{stroke:var(--trk);stroke-width:2;stroke-opacity:.9}.app__disclaimer{margin-top:6px;font-size:11px;line-height:1.5;color:#55626f;text-align:center;max-width:760px;margin-left:auto;margin-right:auto;padding:0 12px 8px}.help__mail{color:var(--crs);text-decoration:none}.help__mail:hover{text-decoration:underline}.welcome{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.welcome__sky{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.welcome__vor{position:absolute;transform:translate(-50%,-50%);text-align:center;opacity:.9}.welcome__vor-name{display:block;font-size:10px;letter-spacing:.14em;color:#3a4757;margin-top:2px}.welcome__plane{position:absolute;left:0;top:0;opacity:0;filter:saturate(.8) brightness(.95);animation-name:welcome-fly;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform,opacity}@keyframes welcome-fly{0%{transform:translate(var(--x0),var(--y0)) translate(-50%,-50%) rotate(var(--rot));opacity:0}6%{opacity:.85}94%{opacity:.85}to{transform:translate(var(--x1),var(--y1)) translate(-50%,-50%) rotate(var(--rot));opacity:0}}@media (prefers-reduced-motion: reduce){.welcome__plane{animation:none;opacity:0}}.welcome__card{position:relative;z-index:1;text-align:center;background:linear-gradient(180deg,#11161deb,#0d1218eb);border:1px solid var(--panel-edge, #1d242e);border-radius:20px;padding:38px 44px 26px;max-width:520px;margin:24px;box-shadow:0 18px 50px #00000080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.welcome__logo{margin-bottom:10px}.welcome__title{margin:0 0 10px;font-size:40px;letter-spacing:.02em}.welcome__sub{margin:0 0 22px;color:var(--muted, #8b96a3);font-size:14.5px;line-height:1.6}.welcome__buttons{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.welcome__start{font-size:15px;padding:12px 26px}.welcome__domain{margin-top:20px;font-size:11px;letter-spacing:.18em;color:#55626f;text-transform:uppercase}.welcome__plane{display:block}.welcome__plane-shape--jet{fill:#94a3b3}.welcome__plane-shape--prop{fill:#7d8b99}
