:root {
    --dcn-red: #ff2143;
    --dcn-ink: #111827;
    --dcn-muted: #6b7280;
    --dcn-surface: #f7f8fa;
    --dcn-border: #e5e7eb;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--dcn-ink);
    overflow-x: hidden;
}

.gap-2 { gap: .5rem !important; }
.gap-3 { gap: 1rem !important; }
.gap-4 { gap: 1.5rem !important; }

.row.g-2 > [class*="col-"] { margin-bottom: .5rem; }
.row.g-3 > [class*="col-"] { margin-bottom: 1rem; }
.row.g-4 > [class*="col-"] { margin-bottom: 1.5rem; }

img {
    max-width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nav-logout-item form {
    margin: 0;
}

.nav-logout-item button {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 39px 19px;
}

.nav-logout-item button:hover,
.nav-logout-item button:focus {
    color: var(--dcn-red);
}

.slicknav_nav .nav-logout-item button {
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    text-align: left;
}

.desktop-search-form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    border: 1px solid var(--dcn-border);
    border-radius: 999px;
    background: #f8fafc;
    overflow: hidden;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.desktop-search-form:focus-within {
    border-color: rgba(255, 33, 67, .55);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 33, 67, .09);
}

.desktop-search-form input {
    min-width: 0;
    flex: 1;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: var(--dcn-ink);
    padding: 0 4px 0 16px;
    font-size: .88rem;
    outline: 0;
}

.desktop-search-form input::placeholder {
    color: #8b95a5;
}

.desktop-search-form button {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--dcn-red);
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.desktop-search-form button:hover,
.desktop-search-form button:focus-visible {
    background: var(--dcn-red);
    color: #fff;
}

.main-menu .mobile-nav-icon {
    display: none;
}

.mobile-header-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
}

.mobile-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: var(--dcn-red);
    cursor: pointer;
    box-shadow: none;
    font-size: 1.05rem;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.mobile-search-toggle:hover,
.mobile-search-toggle:focus-visible,
.mobile-search-toggle.is-active {
    border-color: #ffd7de;
    background: #fff0f3;
    color: #d81735;
    box-shadow: none;
}

.mobile-search-toggle:active {
    transform: scale(.96);
}

.mobile-search-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    visibility: hidden;
    transition: max-height .24s ease, opacity .2s ease, transform .24s ease, visibility .24s ease;
}

.mobile-search-panel.is-open {
    max-height: 84px;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.mobile-header-search-form {
    display: flex;
    width: 100%;
    height: 48px;
    margin: 8px 0 12px;
    border: 1px solid var(--dcn-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(17, 24, 39, .09);
    overflow: hidden;
}

.mobile-header-search-form:focus-within {
    border-color: rgba(255, 33, 67, .55);
    box-shadow: 0 0 0 3px rgba(255, 33, 67, .08), 0 10px 28px rgba(17, 24, 39, .09);
}

.mobile-header-search-form input {
    min-width: 0;
    flex: 1;
    height: 100%;
    border: 0;
    background: transparent;
    color: var(--dcn-ink);
    padding: 0 15px;
    font-size: .94rem;
    outline: 0;
}

.mobile-header-search-form input::placeholder {
    color: #8b95a5;
}

.mobile-header-search-form button {
    flex: 0 0 auto;
    border: 0;
    background: var(--dcn-red);
    color: #fff;
    padding: 0 18px;
    font-size: .82rem;
    font-weight: 700;
    cursor: pointer;
}

.mobile-header-search-form button:hover,
.mobile-header-search-form button:focus-visible {
    background: #db1735;
}

@media (max-width: 767.98px) {
    .header-area .header-bottom .header-flex {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mobile-header-actions .mobile_menu {
        position: static;
        right: auto;
        z-index: auto;
        flex: 0 0 42px;
        width: 42px;
    }

    .mobile-header-actions .slicknav_menu {
        position: static;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .mobile-header-actions .slicknav_btn {
        position: static;
        top: auto;
        right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        float: none;
        width: 42px;
        height: 42px;
        margin: 0;
        padding: 6px;
        border: 1px solid transparent;
        border-radius: 10px;
        background: transparent;
        box-shadow: none;
        transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
    }

    .mobile-header-actions .slicknav_btn:hover,
    .mobile-header-actions .slicknav_btn:focus-visible,
    .mobile-header-actions .slicknav_btn.slicknav_open {
        border-color: #ffd7de;
        background: #fff0f3;
        box-shadow: none;
    }

    .mobile-header-actions .slicknav_btn:active {
        transform: scale(.96);
    }

    .mobile-header-actions .slicknav_menu .slicknav_icon {
        position: static;
        top: auto;
        right: auto;
        float: none;
        width: 24px;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .mobile-header-actions .slicknav_menu .slicknav_icon-bar {
        width: 24px;
        height: 2px;
        margin: 4px 0;
        background: var(--dcn-red) !important;
    }

    .mobile-header-actions .slicknav_nav {
        position: absolute;
        z-index: 120;
        top: 100%;
        right: 0;
        left: 0;
        float: none;
        width: auto;
        margin: 0;
        padding: 8px;
        border: 1px solid var(--dcn-border);
        border-top: 3px solid var(--dcn-red);
        border-radius: 0 0 14px 14px;
        background: #fff;
        box-shadow: 0 16px 34px rgba(17, 24, 39, .14);
    }

    .mobile-header-actions .slicknav_nav a,
    .mobile-header-actions .slicknav_nav .nav-logout-item button {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        min-height: 46px;
        margin: 2px 0;
        padding: 8px 10px;
        border: 0;
        border-radius: 10px;
        background: transparent;
        color: #24364b;
        font-size: .92rem;
        font-weight: 500;
        line-height: 1.25;
        text-align: left;
        transition: background-color .18s ease, color .18s ease, transform .18s ease;
    }

    .mobile-header-actions .slicknav_nav a:hover,
    .mobile-header-actions .slicknav_nav a:focus-visible,
    .mobile-header-actions .slicknav_nav .nav-logout-item button:hover,
    .mobile-header-actions .slicknav_nav .nav-logout-item button:focus-visible {
        border-radius: 10px;
        background: #fff0f3;
        color: var(--dcn-red);
        transform: translateX(3px);
    }

    .mobile-header-actions .slicknav_nav li.is-current > a {
        background: #fff0f3;
        color: var(--dcn-red);
        font-weight: 700;
    }

    .mobile-header-actions .slicknav_nav .mobile-nav-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        border-radius: 9px;
        background: #fff0f3;
        color: var(--dcn-red);
        font-size: .78rem;
        transition: background-color .18s ease, color .18s ease;
    }

    .mobile-header-actions .slicknav_nav li.is-current > a .mobile-nav-icon,
    .mobile-header-actions .slicknav_nav a:hover .mobile-nav-icon,
    .mobile-header-actions .slicknav_nav a:focus-visible .mobile-nav-icon,
    .mobile-header-actions .slicknav_nav .nav-logout-item button:hover .mobile-nav-icon,
    .mobile-header-actions .slicknav_nav .nav-logout-item button:focus-visible .mobile-nav-icon {
        background: var(--dcn-red);
        color: #fff;
    }

    .mobile-header-actions .slicknav_nav .nav-logout-item {
        margin-top: 6px;
        padding-top: 6px;
        border-top: 1px solid var(--dcn-border);
    }
}

.page-hero {
    padding: 48px 0 28px;
    background: linear-gradient(180deg, #f7f8fa 0%, #fff 100%);
}

.page-hero h1 {
    margin-bottom: 10px;
    font-size: clamp(2rem, 4vw, 3.1rem);
}

.news-grid-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--dcn-border);
    border-radius: 12px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease;
}

.news-grid-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(17, 24, 39, .09);
}

.news-grid-card__image {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef0f3;
}

.news-grid-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.news-grid-card:hover .news-grid-card__image img {
    transform: scale(1.025);
}

.news-grid-card__body {
    padding: 20px;
}

.news-grid-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--dcn-muted);
    font-size: .82rem;
}

