:root {
    --primary-color: #be123c;
    --primary-dark: #9f1239;
    --secondary-color: #0c0a09;
    --accent-color: #e11d48;
    --surface: #fafaf9;
    --surface-elevated: #ffffff;
    --text-color: #292524;
    --text-muted: #57534e;
    --border-subtle: rgba(12, 10, 9, 0.14);
    --border-inner: rgba(12, 10, 9, 0.08);
    --gray-100: #f5f5f4;
    --gray-200: #e7e5e4;
    --transition-speed: 0.25s;
    --transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
    --radius-card: 2px;
    --radius-inner: 2px;
    --shadow-soft: 4px 4px 0 rgba(12, 10, 9, 0.07);
    --shadow-hover: 6px 6px 0 rgba(12, 10, 9, 0.11);
    --nav-h: 4.25rem;
    /* 全站板块边框节奏：细线分隔 / 强调块线 / 顶部装饰条 */
    --line-hair: 1px;
    --line-strong: 2px;
    --line-accent: 3px;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", system-ui, sans-serif;
    color: var(--text-color);
    line-height: 1.65;
    background: var(--surface);
    overflow-x: hidden;
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
}

.container .row > [class*="col-"] {
    min-width: 0;
}

.min-w-0 {
    min-width: 0;
}

/* —— 导航 —— */
.z0f1c6navbar {
    background: rgba(250, 250, 249, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: var(--line-strong) solid var(--secondary-color);
    padding: 0.55rem 0;
}

.z0f1c6navbar-brand img {
    height: 44px;
    width: auto;
    max-height: 44px;
}

.z0f1c6nav-link {
    color: var(--text-color) !important;
    font-weight: 600;
    padding: 0.42rem 0.7rem !important;
    border-radius: var(--radius-card);
    transition: color var(--transition-speed), background var(--transition-speed);
    white-space: normal;
    word-break: break-word;
}

.z0f1c6nav-link:hover {
    color: var(--primary-dark) !important;
    background: rgba(190, 18, 60, 0.08);
}

section[id] {
    scroll-margin-top: calc(var(--nav-h) + 0.5rem);
}

/* ========== 首页：编辑风（z0f1c6ed-*） ========== */

.z0f1c6ed-hero {
    position: relative;
    background: var(--surface-elevated);
    border-top: var(--line-accent) solid var(--primary-color);
    padding: clamp(2.5rem, 7vw, 4.5rem) 0 clamp(2.25rem, 6vw, 3.75rem);
    overflow-x: clip;
    overflow-y: visible;
}

.z0f1c6ed-hero__accent {
    position: absolute;
    top: 0;
    right: 0;
    width: min(42vw, 18rem);
    height: 100%;
    background: linear-gradient(165deg, rgba(190, 18, 60, 0.06), transparent 55%);
    pointer-events: none;
}

.z0f1c6ed-hero__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.z0f1c6ed-hero__title {
    font-family: ui-serif, Georgia, "Songti SC", "SimSun", serif;
    font-size: clamp(2rem, 5.2vw, 3.15rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: var(--secondary-color);
    margin: 0.35rem 0 1rem;
}

.z0f1c6ed-hero__deck {
    font-size: clamp(1.05rem, 2.2vw, 1.22rem);
    color: var(--text-muted);
    max-width: 36rem;
    margin-bottom: 1rem;
}

.z0f1c6ed-hero__body {
    font-size: 0.95rem;
    color: var(--text-muted);
    max-width: 40rem;
    margin: 0;
    line-height: 1.75;
}

.z0f1c6ed-hero__body strong {
    color: var(--secondary-color);
    font-weight: 700;
}

.z0f1c6ed-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.z0f1c6ed-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.15rem;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    border: var(--line-strong) solid var(--secondary-color);
    border-radius: var(--radius-card);
    transition: transform var(--transition-speed), box-shadow var(--transition-speed), background var(--transition-speed), color var(--transition-speed);
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(190, 18, 60, 0.12);
}

.z0f1c6ed-btn--solid {
    background: var(--primary-color);
    color: #fff !important;
    border-color: var(--primary-dark);
    box-shadow: var(--shadow-soft);
}

.z0f1c6ed-btn--solid:hover {
    background: var(--accent-color);
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-hover);
    color: #fff !important;
}

