.app{flex-direction:column;width:100%;height:100vh;display:flex}.app-header{color:#fff;z-index:1000;background:#2c3e50;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.app-header h1{margin-bottom:.25rem;font-size:1.5rem}.app-header p{opacity:.9;font-size:.9rem}.app-content{flex:1;display:flex;overflow:hidden}.app-loading,.app-error{flex-direction:column;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;display:flex}.app-error{color:#e74c3c}.app-error-hint{color:#7f8c8d;margin-top:1rem;font-size:.9rem}@media (width<=768px){.app-header{padding:.75rem 1rem}.app-header h1{font-size:1.25rem}.app-content{flex-direction:column}}.map-container{flex:1;min-height:400px;position:relative}.map-empty{color:#7f8c8d;background:#ecf0f1;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.golf-green-cluster{background:0 0!important;border:none!important}.golf-green-cluster svg{filter:drop-shadow(0 2px 4px #0000004d)}.sidebar{background:#fff;flex-direction:column;width:0;transition:width .3s;display:flex;overflow:hidden;box-shadow:-2px 0 8px #0000001a}.sidebar-open{width:400px}.sidebar-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.sidebar-header h2{color:#2c3e50;margin:0;font-size:1.5rem}.sidebar-close{color:#7f8c8d;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;display:flex}.sidebar-close:hover{color:#2c3e50}.sidebar-content{flex:1;padding:1.5rem;overflow-y:auto}.sidebar-section{margin-bottom:2rem}.sidebar-section:last-child{margin-bottom:0}.sidebar-section h3{color:#34495e;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.sidebar-section p{color:#555;margin-bottom:.5rem;line-height:1.6}.sidebar-coordinates{color:#7f8c8d;font-family:monospace;font-size:.9rem}.sidebar-plays{flex-direction:column;gap:1rem;display:flex}.sidebar-play{background:#f8f9fa;border-left:3px solid #3498db;border-radius:4px;padding:1rem}.sidebar-play-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.sidebar-play-date{color:#2c3e50;font-weight:600}.sidebar-play-score{color:#27ae60;font-size:.9rem;font-weight:600}.sidebar-play-notes{color:#555;margin:0;font-size:.95rem;line-height:1.5}@media (width<=768px){.sidebar-open{z-index:1000;width:100%;position:absolute;inset:0}}.login-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-box{text-align:center;background:#fff;border-radius:12px;width:90%;max-width:400px;padding:3rem;box-shadow:0 10px 40px #0003}.login-box h1{color:#333;margin:0 0 1rem;font-size:2rem}.login-box p{color:#666;margin-bottom:2rem;line-height:1.5}.github-login-btn{color:#fff;cursor:pointer;background:#24292e;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.github-login-btn:hover{background:#1b1f23}.github-login-btn:active{transform:translateY(1px)}.loading{padding:2rem 0}.loading p{color:#667eea;margin:0;font-weight:500}.error-message{background:#fee;border:1px solid #fcc;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.error-message p{color:#c33;margin:0 0 .5rem;font-size:.9rem}.error-message button{color:#fff;cursor:pointer;background:#c33;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem}.error-message button:hover{background:#a22}.admin-panel{background:#f5f5f5;min-height:100vh}.admin-header{background:#fff;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;box-shadow:0 2px 4px #0000001a}.admin-header h1{color:#333;margin:0;font-size:1.75rem}.admin-user{align-items:center;gap:1rem;display:flex}.admin-user span{color:#666}.admin-user strong{color:#333}.logout-btn,.view-map-btn{cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;transition:background .2s}.logout-btn{color:#fff;background:#dc3545}.logout-btn:hover{background:#c82333}.view-map-btn{color:#fff;background:#667eea}.view-map-btn:hover{background:#5568d3}.admin-content{max-width:1200px;margin:0 auto;padding:2rem}.user-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:center;gap:1rem;display:grid}.user-grid label{color:#444;align-items:center;gap:.5rem;display:flex}.mode-toggle{background:#fff;border-radius:8px;gap:.5rem;margin-bottom:2rem;padding:.5rem;display:flex;box-shadow:0 2px 4px #0000001a}.mode-toggle button{color:#666;cursor:pointer;background:0 0;border:2px solid #0000;border-radius:4px;flex:1;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.mode-toggle button:hover{color:#333;background:#f8f9fa}.mode-toggle button.active{color:#fff;background:#667eea;border-color:#667eea}.mode-toggle button.active:hover{background:#5568d3}section{background:#fff;border-radius:8px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 4px #0000001a}section h2{color:#333;margin:0 0 1.5rem;font-size:1.5rem}.search-box{gap:.75rem;margin-bottom:1rem;display:flex}.search-input{border:1px solid #ddd;border-radius:4px;flex:1;padding:.75rem;font-size:1rem}.search-input:focus{border-color:#667eea;outline:none}.search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#667eea;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;transition:background .2s}.search-btn:hover:not(:disabled){background:#5568d3}.search-btn:disabled{cursor:not-allowed;background:#ccc}.search-btn.google{background:#4285f4}.search-btn.google:hover:not(:disabled){background:#357ae8}.search-results{border:1px solid #ddd;border-radius:4px;overflow:hidden}.search-results-header{background:#f8f9fa;border-bottom:1px solid #ddd;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.search-results h3{color:#666;margin:0;font-size:1rem}.multi-select-controls{gap:.5rem;display:flex}.select-all-btn,.deselect-all-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:4px;padding:.4rem .8rem;font-size:.85rem;transition:background .2s}.select-all-btn:hover,.deselect-all-btn:hover{background:#5568d3}.search-result-item{cursor:pointer;border-bottom:1px solid #eee;align-items:center;gap:1rem;padding:1rem;transition:background .2s;display:flex}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#f8f9fa}.search-result-item.selected{background:#e7f3ff;border-left:3px solid #667eea}.result-checkbox{cursor:pointer;flex-shrink:0;width:20px;height:20px}.result-content{flex:1;min-width:0}.result-single-select-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#28a745;border:none;border-radius:4px;flex-shrink:0;padding:.5rem 1rem;font-size:.85rem;transition:background .2s}.result-single-select-btn:hover{background:#218838}.result-name{color:#333;margin-bottom:.25rem;font-weight:500}.result-address{color:#666;margin-bottom:.25rem;font-size:.85rem}.result-source{color:#999;text-transform:capitalize;font-size:.85rem}.selected-course{background:#e7f3ff;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.course-source{color:#666;font-size:.85rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.form-input,.form-textarea{border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem}.form-input:focus,.form-textarea:focus{border-color:#667eea;outline:none}.add-btn{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:4px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s}.add-btn:hover{background:#218838}.batch-list{margin-bottom:1.5rem}.batch-item{background:#f8f9fa;border-radius:4px;margin-bottom:1rem;padding:1rem}.batch-item-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.batch-item-header strong{color:#333;font-size:1.1rem}.remove-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:50%;width:28px;height:28px;font-size:1.25rem;line-height:1;transition:background .2s}.remove-btn:hover{background:#c82333}.batch-item-details{color:#666;gap:1.5rem;margin-bottom:.5rem;font-size:.9rem;display:flex}.batch-item-notes{color:#555;border-top:1px solid #ddd;margin-top:.5rem;padding-top:.5rem;font-size:.9rem;line-height:1.5}.submit-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:4px;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:background .2s}.submit-btn:hover:not(:disabled){background:#5568d3}.submit-btn:disabled{cursor:not-allowed;background:#ccc}.error-box{color:#c33;background:#fee;border:1px solid #fcc;border-radius:4px;margin-bottom:1rem;padding:1rem}.success-box{color:#393;word-break:break-all;background:#efe;border:1px solid #cfc;border-radius:4px;margin-bottom:1rem;padding:1rem}.bulk-add-section{text-align:center;background:#f8f9fa;border-top:2px solid #667eea;padding:1rem}.add-selected-btn{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:4px;width:100%;margin-bottom:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s}.add-selected-btn:hover{background:#218838}.bulk-add-hint{color:#666;margin:0;font-size:.85rem;font-style:italic}.search-error-box{color:#c33;background:#fee;border:1px solid #fcc;border-radius:4px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;display:flex}.search-error-box p{flex:1;margin:0}.re-login-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#dc3545;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;transition:background .2s}.re-login-btn:hover{background:#c82333}.manual-entry-section{background:#fff;border-radius:8px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 4px #0000001a}.manual-entry-hint{color:#666;margin-bottom:1.5rem;font-size:.9rem;font-style:italic}.manual-entry-form{margin-top:1.5rem}.warning-box{color:#856404;background:#fff3cd;border:1px solid #ffc107;border-radius:4px;margin-bottom:1rem;padding:1rem;font-size:.9rem}.admin-header small,.account-heading small,.batch-item small,.search-result-item small,.course-card small,.privacy-setting small{color:#667085;margin-top:.25rem;display:block}.section-heading,.course-card-heading,.account-heading,.batch-item,.round-row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.section-heading{margin-bottom:1.5rem}.section-heading h2,.section-heading p,.course-card h3{margin-top:0}.section-heading p,.muted{color:#667085}.entry-toggle,.card-actions,.round-row>span:last-child{gap:.5rem;display:flex}.entry-toggle button,.card-actions button,.round-row button,.section-heading>button,.compact-grid button{cursor:pointer;background:#fff;border:1px solid #cfd4dc;border-radius:5px;padding:.55rem .8rem}.entry-toggle button.active{color:#fff;background:#667eea;border-color:#667eea}.search-result-item{text-align:left;background:#fff;border:0;border-bottom:1px solid #eee;width:100%}.selected-course{flex-direction:column;align-items:flex-start;margin-top:1rem}.round-editor{padding-top:1rem}.compact-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;gap:1rem;display:grid}.compact-grid label{color:#344054;font-weight:600}.compact-grid input,.compact-grid textarea{box-sizing:border-box;width:100%;font:inherit;border:1px solid #cfd4dc;border-radius:5px;margin-top:.4rem;padding:.7rem;display:block}.compact-grid .wide{grid-column:1/-1}.checkbox-row{align-items:center;gap:.5rem;padding-bottom:.7rem;display:flex}.checkbox-row input{width:auto;margin:0}.course-card,.account-card{border:1px solid #e2e5e9;border-radius:8px;margin-bottom:1rem;padding:1rem}.round-list{border-top:1px solid #eee;margin-top:1rem}.round-row{border-bottom:1px solid #eee;padding:.75rem 0}.danger-link{color:#b42318;cursor:pointer;background:0 0!important;border-color:#0000!important}.privacy-setting{background:#f8f9fa;border-radius:6px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}@media (width<=720px){.admin-header,.section-heading,.course-card-heading,.account-heading,.round-row{flex-direction:column}.admin-user,.card-actions,.entry-toggle{flex-wrap:wrap;width:100%}.admin-content{padding:1rem}.mode-toggle{flex-direction:column}}.manual-entry-map-container{width:100%;margin-bottom:1.5rem}.manual-map{border:1px solid #ddd;border-radius:4px;width:100%;height:400px}.map-instructions{color:#555;margin:0 0 .75rem}.selected-location-info{color:#333;background:#f8f9fa;border:1px solid #ddd;border-radius:4px;margin-top:1rem;padding:1rem;font-family:monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{width:100%;height:100vh}
