.games_container__N8_iq{min-height:100vh;padding:0;display:flex;flex-direction:column;background-color:var(--background);overflow-x:clip}.games_main__ZdUOC{flex:1;display:flex;flex-direction:column;align-items:center;padding:3rem 1.25rem;width:100%;max-width:1200px;margin:0 auto}.games_header__UJCb6{text-align:center;margin-bottom:2rem}.games_title__4eG5p{font-size:clamp(2.2rem,6vw,3.5rem);font-weight:800;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.75rem;line-height:1.15}.games_subtitle__ED53h{font-size:clamp(.95rem,2vw,1.2rem);color:var(--secondary)}.games_footer__BY5QZ{text-align:center;padding:2rem 1.5rem;border-top:1px solid var(--surface-border);color:var(--secondary);font-size:.9rem}@media (max-width:600px){.games_main__ZdUOC{padding:2rem 1rem}}.SudRunner_gameWrapper__piCOJ{position:relative;width:100%;max-width:800px;margin:1.5rem auto;aspect-ratio:2/1;background-color:#111;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.5);border:1px solid var(--border-color);user-select:none;touch-action:manipulation}.SudRunner_canvas__KmbWH{display:block;width:100%;height:100%;object-fit:contain}.SudRunner_overlay__R1iPU{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;z-index:10;backdrop-filter:blur(6px);padding:1rem;text-align:center}.SudRunner_overlay__R1iPU h2{font-size:clamp(1.5rem,5vw,2.8rem);margin-bottom:.35rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.SudRunner_overlay__R1iPU p{font-size:clamp(.85rem,2.5vw,1.15rem);margin-bottom:.85rem;color:#e2e8f0}.SudRunner_instructions__W6yPz{font-size:clamp(.75rem,2vw,.95rem)!important;color:#94a3b8!important;margin-bottom:1rem!important}.SudRunner_btn__AmHkX{background:var(--primary);color:#fff;border:none;padding:.65rem 1.75rem;font-size:clamp(.95rem,2.5vw,1.15rem);font-weight:600;border-radius:999px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(59,130,246,.4)}.SudRunner_btn__AmHkX:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px rgba(59,130,246,.5)}