.z0f1c6ed-btn--line {
    background: transparent;
    color: var(--secondary-color) !important;
}

.z0f1c6ed-btn--line:hover {
    background: var(--secondary-color);
    color: #fff !important;
}

.z0f1c6ed-hero__figure {
    position: relative;
    margin: 0 auto;
    max-width: 22rem;
    padding: 0.5rem;
    transform: rotate(-2.5deg);
}

.z0f1c6ed-hero__photo {
    display: block;
    width: 100%;
    height: auto;
    border: var(--line-strong) solid var(--secondary-color);
    box-shadow: var(--shadow-soft);
    background: var(--gray-100);
    box-sizing: border-box;
}

.z0f1c6ed-hero__cap {
    transform: rotate(2.5deg);
    margin-top: 0.75rem;
    color: var(--text-muted);
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (min-width: 992px) {
    .z0f1c6ed-hero__figure {
        max-width: 26rem;
    }
}

@media (max-width: 991px) {
    .z0f1c6ed-hero__figure {
        transform: none;
    }

    .z0f1c6ed-hero__cap {
        transform: none;
    }
}

.z0f1c6ed-prose {
    background: var(--gray-100);
    border-top: var(--line-hair) solid var(--border-subtle);
    border-bottom: var(--line-hair) solid var(--border-subtle);
    padding: clamp(2rem, 5vw, 2.85rem) 0;
    overflow-x: clip;
}

.z0f1c6ed-prose__inner {
    max-width: 52rem;
    margin: 0 auto;
    font-size: clamp(0.95rem, 1.9vw, 1.05rem);
    color: var(--text-muted);
    line-height: 1.78;
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (min-width: 1200px) {
    .z0f1c6ed-prose__inner {
        column-count: 2;
        column-gap: 2.5rem;
    }

    .z0f1c6ed-prose__inner p {
        margin-bottom: 0;
    }
}

.z0f1c6ed-rail {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: var(--surface-elevated);
    overflow-x: clip;
}

.z0f1c6ed-sectionhead {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
    border-bottom: var(--line-strong) solid var(--secondary-color);
}

.z0f1c6ed-sectionhead__no {
    flex: 0 0 auto;
    font-family: ui-serif, Georgia, "Songti SC", serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1;
    color: var(--primary-color);
}

.z0f1c6ed-sectionhead h2 {
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 800;
    color: var(--secondary-color);
    margin: 0 0 0.4rem;
    letter-spacing: -0.02em;
}

.z0f1c6ed-sectionhead p {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 40rem;
}

.z0f1c6ed-sectionhead--invert {
    border-bottom: var(--line-hair) solid rgba(250, 250, 249, 0.32);
}

.z0f1c6ed-sectionhead--invert h2,
.z0f1c6ed-sectionhead--invert p {
    color: #fafaf9;
}

.z0f1c6ed-sectionhead--invert .z0f1c6ed-sectionhead__no {
    color: #fda4af;
}

.z0f1c6ed-sectionhead--dark h2,
.z0f1c6ed-sectionhead--dark p {
    color: #fafaf9;
}

.z0f1c6ed-sectionhead--dark .z0f1c6ed-sectionhead__no {
    color: #fda4af;
}

.z0f1c6ed-sectionhead--dark {
    border-bottom: var(--line-hair) solid rgba(250, 250, 249, 0.28);
}

.z0f1c6ed-timeline__item {
    display: grid;
    grid-template-columns: 1.35rem 1fr;
    column-gap: 1.15rem;
    position: relative;
    padding-bottom: 1.75rem;
}

.z0f1c6ed-timeline__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: calc(1.35rem / 2 - 0.5px);
    top: 1rem;
    bottom: 0;
    width: var(--line-hair);
    background: var(--gray-200);
}

.z0f1c6ed-timeline__mark {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.4rem;
    border: var(--line-strong) solid var(--primary-color);
    border-radius: 50%;
    background: var(--surface-elevated);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.z0f1c6ed-timeline__body {
    min-width: 0;
    overflow-wrap: anywhere;
}

.z0f1c6ed-timeline__body h3 {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--secondary-color);
    margin: 0 0 0.45rem;
}

.z0f1c6ed-timeline__body p {
    margin: 0;
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.68;
}

.z0f1c6ed-flow {
    background: var(--secondary-color);
    color: #e7e5e4;
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    overflow-x: clip;
}

.z0f1c6ed-flow__track {
    display: grid;
    gap: 1rem;
}

@media (min-width: 992px) {
    .z0f1c6ed-flow__track {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }
}

.z0f1c6ed-flow__step {
    border: var(--line-hair) solid rgba(250, 250, 249, 0.22);
    padding: 1.25rem 1.2rem;
    background: rgba(255, 255, 255, 0.03);
    box-sizing: border-box;
    min-height: 0;
    overflow: hidden;
}

.z0f1c6ed-flow__idx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-weight: 800;
    font-size: 0.95rem;
    background: var(--primary-color);
    color: #fff;
    margin-bottom: 0.85rem;
    border-radius: var(--radius-card);
}

