/* roulang page: index */
:root {
    --c-bg: #F4F5F0;
    --c-card: #FFFFFF;
    --c-dark: #18251D;
    --c-ink: #101A14;
    --c-title: #17211B;
    --c-body: #2B3A30;
    --c-muted: #647066;
    --c-green: #1E7A43;
    --c-lime: #C9F36B;
    --c-orange: #FF6A28;
    --c-line: #DFE7DC;
    --c-success: #27A05C;
    --c-shadow: 0 10px 30px rgba(20, 35, 25, 0.08);
    --c-shadow-lg: 0 14px 36px rgba(20, 35, 25, 0.12);
    --r-lg: 16px;
    --r-md: 12px;
    --r-btn: 8px;
    --font-main: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    --bs-primary: var(--c-green);
    --bs-link-color: var(--c-green);
    --bs-body-bg: var(--c-bg);
    --bs-body-color: var(--c-body);
    --bs-body-font-family: var(--font-main);
    --bs-link-hover-color: #145F34;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: var(--font-main);
    background-color: var(--c-bg);
    color: var(--c-body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img {
    max-width: 100%;
    display: inline-block;
}
a {
    color: var(--c-green);
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}
a:hover {
    color: #145F34;
}
p {
    margin-top: 0;
}
ul,
ol {
    padding-left: 0;
    list-style: none;
}
.container-flat,
.c-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}
.section {
    padding-top: clamp(64px, 8vw, 96px);
    padding-bottom: clamp(64px, 8vw, 96px);
}
.visually-hidden-focusable {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.visually-hidden-focusable:focus {
    position: fixed !important;
    clip: auto;
    width: auto;
    height: auto;
    margin: 12px;
    padding: 10px 20px;
    background: #fff;
    z-index: 2000;
    border-radius: 8px;
}
:focus-visible {
    outline: 2px solid var(--c-green);
    outline-offset: 3px;
}
.btn {
    --bs-btn-font-weight: 600;
    border-radius: 999px;
    padding: 0.7rem 1.5rem;
    font-size: 0.975rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.btn:hover {
    transform: translateY(-1px);
}
.btn:active,
.btn.active {
    transform: translateY(0);
}
.btn-lime {
    background-color: var(--c-lime);
    border-color: var(--c-lime);
    color: var(--c-ink);
}
.btn-lime:hover,
.btn-lime:focus {
    background-color: #BCE457;
    border-color: #BCE457;
    color: var(--c-ink);
}
.btn-brand {
    background-color: var(--c-dark);
    border-color: var(--c-dark);
    color: #fff;
}
.btn-brand:hover,
.btn-brand:focus {
    background-color: #284B35;
    border-color: #284B35;
    color: #fff;
}
.btn-outline-brand {
    border: 1px solid var(--c-green);
    color: var(--c-green);
    background: transparent;
}
.btn-outline-brand:hover {
    background-color: var(--c-green);
    color: #fff;
}
.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #fff;
    background: transparent;
}
.btn-outline-light:hover {
    background: rgba(255,255,255,.14);
    border-color: #fff;
    color: #fff;
}
.btn-sm {
    min-height: 40px;
    padding: 0.45rem 1.1rem;
    font-size: 0.875rem;
}
.btn-lg {
    min-height: 52px;
    padding: 0.9rem 1.75rem;
}
.text-green {
    color: var(--c-green);
}
header.site-header {
    position: relative;
    z-index: 1040;
}
.site-header .header-top {
    background: var(--c-ink);
    color: rgba(255, 255, 255, 0.72);
    font-size: .78rem;
    min-height: 36px;
    display: flex;
    align-items: center;
}
.topbar-domain {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: .76rem;
    letter-spacing: .04em;
    color: #A9C9B4;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    padding: 3px 10px;
    border-radius: 999px;
}
.topbar-domain .top-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--c-success);
    box-shadow: 0 0 0 3px rgba(39, 160, 92, .18);
}
.header-top-links {
    display: flex;
    gap: 16px;
    align-items: center;
}
.header-top-links a {
    color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .78rem;
}
.header-top-links a:hover {
    color: var(--c-lime);
}
.top-sep {
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
}
.mainnav-wrap {
    background: #fff;
    border-bottom: 1px solid var(--c-line);
    position: sticky;
    top: 0;
    z-index: 1030;
}
.mainnav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    gap: 24px;
    position: relative;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--c-title);
    font-weight: 800;
}
.brand:hover {
    color: var(--c-title);
}
.brand-icon {
    width: 36px;
    height: 36px;
    background: var(--c-green);
    color: #fff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 800;
    position: relative;
    line-height: 1;
}
.brand-icon::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: var(--c-lime);
    right: -3px;
    top: -4px;
    transform: rotate(20deg);
}
.brand-text {
    font-size: 1.35rem;
    letter-spacing: .01em;
    line-height: 1.2;
}
.mainnav-links {
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav-item {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.45rem 1rem;
    color: var(--c-body);
    font-weight: 600;
    font-size: .98rem;
    border-radius: 999px;
    position: relative;
    transition: color .2s ease, background .2s ease;
}
.nav-item:hover {
    color: var(--c-green);
    background: rgba(30, 122, 67, .07);
}
.nav-item.active {
    color: var(--c-ink);
    background: var(--c-lime);
}
.mobile-toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    border: 1px solid var(--c-line);
    border-radius: 12px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 0;
}
.mobile-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--c-ink);
    border-radius: 2px;
}
.mobile-toggle[aria-expanded="true"] {
    background: var(--c-lime);
}
.mobile-menu {
    background: var(--c-dark);
    padding: 20px 0 28px;
    border-top: 1px solid rgba(255,255,255,.08);
}
.mobile-menu .nav-item {
    min-height: 50px;
    width: 100%;
    border-radius: 12px;
    color: #fff;
    font-size: 1.06rem;
    padding-left: 18px;
    margin-top: 2px;
}
.mobile-menu .nav-item:hover {
    background: rgba(255,255,255,.08);
    color: var(--c-lime);
}
.mobile-menu .nav-item.active {
    color: var(--c-ink);
}
.hero-section {
    position: relative;
    background-color: var(--c-dark);
    background-image: url('/assets/images/backpic/back-1.webp');
    background-size: cover;
    background-position: center;
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: clamp(72px, 10vw, 120px) 0;
    color: #fff;
    isolation: isolate;
}
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(16, 26, 20, 0.96) 10%, rgba(16, 26, 20, 0.84) 48%, rgba(16, 26, 20, 0.55) 100%);
    z-index: -1;
}
.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(201, 243, 107, .12) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: .45;
    z-index: -1;
}
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--c-lime);
    background: rgba(201, 243, 107, .12);
    border: 1px solid rgba(201, 243, 107, .35);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: .82rem;
    letter-spacing: .05em;
    margin-bottom: 22px;
}
.hero-title {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.22;
    font-weight: 800;
    color: #fff;
    max-width: 680px;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
}
.hero-title .keyword {
    color: var(--c-lime);
    position: relative;
}
.hero-lead {
    color: rgba(255,255,255,.76);
    font-size: 1.06rem;
    line-height: 1.9;
    max-width: 560px;
    margin-bottom: 30px;
}
.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 44px;
}
.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 24px;
}
.hero-stat {
    min-width: 120px;
}
.hero-stat strong {
    display: block;
    font-size: 1.9rem;
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
}
.hero-stat span {
    color: rgba(255,255,255,.7);
    font-size: .85rem;
}
.hero-visual {
    position: relative;
}
.hero-visual-frame {
    position: relative;
    border-radius: 28px;
    padding: 10px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 24px 60px rgba(0,0,0,.35);
    transform: rotate(1.5deg);
}
.hero-visual-frame img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
.hero-visual-badge {
    position: absolute;
    left: -14px;
    bottom: 30px;
    background: var(--c-lime);
    color: var(--c-ink);
    border-radius: 14px;
    padding: 10px 16px;
    font-weight: 700;
    font-size: .9rem;
    box-shadow: 0 12px 24px rgba(0,0,0,.18);
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero-visual-badge svg {
    width: 18px;
    height: 18px;
}
.trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--c-line);
    padding: 28px 0;
}
.trust-cell {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 76px;
}
.trust-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #EAF4EB;
    color: var(--c-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
}
.trust-icon svg {
    width: 27px;
    height: 27px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.trust-cell h3 {
    font-size: .98rem;
    color: var(--c-title);
    font-weight: 700;
    margin: 0 0 4px;
}
.trust-cell p {
    margin: 0;
    color: var(--c-muted);
    font-size: .82rem;
    line-height: 1.5;
}
.section-head {
    margin-bottom: 40px;
}
.section-kicker {
    display: inline-block;
    color: var(--c-green);
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.section-head h2 {
    color: var(--c-title);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
}
.section-head p {
    color: var(--c-muted);
    max-width: 660px;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
}
.view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    min-height: 44px;
    padding: 0 12px;
    color: var(--c-green);
    transition: background .2s ease;
}
.view-all:hover {
    background: #EAF4EB;
    border-radius: 999px;
}
.game-spotlight {
    display: flex;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--c-shadow);
    border: 1px solid #ECF0E9;
    margin-bottom: 24px;
}
.game-spotlight-media {
    position: relative;
    min-height: 320px;
}
.game-spotlight-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game-spotlight-info {
    padding: clamp(28px, 4vw, 52px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #EAF4EB;
    color: var(--c-green);
    border-radius: 999px;
    padding: 6px 13px;
    font-size: .82rem;
    font-weight: 700;
    width: fit-content;
    margin-bottom: 16px;
}
.tag-trend {
    background: #FFEAE0;
    color: #D64A0D;
}
.tag-lime {
    background: var(--c-lime);
    color: var(--c-ink);
}
.game-spotlight h3 {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--c-title);
    line-height: 1.35;
    margin-bottom: 12px;
}
.game-spotlight p {
    color: var(--c-muted);
    font-size: .98rem;
    line-height: 1.75;
    margin-bottom: 24px;
}
.spotlight-facts {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    padding-left: 0;
    margin-bottom: 28px;
}
.spotlight-facts li strong {
    display: block;
    color: var(--c-title);
    font-size: 1.2rem;
}
.spotlight-facts li span {
    color: var(--c-muted);
    font-size: .84rem;
}
.game-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ECF0E9;
    overflow: hidden;
    box-shadow: var(--c-shadow);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.game-card:hover {
    transform: translateY(-2px);
    border-color: var(--c-green);
    box-shadow: var(--c-shadow-lg);
}
.game-card-media {
    height: 170px;
    overflow: hidden;
    position: relative;
}
.game-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game-card-body {
    padding: 22px 22px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.game-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    margin-top: -38px;
    background: var(--c-green);
    border: 3px solid #fff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 14px;
}
.game-card-icon svg {
    width: 20px;
    height: 20px;
}
.game-card-body h3 {
    font-size: 1.16rem;
    font-weight: 700;
    color: var(--c-title);
    margin-bottom: 6px;
    line-height: 1.3;
}
.game-card-desc {
    font-size: .9rem;
    color: var(--c-muted);
    line-height: 1.7;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.game-card-meta {
    border-top: 1px solid #EFF3EC;
    margin-top: auto;
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.entry-state {
    color: var(--c-success);
    font-size: .84rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}
.entry-state::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--c-success);
    border-radius: 50%;
}
.card-link {
    font-size: .88rem;
    font-weight: 700;
    color: var(--c-green);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.card-link svg {
    width: 15px;
    height: 15px;
}
.news-section {
    background: #fff;
    border-top: 1px solid var(--c-line);
    border-bottom: 1px solid var(--c-line);
}
.news-card {
    background: var(--c-bg);
    border: 1px solid #E7ECE5;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    display: flex;
    flex-direction: column;
}
.news-card:hover {
    border-color: var(--c-green);
    box-shadow: var(--c-shadow);
    transform: translateY(-2px);
}
.news-meta-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.news-cat {
    display: inline-flex;
    background: rgba(30,122,67,.09);
    color: var(--c-green);
    width: fit-content;
    border-radius: 999px;
    padding: 5px 12px;
    font-size: .8rem;
    font-weight: 700;
}
.news-card h3 {
    font-size: 1.08rem;
    line-height: 1.55;
    margin-bottom: 8px;
    color: var(--c-title);
    font-weight: 800;
}
.news-card h3 a {
    color: inherit;
    transition: color .2s;
}
.news-card h3 a:hover {
    color: var(--c-green);
}
.news-card p {
    color: var(--c-muted);
    font-size: .9rem;
    line-height: 1.7;
    margin: 0 0 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #E7ECE5;
}
.news-foot time {
    color: var(--c-muted);
    font-size: .84rem;
}
.news-more-link {
    font-weight: 700;
    font-size: .84rem;
    color: var(--c-green);
}
.news-compact {
    list-style: none;
    margin: 26px 0 0;
    padding: 4px 2px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 28px;
}
.news-compact-item {
    display: flex;
    gap: 16px;
    padding: 14px 4px;
    border-bottom: 1px solid #EDF2E9;
}
.news-compact-item .n-icon {
    width: 38px;
    height: 38px;
    background: #EAF4EB;
    border-radius: 10px;
    color: var(--c-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
}
.news-compact-item .n-icon svg {
    width: 18px;
    height: 18px;
}
.news-compact-item h3 {
    font-size: .97rem;
    margin: 0 0 5px;
    font-weight: 700;
    line-height: 1.5;
}
.news-compact-item h3 a {
    color: var(--c-title);
}
.news-compact-item h3 a:hover {
    color: var(--c-green);
}
.news-compact-meta {
    color: var(--c-muted);
    font-size: .8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.news-empty {
    background: #F8FAF7;
    border-radius: 20px;
    padding: 48px 24px;
    text-align: center;
    color: var(--c-muted);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border: 1px solid #E9EEE6;
}
.news-empty svg {
    width: 36px;
    height: 36px;
    color: var(--c-green);
    margin-bottom: 8px;
}
.news-empty p {
    font-size: 1.08rem;
    color: var(--c-title);
    font-weight: 700;
    margin: 0;
}
.news-empty span {
    font-size: .9rem;
    color: var(--c-muted);
}
.review-section {
    background: var(--c-bg);
}
.quote-row {
    align-items: stretch;
}
.review-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ECF0E9;
    box-shadow: var(--c-shadow);
    padding: 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease;
}
.review-card:hover {
    box-shadow: var(--c-shadow-lg);
}
.review-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}
.review-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #EAF4EB;
    color: var(--c-green);
    font-weight: 800;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
}
.review-user {
    font-weight: 700;
    color: var(--c-title);
    font-size: .93rem;
    line-height: 1.3;
}
.review-scene {
    color: var(--c-muted);
    font-size: .8rem;
}
.review-stars {
    display: inline-flex;
    gap: 2px;
    color: var(--c-orange);
    margin-left: auto;
}
.review-stars svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
.review-card blockquote {
    margin: 0 0 16px;
    color: var(--c-body);
    font-size: .96rem;
    line-height: 1.85;
}
.review-tagline {
    margin-top: auto;
    font-size: .83rem;
    color: var(--c-green);
    background: #F0F9F2;
    border-radius: 8px;
    padding: 6px 10px;
    width: fit-content;
    line-height: 1.5;
}
.quote-dots {
    position: static;
    justify-content: flex-start;
    padding: 0;
    margin-top: 34px;
}
.quote-dots [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #C3CFC5;
    opacity: 1;
    border: 0;
    transition: width .2s ease, background .2s ease;
}
.quote-dots .active {
    width: 34px;
    background: var(--c-green);
}
.faq-section {
    background: #fff;
}
.accordion {
    --bs-accordion-border-color: var(--c-line);
    --bs-accordion-bg: #fff;
    --bs-accordion-btn-bg: #fff;
    --bs-accordion-active-bg: #fff;
    --bs-accordion-active-color: var(--c-green);
    --bs-accordion-btn-focus-box-shadow: none;
}
.accordion-item {
    border: 1px solid var(--c-line) !important;
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 12px;
    box-shadow: none;
    background: #fff;
}
.accordion-button {
    min-height: 66px;
    padding: 18px 22px;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--c-title);
    background: #fff;
    align-items: center;
    border-radius: 0 !important;
    gap: 10px;
}
.accordion-button::after {
    display: none;
}
.accordion-button:not(.collapsed) {
    color: var(--c-green);
    background: #fff;
    box-shadow: inset 4px 0 0 var(--c-lime);
}
.accordion-button:hover {
    color: var(--c-green);
}
.acc-symbol {
    width: 38px;
    height: 38px;
    border: 1px solid var(--c-line);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease, background .25s ease;
    margin-left: auto;
    flex: 0 0 38px;
}
.accordion-button:not(.collapsed) .acc-symbol {
    background: var(--c-lime);
    border-color: var(--c-lime);
    transform: rotate(180deg);
}
.acc-symbol svg {
    width: 17px;
    height: 17px;
}
.accordion-body {
    padding: 4px 24px 28px;
    color: var(--c-muted);
    font-size: .96rem;
    line-height: 1.9;
    border-top: 1px dashed #E9EEE8;
}
.cta-dark {
    background-color: var(--c-ink);
    background-image: linear-gradient(rgba(16, 26, 20, 0.84), rgba(16, 26, 20, 0.88)), url('/assets/images/backpic/back-2.webp');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: clamp(72px, 9vw, 110px) 0;
}
.cta-dark h2 {
    color: #fff;
    font-size: clamp(1.9rem, 3.6vw, 2.6rem);
    font-weight: 800;
    line-height: 1.3;
    max-width: 760px;
    margin: 0 auto 14px;
}
.cta-dark p {
    color: rgba(255,255,255,.72);
    max-width: 640px;
    margin: 0 auto 28px;
    font-size: 1rem;
    line-height: 1.9;
}
.cta-dark .btn-lime:hover {
    background: #FFE4D8;
}
.footer {
    background: var(--c-ink);
    color: #A9C2B3;
    font-size: .92rem;
}
.footer-main {
    padding: 64px 0 34px;
}
.footer-brand {
    color: #fff;
    font-weight: 800;
    font-size: 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.footer-brand .brand-icon {
    width: 38px;
    height: 38px;
    font-size: 1.08rem;
    background: var(--c-green);
}
.footer-brand .brand-text {
    font-size: 1.25rem;
}
.footer p {
    color: #9BB5A6;
    line-height: 1.85;
    margin: 0;
    max-width: 300px;
}
.footer-title {
    color: #fff;
    font-size: .92rem;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}
.footer-title::after {
    content: "";
    display: block;
    width: 26px;
    height: 3px;
    background: var(--c-lime);
    border-radius: 99px;
    margin-top: 10px;
}
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links li + li {
    margin-top: 10px;
}
.footer-links a {
    color: #A9C2B3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color .2s, padding-left .2s;
    padding-left: 0;
}
.footer-links a:hover {
    color: var(--c-lime);
    padding-left: 5px;
}
.footer-domain-box {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    padding: 18px;
    border-radius: 14px;
}
.footer-domain-box .domain-text {
    display: block;
    color: #fff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-weight: 700;
    font-size: 1.08rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.footer-domain-box li {
    color: #A9C2B3;
    list-style: none;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .87rem;
}
.footer-domain-box li svg {
    width: 16px;
    height: 16px;
    color: var(--c-lime);
    flex: 0 0 16px;
}
.footer-copyright {
    border-top: 1px solid rgba(255,255,255,.07);
    padding: 18px 0;
    color: #7F9C8D;
    font-size: .82rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.go-top {
    color: #7F9C8D;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.go-top:hover {
    color: var(--c-lime);
}
.card-hover-link {
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
@media (max-width: 991.98px) {
    .container-flat,
    .c-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mainnav-wrap {
        top: 0;
    }
    .brand-text {
        font-size: 1.22rem;
    }
    .hero-visual {
        margin-top: 24px;
    }
    .hero-visual-frame img {
        height: 300px;
    }
    .game-spotlight-info {
        padding: 28px;
    }
    .game-spotlight-media {
        min-height: 220px;
    }
}
@media (max-width: 767.98px) {
    .topbar-domain {
        font-size: .72rem;
        padding: 2px 8px;
    }
    .header-top-links a span {
        display: none;
    }
    .header-top-links a {
        font-size: .84rem;
        gap: 4px;
    }
    .mainnav-inner {
        min-height: 66px;
    }
    .mainnav-links {
        display: none;
    }
    .hero-section {
        min-height: auto;
    }
    .hero-stats {
        gap: 22px;
    }
    .hero-stat strong {
        font-size: 1.5rem;
    }
    .section-head p {
        font-size: .95rem;
    }
    .game-spotlight-media {
        min-height: 0;
    }
    .game-spotlight-media img {
        height: 220px;
    }
    .game-spotlight-info {
        padding: 24px;
    }
    .game-spotlight-info h3 {
        font-size: 1.35rem;
    }
    .game-card-media {
        height: 150px;
    }
    .news-compact {
        grid-template-columns: 1fr;
    }
    .quote-row .col-md-6:nth-child(n+3) {
        display: none;
    }
    .quote-row .col-12.col-md-6 + .col-md-6:nth-child(2) {
        display: block;
    }
    .cta-dark p {
        font-size: .95rem;
    }
}
@media (max-width: 575.98px) {
    .c-container {
        padding-left: 18px;
        padding-right: 18px;
    }
    .mainnav-wrap {
        top: 0;
    }
    .footer-main {
        padding: 44px 0 24px;
    }
    .footer-brand-text {
        font-size: 1.05rem;
    }
    .footer-domain-box {
        padding: 14px;
    }
}

/* roulang page: article */
:root {
  --bg: #F4F5F0;
  --card: #FFFFFF;
  --dark: #18251D;
  --ink: #101A14;
  --title: #17211B;
  --body: #2B3A30;
  --muted: #647066;
  --green: #1E7A43;
  --lime: #C9F36B;
  --orange: #FF6A28;
  --line: #DFE7DC;
  --soft-green: #EFF4EB;
  --shadow: 0 10px 30px rgba(20, 35, 25, .08);
  --shadow-hover: 0 14px 36px rgba(20, 35, 25, .12);
  --radius: 16px;
  --radius-sm: 8px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--body);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--green);
  text-decoration: none;
  transition: color .2s ease;
}

a:hover {
  color: #155c34;
  text-decoration: none;
}

button, input, select, textarea {
  font-family: inherit;
}

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
  border-radius: 4px;
}

.c-container {
  width: min(1240px, 92%);
  margin-left: auto;
  margin-right: auto;
}

.c-container-narrow {
  width: min(860px, 92%);
  margin-left: auto;
  margin-right: auto;
}

/* ===== 顶部信息条 ===== */
.topbar {
  background: var(--ink);
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  min-height: 36px;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  gap: 16px;
}

.topbar-domain {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .9);
  padding: 3px 12px;
  border-radius: 999px;
  letter-spacing: .02em;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.topbar-actions a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  padding: 4px 0;
  transition: color .2s ease;
}

