@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap";:root{--bg-color:#0a0a0a;--text-color:#f0f0f0;--accent-color:#4a4a4a;--highlight-color:#888}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);color:var(--text-color);width:100%;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}body{flex-direction:column;display:flex}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}.app-container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.background-gradient{z-index:-1;background:radial-gradient(circle,#1a1a1a 0%,#0a0a0a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.content-wrapper{text-align:center;z-index:1;width:100%;max-width:800px;padding:2rem}.title{letter-spacing:-.05em;color:#fff;opacity:0;margin-bottom:1rem;font-size:clamp(3rem,8vw,6rem);font-weight:800;animation:1s cubic-bezier(.16,1,.3,1) forwards fadeUp}.subtitle{color:var(--highlight-color);opacity:0;margin-bottom:4rem;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:300;animation:1s cubic-bezier(.16,1,.3,1) .2s forwards fadeUp}.game-placeholder{aspect-ratio:16/9;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:1000px;margin:0 auto;animation:1s cubic-bezier(.16,1,.3,1) .4s forwards fadeUp;display:flex;box-shadow:0 20px 40px #0006}.game-placeholder-text{color:var(--accent-color);letter-spacing:.1em;text-transform:uppercase;font-size:1.2rem;font-weight:400}.footer{color:#444;opacity:0;font-size:.9rem;animation:1s 1s forwards fadeIn;position:absolute;bottom:2rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}
