@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;600;700;800&display=swap');
:root{font-family:'DM Sans',system-ui,sans-serif;color:#173b32;background:#f3f3eb;--green:#123c31;--lime:#d5f075;--muted:#64746c}*{box-sizing:border-box}body{margin:0}main{max-width:1120px;margin:auto;padding:24px 24px 40px}header{display:flex;justify-content:space-between;align-items:center;padding:8px 0 28px}.brand{font-family:Manrope,system-ui;font-size:21px;font-weight:800;color:var(--green);text-decoration:none;letter-spacing:.03em}.brand span{display:block;font-size:9px;letter-spacing:.28em;margin:4px 0 0 29px}.badge,.eyebrow{font-size:10px;letter-spacing:.15em;font-weight:800}.badge{border:1px solid #b9c8ba;border-radius:30px;padding:9px 12px}h1,h2,h3{font-family:Manrope,system-ui;letter-spacing:-.045em}h1{font-size:clamp(38px,6vw,65px);line-height:1.07;margin:18px 0}h2{font-size:25px;margin:6px 0 20px}h3{margin:0 0 12px}p{line-height:1.6;color:var(--muted)}.hero{background:var(--green);color:white;border-radius:25px;padding:40px;position:relative;overflow:hidden;margin-bottom:25px}.hero p{color:#c6d7c9;max-width:500px}.hero .eyebrow{color:var(--lime)}.hero:after{content:'⛳';font-size:130px;position:absolute;right:35px;bottom:20px;opacity:.16;pointer-events:none}.grid{display:grid;grid-template-columns:1.2fr 1fr;gap:24px}.card{background:white;border-radius:22px;padding:28px;border:1px solid #e0e6db}.section{margin-top:22px}.label,label{display:block;font-size:12px;font-weight:700;margin-bottom:9px}input,select,button{font:inherit}input,select{border:1px solid #dce2d6;border-radius:11px;padding:13px;width:100%;background:#fafbf6;color:var(--green);min-height:46px}input:focus,select:focus,button:focus-visible{outline:3px solid #9cc852;outline-offset:2px}.row{display:flex;gap:12px;align-items:center}.row>*{flex:1}.row label{flex:1}.players{display:grid;gap:10px}.players .row button{flex:0 0 40px;padding:10px}.btn,button{cursor:pointer;border:0;border-radius:12px;padding:14px 18px;font-weight:700;color:var(--green);background:var(--lime)}button:disabled{opacity:.4;cursor:not-allowed}.secondary{background:#edf1e7}.outline{background:transparent;border:1px solid #bdcdbf}.full{width:100%;margin-top:18px}.muted{font-size:12px;color:var(--muted)}.rule{padding:14px;border-radius:12px;background:#f3f6ec;font-size:13px;line-height:1.6}.error{color:#9d3623;margin:12px 0}.stat{font-size:34px;font-weight:800;letter-spacing:-.05em}.hero .stat{color:var(--lime)}.topline{display:flex;justify-content:space-between;align-items:center;gap:15px}.chip{font-size:12px;border-radius:30px;background:#edf3dd;padding:8px 12px;font-weight:700}.holes{display:flex;overflow:auto;gap:7px;padding:6px 2px 15px}.holes button{flex-shrink:0;width:40px;padding:11px 0;background:#e7eddf}.holes button.active{background:var(--green);color:white}.holes button.done{box-shadow:inset 0 -3px #a6c658}.score-row,.money-row{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid #edf0e8}.avatar{width:37px;height:37px;border-radius:50%;background:#edf2df;display:grid;place-items:center;font-weight:800}.person{flex:1;font-weight:700}.stepper{display:flex;align-items:center;gap:8px}.stepper input{width:56px;text-align:center;padding:10px 0;font-size:20px;font-weight:800}.stepper button{width:36px;padding:8px;background:#edf1e7}.positive{color:#29783f}.negative{color:#aa5838}.money{font-size:21px;font-weight:800;white-space:nowrap}.notice{background:#fff3d5;border:1px solid #e3d3a1;border-radius:12px;padding:14px;font-size:13px;line-height:1.5;margin-top:14px}.transfer{padding:18px;border-radius:14px;background:#f0f4e8;margin:10px 0}.transfer strong{display:block;font-size:22px;margin-top:8px}details{margin-top:18px;font-size:13px}summary{cursor:pointer;font-weight:700}table{border-collapse:collapse;width:100%;font-size:12px}td,th{padding:10px;text-align:left;border-bottom:1px solid #e1e6d8}.tablewrap{overflow:auto}footer{text-align:center;font-size:11px;line-height:1.7;color:#7b877e;margin-top:35px}.saved{color:#557540;font-size:11px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.actions button{flex:1}.archive{display:block;width:100%;text-align:left;margin:8px 0;background:#edf1e7}.list-note{margin-top:12px;line-height:1.6}.hero.compact{padding:26px 32px}.hero.compact h1{font-size:38px}.hero.compact:after{font-size:90px} @media(max-width:700px){main{padding:15px 15px 30px}.grid{grid-template-columns:1fr;gap:15px}.hero{padding:26px}.card{padding:20px}.badge{font-size:8px}.brand{font-size:18px}.hero:after{right:0}.row{gap:8px}h1{font-size:43px}.score-row{gap:8px}.stepper{gap:5px}.person{font-size:14px}.hero.compact{padding:23px}.money{font-size:19px}}
nav{display:flex;gap:8px;padding:12px 0;position:sticky;top:0;z-index:5;background:#f3f3eb}nav button{flex:1;background:white;border:1px solid #dde6d5;padding:12px 6px;font-size:13px}nav button.active{color:white;background:var(--green)}.courseholes .row>span{flex:0 0 35px}.courseholes{margin-top:12px}.courseholes label{font-size:10px}.courseholes input{padding:8px}.courseholes .row{margin-bottom:8px}
.grid>*{min-width:0}.person{min-width:0;overflow-wrap:anywhere}.stepper{flex-shrink:0}.hero .topline>div{flex-shrink:0}textarea{width:100%;font:inherit;border:1px solid #dce2d6;background:#fafbf6;color:var(--green);border-radius:12px;padding:12px}input[type=number]{appearance:textfield}input::-webkit-inner-spin-button{appearance:none}@media(max-width:420px){.score-row{gap:6px}.stepper input{width:42px}.stepper button{width:30px}.score-row .avatar{width:30px;height:30px}.person{font-size:13px}}
/* Club Pot / Field Notes visual system */
:root{--green:#163d32;--lime:#d5ed88;--muted:#7a857b;background:#f6f5ef;color:#1b362e;font-family:'DM Sans',system-ui,sans-serif}main{max-width:1060px;padding:24px 22px 100px}header{padding:3px 0 22px}.brand{font-size:18px;letter-spacing:.12em}.brand span{font-size:8px;margin-left:26px;color:#788979}.badge{border:0;background:#e6edde;color:#45624b;font-size:8px}h1,h2,h3{font-family:Manrope,system-ui,sans-serif}nav{position:fixed;top:auto;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,650px);padding:10px 12px max(12px,env(safe-area-inset-bottom));background:rgba(252,252,247,.97);border:1px solid #e1e7db;border-radius:22px 22px 0 0;box-shadow:0 -7px 30px #123c3108;gap:2px;z-index:20}nav button{border:0;background:transparent!important;padding:8px 3px;color:#859080;font-size:10px;font-weight:600;border-radius:12px}nav button.active{color:#183f32;background:#e8efdd!important}nav button .nav-icon{display:block;font-size:20px;line-height:24px;margin-bottom:3px}.hero{box-shadow:none;background:#163d32;border-radius:24px}.hero:after{display:none}.card{box-shadow:0 6px 23px #163d3204;border-color:#e9ebe2;padding:24px}.card h2{font-size:22px}.eyebrow{font-size:9px;letter-spacing:.19em}.muted{line-height:1.6}.hero.compact h1{font-size:38px}.home-hero{position:relative;min-height:360px;padding:32px;background:linear-gradient(90deg,#102c27 0%,#14382fb0 55%,#14382f00),url('assets/course-art.svg') center/cover}.home-hero h1{font-size:clamp(36px,6vw,57px);max-width:520px;line-height:1.13;letter-spacing:-.055em;margin:24px 0}.home-hero p{font-size:13px;max-width:300px}.home-hero button{margin-top:16px;padding:16px 24px}.art-note{position:absolute;right:16px;bottom:12px;font-size:8px;color:#dce8d0b0}.greeting{margin:4px 0 21px}.greeting p{font-size:12px;margin:0 0 4px}.greeting h2{font-size:27px;margin:0}.section-head{display:flex;justify-content:space-between;align-items:baseline;margin:26px 0 13px}.section-head h2{margin:0;font-size:21px}.section-head span{font-size:10px;color:#7a857b}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.mini-stat{padding:19px 12px;background:#fff;border:1px solid #e6eade;border-radius:17px}.mini-stat strong{display:block;font-size:25px;letter-spacing:-.05em;margin:7px 0}.mini-stat span{font-size:10px;color:#798377}.mini-stat .eyebrow{font-size:8px}.game-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.game-tile{text-align:left;padding:21px;min-height:155px;border-radius:20px;background:#e9edde;color:#284336;position:relative;overflow:hidden}.game-tile:nth-child(2){background:#ebe4d4}.game-tile b{display:block;font-size:21px;letter-spacing:-.04em;margin-top:18px}.game-tile small{display:block;font-size:11px;font-weight:400;margin-top:7px;line-height:1.5}.game-symbol{font-size:21px}.game-tile .arrow{position:absolute;right:17px;top:20px;font-size:18px}.course-cover{height:190px;background:url('assets/course-art.svg') center 45%/cover;border-radius:19px 19px 0 0;position:relative}.course-cover span{position:absolute;bottom:13px;left:16px;color:white;font-size:10px;letter-spacing:.13em;background:#1b342c80;padding:6px 10px;border-radius:8px}.course-card{overflow:hidden;border-radius:20px;border:1px solid #e2e8da;background:#fff}.course-body{padding:23px}.course-body h2{margin:6px 0 9px}.course-meta{display:flex;gap:8px;font-size:11px;color:#75826d}.pill-tag{background:#eef2e8;border-radius:8px;padding:5px 8px}.tabs{display:flex;gap:6px;padding:5px;background:#e9eddf;border-radius:13px;margin:18px 0}.tabs button{background:transparent;font-size:12px;flex:1;padding:11px 8px}.tabs button.selected{background:#fff;box-shadow:0 2px 5px #153a2510}.round-grid{display:block}.round-grid>.card{max-width:700px;margin:auto}.round-grid [hidden]{display:none!important}.extra-pane{max-width:700px;margin:auto}.score-row{padding:18px 0}.score-row .avatar,.money-row .avatar{background:#e9efdc;color:#49623d}.score-row:nth-child(2) .avatar,.money-row:nth-child(2) .avatar{background:#f0e7d9;color:#846039}.score-row:nth-child(3) .avatar,.money-row:nth-child(3) .avatar{background:#e6e9f3;color:#656980}.score-row:nth-child(4) .avatar,.money-row:nth-child(4) .avatar{background:#f2e4e1;color:#976959}.stepper button{background:#edf1e7;border-radius:50%;height:34px}.stepper input{background:transparent;border:0;font-size:27px;width:48px}.person{font-size:15px}.person .muted{font-size:10px;font-weight:400}.saved{margin-top:10px;font-size:10px}.holes button{background:white;border:1px solid #e3e8da;border-radius:11px;font-size:11px}.holes button.active{background:var(--green)}.setup-steps{display:flex;justify-content:space-between;margin:7px 0 23px;gap:8px}.setup-steps button{flex:1;font-size:11px;padding:11px;background:#e8eddf}.setup-steps button.active{background:var(--green);color:white}.setup-grid{display:block}.setup-grid>.card{max-width:650px;margin:auto}.setup-grid>.card[hidden]{display:none}.players>label{padding:16px;background:#f7f8f1;border-radius:15px}.players>label input{margin:5px 0}.wizard-footer{display:flex;gap:10px;margin-top:20px}.wizard-footer button{flex:1}.courseholes{max-height:330px;overflow:auto;padding-right:8px}.friend-row{display:flex;gap:8px;align-items:center;padding:12px 0;border-bottom:1px solid #edf0e6}.friend-row span{flex:1}.friend-row button{padding:7px 10px;font-size:11px}.round-history{display:flex;gap:13px;align-items:center;background:#fff;border:1px solid #e7eadf;border-radius:16px;margin:10px 0;padding:17px;width:100%;text-align:left}.round-history .round-icon{padding:12px;background:#edf1e5;border-radius:12px}.round-history strong{font-size:13px;display:block}.round-history small{font-size:10px;color:#7e8879;display:block;margin-top:5px}.round-history .round-value{margin-left:auto;font-size:17px}.bar-chart{display:flex;align-items:flex-end;height:115px;gap:8px;margin-top:20px}.bar-chart>div{flex:1;min-width:0;display:flex;align-items:center;flex-direction:column;justify-content:flex-end;height:100%}.bar-chart i{display:block;width:100%;max-width:42px;background:#b4ca8e;border-radius:5px 5px 0 0;min-height:3px}.bar-chart span{font-size:9px;margin-top:5px}.bar-chart small{font-size:10px;margin-bottom:5px}.notice{font-size:11px;border:0;background:#f4efdf;color:#7d693c}.rule{font-size:12px}.map-empty{padding:45px 25px;text-align:center;background:linear-gradient(140deg,#eef1e5,#e0e8d4);border-radius:18px}.map-empty b{display:block;margin:18px 0 10px}.map-empty p{font-size:12px}.subtle-link{color:#526c46;font-size:11px}.profile-heading{display:flex;align-items:center;gap:18px;margin-bottom:25px}.profile-heading .avatar{width:62px;height:62px;font-size:24px}.profile-heading h1{font-size:30px;margin:0}.profile-heading p{font-size:12px;margin:6px 0}.empty-state{text-align:center;padding:30px 15px;color:#7c8977;font-size:13px}.empty-state strong{display:block;color:#344d3c;font-size:17px;margin-bottom:8px}.compact-title h1{font-size:32px;margin:7px 0}.compact-title p{font-size:13px;margin:0 0 20px}footer{font-size:9px;margin-top:25px}a{color:#456b42}@media(min-width:760px){.home-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:25px}.home-layout .home-hero{height:100%;margin:0}.game-cards{grid-template-columns:repeat(2,1fr)}.home-layout .mini-stats{margin-top:0}.greeting h2{font-size:32px}}@media(max-width:420px){main{padding:18px 17px 100px}.home-hero{padding:26px;min-height:345px}.home-hero h1{font-size:39px}.card{padding:20px}.person{font-size:13px}.stepper input{width:40px}.mini-stat strong{font-size:22px}}
.bet-game{border:1px solid #e3e8d9;padding:17px;border-radius:16px;margin:12px 0;background:#fafbf7}.check-row{display:flex;align-items:center;gap:10px;font-size:15px}.check-row input{width:20px;min-height:20px;accent-color:#234c37;flex:0 0 20px}.check-row span:nth-child(2){flex:1}.bet-fields{padding-top:6px}.bet-fields[hidden]{display:none}.game-result{padding:13px;background:#f4f6ec;border-radius:12px;margin:10px 0}.small-balances{display:grid;grid-template-columns:1fr 1fr;gap:8px;font-size:11px;padding:10px 0}.small-balances span{display:flex;justify-content:space-between;gap:6px}.extra-input{padding:16px;background:#edf3df;border-radius:13px;margin:18px 0}.extra-input h3{font-size:16px}.extra-input label{margin-bottom:0}
.game-tile{min-height:165px}.game-tile:nth-child(3n+1){background:#e8eddd}.game-tile:nth-child(3n+2){background:#eee5d7}.game-tile:nth-child(3n){background:#e4e9eb}.game-tile small{font-size:11px;line-height:1.65}.result-state{display:inline-block;border-radius:8px;padding:3px 6px;background:#e2ead4;font-size:9px;margin-left:4px;font-weight:600}.transfer{background:#edf3df;border:1px solid #dfe9cf;padding:22px}.transfer strong{font-size:32px;color:#224b31;letter-spacing:-.04em}.bet-game:has(input[type=checkbox]:checked){border-color:#a6bf78;background:#f3f7e9}.check-row input:checked{accent-color:#2f583d}.bet-game .muted{margin:8px 0;font-size:11px}.bet-game .chip{font-size:9px}.hero.compact>button{margin-top:8px}.small-balances span{background:white;padding:8px;border-radius:8px}.game-result summary{line-height:1.8}.game-cards{margin-bottom:18px}@media(min-width:760px){.game-cards{grid-template-columns:repeat(3,1fr)}}

/* v4: personal participation and live money */
.members{border:1px solid #d7e5dd;border-radius:16px;padding:14px;margin:14px 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.members legend{font-weight:700;font-size:14px;padding:0 6px}.members label{display:flex;align-items:center;gap:8px;margin:0;padding:10px;background:#edf5ef;border-radius:10px;font-size:14px;overflow-wrap:anywhere}.members input{width:20px;height:20px;margin:0;accent-color:#176749}.player-money{margin:20px 0}.money-card{border:1px solid #dce7df;border-radius:16px;padding:16px;margin:10px 0;background:linear-gradient(120deg,#f1f7f1,#fff)}.money-card p{margin:8px 0;font-size:14px}.money-card small{color:#587060}.money-card .topline b{font-size:23px}.random-teams{margin:8px 0 16px;width:100%}

.game-tile{cursor:pointer;touch-action:manipulation;transition:transform .15s,box-shadow .15s}.game-tile:active{transform:scale(.97)}.game-tile:focus-visible{outline:3px solid #176749;outline-offset:4px}.game-tile:hover{box-shadow:0 6px 18px #163d3215}

.game-tile.is-selected{background:#163d32;color:#f3f8e9;box-shadow:inset 0 0 0 3px #b6d875}.game-tile.is-selected .arrow{color:#d5ed88}.game-selection-bar{position:sticky;bottom:86px;z-index:15;background:#fffef7;padding:14px;border:1px solid #d8e2cc;border-radius:20px;box-shadow:0 6px 30px #163d3220;margin:18px 0}.game-selection-bar p{font-size:12px;margin:0 0 10px;color:#45614b}.game-selection-bar button{width:100%;background:#163d32;color:#f4f9eb}.game-selection-bar button:disabled{opacity:.5}.game-tile .arrow{font-size:24px}

.game-choice{min-width:0}.game-choice .game-tile{width:100%;height:100%;min-height:190px}.game-choice:has(.is-selected) .game-tile{height:auto}.game-choice:nth-child(3n+1) .game-tile:not(.is-selected){background:#e8eddd}.game-choice:nth-child(3n+2) .game-tile:not(.is-selected){background:#eee5d7}.game-choice:nth-child(3n) .game-tile:not(.is-selected){background:#e4e9eb}.home-stake-fields{background:#e8efdd;border:1px solid #b6cf9b;border-radius:0 0 16px 16px;margin-top:-12px;padding:24px 12px 12px}.home-stake-fields label{font-size:11px;line-height:1.5;margin:0}.home-stake-fields select,.home-stake-fields input{width:100%;min-height:44px;font-size:18px;margin:8px 0 0;padding:8px}.game-choice:has(.is-selected){align-self:start}
/* iPhone: native-size inputs, thumb targets and safe-area aware controls */
html{-webkit-text-size-adjust:100%;scroll-padding-bottom:190px}body{min-height:100dvh}button,a,input,select{-webkit-tap-highlight-color:transparent}button{touch-action:manipulation}input,select{font-size:16px;scroll-margin-top:24px;scroll-margin-bottom:200px}main{padding-bottom:calc(var(--bottom-nav-height,80px) + 24px)}nav{padding-bottom:max(12px,env(safe-area-inset-bottom));padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.game-selection-bar{bottom:calc(var(--bottom-nav-height,80px) + 8px)}.game-choice .game-tile{height:auto;min-height:180px}.game-choice{align-self:start}.game-tile small{font-size:12px}.game-tile b{font-size:22px}.stepper button{width:44px;min-height:44px;flex-shrink:0}.holes button{width:44px;min-height:44px}.person{min-width:0;overflow-wrap:anywhere}.avatar{flex-shrink:0}.members label{min-height:44px}.tabs button{min-height:44px}.row>*{min-width:0}.money-card .topline strong{overflow-wrap:anywhere;min-width:0}.money-card .topline b{white-space:nowrap}.game-selection-bar button{min-height:48px}.home-stake-fields label{font-size:12px}.home-stake-fields select,.home-stake-fields input{font-size:18px}summary{min-height:44px;padding:10px 0}
@media(max-width:600px){main{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}.hero.compact{padding:24px}.hero.compact h1{font-size:clamp(30px,8vw,38px)}.game-cards{gap:10px}.game-tile{padding:17px}.game-tile b{font-size:20px}.game-tile small{line-height:1.5}.section-head{gap:12px}.section-head h2{font-size:22px}.section-head span{font-size:9px;text-align:right}.setup-steps button{min-height:44px;font-size:12px}.actions button{min-height:44px}.card{padding:18px}.stepper{gap:4px}.stepper input{width:44px;min-height:44px}.tabs{display:flex;gap:6px}.tabs button{flex:1;min-width:0;padding:12px 7px;font-size:12px}.game-selection-bar{padding:12px;margin-bottom:12px}.game-selection-bar p{font-size:12px;line-height:1.4}.muted{font-size:13px}.notice{font-size:12px}.members{padding:10px;gap:7px}.members label{padding:8px}}
@media(max-width:360px){.score-row>.avatar{display:none}.game-tile{padding:14px}.game-tile b{font-size:18px}.game-tile small{font-size:11px}.game-choice .game-tile{min-height:170px}.home-stake-fields{padding-left:10px;padding-right:10px}.brand{font-size:16px}.badge{padding:8px}.hero.compact{padding:20px}.hero.compact .stat{font-size:28px}.members{grid-template-columns:1fr}.money-row{gap:8px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
#courseholes .row>span{flex:0 0 28px}#courseholes .row{align-items:center}#courseholes input{min-width:0}#courseholes label{font-size:12px}#courseholes{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.golfer-editor{padding:16px;background:#f7f8f1;border-radius:16px;min-width:0;font-size:14px;font-weight:700}.golfer-editor>input,.golfer-editor>select{margin:7px 0 14px}.golfer-editor label{margin-top:14px}.photo-picker{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.photo-picker label{flex:1;min-width:150px}.photo-picker input{font-size:14px;padding:8px;max-width:100%}.photo-picker button{font-size:12px;min-height:44px}.profile-photo{width:56px;height:56px}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.golfer-summary{margin:14px 0}.golfer-summary .topline{justify-content:flex-start}.golfer-summary h3{margin:0}.golfer-summary p{margin:5px 0;font-size:13px}.golfer-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.golfer-stats>div{background:#edf3e7;border-radius:12px;padding:14px;min-width:0}.golfer-stats small{display:block;font-size:11px;color:#566b5a}.golfer-stats strong{display:block;font-size:22px;margin-top:6px;overflow-wrap:anywhere}

.tile-rules{margin:6px 0 0;padding:0 12px;background:#eef2e7;border-radius:12px;font-size:12px}.tile-rules summary{font-size:12px;min-height:44px;padding:13px 0}.tile-rules p{font-size:12px;color:#34513f;line-height:1.55;margin:0;padding:0 0 12px}
/* Detailed game cards align as pairs, including each selected stake panel. */
.game-cards{align-items:stretch}.game-choice,.game-choice:has(.is-selected){align-self:stretch;display:flex;flex-direction:column}.game-choice .game-tile,.game-choice:has(.is-selected) .game-tile{flex:1;height:auto;display:flex;flex-direction:column;justify-content:flex-start}.game-tile small{text-align:left}.home-stake-fields{flex-shrink:0}

.course-example{background:#edf4e3;border:1px solid #d5e3c5;border-radius:16px;padding:18px;margin:16px 0}.course-example h3{margin:8px 0}.course-example p{font-size:13px;margin:8px 0}.course-example button{width:100%;min-height:48px}.course-example [role=status]:empty{display:none}

.course-club-logo{display:block;width:76px;height:76px;object-fit:contain;background:white;border-radius:50%;margin:0 0 14px}

.nevill-course-photo{display:block;width:calc(100% + 36px);max-width:none;height:190px;object-fit:cover;object-position:center 68%;margin:-18px -18px 16px;border-radius:16px 16px 0 0}.course-example .course-club-logo{margin-top:-52px;position:relative;border:4px solid #edf4e3;width:80px;height:80px}
.golfer-editor[hidden],.members label[hidden],[data-pairing]:disabled[hidden]{display:none!important}.player-count{padding:16px;background:#e8efdd;border-radius:14px;margin-bottom:16px;font-size:16px}.player-count select{margin-top:8px}

/* Keep the tee label clear of the native select focus ring. */
#setup label:has(> #preset){line-height:1.5;margin-top:14px;margin-bottom:18px}#setup #preset{display:block;margin-top:9px}

#setup label[hidden]{display:none!important}.course-example{cursor:pointer}#otherCourse{margin:0 0 20px;min-height:44px}

.golf-profile-details{background:#edf3e5;padding:0 14px 10px;border-radius:14px;margin:18px 0}.golf-profile-details label{font-size:13px}.golf-profile-details input,.golf-profile-details select{margin-top:8px}.profile-facts{margin:18px 0 0}.profile-facts>div{padding:10px 0;border-top:1px solid #e3eadd}.profile-facts dt{font-size:12px;color:#657865}.profile-facts dd{font-size:15px;margin:4px 0;overflow-wrap:anywhere}

.bet-game[hidden],.members[hidden],[data-enable-game][hidden]{display:none!important}.chosen-stake{font-weight:700;color:#234d38;font-size:14px}

/* Leave room for the five-pixel outer focus ring below player labels. */
.golfer-editor label{line-height:1.5}.golfer-editor label>input,.golfer-editor label>select{display:block;margin-top:10px}

.saved-groups{padding:16px;background:#eef3e6;border-radius:16px;margin:14px 0 22px}.saved-groups select,.saved-groups input{margin-top:9px}.saved-groups details{margin-top:8px}

.live-leaders{margin-top:26px}.live-leaders article{padding:14px;background:#f1f5e9;border-radius:14px;margin:10px 0;overflow-wrap:anywhere}.live-leaders h3{font-size:16px;margin:0 0 7px}.live-leaders strong{display:block;font-size:15px;white-space:pre-line;line-height:1.6}.live-leaders small{display:block;margin-top:6px;color:#657865}.prize-reminder{padding:16px;background:#e5f4ae;border:1px solid #abc862;border-radius:14px;margin:12px 0}.prize-reminder span,.prize-reminder small{display:block;margin-top:8px;line-height:1.5}

.save-confirmation{border:0;border-radius:24px;padding:28px;width:min(90vw,420px);color:var(--green);box-shadow:0 20px 80px #123c3155}.save-confirmation::backdrop{background:#123c3166}.save-confirmation h2{font-size:26px}.save-confirmation button{width:100%;min-height:48px}.player-save-status:not(:empty){padding:12px;background:#e5f4ae;border-radius:12px;color:#173b32}

.running-totals{margin-bottom:24px}.running-totals h1{font-size:32px;margin:12px 0}.running-totals .money-row{padding:12px 0}
