:root{--turf-fair-light:#88da68;--turf-fair-dark:#70c451;--turf-rough:#57994a;--turf-rough-light:#60a653;--turf-green:#ade786;--turf-fringe:#98d873;--turf-tee:#7dcf61;--sand-light:#fbefcc;--sand-dark:#eddca6;--sand-shade:#dcc58e;--water-deep:#2e8fd6;--water-mid:#3fa9ef;--water-hi:#79cbf7;--sky-top:#2d5be0;--sky-mid:#5b8cff;--sky-low:#a8c8ff;--fog:#a8c8ff;--far-hill-1:#78b68b;--far-hill-2:#9cccb2;--far-hill-3:#c6e2dd;--accent:#2761ff;--accent-press:#1f4ed1;--gold:#ffc44d;--danger:#ff5b45;--even:#22b573;--muted:#6b7684;--ink:#181e29;--blue:#2761ff;--blue-highlight:#4b7bff;--hud-glass:#162234eb;--hud-ink:#fff;--hud-muted:#a6b0bd;--hud-blue:#4572ef;--hud-over:#ffb4bc;color:var(--ink);background:var(--sky-mid);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;touch-action:none;font-family:Pretendard,Pretendard Variable,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root,#game-root{width:100%;height:100%}html,body,#root{overscroll-behavior:none;overflow:hidden}#root.is-intro{touch-action:pan-y;background:#eff3f7;overflow:hidden auto}body{background:var(--sky-mid);min-width:320px;margin:0}body,button,canvas{font-family:inherit}button{font:inherit;-webkit-tap-highlight-color:transparent;border:0}.character-select{z-index:2;width:min(100%,350px);min-width:0;text-shadow:none;border:0;grid-row:3;margin:0;padding:0;position:relative}.character-select legend{color:#fff;text-shadow:0 1px 5px #0a1d4cb3;width:100%;margin-bottom:7px;padding:0;font-size:12px;font-weight:600;line-height:18px}.character-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.character-option{color:#293449;cursor:pointer;touch-action:pan-y;background:#fffffff5;border:2px solid #0000;border-radius:14px;gap:5px;min-width:0;padding:9px 8px;transition:border-color .12s,background .12s;display:grid;position:relative;box-shadow:0 3px 10px #0a1d4c24}.character-option.is-selected{border-color:var(--blue);background:#edf3ff}.character-option:focus-within{outline-offset:3px;outline:2px solid #fff}.character-option input{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.character-option-heading{justify-content:center;align-items:center;gap:5px;margin-bottom:2px;display:flex}.character-icon{font-size:23px;line-height:28px}.character-option-heading strong{font-size:13px;font-weight:700}.is-selected .character-option-heading strong{color:var(--blue)}.character-stat{color:#58647a;text-align:left;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:4px;font-size:10px;font-weight:500;line-height:13px;display:grid}.character-stat-track{background:#dce4f2;border-radius:999px;height:5px;overflow:hidden}.character-stat-track i{border-radius:inherit;background:#658bef;height:100%;display:block}.is-selected .character-stat-track i{background:var(--blue)}@media (width<=350px){.character-options{gap:6px}.character-option{padding-inline:6px}}html[lang=en] .character-stat{letter-spacing:-.1px;grid-template-columns:46px minmax(0,1fr);font-size:9px}@media (width<=350px){html[lang=en] .character-stat{grid-template-columns:42px minmax(0,1fr)}}.app-shell{grid-template-rows:calc(58px + env(safe-area-inset-top)) minmax(0, 1fr);background:var(--sky-mid);width:100%;max-width:430px;height:100dvh;margin:0 auto;display:grid}.app-bar{z-index:30;height:calc(58px + env(safe-area-inset-top));padding-top:env(safe-area-inset-top);color:#000;background:#fff;flex:none;place-items:center;display:grid;position:relative}.app-bar h1{letter-spacing:-.01em;margin:0;font-size:16px;font-weight:500;line-height:58px}.app-bar-back{color:#000;cursor:pointer;background:0 0;place-items:center;width:48px;height:58px;padding:0;display:grid;position:absolute;bottom:0;left:8px}.app-bar-back svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.game-wrap,.stage{width:100%;height:100%;min-height:0}.game-wrap{padding:0;overflow:hidden}.stage{background:var(--sky-mid);-webkit-user-select:none;user-select:none;touch-action:none;border-radius:0;position:relative;overflow:hidden}#root.is-intro #game-root,#root.is-intro .game-wrap,#root.is-intro .stage.is-title{touch-action:pan-y}#root.is-intro .app-shell{min-height:calc(540px + env(safe-area-inset-top) + env(safe-area-inset-bottom))}.stage.is-impact{animation:.21s cubic-bezier(.18,.72,.24,1) impact-shake}.scene-canvas,.scene-vignette{width:100%;height:100%;position:absolute;inset:0}.scene-canvas{pointer-events:none;display:block}.scene-vignette{z-index:1;pointer-events:none;background:radial-gradient(at 50% 42%,#0000 55%,#14281e2e 100%)}.title-screen{z-index:20;padding:28px 20px calc(20px + env(safe-area-inset-bottom));color:#fff;text-align:center;touch-action:manipulation;background:linear-gradient(#0f245547 0%,#0f245500 42%,#0f24550f 65%,#0f24559e 100%);grid-template-rows:auto minmax(12px,1fr) auto auto;justify-items:center;row-gap:14px;display:grid;position:absolute;inset:0;overflow:hidden}.title-screen.is-leaving{pointer-events:none;animation:.26s ease-in both title-screen-out}.title-brand{z-index:2;text-shadow:0 2px 8px #0a1d4cb3;width:min(100%,350px);position:relative}.title-brand h2{color:#fff;letter-spacing:-.025em;word-break:keep-all;margin:0;font-size:24px;font-weight:700;line-height:30px}.title-brand p{color:#fff;letter-spacing:-.015em;word-break:keep-all;margin:8px 0 0;font-size:15px;font-weight:400;line-height:22px}.title-brand p strong{color:var(--blue-highlight);font-weight:700}.title-actions{grid-row:4;width:100%}.title-start{z-index:2;background:var(--blue);color:#fff;cursor:pointer;border-radius:16px;grid-row:4;width:100%;height:52px;font-size:16px;font-weight:600;transition:transform .12s,filter .12s;position:relative;box-shadow:0 8px 20px #2761ff47}.title-start:active{filter:brightness(.94)}.participation-guide{width:100%;max-width:430px;padding:36px 20px calc(44px + env(safe-area-inset-bottom));color:#121212;text-align:left;touch-action:pan-y;background:#eff3f7;margin:0 auto}.participation-guide[hidden]{display:none}.participation-guide h2{letter-spacing:-.02em;margin:0 0 18px;font-size:20px;font-weight:600;line-height:28px}.participation-card{background:#fff;border-radius:24px;padding:26px 22px}.participation-card ol,.other-guide ul{margin:0;padding:0;list-style:none}.participation-card ol{counter-reset:participation-step;gap:22px;display:grid}.participation-card li{counter-increment:participation-step;color:#121212;letter-spacing:-.015em;word-break:keep-all;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:12px;font-size:16px;font-weight:600;line-height:24px;display:grid}.participation-card li:before{content:counter(participation-step);color:#a3a3a3;font-weight:500}.other-guide{border-top:1px solid #dfe5eb;margin-top:32px;padding-top:28px}.other-guide h3{color:#121212;margin:0 0 14px;font-size:16px;font-weight:600;line-height:24px}.other-guide ul{gap:8px;display:grid}.other-guide li{color:#868686;letter-spacing:-.01em;word-break:keep-all;padding-left:12px;font-size:14px;font-weight:400;line-height:21px;position:relative}.other-guide li:before{content:"·";position:absolute;left:1px}.stage.is-title>.top-hud,.stage.is-title>.pin-direction-indicator,.stage.is-title>.hole-intro,.stage.is-title>.power-guide,.stage.is-title>.toast,.stage.is-title>.hole-sheet{visibility:hidden}.hole-progress{pointer-events:none;grid-template-columns:repeat(6,5px);justify-content:center;gap:5px;display:grid}.hole-progress span{background:#6b7684;border-radius:999px;height:5px}.hole-progress span.is-complete{background:#ffffffd1}.hole-progress span.is-current{background:var(--hud-blue)}.top-hud{top:14px;left:max(10px, env(safe-area-inset-left));right:max(10px, env(safe-area-inset-right));z-index:6;pointer-events:none;flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex;position:absolute}.stage-chip,.score-chip{background:var(--hud-glass);width:max-content;min-height:44px;color:var(--hud-ink);border-radius:14px;flex:none;align-items:center;display:flex;overflow:hidden;box-shadow:0 3px 12px #01093138}.stage-chip{flex-direction:column;justify-content:center;gap:3px;padding:6px 10px}.stage-chip>strong{white-space:nowrap;font-size:14px;font-weight:600;line-height:20px}.score-chip{margin-left:auto}.wind-chip,.pin-direction-indicator{background:var(--hud-glass);color:var(--hud-ink);box-shadow:0 3px 12px #01093138}.par-chip{min-height:44px;color:var(--hud-muted);white-space:nowrap;align-items:center;gap:5px;padding:0 3px;font-size:14px;font-weight:500;line-height:20px;display:flex}.restart-button{width:44px;height:44px;color:var(--hud-muted);cursor:pointer;pointer-events:auto;background:0 0;border-radius:50%;flex:0 0 44px;place-items:center;transition:transform .12s,background-color .12s;display:grid}.restart-button svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.stroke-hud{place-items:center;gap:2px;padding:0 4px 0 10px;display:grid}.stroke-hud>strong{color:#8cafff;font-variant-numeric:tabular-nums;align-items:baseline;gap:2px;font-size:18px;font-weight:700;line-height:24px;animation:.14s ease-out stroke-pop;display:flex}.stroke-hud>strong span{font-size:12px;font-weight:500}.wallet-slot{max-width:90px;color:var(--hud-muted);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;gap:3px;font-size:11px;font-weight:500;line-height:16px;display:flex}.wallet-slot svg{fill:none;width:12px;height:12px;stroke:var(--hud-blue)}.wind-chip{white-space:nowrap;font-variant-numeric:tabular-nums;pointer-events:none;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:5px;min-width:72px;min-height:36px;margin-top:4px;margin-left:auto;padding:0 9px;font-size:14px;font-weight:500;line-height:20px;display:flex}.wind-chip.is-empty{visibility:hidden}.wind-chip small{color:var(--hud-muted);margin-left:2px;font-size:11px}.wind-chip svg{fill:none;stroke:#8cafff;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.distance-chip{color:var(--hud-muted);text-align:center;font-variant-numeric:tabular-nums;margin-bottom:8px;font-size:12px;line-height:18px}.distance-chip strong{color:var(--hud-ink);margin-left:4px;font-weight:600}.pin-direction-indicator{z-index:6;pointer-events:none;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;transform:translate(-50%,-50%)}.pin-direction-indicator svg{width:21px;height:21px;transform:rotate(var(--pin-direction-angle));fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.hole-intro{z-index:4;background:var(--hud-glass);width:min(330px,100% - 42px);color:var(--hud-ink);text-align:center;pointer-events:none;border-radius:16px;padding:16px 20px 18px;animation:1.25s both intro-credit;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%);box-shadow:0 6px 20px #01093124}.hole-intro span,.sheet-kicker{color:var(--hud-muted);font-size:14px;font-weight:500;line-height:20px;display:block}.hole-intro strong{color:var(--hud-ink);margin-top:5px;font-size:24px;font-weight:700;line-height:32px;display:block}.hole-intro p{color:var(--hud-muted);margin:8px 0 0;font-size:14px;font-weight:500;line-height:20px}.power-guide{left:50%;bottom:calc(20px + env(safe-area-inset-bottom));z-index:5;background:var(--hud-glass);color:#fff;pointer-events:none;border-radius:16px;width:min(240px,100% - 96px);padding:10px 12px;position:absolute;transform:translate(-50%);box-shadow:0 3px 12px #01093138}.power-copy{justify-content:space-between;align-items:center;gap:10px;display:flex}.power-copy span{color:var(--hud-muted);font-size:14px;font-weight:500;line-height:20px}.power-copy strong{font-variant-numeric:tabular-nums;font-size:16px;font-weight:700;line-height:20px}.power-track{background:#a6b0bd33;border-radius:999px;width:100%;height:10px;margin-top:5px;position:relative;overflow:hidden}.power-track i{z-index:1;border-radius:inherit;height:100%;transition:width 35ms linear,background 90ms linear;display:block;position:relative}.zone-mark{z-index:2;background:#10182073;width:1px;position:absolute;top:0;bottom:0}.zone-mark-safe{left:66.6667%}.zone-mark-max{background:#fff;left:83.3333%}.power-track:before{content:"";background:linear-gradient(90deg,#318cff80,#ff9d4280);position:absolute;inset:0 0 0 66.6667%}.power-track:after{content:"100";z-index:3;color:#fff;padding-right:2px;font-size:8px;line-height:10px;position:absolute;top:0;left:83.3333%;transform:translate(-100%)}.perfect-zone{z-index:2;background:#fff3ad;position:absolute;inset:0 0 0 98.3333%;box-shadow:0 0 6px #fff}.nice-zone{z-index:2;background:#ffd36c8c;position:absolute;inset:0 0 0 95%}.power-copy .nice-badge{color:#ffe9b0;background:#6d5a2c;border-radius:4px;padding:0 4px}.shot-style-chip{vertical-align:1px;border-radius:999px;margin-left:6px;padding:0 6px;font-size:11px;font-weight:600;line-height:16px;display:inline-block}.shot-style-chip.is-high{color:#cfe6ff;background:#318cff61}.shot-style-chip.is-low{color:#ffe3c2;background:#ff9d4261}.is-overdrive .power-track i{transition:none}.is-overdrive .power-copy strong{color:#ffbb73}.power-guide.is-timing-failed{background:#792e3b;animation:.3s ease-out timing-failed-shake;box-shadow:0 0 0 2px #ff8897,0 3px 12px #01093138}.power-guide.is-timing-failed .power-copy span,.power-guide.is-timing-failed .power-copy strong{color:#fff0f2}.power-guide.is-timing-failed .power-track i{background:#ff8193!important}@keyframes timing-failed-shake{0%,to{transform:translate(-50%)}20%,60%{transform:translate(calc(-50% - 4px))}40%,80%{transform:translate(calc(4px - 50%))}}.power-copy .perfect-badge{color:#fff3ad;background:#946b2b;border-radius:4px;padding:0 4px}.perfect-shot{z-index:8;pointer-events:none;place-items:center;animation:.85s ease-out both perfect-shot;display:grid;position:absolute;inset:0}.perfect-shot strong{background:var(--hud-glass);color:#fff3ad;border-radius:12px;padding:8px 16px;font-size:24px;font-weight:700}@keyframes perfect-shot{0%{opacity:1;background:#fff4c37a}18%,65%{opacity:1;background:0 0}to{opacity:0;background:0 0}}@media (prefers-reduced-motion:reduce){.perfect-shot{animation-name:perfect-shot-reduced}}@keyframes perfect-shot-reduced{0%,80%{opacity:1}to{opacity:0}}.power-guide.is-cancel .power-copy strong{color:var(--hud-muted);font-size:14px;font-weight:500}.celebrate{z-index:9;pointer-events:none;position:absolute;inset:0;overflow:hidden}.celebrate-burst{position:absolute;inset:0}.celebrate-burst i{opacity:0;border-radius:2px;width:7px;height:10px;animation:.9s ease-out both confetti;position:absolute;top:54%;left:50%}.celebrate-burst i:nth-child(3n+1){background:var(--accent)}.celebrate-burst i:nth-child(3n+2){background:var(--gold)}.celebrate-burst i:nth-child(3n+3){background:var(--even)}.toast{left:50%;bottom:calc(26px + env(safe-area-inset-bottom));z-index:8;background:var(--hud-glass);color:#fff;text-align:center;pointer-events:none;border-radius:14px;width:max-content;max-width:calc(100% - 32px);min-height:36px;padding:9px 14px;font-size:14px;font-weight:500;line-height:20px;animation:.18s ease-out both toast-in;position:absolute;transform:translate(-50%)}.toast.is-lip-out{bottom:30%}.toast.is-shot-result{z-index:10;top:76px;bottom:auto}.modal-dim{z-index:8;pointer-events:none;background:#0000008f;animation:.18s ease-out both dim-in;position:absolute;inset:0}.hole-sheet{right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:9;background:var(--hud-glass);color:var(--hud-ink);pointer-events:auto;border-radius:16px;padding:12px 18px 18px;animation:.22s cubic-bezier(.2,.8,.2,1) both sheet-up;position:absolute;left:16px;box-shadow:0 6px 20px #01093124}.sheet-handle{background:#6b7684;border-radius:999px;width:38px;height:4px;margin:0 auto 12px}.sheet-score{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px;display:flex}.sheet-score strong{color:var(--hud-ink);margin-top:4px;font-size:24px;font-weight:700;line-height:32px;animation:.32s cubic-bezier(.2,1.3,.4,1) 40ms both badge-pop;display:block}.hole-sheet.tone-ace .sheet-score strong,.hole-sheet.tone-under .sheet-score strong{color:#8cafff}.hole-sheet.tone-over .sheet-score strong{color:var(--hud-over)}.hole-sheet.is-hero-celebration .sheet-score strong{font-size:32px;line-height:40px}.hole-golf-term{color:var(--hud-muted);margin-top:2px;font-size:12px;line-height:18px;display:block}.hole-golf-term.is-ace{color:#ffe299}.restart-button:disabled{opacity:.35;cursor:default}.round-sheet{right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:9;max-height:calc(100% - 94px - env(safe-area-inset-bottom));color:#172132;text-align:center;touch-action:pan-y;background:#fff;border-radius:24px;padding:24px 18px 18px;animation:.22s cubic-bezier(.2,.8,.2,1) both sheet-up;position:absolute;left:16px;overflow-y:auto;box-shadow:0 8px 28px #01093133}.round-kicker{color:#6b7684;font-size:13px}.round-sheet h2{margin:6px 0 0;font-size:24px;line-height:32px}.round-strokes{color:var(--blue);font-variant-numeric:tabular-nums;margin:14px 0 4px;font-size:48px;font-weight:700;line-height:1.1}.round-strokes span{margin-left:5px;font-size:20px}.round-comparison{font-variant-numeric:tabular-nums;margin:8px 0;font-size:14px;line-height:22px}.round-comparison strong{color:var(--blue)}.round-success{color:#6b7684;margin:0 0 18px;font-size:14px}.round-holes{grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;display:grid}.round-hole{background:#f2f5f8;border-radius:10px;flex-direction:column;align-items:center;gap:5px;padding:10px 1px;display:flex}.round-hole>span{color:#6b7684;font-size:12px}.round-hole>strong{font-variant-numeric:tabular-nums;font-size:18px}.round-hole>small{color:#6b7684;white-space:nowrap;font-size:9px}.round-hole>b{color:#245ce0;white-space:nowrap;font-size:10px;font-weight:600}.round-hole.is-highlight{background:#eaf1ff;box-shadow:inset 0 0 0 1px #bfd1ff}.round-best{color:#245ce0;margin:18px 0;font-size:16px;font-weight:600}.sheet-total{text-align:right;font-variant-numeric:tabular-nums}.sheet-total span,.sheet-total b{font-size:14px;line-height:1.45;display:block}.sheet-total span{color:var(--hud-muted);font-weight:500}.sheet-total b{color:var(--hud-ink);font-weight:600}.primary{cursor:pointer;background:var(--blue);color:#fff;border-radius:16px;width:100%;height:52px;padding:0 14px;font-size:16px;font-weight:600;transition:transform .12s,background-color .12s;box-shadow:0 8px 20px #2761ff47}button:active{transform:scale(.96)}.primary:active{filter:brightness(.94)}@keyframes intro-credit{0%{opacity:0;transform:translate(-50%,calc(10px - 50%))}18%,72%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,calc(-50% - 7px))}}@keyframes title-screen-out{0%{opacity:1}to{opacity:0}}@keyframes stroke-pop{0%,to{transform:scale(1)}55%{transform:scale(1.18)}}@keyframes impact-shake{0%{transform:translate(0,0)}22%{transform:translate3d(calc(var(--shake-amp) * -.88), calc(var(--shake-amp) * .34), 0)}46%{transform:translate3d(calc(var(--shake-amp) * .55), calc(var(--shake-amp) * -.24), 0)}68%{transform:translate3d(calc(var(--shake-amp) * -.25), calc(var(--shake-amp) * .12), 0)}84%{transform:translate3d(calc(var(--shake-amp) * .1), 0, 0)}to{transform:translate(0,0)}}@keyframes badge-pop{0%{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes dim-in{0%{opacity:0}to{opacity:1}}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@keyframes confetti{0%{opacity:0;transform:translate(-50%,-50%)scale(.4)}22%{opacity:1}to{transform:translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(1) rotate(220deg);opacity:0}}@media (width<=350px){.par-chip{padding-inline:2px;font-size:12px}.hole-intro{width:calc(100% - 28px)}.hole-intro strong{font-size:24px}.hole-sheet,.round-sheet{padding-inline:12px}}@media (height<=700px){.hole-intro{top:43%}.hole-sheet{padding-top:8px;padding-bottom:14px}.sheet-handle{margin-bottom:8px}.sheet-score{margin-bottom:10px}.sheet-score strong{font-size:24px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.celebrate-burst{display:none}.stage.is-impact,.power-guide.is-timing-failed{animation:none}.hole-intro{opacity:1;transform:translate(-50%,-50%)}}.hole-stars{white-space:nowrap;justify-content:center;gap:3px;line-height:1.2;display:inline-flex}.hole-stars>span{color:#8290a3;font-size:inherit}.hole-stars>.is-earned{color:#ffd36c}.sheet-score .hole-stars{margin-top:7px;font-size:25px}.hole-stars.is-animated>.is-earned{animation:star-earned .32s calc(var(--card-delay,0s) + .14s + var(--star-order) * .12s) cubic-bezier(.2, 1.3, .4, 1) both}.round-hole .hole-stars{gap:0;font-size:11px}.round-hole-best{border-top:1px solid #dce4ed;flex-direction:column;align-items:center;gap:3px;width:100%;margin-top:2px;padding-top:6px;display:flex}.round-hole-best>small{color:#6b7684;white-space:nowrap;font-size:9px}.hole-intro>.hole-variant-hint{color:#dbe8ff;margin-top:7px;font-size:12px}.round-hole .hole-stars>span{color:#bac4d2}.round-hole .hole-stars>.is-earned{color:#9c6200}.ticker-strong{color:#fff0bb;box-shadow:inset 0 0 0 1px #ffd36c70,0 3px 12px #01093138}.ticker-warning{color:#ffd0d7;box-shadow:inset 0 0 0 1px #f68d9d90,0 3px 12px #01093138}.ace-celebration{color:#fff0bb;text-align:center;text-shadow:0 3px 14px #010931;font-size:40px;line-height:1.3;animation:1.8s ease-out both ace-title;position:absolute;top:27%;left:0;right:0}.ace-celebration small{margin-top:6px;font-size:14px;display:block}.primary:focus-visible{outline-offset:3px;outline:3px solid #658bef}@keyframes star-earned{0%{opacity:.2;transform:scale(.4)rotate(-15deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes ace-title{0%{opacity:0;transform:scale(.7)}18%,75%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.hole-stars.is-animated>.is-earned{animation:none}.hole-sheet{animation-delay:0s!important}.ace-celebration{animation:none}}.chuseok-moon{background:radial-gradient(circle at 38% 34%,#fff7d8 0%,#ffe9a1 55%,#f4c95c 100%);border-radius:50%;width:84px;height:84px;margin:4px auto 10px;animation:.7s cubic-bezier(.2,1.2,.4,1) both chuseok-moon-in;box-shadow:0 0 28px 8px #ffe08a8c}@keyframes chuseok-moon-in{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.chuseok-moon{animation:none}}.field-goal-option{cursor:pointer;justify-content:center;align-items:center;gap:6px;min-height:44px;margin-top:12px;font-size:12px;display:flex}.field-goal-option input{width:18px;height:18px}.stage-secondary{width:100%;min-height:44px;color:inherit;cursor:pointer;background:0 0;margin-top:4px;font-size:13px}.field-goal-hint{font-size:12px;line-height:1.4}.round-hole>.field-goal-status{white-space:normal;overflow-wrap:anywhere;max-width:100%}.round-hole>.field-badge{color:#957300;font-weight:700}
