:root{--bg:#050b17;--text:#edf5ff;--muted:#8798b2;--line:#203452;--cyan:#22d6e7;--green:#1be890}
*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{font-family:Manrope,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at 73% 45%,#102640 0,#081629 27%,var(--bg) 63%);overflow:hidden;position:relative}.ambient{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none}.ambient-one{width:360px;height:360px;left:-180px;top:50%;background:rgba(18,148,156,.13)}.ambient-two{width:250px;height:250px;right:6%;top:-140px;background:rgba(28,91,187,.13)}
.site-header{position:relative;z-index:2;max-width:1200px;height:88px;margin:auto;padding:0 30px;display:flex;align-items:center;border-bottom:1px solid rgba(43,69,106,.65)}.brand img{display:block;width:210px;height:78px;object-fit:contain}.header-status{display:flex;align-items:center;white-space:nowrap;margin-left:auto;margin-right:32px;color:#7f91ae;font:500 10px "DM Mono",monospace;letter-spacing:.12em}.header-status .status-dot,.pulse,.chip-dot{display:inline-block;flex:0 0 6px;width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green);margin-right:8px}.language-switch{display:flex;flex:0 0 auto;border:1px solid #253b60;border-radius:24px;padding:2px}.language-switch button{border:0;background:transparent;border-radius:20px;color:#8192ad;font:700 10px Manrope;padding:7px 10px}.language-switch .active{background:#286ef4;color:#fff}
.construction{position:relative;z-index:1;max-width:1200px;min-height:calc(100vh - 145px);margin:auto;padding:40px 30px 45px;display:grid;grid-template-columns:48% 52%;align-items:center}.message{padding-bottom:12px}.eyebrow{display:flex;align-items:center;color:var(--cyan);font:500 11px "DM Mono",monospace;letter-spacing:.15em;margin-bottom:25px}.pulse{margin-right:10px;animation:pulse 1.8s infinite}h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.06em;margin:0 0 26px;font-weight:800}h1 em{font-style:normal;background:linear-gradient(100deg,var(--cyan),var(--green));-webkit-background-clip:text;background-clip:text;color:transparent}.intro{max-width:510px;color:#9aabc4;font-size:15px;line-height:1.85;margin:0 0 38px}.progress-wrap{max-width:470px;border-top:1px solid var(--line);padding-top:17px}.progress-label{display:flex;justify-content:space-between;color:#6f83a1;font:10px "DM Mono",monospace;letter-spacing:.08em;margin-bottom:11px}.progress-label strong{color:var(--cyan);font-weight:400}.progress-track{height:4px;border-radius:5px;background:#162944;overflow:hidden}.progress-track i{display:block;width:62%;height:100%;border-radius:5px;background:linear-gradient(90deg,var(--cyan),var(--green));box-shadow:0 0 13px rgba(27,232,144,.55);animation:progress 3s ease-in-out infinite alternate}.notify{display:flex;gap:13px;align-items:center;margin-top:38px;color:#dfeafa}.notify-icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid #2c5776;border-radius:10px;color:var(--cyan);background:rgba(22,69,88,.28)}.notify strong{display:block;font-size:12px}.notify small{display:block;color:#7085a3;font-size:11px;margin-top:4px}
.visual{height:510px;position:relative;display:grid;place-items:center}.visual:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(22,187,201,.18),transparent 64%)}.grid-glow{position:absolute;width:440px;height:240px;background:linear-gradient(rgba(54,116,157,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(54,116,157,.12) 1px,transparent 1px);background-size:35px 35px;mask-image:radial-gradient(ellipse,black 15%,transparent 70%);transform:perspective(220px) rotateX(42deg) translateY(115px);opacity:.75}.orbit{position:absolute;border:1px solid rgba(46,208,221,.25);border-radius:50%;transform:rotate(-25deg)}.orbit-large{width:420px;height:150px}.orbit-small{width:330px;height:118px;transform:rotate(47deg);border-color:rgba(26,232,144,.2)}.logo-frame{position:relative;width:430px;height:430px;display:grid;place-items:center;z-index:1}.logo-frame:after{content:"";position:absolute;inset:45px;border:1px solid rgba(55,214,222,.18);border-radius:50%;box-shadow:0 0 55px rgba(0,203,226,.13)}.logo-frame img{position:relative;z-index:1;width:88%;filter:drop-shadow(0 20px 22px rgba(0,0,0,.48));animation:float 5s ease-in-out infinite}.corner{position:absolute;width:28px;height:28px;border-color:var(--cyan);z-index:2}.corner-tl{top:38px;left:20px;border-top:1px solid;border-left:1px solid}.corner-br{right:20px;bottom:38px;border-bottom:1px solid;border-right:1px solid;border-color:var(--green)}.data-chip{position:absolute;z-index:3;border:1px solid #285072;border-radius:8px;background:rgba(7,21,40,.85);box-shadow:0 12px 24px rgba(0,0,0,.25);font:10px "DM Mono",monospace;color:#91a9c7;padding:10px 13px;letter-spacing:.08em}.chip-top{top:76px;right:8px}.chip-bottom{bottom:74px;left:35px;color:#b5c4d7}.chip-bottom b{color:var(--green);font-weight:400;margin-left:12px}
footer{position:relative;z-index:2;max-width:1200px;margin:auto;padding:0 30px 25px;display:flex;align-items:center;gap:15px;color:#5c7191;font:10px "DM Mono",monospace;letter-spacing:.08em}.footer-line{height:1px;width:38px;background:#27405f}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.7)}}@keyframes progress{from{width:58%}to{width:66%}}
@media(max-width:800px){body{overflow:auto}.site-header{height:72px;padding:0 20px}.brand img{width:180px;height:64px}.header-status{font-size:8px;margin-right:13px}.language-switch{display:none}.construction{display:flex;flex-direction:column;padding:65px 20px 40px;min-height:calc(100vh - 120px);text-align:center}.message{order:1}.visual{order:2;width:100%;height:350px;margin-top:20px}.eyebrow{justify-content:center}h1{font-size:43px}.intro{font-size:13px;margin-left:auto;margin-right:auto}.progress-wrap{margin:auto;text-align:left}.notify{justify-content:center;text-align:left}.logo-frame{width:330px;height:330px}.visual:before{width:320px;height:320px}.orbit-large{width:330px;height:120px}.orbit-small{width:260px;height:95px}.chip-top{top:28px;right:2px}.chip-bottom{bottom:22px;left:7px}.corner-tl{left:2px}.corner-br{right:2px}footer{padding:0 20px 20px;justify-content:center;font-size:9px}}@media(max-width:430px){h1{font-size:37px}.intro{font-size:12px}.visual{height:300px}.logo-frame{width:280px;height:280px}.visual:before{width:280px;height:280px}.data-chip{font-size:8px;padding:8px}.chip-top{right:-2px}.chip-bottom{left:-2px}}
@media(max-width:800px){body{overflow-x:hidden;overflow-y:auto}.visual{overflow:hidden}}
