:root {
            --main: #38bdf8;
            --accent: #a78bfa;
            --bg-deep: #0f172a;
            --text-light: #e2e8f0;
            --text-muted: #94a3b8;
            --card-bg: rgba(30, 41, 59, 0.7);
            --shadow-heavy: 0 20px 30px -10px rgba(2, 6, 23, 0.8), 0 8px 20px rgba(0,0,0,0.6);
            --glow-grad: radial-gradient(circle at 20% 30%, rgba(56,189,248,0.15), transparent 40%),
                          radial-gradient(circle at 80% 10%, rgba(167,139,250,0.2), transparent 35%);
        }

        * {
            box-sizing: border-box;
        }

        body {
            background-color: var(--bg-deep);
            color: var(--text-light);
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            line-height: 1.6;
            background-image: var(--glow-grad);
            background-attachment: fixed;
            overflow-x: hidden;
        }

        /* 拟物厚重感:大投影 + 内高光 */
        .neo-card {
            background: linear-gradient(145deg, #1e293b, #0f172a);
            border-radius: 1.75rem;
            box-shadow: var(--shadow-heavy), inset 0 1px 2px rgba(255,255,255,0.06);
            border: 1px solid rgba(148, 163, 184, 0.15);
            backdrop-filter: blur(4px);
        }

        .navbar-game {
            background: rgba(15, 23, 42, 0.8);
            backdrop-filter: blur(18px);
            border-bottom: 1px solid rgba(148, 163, 184, 0.2);
            box-shadow: 0 15px 30px -15px rgba(0,0,0,0.8);
            padding: 0.8rem 0;
            z-index: 100;
        }

        .navbar-brand {
            font-weight: 900;
            font-size: 2.2rem;
            letter-spacing: -0.02em;
            background: linear-gradient(130deg, var(--main), var(--accent));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-shadow: 0 4px 20px rgba(56,189,248,0.2);
            margin-right: 2rem;
        }

        .navbar-nav .nav-link {
            color: var(--text-light);
            font-weight: 500;
            margin: 0 0.8rem;
            transition: all 0.2s;
            border-bottom: 2px solid transparent;
            padding-bottom: 4px;
        }
        .navbar-nav .nav-link:hover {
            color: var(--main);
            border-bottom-color: var(--main);
        }

        .btn-outline-soft {
            border: 1px solid var(--accent);
            color: var(--accent);
            border-radius: 40px;
            padding: 0.4rem 1.4rem;
            font-weight: 600;
            transition: 0.2s;
        }
        .btn-outline-soft:hover {
            background: var(--accent);
            color: #0f172a;
            box-shadow: 0 0 20px rgba(167,139,250,0.3);
        }

        .hero-section {
            position: relative;
            padding: 5rem 0 4rem;
            background-image: url("{随机图片}");
            background-size: cover;
            background-position: center 30%;
            isolation: isolate;
            min-height: 70vh;
            display: flex;
            align-items: center;
        }
        .hero-section::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(120deg, rgba(15,23,42,0.9) 20%, rgba(15,23,42,0.5) 80%);
            z-index: -1;
        }

        .hero-stats {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            margin-bottom: 2.5rem;
        }
        .stat-item {
            font-weight: 800;
            font-size: 3.2rem;
            line-height: 1;
            font-family: 'Courier New', monospace;
            color: var(--main);
            text-shadow: 0 0 20px rgba(56,189,248,0.6);
        }
        .stat-label {
            font-size: 0.8rem;
            letter-spacing: 2px;
            color: var(--text-muted);
            font-weight: 500;
        }

        .display-hero {
            font-size: 3.8rem;
            font-weight: 900;
            letter-spacing: -0.02em;
            line-height: 1.2;
            background: linear-gradient(160deg, #fff, var(--text-light));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 1.5rem;
        }

        .lede {
            font-size: 1.2rem;
            color: #cbd5e1;
            max-width: 650px;
        }

        /* 特色卡片网格 */
        .feature-card {
            transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1);
            opacity: 0;
            transform: translateY(30px);
            animation: riseIn 0.6s forwards;
            background: rgba(30, 41, 59, 0.6);
            backdrop-filter: blur(8px);
            border-radius: 2rem;
            padding: 1.8rem 1.5rem;
            border: 1px solid rgba(148,163,184,0.2);
            box-shadow: 0 10px 20px -5px rgba(0,0,0,0.5);
        }
        .feature-card:nth-child(1) { animation-delay: 0.1s; }
        .feature-card:nth-child(2) { animation-delay: 0.3s; }
        .feature-card:nth-child(3) { animation-delay: 0.5s; }
        .feature-card:nth-child(4) { animation-delay: 0.7s; }

        @keyframes riseIn {
            to { opacity: 1; transform: translateY(0); }
        }

        .feature-icon {
            font-size: 2.5rem;
            background: linear-gradient(135deg, var(--main), var(--accent));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 1rem;
        }

        /* FAQ 折叠样式 */
        .accordion-item {
            background: rgba(15, 23, 42, 0.8);
            border: 1px solid rgba(148,163,184,0.2);
            margin-bottom: 1rem;
            border-radius: 1rem !important;
            overflow: hidden;
        }
        .accordion-button {
            background: #1e293b;
            color: var(--text-light);
            font-weight: 600;
            box-shadow: none;
            padding: 1.2rem 1.5rem;
        }
        .accordion-button:not(.collapsed) {
            background: #0f172a;
            color: var(--main);
            box-shadow: 0 0 0 0.2rem rgba(56,189,248,0.1);
        }
        .accordion-button::after {
            filter: invert(0.8);
        }
        .accordion-body {
            background: #0b1222;
            color: #cbd5e1;
            border-top: 1px solid rgba(148,163,184,0.1);
        }

        /* 步骤条 */
        .step-rail {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }
        .step-item {
            display: flex;
            gap: 1.5rem;
            align-items: flex-start;
        }
        .step-num {
            font-size: 2.8rem;
            font-weight: 900;
            font-family: 'Courier New', monospace;
            color: var(--accent);
            text-shadow: 0 0 15px rgba(167,139,250,0.5);
            line-height: 1;
            min-width: 70px;
        }

        .hover-zoom {
            transition: transform 0.4s ease, box-shadow 0.3s;
        }
        .hover-zoom:hover {
            transform: scale(1.02);
            box-shadow: 0 25px 40px -12px rgba(56,189,248,0.2);
        }

        .cta-section {
            background: linear-gradient(150deg, #1e293b, #0f172a);
            border-top: 1px solid rgba(148,163,184,0.2);
            border-bottom: 1px solid rgba(148,163,184,0.2);
        }

        .footer-links a {
            color: var(--text-muted);
            text-decoration: none;
            margin: 0 0.8rem;
            transition: 0.2s;
        }
        .footer-links a:hover {
            color: var(--main);
        }

        /* 数字滚动效果 (纯JS) */
        .count-num {
            font-variant-numeric: tabular-nums;
        }

        /* 杂志封面感:超大标题+阴影 */
        .section-tag {
            color: var(--accent);
            letter-spacing: 3px;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.9rem;
        }

        .bg-blob {
            position: absolute;
            width: 400px;
            height: 400px;
            filter: blur(80px);
            opacity: 0.15;
            border-radius: 50%;
            background: var(--accent);
            z-index: -2;
        }

        @media (max-width: 768px) {
            .display-hero { font-size: 2.8rem; }
            .navbar-brand { font-size: 1.8rem; }
        }

/* --- 子页面追加 --- */
/* 本页专属小量样式，自动合并进站点CSS */
        .guide-hero {
            background: var(--glow-grad), var(--bg-deep);
            padding: 100px 0 70px;
        }
.guide-card {
            background: var(--card-bg);
            border: 1px solid rgba(148, 163, 184, 0.2);
            border-radius: 16px;
            padding: 32px;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
.guide-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-heavy);
        }