.topbar-actions a:hover {
  color: var(--lime);
}

.topbar-actions svg {
  width: 14px;
  height: 14px;
}

.topbar-divider {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, .18);
}

/* ===== 主导航 ===== */
.mainnav {
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 1029;
  border-bottom: 1px solid var(--line);
}

.mainnav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 20px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  position: relative;
  z-index: 1;
}

.brand-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--dark);
  color: var(--lime);
  border-radius: 12px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-icon::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -8px;
  width: 18px;
  height: 18px;
  background: var(--lime);
  border-radius: 4px;
  transform: rotate(45deg);
  opacity: .9;
}

.brand-text {
  font-size: 20px;
  font-weight: 750;
  color: var(--title);
  letter-spacing: .01em;
  line-height: 1.2;
  white-space: nowrap;
}

.brand-site {
  display: block;
  font-size: 10px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: .1em;
  margin-top: 3px;
}

.mainnav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-item {
  position: relative;
  display: inline-block;
  padding: 0 4px 10px;
  margin: 0 14px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--body);
  text-decoration: none;
  line-height: 72px;
  transition: color .2s ease;
}

.nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: var(--lime);
  border-radius: 3px 3px 0 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}

.nav-item:hover {
  color: var(--green);
}

.nav-item:hover::after {
  transform: scaleX(1);
}