.news-grid-card__body h2,
.news-grid-card__body h3 {
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 1.35;
}

.news-grid-card__body h2 a,
.news-grid-card__body h3 a {
    color: var(--dcn-ink);
}

.news-grid-card__body p {
    margin-bottom: 0;
    color: var(--dcn-muted);
}

.category-tile {
    display: block;
    height: 100%;
    padding: 26px;
    border: 1px solid var(--dcn-border);
    border-radius: 12px;
    background: #fff;
    color: var(--dcn-ink);
    transition: border-color .2s ease, transform .2s ease;
}

.category-tile:hover {
    border-color: var(--dcn-red);
    color: var(--dcn-ink);
    transform: translateY(-2px);
}

.article-breadcrumb {
    margin-bottom: 18px;
}

.article-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-breadcrumb li {
    display: inline-flex;
    align-items: center;
    color: #667085;
    font-size: .82rem;
    line-height: 1.4;
}

.article-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #475467 !important;
    font-weight: 600;
    text-decoration: none;
    transition: color .18s ease;
}

.article-breadcrumb a i {
    color: var(--dcn-red);
    font-size: .76rem;
}

.article-breadcrumb a:hover,
.article-breadcrumb a:focus-visible {
    color: var(--dcn-red) !important;
}

.article-breadcrumb__separator {
    color: #98a2b3 !important;
    font-size: .65rem !important;
}

.article-breadcrumb__current {
    color: #475467 !important;
    font-weight: 600;
}

.article-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
    border-top: 1px solid var(--dcn-border);
    border-bottom: 1px solid var(--dcn-border);
}

.article-content {
    font-size: 1.08rem;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.article-content img,
.article-content figure img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 1.5rem auto;
    border-radius: 8px;
}

.article-content iframe,
.article-content video {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 1.5rem auto;
}

.article-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.like-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 76px;
    min-height: 42px;
    border: 1px solid var(--dcn-red);
    border-radius: 999px;
    background: #fff;
    color: var(--dcn-red);
    padding: 9px 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.like-button:hover,
.like-button:focus-visible {
    background: #fff0f3;
    color: #d81735;
    box-shadow: 0 6px 16px rgba(255, 33, 67, .14);
    transform: translateY(-1px);
}

.like-button.is-liked {
    background: var(--dcn-red);
    color: #fff;
}

.comment-auth-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid #ffd7de;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff8f9 0%, #fff 100%);
}

.comment-auth-card__icon,
.auth-gate-modal__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff0f3;
    color: var(--dcn-red);
}

.comment-auth-card h3 {
    margin: 0 0 5px;
    color: var(--dcn-ink);
    font-size: 1.05rem;
}

.comment-auth-card p {
    margin: 0 0 13px;
    color: var(--dcn-muted);
    line-height: 1.55;
}

.article-actions form {
    margin: 0;
}

.article-comment-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #667085;
    font: inherit;
    cursor: pointer;
}

.article-comment-link:hover,
.article-comment-link:focus-visible {
    color: var(--dcn-red);
}

.comment-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 76px;
    min-height: 42px;
    padding: 9px 17px;
    border: 1px solid var(--dcn-red);
    border-radius: 999px;
    background: #fff;
    color: var(--dcn-red);
    font-weight: 700;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.comment-button:hover,
