.App{min-height:100vh;width:100%}.dashboard{min-height:100vh;background:#fff;display:flex;flex-direction:column}.dashboard__content{flex:1;padding:0}.dashboard__player-info{padding:20px 30px;border-bottom:1px solid #e0e0e0}.dashboard__player-name{margin:0;font-size:1.8rem;font-weight:600;color:#333}.dashboard__scores-section{padding:20px 30px;border-bottom:1px solid #e0e0e0}.dashboard__view-buttons{display:flex;gap:30px;margin-bottom:20px;border-bottom:1px solid #e0e0e0;padding-bottom:15px}.dashboard__view-button{background:none;border:none;font-size:1.5rem;font-weight:400;color:#666;cursor:pointer;padding:0;transition:color .2s ease,border-color .2s ease}.dashboard__view-button:hover{color:#333}.dashboard__view-button--active{color:#333;font-weight:600}.dashboard__no-scores{padding:40px 0;text-align:center}.dashboard__no-scores p{margin:0;font-size:1.1rem;color:#666}.dashboard__score-headers{display:grid;grid-template-columns:120px 1fr 80px 80px 80px;gap:20px;padding:10px 0;border-bottom:2px solid #e0e0e0;margin-bottom:0}.dashboard__score-header{font-weight:600;color:#333;font-size:.9rem;text-align:center}.dashboard__score-header:first-child{text-align:left}.dashboard__score-header:nth-child(2){text-align:left}.dashboard__scores-list{display:flex;flex-direction:column}.dashboard__score-row{display:grid;grid-template-columns:120px 1fr 80px 80px 80px;gap:20px;padding:15px 0;border-bottom:1px solid #e0e0e0;align-items:center}.dashboard__score-row:last-child{border-bottom:none}.dashboard__score-date{font-weight:500;color:#333;font-size:.95rem}.dashboard__score-course{color:#666;font-size:.95rem}.dashboard__score-total{font-weight:600;color:#333;text-align:center;font-size:1rem}.dashboard__score-adjusted,.dashboard__score-handicap{color:#666;text-align:center;font-size:.95rem}.dashboard__loading,.dashboard__error{padding:40px 30px;text-align:center;font-size:1.1rem;color:#666}.dashboard__error{color:#f44336}.dashboard__statistics{padding:20px 0}.dashboard__statistics-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px 40px;max-width:600px}.dashboard__statistic{display:flex;flex-direction:column;gap:8px}.dashboard__statistic-label{font-size:.95rem;font-weight:500;color:#666}.dashboard__statistic-value{font-size:2rem;font-weight:600;color:#333;line-height:1.2}@media (max-width: 768px){.dashboard__player-info{padding:15px 20px;text-align:center}.dashboard__scores-section{padding:15px 20px}.dashboard__score-headers{display:none}.dashboard__score-row{grid-template-columns:1fr;gap:8px;padding:15px 0;border-bottom:1px solid #e0e0e0;margin-bottom:10px;position:relative}.dashboard__score-row:last-child{border-bottom:1px solid #e0e0e0}.dashboard__score-date:before{content:"日期: ";font-weight:600;color:#666}.dashboard__score-course:before{content:"球場: ";font-weight:600;color:#666}.dashboard__score-total:before{content:"總桿數: ";font-weight:600;color:#666}.dashboard__score-adjusted:before{content:"調整桿數: ";font-weight:600;color:#666}.dashboard__score-handicap:before{content:"差點: ";font-weight:600;color:#666}.dashboard__loading,.dashboard__error{padding:30px 20px}.dashboard__view-buttons{gap:20px;justify-content:center;margin-bottom:15px;padding-bottom:10px}.dashboard__view-button{font-size:1.3rem}.dashboard__statistics-grid{grid-template-columns:1fr;gap:25px;max-width:none}.dashboard__statistic-value{font-size:1.8rem}}.title-bar{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#036;border-bottom:none;box-shadow:0 2px 4px #0003;position:relative;z-index:1001}.title-bar-left{display:flex;align-items:center;gap:.25rem}.title-logo{width:36px;height:36px;filter:brightness(0) invert(1)}.title-text{font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:.5px;cursor:pointer;transition:opacity .2s ease}.title-text:hover{opacity:.8}.hamburger-menu{display:flex;flex-direction:column;justify-content:space-around;width:32px;height:28px;background:transparent;border:none;cursor:pointer;padding:0;position:relative}.hamburger-menu span{width:24px;height:2px;background:#fff;border-radius:1px;transition:all .3s ease;transform-origin:center}.hamburger-menu:hover span{background:#ff6b35}.hamburger-menu--open span:nth-child(1){transform:rotate(45deg) translate(6px,6px);background:#fff}.hamburger-menu--open span:nth-child(2){opacity:0;background:#fff}.hamburger-menu--open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px);background:#fff}.hamburger-menu:not(.hamburger-menu--open) span{background:#fff}.mobile-menu{position:fixed;top:calc(36px + 1rem);left:0;right:0;background:#036;z-index:1000;overflow:hidden;height:0}.mobile-menu--opening{animation:slideDown .3s ease-out forwards}.mobile-menu--closing{animation:slideUp .3s ease-out forwards}.mobile-menu__content{height:100%;display:flex;flex-direction:column;padding:.5rem 1rem}.mobile-menu__front-page-link{color:#fff;font-size:1.5rem;font-weight:500;text-align:left;margin:.5rem 1rem;cursor:pointer;transition:all .2s ease}.mobile-menu__front-page-link:hover{opacity:.8}.mobile-menu__separator{height:3px;background:#fff;margin:.5rem 1rem;opacity:.3}.mobile-menu__greeting{color:#fff;font-size:1.5rem;font-weight:500;text-align:left;margin:.5rem 1rem}.mobile-menu__items{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem}.mobile-menu__login-link{color:#fff;font-size:1.5rem;font-weight:500;text-align:left;margin:.5rem 1rem;cursor:pointer;transition:all .2s ease}.mobile-menu__login-link:hover{opacity:.8}.mobile-menu__home-link{color:#fff;font-size:1.5rem;font-weight:500;text-align:left;margin:.5rem 1rem;cursor:pointer;transition:all .2s ease}.mobile-menu__home-link:hover{opacity:.8}.mobile-menu__logout-link{color:#fff;font-size:1.5rem;font-weight:500;text-align:left;margin:.5rem 1rem;cursor:pointer;transition:all .2s ease}.mobile-menu__logout-link:hover{opacity:.8}@keyframes slideDown{0%{height:0;opacity:0}to{height:calc(100vh - 36px - 1rem);opacity:1}}@keyframes slideUp{0%{height:calc(100vh - 36px - 1rem);opacity:1}to{height:0;opacity:0}}@media (min-width: 7689999px){.title-bar{padding:1rem 1.25rem}.logo{width:44px;height:44px}.title-text{font-size:1.5rem}.hamburger-menu{width:40px;height:40px}.hamburger-menu span{width:30px;height:3px}}.front-page{min-height:100vh;width:100%;background:#fff}.course-section{display:flex;align-items:center;gap:1rem;padding:1.5rem 0;background:#fff;border-bottom:1px solid #e9ecef}.course-image-placeholder{flex-shrink:0}.course-image{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #dee2e6;background:#fff}.course-info{display:flex;flex-direction:column;justify-content:center}.tournament-badge{display:inline-block;background:#2f7d32;color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:.25rem .5rem;border-radius:3px;margin-bottom:.5rem;width:fit-content}.course-name{font-size:1.375rem;font-weight:700;color:#212529;margin:0 0 .25rem;line-height:1.2}.course-date{font-size:.875rem;color:#6c757d;margin:0;text-transform:uppercase;letter-spacing:.5px}@media (min-width: 7689999px){.course-section{padding:1.5rem}.course-image{width:80px;height:80px}.tournament-badge{font-size:.75rem;padding:.4rem .7rem}.course-name{font-size:1.5rem}.course-date{font-size:1rem}}.front-page-content{display:flex;flex-direction:column;padding:0 .3rem;background:#fff}.front-page-content>*+*{margin-top:0}.leaderboard-container{background:#fff;margin:0;padding:0}.winner-section{padding:1.5rem;border-bottom:1px solid #e9ecef}.winner-title{font-size:1.25rem;font-weight:700;color:#212529;margin:0 0 1rem}.winner-card{display:flex;align-items:center;gap:1rem;background:#f8f9fa;padding:1.5rem;border-bottom:1px solid #dee2e6}.winner-avatar{flex-shrink:0}.winner-photo{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #dee2e6;background:#fff}.winner-info{flex:1}.winner-name{font-size:1.375rem;font-weight:700;color:#212529;margin:0 0 .25rem}.winner-earnings{font-size:.875rem;color:#6c757d;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.winner-score{text-align:right;flex-shrink:0}.score-value{font-size:2rem;font-weight:700;color:#dc3545;line-height:1}.score-value.under-par{color:#dc3545}.score-label{font-size:.75rem;color:#6c757d;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.leaderboard-header{padding:1rem .5rem .5rem}.leaderboard-title{font-size:1.25rem;font-weight:700;color:#212529;margin:0}.view-toggle-buttons{display:flex;gap:0;justify-content:flex-start;background:transparent}.toggle-button{flex:none;padding:.75rem .5rem;background:transparent;border:none;font-size:1rem;font-weight:600;color:#6c757d;cursor:pointer;transition:color .2s ease;min-width:80px;display:flex;align-items:center;justify-content:center}.toggle-button:hover{color:#495057}.toggle-button.active{color:#212529;font-weight:700}.toggle-button.active:hover{color:#212529}.leaderboard-table{margin:0}.table-header-row{display:grid;grid-template-columns:minmax(50px,70px) 1fr repeat(3,minmax(50px,70px));background:#f8f9fa;border-top:1px solid #dee2e6;border-bottom:1px solid #dee2e6;padding:.75rem clamp(.5rem,2vw,1.5rem);color:#6c757d;text-transform:uppercase;letter-spacing:.5px;box-sizing:border-box}.awards-table .table-header-row,.awards-table .leaderboard-row{grid-template-columns:1fr 1fr}.sortable-header{background:none;border:none;padding:.5rem .2rem;font-size:1rem;font-weight:700;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:background-color .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;outline:none;position:relative}.sortable-header.award-header{justify-content:flex-start;gap:.25rem}.sortable-header.award-header .sort-indicator,.sortable-header.award-header .sort-indicator-placeholder{position:static;flex-shrink:0;transform:none}.sortable-header.active{color:#dc3545;background-color:#fff5f5}.sortable-header.player-header{justify-content:flex-start;padding:.5rem .4rem;gap:.25rem}.sortable-header.player-header .sort-indicator,.sortable-header.player-header .sort-indicator-placeholder{position:static;flex-shrink:0;transform:none}.sortable-header:focus,.sortable-header:active{outline:none;border:none;box-shadow:none}.sort-indicator{font-size:.75rem;font-weight:700;width:.75rem;display:inline-block;text-align:center;position:absolute;right:.2rem;top:50%;transform:translateY(-50%)}.sort-indicator-placeholder{font-size:.75rem;font-weight:700;width:.75rem;display:inline-block;text-align:center;visibility:hidden;position:absolute;right:.2rem;top:50%;transform:translateY(-50%)}.leaderboard-row{display:grid;grid-template-columns:minmax(50px,70px) 1fr repeat(3,minmax(50px,70px));padding:.75rem clamp(.5rem,2vw,1.5rem);border-bottom:1px solid #e9ecef;align-items:center;transition:background-color .2s ease;box-sizing:border-box}.leaderboard-row:hover{background-color:#f8f9fa}.total-score{color:#212529;font-weight:600}.under-par{color:#dc3545}.over-par{color:#212529}.handicap-cell{color:#6c757d;font-size:.875rem}.schedules-section{background:#fff;border-bottom:1px solid #e9ecef}.rounds-tiles-container{display:flex;gap:1rem;overflow-x:auto;padding:.75rem 1rem;-webkit-overflow-scrolling:touch}.rounds-tiles-container::-webkit-scrollbar{height:4px}.rounds-tiles-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.rounds-tiles-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.round-tile{flex-shrink:0;min-width:160px;padding:1rem;background:#fff;border-bottom:1px solid #dee2e6;cursor:pointer;transition:all .2s ease;text-align:center;display:flex;flex-direction:column;gap:.25rem}.round-tile:hover{background:#f8f9fa}.round-tile.active{background:#036;color:#fff;border-bottom:2px solid #003366}.round-date{font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.25rem}.round-course{font-size:1.5rem;font-weight:700;color:#036;margin-bottom:.5rem;text-align:center}.round-time{font-size:.75rem;color:#6c757d;font-weight:500}.round-notes{font-size:.7rem;color:#6c757d;font-style:italic;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.round-status{font-size:.7rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-top:auto}.status-completed{border-left:3px solid #28a745}.status-scheduled{border-left:3px solid #6c757d}.status-ongoing{border-left:3px solid #007bff;animation:pulse 2s infinite}.status-canceled{border-left:3px solid #dc3545;opacity:.7}.round-status.status-completed{color:#28a745}.round-status.status-scheduled{color:#6c757d}.round-status.status-ongoing{color:#007bff;font-weight:700}.round-status.status-canceled{color:#dc3545}.round-tile.active .round-date{color:#fff}.round-tile.active .round-course,.round-tile.active .round-time,.round-tile.active .round-notes,.round-tile.active .round-status{color:#ccc}.loading{text-align:center;padding:40px;font-size:18px;color:#666}.error{text-align:center;padding:40px;color:#d32f2f;background-color:#ffebee;border:1px solid #ffcdd2;border-radius:8px;margin:20px 0}.error button{margin-top:10px;padding:8px 16px;background-color:#1976d2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.error button:hover{background-color:#1565c0}@keyframes pulse{0%{border-left-color:#007bff}50%{border-left-color:#0056b3}to{border-left-color:#007bff}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fff;padding:0;position:fixed;inset:0;z-index:1000;overflow:hidden}.login-container{background:#fff;padding:60px 40px;border-radius:0;box-shadow:none;width:100%;max-width:none;height:100vh;animation:slideIn .3s ease-out;position:relative;display:flex;flex-direction:column;justify-content:center;overflow-y:auto;overflow-x:hidden}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-close-button{position:fixed;top:20px;right:20px;background:none;border:none;font-size:24px;color:#999;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1001}.login-close-button:hover{background:#f5f5f5;color:#333}.login-header{text-align:center;margin-bottom:40px}.login-header h1{color:#333;font-size:2.2rem;margin:0 0 10px;font-weight:600}.login-header h2{color:#666;font-size:1rem;margin:0 0 20px;font-weight:400}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.form-group label{display:none}.login-input{padding:15px 0;border:none!important;border-bottom:1px solid #ddd!important;border-radius:0;font-size:1rem;transition:all .2s ease;outline:none;color:#333;background-color:transparent;width:100%;box-sizing:border-box;box-shadow:none!important}.password-input-container{position:relative;display:flex;align-items:center}.password-input{padding:15px 70px 15px 0}.password-toggle{position:absolute;right:15px;background:none;border:none;color:#666;cursor:pointer;font-size:.9rem;font-weight:500;transition:color .2s ease}.password-toggle:hover{color:#333}.login-input:focus{border-bottom-color:#036;box-shadow:none}.login-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.submit-button{background:#036!important;color:#fff;border:none;padding:15px;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:30px;width:100%}.submit-button:hover:not(:disabled){background:#024;transform:translateY(-1px);box-shadow:0 4px 12px #0033664d}.submit-button:active{transform:translateY(0)}.error-message{background-color:#ffebee;color:#c62828;padding:12px 16px;border-radius:8px;border:1px solid #ef5350;font-size:.9rem;text-align:center}.player-info{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #e1e5e9}.player-info p{margin:8px 0;color:#666;font-size:.9rem;line-height:1.4}.player-info p:first-child{margin-bottom:12px;font-weight:500}.player-info p:last-child{color:#2f7d32;font-weight:600}@media (max-width: 480px){.login-container{padding:40px 20px}.login-header h1{font-size:1.8rem}.login-header h2{font-size:.9rem}}.manager-dashboard{min-height:100vh;background:#fff;display:flex;flex-direction:column}.manager-dashboard__loading{padding:40px 30px;text-align:center;font-size:1.1rem;color:#666}.manager-dashboard__content{flex:1;padding:0}.manager-dashboard__header{padding:20px 30px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.manager-dashboard__title{margin:0;font-size:1.8rem;font-weight:600;color:#333}.manager-dashboard__actions{display:flex;align-items:center;gap:15px}.manager-dashboard__back-button{background:transparent;color:#666;border:none;padding:8px 16px;font-size:.9rem;font-weight:500;cursor:pointer;transition:color .2s ease;text-decoration:none}.manager-dashboard__back-button:hover{color:#2196f3;text-decoration:underline}.manager-dashboard__nav{padding:0 30px 15px;border-bottom:1px solid #e0e0e0;display:flex;gap:10px;flex-wrap:wrap}.manager-dashboard__nav-button{background:transparent;color:#666;border:none;padding:8px 16px;font-size:.9rem;cursor:pointer;transition:color .2s ease;text-decoration:none}.manager-dashboard__nav-button:hover{color:#2196f3;text-decoration:underline}.manager-dashboard__nav-button--active{background:transparent;color:#2196f3;border:none;padding:8px 16px;font-size:.9rem;cursor:pointer;font-weight:600}.overview-section{padding:20px 30px;border-bottom:1px solid #e0e0e0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{padding:20px;border-bottom:1px solid #e0e0e0;text-align:center}.stat-card h3{margin:0 0 10px;font-size:.9rem;color:#666;font-weight:500}.stat-value{font-size:1.8rem;font-weight:600;color:#333}.recent-activity h3{margin:0 0 20px;font-size:1.2rem;color:#333}.activity-list{display:flex;flex-direction:column;gap:10px}.activity-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0}.activity-item:last-child{border-bottom:none}.player-name{font-weight:500;color:#333}.score{font-weight:600;color:#2196f3}.date{color:#666;font-size:.9rem}.players-section{padding:20px 30px;border-bottom:1px solid #e0e0e0}.section-header h3{margin:0 0 20px;font-size:1.2rem;color:#333}.players-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.player-card{padding:20px;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:all .2s ease;position:relative}.player-card:hover{background:#f9f9f9}.player-card h4{margin:0 0 15px;font-size:1.1rem;color:#333}.player-stats{display:flex;flex-direction:column;gap:8px}.stat-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.stat-row span:first-child{color:#666}.stat-row span:last-child{font-weight:500;color:#333}.best-score,.improvement-good{color:#4caf50!important}.improvement-bad{color:#f44336!important}.player-card__click-hint{position:absolute;bottom:10px;right:15px;font-size:.8rem;color:#999;opacity:0;transition:opacity .2s ease}.player-card:hover .player-card__click-hint{opacity:1}.manager-dashboard__player-detail{padding:20px 30px;border-bottom:1px solid #e0e0e0}.manager-dashboard__scores-section{margin-top:0}.manager-dashboard__scores-title{margin:0 0 20px;font-size:1.5rem;font-weight:600;color:#333}.manager-dashboard__no-scores{padding:40px 0;text-align:center}.manager-dashboard__no-scores p{margin:0;font-size:1.1rem;color:#666}.manager-dashboard__score-headers{display:grid;grid-template-columns:120px 1fr 80px 80px 80px;gap:20px;padding:10px 0;border-bottom:2px solid #e0e0e0;margin-bottom:0}.manager-dashboard__score-header{font-weight:600;color:#333;font-size:.9rem;text-align:center}.manager-dashboard__score-header:first-child{text-align:left}.manager-dashboard__score-header:nth-child(2){text-align:left}.manager-dashboard__scores-list{display:flex;flex-direction:column}.manager-dashboard__score-row{display:grid;grid-template-columns:120px 1fr 80px 80px 80px;gap:20px;padding:15px 0;border-bottom:1px solid #e0e0e0;align-items:center}.manager-dashboard__score-row:last-child{border-bottom:none}.manager-dashboard__score-date{font-weight:500;color:#333;font-size:.95rem}.manager-dashboard__score-course{color:#666;font-size:.95rem}.manager-dashboard__score-total{font-weight:600;color:#333;text-align:center;font-size:1rem}.manager-dashboard__score-adjusted,.manager-dashboard__score-handicap{color:#666;text-align:center;font-size:.95rem}.rounds-section,.leaderboard-section{padding:20px 30px;border-bottom:1px solid #e0e0e0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.filters{display:flex;gap:10px;flex-wrap:wrap}.filters select{padding:8px 12px;border:none;border-bottom:1px solid #e0e0e0;font-size:.9rem;background:#fff;transition:border-color .2s ease}.filters select:focus{outline:none;border-color:#2196f3}.rounds-table{width:100%;border-collapse:collapse;margin-top:20px}.rounds-table th,.rounds-table td{padding:12px 8px;text-align:left;border-bottom:1px solid #e0e0e0}.rounds-table th{font-weight:600;color:#333;font-size:.9rem;background:#f9f9f9}.score-cell{font-weight:600;color:#333}.over-par{color:#f44336}.under-par{color:#4caf50}.even-par{color:#333}.leaderboard-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.leaderboard-content h4{margin:0 0 20px;font-size:1.1rem;color:#333}.leaderboard-list{display:flex;flex-direction:column;gap:10px}.leaderboard-item{display:flex;align-items:center;gap:15px;padding:12px 0;border-bottom:1px solid #e0e0e0}.leaderboard-item.podium{background:#f9f9f9}.rank{font-weight:600;color:#666;min-width:30px}.trophy{font-size:1.2rem;margin-left:auto}.score-entry-section{padding:20px 0;border-bottom:1px solid #e0e0e0}.score-entry-content{display:flex;flex-direction:column;gap:20px}.schedule-selector{display:flex;flex-direction:column;gap:10px}.schedule-selector label{font-weight:600;color:#333;font-size:1rem}.schedule-dropdown{padding:10px 12px;border:none;border-bottom:1px solid #e0e0e0;font-size:1rem;background:#fff;max-width:400px;transition:border-color .2s ease}.schedule-dropdown:focus{outline:none;border-color:#2196f3}.score-entry-form{display:flex;flex-direction:column;gap:20px}.score-entry-info{background:#f9f9f9;padding:15px;border-bottom:1px solid #e0e0e0}.score-entry-info p{margin:5px 0;font-size:.95rem}.score-entry-table{display:flex;flex-direction:column}.score-entry-headers{display:grid;grid-template-columns:1fr 150px;gap:20px;padding:10px 0;border-bottom:2px solid #e0e0e0;margin-bottom:10px}.score-entry-header{font-weight:600;color:#333;font-size:.95rem}.score-entry-rows{display:flex;flex-direction:column}.score-entry-row{display:grid;grid-template-columns:1fr 150px;gap:20px;padding:12px 0;border-bottom:1px solid #f0f0f0;align-items:center}.score-entry-row:last-child{border-bottom:none}.player-name-cell{display:flex;flex-direction:column;gap:4px}.handicap-info{font-size:.8rem;color:#666}.score-input-cell{display:flex;justify-content:center}.score-input{width:80px;padding:8px 10px;border:none;border-bottom:1px solid #e0e0e0;text-align:center;font-size:1rem;background:#fff;transition:border-color .2s ease}.score-input:focus{outline:none;border-color:#2196f3}.score-entry-actions{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid #e0e0e0}.score-entry-summary{font-size:.95rem;color:#666}.submit-scores-button{background:#4caf50;color:#fff;border:none;padding:12px 24px;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.submit-scores-button:hover:not(:disabled){background:#45a049;transform:translateY(-1px)}.submit-scores-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.score-entry-nav{display:flex;gap:10px;margin-bottom:20px;border-bottom:1px solid #e0e0e0;padding-bottom:15px}.score-entry-nav-button{background:transparent;color:#666;border:none;padding:8px 16px;font-size:.9rem;cursor:pointer;transition:color .2s ease;text-decoration:none}.score-entry-nav-button:hover{color:#2196f3;text-decoration:underline}.score-entry-nav-button--active{background:transparent;color:#2196f3;border:none;padding:8px 16px;font-size:.9rem;cursor:pointer;font-weight:600}.leaderboard-container{background:#fff;overflow-x:auto}.leaderboard-header{display:grid;grid-template-columns:minmax(50px,70px) 1fr repeat(3,minmax(40px,60px));padding:.75rem clamp(.5rem,2vw,1.5rem);border-bottom:2px solid #e9ecef;font-weight:600;color:#495057;background-color:#f8f9fa}.leaderboard-header-cell{text-align:center;font-size:.875rem}.leaderboard-header-cell:first-child,.leaderboard-header-cell:nth-child(2){text-align:left}.manager-leaderboard-row{display:grid;grid-template-columns:minmax(50px,70px) 1fr repeat(3,minmax(40px,60px));padding:.75rem clamp(.5rem,2vw,1.5rem);border-bottom:1px solid #e9ecef;align-items:center;transition:background-color .2s ease;box-sizing:border-box}.manager-leaderboard-row:hover{background-color:#f8f9fa}.award-cell{text-align:left;padding:0 .2rem;font-weight:600;color:#495057;font-size:.875rem}.award-text{color:#dc3545;font-weight:700;font-size:.8rem}.placement-number{color:#6c757d;font-weight:500;font-size:.875rem}.player-cell{text-align:left;padding:0 .4rem}.player-name{font-weight:600;color:#212529;font-size:1rem}.total-cell,.net-cell,.handicap-cell{text-align:center;font-weight:600}.score-input-inline{width:60px;padding:4px 8px;border:none;border-bottom:1px solid #e0e0e0;text-align:center;font-size:1rem;font-weight:600;background:#fff;transition:border-color .2s ease}.score-input-inline:focus{outline:none;border-color:#2196f3}.net-score{color:#495057;font-weight:600}.handicap-score{color:#6c757d;font-weight:500}.loading-message{text-align:center;padding:40px;color:#666;font-size:1.1rem}.awards-entry-table{display:flex;flex-direction:column;width:100%;overflow-x:hidden}.awards-entry-headers{display:grid;grid-template-columns:200px 1fr;gap:20px;padding:10px 0;border-bottom:2px solid #e0e0e0;margin-bottom:10px}.awards-entry-header{font-weight:600;color:#333;font-size:.95rem}.awards-entry-rows{display:flex;flex-direction:column}.awards-entry-row{display:grid;grid-template-columns:200px 1fr;gap:20px;padding:12px 0;border-bottom:1px solid #f0f0f0;align-items:flex-start;overflow:hidden;width:100%}.awards-entry-row:last-child{border-bottom:none}.award-type-cell{display:flex;align-items:center;gap:10px}.award-type-name{font-weight:500;color:#333;font-size:.95rem}.add-award-button{background:#4caf50;color:#fff;border:none;width:24px;height:24px;border-radius:12px;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.add-award-button:hover{background:#45a049}.award-names-cell{display:flex;flex-direction:column;gap:8px;overflow:hidden;min-width:0}.award-name-input{width:100%;max-width:200px;padding:8px 10px;border:none;border-bottom:1px solid #e0e0e0;font-size:.95rem;background:#fff;transition:border-color .2s ease;box-sizing:border-box}.award-name-input:focus{outline:none;border-color:#2196f3}.awards-entry-actions{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid #e0e0e0;margin-top:20px}.awards-entry-summary{font-size:.95rem;color:#666}.submit-awards-button{background:#ff9800;color:#fff;border:none;padding:12px 24px;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.submit-awards-button:hover:not(:disabled){background:#f57c00;transform:translateY(-1px)}.submit-awards-button:disabled{background:#ccc;cursor:not-allowed;transform:none}.leaderboard-controls{padding:1rem clamp(.5rem,2vw,1.5rem);border-bottom:1px solid #e9ecef;background:#f8f9fa}.leaderboard-controls__buttons{display:flex;gap:1rem;align-items:center}.save-button{background:#4caf50;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;color:#fff;transition:all .2s ease}.save-button:hover:not(:disabled){background:#45a049}.save-button:disabled{background:#ccc;cursor:not-allowed}.save-button--unsaved{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.filter-button{background:#fff;border:1px solid #ddd;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;color:#666;transition:all .2s ease}.filter-button:hover{background:#f8f9fa;border-color:#bbb}.filter-button.active{background:#007bff;border-color:#007bff;color:#fff}.leaderboard-header{display:grid;grid-template-columns:minmax(50px,70px) 1fr repeat(3,minmax(40px,60px));padding:0;border-bottom:2px solid #e9ecef;font-weight:600;background:#f8f9fa}.sortable-header{background:none;border:none;padding:.75rem clamp(.5rem,2vw,1.5rem);cursor:pointer;font-weight:600;font-size:.875rem;color:#495057;text-align:center;position:relative;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.25rem}.sortable-header:hover{background:#e9ecef;color:#212529}.sortable-header.active{background:#dee2e6;color:#0056b3}.sortable-header:first-child,.sortable-header:nth-child(2){justify-content:flex-start;text-align:left}.sort-indicator{font-size:.75rem;opacity:1;color:#0056b3}.sort-indicator-placeholder{font-size:.75rem;opacity:.3}.award-header,.player-header{justify-content:flex-start!important;text-align:left!important}.leaderboard-header .sortable-header{all:unset;background:none;border:none;padding:.75rem clamp(.5rem,2vw,1.5rem);cursor:pointer;font-weight:600;font-size:.875rem;color:#495057;text-align:center;position:relative;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.25rem;width:100%;box-sizing:border-box}.leaderboard-header .sortable-header:hover{background:#e9ecef;color:#212529}.leaderboard-header .sortable-header.active{background:#dee2e6;color:#0056b3}.leaderboard-header .award-header,.leaderboard-header .player-header{justify-content:flex-start!important;text-align:left!important}.score-entry{padding:clamp(1rem,3vw,20px);max-width:min(1200px,100vw);margin:0 auto;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;box-sizing:border-box}.score-entry-header{margin-bottom:30px;background:#fff;padding:25px;border-radius:15px;box-shadow:0 8px 32px #0000001a}.score-entry-header .header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.score-entry-header h1{color:#2f7d32;font-size:2.2rem;margin:0 0 8px;font-weight:700}.score-entry-header p{color:#666;font-size:1rem;margin:0}.header-actions{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.back-button{padding:10px 20px;background:linear-gradient(135deg,#6c757d,#495057);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.back-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6c757d4d}.welcome-text{color:#666;font-weight:500;font-size:.95rem}.logout-button{padding:10px 20px;background:linear-gradient(135deg,#ff5722,#d32f2f);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.logout-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #d32f2f4d}.score-entry-container{background:#fff;border-radius:15px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.score-form{padding:40px}.form-section{margin-bottom:40px}.form-section:last-child{margin-bottom:0}.form-section h3{color:#2f7d32;font-size:1.4rem;margin:0 0 25px;font-weight:600;padding-bottom:10px;border-bottom:2px solid #e8f5e8}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;color:#333;font-size:.95rem;display:flex;flex-direction:column;gap:4px}.input-hint{font-weight:400;color:#666;font-size:.85rem;font-style:italic}.form-group input,.form-group select{padding:12px 16px;border:2px solid #e1e5e9;border-radius:10px;font-size:1rem;transition:all .2s ease;outline:none;background:#fff}.form-group input:focus,.form-group select:focus{border-color:#2f7d32;box-shadow:0 0 0 3px #2f7d321a}.form-group input:disabled,.form-group select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.score-input-section{background:#f8f9fa;padding:25px;border-radius:12px;border:2px solid #e1e5e9;margin-bottom:25px}.score-input{font-family:Courier New,monospace;font-size:1.2rem;letter-spacing:2px;text-align:center;font-weight:700}.score-input.complete{border-color:#4caf50;background-color:#e8f5e8}.input-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px;flex-wrap:wrap;gap:10px}.char-count{font-size:.9rem;color:#666;font-weight:500}.char-count.complete{color:#2f7d32;font-weight:600}.validation-hint{font-size:.85rem;color:#ff9800;font-weight:500}.validation-success{font-size:.85rem;color:#4caf50;font-weight:600}.score-preview{margin-top:20px;padding:20px;background:#fff;border-radius:10px;border:2px solid #e1e5e9}.holes-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));gap:8px;margin-bottom:20px}.hole-score{display:flex;flex-direction:column;align-items:center;padding:8px 4px;border-radius:8px;transition:all .2s ease}.hole-score.filled{background:linear-gradient(135deg,#e8f5e8,#c8e6c9);border:2px solid #4CAF50}.hole-score.empty{background:#f5f5f5;border:2px solid #e1e5e9}.hole-number{font-size:.75rem;color:#666;font-weight:500;margin-bottom:2px}.hole-value{font-size:1.1rem;font-weight:700;color:#2f7d32}.hole-score.empty .hole-value{color:#ccc}.score-summary{display:flex;justify-content:space-around;gap:20px;padding:15px;background:#f8f9fa;border-radius:8px;flex-wrap:wrap}.summary-item{display:flex;flex-direction:column;align-items:center;gap:4px}.summary-item span:first-child{font-size:.85rem;color:#666;font-weight:500}.summary-item span:last-child{font-size:1.2rem;font-weight:700;color:#2f7d32}.summary-item.total{background:linear-gradient(135deg,#e8f5e8,#c8e6c9);padding:10px 20px;border-radius:8px;border:2px solid #4CAF50}.summary-item.total span:last-child{font-size:1.5rem;color:#1b5e20}.message{padding:15px 20px;border-radius:10px;margin:20px 0;font-weight:500;text-align:center}.message.success{background:#e8f5e8;color:#2f7d32;border:2px solid #4CAF50}.message.error{background:#ffebee;color:#c62828;border:2px solid #ef5350}.form-actions{display:flex;justify-content:center;padding-top:30px;border-top:2px solid #e8f5e8;margin-top:30px}.submit-button{padding:15px 40px;background:linear-gradient(135deg,#4caf50,#2f7d32);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:200px}.submit-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #2f7d324d}.submit-button:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.loading{text-align:center;padding:50px;font-size:1.2rem;color:#666}@media (max-width: 768px){.score-entry{padding:15px}.score-entry-header .header-content{flex-direction:column;text-align:center}.header-actions{justify-content:center;order:-1}.score-entry-header h1{font-size:1.8rem}.score-form{padding:25px}.form-row{grid-template-columns:1fr;gap:15px}.holes-display{grid-template-columns:repeat(auto-fit,minmax(40px,1fr));gap:6px}.hole-score{padding:6px 2px}.hole-number{font-size:.7rem}.hole-value{font-size:1rem}.score-summary{flex-direction:column;gap:10px}.summary-item{flex-direction:row;justify-content:space-between}.input-footer{flex-direction:column;align-items:flex-start;gap:5px}.submit-button{width:100%;min-width:auto}}@media (max-width: 480px){.score-input{font-size:1rem;letter-spacing:1px}.holes-display{grid-template-columns:repeat(6,1fr)}.header-actions{flex-direction:column;width:100%}.header-actions button{width:100%;max-width:200px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#747bff}#root{width:100%}html{overflow-x:hidden;scrollbar-gutter:stable}body{margin:0;display:flex;place-items:center;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:none}
