.tc-ui{--tc-blue:#17558b;--tc-gold:#a58b2a;--tc-ink:#19231f;--tc-muted:#5c675f;--tc-line:#dde4df;--tc-soft:#f3f6f3;--tc-green:#23633c;--tc-red:#a42623;--background:#fff;--foreground:#19231f;--primary:#17558b;--primary-foreground:#fff;--muted:#f3f6f3;--muted-foreground:#5c675f;--border:#dde4df;--input:#bdc8c0;--accent:#f3f6f3;--accent-foreground:#19231f;color:var(--tc-ink);background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.45;color-scheme:light}.tc-ui,.tc-ui *{letter-spacing:0}.tc-ui *{box-sizing:border-box}.tc-ui h1,.tc-ui h2,.tc-ui h3,.tc-ui p{margin:0}.tc-ui h1{font-size:28px;font-weight:750;line-height:1.2;overflow-wrap:anywhere}.tc-ui h2{font-size:20px;font-weight:700;line-height:1.3}.tc-ui h3{font-size:17px;font-weight:650}.tc-ui a{text-decoration:none;color:inherit}.tc-ui svg{width:22px;height:22px;flex-shrink:0}.tc-ui button{cursor:pointer}.tc-ui button:disabled{cursor:default}.tc-ui :focus-visible{outline:3px solid #76a0c6;outline-offset:3px}.tc-ui .tc-button{min-height:50px;height:auto;padding:12px 16px;display:inline-flex;gap:9px;align-items:center;justify-content:center;font-size:16px;line-height:1.35;font-weight:650;border:1px solid var(--tc-line);border-radius:8px;white-space:normal;flex-shrink:1;transition:background .15s}.tc-ui .tc-button svg{width:20px;height:20px}.tc-ui .tc-button-primary{background:var(--tc-blue);border-color:var(--tc-blue);color:white}.tc-ui .tc-button-secondary{background:#fff;color:var(--tc-ink)}.tc-ui .tc-button-danger{background:var(--tc-red);border-color:var(--tc-red);color:white}.tc-ui .tc-button:hover:not(:disabled){filter:brightness(.97)}.tc-ui .tc-button:disabled{opacity:.5}.tc-icon-link,.tc-ui .tc-icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:10px;border-radius:7px;background:transparent;color:inherit}.tc-ui .tc-icon-button svg{width:22px;height:22px}.tc-icon-link:hover,.tc-ui .tc-icon-button:hover{background:var(--tc-soft)}.tc-full{width:100%}.tc-row{display:flex;align-items:center;gap:12px}.tc-between{justify-content:space-between}.tc-grow{flex:1;min-width:0}.tc-grow>small,.tc-grow>span,.tc-grow>strong{display:block}.tc-ui .tc-muted{color:var(--tc-muted)}.tc-ui .tc-small{font-size:14px}.tc-ui .tc-blue{color:var(--tc-blue)}.tc-ui .tc-gold{color:var(--tc-gold);background:none}.tc-eyebrow{font-size:14px;font-weight:650}.tc-section{padding:22px 20px;border-bottom:1px solid var(--tc-line)}.tc-section-heading{gap:10px;margin-bottom:12px}.tc-screen-heading,.tc-section-heading{display:flex;align-items:center;justify-content:space-between}.tc-screen-heading{padding:24px 20px 18px;gap:12px}.tc-screen-heading h1{margin-top:5px}.tc-list-row{display:flex;align-items:center;gap:12px;padding:15px 0;min-height:60px;border-bottom:1px solid var(--tc-line);width:100%;text-align:left}.tc-list-row:last-child{border-bottom:0}.tc-link-row:hover{background:var(--tc-soft)}.tc-list-row>svg:last-child{width:18px;height:18px}.tc-wide-link{padding-left:20px;padding-right:20px;background:white}.tc-app{max-width:600px;width:100%;min-height:100dvh;margin:auto;position:relative}.tc-app-header{justify-content:space-between;padding:calc(10px + env(safe-area-inset-top,0px)) 16px 10px;border-bottom:1px solid var(--tc-line);position:sticky;top:0;background:white;z-index:30}.tc-app-header,.tc-brand{display:flex;align-items:center}.tc-brand{gap:9px;font-weight:750;font-size:19px;min-width:0}.tc-brand img{object-fit:contain;width:44px;height:44px}.tc-main{padding-bottom:calc(92px + env(safe-area-inset-bottom,0px));min-height:600px}.tc-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:600px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--tc-line);background:#fff;padding-bottom:env(safe-area-inset-bottom,0);z-index:30}.tc-bottom-nav a{min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:12px;font-weight:600;color:var(--tc-muted);position:relative}.tc-bottom-nav a svg{width:24px;height:24px}.tc-bottom-nav a[aria-current]{color:var(--tc-blue)}.tc-bottom-nav a[aria-current]:before{position:absolute;content:"";top:0;background:var(--tc-blue);width:28px;height:3px;border-radius:0 0 2px 2px}.tc-environment{background:#eef1ef;text-align:center;font-size:12px;padding:6px 12px;font-weight:650;color:#4f5e53}.tc-connection{background:#f8f3e6;padding:10px 20px;display:flex;align-items:center;gap:8px;font-size:14px}.tc-connection svg{width:18px;height:18px}.tc-menu-identity{padding-bottom:12px;font-weight:650}.tc-admin-menu{border-top:2px solid var(--tc-line);padding-top:18px;margin-top:18px}.tc-admin-menu .tc-eyebrow{color:var(--tc-muted)}.tc-ui.tc-modal{display:block;position:fixed;z-index:50;width:calc(100% - 24px);max-width:440px;border:1px solid var(--tc-line);border-radius:12px;padding:0;max-height:88dvh;overflow-y:auto;gap:0}.tc-ui.tc-modal-wide{max-width:720px}.tc-modal-heading{position:sticky;top:0;padding:18px 64px 18px 20px;background:white;border-bottom:1px solid var(--tc-line);z-index:3;text-align:left}.tc-modal-heading>h2{font-size:20px}.tc-modal-heading>.tc-icon-button{position:absolute;right:10px;top:8px}.tc-modal-body{padding:20px}.tc-ui .tc-field{display:grid;gap:7px;margin:16px 0}.tc-field label{font-size:14px;font-weight:650}.tc-ui .tc-input{min-height:50px;height:auto;width:100%;border:1px solid #bdc8c0;border-radius:7px;font-size:16px;padding:12px;background:white;color:var(--tc-ink)}.tc-field p{font-size:14px}.tc-ui .tc-notice{padding:12px 14px;background:var(--tc-soft);border-radius:6px;margin:12px 0;font-size:14px}.tc-notice p{margin-top:5px}.tc-ui .tc-notice-error{color:var(--tc-red);background:#fff0ee}.tc-ui .tc-notice-success{color:var(--tc-green);background:#edf5ef}.tc-ui .tc-error{color:var(--tc-red)}.tc-empty{padding:42px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.tc-empty>svg{width:34px;height:34px;color:var(--tc-muted)}.tc-empty p{max-width:340px}.tc-avatar{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--tc-soft)!important;font-weight:700;font-size:14px}.tc-player-choice{background:white}.tc-player-choice:disabled{opacity:.55}.tc-cup-strip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 20px;background:var(--tc-soft);font-size:14px}.tc-cup-strip b{font-size:21px;font-family:Consolas,monospace}.tc-cup-strip small{font-size:13px}.tc-active-match{margin:0 20px 20px;border:1px solid var(--tc-line);border-radius:8px;overflow:hidden}.tc-active-match>header{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#edf5ef;color:var(--tc-green);font-size:14px;font-weight:600}.tc-match-body{padding:18px 16px}.tc-match-sides{display:grid;grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);gap:10px;margin:16px 0;align-items:center}.tc-match-sides strong{font-size:16px;display:block;overflow-wrap:anywhere}.tc-match-sides>div:last-child{text-align:right}.tc-match-sides .tc-eyebrow{margin-bottom:4px}.tc-result-label{font-weight:650;font-size:18px}.tc-scorer{display:flex;gap:7px;align-items:center;font-size:14px;margin:14px 0!important}.tc-scorer svg{width:17px;height:17px}.tc-schedule-row{display:grid;grid-template-columns:68px minmax(0,1fr) 20px;gap:10px;align-items:start;padding:16px 0;border-bottom:1px solid var(--tc-line)}.tc-schedule-row:last-child{border:0}.tc-schedule-row time{font-size:14px;font-weight:650}.tc-schedule-row small{display:block;font-size:14px;margin-top:3px}.tc-schedule-row svg{width:18px;height:18px}.tc-access{padding:32px 24px}.tc-access>h1{margin:6px 0 14px}.tc-access>p.tc-muted{margin-bottom:20px}.tc-welcome-logo{width:112px;height:112px;object-fit:contain;margin-bottom:24px}.tc-ui .tc-code-input{text-transform:uppercase;text-align:center;font-family:Consolas,monospace;font-size:24px;font-weight:650}.tc-access-links{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:20px;margin-top:24px;border-top:1px solid var(--tc-line)}.tc-access-links a{min-height:44px;display:flex;align-items:center;color:var(--tc-blue);font-size:14px;font-weight:650}.tc-help{margin-top:12px;font-size:14px}.tc-help summary{padding:12px 0;cursor:pointer;min-height:44px}.tc-help p{color:var(--tc-muted)}.tc-spin{animation:tc-spin 1s linear infinite}@keyframes tc-spin{to{transform:rotate(1turn)}}@media(max-width:600px){.tc-ui.tc-modal{top:auto;bottom:0;left:0;translate:none;transform:none;max-width:100%;width:100%;border-radius:12px 12px 0 0;padding-bottom:env(safe-area-inset-bottom,0)}}@media(max-width:370px){.tc-screen-heading,.tc-section{padding-left:16px;padding-right:16px}.tc-active-match{margin-left:16px;margin-right:16px}.tc-cup-strip{padding-left:16px;padding-right:16px;flex-wrap:wrap}.tc-access{padding:28px 20px}.tc-ui h1{font-size:26px}}@media(prefers-reduced-motion:reduce){.tc-ui *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.tc-access-frame{max-width:600px;min-height:100dvh;margin:0 auto;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}.tc-top-gap{margin-top:12px!important}.tc-prose{margin:16px 0!important;white-space:pre-wrap;overflow-wrap:anywhere}.tc-ui .tc-tab-list{display:flex;width:100%;height:auto;min-height:50px;border-radius:0;background:white;border-bottom:1px solid var(--tc-line);padding:0 12px;gap:4px;overflow-x:auto;justify-content:flex-start}.tc-tab-list>[role=tab]{min-height:50px;height:auto;border-radius:0;padding:12px;font-size:14px;white-space:normal;min-width:80px;box-shadow:none!important}.tc-tab-list>[data-state=active]{border-bottom:3px solid var(--tc-blue);color:var(--tc-blue);background:white!important}.tc-tabs{gap:0}.tc-ui .tc-select-menu [role=option]{min-height:44px;font-size:16px;white-space:normal}.tc-ui .tc-select-menu{max-width:calc(100vw - 24px)}.tc-ui .tc-textarea{min-height:120px;resize:vertical}.tc-toggle-row{min-height:64px;display:flex;align-items:center;gap:16px;border-bottom:1px solid var(--tc-line);padding:14px 0}.tc-toggle-row label{cursor:pointer}.tc-ui .tc-switch{width:48px;height:28px;flex-shrink:0}.tc-ui .tc-switch:before{content:"";position:absolute;inset:-10px 0}.tc-ui .tc-switch>[data-slot=switch-thumb]{width:22px;height:22px}.tc-ui .tc-switch[data-state=checked]{background:var(--tc-blue)}.tc-standing{padding:20px;display:grid;grid-template-columns:1fr minmax(60px,1fr) 1fr;align-items:center;text-align:center;border-block:1px solid var(--tc-line)}.tc-standing>div{display:grid;gap:2px}.tc-standing strong{font:700 52px/1.1 Consolas,monospace}.tc-standing>div>span{font-size:14px;font-weight:700}.tc-points{display:flex;align-items:center;gap:9px;font:700 23px/1.2 Consolas,monospace;white-space:nowrap}.tc-match-item{display:block;padding:18px 0;border-bottom:1px solid var(--tc-line)}.tc-match-item:last-child{border:0}.tc-match-item>.tc-row>svg{width:18px;height:18px}.tc-match-item .tc-match-sides{margin:12px 0}.tc-agenda-event{display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;padding:24px 0;border-bottom:1px solid var(--tc-line)}.tc-agenda-event time{font-size:14px;font-weight:650;padding-top:2px}.tc-personal{font-size:14px;font-weight:650;color:var(--tc-green);margin-top:6px!important}.tc-inline-links{display:flex;flex-wrap:wrap;gap:12px}.tc-inline-links a{display:flex;align-items:center;gap:6px;min-height:44px;color:var(--tc-blue);font-size:14px;font-weight:650}.tc-inline-links svg{width:16px;height:16px}.tc-file-button{display:inline-flex;align-items:center;gap:9px;min-height:48px;border:1px solid var(--tc-line);border-radius:7px;padding:10px 14px;cursor:pointer;position:relative;font-weight:650;overflow:hidden}.tc-file-button input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.tc-file-button:focus-within{outline:3px solid #76a0c6;outline-offset:3px}.tc-disabled{opacity:.5}.tc-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 20px 24px}.tc-photo-grid>button{text-align:left;min-width:0}.tc-photo-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px;background:var(--tc-soft)}.tc-photo-grid span{display:block;font-size:14px;margin-top:6px;overflow-wrap:anywhere}.tc-lightbox-image{width:100%;max-height:55dvh;object-fit:contain;background:var(--tc-soft);border-radius:4px}.tc-upload-row{padding:12px 0;display:grid;gap:8px}.tc-avatar{object-fit:cover}.tc-ui .tc-input{max-width:100%;min-width:0}.tc-ui .tc-input[data-slot=select-trigger]{width:100%;white-space:normal;text-align:left}.tc-ui [data-slot=select-value]{line-clamp:unset;-webkit-line-clamp:unset;overflow-wrap:anywhere}.tc-ui .tc-list-row>span{overflow-wrap:anywhere}.tc-photo-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}.tc-photo-filters>.tc-field:last-child{grid-column:1/-1}.tc-personal-round{padding:20px 0;border-bottom:1px solid var(--tc-line)}.tc-personal-round .tc-action-pair{margin-top:8px}.tc-stroke-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0}.tc-stroke-choice{display:grid;grid-template-columns:22px 1fr;gap:5px;align-items:center;padding:12px 10px;min-height:64px;border:1px solid var(--tc-line);border-radius:6px;cursor:pointer}.tc-stroke-choice>span:last-child{grid-column:1/-1}.tc-stroke-choice>[data-slot=checkbox]{width:22px;height:22px}.tc-stroke-choice:has([data-state=checked]){border-color:var(--tc-blue);color:var(--tc-blue)}.tc-ui .tc-switch{position:relative}.tc-match-main{display:block}.tc-match-main>.tc-row>svg{width:18px;height:18px;flex-shrink:0}.tc-score-context{padding:22px 20px 16px}.tc-score-context h1{font-size:24px}.tc-score-context p{margin-top:5px}.tc-score-status{justify-content:space-between;gap:12px;border-block:1px solid var(--tc-line);background:var(--tc-soft);flex-wrap:wrap}.tc-score-status,.tc-view-only{display:flex;padding:12px 20px;font-size:14px}.tc-view-only{align-items:center;gap:8px}.tc-hole-heading{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;text-align:center;gap:12px;padding:20px 16px}.tc-hole-heading h2{font-size:30px}.tc-hole-heading p{margin-top:4px}.tc-entry-list{padding:0 20px}.tc-entry-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 0;border-bottom:1px solid var(--tc-line);flex-wrap:wrap}.tc-entry-row h3{overflow-wrap:anywhere}.tc-entry-meta{font-size:14px;color:var(--tc-muted);margin-top:6px!important}.tc-steppers{display:grid;grid-template-columns:44px 60px 44px;gap:4px;align-items:center;margin-left:auto}.tc-ui .tc-steppers .tc-icon-button{border:1px solid var(--tc-line);background:var(--tc-soft)}.tc-score-number{font-size:34px;line-height:1;font-weight:700;font-family:Consolas,monospace;text-align:center;min-width:60px}.tc-par-button{width:60px;min-height:48px;border:1px dashed #98a99d;border-radius:6px;font-size:14px;background:white;font-weight:650}.tc-score-actions{padding:22px 20px}.tc-score-actions>p{margin-bottom:12px}.tc-score-stakes{padding:0 20px 18px;color:var(--tc-muted);font-size:14px}.tc-action-pair{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.tc-action-pair>*{flex:1}.tc-full-card{display:grid;gap:24px;min-width:0}.tc-golf-card{border:1px solid #9aab9e;border-radius:5px;overflow:hidden;min-width:0}.tc-golf-card>header{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:12px}.tc-golf-card>header h3{font-size:18px}.tc-golf-card>header .tc-row{gap:0}.tc-card-scroll{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.tc-golf-table{table-layout:fixed;border-collapse:separate;border-spacing:0;min-width:max-content;width:100%;font-family:Consolas,monospace;font-size:14px}.tc-name-col{width:110px}.tc-hole-col{width:46px}.tc-total-col{width:58px}.tc-golf-table td,.tc-golf-table th{height:48px;text-align:center;border-top:1px solid #c5cec7;border-right:1px solid #c5cec7;padding:0}.tc-golf-table th:first-child{position:sticky;left:0;z-index:2;background:white;text-align:left;padding:8px;font-family:inherit;max-width:110px;width:110px;min-width:110px;white-space:normal;overflow-wrap:anywhere;font-size:13px}.tc-golf-table thead th,.tc-golf-table thead th:first-child{background:#edf2ee}.tc-golf-table button{display:flex;width:100%;min-width:44px;min-height:46px;align-items:center;justify-content:center;background:transparent}.tc-golf-table button[aria-current]{box-shadow:inset 0 -3px var(--tc-blue)}.tc-golf-table .tc-card-total{background:#f1f4f1}.tc-card-total small{display:block;font-size:12px;font-weight:400}.tc-par-row{color:var(--tc-muted)}.tc-golf-table .tc-par-row>*{height:32px}.tc-card-score span{display:flex;align-items:center;justify-content:center;width:29px;height:29px;border:1px solid transparent}.tc-card-score .tc-under-par{border-color:currentColor;border-radius:50%}.tc-card-score .tc-over-par{border-color:currentColor;border-radius:0}@media(max-width:370px){.tc-entry-list{padding-inline:16px}.tc-entry-row{gap:10px}.tc-entry-row>.tc-grow{flex-basis:100%}.tc-steppers{margin-left:0}.tc-score-actions{padding-inline:16px}}.tc-form-fields{border:0;margin:0;padding:0;min-width:0}.tc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tc-section-compact{padding-top:0}.tc-admin-secondary{display:flex;flex-direction:column;gap:16px;border-top:1px solid var(--tc-line);margin-top:24px;padding-top:24px}.tc-admin-secondary>.tc-button{align-self:flex-start}.tc-checkbox-target{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;cursor:pointer;margin-left:-10px}.tc-checkbox-target [data-slot=checkbox]{width:22px;height:22px}.tc-bulk{background:var(--tc-soft);padding:12px;border-block:1px solid var(--tc-line)}.tc-bulk .tc-action-pair{margin-top:8px}.tc-search-result{padding:20px 0}.tc-hole-editor,.tc-search-result{border-bottom:1px solid var(--tc-line)}.tc-hole-editor{padding:12px 0;display:grid;grid-template-columns:65px minmax(0,1fr);align-items:center;gap:12px}.tc-hole-inputs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.tc-hole-inputs .tc-field{margin:0}.tc-hole-inputs .tc-input{padding:10px 8px}.tc-pairing-group{padding:24px 0;border-bottom:2px solid var(--tc-line)}.tc-pairing-match{padding:14px 0;border-top:1px solid var(--tc-line)}.tc-pairing-match>div{padding-top:12px}.tc-claim-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid var(--tc-line)}.tc-claim-row>div{min-width:0;overflow-wrap:anywhere}.tc-access-code{font:700 32px/1.3 Consolas,monospace;margin:20px 0!important;overflow-wrap:anywhere}.tc-ui.tc-confirm{width:calc(100% - 32px);max-width:440px;max-height:85dvh;overflow-y:auto;border-radius:8px;padding:24px}.tc-confirm h2{font-size:22px}.tc-confirm [data-slot=alert-dialog-description]{font-size:16px;color:var(--tc-muted)}.tc-confirm .tc-action-pair{margin-top:12px}.tc-ui fieldset{min-width:0}.tc-ui fieldset:disabled{opacity:.7}.tc-ui .tc-list-row .tc-avatar{width:36px;height:36px;min-width:36px}.tc-ui .tc-list-row .tc-icon-button{margin-left:auto}@media(max-width:370px){.tc-form-grid{gap:0}.tc-form-grid,.tc-hole-editor{grid-template-columns:1fr}.tc-hole-inputs{gap:12px}.tc-ui .tc-list-row .tc-avatar{display:none}}