:root {
    --bg: #0a0a0e;
    --bg-card: #0f1117;
    --bg-card-hover: #141c2a;
    --border: #1e293b;
    --text: #f1f5f9;
    --text-dim: #64748b;
    --text-muted: #475569;
    --gold-ui: #E0BC50;
    --gold-earned: #FFB800;
    
    --gold: #fbbf24;
    --font-display: 'Bricolage Grotesque', sans-serif;
    --font-body: 'DM Sans', sans-serif;
}
body { background: var(--bg); color: var(--text); font-family: var(--font-body); min-height: 100vh; }
a { text-decoration: none; color: inherit; }
::placeholder { color: #475569; }
.navbar { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; height: 52px; background: rgba(10,10,14,0.95); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(8px); }
.logo { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.logo-icon { width: 32px; height: 32px; border-radius: 8px; background: transparent; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.logo-img { height: 36px; width: 36px; border-radius: 8px; object-fit: cover; margin-right: 6px; }
.logo-text { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: #fff; letter-spacing: -0.02em; }
.logo-accent { color: var(--gold-ui); }
.logo-tagline { font-size: 10px; color: var(--text-dim); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 2px; }
.city-selector { font-size: 12px; color: var(--text-dim); cursor: pointer; }
.nav-link { font-size: 12px; color: var(--text-dim); }
.nav-link.active { color: var(--gold-ui); font-weight: 600; }
.btn-signin { background: transparent; border: 1px solid var(--border); font-size: 11px; font-weight: 600; color: #fff; padding: 5px 14px; border-radius: 6px; cursor: pointer; font-family: var(--font-body); }
.nav-right { display: flex; align-items: center; gap: 20px; }
.hero { text-align: center; padding: 48px 20px 32px; position: relative; overflow: hidden; }
.hero-glow { position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 600px; height: 400px; background: radial-gradient(ellipse, rgba(224,188,80,0.06) 0%, transparent 70%); pointer-events: none; }
.hero-content { position: relative; }
.hero .logo { justify-content: center; margin-bottom: 28px; }
.hero-title { font-family: var(--font-display); font-size: 42px; color: #fff; line-height: 1.1; margin-bottom: 12px; letter-spacing: -0.03em; font-weight: 800; }
.hero-subtitle { font-size: 16px; color: var(--text-dim); max-width: 440px; margin: 0 auto 28px; line-height: 1.5; }
.text-green { color: var(--gold-ui); }
.text-gold { color: var(--gold); }
.search-container { position: relative; max-width: 480px; margin: 0 auto; background: rgba(255,255,255,0.05); border: 1px solid var(--border); border-radius: 12px; display: flex; align-items: center; padding: 4px 16px; }
.search-container.search-large { max-width: 520px; padding: 6px 18px; border-radius: 14px; }
.search-icon { color: var(--text-muted); margin-right: 10px; font-size: 16px; }
.search-input { flex: 1; background: transparent; border: none; outline: none; color: #fff; font-size: 17px; font-family: var(--font-body); }
.search-input:focus { background: rgba(255,255,255,0.1); border-color: rgba(224,188,80,0.4); }
.search-results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; background: #1a2035; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; z-index: 50; display: none; }
.search-result-item { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-bottom: 1px solid var(--border); cursor: pointer; transition: background 0.15s; }
.search-result-item:hover { background: rgba(224,188,80,0.04); }
.search-result-name { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff; }
.search-result-count { font-size: 11px; color: var(--text-muted); }
.search-no-match { padding: 10px 12px; font-size: 13px; color: var(--text-muted); }
.quick-tags { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 14px; }
.quick-tag { font-size: 12px; color: var(--text-dim); border: 1px solid var(--border); border-radius: 20px; padding: 5px 14px; transition: all 0.2s; }
.quick-tag:hover { border-color: rgba(224,188,80,0.2); color: var(--gold-ui); }
.trust-bar { display: flex; justify-content: center; gap: 32px; padding: 16px 20px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: 24px 0; flex-wrap: wrap; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.trust-icon { font-size: 20px; }
.trust-label { font-family: var(--font-display); font-weight: 700; font-size: 12px; color: #fff; display: block; margin-bottom: 3px; }
.trust-desc { font-size: 10px; color: var(--text-muted); line-height: 1.4; }
.section { max-width: 880px; margin: 0 auto 32px; padding: 0 20px; }
.section-header h2 { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: #fff; letter-spacing: -0.01em; }
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.view-all { font-size: 11px; color: var(--gold-ui); }
.page-subtitle { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.category-tile { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 14px; display: flex; align-items: center; gap: 10px; transition: all 0.2s; cursor: pointer; }
.category-tile:hover { background: rgba(224,188,80,0.04); border-color: rgba(224,188,80,0.15); transform: translateY(-1px); }
.cat-icon { font-size: 22px; }
.cat-name { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff; display: block; }
.cat-count { font-size: 10px; color: var(--text-muted); }
.cat-group-tag { font-size: 9px; color: #a78bfa; background: rgba(167,139,250,0.1); padding: 1px 6px; border-radius: 10px; margin-left: 4px; }
.tab-bar { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.tab { padding: 6px 16px; border-radius: 20px; border: 1px solid var(--border); font-size: 12px; color: var(--text-dim); background: rgba(255,255,255,0.04); cursor: pointer; transition: all 0.2s; font-family: var(--font-body); }
.tab.active { background: rgba(224,188,80,0.08); color: var(--gold-ui); font-weight: 600; border-color: rgba(224,188,80,0.3); }
.ranking-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; overflow: hidden; transition: border-color 0.2s; }
.ranking-card.winner { border-color: rgba(251,191,36,0.18); }
.winner-banner { background: linear-gradient(90deg, rgba(251,191,36,0.08), transparent); padding: 6px 14px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(251,191,36,0.12); font-family: var(--font-display); font-weight: 700; font-size: 10px; color: var(--gold); letter-spacing: 0.06em; }
.ranking-main { display: flex; align-items: center; gap: 12px; padding: 12px 14px; cursor: pointer; }
.rank-badge { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--text-muted); flex-shrink: 0; background: rgba(255,255,255,0.03); }
.rank-gold { background: linear-gradient(135deg, rgba(251,191,36,0.18), rgba(251,191,36,0.06)); color: var(--gold); border: 1px solid rgba(251,191,36,0.2); }
.rank-silver { color: var(--text-dim); }
.ranking-info { flex: 1; min-width: 0; }
.ranking-name { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: #fff; }
.ranking-neighborhood { font-size: 11px; color: var(--text-muted); }
.ranking-name-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 3px; flex-wrap: wrap; }
.ranking-scores { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; flex-wrap: wrap; }
.score { font-size: 11px; color: #ffffff; font-weight: 600; }
.rating { font-size: 11px; color: var(--text-muted); }
.winner .ranking-name { color: #fef3c7; }
.vote-btn { display: flex; flex-direction: column; align-items: center; gap: 2px; background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: 8px; padding: 6px 10px; cursor: pointer; transition: all 0.2s; min-width: 44px; font-family: var(--font-body); }
.vote-btn:hover { border-color: rgba(224,188,80,0.3); background: rgba(224,188,80,0.06); }
.vote-btn.voted { border-color: rgba(224,188,80,0.4); background: rgba(224,188,80,0.08); }
.vote-arrow { font-size: 14px; color: var(--text-dim); line-height: 1; }
.vote-count { font-size: 13px; font-weight: 600; color: #fff; line-height: 1; }
.vote-btn.voted .vote-arrow, .vote-btn.voted .vote-count { color: var(--gold-ui); }
.expand-arrow { font-size: 12px; color: var(--text-muted); margin-left: 4px; }
.ranking-expanded { padding: 0 14px 14px; border-top: 1px solid var(--border); margin-top: 0; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 10px; padding-top: 10px; }
.detail { font-size: 12px; color: var(--text-dim); }
.detail-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.action-btn { font-size: 12px; padding: 6px 14px; border-radius: 6px; border: 1px solid var(--border); background: transparent; color: var(--text-dim); cursor: pointer; font-family: var(--font-body); transition: all 0.2s; text-decoration: none; display: inline-block; }
.action-btn:hover { border-color: rgba(224,188,80,0.3); color: var(--gold-ui); }
.breadcrumb { font-size: 12px; color: var(--text-muted); margin-bottom: 16px; }
.breadcrumb a { color: var(--gold-ui); }
.category-header { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.category-header h1 { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: #fff; }
.category-meta { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; }
.page-content { max-width: 880px; margin: 0 auto; padding: 24px 20px; }
.methodology-box { margin-top: 32px; padding: 16px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; }
.methodology-box h4 { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: #fff; margin-bottom: 8px; }
.methodology-box p { font-size: 12px; color: var(--text-muted); line-height: 1.6; }
.empty-state { text-align: center; padding: 60px 20px; }
.empty-state h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: #fff; margin: 12px 0 8px; }
.empty-state p { font-size: 14px; color: var(--text-muted); }
.footer { border-top: 1px solid var(--border); padding: 24px 20px; margin-top: 40px; }
.footer-inner { max-width: 880px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 12px; color: var(--text-muted); }
.footer-links a:hover { color: var(--gold-ui); }
.footer-copy { max-width: 880px; margin: 0 auto; font-size: 11px; color: var(--text-muted); }
.cta-box { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 28px; text-align: center; }
.cta-box h3 { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: #fff; margin: 12px 0 8px; }
.cta-box p { font-size: 14px; color: var(--text-muted); margin-bottom: 16px; }
.btn-claim { display: inline-block; padding: 10px 24px; background: var(--gold-ui); color: #000; font-weight: 700; border-radius: 8px; font-size: 14px; font-family: var(--font-display); }
@media (max-width: 640px) {
    .hero-title { font-size: 32px; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-bar { gap: 16px; }
    .detail-grid { grid-template-columns: 1fr; }
    .nav-right { gap: 12px; }
    .hero-subtitle { font-size: 14px; }
}