.z0f1c6ed-flow__step h3 {
    font-size: 1.02rem;
    font-weight: 800;
    color: #fafaf9;
    margin: 0 0 0.5rem;
}

.z0f1c6ed-flow__step p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.62;
    opacity: 0.88;
}

.z0f1c6ed-stats {
    background: #1c1917;
    color: #fafaf9;
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    overflow-x: clip;
}

.z0f1c6ed-stats__ribbon {
    display: flex;
    flex-wrap: wrap;
    border: var(--line-hair) solid rgba(250, 250, 249, 0.18);
    box-sizing: border-box;
    overflow: hidden;
}

.z0f1c6ed-stats__cell {
    flex: 1 1 50%;
    padding: 1.25rem 0.85rem;
    text-align: center;
    box-sizing: border-box;
    border-right: var(--line-hair) solid rgba(250, 250, 249, 0.12);
    border-bottom: var(--line-hair) solid rgba(250, 250, 249, 0.12);
    min-width: 0;
}

.z0f1c6ed-stats__cell:nth-child(2n) {
    border-right: none;
}

.z0f1c6ed-stats__cell:nth-last-child(-n + 2) {
    border-bottom: none;
}

@media (min-width: 992px) {
    .z0f1c6ed-stats__cell {
        flex: 1 1 0;
        border-bottom: none;
        border-right: var(--line-hair) solid rgba(250, 250, 249, 0.12);
    }

    .z0f1c6ed-stats__cell:nth-child(2n) {
        border-right: var(--line-hair) solid rgba(250, 250, 249, 0.12);
    }

    .z0f1c6ed-stats__cell:nth-last-child(-n + 2) {
        border-bottom: none;
    }

    .z0f1c6ed-stats__cell:last-child {
        border-right: none;
    }
}

.z0f1c6ed-stats__num {
    display: block;
    font-family: ui-monospace, "Cascadia Mono", "Consolas", monospace;
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    font-weight: 800;
    color: #fda4af;
    line-height: 1.15;
    margin-bottom: 0.35rem;
}

.z0f1c6ed-stats__lbl {
    display: block;
    font-size: clamp(0.75rem, 1.6vw, 0.88rem);
    line-height: 1.4;
    opacity: 0.85;
    max-width: 14rem;
    margin: 0 auto;
}

.z0f1c6ed-software {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: var(--gray-100);
    overflow-x: clip;
}

.z0f1c6ed-ticket {
    border: var(--line-strong) solid var(--secondary-color);
    background: var(--surface-elevated);
    box-shadow: var(--shadow-soft);
    box-sizing: border-box;
    overflow: hidden;
    transition: transform var(--transition-speed), box-shadow var(--transition-speed);
}

.z0f1c6ed-ticket:hover {
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-hover);
}

