html{max-width:100vw;overflow-x:hidden;overflow-y:auto}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;max-width:100vw;overflow-x:hidden;overflow-y:auto}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--term-bg: #001400;--term-fg: #33ff33;--term-border: #1f7a1f;--term-glow-outer: rgba(51, 255, 51, .45);--term-glow-inner: rgba(51, 255, 51, .18);--term-text-glow: rgba(51, 255, 51, .25);--term-frame-color: rgba(51, 255, 51, .65);--term-frame-inner-glow: rgba(51, 255, 51, .35);--term-frame-thickness: 6px;--term-frame-padding: 8px}.terminalRoot{position:relative;width:100vw;height:100vh;background:var(--term-bg);color:var(--term-fg);font-family:Cascadia Mono,Fira Code,monospace;font-size:14px;line-height:1.4em;overflow:hidden;border-radius:4px;box-sizing:border-box;box-shadow:0 0 30px var(--term-glow-outer),inset 0 0 18px var(--term-glow-inner);text-shadow:0 0 4px var(--term-text-glow)}.terminalRoot:before{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 var(--term-frame-thickness) var(--term-frame-color),inset 0 0 25px var(--term-frame-inner-glow)}.terminalGrid{display:grid;grid-template-rows:1.6em 1fr 1.6em;height:100%;min-height:0;padding:calc(var(--term-frame-thickness) + var(--term-frame-padding))}.terminalRoot *{box-sizing:border-box}.terminalGrid{background:var(--term-bg)}.theme-green{--term-bg: #001400;--term-fg: #33ff33;--term-border: rgba(51, 255, 51, .3);--term-text-glow: rgba(51, 255, 51, .25);--term-glow-outer: rgba(51, 255, 51, .45);--term-glow-inner: rgba(51, 255, 51, .18);--term-frame-color: rgba(51, 255, 51, .65);--term-frame-inner-glow: rgba(51, 255, 51, .35)}.theme-amber{--term-bg: #1a1000;--term-fg: #ffbf00;--term-border: rgba(255, 191, 0, .3);--term-text-glow: rgba(255, 191, 0, .25);--term-glow-outer: rgba(255, 191, 0, .45);--term-glow-inner: rgba(255, 191, 0, .18);--term-frame-color: rgba(255, 191, 0, .65);--term-frame-inner-glow: rgba(255, 191, 0, .35)}.theme-cyan{--term-bg: #001414;--term-fg: #00ffff;--term-border: rgba(0, 255, 255, .3);--term-text-glow: rgba(0, 255, 255, .25);--term-glow-outer: rgba(0, 255, 255, .45);--term-glow-inner: rgba(0, 255, 255, .18);--term-frame-color: rgba(0, 255, 255, .65);--term-frame-inner-glow: rgba(0, 255, 255, .35)}.theme-white{--term-bg: #141414;--term-fg: #ffffff;--term-border: rgba(255, 255, 255, .3);--term-text-glow: rgba(255, 255, 255, .25);--term-glow-outer: rgba(255, 255, 255, .45);--term-glow-inner: rgba(255, 255, 255, .18);--term-frame-color: rgba(255, 255, 255, .65);--term-frame-inner-glow: rgba(255, 255, 255, .35)}.theme-red{--term-bg: #140000;--term-fg: #ff3333;--term-border: rgba(255, 51, 51, .3);--term-text-glow: rgba(255, 51, 51, .25);--term-glow-outer: rgba(255, 51, 51, .45);--term-glow-inner: rgba(255, 51, 51, .18);--term-frame-color: rgba(255, 51, 51, .65);--term-frame-inner-glow: rgba(255, 51, 51, .35)}.theme-purple{--term-bg: #0f0014;--term-fg: #cc66ff;--term-border: rgba(204, 102, 255, .3);--term-text-glow: rgba(204, 102, 255, .25);--term-glow-outer: rgba(204, 102, 255, .45);--term-glow-inner: rgba(204, 102, 255, .18);--term-frame-color: rgba(204, 102, 255, .65);--term-frame-inner-glow: rgba(204, 102, 255, .35)}.statusBar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;height:1.6em;min-height:1.6em;max-height:1.6em;padding:0 8px;border-bottom:1px solid var(--term-border);white-space:nowrap;flex-shrink:0;box-sizing:border-box}.statusCenter{text-align:center;font-weight:700}.cursor-pos{font-family:monospace;font-size:.8em;color:var(--term-fg);opacity:.85;letter-spacing:.05em}.whisper-indicator{font-family:monospace;font-size:.8em;color:var(--term-fg);opacity:.9;cursor:pointer}.screen{width:100%;height:100%;min-height:0;padding:8px;white-space:pre;line-height:1.4em;overflow:hidden;flex:1 1 0;box-sizing:border-box}.screen-layer{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.sparkle-overlay{position:absolute;inset:0;pointer-events:none;overflow:hidden}.sparkle-burst{position:absolute;inset:0;animation:sparkle-fade linear forwards}.sparkle{position:absolute;font-size:1em;opacity:0;color:currentColor;animation:sparkle-point .6s ease-out forwards}@keyframes sparkle-fade{0%{opacity:1}to{opacity:0}}@keyframes sparkle-point{0%{opacity:0;transform:scale(.6)}30%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.4)}}.screen[data-idle-dim=true]{opacity:.6;filter:brightness(.5)}.screen[data-idle-pulse=true]{animation:idle-pulse .3s ease-in-out 0s 5}@keyframes idle-pulse{0%{filter:brightness(.5)}50%{filter:brightness(2)}to{filter:brightness(.5)}}.commandLine{height:1.6em;min-height:1.6em;max-height:1.6em;padding:0 8px;border-top:1px solid var(--term-border);display:flex;align-items:center;white-space:nowrap;outline:none;flex-shrink:0;box-sizing:border-box}.input{white-space:pre}.cursor{margin-left:2px}.wp-cursor-wrap{position:relative;display:inline-block}.wp-cursor{position:absolute;top:0;width:.65ch;height:1em;background-color:#00ff00e6;pointer-events:none;animation:wpBlink 1s steps(1) infinite}@keyframes wpBlink{50%{opacity:0}}.paper-frame:before,.paper-frame:after,.wp-screen:before,.wp-screen:after{content:none!important;display:none!important}.paper-frame,.wp-screen{border-top:none!important;box-shadow:none!important}.idle-screen{display:flex;align-items:center;justify-content:center;width:100%;flex:1;cursor:default;outline:none;min-height:0}.idle-content{font-family:Cascadia Mono,Fira Code,monospace;white-space:pre;text-align:left;margin:0;padding:0;color:var(--term-fg);text-shadow:0 0 4px var(--term-text-glow)}.dial-link{cursor:pointer;text-decoration:underline;color:var(--term-fg);transition:text-shadow .2s ease}.dial-link:hover{text-shadow:0 0 8px var(--term-text-glow)}.hayspireModem{position:relative;width:min(640px,90%);max-height:85%;min-height:0;background:#8a8a8a;border:1px solid #555;border-radius:10px;display:flex;align-items:center;gap:18px;padding:6px 14px;box-shadow:inset 0 1px #ffffff40;color:#2a2a2a}.modemBrandPlate{background:#9b9b9b;border:1px solid #6a6a6a;border-radius:6px;padding:2px 6px;min-width:110px;text-align:left;box-shadow:inset 0 1px #ffffff59}.modemBrandName{font-size:11px;letter-spacing:1px;font-weight:700;text-transform:uppercase}.modemBrandModel{font-size:7px;letter-spacing:.6px;opacity:.8}.modemBrandEasterEgg{font-size:3px;opacity:.25;letter-spacing:.4px;margin-top:1px}.modemIndicators{display:flex;gap:12px;align-items:center}.modemLedGroup{display:flex;flex-direction:column;align-items:center;gap:4px}.modemLedLabel{font-size:8px;letter-spacing:.5px;text-transform:uppercase}.modemLed{width:7px;height:7px;border-radius:50%;background:#2a2a2a;box-shadow:inset 0 0 2px #0009}.modemLedRx{animation:led-flicker .45s linear infinite;background:#6cf16c;box-shadow:0 0 6px #6cf16cbf}.modemLedTx{animation:led-flicker 1s linear infinite;background:#ffb25b;box-shadow:0 0 6px #ffb25bb3}.modemMatrixContainer{overflow:hidden;width:206px;height:14px;position:relative;display:flex;align-items:center;border:3px solid #5a5a5a;border-radius:2px;background-color:#1a1a1a;box-sizing:border-box}.modemSignal{display:flex;flex-direction:column;gap:4px;align-items:center}.modemSignalLabel{font-size:7px;letter-spacing:.5px}.modemSignalBars{display:flex;gap:3px}.modemSignalBar{width:4px;height:10px;background:#4a4a4a;border-radius:2px;box-shadow:inset 0 1px 1px #fff3;transition:background-color .2s,opacity .2s}.modemSignalBar-1{background:#4f9c5b}.modemSignalBar-2{background:#66b66a}.modemSignalBar-3{background:#86c96c}.modemSignalBar-4{background:#a0d66b}.modemSignalBar-5{background:#bfe16f}.modemSignalBarDegraded{background:#f44!important}.modemLedAlternatingRx{animation:led-alternate-rx 1s ease-in-out infinite}.modemLedAlternatingTx{animation:led-alternate-tx 1s ease-in-out infinite}@keyframes led-alternate-rx{0%,50%{opacity:1}25%,75%{opacity:.3}}@keyframes led-alternate-tx{0%,50%{opacity:.3}25%,75%{opacity:1}}.modemPower{margin-left:auto;display:flex;align-items:center;gap:8px}.modemPowerLabel{font-size:7px;letter-spacing:.6px}.modemPowerButton{width:22px;height:22px;border-radius:50%;border:1px solid #555;background:radial-gradient(circle at 30% 30%,#5f5f5f,#3f3f3f);box-shadow:inset 0 2px 4px #ffffff26,inset 0 -2px 4px #00000059;display:grid;place-items:center}.modemPowerLed{width:8px;height:8px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#9bff9b,#2e8f2e);box-shadow:0 0 6px #5cff5ccc,inset 0 0 2px #fff9}.modemScrew{position:absolute;width:6px;height:6px;border-radius:50%;background:#6b6b6b;box-shadow:inset 0 1px 2px #0006}.modemScrewTL{top:4px;left:4px}.modemScrewTR{top:4px;right:4px}.modemScrewBL{bottom:4px;left:4px}.modemScrewBR{bottom:4px;right:4px}@keyframes led-flicker{0%,to{opacity:.3}50%{opacity:1}}@keyframes status-blink{0%,to{opacity:.6}50%{opacity:1}}.modem-matrix-canvas{display:block;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;height:8px;width:auto;flex-shrink:0}.modem-matrix-container{overflow:hidden;height:14px;display:flex;align-items:center;border:3px solid #5a5a5a;border-radius:2px;background-color:#1a1a1a;padding:0;box-sizing:border-box}.instrumentPanel{box-sizing:border-box;width:100%;height:100%;padding:0 5%;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.crt-grid{display:grid;grid-template-columns:70px 1fr 70px;grid-template-rows:70px 1fr 100px;width:100vw;height:100vh}.landing-page.immersive .crt-grid{height:calc(100vh - 40px)}.cell{min-width:0;min-height:0}.cell-5 .terminalRoot{width:100%;height:100%}.cell-2{position:relative}.bezel-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:20pt;color:#6d6d6d;text-shadow:1px 1px 0 rgba(255,255,255,.35),-1px -1px 0 rgba(0,0,0,.35);pointer-events:none;-webkit-user-select:none;user-select:none}.cell-1,.cell-2,.cell-3,.cell-4,.cell-6,.cell-7,.cell-8,.cell-9{background:#7a7a7a;outline:1px solid #555}.cell-1{border-top-left-radius:12px}.cell-3{border-top-right-radius:12px}.cell-7{border-bottom-left-radius:12px}.cell-9{border-bottom-right-radius:12px}.postItWrapper{position:fixed;top:10%;right:8%;z-index:1000;pointer-events:none;perspective:800px;--swing-mult: .3;animation:postit-fall 6.5s cubic-bezier(.05,.7,.2,1) 2s forwards,postit-swing-scale 6.5s cubic-bezier(.15,.8,.2,1) 2s forwards}.postItDrift{animation:postit-zigzag 1.5s ease-in-out 2s infinite alternate}.postItFace{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#f6e58d;color:#111;font-family:Comic Sans MS,Comic Sans,cursive;font-size:clamp(16px,2vw,26px);text-align:center;box-shadow:0 3px 6px #00000040;backface-visibility:hidden}.postIt{position:relative;width:clamp(64px,8vw,140px);height:clamp(64px,8vw,140px);transform-style:preserve-3d;--flip-angle: 0deg;animation:postit-wobble 2.1s ease-in-out 2s infinite}.postIt .postItFace{width:100%;height:100%}.postItFront{font-weight:700}.postItBack{color:#1e3a8a;font-weight:400;transform:rotateY(180deg)}.postIt.is-flipped{--flip-angle: 180deg}.postIt.is-hint{--flip-angle: var(--hint-angle, 70deg)}@keyframes postit-fall{0%{transform:translateY(0)}8%{transform:translateY(6vh)}20%{transform:translateY(20vh)}35%{transform:translateY(45vh)}55%{transform:translateY(80vh)}to{transform:translateY(140vh)}}@keyframes postit-zigzag{0%{transform:translate(calc(var(--zigzag-x, 1vw) * var(--swing-mult) * -1))}to{transform:translate(calc(var(--zigzag-x, 1vw) * var(--swing-mult)))}}@keyframes postit-wobble{0%{transform:rotateY(var(--flip-angle)) rotate(calc(var(--tilt) * var(--swing-mult))) rotateX(16deg)}40%{transform:rotateY(var(--flip-angle)) rotate(calc(var(--tilt) * var(--swing-mult) * -.7)) rotateX(-18deg)}70%{transform:rotateY(var(--flip-angle)) rotate(calc(var(--tilt) * var(--swing-mult) * .4)) rotateX(12deg)}to{transform:rotateY(var(--flip-angle)) rotate(calc(var(--tilt) * var(--swing-mult) * -.2)) rotateX(-10deg)}}@keyframes postit-swing-scale{0%{--swing-mult: .2}25%{--swing-mult: .35}55%{--swing-mult: .65}80%{--swing-mult: .9}to{--swing-mult: 1.1}}.landing-page{display:flex;flex-direction:column;min-height:100vh;width:100%;background-image:url(/assets/AetherSpire1-BnHNPDbC.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding-top:38px;box-sizing:border-box}.landing-page.bg-hidden{background-image:none}.landing-page.immersive .row-title,.landing-page.immersive .row-subtitle,.landing-page.immersive .row-mantra,.landing-page.immersive .row-spacer,.landing-page.immersive .row-bg-4,.landing-page.immersive .row-bg-5{display:none}.landing-page.immersive .row-terminal-container{grid-template-columns:100%}.landing-page.immersive .terminal-col-left,.landing-page.immersive .terminal-col-right{display:none}.landing-page.immersive .terminal-col,.landing-page.immersive .terminal-col-center{align-items:flex-start;justify-content:flex-start}.landing-row{width:100%;border:1px solid rgba(128,128,128,.3);box-sizing:border-box}.row-menu-bar{min-height:30px;display:flex;align-items:center;padding:4px 8px;background-color:#0f0f0fd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:2px solid rgba(0,0,0,1);box-shadow:0 2px 4px #0000004d;position:fixed;top:0;left:0;right:0;z-index:10000;width:100%;max-width:100vw;box-sizing:border-box;flex-shrink:0}.menu-bar-placeholder{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100%;gap:16px;font-size:12px;box-sizing:border-box}.menu-bar-right{display:flex;margin-left:auto;flex-shrink:0}.menu-item{position:relative;padding:2px 8px;cursor:default;color:#dcdcdc;font-weight:500}.menu-item:hover{color:#fff;background-color:#ffffff1a;border-radius:3px}.menu-item-help{position:relative;cursor:pointer}.menu-dropdown{position:absolute;top:100%;left:0;margin-top:2px;background-color:#0f0f0ff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(128,128,128,.5);border-radius:3px;min-width:120px;z-index:1000;box-shadow:0 2px 8px #00000080}.menu-bar-right .menu-dropdown{left:auto;right:0}.menu-dropdown-item{padding:6px 12px;color:#dcdcdc;cursor:pointer;font-size:12px;font-weight:500}.menu-dropdown-item:hover{background-color:#ffffff1a;color:#fff}.menu-dropdown-header{padding:6px 12px;color:#b4b4b4;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(128,128,128,.3);margin-bottom:2px}.menu-dropdown-item-submenu{position:relative}.menu-submenu{position:absolute;top:0;left:100%;margin-left:-2px;background-color:#0f0f0ff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(128,128,128,.5);border-radius:3px;min-width:120px;z-index:1001;box-shadow:0 2px 8px #00000080}.row-title,.row-subtitle,.row-mantra{min-height:80px;display:flex;align-items:center;justify-content:center;background-color:transparent}.title-main{margin:0;padding:0;font-size:4.5rem;font-weight:700;color:#fff;text-align:center;letter-spacing:.05em;text-shadow:0 0 20px rgba(255,255,255,.6),0 0 40px rgba(255,255,255,.4),0 0 60px rgba(255,255,255,.2);animation:title-spectrum 8s ease-in-out infinite}@keyframes title-spectrum{0%,to{filter:drop-shadow(0 0 8px rgba(255,200,220,.3)) drop-shadow(0 0 12px rgba(200,220,255,.2))}33%{filter:drop-shadow(0 0 8px rgba(220,255,200,.3)) drop-shadow(0 0 12px rgba(255,200,220,.2))}66%{filter:drop-shadow(0 0 8px rgba(200,220,255,.3)) drop-shadow(0 0 12px rgba(220,255,200,.2))}}.title-subtitle{margin:0;padding:0;font-size:1.8rem;font-weight:400;color:#fff;text-align:center;letter-spacing:.04em;text-shadow:-2px -2px 0 rgba(0,0,0,1),2px -2px 0 rgba(0,0,0,1),-2px 2px 0 rgba(0,0,0,1),2px 2px 0 rgba(0,0,0,1),0 -2px 0 rgba(0,0,0,1),0 2px 0 rgba(0,0,0,1),-2px 0 0 rgba(0,0,0,1),2px 0 0 rgba(0,0,0,1),-1px -1px 0 rgba(0,0,0,1),1px -1px 0 rgba(0,0,0,1),-1px 1px 0 rgba(0,0,0,1),1px 1px 0 rgba(0,0,0,1),0 -1px 0 rgba(0,0,0,1),0 1px 0 rgba(0,0,0,1),-1px 0 0 rgba(0,0,0,1),1px 0 0 rgba(0,0,0,1),0 0 8px rgba(255,255,255,.4),0 0 16px rgba(255,255,255,.3)}.title-mantra{margin:0;padding:0;font-size:1.2rem;font-weight:300;color:#fffffff2;text-align:center;letter-spacing:.02em;text-shadow:-2px -2px 0 rgba(0,0,0,1),2px -2px 0 rgba(0,0,0,1),-2px 2px 0 rgba(0,0,0,1),2px 2px 0 rgba(0,0,0,1),0 -2px 0 rgba(0,0,0,1),0 2px 0 rgba(0,0,0,1),-2px 0 0 rgba(0,0,0,1),2px 0 0 rgba(0,0,0,1),-1px -1px 0 rgba(0,0,0,1),1px -1px 0 rgba(0,0,0,1),-1px 1px 0 rgba(0,0,0,1),1px 1px 0 rgba(0,0,0,1),0 -1px 0 rgba(0,0,0,1),0 1px 0 rgba(0,0,0,1),-1px 0 0 rgba(0,0,0,1),1px 0 0 rgba(0,0,0,1);animation:mantra-pulse 5s ease-in-out infinite}@keyframes mantra-pulse{0%,to{text-shadow:-2px -2px 0 rgba(0,0,0,1),2px -2px 0 rgba(0,0,0,1),-2px 2px 0 rgba(0,0,0,1),2px 2px 0 rgba(0,0,0,1),0 -2px 0 rgba(0,0,0,1),0 2px 0 rgba(0,0,0,1),-2px 0 0 rgba(0,0,0,1),2px 0 0 rgba(0,0,0,1),-1px -1px 0 rgba(0,0,0,1),1px -1px 0 rgba(0,0,0,1),-1px 1px 0 rgba(0,0,0,1),1px 1px 0 rgba(0,0,0,1),0 -1px 0 rgba(0,0,0,1),0 1px 0 rgba(0,0,0,1),-1px 0 0 rgba(0,0,0,1),1px 0 0 rgba(0,0,0,1),0 0 8px rgba(255,255,255,.25),0 0 16px rgba(255,255,255,.15)}50%{text-shadow:-2px -2px 0 rgba(0,0,0,1),2px -2px 0 rgba(0,0,0,1),-2px 2px 0 rgba(0,0,0,1),2px 2px 0 rgba(0,0,0,1),0 -2px 0 rgba(0,0,0,1),0 2px 0 rgba(0,0,0,1),-2px 0 0 rgba(0,0,0,1),2px 0 0 rgba(0,0,0,1),-1px -1px 0 rgba(0,0,0,1),1px -1px 0 rgba(0,0,0,1),-1px 1px 0 rgba(0,0,0,1),1px 1px 0 rgba(0,0,0,1),0 -1px 0 rgba(0,0,0,1),0 1px 0 rgba(0,0,0,1),-1px 0 0 rgba(0,0,0,1),1px 0 0 rgba(0,0,0,1),0 0 12px rgba(255,255,255,.45),0 0 24px rgba(255,255,255,.3),0 0 36px rgba(255,255,255,.2)}}.row-terminal-container{display:grid;grid-template-columns:15% 70% 15%;gap:0;padding:20px;min-height:400px;align-items:center;margin-top:30px;position:relative}.row-terminal-container:before{content:"";position:absolute;inset:0;background-color:#0000004d;pointer-events:none;z-index:0}.terminal-col{display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.terminal-col-left{min-height:100%}.terminal-col-center{min-height:100%;width:100%}.terminal-col-right{min-height:100%}.row-spacer{min-height:40px;background-color:transparent}.row-advertisement{min-height:120px;display:flex;align-items:center;justify-content:center;padding:20px;background-color:#28282833}.ad-placeholder{border:2px dashed rgba(128,128,128,.4);padding:30px 60px;color:#80808099;font-size:14px;text-align:center;background-color:#1e1e1e4d}.row-bg-4,.row-bg-5{min-height:60px;display:flex;align-items:center;justify-content:center;background-color:#1414144d}.row-footer-transition{min-height:30px;background-color:transparent;border-top:1px solid rgba(128,128,128,.2)}.row-legal{min-height:40px;display:flex;align-items:center;justify-content:flex-end;padding:8px 16px;background-color:#0a0a0a80;border-top:1px solid rgba(128,128,128,.3)}.legal-text{font-size:10px;color:#80808099;text-align:right;text-shadow:-2px -2px 0 rgba(0,0,0,1),2px -2px 0 rgba(0,0,0,1),-2px 2px 0 rgba(0,0,0,1),2px 2px 0 rgba(0,0,0,1),0 -2px 0 rgba(0,0,0,1),0 2px 0 rgba(0,0,0,1),-2px 0 0 rgba(0,0,0,1),2px 0 0 rgba(0,0,0,1),-1px -1px 0 rgba(0,0,0,1),1px -1px 0 rgba(0,0,0,1),-1px 1px 0 rgba(0,0,0,1),1px 1px 0 rgba(0,0,0,1),0 -1px 0 rgba(0,0,0,1),0 1px 0 rgba(0,0,0,1),-1px 0 0 rgba(0,0,0,1),1px 0 0 rgba(0,0,0,1)}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:20000}.modal-content{background:#fff;width:60%;height:40%;display:flex;flex-direction:column;box-shadow:0 4px 20px #0000004d}.modal-title{padding:20px;font-size:18px;font-weight:700;border-bottom:1px solid #e0e0e0}.modal-body{flex:1;padding:20px;overflow-y:auto}.modal-footer{padding:20px;border-top:1px solid #e0e0e0;text-align:right}.modal-close{color:#06c;text-decoration:underline;cursor:pointer}.modal-close:hover{color:#0052a3}.registration-form-modal{width:70%;height:70vh;max-height:70vh;display:flex;flex-direction:column;background:#faf8f3;border:1px solid #e8e4d8;box-shadow:0 4px 20px #0000004d,inset 0 0 0 1px #dcd2be4d}.registration-form-modal .modal-title{background-color:#faf8f3;border-bottom-color:#e8e4d8}.registration-form{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:24px}.registration-modal-title{text-align:center;color:#2f2f2f;background-color:#faf8f3}.registration-header{margin-bottom:8px}.registration-blurb{color:#4a4a4a;line-height:1.6;margin-bottom:8px}.registration-blurb p{margin:0 0 12px}.registration-blurb p:last-child{margin-bottom:0}.form-section{display:flex;flex-direction:column;gap:16px}.form-section-title{font-size:16px;font-weight:600;margin:0 0 8px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:14px;font-weight:500;color:#3a3a3a}.form-field input[type=text],.form-field input[type=email],.form-field input[type=password],.form-field select{padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;font-family:inherit}.form-field input[type=text]:focus,.form-field input[type=email]:focus,.form-field input[type=password]:focus,.form-field select:focus{outline:none;border-color:#06c;box-shadow:0 0 0 2px #0066cc1a}.language-label{display:flex;align-items:center;gap:8px;position:relative}.tooltip-icon{font-size:14px;cursor:help;opacity:.7;color:#06c;margin-left:4px;position:relative;display:inline-block}.tooltip-icon:hover,.tooltip-icon:focus{opacity:1;color:#0052a3}.tooltip-icon:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);padding:8px 12px;background-color:#06c;color:#000;border-radius:4px;font-size:12px;white-space:normal;opacity:0;pointer-events:none;transition:opacity .2s;z-index:10001;min-width:300px;max-width:600px;text-align:left;box-shadow:0 2px 8px #0000004d;line-height:1.4;word-wrap:break-word;left:clamp(10px,calc(50% - 300px),calc(100% - 610px));transform:translate(calc(-50% + clamp(calc(310px - 50%),0,calc(-50% + 610px))))}.tooltip-icon:before{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#06c;opacity:0;pointer-events:none;transition:opacity .2s;z-index:10001}.tooltip-icon:hover:after,.tooltip-icon:focus:after,.tooltip-icon:hover:before,.tooltip-icon:focus:before{opacity:1}.checkbox-label{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{margin-top:2px;cursor:pointer}.checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.checkbox-label span{flex:1;line-height:1.5}.link-button{background:none;border:none;padding:0;color:#06c;text-decoration:underline;cursor:pointer;font-size:inherit;font-family:inherit}.link-button:hover{color:#0052a3}.form-error{color:#d32f2f;font-size:12px;margin-top:-4px}.form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e0e0e0}.button-primary,.button-secondary{padding:10px 20px;border:1px solid #ccc;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit}.button-primary{background-color:#06c;color:#fff;border-color:#06c}.button-primary:hover:not(:disabled){background-color:#0052a3;border-color:#0052a3}.button-primary:disabled{background-color:#ccc;border-color:#ccc;cursor:not-allowed;opacity:.6}.button-secondary{background-color:#fff;color:#333}.button-secondary:hover{background-color:#f5f5f5}.terms-modal{width:60%;max-width:700px;max-height:80vh;display:flex;flex-direction:column;background:#fff}.terms-modal-title{display:flex;justify-content:space-between;align-items:center;padding:20px;font-size:18px;font-weight:700;border-bottom:1px solid #e0e0e0;background:#fff;color:#2f2f2f}.modal-close-button{background:none;border:none;font-size:28px;line-height:1;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s,color .2s}.modal-close-button:hover{background-color:#f0f0f0;color:#333}.modal-close-button:focus{outline:2px solid #0066cc;outline-offset:2px}.terms-content{flex:1;padding:20px;overflow-y:auto;line-height:1.6;background:#fff;color:#2f2f2f}.terms-content p{margin:0 0 16px;color:#2f2f2f}.terms-markdown{color:#2f2f2f}.terms-markdown h1{font-size:24px;font-weight:700;margin:0 0 8px;color:#2f2f2f}.terms-markdown h2{font-size:18px;font-weight:600;margin:24px 0 12px;color:#2f2f2f}.terms-markdown h2:first-of-type{margin-top:0}.terms-markdown hr{border:none;border-top:1px solid #e0e0e0;margin:24px 0}.terms-markdown p{margin:0 0 16px;line-height:1.6;color:#2f2f2f}.terms-markdown ul{margin:0 0 16px;padding-left:24px;color:#2f2f2f}.terms-markdown li{margin:0 0 8px;line-height:1.6;color:#2f2f2f}.terms-markdown strong{font-weight:600;color:#2f2f2f}.terms-footer{display:flex;flex-direction:column;gap:12px;padding:20px;border-top:1px solid #e0e0e0;color:#2f2f2f;text-align:left}.terms-footer .checkbox-label{margin-bottom:4px;color:#2f2f2f}.country-dropdown{position:relative;width:100%}.country-input{width:100%;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;font-family:inherit;box-sizing:border-box;color:#000;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none}.country-input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 2px #0066cc1a}.country-dropdown-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 2px 8px #00000026;margin-top:-1px}.country-option{padding:8px 12px;cursor:pointer;font-size:14px;border-bottom:1px solid #f0f0f0;color:#000;background-color:#fff}.country-option:last-child{border-bottom:none}.country-option:hover,.country-option:focus{background-color:#e6f2ff;outline:none}.country-option.no-results{color:#999;cursor:default;font-style:italic}.country-option.no-results:hover{background-color:transparent}