.guide-card .icon-wrap {
            width: 56px;
            height: 56px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(167, 139, 250, 0.15));
            color: var(--main);
            font-size: 1.4rem;
            margin-bottom: 18px;
        }
.guide-card h3 {
            color: var(--text-light);
            font-weight: 700;
            font-size: 1.2rem;
            margin-bottom: 12px;
        }
.guide-card p {
            color: var(--text-muted);
            font-size: 0.92rem;
            line-height: 1.7;
            margin-bottom: 0;
        }
.guide-card ul {
            padding-left: 18px;
            color: var(--text-muted);
            font-size: 0.92rem;
            line-height: 1.9;
            margin-bottom: 0;
        }
.guide-card ul li::marker {
            color: var(--main);
        }
.step-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--main), var(--accent));
            color: #fff;
            font-weight: 700;
            font-size: 0.85rem;
            margin-right: 10px;
            flex-shrink: 0;
        }
.faq-answer {
            color: var(--text-muted);
            line-height: 1.8;
            font-size: 0.95rem;
            padding: 16px 20px;
            background: rgba(15, 23, 42, 0.6);
            border-left: 3px solid var(--main);
            border-radius: 0 12px 12px 0;
        }
.section-pad {
            padding: 80px 0;
        }
.guide-hero { padding: 70px 0 50px; }
.section-pad { padding: 60px 0; }

