*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#2a2a2a;--panel:#333;--panel2:#2e2e2e;--border:#484848;--border2:#565656;--text:#c8c8c8;--text-dim:#888;--text-muted:#666;--accent:#909090;--console-bg:#1a1a1a;--btn-top:#505050;--btn-bot:#363636;--btn-hover:#5c5c5c;--danger:#c05050;--success:#50a050;color:var(--text);background:var(--bg);font-family:Segoe UI,system-ui,sans-serif;font-size:14px}@media (width>=900px){:root{font-size:13px}}html{background:var(--bg);-webkit-text-size-adjust:100%;min-height:100%}body{background:var(--bg);overscroll-behavior-y:contain;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;min-height:100dvh}#root{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;flex-direction:column;min-height:100dvh;display:flex}input,textarea{-webkit-touch-callout:default;-webkit-user-select:text;user-select:text}.app-header{padding:calc(9px + env(safe-area-inset-top)) calc(10px + env(safe-area-inset-right)) 9px calc(10px + env(safe-area-inset-left));background:var(--panel2);border-bottom:1px solid var(--border);z-index:100;align-items:center;gap:8px;display:flex;position:sticky;top:0}.app-header-title{color:#d0d0d0;border:1px solid #0000;border-radius:5px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.app-header-right{flex:none;justify-content:flex-end;align-items:center;gap:7px;display:flex}.header-clip-count{white-space:nowrap;min-width:0;color:var(--text);background:#1414142e;border:1px solid #ffffff0d;border-radius:5px;flex:auto;align-items:baseline;gap:4px;padding:8px 10px;display:flex;overflow:hidden}.header-clip-number{text-overflow:ellipsis;font-variant-numeric:tabular-nums;min-width:0;font-size:15px;font-weight:600;overflow:hidden}.header-clip-unit{color:var(--text-dim);flex:none;font-size:11px}.app-header-right .btn{border-radius:5px;flex-shrink:0;width:42px;min-width:42px;min-height:42px;padding:0}.header-menu-wrap{display:flex;position:relative}.header-action-menu{z-index:260;background:var(--panel);border:1px solid var(--border2);border-radius:5px;width:190px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 34px #0000008c}.header-action-menu-item{width:100%;min-height:42px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:9px;padding:8px 10px;font-size:12px;display:flex}.header-action-menu-item svg{color:#d0d0d0;flex:none}.header-action-menu-item:hover,.header-action-menu-item:focus-visible{background:#ffffff14;outline:0}.header-action-menu-item.is-danger,.header-action-menu-item.is-danger svg{color:#e08080}@media (width>=900px){.app-header{padding:calc(8px + env(safe-area-inset-top)) calc(12px + env(safe-area-inset-right)) 8px calc(12px + env(safe-area-inset-left))}.app-header-title{flex-basis:32px;width:32px;height:32px}.app-header-right .btn{width:32px;min-width:32px;min-height:32px}.header-clip-count{padding:6px 9px}.header-clip-number{font-size:13px}}.modal-backdrop{z-index:300;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));background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.changelog-modal{background:var(--panel);border:1px solid var(--border2);border-radius:5px;flex-direction:column;width:min(560px,100%);max-height:min(78vh,720px);display:flex;overflow:hidden;box-shadow:0 12px 34px #0000008c}.changelog-modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:12px;display:flex}.changelog-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text);font-size:12px;font-weight:700}.changelog-subtitle{color:var(--text-muted);margin-top:2px;font-size:10px}.changelog-list{padding:12px;overflow:auto}.changelog-entry{border-bottom:1px solid var(--border);margin-bottom:14px;padding-bottom:14px}.changelog-entry:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.changelog-entry-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.changelog-version{color:var(--text);font-size:13px;font-weight:700}.changelog-date,.changelog-commits{color:var(--text-muted);font-size:10px}.changelog-entry-title{color:var(--text-dim);margin-top:2px;font-size:11px;font-weight:700}.changelog-commits{margin-top:3px;font-family:Consolas,monospace}.changelog-entry ul{color:var(--text-dim);margin:7px 0 0 15px;font-size:11px;line-height:1.45}.changelog-entry li+li{margin-top:5px}@media (width<=380px){.header-clip-unit{display:none}.app-header-title{flex-basis:34px;width:34px}.app-header-right{gap:5px}.app-header-right .btn{width:38px;min-width:38px}}.app-wrap{width:100%;max-width:1200px;padding:10px max(10px, env(safe-area-inset-right)) calc(32px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));flex-direction:column;flex:1;gap:10px;margin:0 auto;display:flex}.app-console{width:100%}.app-console .console-panel{min-height:72px}.app-body{grid-template-columns:1fr;align-items:start;gap:10px;display:grid}@media (width>=600px){.app-wrap{padding:12px max(12px, env(safe-area-inset-right)) calc(32px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left))}.app-body{grid-template-columns:1fr 1fr}}@media (width>=600px) and (width<=999px){.app-body-human,.app-body-phase2,.app-body-phase3{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.app-body-human .col-left,.app-body-phase2 .col-left,.app-body-phase3 .col-left{grid-area:1/1/span 2}.app-body-human .col-center,.app-body-phase2 .col-center,.app-body-phase3 .col-center{grid-area:1/2}.app-body-human .col-right,.app-body-phase2 .col-right,.app-body-phase3 .col-right{grid-area:2/2}}@media (width>=1000px){.app-body{grid-template-columns:220px 1fr 1fr}.app-body-human,.app-body-phase2,.app-body-phase3{grid-template-columns:repeat(3,minmax(0,1fr))}}.col-left,.col-center,.col-right{flex-direction:column;gap:10px;min-width:0;display:flex;overflow:hidden}.section-card{background:var(--panel);border:1px solid var(--border);border-radius:5px;min-width:0;padding:12px 14px;overflow:hidden;box-shadow:0 2px 8px #00000040}.section-card.is-reveal-highlighted{border-color:#dceeff;animation:1.15s ease-in-out infinite reveal-flash;box-shadow:0 0 0 1px #dceeff59,0 0 18px #a0cdff47,0 2px 8px #00000040}.section-card.is-reveal-highlighted .section-title{color:#eef7ff;border-bottom-color:#dceeff73}@media (width>=900px){.section-card{padding:10px 12px}}.section-title{letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);border-bottom:1px solid var(--border);align-items:center;gap:7px;margin-bottom:8px;padding-bottom:6px;font-size:11px;font-weight:700;display:flex}.section-title svg{opacity:1;color:#d0d0d0}.btn{min-height:40px;color:var(--text);background:linear-gradient(to bottom, var(--btn-top) 0%, var(--btn-bot) 100%);border:1px solid var(--border2);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;white-space:nowrap;border-radius:3px;justify-content:center;align-items:center;gap:5px;padding:8px 12px;font-family:inherit;font-size:13px;transition:background .1s,border-color .1s,opacity .1s;display:inline-flex}@media (width>=900px){.btn{min-height:unset;padding:4px 9px;font-size:12px}}.btn:hover:not(:disabled){background:linear-gradient(to bottom, var(--btn-hover) 0%, #404040 100%);border-color:#686868}.btn:active:not(:disabled){background:linear-gradient(#3a3a3a 0%,#505050 100%);transform:translateY(1px)}.btn:disabled{opacity:.38;cursor:not-allowed}.btn-primary{background:linear-gradient(#585858 0%,#3a3a3a 100%);border-color:#686868;font-weight:600}.btn-full{width:100%;min-height:46px;padding:10px 12px;font-size:14px;font-weight:600;display:flex}@media (width>=900px){.btn-full{min-height:unset;padding:7px 12px;font-size:13px}}.btn-danger{border-color:var(--danger);color:#e08080}.btn-success{border-color:var(--success);color:#80c080}.btn.header-save-btn.is-saved{color:#b9e8b9;background:linear-gradient(#50825073 0%,#2a4a2a73 100%);border-color:#50a050f2;box-shadow:0 0 0 1px #50a05059,0 0 14px #50a05052}.drone-build-controls{grid-template-columns:minmax(0,1fr) repeat(3,64px);align-items:stretch;gap:6px;margin-top:4px;display:grid}.drone-build-controls .btn{width:100%;min-width:0}.drone-build-primary{flex-direction:column;gap:1px;line-height:1.1;overflow:hidden}.drone-build-cost{text-overflow:ellipsis;white-space:nowrap;opacity:.86;min-width:0;max-width:100%;font-size:11px;display:block;overflow:hidden}.drone-disassemble-row{grid-column:1/-1;grid-template-columns:minmax(0,1fr);display:grid}.compute-batch-control{border-top:1px solid var(--border);margin-top:8px;padding-top:8px}.compute-batch-head{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:5px;display:flex}.compute-batch-entry{grid-template-columns:minmax(0,1fr) 68px;gap:6px;display:grid}.compute-batch-input{width:100%;min-width:0;min-height:40px;font:inherit;color:var(--text);text-align:center;font-variant-numeric:tabular-nums;border:1px solid var(--border);touch-action:pan-y;background:#12121252;border-radius:3px;outline:none;padding:8px 10px;font-size:13px}.compute-batch-input::placeholder{color:var(--text-muted)}.compute-batch-input:focus{border-color:var(--border2);box-shadow:inset 0 0 0 1px #ffffff0f,0 0 0 1px #ffffff0d}.compute-batch-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:6px;display:grid}.compute-batch-actions.is-single{grid-template-columns:minmax(0,1fr)}.compute-batch-actions .btn{min-width:0;overflow:hidden}@media (width<=420px){.drone-build-controls{grid-template-columns:minmax(98px,1.7fr) repeat(3,minmax(48px,.8fr))}}.stat-row{justify-content:space-between;align-items:baseline;gap:6px;padding:3px 0;display:flex}.stat-label{color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0;font-size:12px;overflow:hidden}.stat-value{font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;min-width:0;font-size:13px}.stat-value-lg{font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;min-width:0;font-size:16px;font-weight:600}.sparkline{background:#222;border:1px solid #111;border-radius:3px;width:100%;display:block;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #00000073,inset 0 0 0 1px #ffffff0a}.sparkline svg{display:block}.sparkline-axis{stroke:#ffffff1f;stroke-width:1px;vector-effect:non-scaling-stroke}.sparkline-axis-mid{stroke:#ffffff12;stroke-dasharray:2 2}.sparkline-axis-label{color:#c8c8c885;font-variant-numeric:tabular-nums;pointer-events:none;text-shadow:0 1px 2px #111;font-size:8px;line-height:1;position:absolute;right:4px}.sparkline-axis-label.is-max{top:2px}.sparkline-axis-label.is-min{bottom:2px}.sparkline-candle{color:#d0cdc4}.sparkline-candle.is-up{color:#63c66f}.sparkline-candle.is-down{color:#d86660}.sparkline-candle.is-flat{color:#d0cdc4}.sparkline-candle-wick{stroke:currentColor;stroke-width:1px;stroke-linecap:round;vector-effect:non-scaling-stroke;opacity:.72}.sparkline-candle-body{fill:currentColor;stroke:#0c0c0cb3;stroke-width:.45px;vector-effect:non-scaling-stroke;opacity:.9}@media (width>=900px){.stat-row{padding:1px 0}.stat-label{font-size:11px}.stat-value{font-size:12px}.stat-value-lg{font-size:14px}}.price-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}input[type=range].price-slider{border:1px solid var(--border);border-radius:2px;width:100%;height:4px;margin:0;display:block}input[type=range].price-slider::-webkit-slider-thumb{border:1px solid var(--border2);background:#b8b8b8;border-radius:50%;width:12px;height:12px}input[type=range].price-slider::-moz-range-thumb{border:1px solid var(--border2);background:#b8b8b8;border-radius:50%;width:12px;height:12px}.slider-mobile-control{touch-action:pan-y;align-items:center;gap:6px;width:100%;display:flex}.slider-mobile-control .btn{flex:0 0 42px;min-width:42px}.slider-mobile-value{min-height:40px;color:var(--text);background:var(--panel2);border:1px solid var(--border);font-variant-numeric:tabular-nums;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;border-radius:3px;flex:1;justify-content:center;align-items:center;padding:0 10px;font-size:13px;display:flex}.slider-mobile-value-input{text-align:center;appearance:none;width:100%;min-width:0;caret-color:var(--accent);-webkit-user-select:text;user-select:text;outline:none;font-family:inherit;line-height:1;display:block}.slider-mobile-value-input:focus{border-color:var(--accent);box-shadow:inset 0 1px 3px #00000073,0 0 0 1px #7a947a73}.slider-mobile-control.is-readout .slider-mobile-value{min-height:36px}.console-panel{background:var(--console-bg);border:1px solid var(--border);scrollbar-width:none;border-radius:5px;min-height:80px;max-height:120px;padding:8px 10px;font-family:Consolas,Courier New,monospace;font-size:11px;overflow-y:scroll}.console-panel::-webkit-scrollbar{display:none}.console-line{color:var(--text-dim);line-height:1.6}.console-line:last-of-type{color:var(--text)}.project-list{flex-direction:column;gap:6px;display:flex}.project-reveal{border-radius:4px;display:block;position:relative}.project-reveal.is-reveal-highlighted:after,.project-reveal.is-affordable:after{content:"";pointer-events:none;background:#dceeff;border-radius:50%;width:9px;height:9px;animation:2.2s ease-in-out infinite project-new-dot;position:absolute;top:50%;right:9px;transform:translateY(-50%);box-shadow:0 0 0 1px #dceeff52,0 0 10px #a0cdff57}.project-reveal.is-affordable:after{background:#63c66f;box-shadow:0 0 0 1px #63c66f52,0 0 10px #63c66f57}.project-btn{text-align:left;white-space:normal;flex-direction:column;align-items:flex-start;gap:1px;width:100%;padding:6px 24px 6px 9px;display:flex}.project-btn-title{white-space:normal;word-break:break-word;font-size:12px;font-weight:600}.project-btn-desc{color:var(--text-muted);white-space:normal;word-break:break-word;font-size:10px;font-weight:400}.project-btn-price{color:var(--accent);white-space:normal;font-size:10px;font-weight:400}.empty-state{color:var(--text-muted);padding:4px 0;font-size:11px}.idle-note{color:var(--text-muted);margin-top:4px;font-size:10px;line-height:1.35}@keyframes project-new-dot{0%,to{opacity:.38;transform:translateY(-50%)scale(.82)}50%{opacity:1;transform:translateY(-50%)scale(1)}}@keyframes reveal-flash{0%,to{border-color:#7b8da0;box-shadow:0 0 0 1px #dceeff38,0 0 8px #a0cdff29,0 2px 8px #00000040}50%{border-color:#f4fbff;box-shadow:0 0 0 1px #f4fbff94,0 0 22px #a0cdff61,0 2px 8px #00000040}}@media (prefers-reduced-motion:reduce){.section-card.is-reveal-highlighted{animation:none}.project-reveal.is-reveal-highlighted:after,.project-reveal.is-affordable:after{opacity:.82;animation:none}}.progress-bar{background:var(--panel2);border:1px solid var(--border);border-radius:2px;height:5px;margin:4px 0;overflow:hidden}.progress-fill{background:var(--accent);height:100%;transition:width .1s linear}.qchip-tile{aspect-ratio:1;background:radial-gradient(circle at 78% 52%, var(--qchip-soft,#e6f0ff0f), transparent 32%), radial-gradient(circle at 36% 28%, #ffffff06, transparent 34%), linear-gradient(145deg, #191919, #0b0b0b);border:1px solid #ffffff14;border-radius:3px;transition:opacity 80ms linear,border-color 80ms linear,box-shadow 80ms linear;position:relative;overflow:hidden}.qchip-live{box-shadow:inset 0 0 0 1px #ffffff0a}.qchip-ready{box-shadow:inset 0 0 0 1px #ffffff14, 0 0 10px #50a05059, 0 0 16px var(--qchip-soft,#50a05026);border-color:#50a050c7}.qchip-negative{border-color:#c0505073}.qchip-scope{position:absolute;inset:4px 3px 8px;overflow:visible}.qchip-guide{fill:none;stroke:#ffffff1f;stroke-width:1px;stroke-linecap:round}.qchip-wave{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;transition:d 80ms linear,opacity 80ms linear}.qchip-wave-a{stroke:var(--qchip-accent,#ebf5ffb8);stroke-width:1.2px}.qchip-wave-b{stroke:var(--qchip-mid,#82aad261);stroke-width:.9px}.qchip-splitter{fill:var(--qchip-soft,#ffffff1f);stroke:var(--qchip-mid,#ffffff38);stroke-width:.6px}.qchip-phase-ring{fill:#ffffff04;stroke:#ffffff2e;stroke-width:.8px}.qchip-phase-vector{stroke:var(--qchip-accent,#ebf5ffb8);stroke-width:.9px;stroke-linecap:round;transition:x2 80ms linear,y2 80ms linear}.qchip-phase-dot{fill:var(--qchip-accent,#ebf5ffe6);transition:cx 80ms linear,cy 80ms linear,r 80ms linear}.qchip-measure-gate{stroke:#50a05094;stroke-width:.8px;stroke-dasharray:2 3}.qchip-measure-core{fill:#dcffe67a;transition:r 80ms linear}.qchip-meter-track{fill:#ffffff14}.qchip-meter-fill{fill:#50a050bf;transition:width 80ms linear}.qchip-noise{fill:var(--qchip-accent,#ebf5ffe6);transition:cx 80ms linear,cy 80ms linear,opacity 80ms linear}.qchip-particle-mark{color:var(--qchip-accent,#ebf5ffe6);transition:opacity 80ms linear}.qchip-particle-line{fill:none;stroke:currentColor;stroke-width:.75px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.qchip-particle-photon{stroke-width:1px}.qchip-particle-dashed{stroke-dasharray:1.4 2.2}.qchip-particle-dot{fill:currentColor;transition:cx 80ms linear,cy 80ms linear,r 80ms linear}.qchip-particle-ghost{opacity:.55}.qchip-label{text-align:center;color:#f5f5f5d1;opacity:.76;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#00000075;border:1px solid #ffffff0f;border-radius:2px;padding:1px 2px 2px;font-family:Consolas,monospace;font-size:8px;line-height:1;position:absolute;bottom:3px;left:3px;right:3px;overflow:hidden}.qchip-ready .qchip-label{color:#e2ffe8f2;opacity:.95;background:#0e20129e;border-color:#50a05057}.quantum-readiness{background:#151515;border:1px solid #222;border-radius:2px;height:4px;margin:2px 0 6px;overflow:hidden}.quantum-readiness-fill{background:var(--success);height:100%;transition:width 80ms linear}@keyframes hypno-overlay{0%{opacity:0}8%{opacity:1}75%{opacity:1}to{opacity:0}}@keyframes hypno-flash{0%{opacity:.6}12%{opacity:0}to{opacity:0}}@keyframes hypno-text{0%{opacity:0;transform:scale(1.15)translateY(-6px)}20%{opacity:1;transform:scale(1)translateY(0)}75%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.95)translateY(4px)}}.catchup-overlay{left:50%;bottom:calc(14px + env(safe-area-inset-bottom,0px));z-index:260;pointer-events:none;width:min(360px,100vw - 28px);animation:.18s ease-out catchup-enter;position:fixed;transform:translate(-50%)}.catchup-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(#262c26f0,#141714f0);border:1px solid #70b87061;border-radius:6px;padding:12px 14px 11px;position:relative;overflow:hidden;box-shadow:0 8px 28px #0000006b,0 0 24px #5096501f}.catchup-title{color:#deeedef0;letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:700}.catchup-subtitle{color:#d2d2d2b8;margin-top:4px;font-size:11px;line-height:1.35}.catchup-progress{background:#ffffff1a;border-radius:999px;height:3px;margin-top:9px;position:relative;overflow:hidden}.catchup-progress:before{content:"";border-radius:inherit;background:linear-gradient(90deg,#0000,#82d282e0,#0000);width:45%;animation:1.1s linear infinite catchup-scan;position:absolute;top:0;bottom:0;left:-45%}@keyframes catchup-enter{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@keyframes catchup-scan{0%{transform:translate(0)}to{transform:translate(325%)}}@keyframes artifact-float{0%{transform:translateY(0)}to{transform:translateY(-2px)}}.stock-table{border-collapse:collapse;width:100%;font-size:11px}.stock-table th{color:var(--text-muted);text-align:left;border-bottom:1px solid var(--border);padding:2px 4px;font-weight:600}.stock-table td{padding:2px 4px}.stock-up{color:#70b870}.stock-down{color:#b87070}.strat-select{background:var(--panel2);border:1px solid var(--border);color:var(--text);border-radius:3px;width:100%;min-height:40px;padding:8px 10px;font-family:inherit;font-size:13px}@media (width>=900px){.strat-select{min-height:unset;padding:3px 6px;font-size:12px}}.investment-risk-select{flex:0 150px;width:min(100%,150px)}.probe-grid{grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:4px 8px;font-size:11px;display:grid}.probe-label{color:var(--text-dim)}.probe-val{text-align:center;min-width:20px}.universe-progress{background:repeating-linear-gradient(90deg,#0000 0 28px,#ffffff1f 28px 29px),linear-gradient(90deg,#090b1f 0%,#1d3767 30%,#653b8c 48%,#dd1f65 66%,#ff7a30 82%,#ffd84d 93%,#fff3a5 100%);border:1px solid #a5b0dc47;border-radius:6px;height:28px;margin:6px 0 12px;position:relative;overflow:hidden;box-shadow:inset 0 1px 6px #000000b8,0 0 18px #5060b424}.universe-progress:before{content:"";z-index:1;mix-blend-mode:screen;pointer-events:none;background:radial-gradient(at 99%,#fffffff5 0 3%,#ffeb829e 4%,#0000 13%),radial-gradient(at 72% 52%,#ffdc7842,#0000 28%),radial-gradient(at 51% 45%,#ff96dc38,#0000 28%),radial-gradient(at 34% 55%,#73b4ff33,#0000 26%),linear-gradient(#fff3,#0000 38%,#00000047);position:absolute;inset:0}.universe-progress:after{content:"";z-index:4;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,#ffffff38,#0000 6% 93%,#ffffff9e),linear-gradient(#ffffff3d,#0000 45%,#0000006b);position:absolute;inset:0}.universe-progress-nebula,.universe-progress-stars,.universe-progress-galaxy,.universe-progress-planet{pointer-events:none;position:absolute}.universe-progress-nebula{z-index:2;filter:blur(2px);opacity:.8;background:radial-gradient(at 62% 48%,#ffb4d752,#0000 24%),radial-gradient(at 43% 54%,#aa96ff47,#0000 26%),radial-gradient(at 25% 44%,#6eb4ff33,#0000 24%);inset:0}.universe-progress-stars{z-index:3;opacity:.84;background:radial-gradient(circle at 93% 54%,#ffffffb3 0 1px,#0000 1.6px),radial-gradient(circle at 79% 38%,#ffffff8c 0 1px,#0000 1.5px),radial-gradient(circle at 61% 68%,#ffffff8c 0 1px,#0000 1.6px),radial-gradient(circle at 48% 30%,#ffffffb3 0 1px,#0000 1.6px),radial-gradient(circle at 37% 62%,#ffffffb3 0 1px,#0000 1.6px),radial-gradient(circle at 28% 28%,#ffffff9e 0 1px,#0000 1.6px),radial-gradient(circle at 14% 56%,#ffffffb3 0 1px,#0000 1.6px),radial-gradient(circle at 4% 32%,#ffffff80 0 1px,#0000 1.5px);inset:1px}.universe-progress-galaxy{z-index:3;background:radial-gradient(circle at 50% 50%, #fffffffa 0 7%, transparent 8%), conic-gradient(from 24deg, transparent 0 16%, #ebf5ffb8 18% 25%, transparent 30% 55%, #bed2ff9e 58% 66%, transparent 72% 100%);opacity:.86;border-radius:50%;width:18px;height:8px;box-shadow:0 0 8px #bed7ff73}.universe-progress-galaxy.galaxy-a{top:7px;left:41%;transform:rotate(-18deg)}.universe-progress-galaxy.galaxy-b{opacity:.76;width:22px;height:10px;top:12px;left:18%;transform:rotate(20deg)}.universe-progress-planet{z-index:3;border-radius:50%;box-shadow:inset -2px -2px 3px #0000007a,0 0 7px #b4dcff61}.universe-progress-planet.planet-a{background:radial-gradient(circle at 32% 30%,#f9ffe5 0 12%,#9ed5ff 30%,#2d5688 68%,#102642 100%);width:8px;height:8px;top:7px;left:26%}.universe-progress-planet.planet-b{background:radial-gradient(circle at 34% 28%,#fff1c0 0 10%,#d8894b 35%,#704076 72%,#21152d 100%);width:11px;height:11px;top:6px;left:8%}.universe-progress-planet.planet-b:before,.universe-progress-planet.planet-b:after{content:"";border:1px solid #f5e1aa94;border-color:#f5e1aa94 #0000;border-radius:50%;width:20px;height:4px;position:absolute;top:4px;left:-5px;transform:rotate(-14deg)}.universe-progress-planet.planet-b:before{opacity:.62}.universe-progress-planet.planet-b:after{clip-path:polygon(0 50%,100% 50%,100% 100%,0 100%)}.universe-progress-fill{z-index:5;border-radius:inherit;background:linear-gradient(90deg,#fff3,#b4f5ff47),linear-gradient(#ffffff29,#ffffff0a);height:100%;transition:width .12s linear;position:absolute;inset:0 auto 0 0;box-shadow:inset 1px 0 #ebffffe6,0 0 14px #87e1ff47}.universe-progress-marker{z-index:6;background:#f5fffff2;border-radius:999px;width:2px;height:calc(100% - 5px);transition:left .12s linear;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px #aaebffe6,0 0 18px #6eb4ff75}.universe-progress-marker:after{content:"";background:#e6faffd1;border:1px solid #f5ffffeb;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #b4f0ffd9}.combat-canvas{border:1px solid var(--border);background:#252525;border-radius:4px;width:100%;height:auto;display:block}.battle-heading{min-height:18px;color:var(--text);justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;font-size:11px;display:flex}.battle-outcome-pill{border:1px solid var(--border2);letter-spacing:0;border-radius:4px;flex:none;padding:1px 5px;font-size:9px;line-height:1.4}.battle-outcome-pill.victory{color:var(--success);border-color:#48bb7873}.battle-outcome-pill.defeat{color:var(--danger);border-color:#f5656573}.battle-outcome-row{border:1px solid var(--border);border-radius:4px;justify-content:space-between;gap:8px;margin-top:6px;padding:4px 6px;font-size:11px;display:flex}.battle-outcome-row.victory{color:var(--success)}.battle-outcome-row.defeat{color:var(--danger)}.battle-report-grid{grid-template-columns:auto 1fr;gap:3px 8px;margin-top:6px;font-size:10px;display:grid}.battle-idle{color:var(--text-muted);margin-top:6px;font-size:10px}.battle-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:3px 0;font-size:11px;display:flex}.artifact-header-wrap{display:flex;position:relative}.artifact-dropdown{z-index:250;background:var(--panel);border:1px solid var(--border2);border-radius:5px;width:min(520px,100vw - 20px);max-height:min(78vh,760px);padding:12px;position:absolute;top:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 12px 34px #0000008c}@media (width<=600px){.artifact-dropdown{width:auto;max-height:calc(100vh - 70px);position:fixed;top:58px;left:10px;right:10px}}.artifact-dropdown-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;margin-bottom:7px;padding-bottom:7px;display:flex}.artifact-dropdown-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.artifact-close{border:1px solid var(--border);background:var(--panel2);width:24px;height:24px;color:var(--text-dim);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;display:inline-flex}.artifact-close:hover{color:var(--text);border-color:var(--border2)}.artifact-current{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.artifact-current span{border:1px solid var(--border2);background:var(--panel2);color:var(--text-dim);border-radius:4px;align-items:center;gap:4px;padding:2px 6px;font-size:10px;line-height:1.4;display:inline-flex}.artifact-map-wrap{margin-top:9px}.artifact-map-title{color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:5px;margin-bottom:5px;font-size:10px;font-weight:700;display:flex}.artifact-map-grid{grid-template-columns:repeat(10,minmax(0,1fr));gap:2px;display:grid}.artifact-map-grid-wrap{position:relative}.artifact-map-cell{aspect-ratio:1;border:1px solid var(--border);min-width:0;min-height:22px;color:var(--text-muted);cursor:pointer;background:#292929;border-radius:3px;font-size:10px;line-height:1;position:relative;overflow:hidden}.artifact-map-cell:disabled{cursor:default}.artifact-map-cell.is-completed{border-color:var(--border2);color:var(--text);background:#424242}.artifact-map-cell.is-current{z-index:4;outline-offset:-2px;color:#f0f0f0;outline:1px solid #d8d8d8}.artifact-map-cell.has-artifact .artifact-cell-icon{z-index:6;color:var(--success);opacity:.86;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:5px}.artifact-map-cell.has-artifact .artifact-cell-icon svg{width:100%;height:100%}.artifact-path-guide{z-index:3;pointer-events:none;opacity:.62;position:absolute;inset:0;overflow:visible}.artifact-path-guide-glow,.artifact-path-guide-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.artifact-path-guide-glow{stroke:#ffffff0b;stroke-width:.09px}.artifact-path-guide-line{stroke:#ffffff3d;stroke-width:.018px}.artifact-slots{grid-template-columns:repeat(5,1fr);gap:4px;margin-top:9px;display:grid}.artifact-slot{border:1px solid var(--border);min-height:18px;color:var(--text-muted);background:#272727;border-radius:3px;justify-content:center;align-items:center;font-size:10px;display:flex}.artifact-slot.is-filled{color:var(--text);border-color:var(--border2);background:#3f3f3f}.artifact-list{flex-direction:column;gap:5px;max-height:260px;margin-top:9px;padding-right:2px;display:flex;overflow:auto}.artifact-item{border:1px solid var(--border);background:var(--panel2);border-radius:4px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px;display:grid}.artifact-item.is-active{border-color:var(--success)}.artifact-item-icon{width:26px;height:26px;color:var(--text-dim);border:1px solid var(--border);background:#292929;border-radius:4px;justify-content:center;align-items:center;display:inline-flex}.artifact-item.is-active .artifact-item-icon{color:var(--success);border-color:#50a0508c}.artifact-name{color:var(--text);overflow-wrap:anywhere;font-size:11px;line-height:1.25}.artifact-effect{color:var(--text-muted);overflow-wrap:anywhere;margin-top:2px;font-size:10px;line-height:1.25}.swarm-badge{letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border);background:var(--panel2);border-radius:10px;margin-bottom:6px;padding:2px 7px;font-size:10px;font-weight:700;display:inline-block}.divider{border:none;border-top:1px solid var(--border);margin:8px 0}.muted{color:var(--text-muted)}.dim{color:var(--text-dim)}.mono{font-family:Consolas,monospace}.row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.col{flex-direction:column;gap:4px;display:flex}.spacer{flex:1}.text-right{text-align:right}.prestige-banner{text-align:center;color:var(--text-dim);padding:16px;font-size:14px;line-height:1.7}input[type=range]{appearance:none;background:var(--panel2);touch-action:pan-y;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;border-radius:3px;outline:none;height:6px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);border:2px solid var(--border2);cursor:pointer;border-radius:50%;width:20px;height:20px}input[type=range]::-moz-range-thumb{background:var(--accent);border:2px solid var(--border2);cursor:pointer;border-radius:50%;width:20px;height:20px}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;min-height:40px;padding-right:28px!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}