.comment-button:focus-visible {
    background: #fff0f3;
    color: #d81735;
    box-shadow: 0 6px 16px rgba(255, 33, 67, .14);
    transform: translateY(-1px);
}

.article-actions__hint {
    flex: 1 1 auto;
}

.comments-modal-open {
    overflow: hidden;
}

/* Keep the modal above the floating scroll-to-top control while it is open. */
.comments-modal-open #scrollUp,
.auth-modal-open #scrollUp {
    z-index: 1 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.comments-modal[hidden] {
    display: none !important;
}

.comments-modal {
    position: fixed;
    z-index: 1400;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.comments-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .64);
    backdrop-filter: blur(3px);
}

.comments-modal__dialog {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(100%, 720px);
    height: min(760px, calc(100vh - 36px));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 18px;
    background: #f8fafc;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
}

.comments-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex: 0 0 auto;
    padding: 18px 22px;
    border-bottom: 1px solid var(--dcn-border);
    background: #fff;
}

.comments-modal__eyebrow {
    margin: 0 0 3px;
    color: var(--dcn-red);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.comments-modal__header h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--dcn-ink);
    font-size: 1.15rem;
}

.comments-modal__header h2 i {
    color: var(--dcn-red);
}

.comments-modal__header h2 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    border-radius: 999px;
    background: #fff0f3;
    color: var(--dcn-red);
    font-size: .75rem;
}

.comments-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f1f3f5;
    color: #667085;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.comments-modal__close:hover,
.comments-modal__close:focus-visible {
    background: #fff0f3;
    color: var(--dcn-red);
}

.comments-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 8px 22px 18px;
    overscroll-behavior: contain;
    scrollbar-color: #cbd5e1 transparent;
    scrollbar-width: thin;
}

.comments-modal__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 210px;
    color: var(--dcn-muted);
    font-size: .92rem;
}

.comments-modal__loading.is-more {
    min-height: 72px;
}

.comments-modal__spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #ffd1da;
    border-top-color: var(--dcn-red);
    border-radius: 50%;
    animation: dcn-load-more-spin .7s linear infinite;
}

.comments-modal__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 230px;
    color: var(--dcn-muted);
    text-align: center;
}

.comments-modal__empty i {
    margin-bottom: 12px;
    color: #f5a0ad;
    font-size: 2rem;
}

.comments-modal__empty p {
    max-width: 280px;
    margin: 0;
}

.comments-modal .comment-item {
    display: flex;
    gap: 12px;
    padding: 17px 0;
    border-bottom: 1px solid var(--dcn-border);
}

.comments-modal .comment-item:last-child {
    border-bottom: 0;
}

.comment-item__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e9eef5;
    color: #667085;
    font-size: .85rem;
}

.comment-item__body {
    min-width: 0;
    flex: 1;
}

.comment-item__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px 12px;
    margin-bottom: 4px;
}

.comment-item__meta strong {
    color: var(--dcn-ink);
    font-size: .92rem;
}

.comment-item__meta time {
    color: var(--dcn-muted);
    font-size: .74rem;
}

.comment-item__body p {
    margin: 0;
    color: #344054;
    font-size: .94rem;
    line-height: 1.62;
    overflow-wrap: anywhere;
}

.comments-modal__composer {
    flex: 0 0 auto;
    padding: 11px 18px 14px;
    border-top: 1px solid var(--dcn-border);
    background: #fff;
}

.comments-modal__status {
    min-height: 0;
    margin-bottom: 6px;
    color: #157347;
    font-size: .78rem;
}

.comments-composer-form {
    display: flex;
    align-items: flex-end;
    gap: 9px;
    padding: 7px 7px 7px 13px;
    border: 1px solid #d8dee8;
    border-radius: 15px;
    background: #f8fafc;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.comments-composer-form:focus-within {
    border-color: rgba(255, 33, 67, .55);
    box-shadow: 0 0 0 4px rgba(255, 33, 67, .09);
}

.comments-composer-form textarea {
    min-width: 0;
    flex: 1;
    min-height: 38px;
    max-height: 110px;
    padding: 7px 0;
    border: 0;
    outline: 0;
    resize: none;
    background: transparent;
    color: var(--dcn-ink);
    font-size: .92rem;
    line-height: 1.45;
}

.comments-composer-form textarea::placeholder {
    color: #98a2b3;
}

.comments-composer-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 15px;
    border: 0;
    border-radius: 11px;
    background: var(--dcn-red);
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .18s ease, transform .18s ease;
}

.comments-composer-form__submit:hover,
.comments-composer-form__submit:focus-visible {
    background: #d81735;
    transform: translateY(-1px);
}

.comments-composer-form__submit:disabled {
    cursor: wait;
    opacity: .72;
}

.comments-modal__auth {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--dcn-muted);
    font-size: .84rem;
}

.comments-modal__auth > i {
    color: var(--dcn-red);
}

.comments-modal__auth span {
    flex: 1;
}

.comments-modal__auth .btn {
    flex: 0 0 auto;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
}

.auth-modal-open {
    overflow: hidden;
}

.auth-gate-modal[hidden] {
    display: none !important;
}

.auth-gate-modal {
    position: fixed;
    z-index: 1500;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.auth-gate-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .62);
    backdrop-filter: blur(3px);
}

.auth-gate-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    padding: 34px 30px 30px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
    text-align: center;
}

