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