.nav-item.active {
  color: var(--green);
}

.nav-item.active::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--dark);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  border-radius: 999px;
  margin-left: 10px;
  transition: background .2s ease, transform .2s ease;
}

.nav-cta svg {
  width: 16px;
  height: 16px;
}

.nav-cta:hover {
  background: #284B35;
  color: #fff;
  transform: translateY(-1px);
}

.hamburger {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  transition: background .2s ease;
}

.hamburger:hover {
  background: var(--bg);
}

.hamburger span {
  display: block;
  width: 19px;
  height: 2px;
  background: var(--title);
  border-radius: 2px;
}

.mobile-drawer {
  --bs-offcanvas-width: 330px;
  background: var(--dark) !important;
  color: rgba(255, 255, 255, .85);
}

.mobile-drawer .offcanvas-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.mobile-drawer .offcanvas-body {
  padding: 18px 20px;
  overflow-y: auto;
}

.drawer-link {
  display: block;
  padding: 13px 6px;
  font-size: 19px;
  font-weight: 600;
  color: rgba(255, 255, 255, .82);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  text-decoration: none;
  transition: color .2s ease, padding-left .2s ease;
}

.drawer-link:hover {
  color: var(--lime);
  padding-left: 14px;
}

.drawer-link.active {
  color: var(--lime);
}

.drawer-meta {
  margin-top: 28px;
  padding: 16px 6px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 12px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  line-height: 1.8;
}

.drawer-meta strong {
  color: rgba(255, 255, 255, .85);
}

.mobile-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.mobile-brand .brand-icon {
  width: 38px;
  height: 38px;
  background: var(--ink);
}

.mobile-brand .brand-text {
  color: #fff;
}

/* ===== 面包屑与文章头部 ===== */
.article-hero {
  position: relative;
  padding: 38px 0 30px;
  background: var(--bg);
  overflow: hidden;
}

.article-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/backpic/back-1.webp");
  background-size: cover;
  background-position: center;
  opacity: .12;
  z-index: 0;
}

.article-hero-inner {
  position: relative;
  z-index: 1;
}

.crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
  color: var(--muted);
}

.crumb a {
  color: var(--muted);
  text-decoration: none;
  transition: color .2s ease;
}

.crumb a:hover {
  color: var(--green);
}

.crumb-sep {
  color: #b7c0bc;
}

.crumb-current {
  color: var(--body);
  font-weight: 600;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-head-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: clamp(28px, 5vw, 48px);
  position: relative;
}

.article-head-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--lime) 0%, var(--green) 55%, var(--ink) 100%);
}

.article-cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--soft-green);
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.article-cat-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(201, 243, 107, .35);
}

.article-h1 {
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.35;
  font-weight: 800;
  color: var(--title);
  margin: 0 0 22px;
  letter-spacing: -.01em;
}

.article-meta-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.article-meta-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.article-meta-list svg {
  width: 17px;
  height: 17px;
  color: var(--green);
  flex: 0 0 auto;
}

.article-head-cover {
  height: 100%;
  min-height: 230px;
  border-radius: 18px;
  object-fit: cover;
  width: 100%;
  box-shadow: var(--shadow);
}

/* ===== 文章正文区 ===== */
.article-body-section {
  background: var(--bg);
  padding: 14px 0 56px;
}

.article-body-inner {
  background: var(--card);
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(26px, 5vw, 54px);
  margin-top: 6px;
}

.article-read-column {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.article-content {
  color: var(--body);
  font-size: 17px;
  line-height: 1.9;
  word-break: break-word;
}

.article-content p {
  margin: 0 0 26px;
}

.article-content h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--title);
  margin-top: 44px;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.article-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: var(--title);
  margin-top: 36px;
  margin-bottom: 14px;
  line-height: 1.55;
}

.article-content a {
  color: var(--green);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.article-content a:hover {
  color: #155c34;
  text-decoration: underline;
  text-decoration-style: solid;
}

.article-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 26px 0 10px;
}

.article-content blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--green);
  background: var(--soft-green);
  border-radius: 0 12px 12px 0;
  color: var(--title);
  font-size: 16px;
  font-style: normal;
}

.article-content blockquote p {
  margin-bottom: 0;
}

.article-content ul,
.article-content ol {
  margin: 20px 0 24px;
  padding-left: 24px;
}

.article-content ul li,
.article-content ol li {
  margin-bottom: 10px;
  padding-left: 2px;
}

.article-content ul li::marker {
  color: var(--green);
}

.article-content ol li::marker {
  color: var(--green);
  font-weight: 700;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px 0;
  font-size: 15px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.article-content table th,
.article-content table td {
  border: 1px solid var(--line);
  padding: 10px 14px;
  text-align: left;
}

.article-content table th {
  background: var(--soft-green);
  color: var(--title);
  font-weight: 700;
}

.article-footer-note {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--muted);
}

.article-footer-note .note-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.article-footer-note svg {
  width: 16px;
  height: 16px;
  color: var(--green);
}

/* ===== 继续浏览入口 ===== */
.article-channel-bridge {
  padding: 10px 0 64px;
  background: var(--bg);
}

.article-channel-bridge .section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.section-title {
  font-size: clamp(23px, 2.6vw, 30px);
  font-weight: 800;
  color: var(--title);
  line-height: 1.4;
  margin: 0;
  letter-spacing: -0.01em;
}

.section-sub {
  font-size: 15px;
  color: var(--muted);
  margin-top: 8px;
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.channel-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.channel-card:hover {
  border-color: var(--green);
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}

.channel-card-inner {
  padding: 24px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.channel-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--soft-green);
  color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.channel-icon-wrap svg {
  width: 23px;
  height: 23px;
}

.channel-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--title);
  margin: 0;
}

.channel-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.channel-link {
  margin-top: auto;
  padding-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--green);
  text-decoration: none;
}

.channel-link svg {
  width: 15px;
  height: 15px;
  transition: transform .2s ease;
}

.channel-link:hover svg {
  transform: translateX(3px);
}

/* ===== 返回与底部门户 ===== */
.article-back-zone {
  background: transparent;
  padding: 0 0 70px;
}

.article-back-panel {
  position: relative;
  background: var(--dark);
  border-radius: 22px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 48px);
  color: #fff;
}

.article-back-panel::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 44%;
  height: 100%;
  background-image: url("/assets/images/backpic/back-2.webp");
  background-size: cover;
  background-position: center;
  opacity: .25;
  pointer-events: none;
}

.article-back-panel .panel-row {
  position: relative;
  z-index: 1;
}

.article-back-text {
  font-size: 15px;
  color: rgba(255, 255, 255, .74);
  margin: 10px 0 0;
  max-width: 560px;
}

.articla-back-title {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 800;
  color: #fff;
  margin: 0;
  max-width: 620px;
  line-height: 1.45;
}

.btn-set {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.btn-lime {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 26px;
  background: var(--lime);
  color: #152019;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.btn-lime:hover {
  background: #bde75f;
  color: var(--ink);
  transform: translateY(-1px);
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .45);
  color: rgba(255, 255, 255, .88);
  background: transparent;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.btn-outline-light:hover {
  border-color: var(--lime);
  color: var(--lime);
}

/* ===== 未找到状态 ===== */
.not-found-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0 110px;
  min-height: 50vh;
}

.not-found-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 44px 28px;
  width: 100%;
  max-width: 520px;
  text-align: center;
}

.not-found-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 20px;
  background: var(--soft-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
}

.not-found-icon svg {
  width: 36px;
  height: 36px;
}

.not-found-card h1 {
  font-size: 24px;
  font-weight: 800;
  color: var(--title);
  margin: 0 0 10px;
}

.not-found-card p {
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 24px;
}

.btn-dark-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--dark);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border: 0;
  transition: background .2s ease, transform .2s ease;
}

.btn-dark-solid:hover {
  background: #284B35;
  color: #fff;
}

/* ===== 页脚 ===== */
.footer {
  background: var(--ink);
  color: rgba(255, 255, 255, .7);
}

.footer-main {
  padding: 64px 0 44px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #fff;
  text-decoration: none;
}

.footer-brand .brand-icon {
  width: 38px;
  height: 38px;
  background: #16211b;
}

.footer-brand .brand-text {
  color: #fff;
}

.footer p {
  font-size: 14px;
  line-height: 1.9;
  max-width: 320px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .6);
}

.footer-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 12px 0 20px;
  letter-spacing: .02em;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.footer-links a::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
  flex: 0 0 auto;
}

.footer-links a:hover {
  color: var(--lime);
  transform: translateX(3px);
}

.footer-domain-box {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 20px;
  margin-top: 4px;
}

.footer-domain-box .domain-text {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 15px;
  color: var(--lime);
  display: block;
  margin-bottom: 14px;
}

.footer-domain-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-domain-box li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  line-height: 1.6;
}

.footer-domain-box svg {
  width: 16px;
  height: 16px;
  color: var(--green);
  flex: 0 0 auto;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 20px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .45);
}

.footer-inner-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-inner-copy a {
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
}

.footer-inner-copy a:hover {
  color: var(--lime);
}

/* ===== 响应式 ===== */
@media (max-width: 1199px) {
  .channel-grid {
    gap: 18px;
  }
}