.auth-gate-modal__close {
    position: absolute;
    top: 12px;
    right: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f5f6f8;
    color: #667085;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.auth-gate-modal__close:hover,
.auth-gate-modal__close:focus-visible {
    background: #fff0f3;
    color: var(--dcn-red);
}

.auth-gate-modal__icon {
    margin: 0 auto 16px;
    width: 58px;
    height: 58px;
    font-size: 1.2rem;
}

.auth-gate-modal__dialog h2 {
    margin: 0 0 10px;
    color: var(--dcn-ink);
    font-size: 1.45rem;
}

.auth-gate-modal__dialog p {
    margin: 0 auto 22px;
    max-width: 330px;
    color: var(--dcn-muted);
    line-height: 1.6;
}

.auth-gate-modal__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.auth-gate-modal__actions .btn {
    min-width: 122px;
    border-radius: 999px;
    font-weight: 700;
}

.comment-panel {
    margin-top: 34px;
    padding: 28px;
    border-radius: 12px;
    background: var(--dcn-surface);
}

.comment-item {
    padding: 18px 0;
    border-bottom: 1px solid var(--dcn-border);
}

.comment-item:last-child {
    border-bottom: 0;
}

.empty-state {
    padding: 48px 24px;
    border: 1px dashed #ccd1d8;
    border-radius: 12px;
    color: var(--dcn-muted);
    text-align: center;
    background: #fafbfc;
}

.dcn-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 184px;
    min-height: 46px;
    padding: 10px 22px;
    border: 1px solid var(--dcn-red);
    border-radius: 999px;
    background: var(--dcn-red);
    color: #fff;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(255, 33, 67, .16);
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

/* Keep the control centered when it is rendered as a sibling inside a Bootstrap row. */
.js-load-more-wrap {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.dcn-load-more:hover,
.dcn-load-more:focus-visible {
    border-color: #d81735;
    background: #d81735;
    color: #fff;
    box-shadow: 0 10px 22px rgba(255, 33, 67, .22);
    transform: translateY(-2px);
}

.dcn-load-more:focus-visible {
    outline: 3px solid rgba(255, 33, 67, .2);
    outline-offset: 3px;
}

.dcn-load-more:disabled {
    cursor: wait;
    opacity: .78;
    transform: none;
}

.dcn-load-more__spinner {
    display: none;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255, 255, 255, .45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: dcn-load-more-spin .7s linear infinite;
}

.dcn-load-more.is-loading .dcn-load-more__spinner {
    display: inline-block;
}

@keyframes dcn-load-more-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 575.98px) {
    .dcn-load-more {
        width: 100%;
        min-width: 0;
    }
}

.admin-stat-card {
    height: 100%;
    border: 0;
    border-left: 4px solid var(--dcn-red);
}

.admin-table-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
}

.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 991.98px) {
    .header-mid .header-banner {
        max-width: 100%;
    }

    .article-content {
        font-size: 1rem;
        line-height: 1.75;
    }

    .comment-panel {
        padding: 22px;
    }
}