/* --- 子页面追加 --- */
/* 确保 bootstrap 组件不出现白底黑字 —— 覆盖核心组件 */
        .card, .card-body, .card-title, .card-text, .card-header, .card-footer,
        .list-group-item, .accordion-item, .accordion-button, .accordion-body,
        .modal-content, .modal-header, .modal-body, .dropdown-menu, .dropdown-item {
            background: var(--card-bg);
            color: var(--text-light);
            border-color: rgba(148,163,184,0.2);
        }
.form-control, .form-select {
            background: rgba(0,0,0,.35);
            color: var(--text-light);
            border-color: rgba(148,163,184,0.3);
        }
.form-control::placeholder {
            color: rgba(255,255,255,.45);
        }
/* 导航栏链接确保样式统一 */
        .navbar-game .navbar-nav .nav-link {
            color: var(--text-muted);
        }
.navbar-game .navbar-nav .nav-link.active {
            color: var(--main);
            font-weight: 600;
            text-shadow: 0 0 8px rgba(56,189,248,0.3);
        }
/* 榜单卡片特有 */
        .rank-badge {
            background: linear-gradient(135deg, var(--main), var(--accent));
            color: #0f172a;
            font-weight: 800;
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            box-shadow: 0 8px 20px rgba(56,189,248,0.2);
        }
.rank-card {
            transition: transform .25s ease, box-shadow .25s ease;
        }
.rank-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-heavy);
        }
.genre-chip {
            background: rgba(56,189,248,0.12);
            color: var(--main);
            padding: 2px 12px;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 500;
            letter-spacing: .3px;
        }
.podium-icon {
            color: #fbbf24;
        }
/* 页脚与首页一致 */
        footer a {
            color: var(--text-muted);
            text-decoration: none;
        }
footer a:hover {
            color: var(--main);
        }

/* --- 子页面追加 --- */
/* 本页专属样式 */
        .join-hero {
            background: var(--glow-grad), var(--bg-deep);
            padding: 100px 0 60px;
            position: relative;
            overflow: hidden;
        }
.join-hero .display-hero {
            font-size: clamp(2.2rem, 5vw, 3.5rem);
            font-weight: 800;
            line-height: 1.15;
            margin-bottom: 20px;
        }
.join-hero .lede {
            max-width: 680px;
            margin: 0 auto 30px;
            color: var(--text-muted);
            font-size: 1.1rem;
        }
.apply-card {
            background: var(--card-bg);
            border-radius: 20px;
            padding: 40px;
            box-shadow: var(--shadow-heavy);
            border: 1px solid rgba(148, 163, 184, 0.15);
            backdrop-filter: blur(12px);
        }
.form-label {
            color: var(--text-light);
            font-weight: 500;
            margin-bottom: 8px;
            font-size: 0.95rem;
        }
.form-control {
            background: rgba(2, 6, 23, 0.6);
            border: 1px solid rgba(148, 163, 184, 0.25);
            color: var(--text-light);
            border-radius: 10px;
            padding: 12px 16px;
            transition: border-color 0.2s ease;
        }
.form-control:focus {
            background: rgba(2, 6, 23, 0.8);
            border-color: var(--main);
            color: var(--text-light);
            box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.1);
        }
.form-select option {
            background: #0f172a;
            color: var(--text-light);
        }
.form-check-input {
            background: rgba(2, 6, 23, 0.6);
            border-color: rgba(148, 163, 184, 0.3);
        }
.form-check-input:checked {
            background-color: var(--main);
            border-color: var(--main);
        }
.form-check-label {
            color: var(--text-muted);
            font-size: 0.9rem;
        }
.btn-submit {
            background: linear-gradient(135deg, var(--main), var(--accent));
            color: #fff;
            border: none;
            padding: 14px 40px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(56, 189, 248, 0.3);
        }
.btn-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(56, 189, 248, 0.4);
            color: #fff;
        }
.benefit-item {
            background: var(--card-bg);
            border-radius: 16px;
            padding: 24px;
            border: 1px solid rgba(148, 163, 184, 0.12);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }
.benefit-item:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-heavy);
        }
