/* Sliders */
#top-slider { user-select: none; -webkit-user-select: none; -ms-user-select: none; }
#top-slider a { pointer-events: auto; -webkit-user-drag: none; }
#top-slider img { -webkit-user-drag: none; pointer-events: none; }
.slider-track > a { pointer-events: auto; }

.top-showcase-dot.is-active {
    background: #111827 !important;
    color: #fff !important;
    border-color: #111827 !important;
}

.top-showcase-mobile-copy {
    display: none;
}

.hero-cover-shell {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-cover-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.hero-cover-slider a,
.hero-cover-slider img {
    -webkit-user-drag: none;
}

.hero-cover-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 520ms cubic-bezier(.22,.61,.36,1);
    cursor: grab;
}

.hero-cover-slide {
    height: 100%;
}

.hero-cover-link,
.hero-cover-media {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-cover-media {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.16), rgba(255,255,255,0) 28%),
        #e5e7eb;
}

.hero-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(2,6,23,.08) 0%, rgba(2,6,23,.18) 40%, rgba(2,6,23,.88) 100%);
}

.hero-cover-topline {
    position: absolute;
    left: 20px;
    top: 18px;
    right: 96px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-cover-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hero-cover-chip-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 0 0 0 5px rgba(239,68,68,.16);
}

.hero-cover-meta {
    color: rgba(255,255,255,.88);
    font-size: 12px;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0,0,0,.28);
}

.hero-cover-content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    z-index: 2;
}

.hero-cover-title {
    margin: 0;
    color: #fff;
    font-size: clamp(1.3rem, 1rem + .65vw, 1.8rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -.03em;
    text-shadow: 0 4px 18px rgba(0,0,0,.35);
    max-width: min(100%, calc(100% - 72px));
}

.hero-cover-desktop-nav {
    position: absolute;
    top: 12px;
    right: 10px;
    bottom: 12px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.hero-cover-desktop-dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.hero-cover-arrow,
.hero-cover-dot {
    border: 0;
    outline: none;
    cursor: pointer;
    transition: transform .2s ease, opacity .2s ease;
}

.hero-cover-arrow {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(15,23,42,.48);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.hero-cover-arrow:hover {
    transform: translateY(-1px);
    background: rgba(15,23,42,.72);
}

.hero-cover-dot-desktop {
    position: relative;
    width: 34px;
    min-height: 34px;
    padding: 0;
    border-radius: 999px;
    background: rgba(15,23,42,.36);
    color: rgba(255,255,255,.72);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    backdrop-filter: blur(10px);
}

.hero-cover-dot-desktop::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(220, 38, 38, 0.42);
    opacity: 0;
    transform: scale(0.92);
    transition: transform .2s ease, opacity .2s ease;
    pointer-events: none;
}

.hero-cover-dot-desktop:hover,
.hero-cover-dot-desktop.is-active {
    background: #dc2626;
    color: #fff;
}

.hero-cover-dot-desktop:hover::after,
.hero-cover-dot-desktop.is-active::after {
    opacity: 1;
    transform: scale(1);
}

.hero-cover-mobile-dots {
    display: none;
    position: absolute;
    left: 22px;
    bottom: 18px;
    z-index: 4;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    width: fit-content;
    max-width: 100%;
    border-radius: 999px;
    background: rgba(15,23,42,.42);
    backdrop-filter: blur(10px);
}

.hero-cover-dot-mobile {
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.4);
}

.hero-cover-dot-mobile.is-active {
    width: 22px;
    background: #dc2626;
}

.hero-cover-video-badge {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 2;
    width: 72px;
    height: 72px;
    margin-left: -36px;
    margin-top: -36px;
    border-radius: 999px;
    background: rgba(220,38,38,.9);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 38px rgba(15,23,42,.28);
}

.hero-cover-video-badge svg {
    width: 28px;
    height: 28px;
    margin-left: 4px;
}

/* Grid item unhover */
.grid-item-hover:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(15,23,42,.10), 0 2px 6px rgba(15,23,42,.08) !important; }
aside .space-y-5 a.grid-item-hover:hover img { transform: scale(1.05); }