@media (max-width: 991px) {
  .c-container {
    width: min(100% - 40px, 1240px);
  }
  .article-head-cover {
    margin-top: 28px;
    min-height: 210px;
  }
  .channel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .channel-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .c-container {
    width: min(100% - 30px, 1240px);
  }
  .topbar-inner {
    justify-content: center;
  }
  .topbar-domain {
    font-size: 11px;
    padding: 3px 9px;
  }
  .topbar-actions {
    gap: 10px;
    font-size: 12px;
  }
  .mainnav-inner {
    min-height: 62px;
  }
  .brand-text {
    font-size: 18px;
  }
  .article-hero {
    padding-top: 24px;
  }
  .crumb {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .article-h1 {
    font-size: 26px;
    line-height: 1.44;
    margin-bottom: 18px;
  }
  .article-meta-list {
    gap: 10px 18px;
  }
  .article-head-card {
    padding: 24px 20px;
    border-radius: 18px;
  }
  .article-body-inner {
    padding: 22px 18px;
    border-radius: 18px;
  }
  .article-content {
    font-size: 16px;
    line-height: 1.9;
  }
  .article-content p {
    margin-bottom: 22px;
  }
  .article-back-panel {
    padding: 28px 22px;
  }
  .article-back-panel::before {
    width: 100%;
    opacity: .15;
  }
  .btn-lime, .btn-outline-light {
    width: 100%;
  }
  .channel-grid {
    grid-template-columns: 1fr;
  }
  .channel-card:last-child {
    grid-column: auto;
  }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-main {
    padding-top: 44px;
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .c-container {
    width: min(100% - 24px, 1240px);
  }
  .topbar-actions {
    gap: 8px;
  }
  .topbar-actions a {
    font-size: 13px;
  }
  .brand-site {
    display: none;
  }
  .brand-logo .brand-icon {
    width: 38px;
    height: 38px;
  }
  .brand-logo .brand-text {
    font-size: 17px;
  }
  .footer-inner-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .article-footer-note {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* roulang page: category1 */
:root {
            --bg: #F4F5F0;
            --surface: #FFFFFF;
            --deep: #18251D;
            --ink: #101A14;
            --title: #17211B;
            --text: #2B3A30;
            --muted: #647066;
            --brand: #1E7A43;
            --brand-dark: #146536;
            --lime: #C9F36B;
            --orange: #FF6A28;
            --line: #DFE7DC;
            --online: #27A05C;
            --font: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
            --radius: 16px;
            --radius-sm: 10px;
            --shadow: 0 10px 30px rgba(20, 35, 25, 0.08);
            --shadow-hover: 0 14px 36px rgba(20, 35, 25, 0.12);
            --bs-primary: #1E7A43;
            --bs-primary-rgb: 30, 122, 67;
            --bs-link-color: #1E7A43;
            --bs-link-hover-color: #146536;
            --bs-body-bg: #F4F5F0;
            --bs-body-color: #2B3A30;
            --bs-border-color: #DFE7DC;
            --bs-border-radius: 16px;
            --bs-heading-color: #17211B;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: var(--font);
            background: var(--bg);
            color: var(--text);
            line-height: 1.6;
            font-size: 16px;
            -webkit-font-smoothing: antialiased;
        }

        a {
            color: var(--brand);
            text-decoration: none;
            transition: color .2s ease;
        }

        a:hover {
            color: var(--brand-dark);
        }

        img {
            max-width: 100%;
            display: block;
        }

        button,
        input,
        select,
        textarea {
            font: inherit;
        }

        :focus-visible {
            outline: 2px solid var(--lime);
            outline-offset: 2px;
            border-radius: 4px;
        }

        ::selection {
            background: var(--lime);
            color: var(--ink);
        }

        .skip-link {
            position: fixed;
            left: 16px;
            top: -80px;
            z-index: 9999;
            background: var(--ink);
            color: #fff;
            padding: 10px 18px;
            border-radius: 8px;
            transition: top .2s ease;
        }

        .skip-link:focus {
            top: 12px;
            color: #fff;
        }

        .c-container {
            max-width: 1240px;
            margin: 0 auto;
            padding-left: 24px;
            padding-right: 24px;
        }

        .topbar {
            background: var(--ink);
            color: rgba(255, 255, 255, .78);
            font-size: 12px;
            min-height: 36px;
            position: relative;
            z-index: 1041;
        }

        .topbar-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-height: 36px;
            gap: 20px;
        }

        .topbar-domain {
            font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
            background: rgba(201, 243, 107, .13);
            color: #C9F36B;
            padding: 3px 10px;
            border-radius: 6px;
            letter-spacing: .02em;
            line-height: 1.5;
        }

        .topbar-domain:hover {
            color: var(--lime);
            background: rgba(201, 243, 107, .2);
        }

        .topbar-links {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .topbar-links a {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            min-height: 36px;
            padding: 0 10px;
            color: rgba(255, 255, 255, .82);
            border-radius: 6px;
            font-weight: 500;
        }

        .topbar-links a:hover {
            color: var(--lime);
            background: rgba(255, 255, 255, .06);
        }

        .topbar-links svg {
            width: 14px;
            height: 14px;
        }

        .mainnav {
            position: sticky;
            top: 0;
            z-index: 1030;
            background: #fff;
            border-bottom: 1px solid #E8ECE5;
            min-height: 72px;
        }

        .mainnav-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            min-height: 72px;
        }

        .brand {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: var(--title);
            font-size: 20px;
            font-weight: 800;
            line-height: 1.2;
            flex-shrink: 0;
        }

        .brand:hover {
            color: var(--title);
        }

        .brand-icon {
            width: 38px;
            height: 38px;
            border-radius: 10px;
            background: var(--lime);
            color: var(--ink);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            font-size: 18px;
            box-shadow: 0 4px 10px rgba(201, 243, 107, .35);
        }

        .brand-text {
            white-space: nowrap;
        }

        .mainnav-links {
            display: flex;
            align-items: center;
            gap: 2px;
            margin: 0 auto;
        }

        .nav-item {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            padding: 6px 16px;
            border-radius: 999px;
            color: var(--text);
            font-weight: 600;
            font-size: 15px;
            transition: background .2s ease, color .2s ease;
        }

        .nav-item:hover {
            background: #EFF3EB;
            color: var(--brand);
        }

        .nav-item.active {
            background: var(--lime);
            color: var(--ink);
        }

        .nav-toggle {
            width: 44px;
            height: 44px;
            border: 1px solid var(--line);
            background: #fff;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--title);
            transition: border-color .2s ease, background .2s ease;
        }

        .nav-toggle:hover {
            border-color: var(--brand);
            background: #F3F7F0;
        }

        .nav-toggle svg {
            width: 22px;
            height: 22px;
        }

        .mobile-menu {
            background: var(--ink);
            color: #fff;
        }

        .mobile-menu .offcanvas-header {
            border-bottom: 1px solid rgba(255, 255, 255, .08);
            padding: 20px 22px;
        }

        .mobile-menu .mobile-brand {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #fff;
            font-size: 19px;
            font-weight: 800;
        }

        .mobile-brand .brand-icon {
            width: 34px;
            height: 34px;
            font-size: 16px;
            border-radius: 9px;
        }

        .mobile-menu .btn-close {
            filter: invert(1) grayscale(1) brightness(2);
            opacity: .8;
        }

        .mobile-menu .offcanvas-body {
            padding: 20px 22px 28px;
        }

        .mobile-nav-list {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .mobile-nav-list a {
            display: flex;
            align-items: center;
            min-height: 52px;
            padding: 8px 14px;
            border-radius: 12px;
            color: rgba(255, 255, 255, .86);
            font-size: 18px;
            font-weight: 600;
            border: 1px solid transparent;
        }

        .mobile-nav-list a:hover {
            background: rgba(255, 255, 255, .06);
            color: #fff;
        }

        .mobile-nav-list a.active {
            background: var(--lime);
            color: var(--ink);
            border-color: var(--lime);
        }

        .mobile-help {
            margin-top: 24px;
            padding-top: 18px;
            border-top: 1px solid rgba(255, 255, 255, .1);
            font-size: 13px;
            color: rgba(255, 255, 255, .6);
        }

        .mobile-help a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            background: rgba(255, 255, 255, .07);
            border: 1px solid rgba(255, 255, 255, .1);
            border-radius: 999px;
            padding: 8px 15px;
            margin-top: 10px;
            margin-right: 8px;
            font-size: 13px;
        }

        .mobile-help a:hover {
            color: var(--lime);
            border-color: var(--lime);
        }

        .page-hero {
            position: relative;
            background: var(--ink);
            color: #fff;
            overflow: hidden;
            padding: 54px 0 58px;
        }

        .page-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: url("/assets/images/backpic/back-1.webp");
            background-size: cover;
            background-position: center right;
            opacity: .25;
            z-index: 0;
        }

        .page-hero::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(16, 26, 20, .97) 0%, rgba(16, 26, 20, .88) 46%, rgba(16, 26, 20, .55) 100%);
            z-index: 0;
        }

        .page-hero .c-container {
            position: relative;
            z-index: 1;
        }

        .hero-row {
            display: flex;
            align-items: stretch;
            justify-content: space-between;
            gap: 40px;
        }

        .hero-copy {
            flex: 1 1 60%;
            min-width: 0;
        }

        .breadcrumb-nav {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            font-size: 13px;
            color: rgba(255, 255, 255, .62);
            margin-bottom: 18px;
        }

        .breadcrumb-nav a {
            color: rgba(255, 255, 255, .8);
        }

        .breadcrumb-nav a:hover {
            color: var(--lime);
        }

        .breadcrumb-nav .sep {
            opacity: .6;
        }

        .hero-title {
            font-size: clamp(32px, 4.2vw, 36px);
            font-weight: 800;
            line-height: 1.2;
            color: #fff;
            margin: 0 0 14px;
            letter-spacing: .01em;
        }

        .hero-subline {
            font-size: 16px;
            line-height: 1.7;
            color: rgba(255, 255, 255, .8);
            max-width: 620px;
            margin-bottom: 20px;
        }

        .hero-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .hero-tag {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            min-height: 32px;
            padding: 0 12px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .12);
            color: rgba(255, 255, 255, .86);
            font-size: 12px;
        }

        .hero-tag .dot-icon {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--lime);
            display: inline-block;
        }

        .hero-stats {
            flex: 0 0 390px;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            align-self: center;
        }

        .stat-box {
            background: rgba(255, 255, 255, .07);
            border: 1px solid rgba(255, 255, 255, .12);
            border-radius: 16px;
            padding: 18px 16px;
            min-height: 108px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            transition: border-color .2s ease, background .2s ease;
        }

        .stat-box:hover {
            border-color: rgba(201, 243, 107, .55);
            background: rgba(255, 255, 255, .1);
        }

        .stat-box strong {
            display: block;
            font-size: 26px;
            line-height: 1.2;
            color: var(--lime);
            font-weight: 800;
        }

        .stat-box span {
            display: block;
            margin-top: 6px;
            font-size: 12px;
            color: rgba(255, 255, 255, .68);
        }

        .catalog-section {
            background: var(--bg);
            padding: clamp(42px, 7vw, 72px) 0;
        }

        .catalog-section .section-heading {
            margin-bottom: 20px;
        }

        .eyebrow {
            display: block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .14em;
            color: var(--brand);
            margin-bottom: 6px;
        }

        .section-heading h2 {
            font-size: clamp(24px, 3vw, 30px);
            font-weight: 800;
            color: var(--title);
            line-height: 1.3;
            margin: 0;
        }

        .section-intro {
            font-size: 14px;
            color: var(--muted);
            max-width: 720px;
            margin-top: 8px;
        }

        .catalog-panel {
            background: var(--surface);
            border: 1px solid var(--line);
            border-radius: 22px;
            padding: 20px;
            box-shadow: var(--shadow);
            margin-top: 28px;
        }

        .filter-bar {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding-bottom: 18px;
            border-bottom: 1px solid var(--line);
            flex-wrap: wrap;
        }

        .filter-meta {
            flex: 0 0 150px;
        }

        .filter-label {
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 700;
            color: var(--title);
            font-size: 15px;
            margin-bottom: 4px;
        }

        .filter-label svg {
            width: 18px;
            height: 18px;
            color: var(--brand);
        }

        .filter-note {
            font-size: 12px;
            color: var(--muted);
        }

        .filter-group {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            flex: 1 1 auto;
        }

        .filter-chip {
            min-height: 42px;
            padding: 8px 18px;
            border: 1px solid #D8E0D5;
            background: #fff;
            color: var(--text);
            border-radius: 999px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            transition: border-color .2s ease, color .2s ease, background .2s ease;
        }

        .filter-chip:hover {
            border-color: var(--brand);
            color: var(--brand);
        }

        .filter-chip.active {
            background: var(--ink);
            border-color: var(--ink);
            color: #fff;
        }

        .catalog-list {
            margin-top: 6px;
        }

        .catalog-card {
            display: flex;
            align-items: center;
            gap: 16px;
            background: #fff;
            border: 1px solid #E5E9E2;
            border-radius: 16px;
            padding: 14px 16px;
            margin-top: 12px;
            transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
        }

        .catalog-card:hover {
            border-color: var(--brand);
            box-shadow: var(--shadow-hover);
            transform: translateY(-2px);
        }

        .catalog-card.is-hidden {
            display: none !important;
        }

        .rank-no {
            flex: 0 0 36px;
            font-size: 13px;
            font-weight: 800;
            color: var(--brand);
            text-align: center;
            letter-spacing: .02em;
        }

        .catalog-thumb {
            flex: 0 0 96px;
            width: 96px;
            height: 96px;
            border-radius: 14px;
            overflow: hidden;
            margin: 0;
            background: #EAF0E7;
        }

        .catalog-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .catalog-main {
            flex: 1 1 auto;
            min-width: 0;
            padding-right: 12px;
        }

        .catalog-title-row {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 6px;
        }

        .catalog-title-row h3 {
            font-size: 17px;
            font-weight: 700;
            color: var(--title);
            margin: 0;
            line-height: 1.4;
        }

        .mini-tag {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 22px;
            padding: 0 10px;
            border-radius: 999px;
            font-size: 11px;
            font-weight: 700;
            white-space: nowrap;
        }

        .mini-tag-lime {
            background: var(--lime);
            color: var(--ink);
        }

        .mini-tag-green {
            background: rgba(30, 122, 67, .1);
            color: var(--brand);
        }

        .mini-tag-orange {
            background: rgba(255, 106, 40, .12);
            color: #D9530E;
        }

        .catalog-summary {
            font-size: 13px;
            color: var(--muted);
            margin: 0 0 8px;
            line-height: 1.6;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .catalog-meta {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 8px 16px;
            font-size: 12px;
            color: var(--muted);
        }

        .catalog-meta span {
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .status-dot {
            width: 7px;
            height: 7px;
            display: inline-block;
            border-radius: 50%;
            background: var(--online);
        }

        .catalog-action {
            flex: 0 0 150px;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 10px;
        }

        .action-status {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            color: var(--online);
            font-weight: 700;
        }

        .action-status .status-dot {
            width: 8px;
            height: 8px;
            background: var(--online);
            box-shadow: 0 0 0 3px rgba(39, 160, 92, .14);
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            border-radius: 999px;
            font-weight: 700;
            font-size: 14px;
            letter-spacing: .02em;
            min-height: 44px;
            padding: 8px 20px;
            border: 1px solid transparent;
            transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
            text-decoration: none;
            cursor: pointer;
            line-height: 1.4;
        }

        .btn-dark {
            background: var(--ink);
            color: #fff;
            border-color: var(--ink);
        }

        .btn-dark:hover {
            background: #284B35;
            color: #fff;
            border-color: #284B35;
            transform: translateY(-1px);
        }

        .btn-lime {
            background: var(--lime);
            color: var(--ink);
            border-color: var(--lime);
        }

        .btn-lime:hover {
            background: #b5df52;
            color: var(--ink);
            border-color: #b5df52;
            transform: translateY(-1px);
        }

        .btn-outline-green {
            background: transparent;
            color: var(--brand);
            border-color: var(--brand);
        }

        .btn-outline-green:hover {
            background: var(--brand);
            color: #fff;
        }

        .pager-row {
            display: flex;
            justify-content: center;
            margin-top: 26px;
        }

        .pagination {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin: 0;
        }

        .page-item {
            display: block;
        }

        .page-link {
            min-width: 40px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px !important;
            border: 1px solid #D8E0D5;
            background: #fff;
            color: var(--text);
            font-size: 14px;
            font-weight: 600;
            padding: 8px 14px;
            line-height: 1;
            transition: background .2s ease, color .2s ease, border-color .2s ease;
        }

        .page-link:hover {
            color: var(--brand);
            border-color: var(--brand);
            background: #F4F7F1;
        }

        .page-item.active .page-link {
            background: var(--ink);
            border-color: var(--ink);
            color: #fff;
        }

        .quick-area {
            background: #fff;
            padding: clamp(46px, 7vw, 76px) 0;
        }

        .quick-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 14px;
            margin-top: 26px;
        }

        .quick-card {
            background: #F7F8F4;
            border: 1px solid #EAEEE7;
            border-radius: 16px;
            padding: 20px 16px;
            transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
            display: block;
            color: var(--text);
            text-decoration: none;
        }

        .quick-card:hover {
            color: var(--text);
            border-color: var(--brand);
            box-shadow: var(--shadow-hover);
            transform: translateY(-2px);
        }

        .quick-card .quick-icon {
            width: 42px;
            height: 42px;
            border-radius: 12px;
            background: rgba(30, 122, 67, .1);
            color: var(--brand);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 14px;
        }

        .quick-card .quick-icon svg {
            width: 20px;
            height: 20px;
        }

        .quick-card h3 {
            font-size: 16px;
            font-weight: 700;
            color: var(--title);
            margin: 0 0 8px;
            line-height: 1.35;
        }

        .quick-card p {
            font-size: 12px;
            color: var(--muted);
            line-height: 1.6;
            margin: 0 0 14px;
        }

        .quick-more {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-size: 13px;
            font-weight: 700;
            color: var(--brand);
        }

        .quick-more::after {
            content: "→";
            transition: transform .2s ease;
        }

        .quick-card:hover .quick-more::after {
            transform: translateX(3px);
        }

        .scene-area {
            background: var(--bg);
            padding: clamp(46px, 7vw, 76px) 0;
        }

        .scene-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
            margin-top: 28px;
        }

        .scene-card {
            background: var(--surface);
            border: 1px solid var(--line);
            border-radius: 18px;
            padding: 24px;
            box-shadow: 0 6px 18px rgba(20, 35, 25, .04);
            transition: border-color .25s ease, box-shadow .25s ease;
        }

        .scene-card:hover {
            border-color: var(--brand);
            box-shadow: var(--shadow-hover);
        }

        .scene-num {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            background: var(--lime);
            color: var(--ink);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 800;
            margin-bottom: 16px;
        }

        .scene-card h3 {
            font-size: 18px;
            font-weight: 700;
            color: var(--title);
            margin: 0 0 10px;
        }

        .scene-card p {
            font-size: 14px;
            color: var(--muted);
            line-height: 1.75;
            margin: 0;
        }

        .faq-section {
            background: #fff;
            padding: clamp(46px, 7vw, 76px) 0;
        }

        .faq-wrap {
            max-width: 880px;
            margin: 30px auto 0;
        }

        .accordion {
            --bs-accordion-bg: #fff;
            --bs-accordion-border-color: var(--line);
            --bs-accordion-border-radius: 16px;
            --bs-accordion-inner-border-radius: 15px;
            --bs-accordion-btn-padding-x: 20px;
            --bs-accordion-btn-padding-y: 18px;
            --bs-accordion-body-padding-x: 20px;
            --bs-accordion-body-padding-y: 18px;
            --bs-accordion-active-color: var(--brand);
            --bs-accordion-active-bg: #fff;
        }

        .accordion-item {
            border: 1px solid var(--line);
            border-radius: 16px;
            margin-bottom: 12px;
            overflow: hidden;
            box-shadow: 0 4px 14px rgba(20, 35, 25, .04);
        }

        .accordion-button {
            background: #fff;
            color: var(--title);
            font-weight: 700;
            font-size: 16px;
            line-height: 1.5;
            box-shadow: none;
            position: relative;
            padding-left: 22px;
            padding-right: 22px;
        }

        .accordion-button::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: var(--lime);
            border-radius: 0 4px 4px 0;
            opacity: 0;
            transition: opacity .2s ease;
        }

        .accordion-button:not(.collapsed)::before {
            opacity: 1;
        }

        .accordion-button:not(.collapsed) {
            background: #fff;
            color: var(--brand);
            box-shadow: none;
        }

        .accordion-button:focus {
            box-shadow: none;
            border-color: var(--brand);
        }

        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231E7A43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
            background-size: 18px;
            width: 18px;
            height: 18px;
            transition: transform .25s ease;
        }

        .accordion-body {
            color: var(--text);
            font-size: 14px;
            line-height: 1.85;
            background: #fff;
            border-top: 1px solid #F0F3EE;
            padding-top: 14px;
        }

        .cta-block {
            position: relative;
            background: var(--ink);
            color: #fff;
            padding: clamp(52px, 8vw, 84px) 0;
            overflow: hidden;
        }

        .cta-block::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: url("/assets/images/backpic/back-2.webp");
            background-size: cover;
            background-position: center;
            opacity: .14;
        }

        .cta-block::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(100deg, rgba(16, 26, 20, .96) 0%, rgba(16, 26, 20, .82) 70%, rgba(16, 26, 20, .6) 100%);
        }

        .cta-inner {
            position: relative;
            z-index: 2;
            max-width: 760px;
            margin: 0 auto;
            text-align: center;
        }

        .cta-block h2 {
            color: #fff;
            font-size: clamp(26px, 3.6vw, 36px);
            font-weight: 800;
            margin: 0 0 14px;
        }

        .cta-block p {
            color: rgba(255, 255, 255, .82);
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 24px;
        }

        .cta-actions {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 12px;
        }

        .cta-inner .btn {
            min-height: 48px;
            padding: 10px 26px;
        }

        .footer {
            background: var(--ink);
            color: rgba(255, 255, 255, .72);
        }

        .footer-main {
            padding: 58px 0 30px;
        }

        .footer-brand {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #fff;
            font-size: 20px;
            font-weight: 800;
            margin-bottom: 16px;
        }

        .footer-brand:hover {
            color: #fff;
        }

        .footer-brand .brand-icon {
            width: 36px;
            height: 36px;
            border-radius: 9px;
        }

        .footer-main p {
            font-size: 14px;
            line-height: 1.8;
            color: rgba(255, 255, 255, .62);
            max-width: 340px;
        }

        .footer-title {
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            margin: 0 0 16px;
            letter-spacing: .02em;
        }

        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links li {
            margin-bottom: 4px;
        }

        .footer-links a {
            display: inline-block;
            padding: 6px 0;
            color: rgba(255, 255, 255, .7);
            font-size: 14px;
        }

        .footer-links a:hover {
            color: var(--lime);
            padding-left: 3px;
        }

        .footer-domain-box {
            background: rgba(255, 255, 255, .05);
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 14px;
            padding: 15px 16px;
        }

        .domain-text {
            display: inline-block;
            font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
            font-size: 13px;
            color: var(--lime);
            background: rgba(201, 243, 107, .1);
            padding: 4px 10px;
            border-radius: 6px;
            margin-bottom: 12px;
        }

        .footer-domain-box ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-domain-box li {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            color: rgba(255, 255, 255, .52);
            line-height: 1.6;
            margin-top: 5px;
        }

        .footer-domain-box li svg {
            width: 15px;
            height: 15px;
            color: var(--lime);
            flex: 0 0 auto;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, .08);
            padding: 22px 0;
            font-size: 12px;
            background: rgba(0, 0, 0, .18);
        }

        .footer-bottom-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            flex-wrap: wrap;
        }

        .footer-bottom p {
            margin: 0;
            color: rgba(255, 255, 255, .46);
        }

        .footer-bottom-links {
            display: flex;
            flex-wrap: wrap;
            gap: 4px 18px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-bottom-links a {
            color: rgba(255, 255, 255, .5);
        }

        .footer-bottom-links a:hover {
            color: var(--lime);
        }

        @media (max-width: 1199.98px) {
            .hero-stats {
                flex-basis: 340px;
            }
        }

        @media (max-width: 991.98px) {
            .hero-row {
                flex-direction: column;
                gap: 30px;
            }
            .hero-stats {
                flex: 0 0 auto;
                grid-template-columns: repeat(4, 1fr);
                width: 100%;
            }
            .stat-box {
                min-height: 96px;
                padding: 14px 12px;
            }
            .quick-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            .scene-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 767.98px) {
            .topbar-links a {
                padding: 0 4px;
            }
            .topbar-links a span {
                display: none;
            }
            .footer-bottom-inner {
                flex-direction: column;
                text-align: center;
            }
            .catalog-section .catalog-panel {
                padding: 14px;
            }
            .filter-bar {
                flex-direction: column;
            }
            .filter-meta {
                flex: 0 0 auto;
            }
            .catalog-card {
                flex-wrap: wrap;
                gap: 12px;
                padding: 14px;
            }
            .catalog-thumb {
                flex-basis: 72px;
                width: 72px;
                height: 72px;
                border-radius: 12px;
            }
            .rank-no {
                flex-basis: 24px;
            }
            .catalog-main {
                flex: 1 1 calc(100% - 130px);
                padding-right: 0;
            }
            .catalog-action {
                flex: 0 0 100%;
                width: 100%;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                border-top: 1px dashed var(--line);
                padding-top: 12px;
                margin-top: 2px;
            }
            .catalog-action .btn {
                min-height: 40px;
                padding: 6px 16px;
            }
            .quick-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .scene-grid {
                grid-template-columns: 1fr;
            }
            .hero-stats {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 575.98px) {
            .c-container {
                padding-left: 16px;
                padding-right: 16px;
            }
            .topbar-inner {
                gap: 10px;
            }
            .topbar-links {
                gap: 2px;
            }
            .topbar-links a {
                font-size: 0;
            }
            .topbar-links svg {
                width: 16px;
                height: 16px;
            }
            .mainnav-inner {
                min-height: 64px;
            }
            .brand-text {
                font-size: 17px;
            }
            .brand-icon {
                width: 34px;
                height: 34px;
                font-size: 15px;
            }
            .page-hero {
                padding: 36px 0 40px;
            }
            .hero-title {
                font-size: 31px;
            }
            .hero-stats {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }
            .filter-chip {
                min-height: 40px;
                padding: 7px 15px;
                font-size: 13px;
            }
            .catalog-summary {
                white-space: normal;
                overflow: visible;
            }
            .quick-grid {
                grid-template-columns: 1fr;
            }
            .footer-main {
                padding: 44px 0 26px;
            }
        }

/* roulang page: category2 */
:root {
    --bg: #F4F5F0;
    --bg-deep: #18251D;
    --ink-deep: #101A14;
    --ink: #17211B;
    --body: #2B3A30;
    --muted: #647066;
    --green: #1E7A43;
    --citron: #C9F36B;
    --orange: #FF6A28;
    --line: #DFE7DC;
    --white: #FFFFFF;
    --radius-card: 16px;
    --shadow-card: 0 10px 30px rgba(20, 35, 25, 0.08);
    --shadow-hover: 0 14px 36px rgba(20, 35, 25, 0.12);
    --bs-primary: #1E7A43;
    --bs-link-color: #1E7A43;
    --bs-body-bg: #F4F5F0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background-color: var(--bg);
    color: var(--body);
    line-height: 1.6;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--ink);
    line-height: 1.25;
    margin: 0 0 0.5em;
    font-weight: 700;
}

p {
    margin: 0 0 1rem;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus-visible,
button:focus-visible,
.accordion-button:focus-visible,
.offcanvas .btn-close:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(30, 122, 67, 0.14);
}

button {
    font-family: inherit;
}

.c-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.obj-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-block {
    padding: clamp(56px, 9vw, 96px) 0;
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
}

.eyebrow::before {
    content: "";
    width: 22px;
    height: 3px;
    border-radius: 99px;
    background: var(--citron);
}

.section-title {
    font-size: clamp(28px, 3vw, 36px);
    margin-bottom: 8px;
}

.section-desc {
    color: var(--muted);
    max-width: 720px;
    margin: 0;
}

.text-link {
    color: var(--green);
    font-weight: 600;
    padding: 6px 2px;
}

.text-link:hover {
    color: #145A32;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.btn {
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-padding-x: 1.35rem;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.01em;
    border: 1px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

.btn-brand,
.btn-solid {
    background-color: var(--ink-deep);
    border-color: var(--ink-deep);
    color: #fff;
}

.btn-brand:hover,
.btn-solid:hover {
    background-color: #284B35;
    border-color: #284B35;
    color: #fff;
    transform: translateY(-1px);
}

.btn-citron {
    background-color: var(--citron);
    border-color: var(--citron);
    color: var(--ink-deep);
}

.btn-citron:hover {
    background-color: #b7df4d;
    border-color: #b7df4d;
    color: #101A14;
    transform: translateY(-1px);
}

.btn-line,
.btn-outline {
    background-color: transparent;
    border-color: var(--green);
    color: var(--green);
}

.btn-line:hover,
.btn-outline:hover {
    background-color: #EAF2E8;
    border-color: #145A32;
    color: #145A32;
}

.btn:active {
    transform: translateY(1px);
}

.btn-sm {
    min-height: 38px;
    padding: 8px 16px;
    font-size: 14px;
}

/* ===== 顶部信息条 ===== */
.topbar {
    background-color: var(--ink-deep);
    color: #D8E2D6;
    font-size: 12px;
}

.topbar .c-container {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.topbar-domain {
    color: #B9C6B5;
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
    border: 1px solid rgba(216, 226, 214, 0.28);
    border-radius: 5px;
    padding: 2px 10px;
    letter-spacing: 0.04em;
}

.topbar-links {
    display: flex;
    align-items: center;
    gap: 22px;
}

.topbar-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 0;
    color: #D8E2D6;
    opacity: 0.92;
    transition: opacity 0.2s ease;
}

.topbar-link:hover,
.topbar-link:focus-visible {
    opacity: 1;
    color: #fff;
}

.topbar-link svg {
    width: 15px;
    height: 15px;
    stroke: var(--citron);
    flex: none;
}

/* ===== 主导航 ===== */
.mainnav-wrap {
    background: #fff;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 900;
}

.mainnav-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: none;
}

.brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: var(--ink-deep);
    color: var(--citron);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(201, 243, 107, 0.24);
}

