:root {
    --white: #ffffff;
    --navy: #b10000;
    --gold: #f4c842;
    --brand-red: #d10000;
    --brand-red-2: #b10000;
    --brand-yellow: #ffffff;
    --header-bg: #fff4bf;
    --text: #1f2937;
    --muted: #64748b;
    --border: #f3e1a4;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --surface: #f3f4f6;
    --navwrap-h: 52px;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", Arial, sans-serif;
    color: var(--text);
    background: var(--surface);
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
svg,
video,
canvas {
    max-width: 100%;
    height: auto;
}

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

/* Fix iOS Auto-zoom on focus */
@media screen and (max-width: 860px) {
    input,
    textarea,
    select {
        font-size: 16px !important;
        -webkit-text-size-adjust: 100%;
    }
}

.ad-slot {
    width: 100%;
    display: block;
    margin: 16px auto;
}

.ad-slot--header {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto 20px;
}

.ad-slot--header .ad-link {
    height: 120px;
    overflow: hidden;
    background: #fff;
}

.ad-slot--header .ad-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .ad-slot--header .ad-link {
        height: 85px;
    }

    .ad-slot--header .ad-img {
        height: 100%;
    }
}

.ad-slot--home {
    margin: 18px 0 24px;
}

.ad-slot--below-menu {
    margin-top: 0;
}

.ad-slot--footer {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto 18px;
}

.ad-slot--footer .ad-img {
    height: 310px;
    width: 100%;
    object-fit: contain;
}

@media (min-width: 769px) {
    .ad-slot--footer {
        display: flex;
        justify-content: center;
    }

    .ad-slot--footer .ad-link {
        display: inline-block;
        width: auto;
        max-width: 100%;
        background: transparent;
    }

    .ad-slot--footer .ad-img {
        width: auto;
        max-width: 100%;
    }
}

.footer-ad-swiper {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto 18px;
    position: relative;
}

.footer-ad-swiper .swiper {
    overflow: hidden;
}

.footer-ad-swiper .swiper-button-prev,
.footer-ad-swiper .swiper-button-next {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #b10000;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.footer-ad-swiper .swiper-button-prev:hover,
.footer-ad-swiper .swiper-button-next:hover {
    background: #ffffff;
}

.footer-ad-swiper .swiper-button-prev::after,
.footer-ad-swiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: 900;
}

.ad-slot--footer-carousel {
    margin: 0 auto;
    padding: 0;
}

.ad-slot--footer-carousel .ad-img {
    height: 310px;
    width: 100%;
    object-fit: contain;
}

@media (min-width: 769px) {
    .ad-slot--footer-carousel .ad-link {
        display: inline-block;
        width: auto;
        max-width: 100%;
        background: transparent;
    }

    .ad-slot--footer-carousel .ad-img {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .footer-ad-swiper .swiper-button-prev,
    .footer-ad-swiper .swiper-button-next {
        width: 34px;
        height: 34px;
    }
}

.ad-link {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.ad-img {
    width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration-thickness: from-font;
    text-underline-offset: 0.15em;
}

.site-footer {
    clear: both;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    background: #b5050d;
    border-top: 4px solid var(--brand-yellow);
    color: rgba(255, 255, 255, 0.95);
    padding: 60px 0 30px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 12px;
}

.footer-col-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: var(--brand-yellow);
}

/* Cột Thương hiệu */
.brand-col .footer-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.brand-col .footer-badge-img {
    width: 50px;
    height: 50px;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
}

.brand-col .footer-badge-label {
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.5px;
}

.brand-col .footer-org {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 5px;
}

/* Cột Liên hệ */
.contact-col .footer-meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-col .footer-line {
    font-size: 0.9rem;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
}

.contact-col .footer-line i {
    color: var(--brand-yellow);
    margin-top: 4px;
    width: 16px;
}

/* Cột Đăng ký */
.footer-subscribe-desc {
    font-size: 0.95rem;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.85);
}

.subscribe-input-group {
    display: flex;
    gap: 5px;
}

.footer-form-control {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
}

.footer-form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.footer-btn-subscribe {
    background: var(--brand-yellow);
    color: #b10000;
    border: none;
    padding: 10px 20px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.2s;
}

.footer-btn-subscribe:hover {
    background: #fff;
    color: #b10000;
}

.footer-subscribe-status {
    margin-top: 10px;
    font-size: 0.85rem;
    display: none;
}

.footer-subscribe-status.success {
    color: #4ade80;
}

.footer-subscribe-status.error {
    color: #fca5a5;
}

/* Bottom Note */
.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 30px 0;
}

.footer-note {
    text-align: center;
}

