:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#050507}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;overflow:hidden}#root{min-height:100vh}.page-shell{position:relative;display:grid;min-height:100vh;place-items:center;isolation:isolate;background:radial-gradient(circle at 20% 25%,rgba(43,127,255,.88),transparent 30%),radial-gradient(circle at 78% 18%,rgba(145,75,255,.76),transparent 32%),radial-gradient(circle at 58% 74%,rgba(255,255,255,.62),transparent 24%),linear-gradient(135deg,#000,#111127 42%,#f8f9ff);background-size:180% 180%;animation:movingGradient 12s ease-in-out infinite alternate}.page-shell:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";background:linear-gradient(120deg,rgba(255,255,255,.18),transparent 36%),radial-gradient(circle at center,transparent 0 24%,rgba(0,0,0,.42) 72%);mix-blend-mode:soft-light}.logo-stage{display:grid;width:min(20vw,180px);min-width:160px;aspect-ratio:1;place-items:center}.logo{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 44px rgba(0,0,0,.35))}@keyframes movingGradient{0%{background-position:0% 30%;filter:saturate(1.04)}50%{background-position:70% 50%;filter:saturate(1.22)}to{background-position:100% 72%;filter:saturate(1.08)}}