.z0f1c6ed-ticket__bar {
    background: var(--secondary-color);
    color: #fafaf9;
    padding: 0.65rem 1.1rem;
    font-weight: 800;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.z0f1c6ed-ticket__bar--alt {
    background: var(--primary-color);
}

.z0f1c6ed-ticket__body {
    padding: 1.25rem 1.2rem 1.35rem;
}

.z0f1c6ed-ticket__list {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--text-muted);
}

.z0f1c6ed-ticket__list li {
    margin-bottom: 0.35rem;
}

.z0f1c6ed-trust {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: var(--surface-elevated);
    overflow-x: clip;
}

.z0f1c6ed-acc {
    border-top: var(--line-strong) solid var(--secondary-color);
}

.z0f1c6ed-acc__item {
    border-bottom: var(--line-hair) solid var(--border-subtle);
}

.z0f1c6ed-acc__item summary {
    cursor: pointer;
    list-style: none;
    padding: 1rem 0;
    font-weight: 800;
    font-size: 1rem;
    color: var(--secondary-color);
    position: relative;
    padding-right: 1.75rem;
}

.z0f1c6ed-acc__item summary::-webkit-details-marker {
    display: none;
}

.z0f1c6ed-acc__item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.35rem;
    font-weight: 400;
    color: var(--primary-color);
}

.z0f1c6ed-acc__item[open] summary::after {
    content: "–";
}

.z0f1c6ed-acc__item p {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.68;
    max-width: 48rem;
}

.z0f1c6ed-cert {
    border-left: var(--line-accent) solid var(--primary-color);
    padding: 1rem 1rem 1rem 1.1rem;
    background: var(--gray-100);
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.z0f1c6ed-cert h4 {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
    color: var(--secondary-color);
}

.z0f1c6ed-faq {
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    background: var(--gray-100);
    border-top: var(--line-hair) solid var(--border-subtle);
    overflow-x: clip;
}

.z0f1c6ed-faqlist {
    margin: 0;
    border-top: var(--line-strong) solid var(--secondary-color);
    padding-top: 0.35rem;
}

.z0f1c6ed-faqlist dt {
    font-weight: 800;
    font-size: 0.98rem;
    color: var(--secondary-color);
    margin: 0;
    padding: 1.15rem 0 0.4rem;
}

.z0f1c6ed-faqlist dt:not(:first-of-type) {
    border-top: var(--line-hair) solid var(--border-subtle);
}

.z0f1c6ed-faqlist dd {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.65;
    padding: 0 0 1.1rem;
}

.z0f1c6ed-feed {
    background: var(--surface) !important;
    overflow-x: clip;
}

.z0f1c6ed-feed__title {
    border-left: var(--line-accent) solid var(--primary-color);
    padding-left: 0.75rem;
    font-weight: 800;
}

.z0f1c6ed-feed .z0f1c6ed-card,
#article .z0f1c6ed-card {
    border: var(--line-strong) solid var(--border-subtle);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    box-sizing: border-box;
    transition: transform var(--transition-speed), box-shadow var(--transition-speed);
}

.z0f1c6ed-feed .z0f1c6ed-card:hover,
#article .z0f1c6ed-card:hover {
    transform: translate(-1px, -1px);
    box-shadow: var(--shadow-hover);
}

#article .card:not(.z0f1c6ed-card) {
    border: var(--line-strong) solid var(--border-subtle);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    box-sizing: border-box;
}

/* —— 页脚 —— */
.z0f1c6footer {
    background: var(--secondary-color);
    padding: 2.75rem 0 1.35rem;
    color: #a8a29e;
}

.z0f1c6footer .z0f1c6footer-title {
    color: #f5f5f4;
}

.z0f1c6footer-link {
    color: #a8a29e;
}

.z0f1c6footer-link:hover {
    color: #fda4af;
}

.z0f1c6footer-bottom {
    border-top: var(--line-hair) solid rgba(250, 250, 249, 0.12);
    padding-top: 1.35rem;
}

.z0f1c6footer-bottom a {
    color: #d6d3d1;
}

.z0f1c6footer-bottom a:hover {
    color: #fda4af;
}