.benefit-icon {
            font-size: 2rem;
            margin-bottom: 16px;
            background: linear-gradient(135deg, var(--main), var(--accent));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
.benefit-item h4 {
            color: var(--text-light);
            font-weight: 600;
            font-size: 1.1rem;
            margin-bottom: 10px;
        }
.benefit-item p {
            color: var(--text-muted);
            font-size: 0.9rem;
            line-height: 1.6;
            margin: 0;
        }
.process-step {
            display: flex;
            gap: 20px;
            margin-bottom: 30px;
            position: relative;
        }
.process-step:last-child {
            margin-bottom: 0;
        }
.step-number {
            flex-shrink: 0;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--main), var(--accent));
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.1rem;
            color: #fff;
            box-shadow: 0 4px 12px rgba(56, 189, 248, 0.3);
        }
.process-step .step-content {
            flex: 1;
        }
.process-step .step-content h5 {
            color: var(--text-light);
            font-weight: 600;
            margin-bottom: 6px;
        }
.process-step .step-content p {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.6;
            margin: 0;
        }
.requirement-tag {
            display: inline-block;
            background: rgba(56, 189, 248, 0.1);
            color: var(--main);
            padding: 6px 16px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            margin: 4px;
        }
.faq-item {
            background: var(--card-bg);
            border-radius: 14px;
            padding: 24px;
            margin-bottom: 16px;
            border: 1px solid rgba(148, 163, 184, 0.12);
            transition: border-color 0.2s ease;
        }
.faq-item:hover {
            border-color: rgba(56, 189, 248, 0.3);
        }
.faq-item h5 {
            color: var(--text-light);
            font-weight: 600;
            margin-bottom: 8px;
            font-size: 1rem;
        }
.faq-item p {
            color: var(--text-muted);
            font-size: 0.9rem;
            line-height: 1.7;
            margin: 0;
        }
.section-spacing {
            padding: 70px 0;
        }

/* --- 子页面追加 --- */
.privacy-section {
            padding: 80px 0;
            position: relative;
        }
.privacy-section:nth-child(even) {
            background: rgba(15, 23, 42, 0.4);
        }
.privacy-card {
            background: var(--card-bg);
            border: 1px solid rgba(148, 163, 184, 0.15);
            border-radius: 16px;
            padding: 2.5rem;
            margin-bottom: 2rem;
            backdrop-filter: blur(12px);
            box-shadow: var(--shadow-heavy);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
.privacy-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 25px 35px -12px rgba(56, 189, 248, 0.2), 0 8px 20px rgba(0,0,0,0.6);
        }
.privacy-icon {
            font-size: 2rem;
            background: linear-gradient(135deg, var(--main), var(--accent));
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 1rem;
            display: inline-block;
        }
.privacy-list {
            list-style: none;
            padding: 0;
            margin: 1.5rem 0 0 0;
        }
.privacy-list li {
            padding: 0.75rem 0;
            padding-left: 2rem;
            position: relative;
            color: var(--text-light);
            border-bottom: 1px solid rgba(148, 163, 184, 0.1);
        }
.privacy-list li:last-child {
            border-bottom: none;
        }
.privacy-list li::before {
            content: "\f058";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            color: var(--main);
            opacity: 0.8;
        }
.privacy-note {
            background: linear-gradient(135deg, rgba(56, 189, 248, 0.1), rgba(167, 139, 250, 0.1));
            border-left: 3px solid var(--main);
            padding: 1.25rem 1.5rem;
            border-radius: 0 12px 12px 0;
            margin: 2rem 0;
            color: var(--text-muted);
            font-size: 0.95rem;
        }
.privacy-highlight {
            color: var(--main);
            font-weight: 600;
        }
.privacy-muted {
            color: var(--text-muted);
        }
.privacy-date {
            color: var(--accent);
            font-weight: 500;
        }
.privacy-table {
            width: 100%;
            margin: 1.5rem 0;
            border-collapse: separate;
            border-spacing: 0 0.5rem;
        }
.privacy-table th {
            color: var(--accent);
            font-weight: 600;
            padding: 0.75rem 1rem;
            background: rgba(167, 139, 250, 0.1);
            border-radius: 8px 0 0 8px;
        }
.privacy-table td {
            color: var(--text-light);
            padding: 0.75rem 1rem;
            background: rgba(30, 41, 59, 0.5);
            border-radius: 0 8px 8px 0;
        }
.privacy-table tr td:first-child {
            border-radius: 8px 0 0 8px;
            background: rgba(56, 189, 248, 0.1);
            color: var(--main);
            font-weight: 500;
            min-width: 120px;
        }
.privacy-table tr td:last-child {
            border-radius: 0 8px 8px 0;
        }
.section-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(167, 139, 250, 0.15));
            color: var(--main);
            padding: 0.4rem 1.2rem;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-bottom: 1rem;
            border: 1px solid rgba(56, 189, 248, 0.3);
        }
