* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
    color: #1f2937;
    background: #f3f4f6;
}

body {
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
textarea,
select {
    font: inherit;
}

.gate-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 18px;
    background: radial-gradient(circle at top, #fcfcfc 0%, #f3f4f6 60%, #eceff2 100%);
}

.gate-card {
    width: 100%;
    max-width: 560px;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.gate-card__topline {
    height: 4px;
    background: linear-gradient(90deg, #43c866 0%, #31b451 58%, #56bfff 100%);
}

.gate-card__inner {
    padding: 36px 38px 32px;
    text-align: center;
}

.gate-title-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.brand-mark {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #42ca61 0%, #2fb64d 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 22px rgba(63, 176, 79, 0.18);
    flex-shrink: 0;
}

.brand-mark__icon {
    width: 18px;
    height: 18px;
    display: block;
}

.gate-title {
    margin: 0;
    font-size: 25px;
    line-height: 1.12;
    color: #2fb347;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.gate-description {
    margin: 18px auto 0;
    max-width: 468px;
    color: #7c828c;
    font-size: 12px;
    line-height: 1.75;
}

.gate-description--secondary {
    margin-top: 3px;
    max-width: 456px;
    color: #9aa1ab;
    font-size: 11px;
    line-height: 1.65;
}

.notice {
    max-width: 560px;
    margin: 18px auto 0;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.7;
}

.notice--success {
    background: #edf9ef;
    color: #25783a;
    border: 1px solid #ccebd1;
}

.notice--error {
    background: #fff3f3;
    color: #c24141;
    border: 1px solid #f2c6c6;
}

.gate-form {
    margin-top: 10px;
}

.gate-type-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 1px;
}

.gate-type-pill {
    position: relative;
    min-width: 43px;
    min-height: 21px;
    padding: 0 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #fafbfc 0%, #f2f4f7 100%);
    color: #7a818b;
    box-shadow: inset 0 0 0 1px rgba(228, 232, 237, 0.96), 0 1px 2px rgba(15, 23, 42, 0.02);
    cursor: pointer;
    transition: all 0.2s ease;
}

.gate-type-pill:first-child {
    min-width: 52px;
}

.gate-type-pill:last-child {
    min-width: 43px;
}

.gate-type-pill input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.gate-type-pill span {
    position: relative;
    z-index: 1;
    font-size: 8.2px;
    font-weight: 500;
    line-height: 1;
}

.gate-type-pill.is-active {
    background: linear-gradient(180deg, #39c658 0%, #2fb14a 100%);
    color: #ffffff;
    box-shadow: 0 6px 12px rgba(62, 184, 84, 0.14);
    transform: none;
}

.gate-search {
    max-width: 266px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 7px rgba(15, 23, 42, 0.07), inset 0 0 0 1px rgba(231, 233, 237, 0.95);
    overflow: hidden;
}

.gate-search__input-wrap {
    position: relative;
}

.gate-search__icon {
    position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0a7b1;
    font-size: 12px;
}

.gate-search__input {
    width: 100%;
    height: 29px;
    border: 0;
    background: transparent;
    padding: 0 8px 0 19px;
    color: #111827;
    outline: none;
    font-size: 8.7px;
}

.gate-search__input::placeholder {
    color: #b4bac2;
}

.gate-search__button {
    border: 0;
    background: linear-gradient(180deg, #35ba51 0%, #2ea847 100%);
    color: #ffffff;
    font-size: 7.9px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.01em;
}

.gate-search__button:hover {
    background: linear-gradient(180deg, #30b04c 0%, #289640 100%);
}

.gate-search-note {
    margin: 7px 0 0;
    color: #9fa6af;
    font-size: 10px;
    line-height: 1.5;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #2ead45;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.site-container {
    width: calc(100% - 32px);
    max-width: 1220px;
    margin: 0 auto;
}

.site-header__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 0;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-weight: 700;
}

.site-logo__mark {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #ffffff;
    color: #2ead45;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
}

.site-logo__text {
    font-size: 28px;
    letter-spacing: -0.02em;
}

.site-search {
    flex: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 92px;
    max-width: 660px;
    margin: 0 auto;
}

.site-search__input {
    height: 48px;
    border: 0;
    padding: 0 16px;
    background: #ffffff;
    border-radius: 12px 0 0 12px;
    outline: none;
}

.site-search__button {
    border: 0;
    background: #258e37;
    color: #ffffff;
    font-weight: 700;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
}

.site-header__actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.outline-button,
.primary-button,
.secondary-button,
.text-link {
    transition: all 0.2s ease;
}

.outline-button {
    padding: 11px 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    color: #ffffff;
}

.outline-button:hover {
    background: rgba(255, 255, 255, 0.1);
}

.text-link {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.text-link:hover {
    color: #ffffff;
}

.site-main {
    padding: 28px 0 48px;
}

.hero-panel__banner,
.info-panel,
.category-panel,
.content-panel,
.detail-panel {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}

.hero-panel__banner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
    gap: 24px;
    padding: 34px;
    background: linear-gradient(135deg, #ffffff 0%, #f4faf5 48%, #eef7ff 100%);
}

.hero-subgrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.hero-subcard {
    padding: 24px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.hero-subcard h3 {
    margin: 14px 0 0;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.35;
}

.hero-subcard p {
    margin: 14px 0 0;
    color: #64748b;
    line-height: 1.85;
}

.hero-subcard .text-link {
    display: inline-flex;
    margin-top: 14px;
    color: #24963a;
    font-weight: 700;
}

.hero-panel__eyebrow,
.section-label,
.content-card__meta,
.detail-article__meta span {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #edf8ee;
    color: #2b9940;
    font-size: 13px;
    font-weight: 700;
}

.hero-panel__copy h1,
.section-heading h2 {
    margin: 16px 0 0;
    font-size: 32px;
    line-height: 1.25;
    color: #0f172a;
}

.hero-panel__copy p,
.section-heading p,
.info-panel p,
.content-card__body p,
.empty-card p,
.detail-article__summary,
.detail-article__content {
    color: #64748b;
    line-height: 1.9;
}

.hero-panel__badge-list {
    display: grid;
    gap: 16px;
}

.hero-badge {
    padding: 18px 20px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.hero-badge__label {
    display: block;
    margin-bottom: 8px;
    color: #94a3b8;
    font-size: 13px;
}

.hero-badge strong {
    color: #0f172a;
    font-size: 18px;
}

.primary-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    min-height: 44px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 700;
}

.primary-button {
    background: #2ead45;
    color: #ffffff;
}

.primary-button:hover {
    background: #279c3d;
}

.secondary-button {
    background: #eaf6ec;
    color: #27933a;
}

.secondary-button:hover {
    background: #dff0e2;
}

.primary-button--small,
.secondary-button--small {
    min-height: 40px;
    width: 100%;
}

.info-panel,
.category-panel,
.content-panel,
.detail-panel {
    margin-top: 20px;
    padding: 30px;
}

.info-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
    gap: 24px;
    align-items: center;
}

.info-panel__side {
    padding: 18px 20px;
    border-radius: 16px;
    background: #f6fbf6;
    color: #4b5563;
    line-height: 1.8;
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.section-heading h2 {
    margin-top: 0;
    font-size: 24px;
}

.category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.category-tag {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 10px;
    border: 1px solid #d5e8d7;
    background: #ffffff;
    color: #334155;
}

.category-tag.is-active,
.category-tag:hover {
    border-color: #52c764;
    background: #52c764;
    color: #ffffff;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.content-grid--featured {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.content-grid--articles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.content-card,
.empty-card,
.detail-article {
    border-radius: 18px;
    overflow: hidden;
    background: #fefefe;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.07);
}

.content-card--featured {
    border: 1px solid #dbeedd;
}

.content-card--featured .content-card__cover {
    background: linear-gradient(135deg, #e8f7ea 0%, #eef9ff 100%);
}

.content-card__cover {
    min-height: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eff8f0 0%, #f6fbff 100%);
    color: #4ca85a;
    font-size: 28px;
    font-weight: 700;
}

.content-grid--featured .content-card__cover {
    min-height: 178px;
}

.content-card__body {
    padding: 20px;
}

.content-card__body h3,
.empty-card h3 {
    margin: 14px 0 0;
    font-size: 20px;
    line-height: 1.4;
    color: #111827;
}

.content-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.empty-card {
    padding: 44px 26px;
    text-align: center;
    grid-column: 1 / -1;
}

.detail-article {
    padding: 28px;
}

.detail-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.detail-article__summary {
    margin: 20px 0 0;
    font-size: 16px;
}

.detail-article__content {
    margin-top: 18px;
    font-size: 15px;
}

@media (max-width: 1100px) {
    .site-header__inner,
    .section-heading,
    .info-panel,
    .hero-panel__banner {
        grid-template-columns: 1fr;
        display: block;
    }

    .hero-subgrid {
        grid-template-columns: 1fr;
    }

    .site-header__inner {
        padding: 18px 0;
    }

    .site-search {
        margin: 18px 0 0;
        max-width: none;
    }

    .site-header__actions {
        margin-top: 16px;
    }

    .hero-panel__badge-list {
        margin-top: 20px;
    }

    .section-heading p {
        margin-top: 10px;
    }

    .content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .content-grid--featured,
    .content-grid--articles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .gate-card__inner {
        padding: 34px 22px 34px;
    }

    .gate-title-row {
        gap: 12px;
    }

    .brand-mark {
        width: 40px;
        height: 40px;
    }

    .brand-mark__icon {
        width: 19px;
        height: 19px;
    }

    .gate-title {
        font-size: 24px;
    }

    .gate-description {
        font-size: 14px;
        line-height: 1.9;
    }

    .gate-type-switch {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 22px;
    }

    .gate-type-pill {
        width: 100%;
        min-width: 0;
    }

    .gate-search {
        grid-template-columns: 1fr;
    }

    .gate-search__button {
        min-height: 52px;
        font-size: 18px;
    }

    .site-logo__text {
        font-size: 22px;
    }

    .site-container {
        width: calc(100% - 20px);
    }

    .hero-panel__banner,
    .info-panel,
    .category-panel,
    .content-panel,
    .detail-panel {
        padding: 22px;
        border-radius: 16px;
    }

    .content-grid,
    .content-grid--featured,
    .content-grid--articles {
        grid-template-columns: 1fr;
    }

    .content-card__actions {
        grid-template-columns: 1fr;
    }
}

.admin-login-page,
.admin-body {
    background: #eef2f6;
}

.admin-login-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 16px;
}

.admin-login-card {
    width: 100%;
    max-width: 620px;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 68px rgba(15, 23, 42, 0.14);
}

.admin-login-card__inner {
    padding: 38px 30px 34px;
}

.admin-login-card__inner h1 {
    margin: 16px 0 0;
    font-size: 30px;
    color: #0f172a;
}

.admin-login-card__inner p {
    margin: 16px 0 0;
    color: #64748b;
    line-height: 1.9;
}

.admin-form {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.admin-form--stacked {
    grid-template-columns: 1fr;
}

.admin-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-grid-span-2 {
    grid-column: 1 / -1;
}

.admin-form label {
    display: grid;
    gap: 10px;
}

.admin-form label span {
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
    width: 100%;
    border: 1px solid #dbe3ea;
    border-radius: 12px;
    background: #ffffff;
    color: #0f172a;
    min-height: 48px;
    padding: 12px 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.admin-form textarea {
    resize: vertical;
    min-height: 120px;
}

.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
    border-color: #42b053;
    box-shadow: 0 0 0 4px rgba(66, 176, 83, 0.12);
}

.admin-checkbox,
.admin-checkbox-group {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.admin-checkbox input {
    width: 18px;
    height: 18px;
    min-height: auto;
    margin: 0;
}

.admin-checkbox span {
    font-weight: 600;
    color: #334155;
}

.admin-form__actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.admin-submit {
    min-height: 48px;
    min-width: 160px;
    border: 0;
    cursor: pointer;
}

.admin-login-link {
    display: inline-flex;
    margin-top: 18px;
    color: #2e9f43;
}

.admin-header {
    background: linear-gradient(135deg, #183651 0%, #214b72 100%);
    color: #ffffff;
    padding: 26px 0;
}

.admin-header__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.admin-header__inner h1 {
    margin: 14px 0 0;
    font-size: 32px;
    line-height: 1.2;
}

.admin-header__inner p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.8);
}

.admin-header__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.outline-button--dark {
    color: #183651;
    border-color: rgba(24, 54, 81, 0.2);
    background: #ffffff;
}

.outline-button--dark:hover {
    background: #f8fafc;
}

.admin-section {
    margin-top: 20px;
}

.admin-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.admin-stat-card {
    padding: 24px 22px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
}

.admin-stat-card span {
    display: block;
    color: #64748b;
    font-size: 14px;
}

.admin-stat-card strong {
    display: block;
    margin-top: 10px;
    color: #0f172a;
    font-size: 32px;
    line-height: 1.2;
    word-break: break-word;
}

.admin-table-wrap {
    overflow-x: auto;
    margin-top: 20px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.admin-table thead {
    background: #f8fafc;
}

.admin-table th,
.admin-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5ecf2;
    text-align: left;
    vertical-align: top;
    color: #334155;
    font-size: 14px;
    line-height: 1.7;
}

.admin-table th {
    color: #0f172a;
    font-weight: 700;
}

.admin-table tbody tr:hover {
    background: #fbfdff;
}

.table-link {
    color: #26973b;
    font-weight: 700;
}

.table-link:hover {
    color: #1e7d31;
}

@media (max-width: 980px) {
    .gate-card {
        max-width: 580px;
    }

    .admin-stats-grid,
    .admin-grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-header__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .gate-page {
        padding: 22px 14px;
    }

    .gate-card {
        max-width: 100%;
        border-radius: 18px;
    }

    .gate-card__inner {
        padding: 30px 20px 28px;
    }

    .gate-title-row {
        gap: 10px;
    }

    .brand-mark {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .gate-title {
        font-size: 24px;
    }

    .gate-description {
        margin-top: 18px;
        font-size: 13px;
        line-height: 1.8;
    }

    .gate-description--secondary {
        font-size: 12px;
    }

    .gate-type-switch {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .gate-type-pill {
        min-width: 0;
        min-height: 40px;
    }

    .gate-type-pill span {
        font-size: 12px;
    }

    .gate-search {
        grid-template-columns: 1fr 92px;
        border-radius: 14px;
    }

    .gate-search__input {
        height: 48px;
        font-size: 13px;
        padding-left: 40px;
    }

    .gate-search__icon {
        left: 14px;
        font-size: 16px;
    }

    .gate-search__button {
        font-size: 14px;
    }

    .admin-login-card__inner {
        padding: 28px 20px 26px;
    }

    .admin-login-card__inner h1 {
        font-size: 26px;
    }

    .admin-stats-grid,
    .admin-grid-2 {
        grid-template-columns: 1fr;
    }

    .admin-grid-span-2 {
        grid-column: auto;
    }

    .admin-header {
        padding: 22px 0;
    }

    .admin-header__inner h1 {
        font-size: 26px;
    }
}

/* 2026-04-07 homepage calibration overrides */
.site-header {
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.10);
}

.site-header__inner {
    min-height: 64px;
    gap: 14px;
    padding: 8px 0;
}

.site-logo {
    gap: 10px;
}

.site-logo__mark {
    width: 32px;
    height: 32px;
    font-size: 20px;
}

.site-logo__text {
    font-size: 20px;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.site-search {
    grid-template-columns: minmax(0, 1fr) 72px;
    max-width: 560px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.10);
}

.site-search__input {
    height: 38px;
    padding: 0 14px;
    border-radius: 0;
    font-size: 13px;
}

.site-search__button {
    min-height: 38px;
    border-radius: 0;
    font-size: 12px;
}

.site-header__actions {
    gap: 8px;
}

.outline-button {
    min-height: 36px;
    padding: 0 13px;
    border-radius: 10px;
    border-color: rgba(255, 255, 255, 0.32);
}

.text-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 4px;
    font-size: 13px;
    font-weight: 600;
}

.site-main {
    padding: 20px 0 42px;
}

.hero-panel__banner {
    grid-template-columns: minmax(0, 1.5fr) minmax(266px, 308px);
    gap: 20px;
    padding: 24px 26px;
    border-radius: 20px;
}

.hero-panel__copy h1 {
    margin-top: 10px;
    font-size: 19px;
    line-height: 1.28;
    max-width: 520px;
}

.hero-panel__copy p {
    margin-top: 5px;
    margin-bottom: 6px;
    max-width: 540px;
    font-size: 12px;
    line-height: 1.52;
}

.hero-panel__badge-list {
    gap: 10px;
}

.hero-badge {
    padding: 12px 14px;
    border-radius: 14px;
}

.hero-badge strong {
    font-size: 14px;
}

.hero-subgrid {
    gap: 16px;
    margin-top: 16px;
}

.hero-subcard {
    padding: 20px 22px;
    border-radius: 18px;
}

.hero-subcard h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.42;
}

.hero-subcard p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.72;
}

.hero-subcard .text-link {
    margin-top: 12px;
    color: #24a03d;
}

.hero-panel__eyebrow,
.section-label,
.content-card__meta,
.detail-article__meta span {
    padding: 5px 10px;
    font-size: 12px;
}

.primary-button,
.secondary-button {
    min-height: 33px;
    padding: 0 11px;
    font-size: 12px;
}

.info-panel,
.category-panel,
.content-panel,
.detail-panel {
    margin-top: 12px;
    padding: 18px 20px;
    border-radius: 18px;
}

.info-panel {
    grid-template-columns: minmax(0, 1.48fr) minmax(228px, 0.52fr);
    gap: 14px;
}

.info-panel__side {
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 13px;
}

.section-heading {
    gap: 5px;
    margin-bottom: 6px;
}

.section-heading h2 {
    font-size: 18px;
}

.section-heading p {
    font-size: 12px;
    line-height: 1.6;
}

.category-tags {
    gap: 3px;
    align-items: center;
    margin-top: -2px;
}

.category-tag {
    min-height: 26px;
    padding: 0 9px;
    border-radius: 8px;
    font-size: 11px;
    box-shadow: 0 3px 8px rgba(15, 23, 42, 0.035);
}

/* 2026-04-07 homepage calibration overrides v2 */
.hero-panel__copy .primary-button {
    margin-top: 8px;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 11px;
}

.hero-badge {
    padding: 11px 14px;
}

.hero-subcard {
    padding: 18px 20px;
}

.hero-subcard p {
    margin-top: 6px;
    line-height: 1.64;
}

.hero-subcard .text-link {
    margin-top: 8px;
    min-height: 30px;
    padding: 0;
}

.category-panel {
    padding-top: 16px;
    padding-bottom: 16px;
}

.category-panel .section-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    column-gap: 16px;
    row-gap: 2px;
    margin-bottom: 8px;
}

.category-panel .section-heading h2 {
    white-space: nowrap;
}

.category-panel .section-heading p {
    margin: 0;
    max-width: 360px;
    justify-self: end;
    text-align: right;
    font-size: 11px;
    line-height: 1.55;
}

.category-tags {
    gap: 4px;
    margin-top: 2px;
}

/* 2026-04-07 homepage calibration overrides v3 */
.hero-panel__copy .primary-button {
    margin-top: 6px;
    min-height: 38px;
    padding: 0 16px;
}

.hero-subcard {
    padding: 16px 18px;
}

.hero-subcard h3 {
    margin-top: 8px;
}

.hero-subcard p {
    margin-top: 5px;
    line-height: 1.58;
}

.hero-subcard .text-link {
    margin-top: 6px;
    min-height: 28px;
    font-size: 12px;
}

.info-panel {
    gap: 12px;
}

.category-panel .section-heading {
    margin-bottom: 6px;
}

.category-panel .section-heading p {
    max-width: 332px;
    font-size: 10px;
    line-height: 1.5;
}

.category-tags {
    margin-top: 0;
}

/* 2026-04-07 homepage calibration overrides v4 */
.site-header {
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.content-panel {
    scroll-margin-top: 76px;
}

.content-grid--featured {
    gap: 14px;
}

.content-grid--articles {
    gap: 16px;
}

.content-grid--featured .content-card__cover {
    min-height: 164px;
}

.content-grid--articles .content-card__cover {
    min-height: 172px;
}

.content-card__body {
    padding: 16px 16px 14px;
}

.content-card__body h3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.34;
}

.content-card__body p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.58;
}

.content-card__actions {
    gap: 8px;
    margin-top: 10px;
}

.content-card .primary-button,
.content-card .secondary-button {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
}

/* 2026-04-07 homepage calibration overrides v5 */
.site-main {
    padding: 16px 0 38px;
}

.hero-panel__banner {
    grid-template-columns: minmax(0, 1.56fr) minmax(248px, 292px);
    gap: 16px;
    padding: 20px 22px;
}

.hero-panel__copy h1 {
    margin-top: 8px;
    font-size: 18px;
    max-width: 500px;
}

.hero-panel__copy p {
    margin-top: 4px;
    margin-bottom: 4px;
    max-width: 500px;
    line-height: 1.48;
}

.hero-panel__copy .primary-button {
    margin-top: 4px;
    min-height: 34px;
    padding: 0 14px;
}

.hero-panel__badge-list {
    gap: 8px;
}

.hero-badge {
    padding: 10px 12px;
    border-radius: 12px;
}

.hero-subgrid {
    gap: 14px;
    margin-top: 14px;
}

.hero-subcard {
    padding: 15px 17px;
}

.hero-subcard h3 {
    margin-top: 7px;
}

.hero-subcard p {
    margin-top: 4px;
    line-height: 1.54;
}

.hero-subcard .text-link {
    margin-top: 5px;
}

.info-panel {
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.info-panel__side {
    padding: 12px 14px;
    font-size: 12px;
}

.category-panel {
    padding-top: 14px;
    padding-bottom: 14px;
}

.category-panel .section-heading {
    column-gap: 12px;
    margin-bottom: 4px;
}

.category-panel .section-heading p {
    max-width: 308px;
    line-height: 1.45;
}

.category-tags {
    gap: 3px;
}

.category-tag {
    min-height: 24px;
    padding: 0 8px;
    font-size: 10px;
}

/* 2026-04-07 homepage calibration overrides v6 */
.site-header__inner {
    min-height: 60px;
    padding: 7px 0;
}

.site-search {
    grid-template-columns: minmax(0, 1fr) 68px;
    max-width: 530px;
}

.site-search__input,
.site-search__button {
    height: 36px;
    min-height: 36px;
}

.hero-panel__banner {
    gap: 14px;
    padding: 18px 20px;
}

.hero-panel__copy .primary-button {
    margin-top: 3px;
    min-height: 33px;
}

.info-panel,
.category-panel {
    margin-top: 10px;
}

.category-panel {
    padding-top: 13px;
    padding-bottom: 13px;
}

.content-panel {
    margin-top: 10px;
}

/* 2026-04-07 homepage calibration overrides v7 */
.site-header__inner {
    min-height: 58px;
    padding: 6px 0;
}

.site-search {
    grid-template-columns: minmax(0, 1fr) 64px;
    max-width: 500px;
}

.site-search__input,
.site-search__button {
    height: 35px;
    min-height: 35px;
}

.site-header__actions {
    gap: 6px;
}

.outline-button,
.text-link {
    min-height: 34px;
}

.hero-panel__banner {
    grid-template-columns: minmax(0, 1.6fr) minmax(236px, 284px);
    gap: 12px;
    padding: 16px 18px;
}

.hero-panel__copy h1 {
    margin-top: 6px;
    font-size: 17px;
    line-height: 1.24;
}

.hero-panel__copy p {
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 1.42;
}

.hero-panel__copy .primary-button {
    margin-top: 2px;
    min-height: 32px;
    padding: 0 13px;
}

.info-panel {
    gap: 9px;
    padding: 15px 17px;
}

.info-panel__side {
    padding: 10px 12px;
}

.hero-subgrid {
    gap: 12px;
    margin-top: 12px;
}

.hero-subcard {
    padding: 13px 15px;
}

.hero-subcard h3 {
    margin-top: 6px;
    font-size: 15px;
}

.hero-subcard p {
    margin-top: 3px;
    line-height: 1.48;
}

.category-panel {
    padding-top: 12px;
    padding-bottom: 12px;
}

.category-panel .section-heading {
    column-gap: 10px;
    margin-bottom: 3px;
}

.category-panel .section-heading p {
    max-width: 292px;
    font-size: 10px;
    line-height: 1.38;
}

.category-tags {
    gap: 2px;
}

.category-tag {
    min-height: 23px;
    padding: 0 7px;
}

/* 2026-04-07 homepage calibration overrides v8 */
.site-search {
    grid-template-columns: minmax(0, 1fr) 60px;
    max-width: 474px;
}

.site-search__input,
.site-search__button {
    height: 34px;
    min-height: 34px;
}

.hero-panel__copy h1 {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.22;
}

.hero-panel__copy p {
    max-width: 472px;
    line-height: 1.38;
}

.hero-panel__copy .primary-button {
    min-height: 31px;
    padding: 0 12px;
}

.hero-subcard {
    padding: 12px 14px;
}

.hero-subcard p {
    line-height: 1.42;
}

.category-panel .section-heading p {
    max-width: 272px;
    line-height: 1.34;
}

.category-tags {
    gap: 1px;
}

.category-tag {
    min-height: 22px;
    padding: 0 6px;
    font-size: 9px;
}

/* 2026-04-07 homepage calibration overrides v9 */
.site-search {
    grid-template-columns: minmax(0, 1fr) 56px;
    max-width: 452px;
}

.site-search__input,
.site-search__button {
    height: 33px;
    min-height: 33px;
}

.site-search__input {
    padding: 0 12px;
    font-size: 12px;
}

.site-search__button {
    font-size: 11px;
}

.hero-panel__banner {
    grid-template-columns: minmax(0, 1.62fr) minmax(228px, 278px);
    gap: 11px;
    padding: 15px 17px;
}

.hero-panel__copy h1 {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.2;
}

.hero-panel__copy p {
    margin-top: 2px;
    margin-bottom: 2px;
    max-width: 454px;
    line-height: 1.34;
}

.hero-panel__copy .primary-button {
    margin-top: 1px;
    min-height: 30px;
    padding: 0 11px;
}

.hero-subgrid {
    gap: 10px;
    margin-top: 10px;
}

.hero-subcard {
    padding: 11px 13px;
}

.hero-subcard h3 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.3;
}

.hero-subcard p {
    margin-top: 2px;
    line-height: 1.36;
}

.hero-subcard .text-link {
    margin-top: 4px;
    min-height: 24px;
    font-size: 11px;
}

.category-panel {
    padding-top: 11px;
    padding-bottom: 11px;
}

.category-panel .section-heading {
    column-gap: 8px;
    margin-bottom: 2px;
}

.category-panel .section-heading p {
    max-width: 248px;
    font-size: 9px;
    line-height: 1.26;
}

.category-tags {
    gap: 0;
}

.category-tag {
    min-height: 21px;
    padding: 0 5px;
    font-size: 8px;
}

/* 2026-04-07 homepage calibration overrides v10 */
.site-search {
    grid-template-columns: minmax(0, 1fr) 54px;
    max-width: 438px;
}

.site-search__input,
.site-search__button {
    height: 32px;
    min-height: 32px;
}

.site-search__input {
    padding: 0 11px;
}

.hero-panel__banner {
    grid-template-columns: minmax(0, 1.64fr) minmax(224px, 272px);
    gap: 10px;
    padding: 14px 16px;
}

.hero-panel__copy h1 {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.18;
}

.hero-panel__copy p {
    max-width: 442px;
    line-height: 1.3;
}

.hero-panel__copy .primary-button {
    min-height: 29px;
    padding: 0 10px;
}

.hero-subgrid {
    gap: 9px;
    margin-top: 9px;
}

.hero-subcard {
    padding: 10px 12px;
}

.hero-subcard p {
    margin-top: 1px;
    line-height: 1.32;
}

.hero-subcard .text-link {
    margin-top: 2px;
    min-height: 22px;
}

.category-panel {
    padding-top: 10px;
    padding-bottom: 10px;
}

.category-panel .section-heading p {
    max-width: 232px;
    font-size: 8px;
    line-height: 1.18;
}

.category-tags {
    margin-top: -1px;
}

.category-tag {
    min-height: 20px;
    padding: 0 4px;
    font-size: 8px;
}

/* 2026-04-07 homepage calibration overrides v11 */
.site-search {
    grid-template-columns: minmax(0, 1fr) 52px;
    max-width: 428px;
}

.site-search__input,
.site-search__button {
    height: 31px;
    min-height: 31px;
}

.site-search__button {
    font-size: 10px;
}

.hero-panel__banner {
    grid-template-columns: minmax(0, 1.66fr) minmax(220px, 268px);
    gap: 9px;
    padding: 13px 15px;
}

.hero-panel__copy h1 {
    font-size: 13px;
    line-height: 1.16;
}

.hero-panel__copy p {
    max-width: 428px;
    line-height: 1.26;
}

.hero-panel__copy .primary-button {
    min-height: 28px;
    padding: 0 9px;
}

.hero-subgrid {
    gap: 8px;
    margin-top: 8px;
}

.hero-subcard {
    padding: 9px 11px;
}

.hero-subcard h3 {
    margin-top: 4px;
    font-size: 13px;
}

.hero-subcard .text-link {
    margin-top: 1px;
    min-height: 20px;
    font-size: 10px;
}

.category-panel {
    padding-top: 9px;
    padding-bottom: 9px;
}

.category-panel .section-heading {
    margin-bottom: 1px;
}

.category-panel .section-heading p {
    max-width: 216px;
    line-height: 1.12;
}

.category-tag {
    min-height: 19px;
    padding: 0 3px;
    font-size: 7px;
}

/* 2026-04-07 homepage calibration overrides v12 */
.site-search {
    grid-template-columns: minmax(0, 1fr) 50px;
    max-width: 420px;
}

.site-search__input,
.site-search__button {
    height: 30px;
    min-height: 30px;
}

.site-search__input {
    padding: 0 10px;
    font-size: 11px;
}

.site-search__button {
    font-size: 9px;
}

.hero-panel__banner {
    grid-template-columns: minmax(0, 1.68fr) minmax(216px, 262px);
    gap: 8px;
    padding: 12px 14px;
}

.hero-panel__copy h1 {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.14;
}

.hero-panel__copy p {
    margin-top: 1px;
    margin-bottom: 1px;
    max-width: 416px;
    line-height: 1.22;
}

.hero-panel__copy .primary-button {
    margin-top: 0;
    min-height: 27px;
    padding: 0 8px;
    font-size: 11px;
}

.hero-subgrid {
    gap: 7px;
    margin-top: 7px;
}

.hero-subcard {
    padding: 8px 10px;
}

.hero-subcard h3 {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.22;
}

.hero-subcard p {
    margin-top: 0;
    line-height: 1.26;
}

.hero-subcard .text-link {
    margin-top: 0;
    min-height: 18px;
    font-size: 9px;
}

.category-panel {
    padding-top: 8px;
    padding-bottom: 8px;
}

.category-panel .section-heading {
    column-gap: 7px;
    margin-bottom: 0;
}

.category-panel .section-heading p {
    max-width: 204px;
    font-size: 7px;
    line-height: 1.08;
}

.category-tags {
    gap: 0;
    margin-top: -2px;
}

.category-tag {
    min-height: 18px;
    padding: 0 3px;
    font-size: 7px;
}

/* 2026-04-07 homepage calibration overrides v13 */
.site-search {
    grid-template-columns: minmax(0, 1fr) 50px;
    max-width: 424px;
}

.site-search__input,
.site-search__button {
    height: 30px;
    min-height: 30px;
}

.site-search__input {
    padding: 0 10px;
    font-size: 11px;
}

.site-search__button {
    font-size: 9px;
}

.hero-panel__banner {
    grid-template-columns: minmax(0, 1.67fr) minmax(218px, 264px);
    gap: 8px;
    padding: 12px 14px;
}

.hero-panel__copy h1 {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.16;
}

.hero-panel__copy p {
    margin-top: 1px;
    margin-bottom: 1px;
    max-width: 424px;
    font-size: 11px;
    line-height: 1.28;
}

.hero-panel__copy .primary-button {
    min-height: 28px;
    padding: 0 9px;
    font-size: 11px;
}

.hero-subgrid {
    gap: 7px;
    margin-top: 7px;
}

.hero-subcard {
    padding: 9px 11px;
}

.hero-subcard h3 {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.24;
}

.hero-subcard p {
    margin-top: 1px;
    font-size: 11px;
    line-height: 1.3;
}

.hero-subcard .text-link {
    margin-top: 1px;
    min-height: 20px;
    font-size: 10px;
}

.category-panel {
    padding-top: 8px;
    padding-bottom: 8px;
}

.category-panel .section-heading {
    column-gap: 7px;
    margin-bottom: 0;
}

.category-panel .section-heading p {
    max-width: 210px;
    font-size: 8px;
    line-height: 1.14;
}

.category-tags {
    gap: 0;
    margin-top: -1px;
}

.category-tag {
    min-height: 18px;
    padding: 0 4px;
    font-size: 8px;
}

/* 2026-04-07 homepage calibration overrides v14 */
.site-search {
    grid-template-columns: minmax(0, 1fr) 48px;
    max-width: 416px;
}

.site-search__input,
.site-search__button {
    height: 29px;
    min-height: 29px;
}

.site-search__input {
    padding: 0 10px;
    font-size: 10px;
}

.site-search__button {
    font-size: 8px;
}

.hero-panel__banner {
    grid-template-columns: minmax(0, 1.68fr) minmax(216px, 260px);
    gap: 7px;
    padding: 11px 13px;
}

.hero-panel__copy h1 {
    margin-top: 1px;
    font-size: 12px;
    line-height: 1.14;
}

.hero-panel__copy p {
    margin-top: 1px;
    margin-bottom: 0;
    max-width: 414px;
    font-size: 10px;
    line-height: 1.22;
}

.hero-panel__copy .primary-button {
    min-height: 26px;
    padding: 0 8px;
    font-size: 10px;
}

.hero-subgrid {
    gap: 6px;
    margin-top: 6px;
}

.hero-subcard {
    padding: 8px 10px;
}

.hero-subcard h3 {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.2;
}

.hero-subcard p {
    margin-top: 0;
    font-size: 10px;
    line-height: 1.24;
}

.hero-subcard .text-link {
    margin-top: 0;
    min-height: 18px;
    font-size: 9px;
}

.category-panel {
    padding-top: 7px;
    padding-bottom: 7px;
}

.category-panel .section-heading {
    column-gap: 6px;
    margin-bottom: 0;
}

.category-panel .section-heading p {
    max-width: 198px;
    font-size: 7px;
    line-height: 1.08;
}

.category-tags {
    gap: 0;
    margin-top: -2px;
}

.category-tag {
    min-height: 17px;
    padding: 0 3px;
    font-size: 7px;
}

/* 2026-04-07 php delivery freeze baseline */
.site-search {
    grid-template-columns: minmax(0, 1fr) 56px;
    max-width: 452px;
}

.site-search__input,
.site-search__button {
    height: 33px;
    min-height: 33px;
}

.site-search__input {
    padding: 0 12px;
    font-size: 12px;
}

.site-search__button {
    font-size: 11px;
}

.hero-panel__banner {
    grid-template-columns: minmax(0, 1.62fr) minmax(228px, 278px);
    gap: 11px;
    padding: 15px 17px;
}

.hero-panel__copy h1 {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.2;
}

.hero-panel__copy p {
    margin-top: 2px;
    margin-bottom: 2px;
    max-width: 454px;
    line-height: 1.34;
}

.hero-panel__copy .primary-button {
    margin-top: 1px;
    min-height: 30px;
    padding: 0 11px;
    font-size: 12px;
}

.hero-subgrid {
    gap: 10px;
    margin-top: 10px;
}

.hero-subcard {
    padding: 11px 13px;
}

.hero-subcard h3 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.3;
}

.hero-subcard p {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.36;
}

.hero-subcard .text-link {
    margin-top: 4px;
    min-height: 24px;
    font-size: 11px;
}

.category-panel {
    padding-top: 11px;
    padding-bottom: 11px;
}

.category-panel .section-heading {
    column-gap: 8px;
    margin-bottom: 2px;
}

.category-panel .section-heading p {
    max-width: 248px;
    font-size: 9px;
    line-height: 1.26;
}

.category-tags {
    gap: 0;
    margin-top: 0;
}

.category-tag {
    min-height: 21px;
    padding: 0 5px;
    font-size: 8px;
}


/* 2026-04-07 gate size recovery for online deployment */
.gate-card {
    max-width: 760px;
    border-radius: 30px;
    box-shadow: 0 28px 72px rgba(15, 23, 42, 0.12);
}

.gate-card__topline {
    height: 5px;
}

.gate-card__inner {
    padding: 52px 58px 44px;
}

.gate-title-row {
    gap: 16px;
}

.brand-mark {
    width: 52px;
    height: 52px;
    box-shadow: 0 14px 26px rgba(63, 176, 79, 0.20);
}

.brand-mark__icon {
    width: 22px;
    height: 22px;
}

.gate-title {
    font-size: 38px;
    line-height: 1.08;
}

.gate-description {
    max-width: 620px;
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
}

.gate-description--secondary {
    max-width: 610px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.75;
}

.notice {
    max-width: 620px;
    margin-top: 24px;
    padding: 16px 20px;
    font-size: 16px;
    border-radius: 14px;
}

.gate-form {
    margin-top: 18px;
}

.gate-type-switch {
    gap: 10px;
}

.gate-type-pill {
    min-width: 72px;
    padding: 8px 16px;
    border-radius: 999px;
}

.gate-type-pill:last-child {
    min-width: 72px;
}

.gate-type-pill span {
    font-size: 14px;
    line-height: 1.2;
}

.gate-search {
    max-width: 470px;
    grid-template-columns: minmax(0, 1fr) 110px;
    gap: 12px;
}

.gate-search__input {
    height: 54px;
    padding: 0 18px 0 42px;
    font-size: 16px;
    border-radius: 14px;
}

.gate-search__icon {
    left: 16px;
    top: 18px;
}

.gate-search__button {
    min-height: 54px;
    font-size: 16px;
    border-radius: 14px;
}

.gate-search-note {
    margin-top: 10px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .gate-card {
        max-width: 92vw;
        border-radius: 24px;
    }

    .gate-card__inner {
        padding: 38px 24px 34px;
    }

    .brand-mark {
        width: 44px;
        height: 44px;
    }

    .gate-title {
        font-size: 28px;
    }

    .gate-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .gate-description--secondary {
        font-size: 12px;
    }

    .notice {
        font-size: 14px;
        padding: 14px 16px;
    }

    .gate-type-switch {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .gate-type-pill {
        width: 100%;
        min-width: 0;
        padding: 8px 10px;
    }

    .gate-type-pill:last-child {
        min-width: 0;
    }

    .gate-search {
        max-width: 100%;
        grid-template-columns: 1fr 96px;
        gap: 10px;
    }

    .gate-search__input {
        height: 48px;
        font-size: 15px;
    }

    .gate-search__button {
        min-height: 48px;
        font-size: 15px;
    }
}