.brand-text {
    font-size: 20px;
    font-weight: 800;
    color: var(--ink);
    letter-spacing: 0;
    white-space: nowrap;
}

.mainnav-links {
    margin-left: auto;
    align-items: center;
    gap: clamp(14px, 3vw, 34px);
}

.nav-item {
    display: inline-block;
    padding: 25px 0 22px;
    color: var(--body);
    font-size: 15px;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-item:hover,
.nav-item:focus-visible {
    color: var(--green);
    border-bottom-color: rgba(30, 122, 67, 0.35);
}

.nav-item.active {
    color: var(--green);
    border-bottom-color: var(--citron);
}

.header-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 99px;
    background: #EDF2E9;
    color: var(--green);
    transition: background 0.2s ease, color 0.2s ease;
}

.header-quick-link:hover {
    background: #DCEADB;
    color: #145A32;
}

.nav-toggle {
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.nav-toggle:hover {
    border-color: var(--green);
    background: #F0F5EE;
}

.nav-toggle svg {
    width: 22px;
    height: 22px;
}

/* ===== 移动端抽屉 ===== */
.mobile-canvas {
    width: min(320px, 86vw);
    background-color: var(--ink-deep);
    color: #E4EADF;
}

.mobile-canvas .offcanvas-header {
    padding: 22px 20px 10px;
    border-bottom: 1px solid rgba(223, 231, 220, 0.12);
}

.mobile-canvas .btn-close {
    width: 44px;
    height: 44px;
    filter: invert(1) grayscale(0.2) brightness(1.8);
    opacity: 0.75;
}

.mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.mobile-brand .brand-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 18px;
}