.footer-disclaimer {
    font-size: 0.75rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.footer-copy {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .subscribe-col {
        grid-column: span 2;
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 30px 0 15px;
        text-align: center;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 25px;
    }
    .footer-col-title {
        margin-bottom: 15px;
        font-size: 0.95rem;
    }
    .footer-col-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .brand-col .footer-badge {
        justify-content: center;
        margin-bottom: 10px;
    }
    .brand-col .footer-badge-img {
        width: 40px;
        height: 40px;
    }
    .brand-col .footer-badge-label {
        font-size: 1.2rem;
    }
    .contact-col .footer-meta {
        gap: 8px;
    }
    .contact-col .footer-line {
        justify-content: center;
        text-align: center;
        font-size: 0.85rem;
    }
    .subscribe-col {
        grid-column: span 1;
    }
    .footer-subscribe-desc {
        font-size: 0.85rem;
        margin-bottom: 10px;
    }
    .subscribe-input-group {
        flex-direction: row;
        gap: 5px;
    }
    .footer-form-control {
        padding: 8px 12px;
    }
    .footer-btn-subscribe {
        width: auto;
        padding: 8px 15px;
    }
    .footer-divider {
        margin: 20px 0;
    }
    .footer-disclaimer {
        font-size: 0.7rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

.media-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-header {
    background: var(--header-bg);
    border-bottom: 1px solid rgba(179, 0, 0, 0.14);
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.10);
}

.brandbar {
    position: relative;
    background: var(--header-bg);
    background-image: radial-gradient(circle at 12% 15%, rgba(255, 212, 90, 0.38), rgba(255, 212, 90, 0) 55%),
        radial-gradient(circle at 88% 10%, rgba(179, 0, 0, 0.10), rgba(179, 0, 0, 0) 52%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
    overflow: hidden;
}

.brandbar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--brandbar-watermark, url("../../saumenu1.png"));
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(860px, 92vw) auto;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
}

.brandbar-inner {
    max-width: 1200px;
    min-height: 140px;
    margin: 0 auto;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.brand-search {
    flex: 1;
    max-width: 520px;
    min-width: 220px;
    display: grid;
    grid-template-columns: 1fr 44px;
    align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(179, 0, 0, 0.22);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 10px 24px rgba(143, 0, 0, 0.08);
}

.brand-search-input {
    border: 0;
    outline: none;
    padding: 12px 12px;
    font-size: 16px;
    font-family: inherit;
    background: transparent;
    color: #0f172a;
    -webkit-appearance: none;
    appearance: none;
}

.brand-search-btn {
    border: 0;
    cursor: pointer;
    background: #df0000;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s ease, background-color 0.2s ease;
}

.brand-search-btn:hover {
    background: #bf0000;
}

.navwrap {
    position: sticky;
    top: 0;
    z-index: 1200;
    background: #d10000;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 3px solid var(--brand-yellow);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.navwrap-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
    min-height: var(--navwrap-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.navwrap-inner:focus-within {
    scroll-behavior: smooth;
}

.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
    position: relative;
}

.nav-search-toggle,
.nav-layer-toggle {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.nav-search-toggle:hover,
.nav-layer-toggle:hover {
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.30);
}

.nav-search-drop {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1250;
    background: transparent;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    max-height: 0;
    overflow: visible;
    transition: opacity 0.18s ease, transform 0.2s ease, max-height 0.25s ease;
}

.nav-search-drop.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: stretch;
    border-radius: 10px;
    overflow: visible;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(17, 24, 39, 0.12);
    width: 320px;
    height: 40px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    position: relative;
}

.nav-search-drop::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 12px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(255, 255, 255, 0.96);
    filter: drop-shadow(0 -1px 0 rgba(17, 24, 39, 0.10));
}

.nav-search-input {
    border: 0;
    outline: none;
    padding: 10px 40px 10px 12px;
    font-size: 16px;
    font-family: inherit;
    background: transparent;
    color: #0f172a;
    -webkit-appearance: none;
    appearance: none;
}

.nav-search-btn {
    border: 0;
    cursor: pointer;
    background: var(--brand-red-2);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.nav-search-btn:hover {
    background: var(--brand-red);
}

.nav-search-close {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    display: none;
    z-index: 5;
}

.nav-search-close:hover {
    color: rgba(0, 0, 0, 0.8);
}

.nav-search-drop.is-open .nav-search-close {
    display: block;
}

/* Layer Dropdown */
.nav-layer-drop {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1250;
    background: transparent;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    max-height: 0;
    overflow: visible;
    transition: opacity 0.18s ease, transform 0.2s ease, max-height 0.25s ease;
}

.nav-layer-drop.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.layer-panel {
    background: #d10000;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
    width: 440px;
    max-height: 520px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.layer-header {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: sticky;
    top: 0;
    background: #d10000;
    border-radius: 12px 12px 0 0;
    z-index: 10;
}

.layer-title {
    font-weight: 800;
    color: #ffffff;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.layer-close {
    border: 0;
    background: 0;
    font-size: 24px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
}

.layer-close:hover {
    color: #ffffff;
}

.layer-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.layer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #d10000;
}

.layer-menu-link {
    display: block;
    padding: 12px 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.2s ease;
}

.layer-menu-link:hover {
    background: rgba(255, 255, 255, 0.1);
}

.layer-actions {
    display: flex;
    flex-direction: column;
}

.layer-btn {
    display: block;
    padding: 14px 20px;
    text-align: center;
    font-weight: 900;
    font-size: 0.95rem;
    text-decoration: none;
    text-transform: uppercase;
    background: #ffffff;
    color: #d10000;
    border-bottom: 1px solid #f1f5f9;
}

.layer-btn:hover {
    background: #f8fafc;
}

.layer-content-custom {
    padding: 20px;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.6;
}

.layer-content-custom p, 
.layer-content-custom span, 
.layer-content-custom div,
.layer-content-custom h1,
.layer-content-custom h2,
.layer-content-custom h3,
.layer-content-custom li {
    color: #ffffff !important;
}

.layer-custom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #d10000;
}

.layer-custom-links a {
    display: block;
    padding: 12px 20px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.layer-custom-links a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding-left: 25px;
}

.layer-section-title {
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.layer-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.layer-cat-list a {
    display: block;
    padding: 8px 12px;
    border-radius: 6px;
    background: #f8fafc;
    color: #334155;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    transition: all 0.2s ease;
    text-align: center;
}

.layer-cat-list a:hover {
    background: #f1f5f9;
    color: #d10000;
}

@media (max-width: 480px) {
    .layer-panel {
        width: calc(100vw - 20px);
        max-height: 60vh;
    }
    
    .layer-cat-list {
        grid-template-columns: 1fr;
    }
}

.nav-submit-btn {
    height: 34px;
    padding: 0 12px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    font-size: 0.78rem;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.96);
    color: var(--brand-red);
    border: 1px solid rgba(255, 255, 255, 0.70);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.nav-submit-btn:hover {
    background: #ffffff;
    border-color: rgba(255, 255, 255, 0.90);
    transform: translateY(-1px);
}

.nav-menu-btn {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.nav-menu-btn:hover {
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.30);
}

.navbar {
    max-width: 1200px;
    height: 80px;
    margin: 0 auto;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #8f0000;
    white-space: nowrap;
    min-width: 0;
}

.logo-badge {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0) 55%),
        linear-gradient(135deg, rgba(255, 212, 90, 0.95), rgba(179, 0, 0, 0.92));
    border: 2px solid rgba(143, 0, 0, 0.35);
    box-shadow: 0 12px 26px rgba(143, 0, 0, 0.14);
    flex: 0 0 auto;
}