@media (max-width: 767.98px) {
    .page-hero {
        padding: 32px 0 20px;
    }

    .trending-area .trending-main {
        padding-top: 22px;
    }

    .single-post .blog_details {
        padding-left: 0;
        padding-right: 0;
    }

    .single-post .blog_details h1 {
        font-size: clamp(1.75rem, 8vw, 2.4rem);
        line-height: 1.2;
    }

    .article-actions {
        align-items: stretch;
    }

    .article-actions > form,
    .article-actions > .like-button,
    .article-actions > .comment-button {
        flex: 1 1 0;
        width: 0;
        min-width: 0;
        box-sizing: border-box;
    }

    .article-actions > form {
        display: flex;
    }

    .article-actions > form .like-button {
        width: 100%;
        min-width: 0;
    }

    .article-actions .like-button,
    .article-actions .comment-button {
        width: 100%;
        justify-content: center;
    }

    .article-actions__hint {
        flex-basis: 100%;
        margin-left: 0;
    }

    .comment-panel {
        padding: 18px;
    }

    .comment-auth-card {
        padding: 16px;
    }

    .admin-table-actions {
        flex-wrap: wrap;
    }

    .comments-modal {
        padding: 0;
    }

    .comments-modal__dialog {
        width: 100%;
        height: 100%;
        max-height: 100%;
        border-radius: 0;
    }

    .comments-modal__header {
        padding: 16px 18px;
    }

    .comments-modal__body {
        padding-right: 18px;
        padding-left: 18px;
    }

    .comments-modal__composer {
        padding-right: 12px;
        padding-left: 12px;
    }

    .comments-modal__auth {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 9px;
        width: 100%;
        text-align: center;
    }

    .comments-modal__auth > i {
        flex: 0 0 auto;
    }

    .comments-modal__auth span {
        flex: 0 0 auto;
        width: 100%;
        max-width: 320px;
    }

    .comments-modal__auth .btn {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 420px) {
    .auth-gate-modal {
        padding: 14px;
    }

    .auth-gate-modal__dialog {
        padding: 30px 20px 24px;
    }

    .auth-gate-modal__actions {
        flex-direction: column;
    }

    .auth-gate-modal__actions .btn {
        width: 100%;
    }

    .comments-composer-form__submit {
        width: 42px;
        padding: 8px;
    }

    .comments-composer-form__submit span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .comments-modal__auth {
        flex-wrap: wrap;
    }

    .comments-modal__auth span {
        flex-basis: auto;
        width: 100%;
    }
}

/* Search experience */
.search-page-hero {
    padding: 54px 0 60px;
}

.search-page-eyebrow {
    margin: 0 0 8px;
    color: var(--dcn-red);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.search-page-hero h1 {
    margin-bottom: 8px;
}

.search-page-intro {
    margin: 0 0 24px;
    color: var(--dcn-muted);
}

.search-page-form {
    display: flex;
    align-items: center;
    width: min(100%, 760px);
    height: 58px;
    border: 1px solid var(--dcn-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17, 24, 39, .07);
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.search-page-form:focus-within {
    border-color: rgba(255, 33, 67, .6);
    box-shadow: 0 0 0 4px rgba(255, 33, 67, .09), 0 14px 36px rgba(17, 24, 39, .08);
}

.search-page-form__icon {
    flex: 0 0 auto;
    margin-left: 20px;
    color: #98a2b3;
}

.search-page-form input {
    min-width: 0;
    flex: 1;
    height: 100%;
    border: 0;
    background: transparent;
    color: var(--dcn-ink);
    padding: 0 16px 0 12px;
    font-size: 1rem;
    outline: 0;
}

.search-page-form input::placeholder {
    color: #98a2b3;
}

.search-page-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    gap: 10px;
    min-width: 132px;
    border: 0;
    background: var(--dcn-red);
    color: #fff;
    padding: 0 22px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .2s ease;
}

.search-page-form button:hover,
.search-page-form button:focus-visible {
    background: #db1735;
}

@media (max-width: 575.98px) {
    .search-page-hero {
        padding: 38px 0 42px;
    }

    .search-page-intro {
        margin-bottom: 18px;
        font-size: .94rem;
        line-height: 1.6;
    }

    .search-page-form {
        height: 52px;
        border-radius: 12px;
    }

    .search-page-form__icon {
        margin-left: 15px;
    }

    .search-page-form input {
        padding-right: 8px;
        font-size: .94rem;
    }

    .search-page-form button {
        min-width: 52px;
        padding: 0;
    }

    .search-page-form button span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

/* Trust, policy, contact, and publisher transparency pages */
.trust-hero,
.contact-hero {
    position: relative;
    padding: 58px 0 52px;
    overflow: hidden;
    border-bottom: 1px solid var(--dcn-border);
    background:
        radial-gradient(circle at 88% 18%, rgba(255, 33, 67, .11), transparent 27%),
        linear-gradient(135deg, #f8fafc 0%, #fff 52%, #fff5f6 100%);
}

.trust-hero::after,
.contact-hero::after {
    position: absolute;
    right: 7%;
    bottom: -72px;
    width: 180px;
    height: 180px;
    border: 22px solid rgba(255, 33, 67, .055);
    border-radius: 50%;
    content: "";
}

.trust-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 24px;
    color: var(--dcn-muted);
    font-size: .82rem;
}

.trust-breadcrumb a {
    color: #475467;
}

.trust-breadcrumb a:hover {
    color: var(--dcn-red);
}

.trust-eyebrow {
    margin: 0 0 10px;
    color: var(--dcn-red) !important;
    font-size: .78rem;
    font-weight: 750;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.trust-hero h1,
.contact-hero h1 {
    max-width: 820px;
    margin: 0 0 16px;
    color: var(--dcn-ink);
    font-size: clamp(2.25rem, 5vw, 4.25rem);
    line-height: 1.06;
    letter-spacing: -.045em;
}

.trust-lead,
.contact-hero > .container > p:last-child {
    max-width: 760px;
    margin: 0;
    color: #475467;
    font-size: clamp(1rem, 2vw, 1.16rem);
    line-height: 1.75;
}

.trust-updated {
    margin: 18px 0 0;
    color: var(--dcn-muted);
    font-size: .82rem;
}

.trust-body {
    padding: 56px 0 80px;
    background: #fff;
}

.trust-layout {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: clamp(32px, 6vw, 82px);
    align-items: start;
}

.trust-sidebar__inner {
    position: sticky;
    top: 106px;
}

.trust-sidebar__title {
    margin-bottom: 12px;
    color: var(--dcn-ink);
    font-size: .78rem;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.trust-nav {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--dcn-border);
    border-radius: 12px;
    background: #fff;
}

.trust-nav a {
    padding: 11px 14px;
    border-bottom: 1px solid var(--dcn-border);
    color: #475467;
    font-size: .9rem;
    font-weight: 600;
}

.trust-nav a:last-child {
    border-bottom: 0;
}

.trust-nav a:hover,
.trust-nav a.is-active {
    background: #fff1f3;
    color: #b4233b;
}

.trust-nav a.is-active {
    box-shadow: inset 3px 0 0 var(--dcn-red);
}

.trust-sidebar__contact {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 18px;
    padding: 18px;
    border-radius: 12px;
    background: #111827;
    color: #d0d5dd;
    font-size: .83rem;
    line-height: 1.55;
}

.trust-sidebar__contact strong {
    color: #fff;
    font-size: .9rem;
}

.trust-sidebar__contact a {
    color: #ff8fa1;
    font-weight: 650;
}

.trust-article {
    min-width: 0;
    max-width: 900px;
    color: #344054;
    font-size: 1.02rem;
    line-height: 1.82;
}

.trust-article h2 {
    margin: 42px 0 13px;
    color: var(--dcn-ink);
    font-size: clamp(1.38rem, 3vw, 1.8rem);
    line-height: 1.25;
    letter-spacing: -.02em;
}

.trust-article h2:first-child,
.trust-intro h2:first-child {
    margin-top: 0;
}

.trust-article h3 {
    margin: 28px 0 8px;
    color: #1d2939;
    font-size: 1.08rem;
    line-height: 1.4;
}

.trust-article p,
.trust-article ul,
.trust-article ol {
    margin-bottom: 17px;
}

.trust-article ul,
.trust-article ol {
    padding-left: 1.35rem;
}

.trust-article li {
    margin-bottom: 7px;
}

.trust-article a:not(.btn):not(.trust-card) {
    color: #c11537;
    text-decoration: underline;
    text-decoration-color: rgba(193, 21, 55, .3);
    text-underline-offset: 3px;
}

.trust-article__lede {
    margin-bottom: 32px !important;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--dcn-border);
    color: #1d2939;
    font-size: 1.18rem;
    line-height: 1.75;
}

.trust-intro {
    max-width: 760px;
    margin-bottom: 30px;
}

.trust-principles,
.trust-value-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 48px;
}

.trust-principles > div,
.trust-value-list > div {
    padding: 22px;
    border: 1px solid var(--dcn-border);
    border-radius: 12px;
    background: #fbfcfd;
}

.trust-principles span {
    display: block;
    margin-bottom: 17px;
    color: var(--dcn-red);
    font-size: .76rem;
    font-weight: 800;
}

.trust-principles strong,
.trust-value-list strong {
    display: block;
    margin-bottom: 7px;
    color: var(--dcn-ink);
}

.trust-principles p,
.trust-value-list p {
    margin: 0;
    color: var(--dcn-muted);
    font-size: .88rem;
    line-height: 1.6;
}

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

.trust-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.trust-card {
    display: block;
    padding: 24px;
    border: 1px solid var(--dcn-border);
    border-radius: 14px;
    background: #fff;
    color: #344054;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.trust-card:hover {
    border-color: rgba(255, 33, 67, .45);
    box-shadow: 0 16px 38px rgba(16, 24, 40, .08);
    color: #344054;
    transform: translateY(-2px);
}

.trust-card__icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 10px;
    background: #fff1f3;
    color: var(--dcn-red);
    place-items: center;
}

.trust-card h3 {
    margin: 0 0 8px;
    color: var(--dcn-ink);
    font-size: 1.08rem;
}

.trust-card p {
    min-height: 50px;
    margin-bottom: 16px;
    color: var(--dcn-muted);
    font-size: .9rem;
    line-height: 1.6;
}

.trust-card__link {
    color: #c11537;
    font-size: .83rem;
    font-weight: 700;
}

.trust-card__link i {
    margin-left: 4px;
    font-size: .72rem;
}

.trust-callout {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
    padding: 30px;
    border-radius: 14px;
    background: #111827;
    color: #d0d5dd;
}

.trust-callout h2 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 1.45rem;
}