.mobile-brand .brand-text {
    color: #fff;
    font-size: 18px;
}

.mobile-canvas .offcanvas-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-nav-item {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #E4EADF;
    padding: 14px 16px;
    border-radius: 12px;
    line-height: 1.5;
    transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav-item:hover,
.mobile-nav-item.active {
    background: rgba(201, 243, 107, 0.12);
    color: var(--citron);
}

.mobile-helper {
    margin-top: 24px;
    border-top: 1px solid rgba(223, 231, 220, 0.12);
    padding-top: 18px;
    font-size: 13px;
    color: #AFC0AF;
}

/* ===== 内页头图 ===== */
.launch-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(52px, 7vw, 80px) 0 0;
}

.launch-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/images/backpic/back-1.webp") top right / cover no-repeat;
    opacity: 0.16;
    pointer-events: none;
}

.site-crumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.site-crumb a {
    color: var(--green);
}

.site-crumb a:hover {
    color: #145A32;
}

.site-crumb .sep {
    opacity: 0.5;
}

.launch-hero h1 {
    font-size: clamp(34px, 5vw, 54px);
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.launch-hero-desc {
    font-size: 16px;
    line-height: 1.85;
    color: var(--muted);
    max-width: 620px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.launch-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.stat-chip {
    display: flex;
    flex-direction: column;
}

.stat-chip strong {
    font-size: 30px;
    line-height: 1.1;
    color: var(--ink);
}

.stat-chip span {
    font-size: 13px;
    color: var(--muted);
    margin-top: 4px;
}

.launch-hero-visual {
    position: relative;
    z-index: 1;
    border-radius: 22px;
    box-shadow: var(--shadow-hover);
    overflow: hidden;
    min-height: 320px;
    border: 1px solid rgba(223, 231, 220, 0.7);
}

.launch-hero-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.visual-echo {
    position: absolute;
    left: 18px;
    bottom: 18px;
    background: rgba(16, 26, 20, 0.78);
    color: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 13px;
    backdrop-filter: blur(4px);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.visual-echo svg {
    width: 16px;
    height: 16px;
    color: var(--citron);
}

/* ===== 首发小信息条 ===== */
.quick-strip {
    position: relative;
    z-index: 2;
    margin-top: clamp(24px, 5vw, 56px);
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 26px 0;
}

.quick-strip-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.quick-strip-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    border-left: 2px solid var(--line);
    min-height: 56px;
}

.quick-strip-card:first-child {
    border-left-color: var(--citron);
}

.quick-strip-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EDF5EB;
    color: var(--green);
    flex: none;
}

.quick-strip-icon svg {
    width: 19px;
    height: 19px;
}

.quick-strip-card strong {
    display: block;
    font-size: 14px;
    color: var(--ink);
    line-height: 1.3;
}

.quick-strip-card span {
    font-size: 12px;
    color: var(--muted);
}

/* ===== 本月首发 ===== */
.month-section {
    padding-top: clamp(52px, 8vw, 88px);
    padding-bottom: clamp(52px, 8vw, 88px);
}

.feature-launch-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    box-shadow: var(--shadow-card);
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.feature-launch-card:hover {
    border-color: #B4D3BB;
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
}

.feature-media {
    position: relative;
    min-height: 330px;
    overflow: hidden;
}

.feature-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.feature-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 26, 20, 0.12), transparent 55%);
}

.feature-body {
    padding: clamp(26px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-kicker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.state-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    padding: 5px 11px;
    background: #EAF6EE;
    color: var(--green);
    line-height: 1.4;
}

.state-badge::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.state-badge.state-active {
    background: #EAF6EE;
    color: var(--green);
}

.state-badge.state-citron {
    background: rgba(201, 243, 107, 0.22);
    color: #4D6E1A;
}

.state-badge.state-orange {
    background: rgba(255, 106, 40, 0.13);
    color: #C44D16;
}

.feature-title {
    font-size: 28px;
    margin-bottom: 8px;
}

.feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 16px;
}

.feature-desc {
    color: var(--body);
    line-height: 1.85;
    margin-bottom: 20px;
}

.feature-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.card-link-note {
    font-size: 13px;
    color: var(--muted);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.side-launch-grid {
    margin-top: 24px;
}

.side-launch-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.side-launch-card:hover {
    border-color: #B4D3BB;
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.side-launch-thumb {
    position: relative;
    height: 175px;
    overflow: hidden;
    background: #E9EFE6;
    flex: none;
}

.side-launch-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.35s ease;
}

.side-launch-card:hover .side-launch-thumb img {
    transform: scale(1.03);
}

.side-launch-thumb .state-badge {
    position: absolute;
    right: 12px;
    top: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 12px rgba(20, 35, 25, 0.1);
}

.side-launch-body {
    padding: 20px 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.side-launch-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.tag-chip {
    font-size: 12px;
    font-weight: 700;
    color: var(--green);
    background: #EDF5EB;
    border-radius: 6px;
    padding: 3px 9px;
}

.side-launch-title {
    font-size: 19px;
    margin-bottom: 6px;
}

.side-launch-sub {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 16px;
}

.side-launch-foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.launch-date-line {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: var(--muted);
}

.launch-date-line svg {
    width: 15px;
    height: 15px;
    color: var(--orange);
}

/* ===== 即将首发深色版块 ===== */
.upcoming-section {
    background-color: var(--bg-deep);
    background-image: url("/assets/images/backpic/back-3.webp");
    background-size: cover;
    background-position: center;
    color: rgba(228, 234, 223, 0.82);
    padding: clamp(56px, 9vw, 96px) 0;
}

.upcoming-section .eyebrow {
    color: var(--citron);
}

.upcoming-section .section-title {
    color: #fff;
}

.upcoming-copy {
    max-width: 680px;
    color: #BCC9B8;
    margin-top: 8px;
}

.upcoming-schedule-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 20px;
    padding: 10px 24px 12px;
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.schedule-line {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    min-height: 92px;
}

.schedule-line:last-child {
    border-bottom: 0;
}

.schedule-date {
    text-align: center;
    background: #F0F4EC;
    border-radius: 14px;
    width: 72px;
    padding: 9px 6px;
    flex: none;
}

.schedule-date strong {
    display: block;
    font-size: 17px;
    color: var(--ink);
    line-height: 1.2;
}

.schedule-date span {
    display: block;
    font-size: 11px;
    color: var(--muted);
}

.schedule-info {
    min-width: 0;
}

.schedule-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
}

.schedule-genre {
    font-size: 13px;
    color: var(--muted);
    margin-top: 4px;
}

.schedule-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.schedule-actions .btn {
    font-size: 13px;
    padding-left: 13px;
    padding-right: 13px;
    min-height: 36px;
}

.upcoming-img-card {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    position: relative;
    min-height: 280px;
    box-shadow: var(--shadow-card);
}

.upcoming-img-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.upcoming-img-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10, 18, 13, 0.78));
}

