:root{--bg:#000;--bg-soft:#0a120a;--text:#e8ffe8;--text-muted:#8c8;--sans:system-ui, "Segoe UI", Roboto, sans-serif}*,:before,:after{box-sizing:border-box}html,body{min-height:100svh;margin:0}body{font:18px/1.5 var(--sans);color:var(--text);background:radial-gradient(ellipse at top, var(--bg-soft) 0%, var(--bg) 60%, #000 100%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100svh}.landing{flex-direction:column;justify-content:space-between;align-items:center;min-height:100svh;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden}.glow{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.glow-top{background:#0a03;width:480px;height:480px;top:-120px;left:50%;transform:translate(-50%)}.glow-bottom{background:#00aa001a;width:400px;height:400px;bottom:-160px;right:-80px}.content{z-index:1;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:640px;display:flex;position:relative}.logo{filter:drop-shadow(0 0 24px #00aa0073);width:clamp(6rem,28vw,9rem);height:auto;margin:0 auto;display:block}.footer{z-index:1;text-align:center;width:100%;position:relative}.footer p{color:var(--text-muted);opacity:.75;margin:0;font-size:.85rem}
