* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #000; color: #fff; min-height: 100vh; }
        a { text-decoration: none; color: inherit; }
        
        .header { background: #000; padding: 12px 15px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #222; position: sticky; top: 0; z-index: 100; }
        .header-left { display: flex; align-items: center; gap: 15px; }
        .back-btn { color: #888; font-size: 20px; }
        .logo { font-size: 22px; font-weight: 700; }
        .logo span:first-child { color: #ff6b00; }
        .menu-btn { background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; }
        
        .hero { padding: 20px 15px; text-align: center; background: linear-gradient(135deg, #1a0f00 0%, #000 100%); border-bottom: 1px solid #222; }
        .hero-title { font-size: 26px; font-weight: 700; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 10px; }
        .hero-title .fire { font-size: 30px; }
        .live-badge { background: #ff4444; color: #fff; font-size: 10px; padding: 3px 8px; border-radius: 4px; animation: pulse 1.5s infinite; font-weight: 600; }
        @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }
        .hero-subtitle { color: #888; font-size: 14px; }
        
        /* TOP 3 Podium Section */
        .top3-section { padding: 20px 15px 25px; background: linear-gradient(180deg, rgba(255, 107, 0, 0.05) 0%, transparent 100%); border-bottom: 1px solid #222; }
        .top3-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
        .top3-title { font-size: 18px; font-weight: 700; }
        .top3-subtitle { font-size: 12px; color: #888; }
        
        /* Podium Layout */
        .podium-wrap { display: flex; align-items: flex-end; justify-content: center; gap: 6px; }
        .podium-slot { flex: 1; max-width: 130px; text-align: center; cursor: pointer; transition: transform 0.2s; }
        .podium-slot:hover { transform: translateY(-3px); }
        .podium-slot.s1 { order: 2; }
        .podium-slot.s2 { order: 1; }
        .podium-slot.s3 { order: 3; }
        .podium-img-box { position: relative; margin: 0 auto 6px; border-radius: 10px; overflow: hidden; border: 2px solid #333; }
        .podium-slot.s1 .podium-img-box { width: 110px; height: 80px; border-color: #ffd700; }
        .podium-slot.s2 .podium-img-box { width: 95px; height: 68px; border-color: #c0c0c0; }
        .podium-slot.s3 .podium-img-box { width: 95px; height: 68px; border-color: #cd7f32; }
        .podium-img-box img { width: 100%; height: 100%; object-fit: cover; background: #222; display: block; }
        .podium-medal { position: absolute; top: -1px; left: -1px; width: 22px; height: 22px; border-radius: 0 0 6px 0; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; }
        .podium-slot.s1 .podium-medal { background: #ffd700; color: #000; }
        .podium-slot.s2 .podium-medal { background: #c0c0c0; color: #000; }
        .podium-slot.s3 .podium-medal { background: #cd7f32; color: #000; }
        .podium-name { font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px; }
        .podium-sub { font-size: 10px; color: #888; margin-bottom: 2px; }
        .podium-views { font-size: 11px; color: #ff6b00; font-weight: 600; }
        
        .pedestal-row { display: flex; justify-content: center; gap: 6px; margin-top: 8px; }
        .pedestal { flex: 1; max-width: 130px; border-radius: 6px 6px 0 0; text-align: center; font-size: 16px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
        .pedestal.p1 { height: 48px; background: linear-gradient(180deg, #ffd700, #b8960f); color: #000; order: 2; }
        .pedestal.p2 { height: 36px; background: linear-gradient(180deg, #c0c0c0, #888); color: #000; order: 1; }
        .pedestal.p3 { height: 26px; background: linear-gradient(180deg, #cd7f32, #8b5e20); color: #fff; order: 3; }
        
        /* Tab Navigation */
        .tab-nav { display: flex; border-bottom: 1px solid #222; background: #000; position: sticky; top: 49px; z-index: 90; }
        .tab-btn { flex: 1; padding: 15px 10px; text-align: center; font-size: 13px; color: #888; display: flex; align-items: center; justify-content: center; gap: 6px; border: none; border-bottom: 2px solid transparent; cursor: pointer; transition: all 0.3s; background: none; font-family: 'Outfit', sans-serif; font-weight: 600; }
        .tab-btn.active { color: #ff6b00; border-bottom-color: #ff6b00; }
        .tab-btn .icon { font-size: 16px; }
        .tab-btn .count { background: #333; padding: 2px 8px; border-radius: 10px; font-size: 11px; transition: all 0.3s; }
        .tab-btn.active .count { background: #ff6b00; color: #000; }
        
        /* Region Filter - 4-column grid */
        .region-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 12px 16px; background: #0a0a0a; border-bottom: 1px solid #222; }
        .region-tab { padding: 12px 8px; text-align: center; background: #111; border: 1px solid #333; border-radius: 8px; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; color: #aaa; transition: all 0.2s; letter-spacing: 0.3px; cursor: pointer; }
        .region-tab:hover { border-color: #555; color: #ddd; }
        .region-tab.active { background: #ff7800; border-color: #ff7800; color: #000; font-weight: 700; }
        
        /* Theme Filter - 3-column grid */
        .theme-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 12px 16px; background: #0a0a0a; border-bottom: 1px solid #222; }
        .theme-tab { padding: 12px 8px; text-align: center; background: #111; border: 1px solid #333; border-radius: 8px; font-family: 'Outfit', sans-serif; font-size: 14px; font-weight: 600; color: #aaa; transition: all 0.2s; letter-spacing: 0.3px; cursor: pointer; white-space: nowrap; }
        .theme-tab:hover { border-color: #555; color: #ddd; }
        .theme-tab.active { background: #ff7800; border-color: #ff7800; color: #000; font-weight: 700; }
        
        /* Active Filters Display */
        .active-filters { margin: 8px 16px; padding: 10px; background: #1a1a1a; border-radius: 8px; display: none; align-items: center; gap: 8px; flex-wrap: wrap; }
        .active-filters.show { display: flex; }
        .filter-label-inline { font-size: 13px; color: #aaa; }
        .filter-tags { display: flex; gap: 6px; flex-wrap: wrap; }
        .filter-tag { background: #ff6b00; color: #000; font-size: 12px; padding: 4px 8px; border-radius: 4px; }
        .filter-clear { background: none; border: 1px solid #888; color: #888; font-size: 12px; padding: 4px 8px; border-radius: 4px; cursor: pointer; margin-left: auto; }
        .filter-clear:hover { border-color: #fff; color: #fff; }
        
        /* Ranking Section */
        .ranking-section { padding: 15px; }
        .ranking-title { font-size: 16px; font-weight: 700; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }
        .ranking-list { display: flex; flex-direction: column; gap: 8px; }
        
        /* Shop Ranking Item - with progress bar */
        .ranking-item { display: flex; align-items: center; gap: 12px; background: #111; border-radius: 10px; padding: 16px 12px; border: 1px solid rgba(255,255,255,0.18); border-left: 3px solid rgba(255,255,255,0.18); cursor: pointer; transition: all 0.2s; position: relative; overflow: hidden; }
        .ranking-item:hover { border-color: rgba(255,120,0,0.4); border-left-color: #ff7800; }
        .ranking-item.premium { border-left: 3px solid #ff6b00; }
        .progress-bar-bg { position: absolute; top: 0; left: 0; height: 100%; background: linear-gradient(90deg, rgba(255,107,0,0.06), transparent); border-radius: 10px; pointer-events: none; }
        .ranking-rank { width: 28px; height: 28px; border-radius: 50%; background: #222; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; z-index: 1; }
        .ranking-rank.top5 { background: #ff6b00; color: #000; }
        .ranking-img { width: 56px; height: 42px; border-radius: 6px; object-fit: cover; background: #222; flex-shrink: 0; z-index: 1; }
        .ranking-info { flex: 1; min-width: 0; z-index: 1; }
        .ranking-name { font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 5px; }
        .ranking-meta { font-size: 11px; color: #888; display: flex; align-items: center; gap: 6px; }
        .ranking-meta .region-text { white-space: nowrap; }
        .shop-type-badge { font-size: 9px; font-weight: 700; padding: 2px 6px; border-radius: 3px; color: #fff; white-space: nowrap; }
        .shop-type-badge.nuru { background: linear-gradient(135deg, #ec4899, #be185d); }
        .shop-type-badge.soapy { background: linear-gradient(135deg, #06b6d4, #0891b2); }
        .shop-type-badge.massage { background: linear-gradient(135deg, #10b981, #059669); }
        .shop-type-badge.gogo { background: linear-gradient(135deg, #f59e0b, #d97706); }
        .shop-type-badge.ktv { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
        .shop-type-badge.bar { background: linear-gradient(135deg, #ef4444, #dc2626); }
        .shop-type-badge.club { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
        .shop-type-badge.sideline { background: linear-gradient(135deg, #f472b6, #ec4899); }
        .shop-type-badge.beer-bar { background: linear-gradient(135deg, #f59e0b, #b45309); }
        .shop-type-badge.bj-bar { background: linear-gradient(135deg, #e11d48, #9f1239); }
        .shop-type-badge.ladyboy { background: linear-gradient(135deg, #d946ef, #a21caf); }
        .shop-type-badge.gentlemens { background: linear-gradient(135deg, #9333ea, #6b21a8); }
        .shop-type-badge.kapoo { background: linear-gradient(135deg, #fb923c, #c2410c); }
        .shop-type-badge.default { background: linear-gradient(135deg, #6b7280, #4b5563); }
        .ranking-stats { text-align: right; z-index: 1; flex-shrink: 0; }
        .ranking-views { font-size: 13px; color: #ff6b00; font-weight: 600; }
        .ranking-change { font-size: 10px; margin-top: 2px; }
        .ranking-change.up { color: #4ade80; }
        .ranking-change.down { color: #f87171; }
        .ranking-change.same { color: #555; }
        
        /* Guide Ranking Item */
        .ranking-post-item { display: flex; align-items: center; gap: 12px; background: #1a1a1a; border-radius: 10px; padding: 12px; border: 1px solid rgba(255,255,255,0.12); border-left: 3px solid rgba(255,255,255,0.12); cursor: pointer; transition: all 0.2s; }
        .ranking-post-item:hover { background: #1e1e1e; border-color: rgba(255,120,0,0.4); border-left-color: #ff7800; }
        .ranking-post-info { flex: 1; min-width: 0; }
        .ranking-post-title { font-size: 14px; font-weight: 600; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.4; }
        .ranking-post-meta { font-size: 11px; color: #888; display: flex; align-items: center; gap: 8px; }
        
        /* Community Ranking Item */
        .community-rank-item { display: flex; gap: 0; background: #1a1a1a; border-radius: 10px; border: 1px solid rgba(255,255,255,0.12); border-left: 3px solid rgba(255,255,255,0.12); transition: all 0.2s; cursor: pointer; overflow: hidden; }
        .community-rank-item:hover { background: #1e1e1e; border-color: rgba(255,120,0,0.4); border-left-color: #ff7800; }
        .comm-left-tags { display: flex; flex-direction: column; min-width: 72px; max-width: 72px; border-right: 1px solid rgba(255,255,255,0.06); }
        .comm-rank-num { display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; color: #555; flex: 1; background: rgba(255,255,255,0.02); }
        .comm-rank-num.top5 { color: #ff6b00; }
        .comm-cat-label { display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; text-align: center; line-height: 1.2; padding: 6px 4px; letter-spacing: 0.3px; }
        .cat-tip { background: rgba(76,175,80,0.18); color: #81c784; }
        .cat-review { background: rgba(255,193,7,0.18); color: #ffd54f; }
        .cat-question { background: rgba(33,150,243,0.18); color: #64b5f6; }
        .cat-free { background: rgba(156,39,176,0.18); color: #ce93d8; }
        .cat-meetup { background: rgba(255,120,0,0.18); color: #ffab40; }
        .cat-event-deal { background: rgba(251, 191, 36, 0.18); color: #fbbf24; }
        .comm-body { flex: 1; padding: 12px 14px; min-width: 0; display: flex; align-items: center; }
        .comm-thumb { width: 46px; height: 35px; border-radius: 5px; object-fit: cover; flex-shrink: 0; margin-right: 10px; background: #222; }
        .comm-content { flex: 1; min-width: 0; }
        .comm-title { font-weight: 700; font-size: 14px; color: #fff; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .comm-footer { display: flex; align-items: center; gap: 8px; margin-top: 4px; font-size: 12px; color: #888; }
        .comm-views { font-size: 14px; color: #ff6b00; font-weight: 700; flex-shrink: 0; margin-left: auto; padding-left: 10px; }
        
        .category-badge { padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: 600; }
        .category-badge.review { background: #1a472a; color: #4ade80; }
        .category-badge.question { background: #1e3a5f; color: #60a5fa; }
        .category-badge.meetup { background: #4a1d4a; color: #c084fc; }
        .category-badge.free { background: #3d3d3d; color: #9ca3af; }
        .category-badge.tip { background: #4a3728; color: #fbbf24; }
        .category-badge.nightlife { background: #4a2828; color: #f87171; }
        .category-badge.tips { background: #28404a; color: #67e8f9; }
        
        .empty-state { text-align: center; padding: 60px 20px; }
        .empty-state .icon { font-size: 48px; margin-bottom: 15px; }
        .empty-state h3 { font-size: 18px; margin-bottom: 8px; }
        .empty-state p { color: #888; font-size: 14px; }
        
        /* Loading */
        .loading { text-align: center; padding: 40px; color: #888; }
        
        @media (min-width: 768px) { body { max-width: 768px; margin: 0 auto; } }
        
        /* Hide floating scroll-to-top button */
        .scroll-top-btn, .back-to-top, #scrollTopBtn, .fab-scroll, [class*="scroll-top"], [id*="scrollTop"] { display: none !important; }
        
        /* ============================================================
           Popular Page Redesign 2026-04-24
           TOP 5 (3 podium + 4/5 cards) / Stats / Region Chart / Category Top 1
           ============================================================ */
        
        /* TOP 5 alias (reuses top3 styles) */
        .top5-section { padding: 20px 15px 25px; background: linear-gradient(180deg, rgba(255, 107, 0, 0.05) 0%, transparent 100%); border-bottom: 1px solid #222; }
        .top5-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
        .top5-title { font-size: 18px; font-weight: 700; }
        .top5-subtitle { font-size: 12px; color: #888; }
        
        /* TOP 5 Flat Design - equal-size 3 cards, no pedestal */
        .top5-podium-flat {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 8px;
            padding: 0 6px;
        }
        .podium-card {
            background: linear-gradient(145deg, #1a1008, #0f0a04);
            border: 1.5px solid #333;
            border-radius: 10px;
            padding: 8px;
            text-align: center;
            position: relative;
            text-decoration: none;
            color: inherit;
            transition: transform 0.2s, border-color 0.2s;
            min-width: 0;
        }
        .podium-card:hover { transform: translateY(-2px); border-color: #ff6b00; }
        .podium-card.rank-1 {
            border: 2px solid #ffd700;
            box-shadow: 0 0 15px rgba(255,215,0,0.25);
        }
        .podium-card.rank-2 { border-color: #c0c0c0; }
        .podium-card.rank-3 { border-color: #cd7f32; }
        
        .rank-badge {
            position: absolute;
            top: -8px;
            left: 8px;
            color: #000;
            font-size: 11px;
            font-weight: 800;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            box-shadow: 0 2px 6px rgba(0,0,0,0.5);
        }
        .rank-1 .rank-badge { background: #ffd700; }
        .rank-2 .rank-badge { background: #c0c0c0; }
        .rank-3 .rank-badge { background: #cd7f32; color: #fff; }
        
        .podium-thumb {
            width: 100%;
            aspect-ratio: 4/3;
            background: #222;
            border-radius: 6px;
            margin-bottom: 6px;
            overflow: hidden;
            object-fit: cover;
            display: block;
        }
        .podium-card-name {
            font-size: 14px;
            font-weight: 700;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 4px;
            color: #fff;
        }
        .podium-card-sub {
            font-size: 12px;
            color: #888;
            margin-bottom: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .podium-card-views {
            font-size: 13px;
            color: #ff6b00;
            font-weight: 700;
        }
        /* TNL Rating - podium card */
        .podium-card-rating {
            font-size: 12px;
            color: #fbbf24;
            margin-top: 4px;
        }
        .podium-card-rating strong { color: #fff; font-weight: 700; }
        .podium-card-rating span { color: #888; font-size: 10px; }
        
        /* TOP 5 - 4th & 5th rank cards (below podium) */
        .top5-rest {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 8px;
            margin-top: 14px;
            padding: 0 6px;
        }
        .rest-slot {
            background: #111;
            border: 1px solid #333;
            border-radius: 8px;
            padding: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: inherit;
            transition: border-color 0.2s;
        }
        .rest-slot:hover { border-color: #ff6b00; }
        .rest-num {
            font-size: 18px;
            font-weight: 800;
            color: #666;
            width: 24px;
            text-align: center;
            flex-shrink: 0;
        }
        .rest-thumb {
            width: 40px;
            height: 40px;
            border-radius: 6px;
            object-fit: cover;
            background: #222;
            flex-shrink: 0;
        }
        .rest-info { flex: 1; min-width: 0; overflow: hidden; }
        .rest-name {
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
        }
        .rest-sub {
            font-size: 12px;
            color: #888;
            margin-top: 2px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .rest-views { font-size: 13px; color: #ff6b00; font-weight: 700; margin-top: 3px; }
        /* TNL Rating - rest slot (ranks 4-5) */
        .rest-rating {
            font-size: 11px;
            color: #fbbf24;
            margin-top: 3px;
            white-space: nowrap;
            overflow: hidden;
        }
        .rest-rating strong { color: #fff; font-weight: 700; }
        .rest-rating span { color: #888; font-size: 10px; }
        
        /* Stats Cards Row */
        .stats-row {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 8px;
            margin: 15px 15px 0;
        }
        .stat-card {
            background: #111;
            border: 1px solid #333;
            border-radius: 8px;
            padding: 12px 8px;
            text-align: center;
        }
        .stat-num {
            font-size: 20px;
            font-weight: 800;
            color: #ff6b00;
            font-variant-numeric: tabular-nums;
            line-height: 1.1;
        }
        .stat-label {
            font-size: 10px;
            color: #888;
            margin-top: 4px;
            font-weight: 500;
        }
        
        /* Chart Section (Hottest Regions) */
        .chart-section {
            background: #0a0a0a;
            border: 1px solid #222;
            border-radius: 10px;
            padding: 14px;
            margin: 15px;
        }
        .chart-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
        }
        .chart-title {
            font-size: 14px;
            font-weight: 700;
            color: #fff;
        }
        .chart-sub {
            font-size: 11px;
            color: #888;
        }
        .chart-bars {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .chart-bar-row {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: inherit;
            transition: opacity 0.2s;
        }
        .chart-bar-row:hover { opacity: 0.85; }
        .chart-bar-label {
            width: 70px;
            font-size: 11px;
            font-weight: 600;
            color: #fff;
            flex-shrink: 0;
        }
        .chart-bar-track {
            flex: 1;
            height: 22px;
            background: #1a1a1a;
            border-radius: 4px;
            overflow: hidden;
        }
        .chart-bar-fill {
            height: 100%;
            background: linear-gradient(90deg, #ff6b00, #ff8833);
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 8px;
            font-size: 10px;
            font-weight: 700;
            color: #000;
            min-width: 30px;
            transition: width 0.3s ease;
        }
        .chart-bar-delta {
            width: 54px;
            font-size: 10px;
            font-weight: 700;
            flex-shrink: 0;
            text-align: right;
        }
        .chart-bar-delta.up { color: #00dd66; }
        .chart-bar-delta.down { color: #ff4444; }
        .chart-bar-delta.flat { color: #888; }
        
        /* Category Top 1 - Tag Style (B design) */
        .category-top1-section {
            background: #0a0a0a;
            border: 1px solid #222;
            border-radius: 10px;
            padding: 14px;
            margin: 0 15px 15px;
            overflow: hidden;
        }
        .type-top-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 6px;
        }
        .type-top-card {
            background: #111;
            border: 1px solid #222;
            border-radius: 7px;
            padding: 12px 14px;
            position: relative;
            text-decoration: none;
            color: inherit;
            transition: border-color 0.2s;
            overflow: hidden;
            min-width: 0;
        }
        .type-top-card:hover { border-color: #ff6b00; }
        /* Hidden crown (replaced by inline tag) */
        .type-top-crown { display: none; }
        /* Category name as a small inline tag/badge */
        .type-top-label {
            display: inline-block;
            background: rgba(255, 107, 0, 0.15);
            color: #ff6b00;
            font-size: 11px;
            font-weight: 700;
            padding: 3px 8px;
            border-radius: 4px;
            letter-spacing: 0.3px;
            margin-bottom: 8px;
            text-transform: uppercase;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1.2;
        }
        .type-top-name {
            font-size: 15px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .type-top-region {
            font-size: 12px;
            color: #888;
            display: flex;
            justify-content: space-between;
            gap: 6px;
            white-space: nowrap;
        }
        .type-top-region .views-num {
            color: #ff6b00;
            font-weight: 600;
        }
        
        /* ============================================================
           Tab-specific section visibility
           Shops:     .stats-row, #regionChartSection, #categoryTop1Section
           Guides:    #guideBoardSection, #guideRegionSection
           Community: #communityPulseSection, #communityCategorySection, #communityHotSection
           ============================================================ */
        
        /* Hide Guides/Community sections by default (shown only when their tab active) */
        #guideBoardSection,
        #guideRegionSection,
        #communityPulseSection,
        #communityCategorySection,
        #communityHotSection {
            display: none;
        }
        
        /* Shops-only sections: hide on guides and community tabs */
        body[data-active-tab="guides"] .stats-row,
        body[data-active-tab="guides"] #regionChartSection,
        body[data-active-tab="guides"] #categoryTop1Section,
        body[data-active-tab="community"] .stats-row,
        body[data-active-tab="community"] #regionChartSection,
        body[data-active-tab="community"] #categoryTop1Section {
            display: none;
        }
        
        /* Show Guides sections when guides tab active */
        body[data-active-tab="guides"] #guideBoardSection,
        body[data-active-tab="guides"] #guideRegionSection {
            display: block;
        }
        
        /* Show Community sections when community tab active */
        body[data-active-tab="community"] #communityPulseSection,
        body[data-active-tab="community"] #communityCategorySection,
        body[data-active-tab="community"] #communityHotSection {
            display: block;
        }
        
        /* ============================================================
           Guides Tab Sections
           ============================================================ */
        
        /* Guide Board Top (Nightlife / Tips) */
        .guide-board-section {
            background: #0a0a0a;
            border: 1px solid #222;
            border-radius: 10px;
            padding: 14px;
            margin: 15px 15px 0;
        }
        .board-top-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6px;
        }
        .board-top-card {
            background: #111;
            border: 1px solid #222;
            border-radius: 6px;
            padding: 10px;
            text-decoration: none;
            color: inherit;
            transition: border-color 0.2s;
            overflow: hidden;
        }
        .board-top-card:hover { border-color: #ff6b00; }
        .board-top-label {
            display: inline-block;
            font-size: 11px;
            font-weight: 700;
            padding: 3px 8px;
            border-radius: 4px;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }
        .board-top-label.nightlife { background: rgba(255, 107, 0, 0.15); color: #ff6b00; }
        .board-top-label.tips { background: rgba(100, 200, 255, 0.15); color: #64c8ff; }
        .board-top-title {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 6px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 1.4;
            min-height: 2.8em;
        }
        .board-top-meta {
            font-size: 12px;
            color: #888;
            display: flex;
            justify-content: space-between;
            white-space: nowrap;
        }
        .board-top-views { color: #ff6b00; font-weight: 600; }
        
        /* Guide Region Top */
        .guide-region-section {
            background: #0a0a0a;
            border: 1px solid #222;
            border-radius: 10px;
            padding: 14px;
            margin: 15px 15px 0;
        }
        .region-top-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 6px;
        }
        .region-top-card {
            background: #111;
            border: 1px solid #222;
            border-radius: 7px;
            padding: 12px 14px;
            text-decoration: none;
            color: inherit;
            transition: border-color 0.2s;
            overflow: hidden;
            min-width: 0;
        }
        .region-top-card:hover { border-color: #ff6b00; }
        .region-top-tag {
            display: inline-block;
            background: rgba(100, 200, 255, 0.15);
            color: #64c8ff;
            font-size: 11px;
            font-weight: 700;
            padding: 3px 8px;
            border-radius: 4px;
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }
        .region-top-title {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .region-top-meta {
            font-size: 12px;
            color: #888;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .region-top-meta .views {
            color: #ff6b00;
            font-weight: 600;
        }
        
        /* ============================================================
           Community Tab Sections
           ============================================================ */
        
        /* Community Pulse (today's activity stats) */
        .community-pulse-section {
            background: #0a0a0a;
            border: 1px solid #222;
            border-radius: 10px;
            padding: 14px;
            margin: 15px 15px 0;
        }
        .pulse-stats {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 8px;
        }
        .pulse-stat {
            background: #111;
            border-radius: 6px;
            padding: 10px 6px;
            text-align: center;
        }
        .pulse-num {
            font-size: 18px;
            font-weight: 800;
            color: #ff6b00;
            line-height: 1.1;
            font-variant-numeric: tabular-nums;
        }
        .pulse-label {
            font-size: 9px;
            color: #888;
            margin-top: 3px;
        }
        
        /* Community Category Top */
        .community-category-section {
            background: #0a0a0a;
            border: 1px solid #222;
            border-radius: 10px;
            padding: 14px;
            margin: 15px 15px 0;
        }
        .cat-top-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 6px;
        }
        .cat-top-card {
            background: #111;
            border: 1px solid #222;
            border-radius: 7px;
            padding: 12px 14px;
            text-decoration: none;
            color: inherit;
            transition: border-color 0.2s;
            overflow: hidden;
            min-width: 0;
        }
        .cat-top-card:hover { border-color: #ff6b00; }
        .cat-top-tag {
            display: inline-block;
            font-size: 11px;
            font-weight: 700;
            padding: 3px 8px;
            border-radius: 4px;
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }
        .cat-top-tag.cat-review { background: rgba(255, 107, 0, 0.15); color: #ff6b00; }
        .cat-top-tag.cat-question { background: rgba(0, 200, 150, 0.15); color: #00c896; }
        .cat-top-tag.cat-meetup { background: rgba(255, 100, 200, 0.15); color: #ff64c8; }
        .cat-top-tag.cat-event-deal { background: rgba(251, 191, 36, 0.15); color: #fbbf24; }
        .cat-top-tag.cat-free { background: rgba(200, 200, 200, 0.15); color: #cccccc; }
        .cat-top-tag.cat-tip { background: rgba(100, 200, 255, 0.15); color: #64c8ff; }
        .cat-top-tag.cat-proreview { background: rgba(255, 215, 0, 0.15); color: #ffd700; }
        .cat-top-title {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 6px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 1.4;
            min-height: 2.8em;
        }
        .cat-top-meta {
            font-size: 12px;
            color: #888;
            display: flex;
            justify-content: space-between;
            gap: 4px;
            white-space: nowrap;
            overflow: hidden;
        }
        .cat-top-meta .likes {
            color: #ff6495;
            font-weight: 600;
            flex-shrink: 0;
        }
        
        /* Community Hot Topics */
        .community-hot-section {
            background: #0a0a0a;
            border: 1px solid #222;
            border-radius: 10px;
            padding: 14px;
            margin: 15px 15px 0;
        }
        .trending-wrap {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }
        .trending-item {
            background: #111;
            border: 1px solid #222;
            border-radius: 7px;
            padding: 11px 13px;
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            color: inherit;
            transition: border-color 0.2s;
        }
        .trending-item:hover { border-color: #ff6b00; }
        .trending-num {
            font-size: 16px;
            font-weight: 800;
            color: #ff6b00;
            width: 24px;
            flex-shrink: 0;
            text-align: center;
        }
        .trending-title {
            flex: 1;
            min-width: 0;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .trending-badge {
            font-size: 11px;
            padding: 3px 7px;
            border-radius: 4px;
            font-weight: 700;
            flex-shrink: 0;
            letter-spacing: 0.3px;
        }
        .trending-badge.hot { background: rgba(255, 60, 60, 0.2); color: #ff6060; }
        .trending-badge.new { background: rgba(100, 200, 255, 0.2); color: #64c8ff; }
        .trending-badge.up { background: rgba(0, 221, 102, 0.2); color: #00dd66; }
        
        /* Mobile fine-tuning */
        @media (max-width: 420px) {
            .stats-row { gap: 6px; margin: 12px 12px 0; }
            .stat-num { font-size: 17px; }
            .stat-label { font-size: 9px; }
            .chart-section, .category-top1-section,
            .guide-board-section, .guide-region-section,
            .community-pulse-section, .community-category-section, .community-hot-section {
                margin-left: 12px;
                margin-right: 12px;
                padding: 12px;
            }
            .chart-bar-label { width: 60px; font-size: 10px; }
            .chart-bar-delta { width: 48px; font-size: 9px; }
            .type-top-name { font-size: 14px; }
            .type-top-region { font-size: 11px; }
            .type-top-label { font-size: 10px; }
            .pulse-num { font-size: 16px; }
            .board-top-title, .cat-top-title { font-size: 13px; }
        }