.upcoming-img-text {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 1;
    color: #fff;
}

.upcoming-img-text span {
    display: inline-block;
    background: var(--citron);
    color: var(--ink-deep);
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
    padding: 5px 12px;
    margin-bottom: 10px;
}

.upcoming-img-text strong {
    display: block;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}

.upcoming-img-card .copy-tip {
    font-size: 13px;
    opacity: 0.75;
    margin-top: 6px;
}


/* ===== 收录申请区 ===== */
.apply-section {
    padding: clamp(56px, 9vw, 96px) 0;
    background: #F0F3ED;
}

.apply-panel {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(90deg, rgba(16, 26, 20, 0.94), rgba(16, 26, 20, 0.78) 58%, rgba(16, 26, 20, 0.86)),
        url("/assets/images/backpic/back-2.webp") center / cover no-repeat;
    color: rgba(235, 240, 230, 0.9);
    padding: clamp(30px, 5vw, 68px);
}

.apply-panel .eyebrow {
    color: var(--citron);
}

.apply-panel .section-title {
    color: #fff;
}

.apply-text {
    font-size: 15px;
    line-height: 1.85;
    color: #CFDCCB;
    max-width: 640px;
    margin-bottom: 0;
}

.apply-form {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 8px;
    border-radius: 14px;
    margin-top: 26px;
}

.apply-form input {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
    padding: 8px 12px;
    min-width: 0;
    flex: 1;
}

.apply-form input::placeholder {
    color: #AFC3B2;
}

.apply-form input:focus {
    outline: none;
}

.apply-panel .apply-tip {
    font-size: 12px;
    opacity: 0.7;
    margin-top: 12px;
}

/* ===== 常见问题 ===== */
.faq-section {
    padding: clamp(56px, 9vw, 96px) 0;
}

.faq-wrap {
    max-width: 820px;
}

.faq-wrap .accordion-item {
    border: 1px solid var(--line);
    margin-bottom: 14px;
    border-radius: 14px !important;
    overflow: hidden;
    background-color: #fff;
}

.accordion-button {
    background: #fff;
    color: var(--ink);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 22px;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-left: 3px solid transparent;
}

.accordion-button:not(.collapsed) {
    color: var(--green);
    background: #fff;
    box-shadow: none;
    border-left-color: var(--citron);
}

.accordion-button:hover,
.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
    border-left-color: var(--citron);
    border-left-width: 3px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F7A44' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
    background-size: contain;
    transition: transform .25s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231F7A44' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
    transform: rotate(0);
}

.accordion-body {
    padding: 4px 22px 22px 22px;
    color: var(--body);
    line-height: 1.85;
}

.bottom-guide {
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 34px 0;
}

.bottom-guide-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bottom-guide-copy strong {
    font-size: 18px;
    color: var(--ink);
    display: block;
    margin-bottom: 4px;
}

.bottom-guide-copy span {
    color: var(--muted);
    font-size: 14px;
}

/* ===== 页脚 ===== */
.footer {
    background-color: var(--ink-deep);
    color: #CED9CB;
}

.footer-main {
    padding: clamp(50px, 8vw, 80px) 0 36px;
}

.footer a {
    color: #CED9CB;
    transition: color 0.2s ease;
}

.footer a:hover {
    color: var(--citron);
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
}

.footer-brand .brand-icon {
    background: rgba(201, 243, 107, 0.15);
    color: var(--citron);
    box-shadow: inset 0 0 0 1px rgba(201, 243, 107, 0.22);
}

.footer-brand .brand-text {
    color: #fff;
}

.footer .footer-intro {
    font-size: 14px;
    line-height: 1.85;
    color: #AEBEAA;
    max-width: 360px;
}

.footer-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 700;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.footer-links a {
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
}

.footer-domain-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px;
    border-radius: 14px;
}

.footer-domain-box .domain-text {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--citron);
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 14px;
    background: rgba(201, 243, 107, 0.1);
    border-radius: 6px;
    padding: 4px 9px;
}

.footer-domain-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
}

.footer-domain-box li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #BDCBBE;
}

.footer-domain-box li svg {
    width: 14px;
    height: 14px;
    color: var(--citron);
    flex: none;
}

.footer-disclaimer {
    font-size: 12px;
    color: #8DA293;
    line-height: 1.7;
    margin: 16px 0 0;
    max-width: 920px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px 0;
    background: #0D1712;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #8FA492;
}

.footer-bottom-inner a {
    color: #8FA492;
}

.footer-bottom-inner a:hover {
    color: var(--citron);
}

/* ===== 响应式断点 ===== */
@media (max-width: 1199.98px) {
    .header-quick-link {
        display: none;
    }

    .quick-strip-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .quick-strip-card {
        border-left-width: 2px;
    }
}

@media (max-width: 991.98px) {
    .mainnav-links {
        display: none;
    }

    .mainnav-inner {
        min-height: 64px;
    }

    .brand-text {
        font-size: 18px;
    }

    .feature-launch-card {
        grid-template-columns: 1fr;
    }

    .feature-media {
        min-height: 250px;
    }

    .upcoming-schedule-card {
        margin-top: 24px;
    }

    .bottom-guide-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .c-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 24px;
    }

    .topbar-links {
        gap: 12px;
    }

    .topbar-link {
        font-size: 12px;
    }

    .topbar-link span {
        display: none;
    }

    .feature-body {
        padding: 24px 20px;
    }

    .feature-title {
        font-size: 24px;
    }

    .schedule-line {
        grid-template-columns: 1fr;
        gap: 8px;
        align-items: flex-start;
        padding: 18px 2px;
    }

    .schedule-date {
        text-align: left;
        width: auto;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        padding: 5px 10px;
    }

    .schedule-date span {
        display: inline;
    }

    .schedule-actions {
        justify-content: flex-start;
    }

    .upcoming-img-card {
        min-height: 220px;
    }

    .apply-panel {
        padding: 28px 22px;
    }

    .apply-form {
        flex-direction: column;
        background: rgba(255, 255, 255, 0.06);
        padding: 12px;
    }

    .apply-form .btn {
        width: 100%;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .launch-hero {
        padding-top: 36px;
    }

    .launch-hero-desc {
        font-size: 15px;
    }

    .launch-hero h1 {
        font-size: 34px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .quick-strip-grid {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .quick-strip-card {
        border-left: 0;
        border-bottom: 1px solid var(--line);
        padding: 12px 0;
    }

    .side-launch-card {
        margin-bottom: 4px;
    }

    .feature-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .feature-actions .btn {
        width: 100%;
    }

    .feature-media {
        min-height: 210px;
    }

    .launch-hero-visual {
        min-height: 220px;
    }

    .bottom-guide-copy strong {
        font-size: 16px;
    }
}

/* roulang page: category3 */
:root {
  --bg: #F4F5F0;
  --card: #FFFFFF;
  --dark: #18251D;
  --nearblack: #101A14;
  --title: #17211B;
  --text: #2B3A30;
  --muted: #647066;
  --green: #1E7A43;
  --lime: #C9F36B;
  --orange: #FF6A28;
  --line: #DFE7DC;
  --link: #1E7A43;
  --success: #27A05C;
  --shadow: 0 10px 30px rgba(20, 35, 25, 0.08);
  --radius-card: 20px;
  --radius-btn: 8px;
  --radius-input: 10px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--title);
  line-height: 1.3;
  font-weight: 700;
}

a {
  color: var(--link);
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

a:hover {
  color: #146136;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

button,
input {
  font-family: inherit;
}

ul {
  padding-left: 0;
  list-style: none;
}

:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 2000;
  background: var(--green);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.skip-link:focus {
  left: 8px;
}

.c-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: clamp(16px, 4vw, 24px);
  padding-right: clamp(16px, 4vw, 24px);
}

:root {
  --bs-primary: #1E7A43;
  --bs-body-bg: #F4F5F0;
  --bs-body-color: #2B3A30;
  --bs-link-color: #1E7A43;
  --bs-link-hover-color: #146136;
  --bs-btn-border-radius: 8px;
  --bs-border-color: #DFE7DC;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

/* topbar */
.topbar {
  background: var(--nearblack);
  color: #DDE6D9;
  font-size: 13px;
  padding: 8px 0;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 26px;
}

.topbar-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.topbar-domain {
  font-weight: 600;
  color: #D9F5A9;
  letter-spacing: 0.04em;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6EEB9A;
  display: inline-block;
  box-shadow: 0 0 0 3px rgba(110, 235, 154, 0.14);
}

.topbar-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #B9C9B4;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.topbar-actions a {
  color: #DDE6D9;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  transition: color .2s ease;
}

.topbar-actions a:hover {
  color: var(--lime);
}

.topbar-actions svg {
  width: 15px;
  height: 15px;
}

.topbar-divider {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,.22);
}

/* main nav */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: #fff;
  box-shadow: 0 1px 0 var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--title);
  min-height: 48px;
}

.brand:hover {
  color: var(--title);
}

.brand-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--dark);
  color: var(--lime);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
  flex: 0 0 38px;
}

.brand-icon svg {
  width: 21px;
  height: 21px;
  position: absolute;
  opacity: 0;
}

.brand-text {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--title);
  white-space: nowrap;
}

.brand-sub {
  display: none;
}

.mainnav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
}

.nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  color: var(--title);
  font-size: 15px;
  font-weight: 600;
  position: relative;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.nav-item:hover {
  color: var(--green);
  background: rgba(232, 240, 229, 0.7);
}

.nav-item.active {
  background: var(--lime);
  color: var(--dark);
  box-shadow: inset 0 -2px 0 rgba(24, 37, 29, 0.08);
}

.mobile-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  border-radius: 10px;
  color: var(--title);
  cursor: pointer;
}

.mobile-toggler:hover {
  background: #EEF1EB;
}

.mobile-toggler svg {
  width: 26px;
  height: 26px;
}

/* offcanvas mobile nav */
.mobile-menu {
  background: var(--dark);
  color: #E6EEE2;
  width: min(320px, 86vw);
}

.mobile-menu .offcanvas-header {
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-menu-close {
  background: transparent;
  border: 0;
  color: #E6EEE2;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 26px;
  line-height: 1;
}

.mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.mobile-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 19px;
  font-weight: 800;
}

.mobile-brand .mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--lime);
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
}

.mobile-body {
  padding: 14px 16px 24px;
}

.mobile-links a {
  display: block;
  color: #F0F4EC;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 10px;
  border-radius: 10px;
  line-height: 1.5;
}

.mobile-links a:hover {
  color: var(--lime);
}

.mobile-links a.active {
  color: var(--dark);
  background: var(--lime);
}

.mobile-help {
  margin-top: 22px;
  display: flex;
  gap: 12px;
}

.mobile-help a {
  flex: 1;
  text-align: center;
  border: 1px solid rgba(255,255,255,.25);
  color: #EDF5EA;
  border-radius: 999px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

/* gift hero */
.gift-hero {
  position: relative;
  background: var(--nearblack);
  padding-top: clamp(52px, 8vw, 84px);
  padding-bottom: clamp(52px, 8vw, 88px);
  overflow: hidden;
  color: #F3F7EF;
}

.gift-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(98deg, rgba(10, 16, 12, 0.94) 0%, rgba(13, 24, 17, 0.82) 48%, rgba(16, 26, 20, 0.44) 100%),
    url("/assets/images/backpic/back-1.webp") center / cover no-repeat;
}