/* CKEditor Prose Styles */
.ck-content-prose { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 1.125rem; line-height: 1.8; color: #1f2937; }
.ck-content-prose p { margin-bottom: 1.5em; }
.ck-content-prose h2 { font-size: 1.875rem; font-weight: 800; color: #111827; margin-top: 2em; margin-bottom: 1em; line-height: 1.3; }
.ck-content-prose h3 { font-size: 1.5rem; font-weight: 700; color: #111827; margin-top: 1.5em; margin-bottom: 0.8em; line-height: 1.4; }
.ck-content-prose h4 { font-size: 1.25rem; font-weight: 600; color: #111827; margin-top: 1.2em; margin-bottom: 0.6em; }
.ck-content-prose ul { list-style-type: disc; padding-left: 1.625em; margin-bottom: 1.5em; }
.ck-content-prose ol { list-style-type: decimal; padding-left: 1.625em; margin-bottom: 1.5em; }
.ck-content-prose li { margin-bottom: 0.5em; }
.ck-content-prose blockquote { border-left: 4px solid #e5e7eb; padding-left: 1.25em; font-style: italic; color: #4b5563; margin: 1.5em 0; }
.ck-content-prose a { color: #2563eb; text-decoration: underline; text-underline-offset: 2px; }
.ck-content-prose a:hover { color: #1d4ed8; }
.ck-content-prose strong { font-weight: 700; color: #111827; }
.ck-content-prose figure.image { margin: 2em 0; width: 100%; display: flex; flex-direction: column; align-items: center; }
.ck-content-prose figure.image img { width: 100%; height: auto; border-radius: 4px; border: 1px solid #f3f4f6; }
.ck-content-prose figure.image figcaption { font-size: 0.875rem; color: #6b7280; margin-top: 0.5em; text-align: center; }
.ck-content-prose table { width: 100%; border-collapse: collapse; margin: 2em 0; font-size: 0.95rem; }
.ck-content-prose th, .ck-content-prose td { border: 1px solid #d1d5db; padding: 0.75em 1em; text-align: left; }
.ck-content-prose th { background-color: #f9fafb; font-weight: 600; color: #111827; }

/* Responsive adjustments for Top Slider */
@media (max-width: 1060px) {
    #top-track .top-showcase-copy,
    #eco-top-track .top-showcase-copy,
    #sports-top-track .top-showcase-copy {
        display: none !important;
    }

    #top-track .top-showcase-media,
    #eco-top-track .top-showcase-media,
    #sports-top-track .top-showcase-media {
        width: 100% !important;
        max-width: 100% !important;
        height: 360px !important;
        margin-left: 0 !important;
        flex: 1 1 auto !important;
    }

    #top-track .top-showcase-media img,
    #eco-top-track .top-showcase-media img,
    #sports-top-track .top-showcase-media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    #top-track .snap-center > .top-showcase-slide,
    #eco-top-track .snap-center > .top-showcase-slide,
    #sports-top-track .snap-center > .top-showcase-slide {
        position: relative !important;
        display: block !important;
        height: 360px !important;
        overflow: hidden !important;
    }

    #top-track svg,
    #eco-top-track svg,
    #sports-top-track svg {
        display: none;
    }

    #top-track .relative,
    #eco-top-track .relative,
    #sports-top-track .relative {
        background: transparent !important;
    }
}

/* Home Mobile Responsiveness Layout Classes */
.home-container { width: 100%; max-width: 1060px; margin: 0 auto; padding: 0 12px; box-sizing: border-box; }
.home-main-section { display: flex !important; flex-direction: column; gap: 20px; width: 100% !important; height: auto !important; }
.home-main-left { width: 100% !important; max-width: 100%; overflow: hidden; }
.home-main-right { width: 100% !important; max-width: 100%; height: auto !important; }

.home-featured-shell {
    height: 460px;
    min-height: 460px;
    max-height: 460px;
    border-radius: 6px;
    background:
        radial-gradient(circle at top right, rgba(148, 163, 184, 0.16), rgba(148, 163, 184, 0) 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.05);
    border: 1px solid #e5edf6;
    padding: 14px;
    display: flex;
    flex-direction: column;
}

.home-featured-header {
    margin-bottom: 14px;
}

.home-featured-kicker {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ef4444;
}

.home-featured-title {
    margin-top: 6px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #0f172a;
}

.home-featured-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 10px;
    width: 100%;
}

.home-featured-tab {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #dbe5f0;
    background: rgba(255, 255, 255, 0.82);
    color: #334155;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    transition: all .18s ease;
    backdrop-filter: blur(8px);
    white-space: nowrap;
    text-align: center;
}

.home-featured-tab.bg-gray-900 {
    background: #0f172a !important;
    border-color: #0f172a !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}

.home-featured-panels {
    min-height: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.home-featured-panels .featured-panel {
    height: 100%;
    overflow: hidden;
}

.home-featured-lead {
    display: block;
    text-decoration: none;
    color: inherit;
}

.home-featured-lead-media {
    position: relative;
    height: 204px;
    border-radius: 6px;
    overflow: hidden;
    background: #dbe4ee;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.home-featured-lead-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .28s ease;
}

.home-featured-lead:hover .home-featured-lead-media img {
    transform: scale(1.04);
}

.home-featured-lead-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.04) 8%, rgba(15, 23, 42, 0.84) 100%);
}

.home-featured-lead-copy {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    z-index: 1;
}

.home-featured-lead-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.home-featured-lead-title {
    margin-top: 8px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.18;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-featured-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-featured-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    text-decoration: none;
    padding: 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e6edf5;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.home-featured-item:hover {
    transform: translateY(-2px);
    border-color: #d3deea;
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08);
}

.home-featured-item-media {
    height: 62px;
    border-radius: 6px;
    overflow: hidden;
    background: #dbe4ee;
}

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

.home-featured-item-copy {
    min-width: 0;
}

.home-featured-item-title {
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.28;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-featured-item-meta {
    margin-top: 4px;
    color: #64748b;
    font-size: 10px;
    font-weight: 600;
}

.home-featured-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px dashed #cbd5e1;
    color: #94a3b8;
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 1060px) {
    .home-main-section { flex-direction: row; }
    .home-main-left { width: 660px !important; flex: 0 0 660px; }
    .home-main-right { width: 380px !important; flex: 0 0 380px; }
}

@media (max-width: 1060px) {
    .hero-cover-title {
        max-width: 100%;
    }

    .hero-cover-topline {
        right: 20px;
    }

    .hero-cover-desktop-nav {
        right: 10px;
    }

    .home-featured-shell {
        height: auto;
        min-height: 0;
        max-height: none;
        border-radius: 6px;
        padding: 16px;
    }

    .home-featured-title {
        font-size: 20px;
    }

    .home-featured-lead-media {
        height: 200px;
    }
}

@media (max-width: 767px) {
    #top-track .top-showcase-slide,
    #eco-top-track .top-showcase-slide,
    #sports-top-track .top-showcase-slide {
        position: relative;
    }

    #top-track .top-showcase-copy,
    #eco-top-track .top-showcase-copy,
    #sports-top-track .top-showcase-copy {
        display: none !important;
    }

    #top-track .top-showcase-media,
    #eco-top-track .top-showcase-media,
    #sports-top-track .top-showcase-media {
        position: relative;
        width: 100% !important;
        height: 100% !important;
        margin-left: 0 !important;
        flex: 1 1 auto !important;
    }

    #top-track .top-showcase-media img,
    #eco-top-track .top-showcase-media img,
    #sports-top-track .top-showcase-media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    #top-track .top-showcase-media-overlay,
    #eco-top-track .top-showcase-media-overlay,
    #sports-top-track .top-showcase-media-overlay {
        display: none !important;
    }

    #top-track .top-showcase-mobile-copy,
    #eco-top-track .top-showcase-mobile-copy,
    #sports-top-track .top-showcase-mobile-copy {
        position: absolute;
        left: 14px;
        right: 38px;
        bottom: 14px;
        z-index: 2;
        display: block;
        color: #fff;
        pointer-events: none;
    }

    #top-track .top-showcase-mobile-title,
    #eco-top-track .top-showcase-mobile-title,
    #sports-top-track .top-showcase-mobile-title {
        font-size: 1.1rem;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: -.02em;
        text-shadow: 0 4px 18px rgba(0,0,0,.35);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .top-showcase-arrow {
        display: none !important;
    }

    .top-showcase-dots {
        left: auto !important;
        right: 10px !important;
        top: 12px !important;
        bottom: auto !important;
        transform: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 8px 6px !important;
        background: rgba(15, 23, 42, 0.26) !important;
        border: 1px solid rgba(255,255,255,.18) !important;
        border-radius: 999px !important;
        backdrop-filter: blur(8px);
    }

    .top-showcase-dot {
        min-width: 9px !important;
        width: 9px !important;
        height: 9px !important;
        padding: 0 !important;
        border-radius: 999px !important;
        border: 0 !important;
        background: rgba(255,255,255,.45) !important;
        color: transparent !important;
        font-size: 0 !important;
        line-height: 0 !important;
    }

    .top-showcase-dot.is-active {
        width: 11px !important;
        height: 22px !important;
        background: #fff !important;
        border-radius: 999px !important;
        box-shadow: 0 6px 18px rgba(15,23,42,.22);
    }

    .hero-cover-topline {
        left: 16px;
        right: 16px;
        top: 14px;
        gap: 8px;
    }

    .hero-cover-chip {
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }

    .hero-cover-meta {
        font-size: 11px;
    }

    .hero-cover-content {
        left: 16px;
        right: 16px;
        bottom: 42px;
    }

    .hero-cover-title {
        font-size: 1.3rem;
        line-height: 1.18;
    }

    .hero-cover-desktop-nav {
        display: none;
    }

    .hero-cover-mobile-dots {
        display: inline-flex;
        left: 16px;
        bottom: 14px;
    }

    .hero-cover-video-badge {
        width: 58px;
        height: 58px;
        margin-left: -29px;
        margin-top: -29px;
    }

    .hero-cover-video-badge svg {
        width: 24px;
        height: 24px;
        margin-left: 3px;
    }

    .home-featured-shell {
        padding: 14px;
        border-radius: 6px;
        max-height: none;
    }

    .home-featured-tabs {
        gap: 6px;
        padding-bottom: 0;
    }

    .home-featured-tab {
        min-height: 32px;
        padding: 0 6px;
        font-size: 10px;
    }

    .home-featured-title {
        font-size: 18px;
    }

    .home-featured-lead-media {
        height: 188px;
        border-radius: 6px;
    }

    .home-featured-lead-title {
        font-size: 16px;
    }

    .home-featured-item {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 10px;
        padding: 9px;
    }

    .home-featured-item-media {
        height: 62px;
    }
}

.home-grid-4 { display: grid !important; grid-template-columns: 1fr !important; gap: 14px; }
@media (min-width: 640px) { .home-grid-4 { grid-template-columns: repeat(2, 1fr) !important; } }
@media (min-width: 1024px) { .home-grid-4 { grid-template-columns: repeat(4, 1fr) !important; } }

.home-grid-5 { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 14px; }
@media (min-width: 768px) { .home-grid-5 { grid-template-columns: repeat(3, 1fr) !important; } }
@media (min-width: 1024px) { .home-grid-5 { grid-template-columns: repeat(5, 1fr) !important; } }

.home-grid-3 { display: grid !important; grid-template-columns: 1fr !important; gap: 14px; }
@media (min-width: 768px) { .home-grid-3 { grid-template-columns: repeat(2, 1fr) !important; } }
@media (min-width: 1024px) { .home-grid-3 { grid-template-columns: repeat(3, 1fr) !important; } }
