*{box-sizing:border-box}:root{--bg: #f8f7f4;--surface: #ffffff;--surface-hover: rgba(0, 0, 0, .04);--text: #1a1a1a;--text-muted: #999999;--accent: #15803d;--accent-light: #f0fdf4;--border: rgba(0, 0, 0, .08);--danger: #dc2626;font-family:DM Sans,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text)}#root{min-height:100vh}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:center;background:var(--surface);border-top:1px solid var(--border);padding:8px 0 env(safe-area-inset-bottom);z-index:100}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 16px;color:var(--text-muted);text-decoration:none;transition:color .2s}.nav-item.active{color:var(--text)}.nav-label{font-size:11px;font-weight:600}.nav-icon-wrap{position:relative;display:flex;align-items:center;justify-content:center}.nav-dot{position:absolute;top:-2px;right:-4px;width:8px;height:8px;border-radius:50%;background:#ef4444;border:2px solid var(--bg)}.home-screen{padding:24px 16px 90px;max-width:480px;margin:0 auto}.home-header{margin-bottom:24px}.home-header h1{font-size:1.8rem;font-weight:700;margin-bottom:4px;color:var(--text)}.home-handicap{color:var(--accent);font-size:.9rem;font-weight:500}.home-error{color:var(--danger);margin-bottom:12px;font-size:.9rem}.btn-primary{background:var(--text);color:var(--surface);border:none;border-radius:12px;padding:16px 24px;font-size:1rem;font-weight:700;cursor:pointer;width:100%;transition:opacity .2s}.btn-primary:hover{opacity:.85}.btn-new-round{margin-bottom:28px}.home-last-round h2,.home-history h2{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:12px;font-weight:600}.round-card{background:var(--surface);border-radius:14px;padding:16px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px 12px;margin-bottom:24px;box-shadow:0 1px 4px #00000012,0 4px 16px #0000000a}.round-card-course{font-weight:600;font-size:1rem;color:var(--text)}.round-card-date{color:var(--text-muted);font-size:.85rem;text-align:right}.round-card-score{color:var(--accent);font-size:.9rem;font-weight:600}.round-card-putts{color:var(--text-muted);font-size:.85rem;text-align:right}.rounds-list{list-style:none;display:flex;flex-direction:column;gap:8px}.rounds-list-item{display:flex;align-items:center;gap:8px;padding:12px;background:var(--surface);border-radius:10px;box-shadow:0 1px 3px #0000000d}.rounds-list-course{flex:1;font-size:.9rem;color:var(--text)}.rounds-list-date{color:var(--text-muted);font-size:.8rem}.rounds-list-score{color:var(--accent);font-weight:600;font-size:.9rem;min-width:32px;text-align:right}.home-empty{color:var(--text-muted);text-align:center;margin-top:40px;font-size:.95rem}.championship-card{display:flex;align-items:center;gap:14px;padding:16px;background:#4ade8014;border:1px solid rgba(74,222,128,.2);border-radius:14px;margin-bottom:16px;cursor:pointer}.champ-card-icon{font-size:1.5rem}.champ-card-body{flex:1}.champ-card-name{font-size:1rem;font-weight:700}.champ-card-meta{font-size:.8rem;color:#ffffff80;margin-top:2px}.champ-card-arrow{font-size:1.4rem;color:#ffffff4d}.leaderboard-overlay{position:fixed;inset:0;background:var(--bg);z-index:200;display:flex;flex-direction:column;max-width:480px;margin:0 auto}.leaderboard-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 20px 16px;border-bottom:1px solid var(--border)}.leaderboard-title{font-size:1.4rem;font-weight:700}.leaderboard-format{font-size:.85rem;color:var(--text-muted);margin-top:2px}.leaderboard-close{background:none;border:none;color:var(--text-muted);font-size:1.2rem;cursor:pointer;padding:4px 8px}.leaderboard-list{flex:1;overflow-y:auto;padding:8px 0}.leaderboard-empty{text-align:center;color:var(--text-muted);margin-top:40px}.leaderboard-entry{display:flex;align-items:center;gap:14px;padding:14px 20px;border-bottom:1px solid var(--border)}.leaderboard-entry.first{background:var(--accent-light)}.entry-rank{font-size:1.1rem;font-weight:700;min-width:24px;color:var(--text-muted)}.leaderboard-entry.first .entry-rank{color:var(--accent)}.entry-info{flex:1}.entry-name{font-size:.95rem;font-weight:600}.entry-meta{font-size:.78rem;color:var(--text-muted);margin-top:2px}.entry-score{font-size:1rem;font-weight:700;color:var(--accent)}.play-screen{padding:24px 16px 90px;max-width:480px;margin:0 auto}.course-search-wrap{position:relative}.course-input-row{position:relative;display:flex;align-items:center}.course-input-row .play-input{flex:1;padding-right:36px}.search-spinner{position:absolute;right:12px;color:var(--text-muted);font-size:1rem;animation:spin 1s linear infinite;pointer-events:none}@keyframes spin{to{transform:rotate(360deg)}}.course-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;list-style:none;padding:4px 0;z-index:100;box-shadow:0 8px 24px #0000001a}.course-dropdown-item{display:flex;flex-direction:column;padding:10px 14px;cursor:pointer;gap:2px}.course-dropdown-item:hover{background:var(--surface-hover)}.course-dropdown-name{font-size:.9rem;color:var(--text)}.course-dropdown-city{font-size:.75rem;color:var(--text-muted)}.pars-loaded-badge{font-size:.8rem;color:var(--accent);margin-top:-4px}.play-title{font-size:1.6rem;margin-bottom:24px}.play-error{color:var(--danger);font-size:.9rem;margin-bottom:12px}.play-start-form{display:flex;flex-direction:column;gap:12px}.play-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.play-input{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px 16px;color:var(--text);font-size:1rem;outline:none;width:100%}.play-input:focus{border-color:var(--accent)}.play-hole-selector{display:flex;gap:12px}.play-hole-btn{flex:1;padding:12px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:.95rem;cursor:pointer;transition:all .2s}.play-hole-btn.active{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:700}.scorecard{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-bottom:20px}.scorecard-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--surface-hover)}.hole-number{font-size:1.2rem;font-weight:700;color:var(--text)}.hole-total{font-size:1rem;color:var(--text-muted)}.hole-par{font-size:.9rem;color:var(--accent)}.nav-arrow{background:transparent;border:none;color:var(--text-muted);font-size:1.2rem;cursor:pointer;padding:8px 12px;border-radius:8px;transition:color .2s}.nav-arrow:hover:not(:disabled){color:var(--text)}.nav-arrow:disabled{opacity:.2;cursor:not-allowed}.scorecard-title{display:flex;align-items:center;gap:8px}.par-selector{display:flex;gap:4px;margin-left:4px}.par-btn{padding:4px 8px;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.75rem;cursor:pointer;transition:all .15s}.par-btn.active{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:700}.scorecard-body{padding:8px 0}.score-row{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--border)}.score-label{font-size:.95rem;color:var(--text)}.score-controls{display:flex;align-items:center;gap:16px}.score-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--text);font-size:1.2rem;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center}.score-btn:hover:not(:disabled){background:var(--surface-hover)}.score-btn:disabled{opacity:.3;cursor:not-allowed}.score-value{font-size:1.4rem;font-weight:700;min-width:28px;text-align:center;color:var(--text)}.fairway-toggle{display:flex;gap:8px}.fairway-btn{padding:8px 16px;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.9rem;cursor:pointer;transition:all .15s}.fairway-btn.active{background:var(--accent);color:#fff;border-color:var(--accent);font-weight:600}.scorecard-footer{padding:14px 20px;display:flex;align-items:center;gap:8px;border-top:1px solid var(--border)}.footer-hole-total,.footer-round-total{display:flex;flex-direction:column;align-items:center;gap:2px}.footer-round-total{margin-left:auto;flex-direction:row;gap:6px;align-items:baseline}.footer-hole-label,.footer-round-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.footer-hole-strokes{font-size:2rem;font-weight:800;line-height:1;color:var(--text)}.footer-round-strokes{font-size:1.1rem;font-weight:700;color:var(--text-muted)}.footer-diff{font-size:1.1rem;font-weight:700;color:var(--accent)}.saving-indicator{margin-left:auto;font-size:.75rem;color:var(--text-muted)}.btn-finish{width:100%;padding:16px;border-radius:12px;border:2px solid var(--accent);background:transparent;color:var(--accent);font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s}.btn-finish:hover{background:var(--accent);color:#fff}.play-finished{text-align:center;padding:40px 0;display:flex;flex-direction:column;gap:16px;align-items:center}.play-finished h1{font-size:1.8rem;color:var(--text)}.play-finished p{color:var(--accent);font-size:1.2rem}.par-setup-grid{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}.par-setup-row{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--surface-hover);border-radius:10px}.par-setup-hole{font-size:.95rem;color:var(--text);min-width:72px}.par-setup-footer{display:flex;flex-direction:column;gap:10px}.par-setup-total{text-align:center;color:var(--accent);font-size:1rem;font-weight:700}.btn-back{width:100%;padding:12px;border-radius:12px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.95rem;cursor:pointer}.trophy-fab{position:fixed;bottom:88px;right:16px;width:52px;height:52px;border-radius:50%;border:none;background:var(--accent-light);font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0006;z-index:50}.scorecard-total-row{display:flex;align-items:center;justify-content:center;gap:32px;padding:20px 20px 8px}.scorecard-total-value{font-size:4rem;font-weight:800;line-height:1;color:var(--text);min-width:64px;text-align:center}.score-btn--lg{width:52px;height:52px;border-radius:50%;border:1.5px solid var(--border);background:transparent;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.score-btn--lg:hover:not(:disabled){background:var(--surface-hover)}.score-btn--lg:disabled{opacity:.2;cursor:not-allowed}.score-row--compact{padding:8px 20px}.score-btn--sm{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.score-btn--sm:hover:not(:disabled){background:var(--surface-hover)}.score-btn--sm:disabled{opacity:.3;cursor:not-allowed}.score-value--sm{font-size:1rem;font-weight:600;min-width:20px;text-align:center;color:var(--text)}.footer-label-badge{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.round-scorecard{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:16px;margin-bottom:20px;overflow-x:auto}.round-scorecard-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:12px}.round-scorecard-grid{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.rsc-row{display:flex;gap:2px}.rsc-cell{min-width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.75rem;border-radius:4px;flex:1}.rsc-cell--label{font-size:.65rem;color:var(--text-muted);text-transform:uppercase;flex:0 0 28px}.rsc-cell--num,.rsc-row--par .rsc-cell{color:var(--text-muted);font-size:.7rem}.rsc-cell--score{background:transparent;border:none;color:var(--text);font-weight:600;cursor:pointer;transition:opacity .15s}.rsc-cell--score:hover{opacity:.8}.rsc-cell--active{outline:2px solid var(--accent);outline-offset:-2px}.round-scorecard-total{font-size:.85rem;color:var(--text-muted);text-align:right;margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.profile-screen{padding:24px 16px 90px;max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:4px}.profile-title{font-size:1.6rem;font-weight:700;margin-bottom:8px;color:var(--text)}.profile-username{font-size:1.1rem;font-weight:600;color:var(--text)}.profile-email{color:var(--text-muted);font-size:.9rem}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}.stat-card{background:var(--surface);border-radius:12px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:0 1px 4px #00000012}.stat-value{font-size:1.4rem;font-weight:700;color:var(--accent)}.stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);text-align:center;font-weight:600}.profile-section{margin-bottom:16px;display:flex;flex-direction:column;gap:8px}.profile-section-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:4px;font-weight:600}.profile-label{font-size:.82rem;color:var(--text-muted);margin-top:4px;font-weight:500}.profile-input{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 14px;color:var(--text);font-size:.95rem;outline:none;width:100%;box-shadow:0 1px 3px #0000000d}.profile-input:focus{border-color:var(--text)}.profile-input option{background:var(--surface);color:var(--text)}.profile-error{color:var(--danger);font-size:.9rem}.btn-save{width:100%;padding:14px;border-radius:12px;border:none;background:var(--text);color:var(--surface);font-size:.95rem;font-weight:700;cursor:pointer;transition:opacity .2s}.btn-save:hover{opacity:.85}.btn-logout{margin-top:8px;width:100%;padding:14px;border-radius:12px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.95rem;cursor:pointer;transition:all .2s;font-weight:500}.btn-logout:hover{border-color:var(--danger);color:var(--danger)}.btn-secondary{width:100%;padding:14px;border-radius:12px;border:1.5px solid var(--accent);background:transparent;color:var(--accent);font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:600;min-height:44px;cursor:pointer;transition:background .15s}.btn-secondary:active{background:var(--accent-light)}.academy-screen{padding:24px 16px 90px;max-width:480px;margin:0 auto}.academy-title{font-size:1.6rem;margin-bottom:20px}.academy-tabs{display:flex;gap:8px;margin-bottom:20px}.academy-tab{flex:1;padding:10px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:.95rem;cursor:pointer;transition:background .15s,color .15s}.academy-tab.active{background:var(--accent);color:#000;border-color:var(--accent);font-weight:700}.academy-error{color:var(--danger);font-size:.9rem;margin-bottom:12px}.academy-section{display:flex;flex-direction:column;gap:12px}.academy-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:8px}.academy-empty{color:var(--text-muted);font-size:.9rem}.invite-row{display:flex;gap:8px}.btn-sm{padding:14px 16px;white-space:nowrap}.pending-invites{display:flex;flex-direction:column;gap:6px}.invite-item{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:var(--surface);border-radius:8px;font-size:.9rem}.invite-badge{font-size:.75rem;color:var(--text-muted)}.student-item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--surface);border-radius:10px}.student-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.student-name{font-size:.95rem;font-weight:600}.student-hcp{font-size:.8rem;color:var(--text-muted)}.new-champ-form{display:flex;flex-direction:column;gap:10px;padding:16px;background:var(--surface);border-radius:12px}.champ-list{display:flex;flex-direction:column;gap:10px}.champ-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:var(--surface);border-radius:12px;cursor:pointer;transition:background .15s}.champ-item:hover{background:var(--surface-hover)}.champ-name{font-size:1rem;font-weight:600}.champ-meta{font-size:.8rem;color:var(--text-muted);margin-top:2px}.champ-status{font-size:.75rem;padding:4px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.06em}.champ-status.open{background:var(--accent-light);color:var(--accent)}.champ-status.active{background:#facc1526;color:#facc15}.champ-status.finished{background:var(--border);color:var(--text-muted)}.student-item--clickable{cursor:pointer;transition:background .15s;justify-content:space-between}.student-item--clickable:hover{background:var(--surface-hover)}.student-info{flex:1}.student-stats-screen{padding:20px 16px 90px;max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.stats-back{background:none;border:none;color:var(--text-muted);font-size:.88rem;padding:0;cursor:pointer;text-align:left;margin-bottom:4px}.stats-header{display:flex;flex-direction:column}.stats-student-info{display:flex;align-items:center;gap:12px}.stats-avatar{width:50px;height:50px;border-radius:50%;background:var(--accent-light);color:var(--accent);font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-name{font-size:1.25rem;font-weight:700;margin:0}.stats-meta{font-size:.8rem;color:var(--text-muted);margin:2px 0 0}.weakness-row{display:flex;gap:6px;flex-wrap:wrap}.weakness-badge{font-size:.72rem;padding:4px 10px;border-radius:20px;font-weight:600}.weakness-badge.critical{background:#dc26261a;color:var(--danger)}.weakness-badge.warn{background:#f59e0b1f;color:#f59e0b}.weakness-badge.ok{background:var(--accent-light);color:var(--accent)}.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kpi-card{background:var(--surface);border-radius:14px;padding:14px 12px;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:0 1px 4px #0000000f}.kpi-value{font-size:1.5rem;font-weight:700;color:var(--accent);line-height:1}.kpi-value.danger{color:var(--danger)}.kpi-value.warn{color:#f59e0b}.kpi-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);font-weight:600;text-align:center}.stats-tab-bar{display:flex;background:var(--surface);border-radius:14px;padding:4px;gap:2px;box-shadow:0 1px 4px #0000000f}.stats-tab-btn{flex:1;padding:9px 2px;border-radius:10px;border:none;background:transparent;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .15s;min-height:44px}.stats-tab-btn.active{background:var(--accent);color:#fff}.stats-tab-panel{display:none;flex-direction:column;gap:14px}.stats-tab-panel.active{display:flex}.stats-card{background:var(--surface);border-radius:14px;padding:16px;box-shadow:0 1px 4px #0000000f}.stats-section-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);font-weight:700;margin-bottom:10px}.stats-chart-sub{font-size:.76rem;color:var(--text-muted);margin-bottom:8px}.dist-row{display:flex;align-items:center;gap:8px;margin-bottom:7px}.dist-label{font-size:.77rem;color:var(--text-muted);width:50px;flex-shrink:0}.dist-bar-wrap{flex:1;background:var(--bg);border-radius:4px;height:10px;overflow:hidden}.dist-bar{height:100%;border-radius:4px;transition:width .4s}.dist-pct{font-size:.74rem;color:var(--text);font-weight:600;width:30px;text-align:right}.par-type-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.par-type-label{font-size:.82rem;font-weight:600;width:44px}.par-bar-wrap{flex:1;background:var(--bg);border-radius:4px;height:12px;overflow:hidden}.par-bar{height:100%;border-radius:4px}.par-val{font-size:.78rem;color:var(--text-muted);width:40px;text-align:right}.rounds-table{display:flex;flex-direction:column}.rt-header,.rt-row{display:grid;grid-template-columns:50px 1fr 44px 40px 40px;gap:4px;padding:8px 0;align-items:center}.rt-header{border-bottom:1px solid var(--border);font-size:.66rem;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);font-weight:700}.rt-row{border-bottom:1px solid var(--border);font-size:.8rem}.rt-row:last-child{border-bottom:none}.rt-score{font-weight:700;text-align:center}.rt-score.over{color:var(--danger)}.rt-score.under{color:var(--accent)}.rt-score.even{color:var(--text)}.rt-stat{text-align:center;color:var(--text-muted);font-size:.78rem}.rt-course{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rt-date{color:var(--text-muted);font-size:.78rem}.exercise-progress{margin-bottom:12px}.ex-progress-bar-wrap{background:var(--bg);border-radius:6px;height:8px;overflow:hidden;margin-top:6px}.exercise-item{background:var(--surface);border-radius:12px;padding:13px 14px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 4px #0000000d}.ex-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.ex-icon.putting{background:#3b82f61a}.ex-icon.driving{background:#f59e0b1a}.ex-icon.iron{background:var(--accent-light)}.ex-icon.short_game{background:#8b5cf61a}.ex-title{font-size:.88rem;font-weight:600}.ex-meta{font-size:.74rem;color:var(--text-muted);margin-top:2px}.ex-status{margin-left:auto;flex-shrink:0;font-size:.7rem;font-weight:700;padding:4px 8px;border-radius:6px}.ex-status.done{background:var(--accent-light);color:var(--accent)}.ex-status.pending{background:#f59e0b1a;color:#f59e0b}.ex-info{flex:1;min-width:0}.btn-complete{background:var(--accent-light);color:var(--accent);border:1px solid rgba(21,128,61,.2);border-radius:8px;padding:5px 10px;font-size:.75rem;font-weight:700;cursor:pointer;white-space:nowrap}.assign-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:flex-end;justify-content:center;z-index:100}.assign-sheet{background:var(--surface);border-radius:20px 20px 0 0;padding:24px 16px 40px;width:100%;max-width:480px;max-height:70vh;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.assign-sheet h3{font-size:1.1rem;font-weight:700}.library-item{background:var(--bg);border-radius:10px;padding:12px 14px;display:flex;align-items:center;gap:10px;cursor:pointer}.library-item:hover{background:var(--surface-hover)}.lib-assign-btn{margin-left:auto;background:var(--accent);color:#fff;border:none;border-radius:8px;padding:6px 12px;font-size:.8rem;font-weight:700;cursor:pointer}.metric-selector{display:flex;gap:6px;flex-wrap:wrap}.metric-btn{padding:6px 12px;border-radius:20px;border:1px solid var(--border);background:var(--surface);font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:600;color:var(--text-muted);cursor:pointer}.metric-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.insight-box{background:var(--accent-light);border:1px solid rgba(21,128,61,.15);border-radius:12px;padding:12px 14px;font-size:.82rem;color:var(--accent);line-height:1.5}.insight-box.neutral{background:#f59e0b14;border-color:#f59e0b33;color:#92400e}.stats-loading{color:var(--text-muted);font-size:.9rem;padding:40px 0;text-align:center}.stats-error{color:var(--danger);font-size:.9rem}.stats-empty{color:var(--text-muted);font-size:.88rem;padding:12px 0}.btn-primary-full{background:var(--text);color:#fff;border:none;border-radius:12px;padding:14px;width:100%;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:700;cursor:pointer}.recharts-tooltip-wrapper{font-family:DM Sans,sans-serif!important}.week-card{background:var(--surface);border-radius:12px;padding:14px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 1px 4px #0000000d;border-left:3px solid var(--border)}.week-card.week-done{border-left-color:var(--accent);background:var(--accent-light)}.week-badge{width:32px;height:32px;border-radius:50%;background:var(--accent-light);color:var(--accent);font-size:.8rem;font-weight:700;flex-shrink:0;display:flex;align-items:center;justify-content:center}.week-card.week-done .week-badge{background:var(--accent);color:#fff}.week-body{flex:1;min-width:0}.week-area-select{font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:600;border:1px solid var(--border);border-radius:8px;padding:5px 8px;background:var(--bg);color:var(--text);cursor:pointer;min-height:36px}.week-completed-toggle{display:flex;align-items:center;gap:5px;font-size:.78rem;cursor:pointer;color:var(--text-muted);font-weight:600}.week-completed-toggle input{width:16px;height:16px;cursor:pointer}.week-objective-input{width:100%;font-family:DM Sans,sans-serif;font-size:.85rem;border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:var(--bg);color:var(--text);resize:none;min-height:60px;box-sizing:border-box;line-height:1.4}.week-objective-input:focus{outline:none;border-color:var(--accent)}.plan-title-input{width:100%;font-family:DM Sans,sans-serif;font-size:.95rem;border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--bg);color:var(--text);box-sizing:border-box;min-height:44px}.plan-title-input:focus{outline:none;border-color:var(--accent)}.carta-table{display:flex;flex-direction:column}.carta-row{display:flex;justify-content:space-between;align-items:center;min-height:48px;padding:4px 0;border-bottom:1px solid var(--border)}.carta-row:last-child{border-bottom:none}.carta-club{font-size:.88rem;font-weight:600}.carta-input{width:70px;font-family:DM Sans,sans-serif;font-size:.88rem;border:1px solid var(--border);border-radius:8px;padding:7px 8px;background:var(--bg);color:var(--text);text-align:right;min-height:36px}.carta-input:focus{outline:none;border-color:var(--accent)}.carta-smart{display:flex;flex-direction:column;gap:12px}.carta-confidence-card{display:flex;flex-direction:column;gap:6px}.carta-confidence-header{display:flex;justify-content:space-between;align-items:center}.carta-confidence-pct{font-size:1.1rem;font-weight:700;color:var(--accent)}.carta-confidence-bar-wrap{height:8px;background:var(--bg);border-radius:6px;overflow:hidden}.carta-confidence-bar{height:100%;background:var(--accent);border-radius:6px;transition:width .5s ease}.carta-confidence-sub{font-size:.75rem;color:var(--text-muted);margin:0}.carta-suggestion{display:flex;flex-direction:column;gap:6px;border-left:3px solid var(--accent)}.carta-suggestion-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600}.carta-suggestion-body{display:flex;align-items:center;gap:12px}.carta-suggestion-club{font-size:1rem;font-weight:700;color:var(--text)}.carta-suggestion-gain{font-size:.78rem;color:var(--accent);font-weight:600;background:var(--accent-light);padding:2px 8px;border-radius:20px}.carta-suggestion-hint{font-size:.75rem;color:var(--text-muted);margin:0;font-style:italic}.carta-empty{text-align:center;padding:20px 16px}.carta-list{padding:0;overflow:hidden}.carta-section-divider{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--text-muted);padding:8px 14px 4px;background:var(--bg)}.carta-row-smart{display:flex;align-items:center;justify-content:space-between;padding:0 14px;min-height:48px;cursor:pointer;transition:background .15s;border-bottom:1px solid var(--border)}.carta-row-smart:last-child{border-bottom:none}.carta-row-smart:hover{background:var(--surface-hover)}.carta-row-smart.inferred{background:#00000003}.carta-club-name{font-size:.9rem;color:var(--text);font-weight:500}.carta-row-right{display:flex;align-items:center;gap:8px}.carta-distance{font-size:.92rem;font-weight:600;color:var(--text)}.carta-distance.inferred{color:var(--text-muted);font-weight:400}.carta-source-icon{font-size:.78rem;font-weight:700;color:var(--accent);min-width:14px;text-align:center}.carta-source-icon.inferred{color:var(--text-muted);font-style:italic}.carta-empty-val{font-size:.9rem;color:var(--text-muted)}.carta-saving{font-size:.8rem;color:var(--text-muted)}.carta-edit-inline{display:flex;align-items:center;gap:6px}.carta-edit-input{width:72px;padding:6px 10px;border-radius:8px;border:1.5px solid var(--accent);font-size:.9rem;font-family:inherit;text-align:right;background:var(--surface);color:var(--text)}.carta-save-btn{width:32px;height:32px;border-radius:50%;border:none;background:var(--accent);color:#fff;font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.carta-del-btn{width:32px;height:32px;border-radius:50%;border:none;background:var(--bg);color:var(--text-muted);font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-secondary-full{width:100%;padding:12px;border-radius:12px;border:1.5px solid var(--border);background:transparent;color:var(--text-muted);font-size:.9rem;font-weight:600;cursor:pointer;min-height:44px;font-family:inherit;transition:color .15s,border-color .15s}.btn-secondary-full:hover{color:var(--text);border-color:var(--text-muted)}.championship-screen{padding:16px 16px 90px;max-width:480px;margin:0 auto}.champ-back{background:none;border:none;color:var(--text-muted);font-size:.9rem;cursor:pointer;padding:0;margin-bottom:20px}.champ-hero{margin-bottom:24px}.champ-title{font-size:1.6rem;margin-bottom:6px}.champ-sub{font-size:.9rem;color:var(--text-muted);margin-bottom:4px}.champ-error{color:var(--danger);font-size:.9rem;margin-bottom:12px}.champ-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.champ-participants{font-size:.85rem;color:var(--text-muted)}.btn-finish-championship{width:100%;padding:16px;border-radius:14px;border:1px solid rgba(239,68,68,.4);background:#ef44441a;color:var(--danger);font-size:1rem;font-weight:600;cursor:pointer}.exercises-screen{padding:20px 16px 90px;max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.ex-screen-title{font-size:1.5rem;font-weight:700;margin:0}.ex-screen-sub{font-size:.82rem;color:var(--text-muted);margin:2px 0 0}.ex-progress-card{background:var(--surface);border-radius:16px;padding:16px;box-shadow:0 1px 4px #0000000f}.ex-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ex-progress-label{font-size:.9rem;font-weight:700}.ex-progress-count{font-size:.9rem;font-weight:700;color:var(--accent)}.ex-progress-bar-wrap{background:var(--bg);border-radius:6px;height:8px;overflow:hidden}.ex-progress-bar{height:100%;background:var(--accent);border-radius:6px;transition:width .4s}.ex-progress-foot{font-size:.72rem;color:var(--text-muted);margin-top:6px}.ex-filter-row{display:flex;gap:6px}.ex-pill{padding:6px 14px;border-radius:20px;border:1px solid var(--border);background:var(--surface);font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .15s}.ex-pill.active{background:var(--accent);color:#fff;border-color:var(--accent)}.ex-section-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);font-weight:700;padding:4px 0 2px}.ex-card{background:var(--surface);border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px;box-shadow:0 1px 4px #0000000d;border:none;width:100%;text-align:left;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s}.ex-card:active{background:var(--surface-hover)}.ex-card--pending{border-left:3px solid var(--accent)}.ex-card--done{opacity:.7}.ex-card-icon{width:42px;height:42px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.15rem}.ex-card-icon.putting{background:#3b82f61a}.ex-card-icon.driving{background:#f59e0b1a}.ex-card-icon.iron{background:var(--accent-light)}.ex-card-icon.short_game{background:#8b5cf61a}.ex-card-icon.done{filter:grayscale(.4)}.ex-card-info{flex:1;min-width:0}.ex-card-title{font-size:.9rem;font-weight:600;color:var(--text)}.ex-card-meta{font-size:.74rem;color:var(--text-muted);margin-top:2px}.ex-card-arrow{font-size:1.2rem;color:var(--text-muted);flex-shrink:0}.ex-done-state{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.ex-checkmark{width:28px;height:28px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.ex-done-date{font-size:.62rem;color:var(--text-muted);margin-top:3px;white-space:nowrap}.ex-loading{color:var(--text-muted);font-size:.9rem;padding:40px 0;text-align:center}.ex-empty{color:var(--text-muted);font-size:.88rem;padding:20px 0;text-align:center}.ex-overlay{position:fixed;inset:0;background:#00000059;z-index:200;animation:fadeIn .2s}.ex-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-radius:22px 22px 0 0;padding:12px 20px 36px;z-index:201;max-height:85vh;overflow-y:auto;animation:slideUp .25s cubic-bezier(.32,.72,0,1)}.ex-sheet-handle{width:36px;height:4px;border-radius:2px;background:var(--border);margin:0 auto 16px}.ex-sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.ex-sheet-icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.ex-sheet-icon.putting{background:#3b82f61f}.ex-sheet-icon.driving{background:#f59e0b1f}.ex-sheet-icon.iron{background:var(--accent-light)}.ex-sheet-icon.short_game{background:#8b5cf61f}.ex-sheet-close{background:var(--bg);border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted)}.ex-sheet-title{font-size:1.15rem;font-weight:700;margin:0 0 10px}.ex-sheet-meta{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:18px}.ex-meta-pill{background:var(--bg);border-radius:20px;padding:4px 10px;font-size:.74rem;font-weight:600;color:var(--text-muted)}.ex-sheet-section{margin-bottom:16px}.ex-sheet-section-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--text-muted);margin-bottom:6px}.ex-sheet-desc{font-size:.9rem;line-height:1.55;color:var(--text)}.ex-sheet-notes{background:var(--bg);border-radius:12px;padding:12px}.ex-sheet-footer{margin-top:8px}.ex-sheet-btn-done{width:100%;padding:14px;border-radius:14px;border:none;background:var(--accent);color:#fff;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .15s}.ex-sheet-btn-done:disabled{opacity:.6;cursor:not-allowed}.ex-sheet-completed{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;border-radius:14px;background:var(--accent-light);color:var(--accent);font-size:.95rem;font-weight:700}.ex-sheet-check{width:28px;height:28px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.ex-log-prompt{font-size:.88rem;color:var(--text);margin-bottom:8px;line-height:1.4}.ex-log-input{width:100%;padding:10px 12px;border-radius:10px;border:1.5px solid var(--border);background:var(--bg);font-family:DM Sans,sans-serif;font-size:.9rem;color:var(--text);box-sizing:border-box;outline:none;transition:border-color .15s}.ex-log-input:focus{border-color:var(--accent)}.ex-log-result{display:flex;align-items:center;justify-content:space-between;background:var(--accent-light);border-radius:10px;padding:10px 14px}.ex-log-label{font-size:.8rem;color:var(--accent);font-weight:600}.ex-log-value{font-size:.9rem;font-weight:700;color:var(--accent)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.my-stats-screen{padding:20px 16px 90px;max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.my-stats-back{background:none;border:none;color:var(--text-muted);font-size:.88rem;padding:0;cursor:pointer;text-align:left;margin-bottom:4px}.my-stats-header{display:flex;flex-direction:column}.my-stats-title{font-size:1.3rem;font-weight:700;margin:4px 0 0}.my-stats-sub{font-size:.8rem;color:var(--text-muted);margin:3px 0 0}.my-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.my-kpi-card{background:var(--surface);border-radius:14px;padding:14px 8px;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:0 1px 4px #0000000f}.my-kpi-value{font-size:1.35rem;font-weight:700;color:var(--accent);line-height:1}.my-kpi-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600;text-align:center}.my-stats-tab-bar{display:flex;background:var(--surface);border-radius:14px;padding:4px;gap:2px;box-shadow:0 1px 4px #0000000f}.my-stats-tab-btn{flex:1;padding:9px 4px;border-radius:10px;border:none;background:transparent;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .15s;min-height:44px}.my-stats-tab-btn.active{background:var(--accent);color:#fff}.my-stats-tab-panel{display:none;flex-direction:column;gap:14px}.my-stats-tab-panel.active{display:flex}.my-stats-card{background:var(--surface);border-radius:14px;padding:16px;box-shadow:0 1px 4px #0000000f}.my-stats-section-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);font-weight:700;margin-bottom:10px}.my-stats-chart-sub{font-size:.76rem;color:var(--text-muted);margin-bottom:8px}.my-stats-loading{color:var(--text-muted);font-size:.9rem;padding:40px 0;text-align:center}.my-stats-error{color:var(--danger);font-size:.9rem}.my-stats-empty{color:var(--text-muted);font-size:.88rem;padding:6px 0;line-height:1.5}.my-dist-row{display:flex;align-items:center;gap:8px;margin-bottom:7px}.my-dist-label{font-size:.77rem;color:var(--text-muted);width:50px;flex-shrink:0}.my-dist-bar-wrap{flex:1;background:var(--bg);border-radius:4px;height:10px;overflow:hidden}.my-dist-bar{height:100%;border-radius:4px;transition:width .4s}.my-dist-pct{font-size:.74rem;color:var(--text);font-weight:600;width:30px;text-align:right}.my-par-type-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.my-par-type-label{font-size:.82rem;font-weight:600;width:44px}.my-par-bar-wrap{flex:1;background:var(--bg);border-radius:4px;height:12px;overflow:hidden}.my-par-bar{height:100%;border-radius:4px}.my-par-val{font-size:.78rem;color:var(--text-muted);width:40px;text-align:right}.my-rounds-table{display:flex;flex-direction:column}.my-rt-header,.my-rt-row{display:grid;grid-template-columns:50px 1fr 44px 40px 40px;gap:4px;padding:8px 0;align-items:center}.my-rt-header{border-bottom:1px solid var(--border);font-size:.66rem;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);font-weight:700}.my-rt-row{border-bottom:1px solid var(--border);font-size:.8rem}.my-rt-row:last-child{border-bottom:none}.my-rt-score{font-weight:700;text-align:center}.my-rt-score.over{color:var(--danger)}.my-rt-score.under{color:var(--accent)}.my-rt-score.even{color:var(--text)}.my-rt-stat{text-align:center;color:var(--text-muted);font-size:.78rem}.my-rt-course{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-rt-date{color:var(--text-muted);font-size:.78rem}.my-week-card{background:var(--surface);border-radius:12px;padding:14px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 1px 4px #0000000d;border-left:3px solid var(--border)}.my-week-card.completed{border-left-color:var(--accent);background:var(--accent-light)}.my-week-badge{width:32px;height:32px;border-radius:50%;background:var(--accent-light);color:var(--accent);font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.my-week-card.completed .my-week-badge{background:var(--accent);color:#fff}.my-week-body{flex:1;min-width:0}.my-area-pill{display:inline-block;padding:2px 9px;border-radius:20px;font-size:.68rem;font-weight:700;letter-spacing:.04em}.my-week-check{font-size:.68rem;font-weight:700;color:var(--accent)}.my-week-objective{font-size:.85rem;color:var(--text);line-height:1.5;margin-top:4px}.my-club-table{display:flex;flex-direction:column}.my-club-row{display:flex;justify-content:space-between;align-items:center;min-height:44px;padding:0 4px;border-bottom:1px solid var(--border)}.my-club-row:last-child{border-bottom:none}.my-club-row:nth-child(odd){background:var(--bg);border-radius:4px}.my-club-name{font-size:.88rem;font-weight:600}.my-club-yds{font-size:.88rem;color:var(--accent);font-weight:700}*{box-sizing:border-box;margin:0;padding:0}.app{min-height:100vh;background:var(--bg);color:var(--text)}.screen{max-width:480px;margin:0 auto}.loading{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--text-muted)}