.privacy-email {
            color: var(--accent);
            text-decoration: none;
            border-bottom: 1px dashed var(--accent);
            transition: all 0.3s ease;
        }
.privacy-email:hover {
            color: var(--main);
            border-bottom-color: var(--main);
        }
.hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 1.5rem;
            background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(167, 139, 250, 0.2));
            border: 1px solid rgba(56, 189, 248, 0.3);
            border-radius: 50px;
            color: var(--main);
            font-weight: 600;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
            backdrop-filter: blur(10px);
            margin-bottom: 1.5rem;
        }
.hero-badge i {
            color: var(--accent);
        }
.privacy-hero {
            position: relative;
            padding: 120px 0 80px;
            background: var(--glow-grad);
            overflow: hidden;
        }
.privacy-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(15, 23, 42, 0.7) 0%, var(--bg-deep) 100%);
            pointer-events: none;
        }
.privacy-hero .container {
            position: relative;
            z-index: 1;
        }
.privacy-toc {
            background: rgba(30, 41, 59, 0.5);
            border: 1px solid rgba(148, 163, 184, 0.2);
            border-radius: 16px;
            padding: 2rem;
            backdrop-filter: blur(10px);
            margin-bottom: 3rem;
        }
.privacy-toc h3 {
            color: var(--accent);
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
.privacy-toc ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 0.75rem;
        }
.privacy-toc li a {
            color: var(--text-muted);
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.5rem 0.75rem;
            border-radius: 8px;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }
.privacy-toc li a:hover {
            color: var(--main);
            background: rgba(56, 189, 248, 0.1);
            transform: translateX(4px);
        }
.privacy-toc li a i {
            font-size: 0.75rem;
            color: var(--accent);
        }
.privacy-footer-note {
            background: linear-gradient(135deg, rgba(167, 139, 250, 0.1), rgba(56, 189, 248, 0.1));
            border: 1px solid rgba(167, 139, 250, 0.3);
            border-radius: 12px;
            padding: 1.5rem;
            margin-top: 3rem;
            text-align: center;
            color: var(--text-muted);
        }
.privacy-footer-note a {
            color: var(--main);
            text-decoration: none;
            font-weight: 500;
        }
.privacy-footer-note a:hover {
            text-decoration: underline;
        }

/* --- 子页面追加 --- */
/* 确保Bootstrap组件与本站深色风格一致 */
        .accordion-item, .accordion-button, .accordion-body {
            background: var(--card-bg);
            color: var(--text-light);
            border: 1px solid rgba(148, 163, 184, 0.2);
        }
.accordion-button:focus {
            box-shadow: 0 0 0 0.2rem rgba(56, 189, 248, 0.2);
        }
/* 列表组覆盖 */
        .list-group-item {
            background: var(--card-bg);
            color: var(--text-light);
            border-color: rgba(148, 163, 184, 0.2);
        }
.list-group-item a {
            color: var(--main);
            text-decoration: none;
        }
.list-group-item a:hover {
            color: var(--accent);
            text-decoration: underline;
        }
/* 卡片覆盖 */
        .card, .card-body {
            background: var(--card-bg);
            color: var(--text-light);
            border-color: rgba(148, 163, 184, 0.2);
        }
/* 表格覆盖 */
        .table {
            --bs-table-bg: transparent;
            --bs-table-color: var(--text-light);
            --bs-table-border-color: rgba(148,163,184,0.2);
            color: var(--text-light);
        }
.table th, .table td {
            border-color: rgba(148,163,184,0.2);
        }
/* 自定义站点地图卡片样式 */
        .sitemap-card {
            background: var(--card-bg);
            border-radius: 1rem;
            padding: 1.5rem;
            box-shadow: var(--shadow-heavy);
            transition: transform 0.2s ease;
        }
.sitemap-card:hover {
            transform: translateY(-5px);
        }
.sitemap-card h3 {
            color: var(--main);
            font-weight: 700;
            font-size: 1.3rem;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
.sitemap-card ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }
.sitemap-card li {
            padding: 0.4rem 0;
            border-bottom: 1px dashed rgba(148,163,184,0.2);
        }
.sitemap-card li:last-child {
            border-bottom: none;
        }
.sitemap-card li a {
            color: var(--text-light);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.2s;
        }
.sitemap-card li a:hover {
            color: var(--accent);
        }
.sitemap-card li i {
            width: 20px;
            color: var(--main);
            margin-right: 8px;
        }

/* --- Bootstrap 组件配色适配(程序自动补,避免白底黑字) --- */
.accordion-header { background:transparent !important; }