.logo-img {
    height: 110px;
    width: auto;
    max-width: 380px;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.logo-kicker {
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.28px;
    color: rgba(143, 0, 0, 0.92);
}

.logo-name {
    font-size: 1.75rem;
    font-weight: 900;
    letter-spacing: 0.2px;
    color: #b30000;
    line-height: 1.05;
}

.nav {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.nav::-webkit-scrollbar {
    display: none;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: nowrap;
}

.nav-menu li {
    margin: 0;
    padding: 0;
}

.nav-menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: var(--navwrap-h);
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.45px;
    color: rgba(255, 255, 255, 0.96);
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.nav-menu a:hover {
    background: var(--brand-red-2);
    color: var(--white);
}

.nav-menu a.active {
    background: rgba(0, 0, 0, 0.14);
    color: var(--white);
}

.nav-menu a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--brand-yellow);
    border-radius: 2px;
}

.nav-menu li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-btn {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(179, 0, 0, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    color: var(--brand-red-2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.icon-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(179, 0, 0, 0.26);
}

.icon-btn i {
    font-size: 18px;
    line-height: 1;
}

.icon-btn#menuToggle {
    display: none;
}

.submit-btn {
    height: 42px;
    padding: 0 16px;
    border: 1.5px solid rgba(143, 0, 0, 0.55);
    border-radius: 10px;
    text-decoration: none;
    color: #8f0000;
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.72);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.submit-btn:hover {
    background: #d10000;
    border-color: #d10000;
    color: var(--white);
}

.mobile-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    border-top: 1px solid transparent;
    background: var(--brand-red);
    position: fixed;
    left: 0;
    right: 0;
    top: var(--navwrap-h);
    z-index: 1100;
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.3s ease, border-color 0.2s ease;
}

.mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    border-top-color: rgba(255, 255, 255, 0.22);
}

.mobile-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-radius: 0;
    background: transparent;
    color: var(--brand-red);
    font-weight: 900;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    border: 0;
}

.mobile-submit-btn:hover {
    background: transparent;
}

.mobile-submit-item {
    background: #ffffff;
}

@media (max-width: 768px) {
    .nav-layer-toggle {
        display: none;
    }

    .nav-submit-btn {
        display: none;
    }

    .nav-actions {
        position: static;
    }

    .nav-search-form {
        width: 100%;
        max-width: none;
        height: 44px;
        margin: 0;
    }

    .nav-search-drop {
        left: 0;
        right: 0;
        padding: 0;
        top: 100%;
    }

    .nav-search-drop::before {
        display: none;
    }

    .mobile-menu {
        position: relative;
        top: 0;
        left: auto;
        right: auto;
        z-index: 1;
    }

    .mobile-menu ul {
        padding-bottom: 0;
    }

    .mobile-menu .mobile-submit-item {
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .mobile-menu .mobile-submit-btn {
        height: 44px;
        background: #ffffff;
        color: var(--brand-red);
        border-radius: 0;
        border: 1px solid rgba(177, 0, 0, 0.20);
    }
}

.mobile-menu ul {
    margin: 0;
    padding: 8px 0 16px;
    list-style: none;
}

.mobile-menu ul li:not(.mobile-submit-item) {
    padding: 0 18px;
}

.mobile-menu a {
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.45px;
    color: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    transition: color 0.2s ease, background-color 0.2s ease;
}

.mobile-menu a:hover {
    color: var(--white);
    background: rgba(0, 0, 0, 0.16);
}

.mobile-menu a.active {
    color: var(--white);
    border-left: 3px solid var(--brand-yellow);
    padding-left: 13px;
}

.container {
    max-width: 1160px;
    margin: 24px auto;
    padding: 0 18px;
}

.lead,
.lead:visited,
.topitem,
.topitem:visited,
.cat-feature,
.cat-feature:visited,
.cat-item,
.cat-item:visited,
.post,
.post:visited {
    color: inherit;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 16px;
    align-items: start;
}

.home-hero,
.two-cols {
    margin-top: 12px;
}

.blog-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.blog {
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--white);
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: var(--navy);
    border-bottom: 3px solid var(--brand-yellow);
}

