html{scroll-behavior:smooth}.honeypot{height:0;left:-9999px;opacity:0;position:absolute;width:0}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#141414;color:#e0e0e0;display:flex;flex-direction:column;font-family:sans-serif;min-height:100vh}header{height:100vh;overflow:hidden;position:relative;width:100%}header .hero-image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}header:after{background:#0006;content:"";inset:0;position:absolute;z-index:1}header .logo{height:250px;top:50%;transform:translate(-50%,-50%)}.scroll-hint,header .logo{left:50%;position:absolute;z-index:2}.scroll-hint{align-items:center;bottom:30px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:.75rem;gap:6px;letter-spacing:.1em;opacity:.8;text-decoration:none;text-transform:uppercase;transform:translate(-50%)}.scroll-hint .arrow{animation:bounce 2s infinite;border-bottom:2px solid #fff;border-right:2px solid #fff;height:20px;transform:rotate(45deg);width:20px}@keyframes bounce{0%,to{opacity:1;transform:rotate(45deg) translateY(0)}50%{opacity:.5;transform:rotate(45deg) translateY(6px)}}section{background-color:#252525;min-height:40vh;padding:80px 40px}section:nth-of-type(odd){background-color:#313233}.section-inner{margin:0 auto;max-width:800px}.section-inner h2{color:#fff;font-size:1.8rem;margin-bottom:16px}.section-inner p{color:#aaa;line-height:1.7;margin-bottom:14px}.side-by-side{align-items:center;display:flex;gap:56px;max-width:960px}.side-by-side .side-text{flex:1}.game-card{background:#1e1e1e;border:1px solid #2a2a2a;border-radius:14px;flex-shrink:0;overflow:hidden;width:340px}.game-card .thumbnail{align-items:center;aspect-ratio:16/9;background:#252525;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.game-card .thumbnail img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.game-card .thumbnail .thumb-label{background:#0009;border-radius:4px;color:#fff;font-size:.7rem;left:14px;letter-spacing:.05em;padding:4px 8px;position:absolute;text-transform:uppercase;top:12px}.game-card .play-btn{align-items:center;background:#00b74e;border-radius:50%;box-shadow:0 4px 16px #00b74e59;cursor:pointer;display:flex;height:68px;justify-content:center;text-decoration:none;transition:background .2s,transform .15s;width:68px;z-index:1}.game-card .play-btn:hover{background:#00d65a;transform:scale(1.08)}.game-card .play-btn .play-icon{border-bottom:14px solid transparent;border-left:24px solid #fff;border-top:14px solid transparent;height:0;margin-left:5px;width:0}.game-card .details{padding:18px 20px 20px}.game-card .details h3{color:#fff;font-size:1.1rem;margin-bottom:6px}.game-card .details>p{color:#999;font-size:.82rem;line-height:1.5;margin-bottom:14px}.game-card .stats{align-items:center;display:flex;gap:0}.game-card .stats>:not(:first-child){border-left:1px solid #333;margin-left:16px;padding-left:16px}.game-card .stat{color:#666;font-size:.8rem}.game-card .stat span{color:#ddd;font-weight:600}.live-players{align-items:center;color:#999;display:flex;font-size:.82rem;gap:8px;margin-bottom:10px}.live-players .live-dot{animation:pulse 2s ease-in-out infinite;background:#4caf50;border-radius:50%;height:10px;width:10px}.live-players span{color:#ddd;font-weight:600}@keyframes pulse{0%,to{box-shadow:0 0 #4caf5099}50%{box-shadow:0 0 0 6px #4caf5000}}.contact-form{display:flex;flex-direction:column;flex-shrink:0;gap:14px;max-width:400px;width:100%}.contact-form label{color:#777;font-size:.8rem;letter-spacing:.04em;margin-bottom:-8px;text-transform:uppercase}.contact-form input,.contact-form textarea{background:#1e1e1e;border:1px solid #2a2a2a;border-radius:8px;color:#e0e0e0;font-family:inherit;font-size:.9rem;padding:12px 14px;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#4a4a4a;outline:none}.contact-form textarea{min-height:100px;resize:vertical}.contact-form button{background:#00b74e;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:.9rem;margin-top:4px;padding:12px;transition:background .2s}.contact-form button:hover{background:#00d65a}footer{background-color:#0f0f0f;border-top:1px solid #2a2a2a;color:#666;margin-top:auto;padding:40px;text-align:center}footer img{height:40px;opacity:.6}footer p{font-size:.85rem;margin-top:12px}@media(max-width:600px){header .logo{height:140px}section{padding:60px 24px}.section-inner h2{font-size:1.4rem}.side-by-side{flex-direction:column;gap:32px}#contact .side-text{order:-1}.game-card{width:100%}.game-card .play-btn{height:56px;width:56px}.game-card .play-btn .play-icon{border-bottom-width:12px;border-left-width:20px;border-top-width:12px}}