/* —— 子页 —— */
.z0f1c6page-shell {
    padding: clamp(1.75rem, 4vw, 2.75rem) 0;
    background: var(--surface);
    min-height: 50vh;
}

.z0f1c6page-shell .card {
    border: var(--line-strong) solid var(--border-subtle);
    border-radius: var(--radius-card);
    overflow: hidden;
    box-sizing: border-box;
}

.z0f1c6page-shell .card.shadow-sm {
    box-shadow: var(--shadow-soft) !important;
}

.z0f1c6page-shell aside a {
    color: var(--primary-dark);
    text-decoration: none;
}

.z0f1c6page-shell aside a:hover {
    text-decoration: underline;
}

.btn-primary {
    background: linear-gradient(180deg, var(--primary-color), var(--primary-dark)) !important;
    border: none !important;
    border-radius: var(--radius-card) !important;
}

.btn-outline-primary {
    color: var(--primary-dark) !important;
    border-color: var(--primary-color) !important;
    border-width: var(--line-strong) !important;
    border-radius: var(--radius-card) !important;
}

.btn-outline-primary:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(190, 18, 60, 0.2);
}

.z0f1c6sidebar-title {
    color: var(--secondary-color);
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: var(--line-strong) solid var(--secondary-color);
}

@keyframes edFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.z0f1c6ed-hero .row > div,
.z0f1c6ed-timeline__item,
.z0f1c6ed-ticket {
    animation: edFade 0.5s var(--transition-easing) forwards;
}

img {
    max-width: 100%;
    height: auto;
}

.navbar-toggler {
    border: none;
    padding: 0.45rem;
}

.navbar-collapse {
    background: rgba(250, 250, 249, 0.98);
    padding: 0.65rem;
    border-radius: var(--radius-card);
    margin-top: 0.45rem;
    border: var(--line-strong) solid var(--border-subtle);
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .navbar-collapse {
        background: transparent;
        border: none;
        padding: 0;
        margin-top: 0;
    }
}

.pagebar .pagelist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.pagebar .pagelist li {
    display: inline-flex;
    margin: 0;
}

.z0f1c6thumb-home {
    border-radius: 0;
}

.z0f1c6friend-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
}

.z0f1c6friend-links li {
    display: inline;
}

.z0f1c6friend-links a {
    color: #a8a29e;
    text-decoration: none;
}

.z0f1c6friend-links a:hover {
    color: #fda4af;
}

.z0f1c6article-content {
    line-height: 1.75;
    word-break: break-word;
}

.z0f1c6article-content img {
    max-width: 100%;
    height: auto;
}

.z0f1c6diyfield {
    font-size: 0.95rem;
    color: var(--text-muted);
}