.trust-callout p {
    max-width: 620px;
    margin: 0;
}

.trust-callout .btn {
    flex: 0 0 auto;
    color: #fff;
    text-decoration: none;
}

.trust-callout--compact {
    margin-top: 38px;
}

.trust-note,
.trust-summary {
    margin: 28px 0;
    padding: 22px 24px;
    border-left: 4px solid var(--dcn-red);
    border-radius: 0 10px 10px 0;
    background: #fff5f6;
}

.trust-note strong,
.trust-summary strong {
    display: block;
    margin-bottom: 5px;
    color: var(--dcn-ink);
}

.trust-note p,
.trust-summary p {
    margin: 0;
}

.trust-table-wrap {
    margin: 24px 0;
    overflow-x: auto;
    border: 1px solid var(--dcn-border);
    border-radius: 12px;
}

.trust-table {
    width: 100%;
    min-width: 640px;
    margin: 0;
    border-collapse: collapse;
}

.trust-table th,
.trust-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--dcn-border);
    text-align: left;
    vertical-align: top;
}

.trust-table th {
    background: #f8fafc;
    color: #475467;
    font-size: .78rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.trust-table tr:last-child td {
    border-bottom: 0;
}

.contact-hero > .container > p:last-child {
    max-width: 780px;
}

.contact-page {
    padding: 54px 0 80px;
}

.contact-channels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 42px;
}

.contact-channel {
    padding: 24px;
    border: 1px solid var(--dcn-border);
    border-radius: 14px;
    background: #fff;
}

.contact-channel > span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 10px;
    background: #fff1f3;
    color: var(--dcn-red);
    place-items: center;
}

.contact-channel h2 {
    margin: 0 0 8px;
    font-size: 1.12rem;
}

.contact-channel p {
    min-height: 66px;
    margin-bottom: 15px;
    color: var(--dcn-muted);
    font-size: .9rem;
    line-height: 1.6;
}

.contact-channel a {
    color: #c11537;
    font-size: .85rem;
    font-weight: 700;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 28px;
    align-items: start;
}

