.game-wrap{text-align:center;padding:24px;border-radius:16px;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.game-card{background:#fff;border-radius:20px;padding:32px 28px;box-shadow:0 20px 60px #0000004d,inset 0 1px #fff9;border:3px solid rgba(102,126,234,.1);max-width:520px;margin:0 auto}.game-title{font-size:26px;font-weight:900;margin-bottom:12px;color:#667eea;letter-spacing:-.5px}.game-subtitle{font-size:18px;font-weight:700;margin-bottom:20px;color:#2d3436;line-height:1.6}.scene-text{font-size:18px;font-weight:700;margin-bottom:24px;color:#2d3436;line-height:1.6;letter-spacing:.3px}.progress-bar{background:linear-gradient(90deg,#667eea1a,#764ba21a);border-radius:12px;height:8px;margin-bottom:20px;overflow:hidden;border:1px solid rgba(102,126,234,.2)}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 12px #667eea99}.primary-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:14px;padding:14px 18px;font-size:16px;font-weight:800;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 6px 16px #667eea59,inset 0 1px #fff3;letter-spacing:.3px}.primary-btn:hover{transform:translateY(-4px);box-shadow:0 10px 24px #667eea80,inset 0 1px #fff3}.primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.scene-emoji{font-size:64px;margin-bottom:20px;min-height:70px;animation:float 3s ease-in-out infinite}.story-emoji{font-size:48px;margin-bottom:16px;line-height:1}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.score-text{font-size:18px;font-weight:900;color:#667eea}.scene-counter{font-size:13px;font-weight:800;color:#667eea}.game-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:2px solid rgba(102,126,234,.1)}.gradient-purple{background:linear-gradient(180deg,#667eea,#764ba2)}.gradient-forest{background:linear-gradient(135deg,#2d5016,#4a7c2d)}.gradient-ocean{background:linear-gradient(135deg,#06c,#0cf)}.gradient-sunset{background:linear-gradient(135deg,#ff6b35,#ff9f1d)}.gradient-brown{background:linear-gradient(135deg,#4a1a00,#7b3300,#b5835a)}.gradient-dark-brown{background:linear-gradient(135deg,#2c1810,#4a2c1a,#6b3f2a)}.gradient-night{background:linear-gradient(135deg,#1a1a2e,#16213e)}@media (max-width: 640px){.game-card{padding:20px 16px}.game-title{font-size:20px}.scene-emoji{font-size:48px;min-height:56px}}
