html,body{height:100%;width:100%;margin:0;padding:0;font-family:Arial,sans-serif;-ms-overflow-style:none;scrollbar-width:none;overflow-x:hidden;-webkit-overflow-scrolling:touch;box-sizing:border-box;transition:background-color .3s,color .3s}body.dark{background-color:#1e1e1e;color:#fff}body.light{background-color:#fff;color:#000}.app-wrapper{max-width:100vw;overflow-x:hidden;position:relative}*,*:before,*:after{box-sizing:border-box}body::-webkit-scrollbar{display:none}.footer{position:fixed;bottom:0;left:0;width:100%;background-color:#1e1e1e;color:#fff;z-index:98}.footer-content{display:flex}.footer-line{width:90%;height:2px;background-color:#fff;margin:0 auto 5px}.footer-content{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1200px;z-index:98;margin:0 auto;position:bottom}.left-section p{margin:0;color:#fff}.right-section{display:flex;align-items:center;gap:20px}.credits-button{background:none;border:none;color:#00d4ff;cursor:pointer;text-decoration:none;transition:color .3s}.credits-button:hover{color:gold}body.light .modal-content{background-color:#fffcf0;color:#000}body.light .modal-content h2{color:#006d83}body.light .modal-content button{color:#fff;background-color:#000}.theme-toggle-button{position:fixed;top:4rem;right:0rem;z-index:98;background:#fff;border:none;font-size:1.5rem;cursor:pointer;color:#1e1e1e;width:100px}body.light .theme-toggle-button{color:#fff;background-color:#1e1e1e}body.light .modal-content a{color:red}@media (max-width: 385px){.footer{position:fixed;bottom:0;left:0;width:100%;background-color:#1e1e1e;color:#fff;padding:10px 0;font-size:.7rem}}@media (min-width: 386px) and (max-width: 768px){.footer{position:fixed;bottom:0;right:50px;width:100%;background-color:#1e1e1e;color:#fff;padding:0;font-size:.7rem}}@media (max-width: 400px){.theme-toggle-button{position:fixed;top:4rem;left:17rem;background:#fff;font-size:1.2rem;width:0px}}@media (max-width: 500px) and (min-width: 401px){.theme-toggle-button{position:fixed;top:4rem;left:20rem;background:#fff;font-size:1.2rem;width:0px}}@media (max-width: 600px) and (min-width: 501px){.theme-toggle-button{position:fixed;top:4rem;left:28rem;background:#fff;font-size:1.2rem;width:0px}}@media (min-width: 601px) and (max-width: 768px){.theme-toggle-button{position:fixed;top:4rem;left:40rem;background:#fff;font-size:1.6rem;width:0px}}@media (min-width: 769px) and (max-width: 900px){.theme-toggle-button{position:fixed;top:4rem;left:44rem;background:#fff;font-size:1.7rem;width:100px}}@media (min-width: 769px) and (max-width: 900px) and (orientation: landscape){.theme-toggle-button{position:fixed;top:4rem;left:47rem;background:#fff;font-size:1.4rem;width:100px}}@media (max-width: 768px) and (orientation: landscape){.theme-toggle-button{position:fixed;top:4rem;left:37rem;background:#fff;font-size:1rem;width:100px}}@media (max-width: 900px) and (orientation: landscape){.modal-content{transform:scale(.7)}}.construction-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(0,212,255,.22),transparent 28rem),linear-gradient(135deg,#071016,#112027 61%,#f6efe3 61.1%,#fff8ea);color:#f8fbff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}.construction-hero{min-height:100vh;position:relative;display:flex;flex-direction:column;padding:28px clamp(18px,4vw,64px) 32px}.construction-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.075) 1px,transparent 1px);background-size:54px 54px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 78%);mask-image:linear-gradient(to bottom,black,transparent 78%)}.launch-orbit{position:relative;flex:0 0 auto;margin-left:auto;width:58px;height:58px;display:grid;place-items:center;color:#071016;border-radius:999px;background:#ffcf4a;box-shadow:0 0 0 9px #ffcf4a24,0 14px 28px #0000002e;animation:rocket-float 4.5s ease-in-out infinite}.launch-orbit span{position:absolute;top:-9px;right:-9px;bottom:-9px;left:-9px;border:2px dashed rgba(0,212,255,.62);border-radius:inherit;animation:orbit-spin 12s linear infinite}.construction-nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px}.construction-logo{width:clamp(82px,8vw,116px);height:clamp(72px,7vw,96px);display:block;object-fit:contain;padding:8px;border-radius:8px;background:#fffffff0;box-shadow:0 16px 32px #0003}.construction-contact-link,.construction-primary,.construction-secondary{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.construction-contact-link{padding:10px 16px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.24);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.construction-contact-link:hover,.construction-primary:hover,.construction-secondary:hover{transform:translateY(-2px)}.construction-content{position:relative;z-index:1;flex:1;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(320px,.72fr);gap:clamp(28px,5vw,72px);align-items:center;width:min(1180px,100%);margin:0 auto;padding:44px 0 28px}.construction-copy{max-width:760px}.construction-kicker{width:fit-content;display:inline-flex;align-items:center;gap:10px;margin:0 0 20px;padding:9px 14px;border-radius:999px;background:#ffffff1f;color:#99ecff;border:1px solid rgba(153,236,255,.28);font-size:.95rem;font-weight:800;letter-spacing:0}.construction-copy h1{max-width:820px;margin:0;color:#fff;font-size:clamp(3rem,7vw,6.8rem);line-height:.92;letter-spacing:0}.construction-lede{max-width:660px;margin:24px 0 0;color:#f8fbffd1;font-size:clamp(1.05rem,2vw,1.28rem)}.construction-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.construction-primary,.construction-secondary{padding:13px 19px;font-weight:900}.construction-primary{color:#051117;background:#ffcf4a;box-shadow:0 18px 34px #ffcf4a40}.construction-primary:hover{color:#051117;box-shadow:0 22px 42px #ffcf4a57}.construction-secondary{color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.26)}.construction-secondary:hover,.construction-contact-link:hover{color:#fff;background:#ffffff2e}.construction-panel{border-radius:8px;padding:clamp(20px,3vw,30px);background:linear-gradient(180deg,#fffffff5,#fffbf1f0),#fff;color:#111820;box-shadow:0 28px 70px #00000047;border:1px solid rgba(255,255,255,.7)}.panel-heading{display:flex;align-items:center;gap:12px;color:#0b6d82}.panel-heading span,.panel-heading strong{display:block}.panel-heading span{color:#52616b;font-size:.88rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.panel-heading strong{color:#101820;font-size:1.4rem}.countdown-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:26px}.countdown-tile{min-width:0;aspect-ratio:1 / .9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:8px;background:#101820;color:#fff;border:1px solid rgba(0,212,255,.18)}.countdown-tile strong{font-size:clamp(1.55rem,3.3vw,2.8rem);line-height:1;font-variant-numeric:tabular-nums}.countdown-tile span{color:#99ecff;font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.launch-progress{height:10px;margin:24px 0;border-radius:999px;background:#1018201f;overflow:hidden}.launch-progress span{display:block;width:72%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#00d4ff,#ffcf4a)}.construction-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}.construction-list li{display:flex;gap:10px;color:#26323b;font-weight:700}.construction-list svg{flex:0 0 auto;color:#0b8aa4;margin-top:2px}.construction-feature-strip{position:relative;z-index:1;width:min(1180px,100%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 auto}.construction-feature-strip div{min-height:62px;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:8px;color:#fff;background:#051117d6;border:1px solid rgba(153,236,255,.34);box-shadow:0 16px 34px #00000038;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-weight:900;text-shadow:0 1px 2px rgba(0,0,0,.45)}.construction-feature-strip svg{color:#ffcf4a;flex:0 0 auto}@keyframes rocket-float{0%,to{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-18px) rotate(8deg)}}@keyframes orbit-spin{to{transform:rotate(360deg)}}@media (max-width: 900px){.construction-page{background:radial-gradient(circle at top left,rgba(0,212,255,.22),transparent 22rem),linear-gradient(160deg,#071016,#13242c 76%,#fff8ea 76.1%,#fff8ea);overflow:visible}.construction-hero{min-height:100svh}.construction-content{grid-template-columns:1fr;align-items:start;padding-top:54px}.construction-panel{max-width:620px}}@media (max-width: 680px){.construction-nav{align-items:flex-start}.construction-contact-link span{display:none}.construction-copy h1{font-size:clamp(2.7rem,15vw,4.5rem)}.countdown-grid,.construction-feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.launch-orbit{width:50px;height:50px}}@media (max-width: 460px){.construction-hero{padding-inline:14px}.construction-kicker{max-width:100%;align-items:flex-start;border-radius:8px}.construction-actions,.construction-primary,.construction-secondary{width:100%}.countdown-grid,.construction-feature-strip{grid-template-columns:1fr}.countdown-tile{aspect-ratio:auto;min-height:88px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;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;min-width:320px;min-height:100vh}#root{min-height:100vh;width:100%}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}}