.contact-form-card,
.contact-aside__card {
    border: 1px solid var(--dcn-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(16, 24, 40, .055);
}

.contact-form-card {
    padding: clamp(24px, 5vw, 42px);
}

.contact-form-card__header {
    margin-bottom: 28px;
}

.contact-form-card__header h2 {
    margin: 0 0 7px;
    font-size: 1.65rem;
}

.contact-form-card__header > p:last-child {
    margin: 0;
    color: var(--dcn-muted);
}

.contact-form-card label {
    color: #344054;
    font-size: .88rem;
    font-weight: 650;
}

.contact-form-card .form-control {
    min-height: 46px;
    border-color: #d0d5dd;
    border-radius: 8px;
}

.contact-form-card textarea.form-control {
    min-height: 150px;
}

.contact-form-card .form-control:focus {
    border-color: var(--dcn-red);
    box-shadow: 0 0 0 3px rgba(255, 33, 67, .11);
}

.contact-form-card__submit {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.contact-form-card__submit p {
    max-width: 460px;
    margin: 0;
    color: var(--dcn-muted);
    font-size: .78rem;
    line-height: 1.55;
}

.contact-aside {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-aside__card {
    padding: 22px;
    box-shadow: none;
}

.contact-aside__card h2 {
    margin: 0 0 14px;
    font-size: 1.05rem;
}

.contact-aside__card dl,
.contact-aside__card dd,
.contact-aside__card p,
.contact-aside__card ul {
    margin-bottom: 0;
}

.contact-aside__card dl > div {
    padding: 10px 0;
    border-bottom: 1px solid var(--dcn-border);
}

.contact-aside__card dl > div:last-child {
    border-bottom: 0;
}

.contact-aside__card dt {
    margin-bottom: 3px;
    color: var(--dcn-muted);
    font-size: .74rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.contact-aside__card dd,
.contact-aside__card p,
.contact-aside__card li {
    color: #475467;
    font-size: .86rem;
    line-height: 1.6;
}

.contact-aside__card ul {
    padding-left: 18px;
}

.contact-aside__card li {
    margin-bottom: 7px;
}

.contact-aside__card a {
    color: #c11537;
    font-weight: 700;
    text-decoration: none;
}

.contact-aside__card a:hover,
.contact-aside__card a:focus-visible {
    color: #94102d;
    text-decoration: underline;
}

.contact-aside__card--warning {
    border-color: #fedf89;
    background: #fffaeb;
}

.dcn-footer {
    padding: 58px 0 0;
    background: #0b1220;
    color: #98a2b3;
}

.dcn-footer__grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(140px, 1fr));
    gap: clamp(28px, 5vw, 58px);
    padding-bottom: 44px;
}

.dcn-footer__logo {
    display: inline-block;
    margin-bottom: 17px;
}

.dcn-footer__logo img {
    width: auto;
    max-width: 210px;
    max-height: 58px;
}

.dcn-footer__brand p {
    max-width: 340px;
    margin-bottom: 12px;
    color: #98a2b3;
    line-height: 1.7;
}

.dcn-footer h2 {
    margin: 3px 0 15px;
    color: #fff;
    font-size: .82rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dcn-footer nav {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.dcn-footer a {
    color: #d0d5dd;
    font-size: .88rem;
}

.dcn-footer a:hover {
    color: #ff7188;
}

.dcn-footer__bottom {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.dcn-footer__bottom p {
    margin: 0;
    color: #667085;
    font-size: .78rem;
}

@media (max-width: 991.98px) {
    .trust-layout,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .trust-sidebar__inner {
        position: static;
    }

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

    .trust-nav a,
    .trust-nav a:last-child {
        border-right: 1px solid var(--dcn-border);
        border-bottom: 1px solid var(--dcn-border);
    }

    .trust-sidebar__contact {
        display: none;
    }

    .contact-aside {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media (max-width: 767.98px) {
    .trust-hero,
    .contact-hero {
        padding: 36px 0 34px;
    }

    .trust-breadcrumb {
        margin-bottom: 18px;
    }

    .trust-body,
    .contact-page {
        padding: 36px 0 56px;
    }

    .trust-layout {
        gap: 32px;
    }

    .trust-principles,
    .trust-value-list,
    .trust-card-grid,
    .contact-channels,
    .contact-aside,
    .dcn-footer__grid {
        grid-template-columns: 1fr;
    }

    .trust-principles {
        margin-bottom: 36px;
    }

    .trust-nav {
        grid-template-columns: 1fr;
    }

    .trust-nav a,
    .trust-nav a:last-child {
        border-right: 0;
    }

    .trust-card p,
    .contact-channel p {
        min-height: 0;
    }

    .trust-callout,
    .contact-form-card__submit,
    .dcn-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .trust-callout .btn,
    .contact-form-card__submit .btn {
        width: 100%;
    }

    .dcn-footer {
        padding-top: 44px;
    }

    .dcn-footer__grid {
        gap: 30px;
    }
}

/* Sign-in experience */
.auth-page {
    min-height: calc(100vh - 220px);
    padding: 48px 0 88px;
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 33, 67, .08), transparent 25%),
        linear-gradient(180deg, #f8fafc 0%, #fff 68%);
}

.auth-page > .container {
    max-width: 1140px;
}

.auth-breadcrumb {
    margin-bottom: 22px;
}

.auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .13);
}

.auth-showcase {
    position: relative;
    display: flex;
    min-height: 610px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 48px 52px 36px;
    color: #fff;
    background:
        radial-gradient(circle at 80% 16%, rgba(255, 255, 255, .18), transparent 23%),
        linear-gradient(145deg, #101f3d 0%, #152b55 54%, #0b1731 100%);
}

.auth-showcase::before,
.auth-showcase::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.auth-showcase::before {
    right: -110px;
    top: 110px;
    width: 330px;
    height: 330px;
}

.auth-showcase::after {
    right: 46px;
    bottom: -150px;
    width: 300px;
    height: 300px;
    border-width: 28px;
    border-color: rgba(255, 33, 67, .25);
}

.auth-showcase > * {
    position: relative;
    z-index: 1;
}

.auth-showcase__content {
    max-width: 510px;
    margin: 54px 0 auto;
}

.auth-showcase__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    color: #ffd9df;
    font-size: .76rem;
    font-weight: 750;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.auth-showcase__badge i,
.auth-showcase__list i {
    color: #ff7188;
}

.auth-showcase h1 {
    max-width: 500px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(2.15rem, 4vw, 3.55rem);
    font-weight: 750;
    letter-spacing: -.045em;
    line-height: 1.07;
}

.auth-showcase__content > p {
    max-width: 440px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 1.02rem;
    line-height: 1.75;
}

.auth-showcase__list {
    display: grid;
    gap: 13px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, .88);
    font-size: .9rem;
}

.auth-showcase__list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.auth-showcase__footer {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .62);
    font-size: .76rem;
}

.auth-showcase__footer span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.auth-showcase__footer i {
    color: #ff7188;
}

.auth-card {
    align-self: stretch;
    padding: 60px clamp(28px, 5vw, 66px);
    background: #fff;
}

.auth-card__header {
    margin-bottom: 30px;
}

.auth-card__icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 14px;
    color: var(--dcn-red);
    background: #fff0f3;
    font-size: 1.15rem;
}

.auth-eyebrow {
    margin: 0 0 8px;
    color: var(--dcn-red);
    font-size: .76rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.auth-card h2 {
    margin: 0 0 10px;
    color: var(--dcn-ink);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    letter-spacing: -.035em;
    line-height: 1.15;
}

.auth-card__header > p:last-child {
    margin: 0;
    color: var(--dcn-muted);
    line-height: 1.65;
}

.auth-status {
    margin-bottom: 22px;
    padding: 12px 14px;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    color: #475467;
    background: #f8fafc;
    font-size: .86rem;
    line-height: 1.45;
}

.auth-status--error {
    border-color: #fecdd3;
    color: #be123c;
    background: #fff1f2;
}

.auth-status--success {
    border-color: #bbf7d0;
    color: #166534;
    background: #f0fdf4;
}

.auth-field {
    margin-bottom: 20px;
}

.auth-field label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #344054;
    font-size: .86rem;
    font-weight: 700;
}

.auth-field label i {
    width: 16px;
    color: var(--dcn-red);
    text-align: center;
}

.auth-field .form-control {
    width: 100%;
    height: 52px;
    border: 1px solid #d0d5dd;
    border-radius: 11px;
    color: var(--dcn-ink);
    background: #fff;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.auth-field .form-control::placeholder {
    color: #98a2b3;
}

.auth-field .form-control:focus {
    border-color: var(--dcn-red);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 33, 67, .1);
}

.auth-field .form-control.is-invalid {
    border-color: #f43f5e;
    background-image: none;
    box-shadow: 0 0 0 3px rgba(244, 63, 94, .08);
}

.auth-password {
    position: relative;
}

.auth-password .form-control {
    padding-right: 52px;
}

.auth-password__toggle {
    position: absolute;
    top: 50%;
    right: 6px;
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 9px;
    color: #667085;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color .2s ease, background-color .2s ease;
}

.auth-password__toggle:hover,
.auth-password__toggle:focus-visible {
    color: var(--dcn-red);
    background: #fff0f3;
    outline: 0;
}

.auth-field__error {
    min-height: 18px;
    margin-top: 5px;
    color: #be123c;
    font-size: .78rem;
    line-height: 1.4;
}

.auth-form-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 2px 0 25px;
}