.blog-title {
    color: var(--white);
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.blog-more {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-weight: 900;
    font-size: 0.84rem;
}

.blog-more:hover {
    text-decoration: underline;
}

.blog-body {
    padding: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 12px;
    align-items: start;
}

@media (min-width: 1025px) {
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .blog-body {
        grid-template-columns: minmax(0, 1fr) 280px;
    }

    .blog-grid .blog:nth-child(1),
    .blog-grid .blog:nth-child(6) {
        grid-column: 1 / -1;
    }

    .blog-grid .blog:nth-child(1) .blog-body,
    .blog-grid .blog:nth-child(6) .blog-body {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .blog-grid .blog:nth-child(1) .blog-feature,
    .blog-grid .blog:nth-child(6) .blog-feature {
        grid-template-rows: 240px auto;
    }
}

.blog-feature {
    border: 1px solid #f1ead0;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: var(--white);
    display: grid;
    grid-template-rows: 190px auto;
    transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.blog-feature:hover {
    transform: translateY(-2px);
    border-color: rgba(17, 24, 39, 0.12);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.home-cats {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.gd-section {
    min-width: 0;
}

.gd-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
    padding-top: 10px;
    border-top: 2px solid var(--brand-red);
}

.gd-tab {
    background: var(--brand-red);
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-size: 0.82rem;
    padding: 8px 12px;
    border-radius: 4px 4px 0 0;
    transform: translateY(-12px);
}

.gd-more {
    color: rgba(71, 85, 105, 0.92);
    text-decoration: none;
    font-weight: 800;
    font-size: 0.82rem;
    transform: translateY(-8px);
}

.gd-more:hover {
    text-decoration: underline;
}

.gd-card {
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.gd-feature {
    display: grid;
    grid-template-rows: 220px auto;
    text-decoration: none;
    color: inherit;
}

.gd-feature-media {
    overflow: hidden;
    background: #e5e7eb;
}

.gd-feature-body {
    padding: 14px 16px 16px;
}

.gd-feature-meta {
    font-size: 0.78rem;
    color: rgba(107, 114, 128, 0.95);
    font-weight: 800;
}

.gd-feature-title {
    margin: 10px 0 0;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.25;
    color: #111827;
}

.gd-feature-excerpt {
    margin: 10px 0 0;
    color: rgba(75, 85, 99, 0.95);
    line-height: 1.55;
    font-size: 0.95rem;
}

.gd-mini-grid {
    padding: 14px 16px 16px;
    border-top: 1px solid rgba(17, 24, 39, 0.10);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gd-mini {
    text-decoration: none;
    color: inherit;
}

.gd-mini-thumb {
    height: 92px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: #e5e7eb;
}

.gd-mini-title {
    margin-top: 10px;
    font-weight: 900;
    line-height: 1.28;
    font-size: 0.92rem;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gd-list-wrap {
    display: grid;
    grid-template-columns: 1fr;
}

.gd-feature--compact {
    grid-template-rows: unset;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 16px;
    align-items: center;
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
}

.gd-feature-media--compact {
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
}

.gd-feature--compact .gd-feature-body {
    padding: 0;
}

.gd-feature--compact .gd-feature-title {
    font-size: 1rem;
}

.gd-list {
    display: flex;
    flex-direction: column;
}

.gd-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 16px;
    text-decoration: none;
    color: inherit;
    border-top: 1px solid rgba(17, 24, 39, 0.10);
}

.gd-item:first-child {
    border-top: 0;
}

.gd-item-thumb {
    height: 48px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: #e5e7eb;
}

.gd-item-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gd-item-meta {
    font-size: 0.72rem;
    color: rgba(107, 114, 128, 0.95);
    font-weight: 900;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.gd-item-title {
    font-weight: 900;
    line-height: 1.28;
    color: #111827;
    font-size: 0.92rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catbox {
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 0;
    overflow: hidden;
    background: var(--white);
    box-shadow: none;
}

.catbox-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 12px 10px;
    background: var(--white);
    border-top: 2px solid var(--brand-red);
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
}

.catbox-title {
    position: absolute;
    top: -14px;
    left: 0;
    background: var(--brand-red);
    color: var(--white);
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    font-size: 0.82rem;
    padding: 7px 12px;
    border-radius: 3px;
}

.catbox-more {
    position: absolute;
    top: -12px;
    right: 0;
    color: rgba(71, 85, 105, 0.92);
    text-decoration: none;
    font-weight: 900;
    font-size: 0.8rem;
}

.catbox-more:hover {
    text-decoration: underline;
}

.catbox-body {
    padding: 0;
}

.catbox-feature {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
}

.catbox-feature-media {
    height: 260px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(177, 0, 0, 0.88), rgba(244, 200, 66, 0.62));
}

.catbox-feature-media--list {
    height: 220px;
}

.catbox-feature-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 12px 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(11, 18, 32, 0.78) 100%);
    color: #ffffff;
}

.catbox-feature-overlay--list {
    padding: 10px 12px 12px;
}

.catbox-feature--list .catbox-feature-overlay {
    position: static;
    background: var(--white);
    color: #111827;
    padding: 12px 12px 14px;
}

.catbox-feature--list .catbox-feature-meta {
    color: rgba(71, 85, 105, 0.92);
}

.catbox-feature--list .catbox-feature-title {
    font-size: 1.02rem;
    color: #111827;
}

.catbox-feature-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

.catbox-feature-title {
    margin-top: 10px;
    font-weight: 900;
    line-height: 1.25;
    font-size: 1.05rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catbox-mini {
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.catbox-mini-card {
    text-decoration: none;
    color: inherit;
    border: 0;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.catbox-mini-card:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

.catbox-mini-thumb {
    height: 92px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(177, 0, 0, 0.78), rgba(244, 200, 66, 0.52));
}

.catbox-mini-title {
    padding: 10px 0 0;
    font-weight: 900;
    line-height: 1.3;
    font-size: 0.88rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.catbox-list {
    padding: 12px;
    display: flex;
    gap: 10px;
}

.catbox-row {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
    border: 0;
    border-top: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 0;
    text-decoration: none;
    background: transparent;
    transition: background-color 0.2s ease;
}
.catbox-row:first-child {
    border-top: 0;
}


.catbox-row:hover {
    background: rgba(0, 0, 0, 0.03);
}
.catbox-row-thumb {
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: linear-gradient(135deg, rgba(177, 0, 0, 0.78), rgba(244, 200, 66, 0.52));
}

.catbox-row-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.catbox-row-meta {
    font-size: 0.74rem;
    color: rgba(71, 85, 105, 0.92);
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.catbox-row-title {
    font-weight: 900;
    line-height: 1.28;
    color: #111827;
    font-size: 0.92rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog, .gd-card, .catbox, .cat, .hero-main, .hero-content, .mini, .post, .feature, .widget, .card, .article, .form, .btn, .submit-btn, .nav-submit-btn, .icon-btn, .toplist, .topitem-thumb, .blog-item-thumb, .cat-item-thumb, .mini-thumb, .list-thumb, .widget-thumb, .card-thumb, .article-media, .gd-mini-thumb, .gd-item-thumb, .catbox-mini-thumb, .catbox-row-thumb, .brand-search, .brand-search-input, .brand-search-btn, .nav-search-form, .nav-search-input, .nav-search-btn, .form input, .form textarea, .news-feature, .news-row, .news-row-thumb, .news-feature-media {
    border-radius: 2px !important;
}

/* xoá khung nội dung chính */
.article,
.post-container,
.post-content,
.main-content,
.content-area {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* xoá khung sidebar */
.sidebar,
.widget,
.widget-box,
.latest-news {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* xoá title box */
.widget-title,
.sidebar-title {
    background: transparent !important;
    border: none !important;
    padding-left: 0 !important;
}

/* layout phẳng cho trang post */
.content-wrap {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
}

.post-layout {
    position: relative;
}

.post-bodycol {
    min-width: 0;
}

.post-rail {
    margin: 0 0 14px;
}

.post-rail .ad-slot {
    margin: 0 0 12px;
}

.post-rail .ad-link {
    border-radius: 2px;
}

@media (min-width: 1760px) {
    .post-rail {
        position: absolute;
        top: 0;
        left: -260px;
        width: 240px;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .content-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .sidebar {
        margin-top: 20px;
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-top: 20px !important;
    }

    .page-title {
        font-size: 1.8rem !important;
        line-height: 1.25;
    }

    .article-content {
        font-size: 1.1rem !important;
    }
}

/* ảnh full đẹp hơn */
.post-content img,
.article-content img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.article {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 25px;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.article-media {
    margin-bottom: 25px;
}

.article-media .media-img {
    height: auto;
    max-height: 500px;
    object-fit: cover;
    width: 100%;
    border-radius: 2px;
}

.article-excerpt-styled {
    font-style: italic;
    font-weight: 600;
    color: #444;
    border-left: 3px solid var(--brand-red);
    padding-left: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.article-content .bold-text {
    font-weight: 700;
    border-left: 3px solid var(--brand-red);
    padding-left: 10px;
    margin-left: -13px;
    display: inline;
}

.post-byline {
    margin: 0 0 12px 0;
    font-size: 0.9rem;
    color: #555;
    display: flex;
    gap: 8px;
    align-items: center;
}

.post-byline a {
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

.post-byline-sep {
    color: rgba(0, 0, 0, 0.35);
}

.post-byline a:hover {
    text-decoration: underline;
}

.post-share {
    margin: -10px 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    padding: 0 12px;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-size: 0.78rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.share-btn--fb {
    background: #1877f2;
    border-color: rgba(24, 119, 242, 0.8);
    color: rgba(255, 255, 255, 0.96);
}

.share-btn--fb:hover {
    filter: brightness(1.05);
}

.share-btn i {
    font-size: 14px;
}

.post-tags {
    margin: 18px 0 18px;
}

.post-tags-title {
    font-weight: 800;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-size: 0.78rem;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.post-tags-title::after {
    content: "";
    height: 2px;
    width: 48px;
    background: var(--brand-red);
    opacity: 0.75;
}

.post-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-chip {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(177, 0, 0, 0.22);
    border-radius: 2px;
    text-decoration: none;
    color: rgba(143, 0, 0, 0.92);
    background: rgba(177, 0, 0, 0.06);
    font-weight: 700;
    font-size: 0.84rem;
    line-height: 1;
    letter-spacing: 0.1px;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.tag-chip::before {
    content: "#";
    font-weight: 900;
    opacity: 0.65;
    margin-right: 6px;
}

.tag-chip:hover {
    border-color: rgba(177, 0, 0, 0.45);
    background: rgba(177, 0, 0, 0.12);
}

.tag-chip:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.24);
    border-color: rgba(177, 0, 0, 0.55);
}

.widget-title {
    background: transparent;
    padding: 0 0 10px 0;
    border-bottom: 2px solid var(--brand-red);
    margin-bottom: 15px;
}

.widget-list {
    padding: 0;
}

.widget-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    gap: 15px;
}

.widget-thumb {
    flex: 0 0 100px;
    width: 100px;
    height: 65px;
    border-radius: 2px !important;
}

.widget-text {
    flex: 1;
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.4;
    color: #333;
    display: block;
}

.widget-btn-more {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px;
    margin-top: 15px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #666;
    font-size: 0.85rem;
    font-weight: 700;
    transition: all 0.2s;
    border-radius: 2px !important;
}

.widget-btn-more:hover {
    background: #f9f9f9;
    border-color: #bbb;
}

.blog-feature-body {
    padding: 10px 12px 12px;
}

.blog-feature-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.76rem;
    color: rgba(51, 65, 85, 0.90);
    text-transform: uppercase;
    letter-spacing: 0.35px;
    font-weight: 800;
}

.blog-feature-title {
    margin: 10px 0 0;
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.25;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-feature-desc {
    margin: 10px 0 0;
    color: #334155;
    line-height: 1.55;
    font-size: 0.92rem;
}

.blog-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: start;
}

.blog-item {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #f1ead0;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    background: #fffdf5;
    transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

@media (min-width: 1025px) {
    .blog-item {
        padding: 9px;
    }

    .blog-item-thumb {
        height: 50px;
    }
}

.blog-item:hover {
    transform: translateY(-2px);
    border-color: rgba(17, 24, 39, 0.12);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

.blog-item-thumb {
    height: 54px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: linear-gradient(135deg, rgba(177, 0, 0, 0.78), rgba(244, 200, 66, 0.52));
}

.blog-item-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.blog-item-meta {
    font-size: 0.74rem;
    color: rgba(71, 85, 105, 0.92);
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.blog-item-title {
    font-weight: 900;
    line-height: 1.28;
    color: #111827;
    font-size: 0.92rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lead {
    display: grid;
    grid-template-rows: 320px auto;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    background: var(--white);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.lead:hover {
    transform: translateY(-2px);
    border-color: #dbe2ea;
    box-shadow: 0 18px 44px rgba(13, 27, 42, 0.14);
}

.lead-media {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.90), rgba(212, 175, 55, 0.70));
}

.lead-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(143, 0, 0, 0) 42%, rgba(143, 0, 0, 0.55) 100%);
    pointer-events: none;
}

.lead-body {
    padding: 14px 14px 16px;
}

.lead-kicker {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.78rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.lead-title {
    margin: 10px 0 0;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.2;
    color: #111827;
    text-decoration: none;
}

.lead-desc {
    margin: 10px 0 0;
    color: #334155;
    line-height: 1.6;
    font-size: 0.96rem;
}

.toplist {
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.topitem {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
    transition: background-color 0.2s ease;
}

.topitem:last-child {
    border-bottom: none;
}

.topitem:hover {
    background: rgba(246, 248, 251, 0.9);
}

.topitem-thumb {
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(232, 236, 241, 0.9);
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.84), rgba(212, 175, 55, 0.45));
}

.topitem-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.topitem-meta {
    font-size: 0.74rem;
    color: var(--muted);
    font-weight: 800;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.topitem-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 800;
    line-height: 1.32;
    color: #111827;
    font-size: 0.95rem;
}

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

.cat {
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(13, 27, 42, 0.06);
}

.cat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    background: var(--navy);
    border-bottom: 3px solid var(--gold);
}

.cat-title {
    color: var(--white);
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.cat-more {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-weight: 800;
    font-size: 0.86rem;
}

.cat-more:hover {
    text-decoration: underline;
}

.cat-feature {
    display: grid;
    grid-template-rows: 240px auto;
    text-decoration: none;
    color: inherit;
}

.cat-feature-media {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.88), rgba(212, 175, 55, 0.62));
}

.cat-feature-body {
    padding: 12px 12px 14px;
}

.cat-feature-title {
    margin: 0;
    font-size: 1.06rem;
    font-weight: 900;
    line-height: 1.28;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cat-feature-meta {
    margin-top: 8px;
    font-size: 0.78rem;
    color: var(--muted);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

.cat-list {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cat-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid #edf1f5;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.cat-item:hover {
    transform: translateY(-2px);
    border-color: #dbe2ea;
    box-shadow: 0 18px 40px rgba(13, 27, 42, 0.10);
}

.cat-item-thumb {
    height: 62px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(232, 236, 241, 0.9);
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.84), rgba(212, 175, 55, 0.45));
}

.cat-item-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.cat-item-meta {
    font-size: 0.74rem;
    color: var(--muted);
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.cat-item-title {
    font-weight: 800;
    line-height: 1.32;
    color: #111827;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
    align-items: start;
}

.main-col {
    min-width: 0;
}

.sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 16px;
    margin-bottom: 22px;
}

.hero-main {
    display: grid;
    grid-template-rows: 360px auto;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: var(--white);
    box-shadow: 0 10px 26px rgba(13, 27, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.hero-main:hover {
    transform: translateY(-2px);
    border-color: #dbe2ea;
    box-shadow: 0 18px 44px rgba(13, 27, 42, 0.14);
}

.hero-thumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.88), rgba(212, 175, 55, 0.62));
}

.hero-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(143, 0, 0, 0) 40%, rgba(143, 0, 0, 0.55) 100%);
    pointer-events: none;
}

.hero-content {
    margin: -56px 16px 16px;
    padding: 14px 14px 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--border);
    box-shadow: 0 12px 28px rgba(13, 27, 42, 0.10);
    position: relative;
}

.hero-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.8rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.hero-title {
    margin: 12px 0 0;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.18;
    color: #0b1220;
}

.hero-desc {
    margin: 10px 0 0;
    color: #334155;
    line-height: 1.6;
    font-size: 1rem;
}

.hero-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mini {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 22px rgba(13, 27, 42, 0.05);
    transition: transform 0.18s ease, border-color 0.2s ease, box-shadow 0.22s ease;
}

.mini:hover {
    transform: translateY(-2px);
    border-color: #dbe2ea;
    box-shadow: 0 18px 40px rgba(13, 27, 42, 0.12);
}

.mini-thumb {
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.84), rgba(212, 175, 55, 0.45));
}

.mini-body {
    min-width: 0;
}

.mini-meta {
    font-size: 0.74rem;
    color: var(--muted);
    font-weight: 800;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.mini-title {
    margin-top: 6px;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.32;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.block {
    margin-top: 22px;
}

.block-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(212, 175, 55, 0.28);
}

.block-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--navy);
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.block-link {
    text-decoration: none;
    color: var(--navy);
    font-weight: 800;
    font-size: 0.9rem;
}

.block-link:hover {
    text-decoration: underline;
}

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

.post {
    display: grid;
    grid-template-rows: 150px auto;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    background: var(--white);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 26px rgba(13, 27, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.post:hover {
    transform: translateY(-2px);
    border-color: #dbe2ea;
    box-shadow: 0 18px 44px rgba(13, 27, 42, 0.12);
}

.post-thumb {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.86), rgba(212, 175, 55, 0.62));
}

.post-body {
    padding: 12px 12px 14px;
}

.post-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.78rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.post-title {
    margin: 10px 0 0;
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.32;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-desc {
    margin: 10px 0 0;
    color: #334155;
    line-height: 1.55;
    font-size: 0.95rem;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 14px;
}

.feature {
    display: grid;
    grid-template-rows: 240px auto;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    background: var(--white);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 26px rgba(13, 27, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.22s ease, border-color 0.2s ease;
}

.feature:hover {
    transform: translateY(-2px);
    border-color: #dbe2ea;
    box-shadow: 0 18px 44px rgba(13, 27, 42, 0.12);
}

.feature-thumb {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.88), rgba(212, 175, 55, 0.58));
}

.feature-thumb--video {
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.92), rgba(212, 175, 55, 0.66));
}

.feature-body {
    padding: 14px 14px 16px;
}

.feature-title {
    margin: 10px 0 0;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.25;
    color: #0b1220;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 22px rgba(13, 27, 42, 0.05);
    transition: transform 0.18s ease, border-color 0.2s ease, box-shadow 0.22s ease;
}

.list-item:hover {
    transform: translateY(-2px);
    border-color: #dbe2ea;
    box-shadow: 0 18px 40px rgba(13, 27, 42, 0.12);
}

.list-thumb {
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.82), rgba(212, 175, 55, 0.42));
}

.list-thumb--video {
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.90), rgba(212, 175, 55, 0.52));
}

.list-body {
    min-width: 0;
}

.list-meta {
    font-size: 0.74rem;
    color: var(--muted);
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.list-title {
    margin-top: 6px;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.28;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget {
    border: 1px solid var(--border);
    border-radius: 10px;
    background: var(--white);
    overflow: hidden;
    margin-bottom: 14px;
    box-shadow: 0 10px 26px rgba(13, 27, 42, 0.06);
}

.widget-title {
    padding: 12px 14px;
    background: rgba(212, 175, 55, 0.16);
    color: var(--navy);
    font-weight: 900;
    letter-spacing: 0.25px;
    text-transform: uppercase;
}

.widget-list {
    padding: 10px 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.widget-item {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    gap: 15px;
    text-decoration: none;
    color: inherit;
}

.widget-item:hover {
    background: transparent;
}

.widget-rank {
    display: none;
}

.widget-dot {
    display: none;
}

.widget-thumb {
    flex: 0 0 100px;
    width: 100px;
    height: 65px;
    border-radius: 2px !important;
    overflow: hidden;
}

.widget-text {
    flex: 1;
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.4;
    color: #333;
    display: block;
}

.widget-video {
    display: grid;
    grid-template-rows: 160px auto;
    text-decoration: none;
    color: inherit;
}

.widget-video-thumb {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.92), rgba(212, 175, 55, 0.62));
}

.widget-video-body {
    padding: 12px 14px 14px;
}

.widget-video-meta {
    font-size: 0.78rem;
    color: var(--muted);
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.widget-video-title {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.28;
    color: #111827;
}

.page-title {
    margin: 0 0 12px;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--navy);
}

.page-subtitle {
    margin: 0 0 18px;
    color: #334155;
    line-height: 1.6;
}

.article {
    background: var(--white);
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 16px;
}

.article-media {
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.10);
    background: #e5e7eb;
}

.article-media .media-img {
    height: 360px;
}

.article-content {
    margin-top: 14px;
    line-height: 1.8;
    color: #111827;
}

.article-content a {
    color: var(--brand-red);
}

.article-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
}

