        /* 页面级样式（base.css中已包含全局重置、容器、卡片、便签、动画等） */
        
        .page-header {
            background: linear-gradient(135deg, #065f46, #059669, #10b981);
            color: #fff;
            padding: 18px 28px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        .page-header .ph-left { flex-shrink: 0; }
        .page-header .ph-title { font-size: 20px; font-weight: 700; margin-bottom: 3px; }
        .page-header .ph-sub { opacity: 0.82; font-size: 12px; }
        .page-header .ph-stats { display: flex; gap: 22px; }
        .page-header .ph-stat { text-align: center; }
        .page-header .ph-stat .num { font-size: 1.3em; font-weight: 800; display: block; }
        .page-header .ph-stat .lbl { font-size: 0.72em; opacity: 0.8; }
        
        .content {
            padding: 40px 48px;
        }
        
        h2 {
            color: #1e3c72;
            font-size: 1.5em;
            margin: 30px 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 3px solid #059669;
        }
        
        h3 {
            color: #2a5298;
            font-size: 1.2em;
            margin: 25px 0 15px 0;
        }
        
        .ranking-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 0.95em;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border-radius: 8px;
            overflow: hidden;
        }
        
        .ranking-table th {
            background: linear-gradient(135deg, #059669 0%, #065f46 100%);
            color: white;
            padding: 15px 12px;
            text-align: center;
            font-weight: 600;
        }
        
        .ranking-table td {
            padding: 15px 12px;
            text-align: center;
            border-bottom: 1px solid #eee;
        }
        
        .ranking-table tr:nth-child(even) {
            background: #f8f9fa;
        }
        
        .ranking-table tr:hover {
            background: #e3f2fd;
        }
        .num { font-family: "SF Mono", "Fira Code", monospace; text-align: right; }
        
        .rank-1 { background: linear-gradient(135deg, #FFD700, #FFA500); color: #333; font-weight: bold; }
        .rank-2 { background: linear-gradient(135deg, #C0C0C0, #A9A9A9); color: #333; font-weight: bold; }
        .rank-3 { background: linear-gradient(135deg, #CD7F32, #B87333); color: white; font-weight: bold; }
        
        .framework-box {
            background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
            border-radius: 12px;
            padding: 25px;
            margin: 20px 0;
            border-left: 5px solid #059669;
        }
        
        .dimension-card {
            background: white;
            border-radius: 8px;
            padding: 15px;
            margin: 10px 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            display: flex;
            align-items: center;
        }
        
        .dimension-letter {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #059669 0%, #065f46 100%);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5em;
            font-weight: bold;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .dimension-info h4 {
            color: #1e3c72;
            margin-bottom: 5px;
        }
        
        .dimension-info p {
            color: #666;
            font-size: 0.9em;
        }
        
        .weight-badge {
            display: inline-block;
            background: #059669;
            color: white;
            padding: 3px 10px;
            border-radius: 12px;
            font-size: 0.8em;
            margin-left: 10px;
        }
        
        .city-card {
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin: 20px 0;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-top: 4px solid;
        }
        
        .city-sanya { border-top-color: #FF6B6B; }
        .city-haikou { border-top-color: #4ECDC4; }
        .city-xishuangbanna { border-top-color: #95E1D3; }
        .city-dali { border-top-color: #F38181; }
        .city-kunming { border-top-color: #AA96DA; }
        .city-panzhihua { border-top-color: #FF9F43; }
        
        .city-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .city-name {
            font-size: 1.4em;
            color: #1e3c72;
            font-weight: 700;
        }
        
        .city-rank {
            background: linear-gradient(135deg, #059669 0%, #065f46 100%);
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: bold;
        }
        
        .score-table {
            width: 100%;
            border-collapse: collapse;
            margin: 15px 0;
        }
        
        .score-table th, .score-table td {
            padding: 10px;
            text-align: left;
            border-bottom: 1px solid #eee;
        }
        
        .score-table th {
            background: #f8f9fa;
            color: #1e3c72;
            font-weight: 600;
            width: 100px;
        }
        
        .score-badge {
            display: inline-block;
            padding: 3px 12px;
            border-radius: 15px;
            font-weight: bold;
            font-size: 0.9em;
        }
        
        .score-high { background: #d4edda; color: #155724; }
        .score-mid { background: #fff3cd; color: #856404; }
        .score-low { background: #f8d7da; color: #721c24; }
        
        .highlight-box {
            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
            border-radius: 8px;
            padding: 15px;
            margin: 15px 0;
        }
        
        .highlight-box strong {
            color: #1e3c72;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 0.9em;
        }
        
        .comparison-table th {
            background: #1e3c72;
            color: white;
            padding: 12px 8px;
            text-align: center;
        }
        
        .comparison-table td {
            padding: 12px 8px;
            text-align: center;
            border-bottom: 1px solid #ddd;
        }
        
        .comparison-table tr:nth-child(even) {
            background: #f8f9fa;
        }
        
        .tag {
            display: inline-block;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.8em;
            margin: 2px;
        }
        
        .tag-blue { background: #e3f2fd; color: #1565c0; }
        .tag-green { background: #e8f5e9; color: #2e7d32; }
        .tag-orange { background: #fff3e0; color: #ef6c00; }
        .tag-purple { background: #f3e5f5; color: #7b1fa2; }
        
        .advice-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
        
        .advice-card {
            background: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
            border-left: 4px solid #059669;
        }
        
        .advice-card h4 {
            color: #1e3c72;
            margin-bottom: 10px;
        }
        
        .footer {
            background: #f8f9fa;
            padding: 30px;
            text-align: center;
            color: #666;
            font-size: 0.9em;
        }
        
        @media (max-width: 768px) {
            .header h1 { font-size: 1.5em; }
            .content { padding: 20px; }
            .ranking-table { font-size: 0.8em; }
            .ranking-table th, .ranking-table td { padding: 10px 6px; }
            .city-header { flex-direction: column; align-items: flex-start; }
        }

        /* ===== Tab 导航样式 ===== */
        .tab-nav {
            display: flex;
            border-bottom: 2px solid #e5e7eb;
            background: #f8f9fa;
            padding: 0 25px;
            overflow-x: auto;
        }
        .tab-nav::-webkit-scrollbar { display: none; }
        .tab-btn {
            padding: 12px 24px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            border: none;
            background: none;
            color: #999;
            border-bottom: 3px solid transparent;
            margin-bottom: -2px;
            transition: all 0.2s;
            white-space: nowrap;
        }
        .tab-btn:hover { color: #059669; }
        .tab-btn.active {
            color: #059669;
            border-bottom-color: #059669;
        }
        .tab-pane { display: none; }
        .tab-pane.active { display: block; }

        /* ===== 城市卡片网格（总览Tab） ===== */
        .city-cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            margin: 28px 0;
            padding: 0 32px;
        }
        @media(max-width: 1100px) {
            .city-cards-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; padding: 0 24px; }
        }
        @media(max-width: 768px) {
            .city-cards-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 16px; }
        }
        .city-cards-grid .city-card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
            transition: all 0.25s;
            text-decoration: none;
            color: inherit;
            display: block;
            border: 1px solid #e5e7eb;
            margin: 0;
            padding: 0;
            border-top: none;
        }
        .city-cards-grid .city-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 24px rgba(0,0,0,0.12);
            border-color: #cbd5e0;
        }
        .global-case {
            cursor: pointer;
            text-decoration: none;
            color: inherit;
        }
        .sort-tags {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
        }
        .sort-tags-label {
            font-size: 13px;
            color: #718096;
            font-weight: 500;
            white-space: nowrap;
        }
        .sort-tag {
            padding: 6px 16px;
            font-size: 13px;
            font-weight: 500;
            color: #4a5568;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            cursor: pointer;
            transition: all 0.2s;
            white-space: nowrap;
        }
        .sort-tag:hover {
            background: #f1f5f9;
            border-color: #cbd5e0;
            color: #334155;
        }
        .sort-tag.active {
            background: #059669;
            color: #fff;
            border-color: #059669;
            font-weight: 600;
        }
        .sort-tag:active {
            transform: scale(0.97);
        }
        .sort-arrows {
            display: inline-flex;
            flex-direction: row;
            align-items: center;
            margin-left: 4px;
            vertical-align: middle;
            line-height: 1;
            gap: 1px;
        }
        .sa-up, .sa-down {
            color: #cbd5e0;
            font-size: 10px;
            transition: all 0.15s ease;
            display: inline-block;
            line-height: 1;
        }
        .sort-tag.active .sa-up.on,
        .sort-tag.active .sa-down.on {
            color: #ffffff;
            font-weight: 900;
            text-shadow: none;
        }
        .city-cards-grid .city-card-header {
            padding: 20px 22px 18px;
            color: #fff;
            position: relative;
        }
        .city-cards-grid .city-card-icon {
            font-size: 28px;
            display: block;
            margin-bottom: 6px;
        }
        .city-cards-grid .city-card-title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 2px;
        }
        .city-cards-grid .city-card-province {
            font-size: 12px;
            opacity: 0.85;
        }
        .city-cards-grid .city-card-body {
            padding: 18px 22px 22px;
        }
        .city-cards-grid .city-card-tag {
            display: inline-block;
            padding: 3px 10px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 600;
            margin-bottom: 10px;
            margin-left: 0;
        }
        .city-cards-grid .city-card-stats {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-bottom: 12px;
        }
        .city-cards-grid .city-card-stat {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 10px 8px;
            text-align: center;
            border: 1px solid #f0f0f0;
            transition: all 0.2s;
        }
        .city-cards-grid .city-card:hover .city-card-stat {
            border-color: #e2e8f0;
        }
        .city-cards-grid .city-card-body {
            position: relative;
        }
        .city-cards-grid .city-card .official-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: linear-gradient(135deg, #059669 0%, #10b981 100%);
            color: white;
            font-size: 10px;
            font-weight: 600;
            padding: 2px 8px;
            border-radius: 10px;
            z-index: 2;
        }
        .city-cards-grid .city-card-stat .cc-num {
            display: block;
            font-size: 17px;
            font-weight: 700;
            color: #1e3c72;
            margin-bottom: 3px;
            line-height: 1.2;
        }
        .city-cards-grid .city-card-stat .cc-num.has-data {
            color: #059669;
        }
        .city-cards-grid .city-card-stat .cc-lbl {
            font-size: 11px;
            color: #718096;
            line-height: 1.4;
            display: block;
        }
        .city-cards-grid .city-card-season,
        .city-cards-grid .city-card-cost,
        .city-cards-grid .city-card-source {
            font-size: 12px;
            color: #666;
            margin-top: 4px;
        }
        .city-cards-grid .city-card-season::before {
            content: "📅 ";
        }
        .city-cards-grid .city-card-cost::before {
            content: "💰 ";
        }
        .city-cards-grid .city-card-source::before {
            content: "👥 ";
        }
        .city-cards-grid .city-card-source {
            color: #059669;
            font-size: 11px;
            background: #f0fdf4;
            padding: 2px 8px;
            border-radius: 10px;
            display: inline-block;
            margin-top: 6px;
        }
        .city-cards-grid .city-card-stat .cc-lbl a {
            color: #059669;
            text-decoration: underline;
            text-decoration-style: dotted;
        }
        .city-cards-grid .city-card-stat .cc-lbl a:hover {
            color: #047857;
        }

        /* ===== 昆明Tab专属样式 ===== */
        .km-hero {
            background: linear-gradient(135deg, #059669 0%, #065f46 100%);
            color: #fff;
            padding: 35px 40px 28px;
            border-bottom: 3px solid #fbbf24;
        }
        .km-hero h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 8px;
        }
        .km-hero p { font-size: 14px; opacity: 0.88; line-height: 1.7; }
        .km-kpi-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 16px;
            padding: 28px 40px;
            background: #f7fafc;
        }
        #top-three-cards { grid-template-columns: repeat(3, 1fr); }
        .km-kpi {
            background: #fff;
            border-radius: 10px;
            padding: 18px 20px;
            border-left: 4px solid #2d6a4f;
            box-shadow: 0 2px 8px rgba(0,0,0,0.06);
        }
        .km-kpi .kpi-label { font-size: 12px; color: #718096; margin-bottom: 6px; }
        .km-kpi .kpi-value { font-size: 22px; font-weight: 700; color: #065f46; }
        .km-kpi .kpi-sub { font-size: 11px; color: #a0aec0; margin-top: 4px; }
        .km-kpi .kpi-tag { display:inline-block; font-size:11px; background:#ecfdf5; color:#065f46; border-radius:4px; padding:2px 7px; margin-top:5px; }
        .km-section {
            padding: 28px 48px;
            border-bottom: 1px solid #d1fae5;
        }
        .km-section-title {
            font-size: 19px;
            font-weight: 700;
            color: #065f46;
            margin-bottom: 20px;
            padding-left: 14px;
            border-left: 4px solid #2d6a4f;
        }
        .km-timeline {
            position: relative;
            padding-left: 30px;
            margin-top: 10px;
        }
        .km-timeline::before {
            content: '';
            position: absolute;
            left: 8px; top: 0; bottom: 0;
            width: 2px;
            background: linear-gradient(to bottom, #059669, #065f46);
        }
        .km-tl-item {
            position: relative;
            margin-bottom: 22px;
            padding: 16px 20px;
            background: #f7fafc;
            border-radius: 10px;
            border: 1px solid #d1fae5;
        }
        .km-tl-item::before {
            content: '';
            position: absolute;
            left: -26px; top: 20px;
            width: 12px; height: 12px;
            border-radius: 50%;
            background: #fbbf24;
            border: 2px solid #fff;
            box-shadow: 0 0 0 2px #2d6a4f;
        }
        .km-tl-year {
            font-size: 13px;
            font-weight: 700;
            color: #2d6a4f;
            margin-bottom: 5px;
        }
        .km-tl-text { font-size: 14px; color: #4a5568; line-height: 1.7; }
        .km-success-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 18px;
        }
        .km-card {
            background: #fff;
            border-radius: 12px;
            padding: 20px 22px;
            border: 1px solid #d1fae5;
            box-shadow: 0 2px 10px rgba(0,0,0,0.06);
        }
        .km-card h4 {
            font-size: 15px;
            font-weight: 700;
            color: #065f46;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .km-card p, .km-card li { font-size: 13.5px; color: #4a5568; line-height: 1.7; }
        .km-card ul { padding-left: 16px; margin-top: 6px; }
        .km-card.green { border-top: 3px solid #38a169; }
        .km-card.blue { border-top: 3px solid #10b981; }
        .km-card.orange { border-top: 3px solid #dd6b20; }
        .km-card.purple { border-top: 3px solid #10b981; }
        .km-card.teal { border-top: 3px solid #319795; }
        .km-card.red { border-top: 3px solid #e53e3e; }
        .km-weakness-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 16px;
        }
        .km-weakness {
            background: #fff5f5;
            border: 1px solid #fed7d7;
            border-radius: 10px;
            padding: 18px 20px;
        }
        .km-weakness h4 {
            color: #c53030;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 8px;
        }
        .km-weakness p { font-size: 13px; color: #742a2a; line-height: 1.7; }
        .km-future-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 18px;
        }
        .km-future-card {
            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
            border-radius: 12px;
            padding: 20px 22px;
            border: 1px solid #a7f3d0;
        }
        .km-future-card h4 {
            font-size: 15px;
            font-weight: 700;
            color: #065f46;
            margin-bottom: 10px;
        }
        .km-future-card p, .km-future-card li { font-size: 13.5px; color: #2a4365; line-height: 1.7; }
        .km-future-card ul { padding-left: 16px; margin-top: 6px; }
        .km-compare-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 13.5px;
        }
        .km-compare-table th {
            background: #065f46;
            color: #fff;
            padding: 10px 14px;
            text-align: left;
        }
        .km-compare-table td {
            padding: 10px 14px;
            border-bottom: 1px solid #d1fae5;
            color: #4a5568;
        }
        .km-compare-table tr:nth-child(even) td { background: #f7fafc; }
        .km-tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
        .km-tag {
            font-size: 12px;
            padding: 3px 10px;
            border-radius: 12px;
            background: #d1fae5;
            color: #047857;
            font-weight: 600;
        }
        .km-tag.green { background: #c6f6d5; color: #276749; }
        .km-tag.blue { background: #a7f3d0; color: #2a4365; }
        .km-tag.orange { background: #feebc8; color: #7b341e; }
        .km-tag.red { background: #fed7d7; color: #822727; }
        .km-source {
            font-size: 11px;
            color: #a0aec0;
            margin-top: 12px;
            padding-top: 10px;
            border-top: 1px dashed #d1fae5;
        }
        @media (max-width: 768px) {
            .km-kpi-row, .km-success-grid, .km-weakness-grid, .km-future-grid { grid-template-columns: 1fr; }
            #top-three-cards { grid-template-columns: 1fr; }
            .km-hero, .km-section, .km-kpi-row { padding-left: 20px; padding-right: 20px; }
        }

        /* ===== 分析Tab公共样式 ===== */
        .ana-hero {
            color: #fff;
            padding: 35px 40px 28px;
        }
        .ana-hero.factor {
            background: linear-gradient(135deg, #059669 0%, #065f46 100%);
            border-bottom: 3px solid #fbbf24;
        }
        .ana-hero.gov {
            background: linear-gradient(135deg, #047857 0%, #065f46 100%);
            border-bottom: 3px solid #fbbf24;
        }
        .ana-hero h2 { font-size: 26px; font-weight: 700; margin-bottom: 8px; }
        .ana-hero p { font-size: 14px; opacity: 0.88; line-height: 1.7; }

        /* 漏斗模型 */
        .funnel-wrap {
            max-width: 700px;
            margin: 24px auto 0;
        }
        .funnel-level {
            position: relative;
            margin: 0 auto 6px;
            border-radius: 8px;
            color: #fff;
            text-align: center;
            transition: transform .2s;
        }
        .funnel-level:hover { transform: scale(1.02); }
        .funnel-level.l1 { background: linear-gradient(90deg, #059669, #10b981); width: 100%; padding: 18px 24px; }
        .funnel-level.l2 { background: linear-gradient(90deg, #047857, #059669); width: 82%; padding: 18px 24px; }
        .funnel-level.l3 { background: linear-gradient(90deg, #38a169, #48bb78); width: 60%; padding: 18px 24px; }
        .funnel-label { font-size: 16px; font-weight: 700; }
        .funnel-sub { font-size: 12px; opacity: 0.85; margin-top: 4px; }
        .funnel-items {
            display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 10px;
        }
        .funnel-item {
            font-size: 11.5px; background: rgba(255,255,255,0.2); border-radius: 20px; padding: 3px 12px;
        }

        /* 城市评级卡 */
        .rating-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
            gap: 14px;
        }
        .rating-card {
            border-radius: 12px;
            padding: 18px 16px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        }
        .rating-card.a { background: linear-gradient(135deg, #ecfdf5 0%, #c6f6d5 100%); border: 2px solid #38a169; }
        .rating-card.bp { background: linear-gradient(135deg, #fefcbf 0%, #fefce8 100%); border: 2px solid #d69e2e; }
        .rating-card.b { background: linear-gradient(135deg, #fefce8 0%, #fffaf0 100%); border: 2px solid #ed8936; }
        .rating-city { font-size: 18px; font-weight: 700; color: #065f46; }
        .rating-grade { display: inline-block; font-size: 28px; font-weight: 800; margin: 6px 0; }
        .rating-card.a .rating-grade { color: #38a169; }
        .rating-card.bp .rating-grade { color: #d69e2e; }
        .rating-card.b .rating-grade { color: #ed8936; }
        .rating-note { font-size: 11.5px; color: #718096; line-height: 1.5; }

        /* 政府举措卡 */
        .gov-city-section { padding: 28px 40px; border-bottom: 1px solid #d1fae5; }
        .gov-city-header {
            display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
            padding-bottom: 12px; border-bottom: 2px solid #ed8936;
        }
        .gov-city-icon { font-size: 28px; }
        .gov-city-name { font-size: 20px; font-weight: 700; color: #065f46; }
        .gov-city-kpi {
            display: inline-block; font-size: 12px; background: #ecfdf5; color: #065f46;
            border-radius: 4px; padding: 2px 8px; margin-left: 8px; font-weight: 600;
        }
        .gov-measure-list { list-style: none; padding: 0; }
        .gov-measure-item {
            position: relative;
            padding: 14px 18px 14px 52px;
            margin-bottom: 12px;
            background: #fff;
            border-radius: 10px;
            border: 1px solid #d1fae5;
            box-shadow: 0 1px 4px rgba(0,0,0,0.04);
        }
        .gov-measure-item::before {
            content: attr(data-icon);
            position: absolute; left: 16px; top: 15px;
            font-size: 20px;
        }
        .gov-measure-title {
            font-size: 14.5px; font-weight: 700; color: #2d3748; margin-bottom: 4px;
        }
        .gov-measure-desc { font-size: 13px; color: #4a5568; line-height: 1.7; }
        .gov-effect {
            display: inline-block; margin-top: 8px; font-size: 12px; font-weight: 600;
            background: #f0fff4; color: #276749; border: 1px solid #c6f6d5;
            border-radius: 4px; padding: 3px 10px;
        }
        .gov-effect.warn {
            background: #fffaf0; color: #975a16; border-color: #feebc8;
        }
        .gov-role-badge {
            display: inline-block; font-size: 11px; font-weight: 700;
            border-radius: 4px; padding: 2px 8px; margin-right: 6px; vertical-align: middle;
        }
        .gov-role-badge.definer { background: #d1fae5; color: #047857; }
        .gov-role-badge.investor { background: #a7f3d0; color: #2a4365; }
        .gov-role-badge.subsidizer { background: #c6f6d5; color: #276749; }
        .gov-role-badge.promoter { background: #feebc8; color: #7b341e; }
        .gov-sum-row {
            display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; padding-top: 16px;
            border-top: 1px dashed #d1fae5;
        }
        .gov-sum-item {
            flex: 1; min-width: 200px;
            background: #f7fafc; border-radius: 8px; padding: 14px 16px;
            border-left: 4px solid #ed8936;
        }
        .gov-sum-label { font-size: 12px; color: #718096; }
        .gov-sum-value { font-size: 15px; font-weight: 700; color: #065f46; margin-top: 4px; }

        /* 互嵌社区卡 */
        .highlight-box {
            background: linear-gradient(135deg, #fffff0 0%, #f0fff4 100%);
            border: 2px solid #68d391;
            border-radius: 12px;
            padding: 20px 22px;
            margin-top: 16px;
        }
        .highlight-box h4 {
            font-size: 15px; font-weight: 700; color: #276749; margin-bottom: 8px;
        }
        .highlight-box p, .highlight-box li { font-size: 13px; color: #2d3748; line-height: 1.8; }

        @media (max-width: 768px) {
            .ana-hero, .gov-city-section { padding-left: 20px; padding-right: 20px; }
            .rating-grid { grid-template-columns: repeat(2, 1fr); }
            .gov-measure-item { padding-left: 42px; }
            .funnel-level.l1, .funnel-level.l2, .funnel-level.l3 { width: 100%; }
        }

        /* ===== 统一头部 ===== */
        body{padding:0;margin:0;}

        /* 返回顶部按钮 */
        #backToTop{position:fixed;bottom:30px;right:30px;z-index:999;width:44px;height:44px;border-radius:50%;border:none;background:#059669;color:#fff;font-size:20px;font-weight:700;cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,0.2);display:flex;align-items:center;justify-content:center;}
        @media(max-width:768px){#backToTop{bottom:20px;right:20px;width:40px;height:40px;font-size:18px;}}
        @media(max-width:768px){.tab-nav{overflow-x:auto;flex-wrap:nowrap;gap:0;padding:0 10px;-webkit-overflow-scrolling:touch;}.tab-btn{padding:10px 14px;font-size:12px;white-space:nowrap;}}