:root{color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#090711;color:#f4f0fc;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-height:100svh;display:flex;flex-direction:column;isolation:isolate;overflow-x:hidden}header,footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:32px clamp(24px,5vw,80px);font-size:12px;letter-spacing:.025em;color:#a49ab7}header{position:relative;z-index:1}.domain{font-weight:600;color:#d8cdeb}.status{display:flex;align-items:center;gap:9px}.status i{width:5px;height:5px;background:#8fe4c2;border-radius:50%;box-shadow:0 0 10px #67dbaa55}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px 100px;position:relative;min-height:550px}.identity{position:relative;width:min(64vw,420px);margin-bottom:45px}.wordmark{width:100%;height:auto;display:block;filter:drop-shadow(0 0 30px #9b6af51a)}.cat{position:absolute;right:-44px;bottom:-3px;width:52px;height:52px;animation:cat-breathe 6s ease-in-out infinite}h1{font-size:clamp(32px,5vw,58px);font-weight:600;line-height:1.12;letter-spacing:-.055em;margin:0;color:#f2edfa}p{font-size:clamp(14px,2vw,16px);line-height:1.7;letter-spacing:-.015em;color:#a69bb7;margin:24px 0 38px}.coming{border:1px solid #b594ef30;background:#b38af90b;padding:12px 21px;border-radius:30px;font-size:12px;color:#d9c5f5;letter-spacing:.02em}.coming span{margin-left:16px;color:#a5e4d6}footer{font-size:11px;border-top:1px solid #b48aff0c}.aurora{position:fixed;inset:0;z-index:-1;pointer-events:none;overflow:hidden;background:radial-gradient(ellipse at 50% 45%,#1b1130aa,transparent 64%)}.aurora:before,.aurora:after{content:"";position:absolute;width:70vw;height:70vw;max-height:850px;max-width:850px;border-radius:50%;will-change:transform;animation:drift 25s ease-in-out infinite alternate}.aurora:before{background:radial-gradient(ellipse,#9957fc17,transparent 65%);top:-25%;left:-15%}.aurora:after{background:radial-gradient(ellipse,#14f19509,transparent 68%);right:-20%;bottom:-45%;animation-delay:-12s}@keyframes drift{to{transform:translate(12vw,10vh) scale(1.15)}}@keyframes cat-breathe{50%{transform:translateY(-3px)}}@media(max-width:480px){header,footer{padding:24px;font-size:10px}.identity{width:60vw;max-width:280px;margin-bottom:36px}.cat{width:38px;height:38px;right:-30px}main{min-height:480px;padding-bottom:65px}footer{gap:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;will-change:auto!important}}
