.gameUI__bqqCn{position:absolute;top:0;left:0;z-index:1000;width:100%;display:flex;gap:12px;padding:var(--16,16px);justify-content:space-between;align-items:center;align-self:stretch}.soundToggle__1DzIw{display:flex;padding:12px;justify-content:center;align-items:center;gap:10px;width:40px;height:40px;color:transparent;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:var(--md,8px);background:var(--bg-overlay-strong,rgba(17,17,21,.55));background-repeat:no-repeat;background-position:50%;background-size:20px 20px}.soundToggle__1DzIw.soundOn__LHVUa{background-image:url(https://ccdn.lezhin.com/files/assets/img/game/volume-down-fill.svg)}.soundToggle__1DzIw.soundOff__waEqk{background-image:url(https://ccdn.lezhin.com/files/assets/img/game/volume-mute.svg)}.volumeOverlay__RXwVS{position:absolute;top:0;left:0;width:100vw;height:100dvh;z-index:1001;display:flex;align-items:flex-start;justify-content:flex-start;padding:20px}@media(max-width:960px){.volumeOverlay__RXwVS{padding:15px}}.volumePanel__YZBY_{background:#fff;border-radius:12px;padding:20px;min-width:280px;max-width:320px;box-shadow:0 8px 32px rgba(0,0,0,.3);animation:slideInFromTopLeft__cmKoM .2s ease-out}@media(max-width:960px){.volumePanel__YZBY_{min-width:250px;max-width:280px;padding:16px}}@keyframes slideInFromTopLeft__cmKoM{0%{opacity:0;transform:translate(-20px,-20px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.volumeHeader__e7TyY{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.volumeHeader__e7TyY h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}@media(max-width:960px){.volumeHeader__e7TyY{margin-bottom:16px}.volumeHeader__e7TyY h3{font-size:16px}}.closeBtn__PN8A8{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:6px;color:#6b7280;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.closeBtn__PN8A8:hover{background:#e5e7eb;color:#374151}.closeBtn__PN8A8:active{background:#d1d5db}@media(max-width:960px){.closeBtn__PN8A8{width:28px;height:28px;font-size:18px}}.volumeControls__7TzTk{display:flex;flex-direction:column;gap:16px}@media(max-width:960px){.volumeControls__7TzTk{gap:14px}}.volumeRow__YjgKS{display:flex;align-items:center;gap:12px}.volumeRow__YjgKS label{min-width:50px;font-size:14px;font-weight:500;color:#374151}@media(max-width:960px){.volumeRow__YjgKS{gap:10px}.volumeRow__YjgKS label{min-width:45px;font-size:13px}}.volumeSlider__ObCuO{flex:1;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e5e7eb;border-radius:3px;outline:none;cursor:pointer}.volumeSlider__ObCuO::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#3b82f6;border-radius:50%;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-transition:all .2s ease;transition:all .2s ease}.volumeSlider__ObCuO::-webkit-slider-thumb:hover{transform:scale(1.1);background:#2563eb}.volumeSlider__ObCuO::-moz-range-thumb{width:20px;height:20px;background:#3b82f6;border-radius:50%;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.2);-moz-transition:all .2s ease;transition:all .2s ease}.volumeSlider__ObCuO::-moz-range-thumb:hover{transform:scale(1.1);background:#2563eb}.volumeSlider__ObCuO::-webkit-slider-track{background:#e5e7eb;height:6px;border-radius:3px}.volumeSlider__ObCuO::-moz-range-track{background:#e5e7eb;height:6px;border-radius:3px;border:none}@media(max-width:960px){.volumeSlider__ObCuO{height:5px}.volumeSlider__ObCuO::-webkit-slider-thumb{width:18px;height:18px}.volumeSlider__ObCuO::-moz-range-thumb{width:18px;height:18px}}.volumeValue__K3rRd{min-width:30px;text-align:right;font-size:14px;font-weight:600;color:#374151}@media(max-width:960px){.volumeValue__K3rRd{min-width:28px;font-size:13px}}.scoreArea__CPcsY{display:flex;flex-direction:column;align-items:center;gap:4px;color:#fff;font-size:12px;text-align:center}.scoreLabel__0uxt2{color:var(--text-white-alpha,hsla(0,0%,100%,.8));font-size:var(--size-xs,13px);font-style:normal;font-weight:var(--weight-Regular,400);line-height:1.2}.scoreValue__jEsNK{color:var(--text-white,#fff);font-size:var(--size-3xl,20px);font-style:normal;font-weight:var(--weight-SemiBold,600);line-height:1.2}.gameExitButton__Pcccz{display:flex;width:40px;height:40px;padding:12px;justify-content:center;align-items:center;gap:10px;color:transparent;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background:rgba(17,17,21,.55) url(https://ccdn.lezhin.com/files/assets/img/game/close-fill.svg) no-repeat 50%/20px 20px;border:none;cursor:pointer;transition:opacity .2s ease;border-radius:var(--md,8px)}.gameExitButton__Pcccz:hover{opacity:.8}.gameExitButton__Pcccz:active{opacity:.6}.gameExitModalOverlay__tkV_s{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:rgba(0,0,0,.6);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;font-family:var(--Family-Headline,Pretendard),sans-serif}.gameExitModalContent__JrZOa{display:flex;width:100%;max-width:320px;padding:var(--s-12,32px) var(--s-10,24px) var(--s-10,24px) var(--s-10,24px);flex-direction:column;align-items:center;gap:var(--s-10,24px);border-radius:var(--md,8px);border:1px solid #313135;background:rgba(17,17,21,.95);animation:gameExitModalSlideIn__z_W39 .2s ease-out}@keyframes gameExitModalSlideIn__z_W39{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.gameExitModalHeader__okHha{width:100%}.gameExitModalTitle__ZzrTF{text-align:left;color:#fff;font-size:var(--size-3xl,20px);font-style:normal;font-weight:var(--weight-Medium,500);line-height:1.3}.gameExitModalButtons__Qzxap{display:flex;width:100%;gap:8px;justify-content:space-between}.gameExitModalButton__AaB18{display:flex;min-width:80px;min-height:40px;padding:0 var(--12,12px);justify-content:center;align-items:center;flex:1 0 0;font-size:var(--size-sm,14px);font-style:normal;font-weight:var(--weight-SemiBold,600);line-height:1.2;white-space:nowrap;border-radius:var(--xs,4px);color:#36363a;text-align:center;background:#f4f4f5}.gameExitModalRestartButton__kqKgv{color:#fff;background:#eb0014}.gameExitModalCancelButton__UyEsP,.gameExitModalConfirmButton__CRpw6{opacity:1}