:root{--bg: #0e0f1a;--panel: #171928;--panel-2: #1f2236;--border: #2a2e45;--text: #e7e8f0;--muted: #9aa0b8;--accent: #7c5cff;--accent-2: #ff4d9d;--star: #ffc24b}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text)}.app{display:flex;flex-direction:column;height:100%}.topbar{display:flex;align-items:center;gap:16px;padding:12px 20px;background:var(--panel);border-bottom:1px solid var(--border);z-index:1000}.logo{font-weight:800;font-size:20px;background:linear-gradient(90deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent;white-space:nowrap}.search{flex:1;max-width:420px}.search input{width:100%;padding:9px 14px;border-radius:999px;border:1px solid var(--border);background:var(--panel-2);color:var(--text);font-size:14px;outline:none}.search input:focus{border-color:var(--accent)}.layout{flex:1;display:flex;min-height:0}.sidebar{width:380px;flex-shrink:0;background:var(--panel);border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:0}.filters{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.filter-row{display:flex;flex-wrap:wrap;gap:6px}.chip{padding:5px 12px;border-radius:999px;border:1px solid var(--border);background:var(--panel-2);color:var(--muted);font-size:13px;cursor:pointer;transition:all .15s}.chip:hover{border-color:var(--accent)}.chip.active{background:var(--accent);border-color:var(--accent);color:#fff}.filter-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin-bottom:2px}.results-count{padding:10px 16px;font-size:13px;color:var(--muted)}.club-list{overflow-y:auto;flex:1;padding:0 12px 12px}.card{display:flex;gap:12px;padding:12px;border-radius:12px;cursor:pointer;border:1px solid transparent;transition:all .15s}.card:hover{background:var(--panel-2)}.card.selected{background:var(--panel-2);border-color:var(--accent)}.card-thumb{width:84px;height:84px;border-radius:10px;object-fit:cover;flex-shrink:0;background:var(--panel-2)}.card-body{min-width:0;flex:1}.card-title{font-weight:700;font-size:15px;margin:0 0 2px}.card-meta{font-size:13px;color:var(--muted);display:flex;gap:8px;align-items:center;flex-wrap:wrap}.tag{font-size:11px;padding:2px 8px;border-radius:999px;background:#7c5cff2e;color:#b9a9ff}.price{color:#5ad19a;font-weight:600}.rating{color:var(--star);font-weight:600;display:inline-flex;align-items:center;gap:3px}.map-wrap{flex:1;min-width:0;position:relative}.leaflet-container{height:100%;width:100%;background:#0a0b14}.club-marker{background:var(--accent);width:28px;height:28px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);border:2px solid white;box-shadow:0 2px 6px #0006}.club-marker.selected{background:var(--accent-2);width:34px;height:34px}.detail{position:absolute;top:0;right:0;width:420px;max-width:100%;height:100%;background:var(--panel);border-left:1px solid var(--border);overflow-y:auto;z-index:1100;box-shadow:-8px 0 24px #00000059}.detail-hero{position:relative;height:220px}.detail-hero img{width:100%;height:100%;object-fit:cover}.detail-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;border:none;background:#0009;color:#fff;font-size:18px;cursor:pointer}.detail-body{padding:18px 20px 40px}.detail-body h2{margin:0 0 6px}.detail-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.detail-section{margin-top:18px}.detail-section h3{font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin:0 0 8px}.info-row{display:flex;gap:8px;font-size:14px;margin-bottom:6px;color:var(--text)}.info-row span:first-child{color:var(--muted);min-width:70px}.gallery{display:flex;gap:8px;overflow-x:auto}.gallery img{height:110px;border-radius:8px;object-fit:cover}.directions-btn{display:inline-flex;align-items:center;gap:8px;width:100%;justify-content:center;padding:12px;border-radius:10px;background:linear-gradient(90deg,var(--accent),var(--accent-2));color:#fff;font-weight:700;text-decoration:none;border:none;cursor:pointer;font-size:15px;margin-top:6px}.review{background:var(--panel-2);border-radius:10px;padding:10px 12px;margin-bottom:8px}.review-head{display:flex;justify-content:space-between;font-size:13px;margin-bottom:4px}.review-author{font-weight:600}.review-date{color:var(--muted);font-size:12px}.review-text{font-size:14px;color:var(--text);margin:0}.empty{padding:40px 16px;text-align:center;color:var(--muted)}.account{margin-left:auto;display:flex;align-items:center;gap:10px}.account-name{font-size:14px;color:var(--text);max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-note{font-size:12px;color:var(--muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.modal{position:relative;width:360px;max-width:calc(100% - 32px);background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:24px}.modal h2{margin:0 0 16px;font-size:20px}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form input,.review-form textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--panel-2);color:var(--text);font-size:14px;outline:none;font-family:inherit}.auth-form input:focus,.review-form textarea:focus{border-color:var(--accent)}.auth-error{color:#ff7a7a;font-size:13px}.auth-notice{color:#5ad19a;font-size:13px}.auth-switch{margin:14px 0 0;font-size:14px;color:var(--muted);text-align:center}.auth-switch button{background:none;border:none;color:var(--accent);cursor:pointer;font-size:14px;padding:0}.review-form{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}.star-picker{display:flex;gap:4px}.star-picker .star{background:none;border:none;font-size:24px;cursor:pointer;color:var(--muted);padding:0;line-height:1}.star-picker .star.on{color:var(--star)}@media (max-width: 760px){.sidebar{width:100%;position:absolute;z-index:1050;height:45%;bottom:0;top:auto;border-right:none;border-top:1px solid var(--border)}.detail{width:100%}}