.z0f1c6meta-tags {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.z0f1c6meta-tags .list-inline-item {
    margin-right: 0 !important;
    display: inline-block;
}

.z0f1c6tagitem a {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: var(--radius-card);
    background: rgba(190, 18, 60, 0.1);
    color: var(--primary-dark);
    text-decoration: none;
    font-size: 0.85rem;
}

.z0f1c6tagitem a:hover {
    background: rgba(190, 18, 60, 0.18);
}

.z0f1c6pages .pagelist a {
    color: var(--primary-dark);
}

@media (max-width: 1199px) {
    .z0f1c6ed-prose__inner p + p {
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    :root {
        --nav-h: 3.5rem;
    }

    .z0f1c6navbar {
        padding: 0.4rem 0;
    }

    .z0f1c6navbar .navbar-collapse {
        max-height: min(72vh, 28rem);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .z0f1c6navbar .navbar-nav .nav-link {
        padding: 0.55rem 0.5rem !important;
        font-size: 0.94rem;
        min-height: 2.75rem;
        display: flex;
        align-items: center;
    }

    .z0f1c6ed-hero {
        padding: clamp(1.75rem, 6vw, 2.75rem) 0 clamp(1.65rem, 5vw, 2.5rem);
    }

    .z0f1c6ed-hero__title {
        font-size: clamp(1.55rem, 7.2vw, 2.35rem);
        line-height: 1.12;
        margin-top: 0.25rem;
    }

    .z0f1c6ed-hero__deck {
        font-size: 1rem;
        line-height: 1.55;
        margin-bottom: 0.85rem;
    }

    .z0f1c6ed-hero__body {
        font-size: 0.9rem;
        line-height: 1.72;
    }

    .z0f1c6ed-hero__figure {
        max-width: min(100%, 20rem);
        padding: 0.35rem 0 0;
    }

    .z0f1c6ed-hero__actions {
        flex-direction: column;
        gap: 0.5rem;
    }

    .z0f1c6ed-hero__actions .z0f1c6ed-btn {
        width: 100%;
        min-height: 2.75rem;
        padding: 0.6rem 1rem;
    }

    .z0f1c6ed-prose {
        padding: clamp(1.5rem, 5vw, 2.25rem) 0;
    }

    .z0f1c6ed-prose__inner {
        column-count: 1 !important;
        font-size: 0.94rem;
        line-height: 1.75;
    }

    .z0f1c6ed-rail,
    .z0f1c6ed-flow,
    .z0f1c6ed-stats,
    .z0f1c6ed-software,
    .z0f1c6ed-trust,
    .z0f1c6ed-faq {
        padding-top: clamp(1.75rem, 5vw, 2.75rem);
        padding-bottom: clamp(1.75rem, 5vw, 2.75rem);
    }

    .z0f1c6ed-sectionhead {
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem;
        margin-bottom: 1.35rem;
        padding-bottom: 1rem;
    }

    .z0f1c6ed-sectionhead__no {
        font-size: clamp(1.45rem, 9vw, 2.1rem);
        line-height: 1;
    }

    .z0f1c6ed-sectionhead h2 {
        font-size: clamp(1.2rem, 4.8vw, 1.45rem);
    }

    .z0f1c6ed-sectionhead p {
        font-size: 0.9rem;
        line-height: 1.62;
        max-width: none;
    }

    .z0f1c6ed-timeline__item {
        grid-template-columns: 1.15rem 1fr;
        column-gap: 0.85rem;
        padding-bottom: 1.35rem;
    }

    .z0f1c6ed-timeline__item:not(:last-child)::before {
        left: calc(1.15rem / 2 - 0.5px);
        top: 0.95rem;
    }

    .z0f1c6ed-timeline__mark {
        margin-top: 0.32rem;
    }

    .z0f1c6ed-timeline__body h3 {
        font-size: 1rem;
    }

    .z0f1c6ed-timeline__body p {
        font-size: 0.88rem;
        line-height: 1.65;
    }

    .z0f1c6ed-flow__track {
        gap: 0.75rem;
    }

    .z0f1c6ed-flow__step {
        padding: 1.1rem 1rem;
    }

    .z0f1c6ed-flow__step p {
        font-size: 0.86rem;
    }

    .z0f1c6ed-stats__cell {
        padding: 1.1rem 0.65rem;
    }

    .z0f1c6ed-ticket__body {
        padding: 1.05rem 1rem 1.15rem;
    }

    .z0f1c6ed-ticket .z0f1c6ed-btn--solid {
        width: 100%;
        min-height: 2.75rem;
    }

    .z0f1c6ed-acc__item summary {
        padding: 1rem 2.25rem 1rem 0;
        min-height: 2.75rem;
        display: flex;
        align-items: center;
        font-size: 0.95rem;
        line-height: 1.35;
    }

    .z0f1c6ed-acc__item summary::after {
        right: 0.15rem;
    }

    .z0f1c6ed-acc__item p {
        font-size: 0.88rem;
        line-height: 1.68;
    }

    .z0f1c6ed-cert {
        padding: 0.9rem 0.85rem 0.9rem 1rem;
    }

    .z0f1c6ed-faqlist dt {
        padding: 1rem 0 0.35rem;
        font-size: 0.94rem;
        line-height: 1.4;
    }

    .z0f1c6ed-faqlist dd {
        padding: 0 0 1rem;
        font-size: 0.87rem;
        line-height: 1.65;
    }

    .z0f1c6ed-feed .d-flex.flex-column.flex-md-row {
        gap: 0.65rem !important;
        align-items: stretch !important;
    }

    .z0f1c6ed-feed .d-flex.flex-column.flex-md-row .z0f1c6ed-btn {
        width: 100%;
        min-height: 2.75rem;
        align-self: stretch;
        justify-content: center;
    }

    .z0f1c6ed-feed .small.text-muted.mb-4 {
        font-size: 0.86rem !important;
        line-height: 1.65;
        margin-bottom: 1.15rem !important;
    }

    .z0f1c6ed-ticket:hover,
    .z0f1c6ed-feed .z0f1c6ed-card:hover,
    #article .z0f1c6ed-card:hover {
        transform: none;
        box-shadow: var(--shadow-soft);
    }

    .z0f1c6footer {
        padding: 2rem 0 1.15rem;
    }

    .z0f1c6footer-bottom p.small.mb-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        column-gap: 0.35rem;
        row-gap: 0.4rem;
    }

    .z0f1c6footer-bottom p.small.mb-2 > span {
        opacity: 0.45;
        flex: 0 0 auto;
    }

    .z0f1c6page-shell {
        padding-top: 1.35rem !important;
        padding-bottom: 1.75rem !important;
    }

    .z0f1c6page-shell h1.h3 {
        font-size: clamp(1.05rem, 4.5vw, 1.32rem);
        line-height: 1.35;
        word-break: break-word;
    }

    .z0f1c6page-shell header .small {
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem 0.75rem;
        row-gap: 0.25rem;
    }

    #article .card-body,
    .z0f1c6ed-feed .card-body {
        padding: 0.75rem;
    }

    #article .z0f1c6thumb-home,
    .z0f1c6ed-feed .z0f1c6thumb-home {
        height: 96px !important;
    }

    #article h3.h5,
    #article .card-body h3.h6,
    #article .card-body h3,
    .z0f1c6ed-feed h3.h6 {
        font-size: 0.94rem;
        line-height: 1.4;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .listbox .e2 li {
        padding-bottom: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .listbox .e2 li h2.h5 {
        font-size: 1rem;
        margin-bottom: 0.35rem;
        line-height: 1.35;
        word-break: break-word;
    }

    .listbox .e2 li p {
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .z0f1c6thumb-list,
    .z0f1c6thumb-related {
        height: 72px !important;
    }

    .z0f1c6thumb-side {
        height: 50px !important;
    }

    .z0f1c6thumb-cover {
        max-width: 100% !important;
        width: 100%;
        height: 170px !important;
        margin: 0 auto;
    }

    .pagebar .pagelist a {
        min-height: 2.5rem;
        min-width: 2.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.35rem 0.5rem;
    }
}

@media (max-width: 480px) {
    .z0f1c6ed-stats__cell {
        flex: 1 1 100%;
        border-right: none !important;
        border-bottom: var(--line-hair) solid rgba(250, 250, 249, 0.12);
    }

    .z0f1c6ed-stats__cell:nth-child(2n) {
        border-right: none !important;
    }

    .z0f1c6ed-stats__cell:nth-last-child(-n + 2) {
        border-bottom: var(--line-hair) solid rgba(250, 250, 249, 0.12);
    }

    .z0f1c6ed-stats__cell:last-child {
        border-bottom: none;
    }
}

@media (max-width: 575px) {
    #article .z0f1c6thumb-home,
    .z0f1c6ed-feed .z0f1c6thumb-home {
        height: 88px !important;
    }

    .z0f1c6thumb-list,
    .z0f1c6thumb-related {
        height: 64px !important;
    }

    .z0f1c6thumb-side {
        height: 46px !important;
    }

    .z0f1c6thumb-cover {
        height: 150px !important;
    }

    .pagebar .pagelist {
        gap: 0.35rem;
    }

    .z0f1c6ed-hero__eyebrow {
        font-size: 0.62rem;
        letter-spacing: 0.08em;
        line-height: 1.35;
    }

    .z0f1c6ed-hero__title {
        font-size: clamp(1.4rem, 8vw, 1.85rem);
    }

    .z0f1c6footer-bottom {
        font-size: 0.8125rem;
    }
}
