:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#e0e0e0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);background-attachment:fixed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;display:flex;flex-direction:column}.game-container{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column}.game-header{text-align:center;margin-bottom:3rem;padding:2rem 0;border-bottom:2px solid #4a90e2}.game-header h1{font-size:3.5em;margin:0;background:linear-gradient(45deg,#4a90e2,#7b68ee,#ff6b6b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(74,144,226,.5)}.subtitle{font-size:1.2em;color:#b0b0b0;margin:.5rem 0 0}.game-main{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.welcome-section{background:#ffffff0d;border:1px solid rgba(74,144,226,.3);border-radius:15px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.welcome-section h2{font-size:2.5em;margin:0 0 1rem;color:#4a90e2}.welcome-section p{font-size:1.1em;margin:1rem 0;color:#d0d0d0}.game-info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(74,144,226,.2)}.game-info p{margin:.5rem 0;font-size:.95em;color:#a0a0a0}.coming-soon{background:#ffffff0d;border:1px solid rgba(123,104,238,.3);border-radius:15px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.coming-soon h3{font-size:2em;margin:0 0 1.5rem;color:#7b68ee;text-align:center}.coming-soon ul{list-style:none;padding:0;margin:0}.coming-soon li{padding:.8rem 0;border-bottom:1px solid rgba(123,104,238,.2);font-size:1.1em;color:#d0d0d0;transition:color .3s ease}.coming-soon li:hover{color:#7b68ee}.coming-soon li:last-child{border-bottom:none}.game-footer{text-align:center;margin-top:3rem;padding:2rem 0;border-top:2px solid #4a90e2;color:#888}@media (max-width: 768px){.game-main{grid-template-columns:1fr;gap:2rem}.game-header h1{font-size:2.5em}.game-container{padding:1rem}}