/* Comments Section */
.comments-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.comments-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #333;
}

.comment-list {
    margin-bottom: 40px;
}

.comment-item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f9f9f9;
}

.comment-meta {
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.comment-author {
    font-weight: 700;
    color: #c00;
}

.comment-date {
    color: #999;
    margin-left: 10px;
}

.comment-text {
    line-height: 1.6;
    color: #444;
}

.comment-form-wrap {
    background: #fdfdfd;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.comment-form-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 0.9rem;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.btn-submit-comment {
    background: #c00;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-submit-comment:hover {
    background: #a00;
}

.comment-status-msg {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.9rem;
    display: none;
}

.comment-status-msg.success {
    display: block;
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.comment-status-msg.error {
    display: block;
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

/* Subscribe Section */
.subscribe-box {
    margin-top: 40px;
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Author Page */
.author-box {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 22px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin: 10px 0 14px;
}

.author-avatar img {
    width: 74px;
    height: 74px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
    border: 1px solid #f1f1f1;
}

.author-avatar-fallback {
    width: 74px;
    height: 74px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border: 1px solid #eee;
    font-weight: 800;
    color: #c00;
    font-size: 1.4rem;
}

.author-name {
    margin: 0 0 6px;
    font-size: 1.6rem;
    font-weight: 800;
    color: #c00;
}

.author-bio {
    margin: 0;
    color: #444;
    line-height: 1.6;
}

.author-bio--muted {
    color: #999;
    font-style: italic;
}

.author-page .page-subtitle {
    font-size: 0.92rem;
    margin-bottom: 12px;
}

.author-page .author-box {
    padding: 16px;
    gap: 14px;
}

.author-page .author-avatar img,
.author-page .author-avatar-fallback {
    width: 56px;
    height: 56px;
}

.author-page .author-avatar-fallback {
    font-size: 1.05rem;
}

.author-page .author-name {
    font-size: 1.25rem;
    margin-bottom: 4px;
}

.author-page .author-bio {
    font-size: 0.92rem;
    line-height: 1.5;
}

.author-page .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.author-page .author-card .card-thumb {
    height: 120px;
}

.author-page .author-card .card-body {
    padding: 10px 10px 12px;
}

.author-page .author-card .card-meta {
    font-size: 0.68rem;
    letter-spacing: 0.3px;
}

.author-page .author-card .card-title {
    font-size: 0.92rem;
    line-height: 1.28;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.author-page .author-card .card-excerpt {
    font-size: 0.82rem;
    line-height: 1.45;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .author-page .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .author-page .page-subtitle {
        display: none;
    }

    .author-page .author-bio {
        display: none;
    }

    .author-page .grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .author-page .author-card {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 10px;
        align-items: center;
    }

    .author-page .author-card .card-thumb {
        height: 72px;
        width: 96px;
        overflow: hidden;
    }

    .author-page .author-card .card-body {
        padding: 10px 10px 10px;
    }

    .author-page .author-card .card-meta {
        font-size: 0.66rem;
        letter-spacing: 0.25px;
    }

    .author-page .author-card .card-title {
        font-size: 0.92rem;
        line-height: 1.25;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .author-page .author-card .card-excerpt {
        display: none;
    }
}

@media (max-width: 520px) {
    .author-page .grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .author-box {
        flex-direction: column;
        text-align: center;
    }
}

.subscribe-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.subscribe-desc {
    color: #666;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.subscribe-form {
    display: flex;
    max-width: 450px;
    margin: 0 auto;
    gap: 10px;
}

.subscribe-form .form-control {
    flex: 1;
    border-radius: 8px;
}

.btn-subscribe {
    background: #c00;
    color: #fff;
    border: none;
    padding: 0 25px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}

.btn-subscribe:hover {
    background: #a00;
}

.subscribe-status {
    margin-top: 15px;
    font-size: 0.9rem;
    display: none;
}

@media (max-width: 576px) {
    .subscribe-form {
        flex-direction: column;
    }
    .btn-subscribe {
        padding: 12px;
    }
}


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

.news-index {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.news-feature {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 2px;
    overflow: hidden;
    background: var(--white);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}

.news-feature:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    border-color: #d10000;
}

.news-feature-media {
    height: 340px;
    overflow: hidden;
}

.news-feature-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.news-feature-title {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.25;
    color: #111827;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.news-grid-item {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
    background: var(--white);
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.news-grid-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-color: #d10000;
}

.news-grid-thumb {
    height: 140px;
    width: 100%;
    overflow: hidden;
    background: #f1f5f9;
}

.news-grid-thumb .media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-grid-body {
    padding: 10px;
}

.news-grid-title {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.4;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-row {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    border-radius: 2px;
    overflow: hidden;
    background: var(--white);
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.news-row:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #d10000;
}

.news-row-thumb {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.news-row-body {
    padding: 15px;
    flex: 1;
    display: flex;
    align-items: center;
}

.news-row-title {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.4;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 900px) {
    .news-feature {
        grid-template-columns: 1fr;
    }
    .news-feature-media {
        height: 240px;
    }
    .news-feature-body {
        padding: 20px;
    }
    .news-feature-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .news-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .news-row {
        flex-direction: row;
        align-items: center;
        padding: 10px;
        gap: 12px;
    }
    
    .news-row-thumb {
        width: 110px;
        height: 75px;
        flex-shrink: 0;
    }
    
    .news-row-body {
        padding: 0;
    }
    
    .news-row-title {
        font-size: 0.95rem;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

@media (max-width: 480px) {
    .news-row {
        padding: 8px;
    }
    .news-row-thumb {
        width: 90px;
        height: 65px;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }
}

.pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
    flex-wrap: wrap;
}

.pg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid var(--border);
    background: var(--white);
    color: #111827;
    text-decoration: none;
    font-weight: 800;
    transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pg-btn:hover {
    transform: translateY(-1px);
    border-color: #dbe2ea;
    box-shadow: 0 10px 24px rgba(13, 27, 42, 0.08);
}

.pg-btn.is-active {
    background: #c00;
    border-color: #c00;
    color: #fff;
    box-shadow: 0 10px 22px rgba(143, 0, 0, 0.22);
}

.pg-btn.is-disabled {
    opacity: 0.45;
    pointer-events: none;
    box-shadow: none;
    transform: none;
}

.pg-ellipsis {
    color: #94a3b8;
    font-weight: 900;
    padding: 0 2px;
}

.card {
    display: block;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--white);
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.card:hover {
    transform: translateY(-2px);
    border-color: #dbe2ea;
    box-shadow: 0 14px 30px rgba(13, 27, 42, 0.08);
}

.card-thumb {
    height: 150px;
    background: linear-gradient(135deg, rgba(143, 0, 0, 0.86), rgba(212, 175, 55, 0.62));
}

.card-body {
    padding: 14px 14px 16px;
}

.card-meta {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.78rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.42);
    background: rgba(212, 175, 55, 0.16);
    color: var(--brand-red-2);
    font-weight: 700;
}

.card-title {
    margin: 10px 0 0;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.35;
    color: #111827;
}

.card-excerpt {
    margin: 10px 0 0;
    color: #334155;
    line-height: 1.55;
    font-size: 0.95rem;
}

.form {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
    background: var(--white);
}

.form label {
    display: block;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px;
}

.form input,
.form textarea {
    width: 100%;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
    outline: none;
}

.submit-form select {
    width: 100%;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
    outline: none;
    background: #fff;
}

.submit-editor {
    margin: 12px 0;
}

.form-hint {
    margin-top: 6px;
    color: #64748b;
    font-size: 0.9rem;
}

.submit-status {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 0.95rem;
    display: none;
    border: 1px solid transparent;
}

.submit-status.success {
    display: block;
    background: #e8f5e9;
    color: #2e7d32;
    border-color: #c8e6c9;
}

.submit-status.error {
    display: block;
    background: #ffebee;
    color: #c62828;
    border-color: #ffcdd2;
}

.form input:focus,
.form textarea:focus {
    border-color: rgba(179, 0, 0, 0.55);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, 0.24);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

.btn {
    height: 42px;
    padding: 0 16px;
    border: 1.5px solid var(--brand-red);
    border-radius: 10px;
    background: var(--brand-red);
    color: var(--white);
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.btn:hover {
    filter: brightness(1.05);
}

@media (max-width: 1024px) {
    .nav-menu a {
        font-size: 0.82rem;
        letter-spacing: 0.35px;
    }

    .home-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .hero {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .split {
        grid-template-columns: minmax(0, 1fr) 320px;
    }
}

@media (max-width: 768px) {
    .topbar {
        display: none;
    }

    .brand-search {
        display: none;
    }

    .navwrap {
        display: block;
    }

    .icon-btn#menuToggle {
        display: inline-flex;
    }

    .navwrap .nav {
        display: none;
    }

    .navwrap-inner {
        justify-content: flex-end;
    }

    .nav-submit-btn {
        height: 32px;
        padding: 0 10px;
        font-size: 0.74rem;
    }

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

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-body {
        grid-template-columns: 1fr;
    }

    .home-cats {
        grid-template-columns: 1fr;
    }
    
    .gd-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catbox-feature-media {
        height: 210px;
    }

    .lead {
        grid-template-rows: 280px auto;
    }

    .two-cols {
        grid-template-columns: 1fr;
    }

    .home-layout {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: static;
        top: auto;
    }

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

    .hero-main {
        grid-template-rows: 280px auto;
    }

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

    .split {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 520px) {
    .gd-mini-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .grid {
        grid-template-columns: 1fr;
    }

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

    .submit-btn {
        padding: 0 12px;
        font-size: 0.72rem;
    }

    .logo {
        gap: 10px;
    }

    .logo-badge {
        width: 42px;
        height: 42px;
    }

    .logo-img {
        height: 64px;
        width: auto;
        max-width: 260px;
    }

    .logo-name {
        font-size: 1.45rem;
    }

    .post-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .footer-inner {
        padding: 22px 14px 18px;
    }

    .footer-heading {
        font-size: 0.98rem;
    }
}

.menu-article.article {
    background: var(--white) !important;
    border: 1px solid rgba(17, 24, 39, 0.10) !important;
    box-shadow: 0 10px 30px rgba(13, 27, 42, 0.10) !important;
    padding: 22px !important;
    border-radius: 8px !important;
}

.menu-article .menu-article-title {
    color: var(--brand-red);
    border-left: 4px solid var(--brand-red);
    padding-left: 12px;
    line-height: 1.25;
}

.menu-article .menu-article-content {
    font-size: 1.05rem;
    line-height: 1.8;
}

.menu-article .menu-article-content h2,
.menu-article .menu-article-content h3 {
    margin: 18px 0 10px;
    color: var(--brand-red);
    border-left: 4px solid var(--brand-red);
    padding-left: 12px;
    font-weight: 800;
}

.menu-article .menu-article-content blockquote {
    margin: 14px 0;
    padding: 10px 14px;
    border-left: 4px solid rgba(209, 0, 0, 0.55);
    background: rgba(209, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .menu-article.article {
        padding: 16px !important;
    }

    .menu-article .menu-article-title {
        font-size: 1.45rem;
    }

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

@media (max-width: 520px) {
    .menu-article .menu-article-title {
        font-size: 1.32rem;
    }

    .menu-article .menu-article-content {
        font-size: 0.95rem;
    }
}
