*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #15803d;--green-light: #dcfce7;--green-dark: #14532d;--bg: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--text: #0f172a;--text-sub: #64748b;--danger: #ef4444;--amber: #d97706;--orange: #ea580c;--blue: #2563eb;--blue-dark: #1e40af;--radius: 12px;--radius-sm: 8px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);color-scheme:light dark;font:16px/1.5 -apple-system,BlinkMacSystemFont,Pretendard,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;color:var(--text);background:var(--bg)}@media (prefers-color-scheme: dark){:root{--bg: #0f172a;--surface: #1e293b;--border: #334155;--text: #f1f5f9;--text-sub: #94a3b8;--green-light: #14532d}}html,body{height:100%;width:100%}body{margin:0}#root{max-width:480px;margin:0 auto;min-height:100dvh}button{font-family:inherit;cursor:pointer;border:none;background:none}input{font-family:inherit}.screen{display:flex;flex-direction:column;min-height:100dvh;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom);background:var(--bg)}.card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border)}.btn-primary{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;background:var(--green);color:#fff;border-radius:var(--radius);font-size:16px;font-weight:600;transition:opacity .15s}.btn-primary:active{opacity:.8}.btn-primary:disabled{opacity:.4;pointer-events:none}.btn-secondary{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;background:var(--border);color:var(--text);border-radius:var(--radius);font-size:15px;font-weight:500;transition:opacity .15s}.btn-secondary:active{opacity:.7}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:flex-end;z-index:100}.modal-sheet{background:var(--surface);width:100%;border-radius:var(--radius) var(--radius) 0 0;padding:20px 20px calc(20px + var(--safe-bottom))}.modal-title{font-size:17px;font-weight:700;margin-bottom:16px;text-align:center}.onboarding-screen{padding:0 24px;justify-content:space-between}.ob-skip{align-self:flex-end;padding:16px 0;font-size:14px;color:var(--text-sub);background:none;border:none;cursor:pointer}.ob-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:20px 0}.ob-icon{font-size:72px;line-height:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.12))}.ob-title{font-size:26px;font-weight:800;line-height:1.35;color:var(--text);white-space:pre-line;letter-spacing:-.5px}.ob-body-text{font-size:15px;line-height:1.6;color:var(--text-sub);max-width:300px}.ob-games{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:4px}.ob-game-chip{padding:6px 14px;border-radius:100px;background:var(--green-light);color:var(--green);font-size:13px;font-weight:600;border:1px solid rgba(21,128,61,.2)}.ob-steps{display:flex;flex-direction:column;gap:12px;width:100%;text-align:left;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:16px;margin-top:4px}.ob-step{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text)}.ob-step-num{width:26px;height:26px;border-radius:50%;background:var(--green);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ob-dots{display:flex;gap:8px;justify-content:center;padding:16px 0}.ob-dot{width:8px;height:8px;border-radius:50%;background:var(--border);transition:all .25s}.ob-dot.active{width:24px;border-radius:4px;background:var(--green)}.ob-footer{padding:16px 0 calc(24px + var(--safe-bottom))}.ad-placeholder{display:flex;align-items:center;justify-content:center;width:100%;min-height:64px;background:repeating-linear-gradient(45deg,#f0f0f0,#f0f0f0 8px,#e4e4e4 8px,#e4e4e4 16px);color:#999;font-size:11px;font-weight:600;letter-spacing:.08em}.ad-slot{width:100%;min-height:64px}.home-screen{padding:0 16px 24px}.home-hero{display:flex;flex-direction:column;align-items:center;padding:28px 0 20px;gap:6px}.home-hero-icon{font-size:56px;line-height:1}.home-hero-sub{font-size:15px;color:var(--text-sub);font-weight:500}.home-list{display:flex;flex-direction:column;gap:8px}.game-item{display:flex;align-items:center;gap:14px;padding:0 16px 0 0;text-align:left;width:100%;min-height:72px;transition:transform .12s;overflow:hidden;border-left:4px solid var(--game-color, var(--green))}.game-item:active{transform:scale(.97)}.game-item-icon{width:56px;min-width:56px;height:72px;display:flex;align-items:center;justify-content:center;font-size:26px;background:color-mix(in srgb,var(--game-color, var(--green)) 12%,transparent)}.game-item-body{flex:1;min-width:0;padding:14px 0}.game-item-body strong{display:block;font-size:16px;font-weight:700;color:var(--text);margin-bottom:3px}.game-item-body p{font-size:12px;color:var(--text-sub);line-height:1.4}.game-item-arrow{font-size:20px;color:var(--game-color, var(--green));flex-shrink:0;opacity:.7}.home-footer{margin-top:20px;text-align:center;font-size:12px;color:var(--text-sub)}.rules-screen{padding:0 16px 100px}.rules-hero{display:flex;flex-direction:column;align-items:center;padding:36px 0 28px;gap:6px}.rules-icon{font-size:56px;line-height:1;margin-bottom:4px}.rules-name{font-size:26px;font-weight:800;color:var(--text)}.rules-players{font-size:13px;color:var(--green);font-weight:600;background:var(--green-light);padding:3px 10px;border-radius:100px}.rules-body{display:flex;flex-direction:column;gap:12px}.rules-section{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:16px}.rules-section-title{font-size:13px;font-weight:700;color:var(--text-sub);margin-bottom:12px}.rules-list{list-style:none;display:flex;flex-direction:column;gap:12px;counter-reset:rule-counter;padding:0}.rules-list li{counter-increment:rule-counter;display:flex;gap:10px;font-size:14px;line-height:1.6;color:var(--text)}.rules-list li:before{content:counter(rule-counter);display:flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;border-radius:50%;background:var(--green);color:#fff;font-size:12px;font-weight:700;margin-top:1px}.rules-tip{display:flex;gap:10px;align-items:flex-start;background:#fefce8;border:1px solid #fde68a;border-radius:var(--radius);padding:14px}@media (prefers-color-scheme: dark){.rules-tip{background:#1c1a00;border-color:#713f12}}.rules-tip-icon{font-size:20px;flex-shrink:0}.rules-tip p{font-size:14px;line-height:1.5;color:#92400e}@media (prefers-color-scheme: dark){.rules-tip p{color:#fbbf24}}.rules-desc-box{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:14px 16px;font-size:13px;color:var(--text-sub);line-height:1.6}.rules-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;padding:10px 16px calc(10px + var(--safe-bottom));background:var(--bg);border-top:1px solid var(--border);display:flex;gap:8px}.rules-footer .btn-secondary{flex:1}.rules-footer .btn-primary{flex:2}.setup-screen{padding:16px 16px 100px;gap:12px}.setup-game-badge{display:flex;align-items:center;gap:10px;padding:14px 16px;font-size:18px}.setup-game-badge strong{font-size:17px;font-weight:700}.setup-section{padding:16px}.setup-label{font-size:13px;font-weight:600;color:var(--text-sub);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.player-count-row{display:flex;gap:8px}.player-count-btn{flex:1;min-height:44px;border-radius:var(--radius-sm);border:2px solid var(--border);font-size:15px;font-weight:600;color:var(--text-sub);background:var(--bg);transition:all .15s}.player-count-btn.active{border-color:var(--green);color:var(--green);background:var(--green-light)}.player-list{display:flex;flex-direction:column;gap:16px}.player-block{border-bottom:1px solid var(--border);padding-bottom:14px}.player-block:last-child{border-bottom:none;padding-bottom:0}.player-row{display:flex;align-items:center;gap:10px}.player-num{width:24px;height:24px;border-radius:50%;background:var(--green);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.player-input{flex:1;min-height:44px;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:0 12px;font-size:15px;background:var(--bg);color:var(--text);outline:none}.player-input:focus{border-color:var(--green)}.handicap-inline{display:flex;align-items:center;gap:6px}.handicap-label{font-size:12px;color:var(--text-sub);white-space:nowrap}.handicap-input{width:56px;min-height:44px;border:1.5px solid var(--border);border-radius:var(--radius-sm);text-align:center;font-size:15px;background:var(--bg);color:var(--text);outline:none}.handicap-input:focus{border-color:var(--green)}.offset-row{margin-top:10px;display:flex;align-items:center;gap:10px}.offset-label{font-size:12px;color:var(--text-sub);white-space:nowrap;flex-shrink:0}.offset-chips{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}.offset-chip{display:flex;flex-direction:column;align-items:center;padding:6px 10px;min-height:44px;min-width:44px;border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--bg);transition:all .15s;flex-shrink:0}.offset-chip.active{border-color:var(--green);background:var(--green-light)}.offset-chip-short{font-size:14px;font-weight:700;color:var(--text)}.offset-chip.active .offset-chip-short{color:var(--green)}.offset-chip-label{font-size:10px;color:var(--text-sub);margin-top:1px}.offset-chip.active .offset-chip-label{color:var(--green)}.bet-presets{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.bet-chip{padding:8px 14px;min-height:44px;border-radius:100px;border:1.5px solid var(--border);font-size:14px;font-weight:500;color:var(--text-sub);background:var(--bg);transition:all .15s}.bet-chip.active{border-color:var(--green);color:var(--green);background:var(--green-light);font-weight:600}.bet-custom{width:100%;min-height:44px;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:0 12px;font-size:15px;background:var(--bg);color:var(--text);outline:none;margin-bottom:8px}.bet-custom:focus{border-color:var(--green)}.bet-preview{font-size:13px;color:var(--text-sub);text-align:right}.bet-preview strong{color:var(--green)}.setup-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;padding:12px 16px calc(12px + var(--safe-bottom));background:var(--bg);border-top:1px solid var(--border)}.game-opt-row{padding:12px 0;border-bottom:1px solid var(--border)}.game-opt-row:last-child{border-bottom:none}.game-opt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.game-opt-label{font-size:15px;font-weight:600}.game-opt-desc{font-size:12px;color:var(--text-sub);margin-top:2px}.toggle-btn{min-width:52px;min-height:32px;border-radius:100px;font-size:13px;font-weight:700;border:1.5px solid var(--border);color:var(--text-sub);background:var(--bg);transition:all .2s}.toggle-btn.on{background:var(--green);border-color:var(--green);color:#fff}.opt-choices{display:flex;flex-direction:column;gap:6px;margin-top:8px}.opt-choice{display:flex;flex-direction:column;align-items:flex-start;padding:10px 14px;min-height:52px;border-radius:var(--radius-sm);border:1.5px solid var(--border);background:var(--bg);text-align:left;transition:all .15s}.opt-choice.active{border-color:var(--green);background:var(--green-light)}.opt-choice-label{font-size:14px;font-weight:700;color:var(--text)}.opt-choice.active .opt-choice-label{color:var(--green)}.opt-choice-sub{font-size:12px;color:var(--text-sub);margin-top:2px}.player-select{flex:1;min-height:44px;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:0 10px;font-size:15px;font-family:inherit;background:var(--bg);color:var(--text);outline:none;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.player-select:focus{border-color:var(--green)}.player-input-custom{margin-top:8px;margin-left:34px}.duplicate-warn{margin-top:6px;margin-left:34px;font-size:12px;color:var(--danger);font-weight:500}.round-screen{padding-bottom:80px}.round-header{background:var(--surface);border-bottom:1px solid var(--border);padding:14px 16px 12px}.hole-info{display:flex;align-items:baseline;gap:10px;margin-bottom:8px}.hole-number{font-size:22px;font-weight:800;color:var(--text)}.hole-par{font-size:14px;font-weight:600;color:var(--green);background:var(--green-light);padding:2px 8px;border-radius:100px}.hole-progress{display:flex;gap:3px;margin-bottom:8px;flex-wrap:wrap}.progress-dot{width:14px;height:6px;border-radius:3px;background:var(--border);transition:background .2s}.progress-dot.done{background:var(--green);opacity:.5}.progress-dot.current{background:var(--green)}.hole-game-label{font-size:12px;color:var(--text-sub)}.round-tabs{display:flex;border-bottom:1px solid var(--border);background:var(--surface)}.round-tab{flex:1;min-height:44px;font-size:14px;font-weight:600;color:var(--text-sub);border-bottom:2px solid transparent;transition:all .15s}.round-tab.active{color:var(--green);border-bottom-color:var(--green)}.score-area{flex:1;padding:12px 16px;display:flex;flex-direction:column;gap:10px}.player-score-row{display:flex;flex-direction:column;padding:12px 14px 10px;gap:10px}.player-score-name{font-size:15px;font-weight:700}.score-input-v2{display:flex;flex-direction:column;gap:8px}.score-selected{display:flex;align-items:baseline;gap:6px}.score-selected-label{font-size:18px;font-weight:800}.score-selected-sub{font-size:13px;font-weight:500}.score-chips-scroll{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.score-chips-scroll::-webkit-scrollbar{display:none}.score-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:60px;height:68px;border-radius:12px;border:1.5px solid var(--border);background:var(--bg);flex-shrink:0;transition:transform .12s,background .12s,border-color .12s;gap:2px;padding:6px 4px}.score-chip:active{transform:scale(.91)}.score-chip-emoji{font-size:20px;line-height:1}.score-chip-num{font-size:14px;font-weight:800;line-height:1;color:var(--text)}.score-chip-name{font-size:10px;font-weight:500;color:var(--text-sub);white-space:nowrap}.live-board{flex:1;padding:12px 16px}.live-board-scores{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;margin-bottom:12px}.live-row{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--border)}.live-row:last-child{border-bottom:none}.live-name{font-size:15px;font-weight:500}.live-net{font-size:17px;font-weight:700;color:var(--text-sub)}.live-net.plus{color:var(--green)}.live-net.minus{color:var(--danger)}.live-transfers{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);padding:12px 16px}.live-transfer-row{font-size:14px;padding:4px 0;color:var(--text-sub)}.transfer-from{color:var(--danger);font-weight:600}.transfer-to{color:var(--green);font-weight:600}.transfer-amount{font-weight:700;color:var(--text)}.chip-panel{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.chip-row{padding:10px 14px;border-bottom:1px solid var(--border)}.chip-row:last-child{border-bottom:none}.chip-name{font-size:13px;font-weight:600;color:var(--text-sub);margin-bottom:6px;display:block}.chip-players{display:flex;gap:6px;flex-wrap:wrap}.chip-player-btn{padding:6px 12px;min-height:36px;border-radius:100px;border:1.5px solid var(--border);font-size:13px;font-weight:500;color:var(--text-sub);background:var(--bg);transition:all .15s}.chip-player-btn.active{border-color:var(--danger);color:var(--danger);background:#fef2f2}.round-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;padding:10px 16px calc(10px + var(--safe-bottom));background:var(--bg);border-top:1px solid var(--border);display:flex;gap:8px}.round-nav-prev{min-height:52px;min-width:100px;border-radius:var(--radius);border:1.5px solid var(--border);font-size:15px;font-weight:600;color:var(--text-sub);background:var(--surface);flex-shrink:0;transition:opacity .15s}.round-nav-prev:active{opacity:.7}.round-nav-next{flex:1}.round-nav-next.full{width:100%}.hole-progress{display:flex;gap:3px;flex-wrap:wrap;background:none;border:none;padding:0;cursor:pointer;align-items:center;margin-bottom:4px}.hole-progress-hint{font-size:10px;color:var(--text-sub);margin-left:4px;opacity:.7}.hole-picker-sheet{max-height:80dvh;display:flex;flex-direction:column;padding:0;border-radius:var(--radius) var(--radius) 0 0}.hole-picker-header{padding:16px 16px 0;flex-shrink:0}.hole-picker-names{display:flex;align-items:center;padding:6px 0 8px;border-bottom:1.5px solid var(--border)}.hp-cell{flex:1;text-align:center;font-size:12px}.hp-hole-col{flex:0 0 64px;text-align:left}.hp-name{font-size:12px;font-weight:600;color:var(--text-sub);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hole-picker-list{overflow-y:auto;flex:1;padding:4px 0 calc(8px + var(--safe-bottom))}.hole-picker-row{display:flex;align-items:center;width:100%;padding:10px 16px;border-bottom:1px solid var(--border);background:none;cursor:pointer;transition:background .1s}.hole-picker-row:last-child{border-bottom:none}.hole-picker-row:active{background:var(--bg)}.hole-picker-row.current{background:var(--green-light)}.hole-picker-row.current .hp-hole-num{color:var(--green)}.hp-hole-col{display:flex;flex-direction:column;align-items:flex-start;gap:1px;flex:0 0 64px}.hp-hole-num{font-size:15px;font-weight:800;color:var(--text)}.hp-par{font-size:11px;color:var(--text-sub)}.hp-score{display:flex;flex-direction:column;align-items:center;gap:1px;font-size:15px;font-weight:700}.hp-score small{font-size:10px;font-weight:500}.settlement-screen{padding:0 16px 120px;gap:12px;position:relative;overflow-x:hidden}.confetti-wrap{position:fixed;top:0;left:0;right:0;height:100vh;pointer-events:none;z-index:0;overflow:hidden}.confetti-piece{position:absolute;top:-12px;width:10px;height:10px;border-radius:2px;animation:confetti-fall linear forwards;opacity:0}.c0{background:#16a34a}.c1{background:#f59e0b}.c2{background:#3b82f6}.c3{background:#ef4444}.c4{background:#8b5cf6}.c5{background:#ec4899}@keyframes confetti-fall{0%{transform:translateY(0) rotate(0);opacity:1}80%{opacity:1}to{transform:translateY(100vh) rotate(540deg);opacity:0}}.winner-hero{position:relative;z-index:1;background:linear-gradient(135deg,#14532d,#15803d 60%,#16a34a);border-radius:var(--radius);padding:32px 20px 28px;text-align:center;margin-top:16px;box-shadow:0 8px 24px #15803d59}.winner-trophy{font-size:52px;line-height:1;margin-bottom:10px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.winner-name{font-size:26px;font-weight:800;color:#fff;margin-bottom:4px}.winner-points{font-size:36px;font-weight:900;color:#86efac;letter-spacing:-1px;margin-bottom:8px}.winner-game{font-size:13px;color:#ffffffa6}.section-card{position:relative;z-index:1;padding:16px}.section-title{font-size:12px;font-weight:700;color:var(--text-sub);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px}.rank-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--border)}.rank-row:last-child{border-bottom:none}.rank-medal{font-size:22px;flex-shrink:0}.rank-right{flex:1;min-width:0}.rank-top-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.rank-name{font-size:15px;font-weight:600}.rank-net{font-size:17px;font-weight:800;color:var(--text-sub)}.rank-net.plus{color:var(--green)}.rank-net.minus{color:var(--danger)}.point-bar-wrap{width:100%}.point-bar-track{height:8px;border-radius:4px;background:var(--border);display:flex;align-items:center;position:relative;overflow:hidden}.point-bar-center{position:absolute;left:50%;width:2px;height:100%;background:var(--text-sub);opacity:.3}.point-bar{height:100%;border-radius:4px;transition:width .6s ease}.point-bar.pos{background:var(--green);margin-left:50%}.point-bar.neg{background:var(--danger);margin-left:auto;margin-right:50%}.transfer-card{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid var(--border);gap:8px}.transfer-card:last-child{border-bottom:none}.transfer-player{flex:1;font-size:15px;font-weight:600}.t-from{color:var(--danger);text-align:right}.t-to{color:var(--green);text-align:left}.transfer-mid{display:flex;flex-direction:column;align-items:center;gap:2px;flex-shrink:0}.transfer-pts{font-size:14px;font-weight:800;color:var(--text)}.transfer-arrow{font-size:18px;color:var(--text-sub)}.nassau-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--border);font-size:15px}.nassau-row:last-child{border-bottom:none}.nassau-section{font-weight:600;color:var(--text-sub)}.nassau-winner{color:var(--green);font-weight:700}.nassau-tie{color:var(--text-sub)}.nassau-pending{color:var(--amber)}.chip-count-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border);font-size:15px}.chip-count-row:last-child{border-bottom:none}.plus{color:var(--green);font-weight:700}.minus{color:var(--danger);font-weight:700}.stroke-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border);font-size:15px}.stroke-row:last-child{border-bottom:none}.adjusted{font-size:12px;color:var(--text-sub)}.hole-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0;min-height:44px;font-size:14px;font-weight:700;color:var(--text)}.hole-toggle-icon{color:var(--text-sub);font-size:12px}.hole-list{margin-top:8px;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--border)}.hole-item{display:flex;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid var(--border);font-size:13px}.hole-item:last-child{border-bottom:none}.hole-item-num{width:26px;height:26px;border-radius:50%;background:var(--bg);border:1.5px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.hole-item.won .hole-item-num{background:var(--green-light);border-color:var(--green);color:var(--green)}.hole-item-par{font-size:11px;color:var(--text-sub);width:20px;flex-shrink:0}.hole-item-result{flex:1;color:var(--text-sub)}.hole-winner-name{font-weight:700;color:var(--green)}.hole-tie{color:var(--text-sub);font-style:italic}.hole-item-result.lv{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.lv-vs{color:var(--text-sub);font-size:11px}.lv-win{font-weight:700;color:var(--green)}.stroke-hole-table{margin-top:8px;border-top:1px solid var(--border)}.stroke-header{display:flex;padding:8px 0;font-size:11px;font-weight:700;color:var(--text-sub);border-bottom:1px solid var(--border)}.stroke-header span,.stroke-hole-row span{flex:1;text-align:center}.stroke-hole-row{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid var(--border);font-size:14px}.stroke-hole-row:last-child{border-bottom:none}.stroke-hole-num{display:flex;flex-direction:column;align-items:center;font-weight:700}.stroke-hole-num small{font-size:10px;color:var(--text-sub);font-weight:400}.stroke-score{font-weight:600}.stroke-score.best{font-weight:900;text-decoration:underline}.settlement-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;padding:10px 16px calc(10px + var(--safe-bottom));background:var(--bg);border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px;z-index:10}