.gift-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  top: -140px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(201, 243, 107, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
}

.hero-copy {
  color: white;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(201, 243, 107, 0.12);
  border: 1px solid rgba(201, 243, 107, 0.34);
  border-radius: 999px;
  padding: 7px 14px;
  color: #DDEEAE;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 22px;
}

.hero-eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  display: inline-block;
}

.hero-copy h1 {
  font-size: clamp(34px, 5.8vw, 56px);
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: white;
  margin-bottom: 18px;
  font-weight: 800;
}

.hero-copy .subline {
  font-size: 17px;
  line-height: 1.7;
  color: #DDE6D9;
  max-width: 560px;
  margin-bottom: 14px;
}

.hero-copy .subnote {
  color: #9CB2A0;
  font-size: 14px;
  margin-bottom: 34px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.btn-lime {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  background: var(--lime);
  color: var(--dark) !important;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 6px 22px rgba(23, 34, 27, 0.18);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
  cursor: pointer;
}

.btn-lime:hover {
  background: #BCE454;
  transform: translateY(-1px);
  box-shadow: 0 9px 26px rgba(23, 34, 27, 0.15);
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #F0F7EC !important;
  font-weight: 600;
  font-size: 15px;
  transition: border .2s ease, background .2s ease;
}

.btn-outline-light:hover {
  border-color: var(--lime);
  background: rgba(201, 243, 107, 0.06);
  color: var(--lime) !important;
}

.hero-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 0;
}

.hero-mini-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #C7D6C1;
}

.hero-mini-list svg {
  width: 19px;
  height: 19px;
  color: var(--lime);
}

.gift-visual {
  position: relative;
  max-width: 520px;
  margin-left: auto;
}

.visual-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.visual-frame img {
  width: 100%;
  height: clamp(300px, 38vw, 440px);
  object-fit: cover;
  display: block;
}

.visual-layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 22px;
  background: linear-gradient(to bottom, rgba(14, 21, 17, 0.05), rgba(13, 20, 16, 0.86));
}

.visual-layer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.visual-layer-top strong {
  color: white;
  font-size: 16px;
}

.visual-layer-top span {
  background: rgba(255, 106, 40, 0.95);
  color: white;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
}

.visual-layer small {
  display: block;
  margin-top: 10px;
  color: #DCE6D7;
  font-size: 13px;
}

.visual-float {
  position: absolute;
  top: -16px;
  right: -12px;
  width: 94px;
  height: 94px;
  background: var(--lime);
  color: var(--dark);
  border-radius: 24px;
  transform: rotate(7deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.3;
  padding: 8px;
  box-shadow: 0 16px 40px rgba(10, 20, 14, 0.25);
}

/* sections */
.section {
  padding-top: clamp(48px, 7vw, 80px);
  padding-bottom: clamp(48px, 7vw, 80px);
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-head h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 6px;
}

.section-head p {
  color: var(--muted);
  margin-bottom: 0;
  max-width: 680px;
}

/* gift list */
.gift-list-section {
  background: #F9FAF7;
}

.gift-toolbar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 28px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  border-radius: 999px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s ease;
  cursor: pointer;
}

.chip:hover {
  border-color: var(--green);
  color: var(--green);
}

.chip.active {
  background: var(--dark);
  border-color: var(--dark);
  color: white;
}

.gift-card-wrap {
  height: 100%;
}

.gift-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.gift-card:hover {
  box-shadow: 0 16px 38px rgba(20, 35, 25, 0.12);
  transform: translateY(-2px);
  border-color: var(--green);
}

.gift-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.gift-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: white;
  background: rgba(16, 26, 20, 0.72);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(4px);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
}

.thumb-state {
  position: absolute;
  right: 14px;
  top: 14px;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  background: var(--lime);
  color: var(--dark);
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
}

.thumb-state.hot {
  background: var(--orange);
  color: white;
}

.gift-body {
  padding: 22px 22px 14px;
  flex: 1;
}

.gift-kicker {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--green);
}

.gift-body h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.gift-desc {
  color: var(--text);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.gift-valid {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 18px;
}

.gift-valid svg {
  width: 17px;
  height: 17px;
  color: var(--green);
}

.gift-code-zone {
  border-top: 1px dashed var(--line);
  padding: 16px 22px 18px;
  background: #FBFCF9;
}

.code-form .form-control,
.code-form .gift-input {
  border: 1px solid var(--line);
  border-radius: 10px;
  height: 48px;
  font-size: 14px;
  background: white;
  box-shadow: none;
  color: var(--text);
}

.code-form .form-control:focus,
.code-form .gift-input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(30, 122, 67, 0.1);
}

.code-form .btn-claim {
  border: 0;
  background: var(--lime);
  color: var(--dark);
  height: 48px;
  border-radius: 10px;
  font-weight: 700;
  white-space: nowrap;
  padding: 0 18px;
  transition: background .2s ease;
  cursor: pointer;
}

.code-form .btn-claim:hover {
  background: #BCE454;
}

.gift-result {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
  min-height: 18px;
}

.gift-foot {
  background: #F4F6F1;
  padding: 11px 22px;
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* how section */
.how-section {
  background: white;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.steps-title-row h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 8px;
}

.steps-title-row p {
  color: var(--muted);
  max-width: 640px;
  margin-bottom: 30px;
}

.step-grid .col {
  margin-bottom: 0;
}

.step-item {
  height: 100%;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 26px 22px;
  position: relative;
  transition: box-shadow .2s ease, border-color .2s ease;
}

.step-item:hover {
  border-color: var(--green);
  box-shadow: 0 12px 32px rgba(20,35,25,.08);
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--dark);
  color: var(--lime);
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 20px;
}

.step-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.step-item p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 0;
}

.info-strip {
  background: #EFF3EA;
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 34px;
  border-left: 4px solid var(--lime);
}

.info-strip svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: var(--green);
}

.info-strip div {
  color: var(--text);
  font-size: 14px;
}

.info-strip strong {
  color: var(--title);
}

/* notice section */
.notice-section {
  background: #F9FAF7;
}

.notice-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  height: 100%;
  padding: 26px 24px;
  box-shadow: var(--shadow);
  transition: box-shadow .2s ease, border-color .2s ease;
}

.notice-card:hover {
  border-color: var(--green);
  box-shadow: 0 14px 36px rgba(20,35,25,.1);
}

.notice-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #EFF6EA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  margin-bottom: 16px;
}

.notice-icon svg {
  width: 25px;
  height: 25px;
}

.notice-card h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.notice-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 1px;
}

.quote-strip {
  margin-top: 30px;
  text-align: center;
  background: #F1F3ED;
  border-radius: 16px;
  padding: 18px 24px;
}

.quote-strip span {
  color: var(--muted);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.quote-strip svg {
  width: 17px;
  height: 17px;
  color: var(--green);
}

/* faq */
.faq-section {
  background: #fff;
}

.faq-heading h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 10px;
}

.faq-heading p {
  color: var(--muted);
}

.accordion-custom .accordion-item {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 14px;
  border-left: 3px solid transparent !important;
}

.accordion-custom .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: var(--line);
  border-left-color: var(--lime) !important;
  box-shadow: 0 10px 30px rgba(20,35,25,.06);
}

.accordion-custom .accordion-button {
  background: white;
  padding: 22px 24px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title);
  box-shadow: none;
  border: 0;
}

.accordion-custom .accordion-button:not(.collapsed) {
  background: white;
  color: var(--green);
  box-shadow: none;
}

.accordion-custom .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(30,122,67,.15);
}

.accordion-custom .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: var(--green);
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none;
  transition: none;
}

.accordion-custom .accordion-button:not(.collapsed)::after {
  content: "\2212";
  color: var(--green);
  transform: none;
}

.accordion-custom .accordion-body {
  padding: 0 24px 22px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.85;
}

/* dark CTA */
.final-cta {
  position: relative;
  background: var(--nearblack) url("/assets/images/backpic/back-3.webp") center / cover no-repeat;
  color: white;
  padding-top: clamp(50px, 7vw, 78px);
  padding-bottom: clamp(50px, 7vw, 78px);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(9, 15, 12, 0.94) 0%, rgba(13, 22, 17, 0.84) 100%);
}

.cta-inner {
  position: relative;
  z-index: 2;
}

.cta-content h2 {
  color: white;
  font-size: clamp(26px, 4vw, 38px);
  max-width: 640px;
  margin-bottom: 16px;
}

.cta-content p {
  color: #C6D8C5;
  max-width: 660px;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.cta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 0 0 28px;
}

.cta-list li {
  color: #DCE6DA;
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.cta-list svg {
  width: 16px;
  height: 16px;
  color: var(--lime);
}

.cta-form {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 16px;
  backdrop-filter: blur(4px);
  max-width: 560px;
}

.cta-form .input-group {
  gap: 10px;
  flex-wrap: nowrap;
}

.cta-form input {
  height: 50px;
  border: 0;
  background: #fff;
  border-radius: 12px !important;
  padding: 0 18px;
  font-size: 15px;
  color: var(--title);
}

.cta-form input:focus {
  box-shadow: 0 0 0 3px rgba(201,243,107,.2);
  outline: none;
}

.cta-form .btn-lime {
  border-radius: 12px;
  height: 50px;
  white-space: nowrap;
  padding: 0 22px;
}

.cta-form .form-note {
  color: rgba(255,255,255,.6);
  font-size: 12px;
  margin: 12px 0 0;
}

.cta-form .form-feedback {
  font-size: 13px;
  min-height: 20px;
  color: var(--lime);
  margin-top: 10px;
}

/* footer */
.footer {
  background: var(--nearblack);
  color: #BCCBBE;
}

.footer-main {
  padding-top: clamp(48px, 6vw, 68px);
  padding-bottom: 32px;
}

.footer .c-container .row {
  --bs-gutter-y: 30px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px;
}

.footer-brand:hover {
  color: white;
}

.footer-brand .brand-icon {
  background: var(--lime);
  color: var(--dark);
}

.footer p {
  max-width: 340px;
  color: #A9BCAB;
  font-size: 14px;
  line-height: 1.8;
}

.footer h3 {
  color: white;
  font-size: 16px;
  margin-bottom: 16px;
  letter-spacing: .02em;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #A9BCAB;
  font-size: 14px;
  display: inline-block;
  min-height: 30px;
  transition: color .2s ease, padding-left .2s ease;
}

.footer-links a:hover {
  color: var(--lime);
  padding-left: 4px;
}

.footer-domain-box .domain-text {
  display: inline-flex;
  color: var(--lime);
  font-weight: 800;
  letter-spacing: .06em;
  background: rgba(201, 243, 107, .08);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.footer-domain-box li {
  color: #A9BCAB;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
}

.footer-domain-box li svg {
  width: 17px;
  height: 17px;
  color: var(--lime);
  flex: 0 0 17px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
  font-size: 13px;
  color: #85978B;
  background: #0B100D;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: #A9BCAB;
}

.footer-bottom a:hover {
  color: var(--lime);
}

/* responsive */
@media (max-width: 991.98px) {
  .gift-visual {
    margin: 56px auto 0;
  }

  .footer-bottom-inner {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .topbar-actions {
    display: none;
  }

  .topbar-status {
    display: none;
  }

  .brand-text {
    font-size: 18px;
  }

  .hero-copy h1 {
    font-size: 34px;
  }

  .visual-float {
    width: 78px;
    height: 78px;
    border-radius: 18px;
    right: -6px;
    font-size: 13px;
  }

  .section-head {
    display: block;
  }

  .cta-form .input-group {
    flex-wrap: wrap;
  }

  .cta-form input,
  .cta-form .btn-lime {
    width: 100%;
    border-radius: 10px !important;
  }
}

@media (max-width: 575.98px) {
  .brand-sub {
    display: none;
  }

  .code-form .btn-claim {
    font-size: 14px;
    padding: 0 14px;
  }

  .footer-bottom-inner {
    flex-direction: column;
  }
}
