:root {
            --bg: #eee9de;
            --paper: #fffdf7;
            --line: #d6cab6;
            --ink: #2b2823;
            --muted: #6e675d;
            --brand: #7a3d1a;
            --brand-soft: #f6eee3;
        }
        body {
            margin: 0;
            padding: 22px 18px 34px;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0)),
                repeating-linear-gradient(0deg, rgba(122, 61, 26, 0.02) 0 1px, transparent 1px 28px),
                var(--bg);
            color: var(--ink);
            font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
            line-height: 1.88;
        }
        header {
            max-width: 1160px;
            margin: 0 auto 18px;
            padding: 24px 30px 30px;
            border: 1px solid #cabba3;
            background: var(--paper);
            box-shadow: 0 16px 36px rgba(78, 65, 43, 0.1);
        }
        .site-title {
            margin: 0 0 10px;
            font-size: 38px;
            line-height: 1.2;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }
        .site-subtitle {
            margin: 0;
            padding-top: 12px;
            border-top: 2px solid #d7c9b2;
            font-size: 14px;
            color: var(--muted);
            letter-spacing: 0.08em;
        }
        .top-nav-container {
            max-width: 1160px;
            margin: 0 auto 20px;
            padding: 14px 18px;
            border: 1px solid #d6cab6;
            background: rgba(255, 253, 247, 0.92);
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .nav-btn {
            display: inline-flex;
            align-items: center;
            padding: 6px 14px;
            border-right: 1px solid #d0c1a9;
            color: var(--brand);
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
        }
        .layout-shell {
            max-width: 1160px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 260px minmax(0, 1fr);
            gap: 20px;
        }
        .side-rail {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .rail-card {
            background: rgba(255, 253, 247, 0.95);
            border: 1px solid #d8cdbb;
            padding: 16px;
            box-shadow: 0 10px 24px rgba(92, 75, 51, 0.06);
        }
        .rail-card .breadcrumb,
        .rail-card .page-meta {
            margin: 0;
        }
        .article-stage {
            background: var(--paper);
            border: 1px solid #cfbea5;
            box-shadow: 0 18px 40px rgba(75, 59, 38, 0.1);
            padding: 42px 48px 50px;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            color: var(--muted);
            font-size: 13px;
        }
        .breadcrumb a {
            color: var(--brand);
            text-decoration: none;
            font-weight: 700;
        }
        .breadcrumb-sep {
            color: #b4a48c;
        }
        .page-meta {
            display: flex;
            flex-direction: column;
            gap: 10px;
            color: var(--muted);
            font-size: 13px;
        }
        h1 {
            margin: 0 0 24px;
            padding-bottom: 18px;
            border-bottom: 3px double #d6c7ad;
            font-size: 34px;
            line-height: 1.38;
        }
        h2 {
            margin-top: 38px;
            margin-bottom: 16px;
            padding-bottom: 8px;
            border-bottom: 1px solid #d8cbb7;
            color: var(--brand);
            font-size: 25px;
        }
        h3 {
            margin-top: 28px;
            margin-bottom: 10px;
            color: #52321d;
            font-size: 20px;
        }
        p, li {
            font-size: 17px;
            color: #3f3a33;
        }
        ul, ol {
            padding-left: 24px;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0;
            border: 1px solid var(--line);
        }
        th, td {
            padding: 14px 12px;
            border-bottom: 1px solid var(--line);
            text-align: left;
            vertical-align: top;
        }
        th {
            background: #f5eee3;
            color: #4a3525;
        }
        blockquote, .alert-box {
            margin: 22px 0;
            padding: 18px 20px;
            border-left: 4px solid var(--brand);
            background: var(--brand-soft);
        }
        .content-img {
            margin: 30px 0;
            text-align: center;
        }
        .content-img img {
            max-width: 100%;
            height: auto;
            border: 1px solid #d4c5ab;
            box-shadow: 0 14px 30px rgba(92, 76, 52, 0.12);
        }
        .highlight {
            padding: 2px 6px;
            background: #f4e4d1;
            font-weight: 700;
        }
        .home-section {
            margin-top: 42px;
        }
        .article-card-grid,
        .feature-panel-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 16px;
            margin-top: 18px;
        }
        .article-card,
        .feature-panel {
            padding: 18px;
            border: 1px solid #dacdbb;
            background: #fffdfa;
        }
        .article-card-meta,
        .feature-panel-head {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 10px;
            color: var(--muted);
            font-size: 12px;
        }
        .article-card-cat {
            display: inline-flex;
            align-items: center;
            padding: 3px 9px;
            background: #f6eee4;
            color: var(--brand);
            font-weight: 700;
        }
        .article-card-title,
        .feature-panel h3 {
            margin: 0 0 10px;
            font-size: 18px;
            line-height: 1.5;
        }
        .article-card-title a,
        .feature-panel h3 a,
        .feature-panel-head a {
            color: var(--ink);
            text-decoration: none;
        }
        .feature-panel-head a {
            color: var(--brand);
            font-weight: 700;
        }
        .article-card-excerpt,
        .feature-panel p {
            margin: 0;
            font-size: 14px;
            color: var(--muted);
        }
        .category-overview {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 16px;
        }
        .category-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 14px;
            border: 1px solid #d7cbb9;
            background: #fffcf6;
            color: #4a443d;
            text-decoration: none;
            font-weight: 700;
        }
        .category-pill span {
            display: inline-block;
            min-width: 22px;
            padding: 2px 6px;
            background: #f1e4d4;
            color: var(--brand);
            text-align: center;
            font-size: 12px;
        }
        .context-link-box {
            margin: 18px 0 10px;
            padding: 15px 18px;
            border: 1px solid #d9ccb9;
            background: #fffaf1;
            color: #5f574e;
            font-size: 14px;
        }
        .context-link-box a,
        a[data-auto-link="1"] {
            color: var(--brand);
            text-decoration: none;
            font-weight: 700;
        }
        a[data-auto-link="1"] {
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        .context-link-sep {
            margin: 0 8px;
            color: #baa98e;
        }
        .footer-nav-container {
            max-width: 1160px;
            margin: 24px auto 0;
            padding: 22px 24px;
            background: #fffdf7;
            border: 1px solid #d5c7b1;
            text-align: center;
        }
        .nav-title {
            display: block;
            margin-bottom: 16px;
            color: var(--brand);
            font-size: 18px;
        }
        .tag-link {
            display: inline-block;
            margin: 7px;
            padding: 7px 14px;
            border: 1px solid #d8cbb8;
            color: #514840;
            text-decoration: none;
            font-size: 14px;
            background: #fffaf2;
        }
        @media (max-width: 900px) {
            .layout-shell {
                grid-template-columns: 1fr;
            }
            .article-stage {
                padding: 30px 22px 36px;
            }
            .side-rail {
                order: -1;
            }
        }
        @media (max-width: 768px) {
            body { padding: 12px; }
            header { padding: 18px 18px 22px; }
            .site-title { font-size: 30px; }
        }

:root { --home-shell-width: 1180px; }
        .top-nav-container {
            box-sizing: border-box;
            width: 100%;
            max-width: var(--home-shell-width);
            justify-content: center;
        }
        .site-group-nav-promo {
            box-sizing: border-box;
            width: 100%;
            max-width: var(--home-shell-width);
            margin: 14px auto 24px;
            padding: 0 16px;
        }
        .site-group-nav-promo-link {
            display: block;
            border-radius: 22px;
            overflow: hidden;
            background: #f4f7fb;
            box-shadow: 0 18px 38px rgba(24, 48, 79, 0.10);
        }
        .site-group-nav-promo-link img,
        .site-group-nav-promo-image {
            display: block;
            width: 100%;
            height: auto;
            max-height: 280px;
            object-fit: cover;
            border: 0;
        }
        .manual-ad-module {
            box-sizing: border-box;
            width: 100%;
            margin: 0 0 28px;
        }
        .manual-ad-module-inner,
        .manual-ad-module-media {
            box-sizing: border-box;
            width: 100%;
        }
        .manual-ad-module-media:empty {
            display: none;
        }
        .manual-ad-module-media img {
            display: block;
            width: 100%;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            border-radius: 22px;
            background: #f4f7fb;
            box-shadow: 0 18px 38px rgba(24, 48, 79, 0.10);
        }
        .site-group-copy-widget {
            position: fixed;
            left: 50%;
            right: auto;
            bottom: 12px;
            transform: translateX(-50%);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            box-sizing: border-box;
            width: min(520px, calc(100vw - 28px));
            min-height: 58px;
            padding: 9px 10px 9px 14px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 22px;
            background: linear-gradient(135deg, rgba(13, 35, 63, 0.96), rgba(11, 73, 82, 0.96));
            box-shadow: 0 18px 46px rgba(8, 18, 33, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(12px);
            color: #fff;
            font-family: inherit;
        }
        .site-group-copy-widget-info {
            display: grid;
            grid-template-columns: auto minmax(0, auto);
            align-items: baseline;
            gap: 2px 10px;
            min-width: 0;
        }
        .site-group-copy-widget-title {
            margin: 0;
            font-size: 12px;
            font-weight: 800;
            color: rgba(219, 244, 255, 0.92);
            white-space: nowrap;
        }
        .site-group-copy-widget-value {
            margin: 0;
            font-size: 18px;
            font-weight: 900;
            letter-spacing: 0.04em;
            word-break: break-all;
            color: #fff;
        }
        .site-group-copy-widget-tip {
            grid-column: 1 / -1;
            margin: 0;
            font-size: 11px;
            line-height: 1.4;
            color: rgba(223, 238, 246, 0.76);
        }
        .site-group-copy-widget-button {
            flex: 0 0 auto;
            width: auto;
            min-width: 116px;
            min-height: 42px;
            padding: 0 18px;
            border: 0;
            border-radius: 999px;
            background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
            color: #183047;
            font-size: 14px;
            font-weight: 800;
            cursor: pointer;
            box-shadow: 0 10px 22px rgba(253, 160, 133, 0.24);
            transition: transform .16s ease, box-shadow .16s ease;
        }
        .site-group-copy-widget-button:hover {
            transform: translateY(-1px);
            box-shadow: 0 14px 28px rgba(253, 160, 133, 0.32);
        }
        .site-group-copy-widget-button:focus {
            outline: 3px solid rgba(255, 255, 255, 0.28);
            outline-offset: 2px;
        }
        .enterprise-section { margin-top: 42px; }
        .home-slot-wrap {
            display: block;
            width: 100%;
            min-height: 0;
            margin: 0;
            padding: 0;
            border: 0;
        }
        .home-slot-wrap[data-home-slot="after_top_nav"]:not(:empty) {
            box-sizing: border-box;
            max-width: var(--home-shell-width);
            margin: 0 auto 24px;
            padding: 0 38px 38px;
            border: 1px solid #e2ddd7;
            border-radius: 28px;
            background: #fff;
            box-shadow: 0 20px 44px rgba(34, 42, 52, 0.08);
            overflow: hidden;
        }
        .home-slot-wrap[data-home-slot="after_top_nav"]:not(:empty) > .home-section:first-child {
            margin-top: 38px !important;
        }
        .home-slot-wrap[data-home-slot="after_top_nav"]:not(:empty) > .home-section:last-child {
            margin-bottom: 0 !important;
        }
        .enterprise-card {
            border: 1px solid rgba(24, 48, 79, 0.10);
            border-radius: 18px;
            padding: 20px;
            background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(247,249,252,0.96) 100%);
            box-shadow: 0 12px 24px rgba(18, 32, 52, 0.05);
        }
        .enterprise-card-head {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            align-items: center;
            margin-bottom: 12px;
            font-size: 14px;
            color: #5d6b7a;
        }
        .enterprise-card-head strong {
            color: #20313c;
            font-size: 18px;
        }
        .enterprise-lead {
            margin: 0 0 16px;
            color: #3a4652;
            font-size: 15px;
            line-height: 1.9;
        }
        .enterprise-meta-pills,
        .enterprise-inline-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 12px;
        }
        .enterprise-pill,
        .enterprise-inline-list span {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 12px;
            border-radius: 999px;
            background: rgba(18, 86, 138, 0.06);
            border: 1px solid rgba(18, 86, 138, 0.08);
            color: #314150;
            font-size: 13px;
        }
        .enterprise-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 16px;
            margin-top: 18px;
        }
        .home-section .ai-responsive-grid,
        .home-slot-wrap .ai-responsive-grid {
            display: grid !important;
            grid-template-columns: repeat(var(--ai-module-desktop-cols, 4), minmax(0, 1fr)) !important;
            gap: 18px;
            align-items: stretch;
        }
        .enterprise-mini-card {
            position: relative;
            padding-top: 48px;
        }
        .enterprise-mini-card p {
            margin: 0;
            font-size: 15px;
            color: #3a4652;
            line-height: 1.8;
        }
        .enterprise-badge {
            position: absolute;
            top: 18px;
            left: 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 48px;
            height: 28px;
            border-radius: 999px;
            background: #20313c;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.06em;
        }
        .enterprise-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 16px;
            margin-top: 18px;
        }
        .enterprise-step {
            border-radius: 18px;
            padding: 20px;
            background: linear-gradient(135deg, rgba(35, 51, 73, 0.96) 0%, rgba(57, 76, 104, 0.96) 100%);
            color: #fff;
            box-shadow: 0 12px 24px rgba(18, 32, 52, 0.08);
        }
        .enterprise-step p {
            margin: 10px 0 0;
            color: rgba(255,255,255,0.92);
            font-size: 15px;
            line-height: 1.8;
        }
        .enterprise-step-no {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            padding: 0 10px;
            border-radius: 999px;
            background: rgba(255,255,255,0.12);
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.04em;
        }
        .enterprise-inline-card {
            margin-top: 36px;
            border: 1px solid rgba(24, 48, 79, 0.10);
            border-radius: 20px;
            padding: 22px;
            background: linear-gradient(180deg, rgba(247,250,253,0.98) 0%, rgba(255,255,255,0.98) 100%);
            box-shadow: 0 10px 22px rgba(18, 32, 52, 0.05);
        }
        .enterprise-inline-card p {
            margin: 0;
            color: #3c4956;
            line-height: 1.85;
        }
        .enterprise-footer-box {
            max-width: 1180px;
            margin: 28px auto 0;
            padding: 26px 24px;
            border-radius: 22px;
            background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(245,248,252,0.98) 100%);
            border: 1px solid rgba(24, 48, 79, 0.10);
            box-shadow: 0 16px 28px rgba(18, 32, 52, 0.06);
        }
        .enterprise-footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 18px;
        }
        .enterprise-footer-item h3 {
            margin: 0 0 12px;
            font-size: 18px;
        }
        .enterprise-footer-item p {
            margin: 0 0 10px;
            color: #46525d;
            font-size: 14px;
            line-height: 1.8;
        }
        .enterprise-footer-list {
            margin: 0;
            padding-left: 18px;
            color: #46525d;
        }
        .enterprise-footer-list li {
            margin-bottom: 8px;
            font-size: 14px;
        }
        .enterprise-contact-stack p strong {
            color: #20313c;
        }
        .enterprise-footer-note {
            margin-top: 12px;
            font-size: 13px;
            color: #66717c;
        }
        @media (max-width: 768px) {
            .site-group-nav-promo {
                margin: 10px auto 18px;
                padding: 0 12px;
            }
            .site-group-nav-promo-link {
                border-radius: 16px;
            }
            .site-group-copy-widget {
                align-items: center;
                bottom: 8px;
                width: calc(100vw - 18px);
                min-height: 58px;
                padding: 10px;
                border-radius: 18px;
                gap: 8px;
            }
            .site-group-copy-widget-info {
                grid-template-columns: auto minmax(0, auto);
                gap: 2px 8px;
            }
            .site-group-copy-widget-title {
                font-size: 12px;
            }
            .site-group-copy-widget-value {
                font-size: 17px;
            }
            .site-group-copy-widget-tip {
                font-size: 11px;
            }
            .site-group-copy-widget-button {
                min-width: 104px;
                min-height: 40px;
                padding: 0 12px;
                font-size: 13px;
            }
            .home-slot-wrap[data-home-slot="after_top_nav"]:not(:empty) {
                padding: 0 18px 30px;
                border-radius: 24px;
            }
            .home-slot-wrap[data-home-slot="after_top_nav"]:not(:empty) > .home-section:first-child {
                margin-top: 30px !important;
            }
            .enterprise-card,
            .enterprise-inline-card,
            .enterprise-footer-box {
                padding: 18px;
            }
            .enterprise-grid,
            .enterprise-steps,
            .enterprise-footer-grid {
                grid-template-columns: 1fr;
            }
            .home-section .ai-responsive-grid,
            .home-slot-wrap .ai-responsive-grid {
                grid-template-columns: repeat(var(--ai-module-mobile-cols, 2), minmax(0, 1fr)) !important;
                gap: 12px;
            }
        }
