@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Mono:wght@400;600&family=Manrope:wght@400;600;800&display=swap');
:root{--ink:#050307;--purple:#7c28c9;--purple2:#b94cff;--yellow:#ffd83d;--paper:#f6f0ff;--muted:#a797b5;--line:#34203f}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#060308;color:var(--paper);font-family:Manrope,sans-serif;overflow-x:hidden}a{color:inherit}#storm,#flash{position:fixed;inset:0;pointer-events:none}#storm{z-index:-3}#flash{z-index:-2;background:radial-gradient(circle at 60% 0,rgba(157,62,232,.14),transparent 38%);transition:.08s}#flash.on{background:rgba(255,216,61,.07)}
body:before{content:"";position:fixed;inset:0;z-index:-4;background:radial-gradient(circle at 75% 15%,#28103a 0,transparent 30%),linear-gradient(115deg,#040206 55%,#0e0615);pointer-events:none}
header{height:78px;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;background:rgba(6,3,8,.78);backdrop-filter:blur(18px);border-bottom:1px solid #24152b}.brand{text-decoration:none;display:flex;align-items:center;gap:10px;font-family:"Archivo Black";letter-spacing:.08em}.brand span{color:var(--yellow);font-size:24px;text-shadow:0 0 18px #ffd83d66}.brand b{font-size:15px}nav{display:flex;gap:28px}nav a{text-decoration:none;color:#a995b5;font:600 12px "IBM Plex Mono"}nav a:hover{color:var(--yellow)}.power-toggle{font:600 10px "IBM Plex Mono";color:var(--yellow);background:#13091a;border:1px solid #4a285b;padding:9px 12px;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);cursor:pointer}
main{width:min(1220px,92vw);margin:auto}.hero{min-height:720px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:50px}.kicker,.section-title>span{font:600 10px "IBM Plex Mono";letter-spacing:.25em;color:var(--yellow)}h1,h2,h3{font-family:"Archivo Black",sans-serif}h1{font-size:clamp(52px,7vw,94px);line-height:.94;letter-spacing:-.045em;margin:18px 0 25px;max-width:900px}h1 strong,h2 em{color:var(--purple2);font-style:normal} .hero-copy p{max-width:660px;color:var(--muted);line-height:1.75;font-size:16px}.hero-actions{display:flex;gap:12px;margin-top:30px}.power-btn,.wire-btn{font:600 11px "IBM Plex Mono";letter-spacing:.06em;text-decoration:none;padding:14px 17px;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px)}.power-btn{background:var(--yellow);color:#120d00}.wire-btn{border:1px solid #59326a;color:#c9b7d4}.reactor{height:430px;position:relative;display:grid;place-items:center}.ring{position:absolute;border:1px solid #512b63;border-radius:50%;animation:spin 12s linear infinite}.r1{width:330px;height:330px;border-style:dashed}.r2{width:260px;height:260px;animation-direction:reverse;animation-duration:8s}.r3{width:190px;height:190px;border-color:#9a3fd0}.reactor-core{width:135px;height:135px;clip-path:polygon(20% 0,80% 0,100% 20%,100% 80%,80% 100%,20% 100%,0 80%,0 20%);background:#12091a;border:1px solid #73318e;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 55px #8c35c92c}.reactor-core span{color:var(--yellow);font-size:25px}.reactor-core b{font:800 31px Manrope}.reactor-core small,.hint{font:600 8px "IBM Plex Mono";color:#7f688b}.meter{position:absolute;bottom:38px;width:220px;height:5px;background:#25142d}.meter i{display:block;width:44%;height:100%;background:linear-gradient(90deg,var(--purple2),var(--yellow));box-shadow:0 0 12px #ffd83d77;transition:.25s}.hint{position:absolute;bottom:14px}.rail{display:flex;align-items:center;gap:14px;color:#604c69;font:600 8px "IBM Plex Mono";letter-spacing:.14em}.rail i{height:1px;background:#382342;flex:1}.slice{padding:110px 0}.section-title{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:30px;margin-bottom:38px}.section-title>span{grid-column:1/-1}.section-title h2{font-size:clamp(38px,5vw,66px);line-height:.98;margin:0}.section-title p{color:var(--muted);line-height:1.7;max-width:500px}
.terminal-shell{background:#08050a;border:1px solid #42274f;clip-path:polygon(18px 0,100% 0,100% calc(100% - 18px),calc(100% - 18px) 100%,0 100%,0 18px);box-shadow:0 35px 90px #0008}.terminal-top{height:48px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #2d1935;font:600 9px "IBM Plex Mono";color:#7f688b}.terminal-top span{color:var(--yellow)}.terminal-body{display:grid;grid-template-columns:170px 1fr;min-height:410px}.terminal-body aside{padding:20px 12px;border-right:1px solid #2d1935}.tab{width:100%;text-align:left;padding:13px;background:transparent;border:0;color:#725e7c;font:600 10px "IBM Plex Mono";cursor:pointer}.tab.active{background:#1a0c22;color:var(--yellow);border-left:2px solid var(--yellow)}.screen{padding:25px}.view{display:none}.view.active{display:block}.screen-head{display:flex;justify-content:space-between;align-items:center;font:600 10px "IBM Plex Mono";color:#8f779c}.screen-head button{font:600 9px "IBM Plex Mono";padding:8px 11px;background:#170c1d;color:#bca9c6;border:1px solid #40244b}.screen-head .yellow{background:var(--yellow);color:#120d00;border-color:var(--yellow)}.editor{margin-top:20px;height:250px;background:#030204;border:1px solid #28152f;padding:22px;font:13px/2 "IBM Plex Mono";color:#796583}.editor span{color:#4c3856}.editor b{color:#c16af0}.editor i{color:#4e3a57}.output{border:1px solid #28152f;border-top:0;padding:13px;font:600 9px "IBM Plex Mono";color:#624e6b}.output b{color:var(--yellow)}.big-label{font:46px "Archivo Black";color:#2d1936;margin:15px 0 40px}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mini-grid article{border:1px solid #33203b;padding:22px;color:#6d5877;font:9px "IBM Plex Mono";height:120px}.mini-grid b{display:block;color:#d6c6de;font:700 15px Manrope;margin-top:15px}.view label{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid #2b1832;color:#9b87a6}
.switchboard{display:grid;grid-template-columns:.75fr 1.25fr;border:1px solid #44264f;min-height:350px;background:#09050c}.selector{padding:40px;display:grid;align-content:center;gap:25px;border-right:1px solid #44264f}.selector button{padding:17px;background:transparent;color:#725b7e;border:1px solid #3a2143;font:600 11px "IBM Plex Mono";cursor:pointer}.selector button.selected{color:#160f00;background:var(--yellow);border-color:var(--yellow)}.lever{height:70px;width:34px;margin:auto;border:1px solid #4d2a59;padding:4px}.lever i{display:block;width:100%;height:28px;background:var(--purple2);transition:.25s}.selector.perm .lever i{transform:translateY(32px);background:var(--yellow)}.plan-readout{padding:55px}.plan-readout small{font:600 9px "IBM Plex Mono";color:var(--yellow)}.plan-readout h3{font-size:38px;margin:16px 0}.plan-readout p{color:var(--muted);line-height:1.75;max-width:600px}.specs{display:flex;gap:30px;margin-top:38px}.specs span{font:9px "IBM Plex Mono";color:#695574}.specs b{display:block;color:#d4c3dc;margin-top:8px}
.circuit{display:flex;align-items:center}.node{width:22%;min-height:190px;border:1px solid #472653;padding:24px;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);background:#0a050d}.node b{color:var(--yellow);font:600 10px "IBM Plex Mono"}.node strong{display:block;font:23px "Archivo Black";margin:30px 0 10px}.node small{color:#897493;line-height:1.55}.circuit>i{height:2px;flex:1;background:linear-gradient(90deg,var(--purple),var(--yellow));box-shadow:0 0 10px #ffd83d55}
.voltage-panel{padding:38px;border:1px solid #4a2856;background:linear-gradient(110deg,#120819,#08040a);display:flex;justify-content:space-between;align-items:center;clip-path:polygon(18px 0,100% 0,100% calc(100% - 18px),calc(100% - 18px) 100%,0 100%,0 18px)}.voltage-panel span{font:600 9px "IBM Plex Mono";color:var(--yellow)}.voltage-panel h2{font-size:34px;margin:10px 0}.readouts{display:flex;gap:45px}.readouts b{font:800 13px Manrope;color:#e6dce9}.readouts small{display:block;font:600 8px "IBM Plex Mono";color:#6d5877;margin-bottom:7px}
.faq{border-top:1px solid #3b2145}.faq details{border-bottom:1px solid #3b2145}.faq summary{list-style:none;padding:24px 5px;display:flex;justify-content:space-between;cursor:pointer;font:800 15px Manrope}.faq summary::-webkit-details-marker{display:none}.faq summary b{color:var(--yellow);font-size:22px}.faq details[open] summary b{transform:rotate(45deg)}.faq p{color:var(--muted);line-height:1.7;max-width:700px;padding:0 5px 24px;margin:0}.overcharge{text-align:center;padding:100px 20px 120px;border-top:1px solid #2e1936}.overcharge>span{font-size:40px;color:var(--yellow);text-shadow:0 0 30px #ffd83d77}.overcharge h2{font-size:clamp(38px,6vw,74px);margin:15px 0}.overcharge p{color:var(--muted)}.overcharge a{display:inline-block;margin-top:25px;color:var(--yellow);font:600 10px "IBM Plex Mono"}
footer{width:min(1220px,92vw);margin:auto;border-top:1px solid #2b1832;padding:30px 0 50px;display:flex;align-items:center;justify-content:space-between;color:#685572;font-size:11px}.boot{position:fixed;z-index:99;inset:0;background:#050207;display:grid;place-items:center;transition:.6s}.boot.hide{opacity:0;visibility:hidden}.boot-core{text-align:center;width:min(380px,75vw)}.boot-core>span{font-size:45px;color:var(--yellow);display:block;animation:pulse .6s infinite alternate}.boot-core b{display:block;margin:20px 0;font:18px "Archivo Black";letter-spacing:.06em}.bootbar{height:3px;background:#25122e}.bootbar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--purple2),var(--yellow));animation:load 1.7s forwards}.boot-core small{display:block;margin-top:12px;color:#604c69;font:8px "IBM Plex Mono";letter-spacing:.2em}#skip{position:absolute;right:25px;top:25px;background:transparent;border:1px solid #3b2145;color:#8e7799;padding:8px 10px;font:8px "IBM Plex Mono";cursor:pointer}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{to{filter:drop-shadow(0 0 20px #ffd83d)}}@keyframes load{to{width:100%}}
@media(max-width:850px){header nav{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.reactor{height:360px}.section-title{grid-template-columns:1fr}.terminal-body{grid-template-columns:1fr}.terminal-body aside{display:flex;border-right:0;border-bottom:1px solid #2d1935;overflow:auto}.tab{width:auto}.switchboard{grid-template-columns:1fr}.selector{border-right:0;border-bottom:1px solid #44264f}.circuit{display:grid;grid-template-columns:1fr}.node{width:100%}.circuit>i{width:2px;height:30px;margin:auto}.voltage-panel{display:block}.readouts{margin-top:25px;gap:20px;flex-wrap:wrap}.specs{flex-wrap:wrap}.mini-grid{grid-template-columns:1fr}.power-toggle{font-size:0}.power-toggle:after{content:"⚡";font-size:14px}}
@media(max-width:520px){h1{font-size:48px}.hero-actions{flex-direction:column;align-items:flex-start}.reactor{transform:scale(.82)}.screen{padding:14px}.plan-readout{padding:30px}.selector{padding:25px}.section-title h2{font-size:40px}footer{align-items:flex-start;gap:15px;flex-direction:column}}
.credit-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}
.credit-grid article{min-height:245px;padding:32px;border:1px solid #43254e;background:linear-gradient(135deg,#0d0711,#08040a);clip-path:polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px);position:relative;overflow:hidden}
.credit-grid article:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-80px;bottom:-90px;background:#8c35c9;filter:blur(75px);opacity:.16}
.credit-grid .credit-owner{border-color:#765127}
.credit-grid .credit-owner:after{background:#ffd83d;opacity:.10}
.credit-grid small{font:600 9px "IBM Plex Mono";letter-spacing:.16em;color:#80698c}
.credit-grid .credit-owner small{color:var(--yellow)}
.credit-grid h3{font-size:38px;margin:45px 0 7px}
.credit-grid p{color:var(--muted);margin:0 0 28px}
.credit-grid article>span{font:600 9px "IBM Plex Mono";color:#b45be6}
.credit-grid .credit-owner>span{color:var(--yellow)}
@media(max-width:700px){.credit-grid{grid-template-columns:1fr}}
