.game-page{min-height:100vh;background-color:#090c1d;color:#fff;display:flex;flex-direction:column}.game-header{gap:12px;padding:12px 16px;background-color:rgba(9,12,29,.95);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100;border-bottom:1px solid hsla(0,0%,100%,.05)}.back-button,.game-header{display:flex;align-items:center}.back-button{width:36px;height:36px;border-radius:8px;background-color:hsla(0,0%,100%,.1);border:none;color:#fff;cursor:pointer;justify-content:center;transition:all .2s;text-decoration:none;flex-shrink:0}.back-button:hover{background-color:hsla(0,0%,100%,.2)}.header-info{flex:1;display:grid;grid-template-columns:auto 1fr 1fr auto;gap:8px;align-items:center}.game-info-section{padding:20px 16px;background:linear-gradient(180deg,#090c1d,#0d1128);border-bottom:1px solid hsla(0,0%,100%,.05);display:flex;justify-content:space-between;align-items:center;gap:16px}.game-meta{flex:1}.game-title{font-size:24px;font-weight:700;margin:0 0 8px;color:#fff}.game-provider-info{display:flex;align-items:center;gap:12px;font-size:14px;color:hsla(0,0%,100%,.6)}.game-rtp{background-color:rgba(76,175,80,.2);color:#4caf50}.game-rtp,.game-volatility{padding:4px 8px;border-radius:6px;font-weight:600;font-size:12px}.volatility-low{background-color:rgba(76,175,80,.2);color:#4caf50}.volatility-medium{background-color:rgba(255,206,0,.2);color:#ffce00}.volatility-high{background-color:rgba(244,67,54,.2);color:#f44336}.play-now-btn{padding:14px 32px;border-radius:12px;background:linear-gradient(135deg,#7841ee,#5800e9);border:none;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s;white-space:nowrap}.play-now-btn:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(120,65,238,.4)}.play-now-btn:active{transform:translateY(0)}.game-container{flex:1;position:relative;background-color:#000;min-height:500px}.game-iframe{width:100%;height:100%;border:none;min-height:70vh}.game-placeholder{display:flex;align-items:center;justify-content:center;height:500px;color:hsla(0,0%,100%,.4)}.game-tags-section{padding:20px 16px}.game-tags-section h3{font-size:16px;font-weight:700;margin:0 0 12px;color:#fff}.game-tags{display:flex;flex-wrap:wrap;gap:8px}.game-tag{padding:6px 12px;background-color:rgba(120,65,238,.2);color:#a78bfa;border-radius:8px;font-size:12px;font-weight:600}.game-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px;text-align:center}.game-not-found h1{font-size:32px;font-weight:700;margin:0 0 20px;color:#fff}.back-link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background-color:#7841ee;color:#fff;text-decoration:none;border-radius:10px;font-weight:600;transition:all .2s}.back-link:hover{background-color:#5800e9;transform:translateY(-2px)}@media (max-width:640px){.game-info-section{flex-direction:column;align-items:flex-start}.play-now-btn{width:100%}}