:root{--bg-app: #fff9e8;--fg: #1f2937;--card: #ffffff;--bg-elev: #ffffff;--border: #e5e7eb;--border-soft: var(--border);--primary: #516d37;--primary-tr:color-mix(in oklch, var(--primary), transparent);--primary-600:color-mix(in oklch, var(--primary), black 10%);--bg-panel: #f7f3e8;--surface-results: rgba(255, 255, 255, .42);--surface-standings: rgba(81, 109, 55, .055);--success: #10b981;--focus: var(--primary-tr);--txt-dim: #6b7280;--shadow-sm: 0 1px 4px rgba(0, 0, 0, .05);--olive: #2f6f3e;--lpg-green-primary: #2f6f3e;--panel-overlay-alpha: .12;--overlay-onboarding-bg: var(--bg-panel);--overlay-onboarding-border: var(--primary-tr);--overlay-onboarding-divider: var(--primary);--overlay-onboarding-title: var(--fg);--overlay-onboarding-heading: var(--primary);--overlay-info-sidebet-bg: var(--bg-panel);--overlay-info-sidebet-border: var(--primary-tr);--overlay-info-sidebet-divider: var(--primary);--overlay-info-sidebet-title: var(--fg);--overlay-info-sidebet-heading: var(--primary);--overlay-info-tournament-bg: var(--bg-panel);--overlay-info-tournament-border: var(--primary-tr);--overlay-info-tournament-divider: var(--primary);--overlay-info-tournament-title: var(--fg);--overlay-info-tournament-heading: var(--primary);--overlay-info-result-bg: var(--bg-panel);--overlay-info-result-border: var(--primary-tr);--overlay-info-result-divider: var(--border);--overlay-info-result-title: var(--fg);--overlay-info-result-heading: var(--fg);--overlay-input-bg: var(--bg-panel);--overlay-input-border: var(--primary-tr);--overlay-input-divider: var(--border);--overlay-input-title: var(--fg);--overlay-input-heading: var(--fg);--overlay-review-bg: var(--bg-panel);--overlay-review-border: var(--primary-tr);--overlay-review-divider: var(--border);--overlay-review-title: var(--fg);--overlay-review-heading: var(--fg);--s-1: 8px;--s-2: 12px;--s-3: 16px;--s-4: 24px;--gap-rows: var(--s-3);--btn-gap: var(--s-2);--border-radius-s: var(--s-1);--border-radius-m: var(--s-2);--border-radius-l: var(--s-3);--border-radius-xl: var(--s-4) --nw-min: 84px;--brd: var(--border)}*{box-sizing:border-box;accent-color:var(--primary)}html,body,#root{height:100%}:is(input,select,button):is(:focus,:focus-visible){outline:2px solid var(--focus);border-color:var(--focus)}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg-app);color:var(--fg);overflow-x:hidden}.container{max-width:720px;margin:0 auto;padding:24px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:var(--shadow-sm)}.h1{font-size:22px;font-weight:700;margin:0 0 12px}.h2{font-size:18px;font-weight:700;margin:0}.p{margin:0 0 16px;line-height:1.5}.small{font-size:12px;opacity:.7}.muted{color:var(--txt-dim)}.ui-page-title{margin:0;font-size:clamp(32px,8.8vw,36px);line-height:1;font-weight:300;font-stretch:75%;color:var(--fg)}.ui-context-line{font-size:16px;line-height:1.3;font-weight:400;color:var(--fg)}.ui-process-label{font-size:16px;line-height:1.2;font-weight:600;color:var(--fg)}.ui-section-header{margin:0;font-size:clamp(23px,6.4vw,26px);line-height:1.08;font-weight:300;font-stretch:75%;color:var(--fg)}.ui-surface-title{margin:0;font-size:18px;line-height:1.2;font-weight:600;color:var(--fg)}.row{display:flex;gap:var(--s-2);flex-wrap:wrap}.inp{width:100%;padding:var(--s-2);border:1px solid var(--border);border-radius:var(--border-radius-m);font-size:16px;background:#fff}.inp[type=date]{width:100%;max-width:100%;min-width:0;box-sizing:border-box;text-align:left}.inp[type=date]::-webkit-date-and-time-value{text-align:left}.sr-only{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0;padding:0;margin:-1px}.note{font-size:13px;background:#fff;border:1px dashed var(--border);padding:10px;border-radius:10px}button,.btn{font-size:16px}.btn{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:12px;padding:12px 16px;font-weight:600;border:1px solid var(--primary);background:var(--primary);color:#fff;transition:background .15s ease,border-color .15s ease,transform .02s ease}.btn:hover{background:var(--primary-600);border-color:var(--primary-600)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.secondary{border-color:var(--success);background:var(--success);color:#fff}.btn.ghost{background:var(--card);color:#111827;border:1px solid var(--border)}.btn.ghost.fl-player-btn{background:#f2f2f7;border-color:#1118272e}.btn.block{width:100%}.wizard-back-fixed{position:fixed;top:var(--s-2);left:var(--s-2);z-index:50}.wizard-header{margin-bottom:var(--s-3)}.wizard-header-back{flex-shrink:0}.wizard-header .h2{margin:0 0 var(--s-1)}.wizard-header .muted{margin:0;display:block}.wizard-footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:var(--btn-gap);padding:var(--s-2) 0;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,var(--bg-app, #fff) 32%)}.wizard-footer-hint{min-height:1.25em;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.setup-wizard{display:flex;flex-direction:column;min-height:100vh}.wizard-body{position:relative;flex:1;overflow:hidden}.setup-viewport{position:relative;height:100%;width:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.setup-step{position:absolute;inset:0;background:var(--bg-app)}.ui-switch{position:relative;display:inline-flex;flex:0 0 auto;width:2.5em;height:1.5em}.ui-switch__input{position:absolute;inset:0;z-index:1;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.ui-switch__track{width:100%;height:100%;padding:0;background:#c7c7cc;border:1px solid #8e8e93;border-radius:.75em;transition:background-color .3s,border-color .3s}.ui-switch__thumb{display:block;height:100%;aspect-ratio:1;background:#fff;border-radius:inherit;box-shadow:0 1px 2px #0000002e;transition:transform .3s}.ui-switch__input:checked+.ui-switch__track{background:var(--primary);border-color:var(--primary)}.ui-switch__input:checked+.ui-switch__track .ui-switch__thumb{transform:translate(1em)}.ui-switch__input:disabled{cursor:not-allowed}.ui-switch.is-disabled{opacity:.6}.ui-switch__input:focus-visible+.ui-switch__track{outline:3px solid var(--focus);outline-offset:2px}.sb-row{display:flex;align-items:center;gap:var(--s-2);margin-bottom:var(--s-2)}.sb-choice{display:inline-flex;align-items:center;gap:var(--s-2);flex:1;min-width:0}.sb-choice span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-action{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:0;background:transparent;color:var(--txt-dim);font:inherit;font-size:18px;line-height:1;padding:0;cursor:pointer}.icon-action--edit{color:var(--txt)}.icon-action--destructive{color:#d14b4b;font-size:22px}.icon-action:disabled{opacity:.45;cursor:default}.round-delete-action{align-self:stretch;height:auto}.tournament-option-info-action{align-self:center;margin-top:-2px}.sb-note{margin-top:var(--s-1)}.sb-family{border-top:1px solid var(--border-soft);padding:8px 0}.sb-family:first-child{border-top:0;padding-top:0}.sb-family-head{width:100%;border:0;background:transparent;padding:10px 0;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer}.sb-family-chevron{width:16px;flex:0 0 16px;text-align:right;font-size:20px;color:var(--txt-dim)}.sb-family-title{flex:1;color:var(--fg)}.sb-family-meta{font-weight:400;color:var(--txt-dim)}.sb-family-panel{padding:10px 0 6px 28px}.ldn-block{margin-bottom:var(--gap-rows)}.ldn-title{font-weight:600;margin-bottom:var(--s-1)}.ldn-tip{margin-top:var(--s-1)}.fl-head{margin-bottom:var(--s-1)}.fl-sub{margin-top:18px;margin-bottom:8px}.fl-list{display:flex;flex-wrap:wrap;gap:var(--s-1);margin-top:var(--s-2)}.fl-list .selectable-row,.fl-list .btn{min-height:40px}.rv-block{padding:var(--s-3);border:1px solid var(--border);border-radius:12px;margin-bottom:var(--gap-rows)}.rv-title{font-weight:600}.rv-pills{display:flex;flex-wrap:wrap;gap:var(--s-1);margin-top:var(--s-1)}.rv-pills--tight{margin-top:0}.rv-flights{margin-top:var(--s-1);display:grid;gap:var(--s-2)}.rv-flight-head{font-weight:600;margin-bottom:var(--s-1)}.rv-sidebets{display:flex;flex-wrap:wrap;gap:var(--s-1)}.pill-off{opacity:.45}.rv-holes{margin-top:var(--s-1)}.fl-time-input{min-height:40px;padding:7px 10px;font-size:16px;color:var(--fg);background:#f8f6eceb;border:1px solid rgba(78,111,54,.34);border-radius:12px}.fl-wizard-nav .wizard-footer{background:transparent;padding-top:20px}.fl-wizard-nav .wizard-footer-hint{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.35}.fl-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.nw{--nw-min: 84px}@media(max-width:768px){.nw{--nw-min: 80px}}@media(max-width:480px){.nw{--nw-min: 88px}}@supports (-webkit-touch-callout: none) and (not (hover: hover)){.hcp-wheels{max-width:300px;gap:12px;justify-items:center}}@media(hover:hover)and (pointer:fine){.hcp-wheels{max-width:220px;gap:6px}}.hcp-wheels{display:flex;align-items:center;gap:10px;width:100%;max-width:260px;margin-top:4px}.hcp-dot{font-weight:600;text-align:center;width:12px}@supports (-webkit-touch-callout: none) and (not (hover: hover)){.nw-select{min-width:120px}}@media(hover:hover)and (pointer:fine){.nw-select{min-width:84px}}.nw-select{-webkit-appearance:none;appearance:none;background-image:none;background-color:var(--bg-elev);border:1px solid var(--border);border-radius:var(--border-radius-m);min-width:3ch;text-align:center;color:var(--primary);font-size:16px;padding:var(--s-2)}.nw-select-wrap{display:flex;align-items:center;gap:10px;width:100%}.nw-select-wrap.hcp-wheels{width:fit-content}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.step-players__head{display:flex;align-items:center;justify-content:space-between;gap:var(--s-3);margin-bottom:var(--s-2)}.step-players__title{margin:0;font-size:18px;font-weight:700}.player-add{margin-bottom:var(--s-3)}.player-add--empty{display:flex;justify-content:flex-end}.empty-hint{font-style:italic;color:var(--txt-dim);padding:var(--s-2) 0;text-align:center}.player-row{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-rows, .75rem);padding:var(--s-1) 0;border-bottom:1px solid var(--border-soft)}.player-row:last-child{border-bottom:none}.player-row .name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-row .hcp{width:3.5rem;text-align:right}.player-actions{display:flex;gap:var(--s-1)}.player-form{display:flex;flex-direction:column;gap:var(--s-2);padding-top:var(--s-2)}.player-form .form-row{display:flex;flex-direction:column;gap:var(--s-1)}.player-form .form-actions{display:flex;justify-content:flex-end;gap:var(--s-2);margin-top:var(--s-1)}.hint.subtle{font-size:.9em;color:var(--txt-dim);min-height:1.2em}.footer{margin-top:var(--s-3);display:flex;gap:var(--btn-gap)}.grid{display:grid;gap:var(--s-2)}.badge{display:inline-block;font-size:12px;line-height:1;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--txt-dim)}.lpg-slidepanel-overlay{position:fixed;inset:0;z-index:60;display:grid;grid-template-areas:"stack";place-items:center;pointer-events:auto}.lpg-slidepanel-backdrop{grid-area:stack;position:absolute;inset:0;background:#11182773;-webkit-backdrop-filter:saturate(120%) blur(1px);backdrop-filter:saturate(120%) blur(1px);z-index:1}.lpg-slidepanel{grid-area:stack;z-index:2;width:min(560px,80vw);max-height:calc(100dvh - 2 * var(--s-4));background:var(--bg-panel);border:1px solid var(--primary-tr);border-radius:var(--border-radius-l);box-shadow:0 24px 56px #00000024,0 6px 18px #00000014;display:flex;flex-direction:column;overflow:hidden;will-change:transform,opacity}.lpg-slidepanel.review-panel{min-height:420px}.lpg-slidepanel-head{display:flex;align-items:center;justify-content:space-between;gap:var(--s-2);padding:12px 16px;border-bottom:1px solid var(--border)}.lpg-slidepanel-head .title{font-weight:700}.lpg-slidepanel-body{padding:var(--s-2) var(--s-3);overflow:auto}.lpg-slidepanel.review-panel .review-panel-body{padding:18px 20px;display:flex;flex-direction:column;flex:1}.review-panel-body .footer{margin-top:auto!important;padding-top:20px}.splash{position:fixed;inset:0;z-index:50;overflow:hidden;display:flex;align-items:stretch;justify-content:center}.splash__content{position:relative;z-index:1;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}.sidebet-info-panel,.system-overlay-panel{width:min(500px,calc(100vw - 40px))}.sidebet-info-body{padding:18px 20px}.sidebet-info-section{margin-bottom:16px}.sidebet-info-section:last-child{margin-bottom:0}.sidebet-info-label{margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}.sidebet-info-section p{margin:0;line-height:1.45}.sidebet-info-section ul{margin:0;padding-left:18px}.sidebet-info-section li{margin-bottom:8px;line-height:1.45}@media(max-width:480px){.sidebet-info-panel,.system-overlay-panel{max-width:calc(100vw - 44px);margin:22px}.sidebet-info-body{padding:18px}}.lpg-slidepanel-overlay{z-index:1000}.lpg-slidepanel.sidebet-info-panel,.lpg-slidepanel.system-overlay-panel{width:min(460px,calc(100vw - 56px));max-width:calc(100vw - 56px);max-height:calc(100dvh - 56px);margin:28px}.lpg-slidepanel.sidebet-info-panel .lpg-slidepanel-head,.lpg-slidepanel.system-overlay-panel .lpg-slidepanel-head{padding:14px 18px}.lpg-slidepanel.sidebet-info-panel .lpg-slidepanel-body,.lpg-slidepanel.system-overlay-panel .lpg-slidepanel-body{padding:20px 22px 28px}@media(max-width:480px){.lpg-slidepanel.sidebet-info-panel,.lpg-slidepanel.system-overlay-panel{width:calc(100vw - 56px);max-width:calc(100vw - 56px);max-height:calc(100dvh - 56px);margin:28px}}.onboarding-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;place-content:center;padding:22px;background:#0a181294}.onboarding-card{width:min(100%,380px);max-height:min(82vh,680px);overflow:auto;border:2px solid var(--primary-tr);border-radius:24px;background:var(--bg-panel);box-shadow:0 24px 70px #00000047;padding:24px 22px 20px}.onboarding-brand{display:flex;align-items:center;gap:10px;margin-bottom:28px}.onboarding-brandIcon{width:26px;height:26px;object-fit:contain;flex-shrink:0}.onboarding-brandText{color:#1c2a25;font-size:1.05rem;font-weight:800;line-height:1;letter-spacing:-.02em}.onboarding-title{margin:0 0 8px;color:#24331f;font-size:1.25rem;line-height:1.15;letter-spacing:-.02em}.onboarding-compactTitle{display:flex;align-items:center;gap:10px;margin-bottom:14px}.onboarding-title--compact{margin:0}.onboarding-body{color:#33402f;font-size:.98rem;line-height:1.5}.onboarding-body p{margin:0 0 12px}.onboarding-body ul{margin:8px 0 14px;padding-left:20px}.onboarding-body li{margin:6px 0}.onboarding-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}.onboarding-primary,.onboarding-secondary{min-height:44px;border-radius:999px;font-weight:800;cursor:pointer}.onboarding-primary{border:0;background:#516d3f;color:#f7f3e8;padding:0 22px}.onboarding-secondary{border:1px solid rgba(91,122,78,.38);background:#ffffff47;color:#516d3f;padding:0 16px}.sb-fade-more{position:relative;margin-top:-8px;margin-left:-28px;margin-right:0;padding:24px 0 8px;text-align:center;cursor:pointer}.sb-fade-more:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#f8f6f000,#f8f6f0 70%);pointer-events:none}.sb-fade-more span{position:relative;z-index:1;font-size:.88rem;font-weight:600;color:#5c6948}.carousel-navigation{margin-top:28px;display:flex;justify-content:space-between;gap:8px}.carousel-navigation__slot{display:flex;min-width:48px}.carousel-navigation__slot--next{justify-content:flex-end}.carousel-navigation__button{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:48px;padding:10px 14px;border:1px solid var(--border);border-radius:12px;background:var(--card);color:#111827;font:inherit;font-size:24px;line-height:1}.carousel-navigation__button:active{transform:translateY(1px)}.back-navigation{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:42px;min-height:42px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--card);color:#111827;font:inherit;font-size:18px;line-height:1}.back-navigation:active{transform:translateY(1px)}.back-navigation--no-shrink{flex-shrink:0}.management-action{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;width:auto;min-width:0;min-height:0;border:1px solid currentColor;border-radius:10px;background:var(--card);padding:5px 9px;font:inherit;font-size:13px;font-weight:500;line-height:1.15;white-space:nowrap}.management-action:active{transform:translateY(1px)}.management-action:disabled{opacity:.55;cursor:not-allowed}.management-action--correction,.management-action--activate{color:var(--primary)}.management-action--archive{color:#111827}.management-action--destructive{color:#b94b4b}.interactive-row{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;gap:var(--s-2);width:100%;margin-bottom:var(--s-3);padding:var(--s-2);text-align:left;color:inherit;background:var(--card);border:1px solid var(--border);border-radius:var(--border-radius-m);box-shadow:var(--shadow-sm)}.interactive-row__content{display:block;min-width:0;flex:1}.interactive-row__title{display:block;margin-bottom:6px;font-size:15px;font-weight:700}.interactive-row__body{display:block;min-width:0}.interactive-row__chevron{flex:0 0 auto;font-size:22px;line-height:1;opacity:.45}.selectable-row{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;gap:var(--s-2);min-width:0;min-height:40px;padding:7px 10px;text-align:left;color:#111827;background:#f8f6eceb;border:1px solid rgba(78,111,54,.24);border-radius:12px;font:inherit}.selectable-row.is-selected{background:#4e6f360f;border-color:var(--primary)}.selectable-row:disabled{background:#1118270f}.selectable-row:disabled{opacity:.6;cursor:not-allowed}.selectable-row__indicator{flex:0 0 1rem;width:1rem;height:1rem;display:grid;place-items:center;border:1px solid rgba(17,24,39,.18);border-radius:3px;background:#fff;color:#111827;font-size:.8em;line-height:1}.selectable-row__indicator--radio{border-radius:50%}.selectable-row__radio-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--primary)}.selectable-row__content{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--s-1);width:100%}.selection-grid .selectable-row{width:100%}.selection-grid__full{grid-column:1 / -1}.hole-selection-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.hole-selection{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;display:grid;place-items:center;width:100%;min-width:0;min-height:40px;padding:6px 0;border:1px solid var(--border);border-radius:12px;background:var(--card);color:#111827;font:inherit;font-weight:600}.hole-selection.is-selected{border-color:var(--primary);background:var(--primary);color:#fff}.data-table{width:100%;margin-top:8px;border-collapse:collapse}.data-table th,.data-table td{padding:8px}.data-table__head-row{text-align:left;border-bottom:1px solid #eee}.data-table__row{border-bottom:1px solid #f3f3f3}.data-table__row--interactive{cursor:pointer}.data-table__emphasis{font-weight:700}.data-table__chevron-col{width:48px}.data-table__chevron{text-align:right;font-weight:600}.data-table__medium{font-weight:600}.data-table__col-40{width:40px}.data-table__col-60{width:60px}.round-list{width:100%}.round-list__items{display:flex;flex-direction:column;width:100%}.interactive-row--compact{margin:0;padding:11px 14px;border:0;border-bottom:1px solid rgba(0,0,0,.08);border-radius:0;box-shadow:none;background:transparent}.round-list__items>*:last-child .interactive-row--compact,.round-list__items>.round-row:last-child{border-bottom:0}.interactive-row--compact .interactive-row__title{margin:0;font-size:15px;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.interactive-row__meta{margin-left:6px;font-size:12px;font-weight:400;opacity:.58;white-space:nowrap}.round-row{flex:1;width:100%}.round-row.is-active{background:#3478460f}.round-list{width:100%;overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#ffffffa8}.round-list .round-list__items{display:flex;flex-direction:column;gap:0;width:100%;margin:0;padding:0}.round-list .round-list__item{display:flex;align-items:stretch;gap:0;width:100%;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.round-list .round-list__item+.round-list__item{border-top:1px solid rgba(0,0,0,.07)}.round-list .round-list__item>.interactive-row,.round-list .round-list__item>.interactive-row--compact,.round-list .round-list__item>.round-row{flex:1 1 auto;width:100%;min-height:0;margin:0!important;padding:10px 12px!important;border:0!important;border-radius:0!important;background:transparent;box-shadow:none!important}.round-list .round-list__item>.round-row.is-active{background:#526f3a17}.round-list .round-list__item .interactive-row__title{margin:0;font-size:15px;font-weight:500;line-height:1.15}.round-list .round-list__item .interactive-row__chevron{font-size:19px;line-height:1}.round-list .round-delete-action{flex:0 0 auto;align-self:center;margin-right:8px}.info-copy{margin:0 0 8px}.info-list{margin-top:0;padding-left:18px}.fhs-matrix{margin:0 0 8px;overflow-x:auto;white-space:pre;font-size:13px;line-height:1.45}.fhs-note{margin-bottom:12px}.fhs-examples-label{margin-top:12px;margin-bottom:6px;font-size:14px}.fhs-captain-note{margin-top:10px;margin-bottom:18px;padding:10px;border-radius:10px;background:#f5f5f5;color:#555}.fhs-compact-note{margin-top:12px;margin-bottom:0;font-size:14px}.fhs-tagline{margin-top:14px;font-weight:700;text-align:center}.info-subheading--small{font-size:13px;text-transform:uppercase;letter-spacing:.04em}.review-top{outline:none}.review-summary{font-size:15px;line-height:1.45}.review-panel-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:16px}.update-notice__icon{width:30px;height:30px;object-fit:contain}.update-notice__intro{margin:0 0 14px}.update-notice__changelog{margin-bottom:18px}.update-notice__heading{margin-bottom:6px;font-size:16px;font-weight:700}.update-notice__list{margin-top:0;padding-left:18px}.update-notice__signoff{margin:0 0 6px}.update-notice__frankie{margin:0 0 22px;font-weight:600}.update-notice__actions{display:flex;justify-content:flex-end;align-items:center;margin-top:8px;padding-top:4px}.update-notice__action{min-height:44px;border-radius:999px;font-size:16px;font-weight:800;cursor:pointer;-webkit-appearance:none;appearance:none}.update-notice__action--update{border:0;background:#516d3f;color:#f7f3e8;padding:0 22px}.install-prompt__icon{width:30px;height:30px;object-fit:contain}.install-prompt__intro{margin:0 0 18px}.install-prompt__signoff{margin:0 0 6px}.install-prompt__team{margin-top:18px;margin-bottom:0;font-weight:600}.tournament-option-info__section{margin-bottom:18px}.tournament-option-info__heading{margin-bottom:2px;font-size:18px;font-weight:700}.tournament-option-info__body,.sidebet-info-rules{white-space:pre-line}.sidebet-info-matrix{margin:0;padding:10px;overflow-x:auto;border-radius:10px;background:#f5f5f5;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1.45;white-space:pre}.lpg-slidepanel-head__main{display:flex;align-items:center;gap:10px;min-width:0}.lpg-slidepanel-head__icon{flex:0 0 auto;width:34px;height:34px;display:grid;place-items:center}.lpg-slidepanel-head__copy{min-width:0}.lpg-slidepanel-head__subtitle{margin-top:4px}.fhs-calculation-copy{margin:0 0 8px}.fhs-calculation-copy--compact{font-size:14px}.fhs-section{margin-bottom:18px}.fhs-section__title{margin-bottom:2px;font-size:18px;font-weight:700}.fhs-section__title--small{font-size:16px;font-weight:600}.fhs-subtitle{margin-top:12px;margin-bottom:2px;font-size:16px;font-weight:600}.fhs-example-table{padding:10px;border-radius:10px;background:#f5f5f5;color:#555}.fhs-example-row{display:grid;grid-template-columns:38px 34px 44px 4px 1fr;gap:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.45}.fhs-example-row--head{margin-bottom:4px;font-weight:600}.fhs-example-explanation{align-self:center;font-size:10px;line-height:1.35}.fhs-example-explanation--head{font-weight:500}.homehub{min-height:100vh;display:flex;flex-direction:column}.homehub__brand{display:flex;align-items:center;gap:10px;margin-bottom:48px}.homehub__brand-icon{width:26px;height:26px;object-fit:contain}.homehub__title{margin:0}.homehub__content{flex:1;overflow-y:auto;padding-bottom:12px}.homehub__section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.homehub__section-title,.homehub__archive-head{font-size:18px;font-weight:700}.homehub__tournament-list{overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#ffffff73}.homehub__tournament-row{width:100%;color:var(--fg);font:inherit;border:none;border-bottom:1px solid rgba(0,0,0,.05);background:transparent;padding:12px 14px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}.homehub__row-main,.homehub__row-end{display:inline-flex;align-items:center}.homehub__row-main{min-width:0;gap:9px}.homehub__row-end{flex:0 0 auto;gap:9px}.homehub__role-icon{width:18px;flex:0 0 18px;text-align:center;font-size:15px;line-height:1;opacity:.72}.homehub__role-icon--player{font-size:17px}.homehub__update-dot{width:8px;height:8px;flex:0 0 8px;margin-left:1px;border-radius:50%;background:var(--olive, #71894b)}.homehub__tournament-name{font-size:16px;font-weight:500;line-height:1.2}.homehub__chevron{font-size:20px;line-height:1;opacity:.45}.homehub__empty{margin:12px;line-height:1.5}.homehub__empty--plain{background:transparent;border:none;box-shadow:none}.homehub__archive-head{margin-top:12px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;opacity:1}.homehub__archive-list{margin-top:8px}.tournamenthub{min-height:100vh;display:flex;flex-direction:column}.tournamenthub__header{display:flex;align-items:center;gap:12px;margin-bottom:28px}.tournamenthub__title{margin:0}.tournamenthub__section{margin-top:28px}.tournamenthub__section:first-of-type{margin-top:0}.tournamenthub__section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.tournamenthub__section-title{margin:0 0 12px}.tournamenthub__section-head .tournamenthub__section-title{margin-bottom:0}.tournamenthub__section-head{margin-bottom:12px}.tournamenthub__podium{width:100%;overflow:hidden;border:1px solid rgba(52,120,70,.12);border-radius:16px;background:#ffffff73}.tournamenthub__podium-row{width:100%;min-height:48px;padding:10px 14px;display:grid;grid-template-columns:28px minmax(0,1fr) 52px 18px;align-items:center;gap:8px;border:0;border-bottom:1px solid rgba(0,0,0,.05);background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.tournamenthub__podium-row:last-child{border-bottom:0}.tournamenthub__podium-row:focus-visible{outline:2px solid rgba(52,120,70,.52);outline-offset:-2px}.tournamenthub__podium-medal{font-size:18px;line-height:1}.tournamenthub__podium-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:1.2;font-weight:500}.tournamenthub__podium-score{font-size:16px;font-weight:700;text-align:right}.tournamenthub__chevron{justify-self:end;font-size:22px;line-height:1;opacity:.55}.tournamenthub__empty-standings{margin-top:0}.tournamenthub__options-card{overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#ffffff73}.tournament-option-switch{min-height:52px;padding:10px 12px 10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(0,0,0,.05)}.tournament-option-switch:last-child{border-bottom:0}.tournament-option-switch__main{min-width:0;display:flex;align-items:center;gap:10px}.tournament-option-switch__label{font-size:16px;line-height:1.25;font-weight:600}.tournament-option-status__copy{min-width:0;flex:1 1 auto}.tournament-option-status__line{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.tournament-option-status__value{flex:0 0 auto;font-size:16px;line-height:1.25;font-weight:700}.tournament-option-status__note{margin-top:2px;font-size:16px;line-height:1.3;color:#1118279e}.tournamenthub__management{display:flex;align-items:center;gap:18px;margin-top:20px;padding-top:4px}.inputhub__section-title{margin:22px 0 12px;color:var(--fg)}.inputhub__list-surface{margin-bottom:12px;overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#ffffff73}.inputhub__list{margin:0;padding:0;list-style:none}.inputhub__row{padding:10px 14px;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between;gap:12px;background:transparent}.inputhub__row-copy{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.inputhub__row-label{font-size:15px;font-weight:400;line-height:1.2;color:inherit}.inputhub__row-meta,.inputhub__complete{margin-left:6px}.inputhub__chevron{font-size:22px;line-height:1;opacity:.45}.inputhub__empty{margin:12px;line-height:1.5}.inputhub__setup-action{display:flex;justify-content:flex-end;margin-top:12px}.inputhub__footer-helper{line-height:1.2}.inputhub__compute-footer{justify-content:flex-end}.inputhub__player-row-copy{display:flex;align-items:center;gap:8px}.inputhub__player-name{font-size:15px;font-weight:500;line-height:1.2}.inputhub__readonly{padding:12px;margin-bottom:8px}.inputhub__readonly-title{margin-bottom:4px;font-weight:600}.resultshub__header-action{display:flex;justify-content:flex-end;margin-top:12px}.resultshub__content{margin-top:12px}.resultshub__section-title{margin-top:24px}.resultshub__list-surface{overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#ffffff73}.resultshub__row{width:100%;color:var(--fg);font:inherit;padding:10px 14px;display:grid;grid-template-columns:88px 1fr auto auto;align-items:center;gap:10px;border:none;border-bottom:1px solid rgba(0,0,0,.05);background:transparent;text-align:left;cursor:pointer}.resultshub__row-title{font-size:15px;font-weight:500;line-height:1.2}.resultshub__row-value{overflow:hidden;font-size:15px;line-height:1.2;white-space:nowrap;text-overflow:ellipsis}.resultshub__row-score{font-size:15px;font-weight:700}.resultshub__chevron{font-size:22px;line-height:1;opacity:.45}.resultshub__finalize-label{line-height:1.05}.setup-step-section-title{margin:0 0 10px}.setup-step-section-title__step{font-size:16px;font-weight:400;color:var(--fg)}.setup-wizard-header__step,.rv-pills--spaced,.rv-sidebets--spaced,.rv-holes--spaced{margin-top:8px}.rv-flights--spaced{margin-top:12px}.inspect-header{margin-bottom:12px}.inspect-footer{margin-top:16px}.stepreview-panel-lead{margin-bottom:14px;font-weight:700}.stepreview-panel-status{margin-top:14px;line-height:1.55}.stepreview-panel-list{margin-top:12px}.stepreview-flight--spaced{margin-bottom:16px}.stepreview-panel-label{margin-bottom:4px;font-weight:700}.stepreview-flight-names{line-height:1.5}.stepreview-sidebets{margin-top:12px;line-height:1.55}.stepreview-sidebet-group{margin-bottom:14px}.stepreview-hole-row--spaced{margin-top:2px}.stepbasics-card,.stepbasics-options-card{min-height:0}.stepbasics-field{margin-bottom:16px}.stepbasics-field--last{margin-bottom:0}.stepbasics-label{display:block;margin-bottom:6px}.stepbasics-label--compact{margin-bottom:4px}.stepbasics-readonly{opacity:.65}.stepbasics-date-input{-webkit-appearance:none;appearance:none;min-height:43px;color:inherit}.stepbasics-date-input.is-default{color:var(--txt-dim)}.stepbasics-options-title{margin-top:24px;margin-bottom:10px}.stepbasics-options-inner{margin-top:0}.stepbasics-option-switch{padding-left:0;padding-right:0}.player-row__inactive{opacity:.45}.player-input__metric-head{width:100%;margin-bottom:12px;text-align:center}.player-input__control-wrap{max-width:360px;display:flex;justify-content:center}.player-input__bpb-grid{display:grid;grid-template-columns:repeat(4,auto);gap:4px;justify-content:center;width:100%}.player-input__bpb-field{display:flex;flex-direction:column;align-items:center;gap:4px;width:64px}.input-work-surface{border:1px solid var(--border)}.player-input__work-surface{min-height:200px}.input-wizard__section-counter{font-size:16px;font-weight:400;color:var(--fg)}.input-wizard__surface-title{width:100%;font-size:18px;line-height:1.25;font-weight:700;color:var(--fg)}.player-input__metric-head .input-wizard__surface-title{text-align:center}.flight-input__label,.field-input__hole-title{text-align:left}.flight-input__empty-footer{margin-top:16px}.flight-input__winner-card{width:100%;padding:12px;box-sizing:border-box}.flight-input__label{margin-bottom:12px;font-weight:600}.flight-input__teamscore{max-width:360px}.flight-input__teamscore-title{margin-bottom:8px;font-weight:600}.field-input__empty-title{margin:0;font-size:20px}.field-input__empty-card{margin-top:12px;padding:12px}.field-input__empty-card-title{margin-bottom:6px;font-weight:600}.field-input__empty-footer{margin-top:16px}.field-input__choice-card{width:100%;padding:12px;box-sizing:border-box}.field-input__hole-head{margin-bottom:12px}.field-input__hole-title{font-size:16px;font-weight:600;line-height:1.2}.browse-ranking-list{overflow:hidden;border:1px solid rgba(52,120,70,.12);border-radius:16px}.browse-ranking-list--results{background:var(--surface-results)}.browse-ranking-list--standings{background:var(--surface-standings)}.browse-ranking-row{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;min-height:72px;padding:8px 12px;border-bottom:1px solid rgba(17,24,39,.12)}.browse-ranking-row:last-child{border-bottom:0}.browse-ranking-row__rank{grid-row:1 / span 2;place-self:center;font-size:32px;line-height:1}.browse-ranking-row__rank--number{font-size:24px;font-weight:700}.browse-ranking-row__content{min-width:0}.browse-ranking-row__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px;line-height:1.2;font-weight:700;color:var(--fg)}.browse-ranking-row__meta{display:flex;flex-wrap:wrap;gap:0;margin-top:3px;font-size:16px;line-height:1.25;color:var(--fg)}.browse-ranking-row__meta span+span:before{content:" · ";margin:0 4px}.browse-ranking-row__unit{font-size:14px;font-weight:400}.carousel-panel__counter{font-size:16px;font-weight:400;color:var(--fg)}.browse-ranking-row--context{grid-template-columns:48px minmax(0,1fr)}.browse-ranking-row--compact-context{min-height:52px}.browse-ranking-row__inline-result{min-width:0;display:flex;align-items:baseline;gap:5px;white-space:nowrap}.browse-ranking-row__inline-result .browse-ranking-row__name{flex:0 1 auto}.browse-ranking-row__inline-separator,.browse-ranking-row__inline-points{flex:0 0 auto;font-size:16px;line-height:1.2;color:var(--fg)}.browse-ranking-row__context{place-self:center;font-size:16px;line-height:1;font-weight:700}.browse-ranking-row--interactive{width:100%;border-top:0;border-right:0;border-left:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.browse-ranking-row--chevron{grid-template-columns:minmax(0,1fr) 20px}.browse-ranking-row__chevron{justify-self:end;font-size:22px;line-height:1;opacity:.55}.browse-ranking-row--empty{display:flex;min-height:72px;align-items:center;font-size:16px}.carousel-header{display:flex;align-items:flex-start;gap:8px}.carousel-header--center{align-items:center}.carousel-title{margin:0}.carousel-title--tight{line-height:1.1}.carousel-subtitle{margin-top:4px}.carousel-viewport{position:relative;overflow:hidden}.carousel-panel{gap:12px;margin-top:28px}.carousel-panel__title{margin-top:0;margin-bottom:0}.carousel-panel__heading-row{display:flex;align-items:center;justify-content:space-between}.carousel-detail{padding:4px 0 0}.carousel-detail--padded{padding:4px 12px 12px}.carousel-detail__inner{margin-top:4px}.carousel-detail-grid{display:grid;gap:8px}.carousel-detail-grid--fhs{grid-template-columns:24px 92px 1fr}.carousel-detail-grid--overall{grid-template-columns:1fr 56px 44px 34px}.carousel-detail-grid--sidebet{grid-template-columns:1fr 52px}.carousel-detail-grid--head{padding:0 0 8px;color:var(--text);font-size:16px;font-weight:600}.carousel-detail-grid--row{padding:8px 0;border-bottom:1px solid #eee}.carousel-detail-grid--total{padding:10px 0 0;font-weight:600}.carousel-detail-note{margin-top:12px}.carousel-motion-panel,.carousel-motion-content{padding:0}.carousel-sidebet-info{padding:4px 8px 10px}.carousel-sidebet-matrix{margin-top:10px;margin-left:-2px;overflow-x:auto;white-space:pre;font-size:11px;line-height:1.45}.standings-rwr-note{margin-top:16px;padding-top:4px;line-height:1.4}.data-table__row--clickable{cursor:pointer}.carousel-sidebet-matrix--large{font-size:13px}.inputhub__flow-header,.resultshub__header,.setup-wizard-header{margin-bottom:28px}.inputhub__flow-header-row,.resultshub__header-row,.setup-wizard-header__row{display:flex;align-items:flex-start;gap:12px;min-width:0}.inputhub__flow-header-copy,.resultshub__header-copy,.setup-wizard-header__copy{min-width:0}.inputhub__flow-title,.resultshub__title,.setup-wizard-header__title{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.resultshub__title{line-height:1.08;padding-bottom:.08em}.inputhub__flow-subtitle,.resultshub__subtitle,.setup-wizard-header__context{margin-top:3px;line-height:1.2}.player-input,.flight-input,.field-input{padding:16px}.player-input__header,.flight-input__header,.field-input__header{margin-bottom:18px}.player-input__title,.flight-input__title,.field-input__title{margin:0}.flight-input__title,.field-input__title{font-size:20px;line-height:1.15}.player-input__footer,.flight-input__footer,.field-input__footer{margin-top:16px;display:flex;justify-content:flex-end}.fhs-info-content,.update-notice__content,.install-prompt__content,.tournament-option-info,.stepreview-panel-copy{line-height:1.55}.data-table__num,.carousel-num,.fhs-example-num{text-align:right}.stepbasics-label,.fl-start-label,.fl-sub{font-size:16px;color:var(--fg);text-transform:none;letter-spacing:normal}.fl-start-inline{gap:8px}.setup-wizard .card{border-width:1.5px;border-color:#11182729}.setup-wizard .inp{border-width:1.5px;border-color:#1118272e}.stepbasics-label{font-size:16px;font-weight:600;color:var(--fg);text-transform:none;letter-spacing:normal}.ldn-block{margin-bottom:12px}.ldn-block+.ldn-block{padding-top:12px;border-top:1px solid rgba(17,24,39,.14)}.ldn-block:last-child{margin-bottom:0}.fl-start-inline{display:inline-flex;align-items:center;gap:10px}.fl-start-label,.onboarding-info-action,.page-info-action{flex:0 0 auto}.homehub__brand .homehub__info-action{margin-left:auto}.inputhub__flow-header-row,.resultshub__header-row,.tournamenthub__header{width:100%}.inputhub__flow-header-copy,.resultshub__header-copy,.tournamenthub__header-copy{min-width:0;flex:1 1 auto}.inputhub__section-counter{font-size:16px;line-height:inherit;font-weight:400;color:var(--fg)}.setup-review__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.setup-review__section-head .setup-step-section-title{flex:1 1 auto}.browse-ranking-row--standings{grid-template-columns:48px minmax(0,1fr) 20px}.browse-ranking-row--standings-compact{min-height:52px}.browse-ranking-row--standings-compact .browse-ranking-row__rank{font-size:24px}.browse-ranking-row--standings-compact .browse-ranking-row__inline-result{min-width:0}.browse-ranking-row{align-items:center}.browse-ranking-row__content,.browse-ranking-row__inline-result,.browse-ranking-row__chevron,.browse-ranking-row__rank,.browse-ranking-row__context{align-self:center}.browse-ranking-row__rank{grid-row:auto}.browse-ranking-row--standings,.browse-ranking-row--standings-compact,.browse-ranking-row--context,.browse-ranking-row--compact-context{align-items:center}.browse-ranking-row--standings-compact .browse-ranking-row__inline-result,.browse-ranking-row--compact-context .browse-ranking-row__inline-result{align-self:center}.overlay--onboarding{background:var(--overlay-onboarding-bg);border-color:var(--overlay-onboarding-border)}.overlay--onboarding .onboarding-title{color:var(--overlay-onboarding-title)}.lpg-slidepanel.overlay--information-sidebet{background:var(--overlay-info-sidebet-bg);border:2px solid var(--overlay-info-sidebet-border)}.lpg-slidepanel.overlay--information-sidebet .lpg-slidepanel-head{border-bottom-color:var(--overlay-info-sidebet-divider)}.lpg-slidepanel.overlay--information-sidebet .lpg-slidepanel-head .title{color:var(--overlay-info-sidebet-title)}.lpg-slidepanel.overlay--information-sidebet .sidebet-info-label,.lpg-slidepanel.overlay--information-sidebet .fhs-info-section__title,.lpg-slidepanel.overlay--information-sidebet .info-section-title{color:var(--overlay-info-sidebet-heading);font-weight:700;text-transform:uppercase}.lpg-slidepanel.overlay--information-tournament{background:var(--overlay-info-tournament-bg);border:2px solid var(--overlay-info-tournament-border)}.lpg-slidepanel.overlay--information-tournament .lpg-slidepanel-head{border-bottom-color:var(--overlay-info-tournament-divider)}.lpg-slidepanel.overlay--information-tournament .lpg-slidepanel-head .title{color:var(--overlay-info-tournament-title)}.lpg-slidepanel.overlay--information-tournament .tournament-option-info__heading,.lpg-slidepanel.overlay--information-tournament .fhs-info-section__title,.lpg-slidepanel.overlay--information-tournament .info-section-title{color:var(--overlay-info-tournament-heading);font-weight:700;text-transform:uppercase}.lpg-slidepanel.overlay--information-result-detail{background:var(--overlay-info-result-bg);border-color:var(--overlay-info-result-border)}.lpg-slidepanel.overlay--information-result-detail .lpg-slidepanel-head .title{color:var(--overlay-info-result-title)}.lpg-slidepanel.overlay--input{background:var(--overlay-input-bg);border-color:var(--overlay-input-border)}.lpg-slidepanel.overlay--input .lpg-slidepanel-head{border-bottom-color:var(--overlay-input-divider)}.lpg-slidepanel.overlay--input .lpg-slidepanel-head .title{color:var(--overlay-input-title)}.lpg-slidepanel.overlay--review{background:var(--overlay-review-bg);border-color:var(--overlay-review-border)}.lpg-slidepanel.overlay--review .lpg-slidepanel-head{border-bottom-color:var(--overlay-review-divider)}.lpg-slidepanel.overlay--review .lpg-slidepanel-head .title{color:var(--overlay-review-title)}.lpg-slidepanel.overlay--system{background:var(--bg-panel);border:2px solid var(--primary-tr)}.lpg-slidepanel.overlay--system .lpg-slidepanel-head{border-bottom-color:var(--primary)}.setup-review__section-head{position:relative}.setup-review__section-head .page-info-action{position:fixed;top:27px;right:max(20px,calc((100vw - 520px)/2 + 20px));z-index:20}.inputhub__row-label,.inputhub__player-name{font-size:16px}.inputhub__flight-names{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.2;font-weight:400;color:var(--primary)}.inputhub__row-meta{margin-left:6px;font-size:16px;line-height:1.2;font-weight:400;color:var(--fg)}.lpg-slidepanel.overlay--information-result-detail{--overlay-info-result-divider: var(--primary)}.lpg-slidepanel.overlay--information-result-detail .lpg-slidepanel-head{border-bottom-color:var(--overlay-info-result-divider)}.lpg-slidepanel.overlay--information-result-detail .lpg-slidepanel-head .title{font-size:18px;line-height:1.25;font-weight:700}.lpg-slidepanel.overlay--information-result-detail .lpg-slidepanel-head .subtitle{font-size:16px;line-height:1.3;font-weight:400;color:var(--primary)}.tournament-option-status__label,.tournament-option-switch__label{font-size:16px;line-height:1.25;font-weight:600}.lpg-slidepanel.overlay--information-result-detail .lpg-slidepanel-subtitle,.lpg-slidepanel.overlay--information-result-detail .subtitle,.lpg-slidepanel.overlay--information-result-detail .lpg-slidepanel-head__subtitle{font-size:16px;line-height:1.3;font-weight:400;color:var(--primary)}.tournamenthub__publish{margin-top:20px;display:flex;flex-direction:column;align-items:stretch;gap:8px}.tournamenthub__publish-action{width:100%}.tournamenthub__publish-status{font-size:16px;line-height:1.3;color:#1118279e;text-align:right}.tournamenthub__publish-status-row{display:flex;align-items:center;justify-content:flex-end;gap:8px}.copy-link-action{width:32px;height:32px;padding:6px;border:0;border-radius:50%;background:transparent;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-appearance:none;appearance:none}.copy-link-action svg,.publication-confirmation__copy-label svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.copy-link-action:active{opacity:.65}.tournamenthub__copy-feedback{font-size:16px;line-height:1.3;color:var(--primary);text-align:right}.publication-confirmation__copy-label{display:inline-flex;align-items:center;justify-content:center;gap:8px}.tournamenthub__public-published-at{margin-top:3px;font-size:12px;line-height:1.3;font-weight:400;color:var(--txt-dim)}.tournamenthub__title,.resultscarousel__title,.carousel-title{font-size:clamp(32px,8.8vw,36px);line-height:1;font-weight:300;font-stretch:75%}.tournamenthub__section-title,.homehub__section-title,.homehub__archive-head,.resultshub__section-title,.resultshub__content>.h2,.carousel-panel__title,.inputhub__section-title,.player-input__title{font-size:clamp(23px,6.4vw,26px);line-height:1.08;font-weight:300;font-stretch:75%}.setup-step-section-title__step,.carousel-panel__counter,.inputhub__section-title .inputhub__section-counter,.player-input__title .input-wizard__section-counter{font-size:16px;line-height:1.2;font-weight:400;font-stretch:normal;color:var(--txt-dim)}.sb-family-title{font-size:18px;line-height:1.2;font-weight:400;font-stretch:87.5%}.sb-family-meta{font-weight:400}.tournamenthub .round-list .round-list__item>.interactive-row,.tournamenthub .round-list .round-list__item>.interactive-row--compact,.tournamenthub .round-list .round-list__item>.round-row,.tournamenthub .tournamenthub__podium-row,.tournamenthub .tournament-option-switch{min-height:48px}.tournamenthub .tournament-option-switch__label,.tournamenthub .tournament-option-status__label{font-size:16px;line-height:1.25;font-weight:500}.tournamenthub .tournamenthub__management{gap:12px}.tournamenthub .tournamenthub__management .management-action:last-child{margin-left:auto}.tournamenthub .tournamenthub__management .management-action--correction:last-child{background:var(--primary);border-color:var(--primary);color:#fff}.tournamenthub .tournamenthub__publish-status-row--management{margin-top:10px}.tournamenthub .tournamenthub__publish-status{font-size:12px;line-height:1.3;font-weight:400;color:#11182794}.resultshub__content>.h2{margin-bottom:12px}