.auth-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #475467;
    cursor: pointer;
    font-size: .84rem;
}

.auth-check input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--dcn-red);
}

.auth-form-options__hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #98a2b3;
    font-size: .77rem;
}

.auth-form-options__hint i {
    color: #667085;
}

.auth-submit {
    display: inline-flex;
    width: 100%;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 11px;
    color: #fff;
    background: var(--dcn-red);
    box-shadow: 0 10px 22px rgba(255, 33, 67, .22);
    cursor: pointer;
    font-size: .92rem;
    font-weight: 750;
    transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.auth-submit:hover,
.auth-submit:focus-visible {
    background: #db1735;
    box-shadow: 0 14px 28px rgba(255, 33, 67, .28);
    outline: 0;
    transform: translateY(-1px);
}

.auth-submit:disabled {
    cursor: wait;
    opacity: .78;
    transform: none;
}

.auth-submit__loading {
    align-items: center;
    gap: 9px;
}

.auth-form-note {
    margin: 18px 0 0;
    color: #98a2b3;
    font-size: .75rem;
    line-height: 1.6;
    text-align: center;
}

.auth-switch {
    margin: 14px 0 0;
    color: #667085;
    font-size: .82rem;
    line-height: 1.5;
    text-align: center;
}

.auth-switch a {
    color: var(--dcn-red);
    font-weight: 700;
}

.auth-switch a:hover,
.auth-switch a:focus-visible {
    color: #c91532;
    text-decoration: underline;
}

.auth-consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 2px 0 0;
    color: #667085;
    cursor: pointer;
    font-size: .78rem;
    line-height: 1.55;
}

.auth-consent input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: var(--dcn-red);
}

.auth-consent input.is-invalid {
    outline: 2px solid rgba(244, 63, 94, .35);
    outline-offset: 2px;
}

.auth-consent a {
    color: #475467;
    font-weight: 700;
    text-decoration: underline;
}

.auth-consent a:hover,
.auth-consent a:focus-visible {
    color: var(--dcn-red);
}

.auth-consent__error {
    min-height: 18px;
    margin-top: 5px;
    margin-bottom: 12px;
}

@media (max-width: 767.98px) {
    .auth-page {
        min-height: 0;
        padding: 32px 0 58px;
    }

    .auth-shell {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .auth-showcase {
        min-height: 0;
        padding: 34px 30px 28px;
    }

    .auth-showcase__content {
        margin: 42px 0 52px;
    }

    .auth-showcase h1 {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .auth-card {
        padding: 38px 30px 42px;
    }
}

@media (max-width: 479.98px) {
    .auth-page {
        padding-top: 24px;
    }

    .auth-showcase {
        padding: 26px 22px 24px;
    }

    .auth-showcase__content {
        margin: 34px 0 40px;
    }

    .auth-showcase__list {
        gap: 10px;
        font-size: .82rem;
    }

    .auth-showcase__footer {
        flex-direction: column;
        gap: 8px;
        padding-top: 20px;
    }

    .auth-card {
        padding: 32px 22px 36px;
    }

    .auth-form-options {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}
