:root {
    --primary: #101a44;
    --primary-2: #17135a;
    --primary-deep: #0a0f2a;
    --accent: #7a1020;
    --accent-2: #b61e37;
    --accent-soft: #dc4159;
    --bg: #eef0f6;
    --bg-soft: #f7f7fb;
    --card: #ffffff;
    --text: #10172f;
    --muted: #5e6378;
    --line: #d4d9e4;
    --shadow: 0 14px 36px rgba(16, 26, 68, 0.15);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 8% -10%, rgba(182, 30, 55, 0.11) 0, transparent 34%),
        radial-gradient(circle at 95% 0%, rgba(16, 26, 68, 0.12) 0, transparent 30%),
        var(--bg);
    min-height: 100vh;
}

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

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

.main-content {
    min-height: 66vh;
}

.container {
    max-width: 1180px;
}

.site-header {
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.17) inset;
}

.countdown-strip {
    background: linear-gradient(90deg, var(--accent), var(--accent-soft));
    color: #fff;
    font-weight: 700;
    font-size: 0.96rem;
    padding: 0.5rem 0;
}

.top-strip-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

#countdown {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.08em;
    font-size: 1.02rem;
    text-align: left;
}

.top-strip-links {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.top-strip-link {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.top-strip-link:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.55);
}

.brand-area {
    background: linear-gradient(160deg, #f1f3f7 0%, #e5e8ef 100%);
    color: #2a3144;
    border-bottom: 1px solid #d2d8e4;
}

.brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 88px;
}

.brand-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0.45rem;
}

.brand-logo img {
    width: clamp(52px, 6.8vw, 74px);
    margin: 0;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.14));
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.social-links a {
    border: 1px solid #bcc5d6;
    color: #556079;
    border-radius: 999px;
    padding: 0.1rem 0.35rem;
    font-size: 0.86rem;
    transition: 0.18s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.social-links a:hover {
    transform: translateY(-1px);
    border-color: #8f9bb3;
    background: #eef2f8;
}

.social-links span {
    display: none;
}

.brand-search-wrap {
    width: 280px;
}

.main-nav {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.navbar-nav .nav-link {
    font-weight: 800;
    color: #303650;
    font-size: 0.9rem;
    padding: 0.54rem 0.68rem;
    border-radius: 6px;
    transition: 0.18s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary);
    background: #f0f3ff;
}

.navbar-nav .nav-link.accent-link {
    color: var(--accent);
}

.navbar-nav .nav-link.accent-link:hover,
.navbar-nav .nav-link.accent-link.active {
    color: #fff;
    background: linear-gradient(90deg, var(--accent), var(--accent-soft));
}

.main-nav-dropdown {
    border: 1px solid #d4dced;
    border-radius: 12px;
    padding: 0.45rem;
    min-width: 260px;
    box-shadow: 0 14px 32px rgba(12, 19, 45, 0.18);
}

.main-nav-dropdown .dropdown-item {
    border-radius: 8px;
    padding: 0.48rem 0.62rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #2a3454;
}

.main-nav-dropdown .dropdown-item:hover,
.main-nav-dropdown .dropdown-item.active {
    color: #8e1028;
    background: #f3f6ff;
}

.header-search-wrap,
.mobile-search-wrap {
    position: relative;
    min-width: 320px;
}

.header-search-form {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    gap: 0.45rem;
    align-items: center;
    background: #fff;
    border: 1px solid #c9cfdd;
    border-radius: 999px;
    padding: 0.34rem 0.38rem 0.34rem 0.7rem;
}

.header-search-form i {
    color: #7f8294;
    font-size: 0.9rem;
}

.header-search-form input {
    border: 0;
    outline: none;
    width: 100%;
    background: transparent;
    color: var(--text);
    font-size: 0.92rem;
}

.header-search-form button {
    border: 0;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    color: #fff;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 0.42rem 0.85rem;
}

.search-suggest-box {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    right: 0;
    z-index: 1200;
    background: #fff;
    border: 1px solid #d7dceb;
    border-radius: 10px;
    box-shadow: var(--shadow);
    overflow: hidden;
    max-height: 330px;
    overflow-y: auto;
}

.search-suggest-item,
.search-suggest-empty {
    display: block;
    padding: 0.65rem 0.8rem;
    border-bottom: 1px solid #ecedf3;
}

.search-suggest-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 0.6rem;
    align-items: center;
}

.search-suggest-item:last-child,
.search-suggest-empty:last-child {
    border-bottom: 0;
}

.search-suggest-item:hover {
    background: #f5f6fb;
}

.search-item-title {
    color: #10162d;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.24;
    margin-bottom: 0.22rem;
}

.search-item-meta {
    color: #606881;
    font-size: 0.78rem;
}

.search-item-thumb {
    width: 64px;
    height: 48px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #d6ddec;
}

.search-item-body {
    min-width: 0;
}

.mobile-nav-row {
    gap: 0.7rem;
}

.mobile-sheet-btn {
    width: 50%;
    border: 1px solid #c9cfdd;
    color: var(--primary);
    font-weight: 800;
    border-radius: 8px;
    padding: 0.55rem 0.6rem;
    background: #f6f7fc;
}

.mobile-sheet-btn.secondary {
    color: var(--accent);
}

.mobile-sheet {
    --bs-offcanvas-height: 84vh;
    background: linear-gradient(180deg, #0d1436 0%, #120d39 60%, #1f123e 100%);
    color: #fff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-top: 2px solid rgba(255, 255, 255, 0.17);
}

.mobile-sheet .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile-sheet .header-search-form {
    background: rgba(255, 255, 255, 0.95);
}

.mobile-sheet .search-suggest-box {
    position: relative;
    top: 0.5rem;
}

.mobile-links {
    display: grid;
    gap: 0.45rem;
}

.mobile-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #f2f4ff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 0.75rem 0.8rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.06);
}

.mobile-link.accent-link {
    color: #ffd8dd;
}

.mobile-link.active,
.mobile-link:hover {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.45);
}

.section-head {
    border-left: 5px solid var(--accent);
    padding-left: 0.8rem;
}

.section-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: clamp(1.2rem, 1.05vw, 1.5rem);
    letter-spacing: 0.01em;
    margin: 0;
    color: #131d3b;
    font-weight: 800;
    line-height: 1.2;
}

.section-subtitle {
    color: var(--muted);
}

.show-all {
    color: #4a5368;
    font-size: 0.82rem;
    font-weight: 800;
    border: 1px solid #c8cfde;
    border-radius: 999px;
    padding: 0.28rem 0.62rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: transparent;
    letter-spacing: 0.02em;
    transition: 0.16s ease;
}

.show-all::before {
    content: '\f0a9';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.72rem;
}

.show-all:hover {
    color: #7a1020;
    border-color: #a4afc5;
    background: rgba(255, 255, 255, 0.7);
}

.filter-panel {
    background: linear-gradient(160deg, #f5f7fc, #edf1f9);
    border: 1px solid #d7deea;
    border-radius: 12px;
    padding: 0.85rem;
}

.filter-panel .form-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #4a5368;
}

.filter-panel .form-control,
.filter-panel .form-select {
    border-color: #c8d0de;
    border-radius: 10px;
}

.btn-filter {
    background: linear-gradient(100deg, #8a1124, #b81936);
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    border: 0;
}

.btn-filter:hover {
    color: #fff;
    filter: brightness(1.02);
}

.btn-clear {
    border: 1px solid #c4ccdb;
    color: #3c455b;
    background: #fff;
    border-radius: 10px;
    font-weight: 700;
}

.btn-clear:hover {
    color: #2f374b;
    border-color: #aeb8ca;
}

.filter-summary {
    color: #5f6980;
    font-size: 0.88rem;
}

.category-top {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(300px, 380px);
    gap: 0.85rem;
    align-items: start;
    max-width: 1120px;
}

.category-head {
    margin-bottom: 0;
}

.category-filter-panel {
    margin-bottom: 0;
    padding: 0.72rem;
}

.category-filter-panel .form-control,
.category-filter-panel .form-select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.category-filter-panel .form-label {
    font-size: 0.78rem;
    margin-bottom: 0.28rem !important;
}

.category-top-simple {
    grid-template-columns: minmax(280px, 1fr) 220px;
    max-width: 780px;
    gap: 0.7rem;
    align-items: end;
}

.category-sort-box {
    background: transparent;
    border: 0;
    padding: 0;
}

.category-sort-box .form-select {
    max-width: 220px;
}

.pagination-wrap .pagination {
    gap: 0.35rem;
}

.pagination-wrap .page-link {
    border-radius: 10px;
    border-color: #ced5e2;
    color: #323c53;
    min-width: 42px;
    text-align: center;
}

.pagination-wrap .page-item.active .page-link {
    background: linear-gradient(100deg, #8a1124, #b81936);
    border-color: #8a1124;
}

.hero-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0.8rem;
}

.hero-slider-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #cfd7e7;
    box-shadow: var(--shadow);
    background: #0d1433;
}

.hero-slider-box .carousel-item {
    min-height: 510px;
}

.hero-slide-link {
    display: block;
    min-height: 510px;
    position: relative;
}

.hero-slide-image {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.hero-slide-title {
    margin: 0;
    font-size: clamp(1.5rem, 2.4vw, 2.25rem);
    line-height: 1.12;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-dot-indicators {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.8rem;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    padding: 0.28rem 0.38rem;
    border-radius: 999px;
    background: rgba(6, 11, 29, 0.38);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(190, 203, 241, 0.26);
    box-shadow: 0 6px 18px rgba(4, 7, 18, 0.32);
    z-index: 4;
}

.hero-dot-indicators button {
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    width: 9px;
    height: 9px;
    padding: 0;
    transition: 0.2s ease;
    opacity: 0.9;
}

.hero-dot-indicators button.active {
    background: linear-gradient(90deg, var(--accent), var(--accent-soft));
    border-color: rgba(255, 255, 255, 0.9);
    width: 24px;
    height: 9px;
    transform: translateY(-1px);
    opacity: 1;
    box-shadow: 0 4px 12px rgba(157, 22, 48, 0.45);
}

.hero-dot-indicators button:hover {
    border-color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.2);
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    max-width: min(360px, 78%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 999px;
    padding: 0.28rem 0.62rem;
    background: rgba(12, 22, 58, 0.82);
    border: 1px solid rgba(167, 182, 225, 0.5);
    font-size: 0.72rem;
    margin-bottom: 0.65rem;
}

.hero-main,
.hero-small {
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    min-height: 220px;
}

.hero-main {
    min-height: 510px;
}

.hero-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 0.8rem;
}

.hero-main img,
.hero-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.35s ease;
}

.hero-main:hover img,
.hero-small:hover img {
    transform: scale(1.06);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    padding: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(180deg, rgba(5, 8, 20, 0.05) 35%, rgba(5, 8, 20, 0.88) 100%);
}

.hero-overlay h1,
.hero-overlay h2 {
    margin: 0;
    font-weight: 800;
    line-height: 1.12;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-overlay h1 {
    font-size: clamp(1.55rem, 2.4vw, 2.3rem);
}

.hero-overlay h2 {
    font-size: clamp(1rem, 1.4vw, 1.45rem);
}

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

.stat-card {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    background: linear-gradient(150deg, #fff, #f6f7fc);
    border-radius: 10px;
    border: 1px solid #d8dceb;
    box-shadow: var(--shadow);
    padding: 0.8rem;
}

.stat-icon {
    min-width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(150deg, var(--primary), var(--accent));
}

.stat-label {
    margin: 0;
    font-size: 0.78rem;
    color: #5d657f;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 700;
}

.stat-value {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-deep);
    line-height: 1;
}

.latest-mixed .col-lg-7,
.latest-mixed .col-lg-5 {
    display: flex;
}

.feature-news-card {
    background: #fff;
    border: 1px solid #d8ddeb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
    width: 100%;
}

.feature-news-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.feature-news-body {
    padding: 1rem;
}

.feature-news-body h3 {
    margin: 0 0 0.55rem;
    color: #141d38;
    font-size: clamp(1.2rem, 1.9vw, 1.6rem);
    font-weight: 800;
    line-height: 1.18;
}

.feature-news-body p {
    margin: 0;
    color: #4b5672;
}

.stacked-news {
    display: grid;
    gap: 0.75rem;
    width: 100%;
}

.stacked-news-item {
    background: linear-gradient(155deg, #fff, #f5f7fd);
    border: 1px solid #dbe1ef;
    border-radius: 10px;
    overflow: hidden;
}

.stacked-news-item a {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 0.7rem;
    align-items: center;
}

.stacked-news-item img {
    width: 128px;
    height: 92px;
    object-fit: cover;
}

.stacked-news-item > a > div {
    padding-right: 0.6rem;
}

.stacked-news-title {
    margin: 0 0 0.25rem;
    font-size: 1.01rem;
    line-height: 1.2;
    color: #172041;
    font-weight: 700;
}

.stacked-news-item small {
    color: #64708d;
}

.latest-ticker {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.ticker-item {
    display: flex;
    align-items: center;
    gap: 0.48rem;
    border: 1px dashed #b8c1d6;
    border-radius: 999px;
    padding: 0.44rem 0.68rem;
    color: #25304f;
    background: rgba(255, 255, 255, 0.76);
    font-size: 0.89rem;
    font-weight: 700;
}

.ticker-item i {
    color: var(--accent);
    font-size: 0.62rem;
}

.ticker-item:hover {
    border-color: #99a6c3;
    background: #fff;
}

.struggle-mosaic {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 0.85rem;
}

.mosaic-main {
    border-radius: 11px;
    overflow: hidden;
    min-height: 360px;
    position: relative;
}

.mosaic-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mosaic-overlay {
    position: absolute;
    inset: 0;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background: linear-gradient(180deg, rgba(6, 10, 25, 0.08) 32%, rgba(6, 10, 25, 0.92) 100%);
}

.mosaic-overlay h3 {
    margin: 0;
    font-size: clamp(1.1rem, 1.9vw, 1.45rem);
    font-weight: 800;
    line-height: 1.16;
}

.mosaic-side {
    display: grid;
    gap: 0.75rem;
}

.mosaic-side-item {
    border: 1px solid #d9e0ee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.mosaic-side-item a {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0.65rem;
    align-items: center;
}

.mosaic-side-item img {
    width: 120px;
    height: 88px;
    object-fit: cover;
}

.mosaic-side-item > a > div {
    padding-right: 0.6rem;
}

.mosaic-side-item p {
    margin: 0 0 0.25rem;
    color: #192241;
    font-weight: 700;
    line-height: 1.2;
}

.mosaic-side-item small {
    color: #65718d;
}

.opinion-highlight {
    border: 1px solid #d8deec;
    border-radius: 12px;
    background: linear-gradient(160deg, #ffffff, #f4f6fc);
    box-shadow: var(--shadow);
}

.opinion-highlight a {
    display: block;
    padding: 0.85rem;
}

.opinion-cover {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 0.72rem;
}

.opinion-author {
    display: inline-flex;
    align-items: center;
    border: 1px solid #c8d1e5;
    border-radius: 999px;
    padding: 0.28rem 0.66rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #3a4462;
    margin-bottom: 0.6rem;
    background: #fff;
}

.opinion-highlight h3 {
    margin: 0 0 0.5rem;
    font-size: 1.44rem;
    line-height: 1.16;
    color: #111a37;
    font-weight: 800;
}

.opinion-highlight p {
    margin: 0;
    color: #475274;
}

.opinion-list {
    display: grid;
    gap: 0.6rem;
}

.opinion-item {
    border: 1px solid #dde2ef;
    border-radius: 10px;
    background: #fff;
}

.opinion-item a {
    display: flex;
    gap: 0.55rem;
    align-items: baseline;
    padding: 0.76rem 0.82rem;
}

.opinion-name {
    color: #8a1124;
    font-size: 0.81rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.opinion-title {
    color: #1b2341;
    font-weight: 700;
    line-height: 1.24;
}

.home-sidebar {
    position: sticky;
    top: 1.3rem;
}

.video-side-module {
    background: linear-gradient(155deg, #fff, #f5f7fc);
    border: 1px solid #d8dceb;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: var(--shadow);
}

.video-side-item {
    border: 1px solid #e1e5ef;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 0.75rem;
}

.video-side-item:last-child {
    margin-bottom: 0;
}

.video-side-item a {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 0.65rem;
    padding: 0.5rem;
    align-items: center;
}

.video-side-item p {
    margin: 0 0 0.25rem;
    color: #1a2342;
    font-weight: 700;
    line-height: 1.18;
}

.video-side-item small {
    color: #66718d;
}

.mixed-category-stack {
    display: grid;
    gap: 1.35rem;
}

.mixed-category-section {
    background: linear-gradient(160deg, #ffffff, #f5f7fd);
    border: 1px solid #d8deec;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: var(--shadow);
}

.variant-a-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0.8rem;
}

.variant-a-main {
    border-radius: 10px;
    overflow: hidden;
    min-height: 320px;
    position: relative;
}

.variant-a-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.variant-a-overlay {
    position: absolute;
    inset: 0;
    padding: 0.9rem;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background: linear-gradient(180deg, rgba(8, 11, 22, 0.09) 28%, rgba(8, 11, 22, 0.9) 100%);
}

.variant-a-overlay h3 {
    margin: 0;
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
    line-height: 1.16;
    font-weight: 800;
}

.variant-a-side {
    display: grid;
    gap: 0.65rem;
}

.variant-a-item {
    border: 1px solid #dde3f0;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.variant-a-item a {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0.62rem;
    align-items: center;
}

.variant-a-item img {
    width: 110px;
    height: 82px;
    object-fit: cover;
}

.variant-a-item > a > div {
    padding-right: 0.6rem;
}

.variant-a-item p {
    margin: 0 0 0.2rem;
    color: #1a2241;
    font-weight: 700;
    line-height: 1.2;
}

.variant-a-item small {
    color: #67728e;
}

.variant-b-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 0.75rem;
    align-items: start;
}

.variant-b-main,
.variant-b-item {
    background: #fff;
    border: 1px solid #dde3f0;
    border-radius: 10px;
    overflow: hidden;
}

.variant-b-main {
    min-height: 290px;
}

.variant-b-side {
    display: grid;
    gap: 0.7rem;
}

.variant-b-main img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.variant-b-item {
    align-self: start;
    height: auto;
}

.variant-b-item a {
    display: grid;
    grid-template-columns: 112px 1fr;
    min-height: 112px;
}

.variant-b-item img {
    width: 112px;
    height: 100%;
    min-height: 120px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.variant-b-main h3,
.variant-b-item p {
    margin: 0;
    padding: 0.72rem 0.78rem;
    color: #16203f;
    font-weight: 800;
    line-height: 1.2;
}

.variant-b-item p {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.24;
    padding: 0.62rem 0.72rem 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.variant-b-body small {
    display: block;
    color: #66718d;
    font-size: 0.82rem;
    padding: 0 0.72rem 0.62rem;
}

.sendika-three-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.sendika-three-item,
.genc-square-item,
.emek-three-item {
    background: #fff;
    border: 1px solid #dde3f0;
    border-radius: 10px;
    overflow: hidden;
}

.sendika-three-item img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.sendika-three-body,
.emek-three-body {
    padding: 0.65rem 0.72rem;
}

.sendika-three-body p,
.emek-three-body p,
.genc-square-body p {
    margin: 0 0 0.2rem;
    color: #1a2342;
    font-weight: 700;
    line-height: 1.2;
}

.sendika-three-body small,
.emek-three-body small {
    color: #67728e;
    font-size: 0.82rem;
}

.genc-square-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.genc-square-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.genc-square-body {
    padding: 0.6rem 0.68rem;
}

.emek-three-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.emek-three-item img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.tag,
.tag-link {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    border-radius: 2px;
    padding: 0.28rem 0.5rem;
    margin-bottom: 0.55rem;
}

.tag-link:hover {
    background: var(--primary-deep);
    color: #fff;
}

.news-card {
    background: var(--card);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
}

.news-card:hover {
    transform: translateY(-4px);
}

.news-card img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
}

.news-card-body {
    padding: 1rem;
}

.news-card h2,
.news-card h3 {
    font-size: 1.3rem;
    line-height: 1.2;
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 0.55rem;
    color: #0f1732;
}

.news-card h3 {
    font-size: 1.22rem;
}

.news-card p {
    color: var(--muted);
    margin-bottom: 0.6rem;
}

.news-card small {
    color: #57617a;
}

.on-this-day-box {
    background: linear-gradient(155deg, #fff, #f6f7fc);
    border: 1px solid #d8dceb;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: var(--shadow);
    height: auto;
}

.onday-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.day-nav-buttons {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.day-switch-btn {
    border: 1px solid #c8d1e4;
    border-radius: 999px;
    color: #2d3652;
    background: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.36rem 0.66rem;
}

.day-switch-btn:hover {
    border-color: #aab6cf;
    color: #7a1020;
}

.day-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.day-chip {
    border: 1px dashed #b8c1d6;
    border-radius: 999px;
    color: #35415f;
    background: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.3rem 0.62rem;
}

.day-chip.today {
    border-color: #9ba8c5;
}

.day-chip.active {
    color: #fff;
    border-color: #8a1124;
    background: linear-gradient(90deg, #8a1124, #b81936);
}

.history-list {
    display: grid;
    gap: 0.85rem;
}

.history-item {
    display: flex;
    gap: 0.75rem;
    border: 1px solid #e1e5ef;
    border-radius: 8px;
    padding: 0.8rem;
    background: #fff;
}

.history-item.compact {
    margin-bottom: 0.7rem;
}

.history-item h2,
.history-item h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 800;
}

.history-item p {
    color: #4b5672;
    font-size: 0.92rem;
}

.year-pill {
    background: linear-gradient(120deg, var(--accent), var(--accent-soft));
    color: #fff;
    font-weight: 800;
    border-radius: 999px;
    min-width: 62px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    margin-top: 0.15rem;
}

.post-page {
    max-width: 1220px;
}

.post-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: clamp(2rem, 3.3vw, 3rem);
    line-height: 1.05;
    color: var(--primary-deep);
}

.post-meta {
    color: #5a667f;
}

.post-cover {
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.post-spot {
    font-weight: 700;
    color: #2d3145;
    border-left: 4px solid var(--accent);
    padding-left: 0.8rem;
}

.post-content {
    font-size: 1.08rem;
    line-height: 1.78;
    color: #1d253a;
}

.video-post-page .post-title,
.video-post-page .post-meta,
.video-post-page .post-content,
.video-post-page .post-spot {
    color: #f1f4ff;
}

.video-post-page .tag-link {
    background: #202c6f;
}

.video-post-page {
    background: #0c1023;
    border-radius: 12px;
    box-shadow: 0 20px 44px rgba(2, 4, 10, 0.45);
}

.video-player-shell {
    background: #060910;
    border-radius: 10px;
    border: 1px solid #222948;
    overflow: hidden;
}

.video-frame-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-frame-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-sidebar {
    background: #101735;
    border: 1px solid #29325b;
}

.video-sidebar .aside-title {
    color: #f2f4ff;
}

.video-mini-card {
    border-color: #2b355f;
    background: rgba(255, 255, 255, 0.04);
}

.video-mini-card .mini-card-title,
.video-mini-card small {
    color: #f2f4ff;
}

.video-thumb-wrap {
    position: relative;
}

.video-thumb-wrap img {
    width: 96px;
    height: 72px;
    object-fit: cover;
    border-radius: 5px;
}

.video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.95rem;
    background: rgba(9, 12, 22, 0.5);
    border-radius: 5px;
}

.comments-section {
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(165, 176, 201, 0.35);
}

.share-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.62rem;
    background: linear-gradient(150deg, #ffffff, #f4f7ff);
    border: 1px solid #d7deee;
    border-radius: 12px;
    padding: 0.75rem 0.82rem;
}

.share-strip-label {
    color: #273351;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.share-strip-links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.44rem;
}

.share-btn {
    border: 1px solid #c7d1e4;
    background: #fff;
    color: #293452;
    border-radius: 999px;
    padding: 0.35rem 0.62rem;
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
    line-height: 1;
    transition: 0.16s ease;
}

.share-btn:hover {
    border-color: #97a5c3;
    transform: translateY(-1px);
}

.share-x:hover {
    color: #fff;
    background: #111;
    border-color: #111;
}

.share-facebook:hover {
    color: #fff;
    background: #1877f2;
    border-color: #1877f2;
}

.share-whatsapp:hover {
    color: #fff;
    background: #1fa463;
    border-color: #1fa463;
}

.share-copy {
    cursor: pointer;
}

.share-copy.copied {
    color: #fff;
    background: linear-gradient(100deg, #8a1124, #b81936);
    border-color: #8a1124;
}

.comments-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a2341;
    margin-bottom: 0.85rem;
}

.video-post-page .comments-title {
    color: #f1f4ff;
}

.video-post-page .share-strip {
    background: rgba(255, 255, 255, 0.06);
    border-color: #313a64;
}

.video-post-page .share-strip-label {
    color: #e4e9ff;
}

.video-post-page .share-btn {
    background: rgba(255, 255, 255, 0.08);
    border-color: #3a446c;
    color: #f1f4ff;
}

.comments-list {
    display: grid;
    gap: 0.8rem;
}

.comment-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 0.8rem;
    padding: 0.82rem;
    border: 1px solid #d5deee;
    background: linear-gradient(148deg, #ffffff, #f4f7ff);
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(16, 26, 68, 0.08);
}

.comment-card > form {
    grid-column: 1 / -1;
}

.video-post-page .comment-card {
    border-color: #313a64;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
}

.comment-avatar {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(145deg, #7a1020, #c32b45);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(122, 16, 32, 0.33);
}

.comment-author {
    font-weight: 800;
    color: #1e2744;
    letter-spacing: 0.01em;
}

.comment-email {
    margin: 0 0 0.34rem;
    color: #7a86a6;
    font-size: 0.78rem;
}

.video-post-page .comment-author {
    color: #f2f4ff;
}

.comment-body {
    color: #404a67;
    line-height: 1.5;
    margin-bottom: 0.32rem !important;
}

.video-post-page .comment-body {
    color: #d4dbf7;
}

.comment-date {
    color: #6f7a97;
    font-size: 0.8rem;
}

.comment-reactions {
    margin-top: 0.55rem;
    display: inline-flex;
    gap: 0.46rem;
    align-items: center;
    flex-wrap: wrap;
}

.comment-reaction-btn {
    border: 1px solid #c8d3e9;
    background: #fff;
    color: #415174;
    border-radius: 999px;
    padding: 0.24rem 0.52rem;
    font-size: 0.78rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    line-height: 1;
}

.comment-reaction-btn:hover {
    border-color: #9fb1d5;
}

.comment-reaction-btn.active-like {
    border-color: #0f9d58;
    color: #0f9d58;
    background: #effcf5;
}

.comment-reaction-btn.active-dislike {
    border-color: #c23333;
    color: #c23333;
    background: #fff1f1;
}

.video-post-page .comment-reaction-btn {
    border-color: #3c4874;
    background: rgba(255, 255, 255, 0.08);
    color: #d5ddfb;
}

.mobile-sub-links {
    margin: -0.15rem 0 0.45rem 0.4rem;
    border-left: 1px dashed #c5cee2;
    padding-left: 0.55rem;
}

.mobile-sub-link {
    padding-top: 0.34rem;
    padding-bottom: 0.34rem;
    min-height: auto;
    font-size: 0.84rem;
    color: #475371;
}

.not-found-wrap {
    max-width: 820px;
    margin: 0 auto;
    padding: 2rem 1.25rem;
    border: 1px solid #d4dced;
    border-radius: 14px;
    background: linear-gradient(160deg, #ffffff, #f3f6fd);
    box-shadow: var(--shadow);
    text-align: center;
}

.not-found-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 999px;
    background: linear-gradient(100deg, #8a1124, #c32945);
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    margin-bottom: 0.85rem;
}

.not-found-title {
    margin: 0 0 0.55rem;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    color: #111a38;
    font-weight: 800;
}

.not-found-text {
    margin: 0 auto 1.1rem;
    max-width: 630px;
    color: #516082;
}

.not-found-actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
}

.sticky-box {
    position: sticky;
    top: 1.3rem;
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: var(--shadow);
}

.aside-title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: clamp(1.05rem, 0.95vw, 1.25rem);
    margin-bottom: 0.8rem;
    color: var(--primary-deep);
    font-weight: 800;
    letter-spacing: 0.01em;
}

.mini-card {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 0.7rem;
    align-items: center;
    padding: 0.55rem;
    border: 1px solid #e2e6f0;
    border-radius: 8px;
    margin-bottom: 0.8rem;
}

.mini-card img {
    width: 96px;
    height: 72px;
    object-fit: cover;
    border-radius: 5px;
}

.mini-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.35rem;
}

.site-footer {
    background: linear-gradient(180deg, var(--primary), var(--primary-deep));
    color: #d9e1ff;
    border-top: 3px solid #293f95;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 1rem;
    align-items: start;
}

.footer-title {
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.footer-note {
    font-size: 0.82rem;
    color: #b9c7f3;
    line-height: 1.45;
    max-width: 420px;
}

.footer-links {
    display: grid;
    gap: 0.36rem;
}

.footer-links a {
    color: #d9e1ff;
    font-size: 0.88rem;
    font-weight: 700;
    opacity: 0.92;
}

.footer-links a:hover {
    opacity: 1;
    color: #fff;
}

.footer-right {
    display: grid;
    justify-items: end;
    gap: 0.72rem;
}

.footer-social a {
    border-color: rgba(203, 216, 252, 0.45);
    color: #e3eaff;
    background: rgba(255, 255, 255, 0.04);
}

.footer-social a:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.66);
}

.footer-copy {
    color: #c8d4fb;
    text-align: right;
}

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

    .hero-main {
        min-height: 460px;
    }

    .hero-slider-box .carousel-item,
    .hero-slide-link,
    .hero-slide-image {
        min-height: 440px;
        height: 440px;
    }

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

    .hero-small {
        min-height: 220px;
    }

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

    .struggle-mosaic {
        grid-template-columns: 1fr;
    }

    .mosaic-main {
        min-height: 300px;
    }

    .latest-ticker {
        grid-template-columns: 1fr;
    }

    .sticky-box {
        position: static;
    }

    .home-sidebar {
        position: static;
    }

    .variant-a-grid {
        grid-template-columns: 1fr;
    }

    .variant-a-main {
        min-height: 270px;
    }

    .variant-b-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 991px) {
    .header-search-wrap,
    .mobile-search-wrap {
        min-width: 100%;
    }

    .category-top {
        grid-template-columns: 1fr;
    }

    .category-top-simple {
        max-width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }

    .footer-right {
        justify-items: start;
    }

    .footer-copy {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .countdown-strip {
        font-size: 0.84rem;
    }

    #countdown {
        font-size: 0.84rem;
        letter-spacing: 0.04em;
        width: 100%;
        text-align: center;
    }

    .top-strip-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .top-strip-links {
        display: none;
    }

    .brand-row {
        align-items: center;
        min-height: 72px;
    }

    .brand-right {
        justify-content: flex-end;
        gap: 0.35rem;
    }

    .brand-logo img {
        width: 56px;
    }

    .hero-main {
        min-height: 330px;
    }

    .hero-slider-box .carousel-item,
    .hero-slide-link,
    .hero-slide-image {
        min-height: 310px;
        height: 310px;
    }

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

    .hero-dot-indicators {
        flex-wrap: wrap;
        justify-content: center;
        max-width: calc(100% - 1rem);
        bottom: 0.46rem;
    }

    .hero-dot-indicators button {
        width: 9px;
        height: 9px;
    }

    .hero-dot-indicators button.active {
        width: 16px;
    }

    .hero-pill {
        max-width: 92%;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .news-card h2,
    .news-card h3 {
        font-size: 1.1rem;
    }

    .post-content {
        font-size: 1rem;
    }

    .mini-card {
        grid-template-columns: 88px 1fr;
    }

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

    .stat-value {
        font-size: 1.9rem;
    }

    .stacked-news-item a,
    .mosaic-side-item a,
    .video-side-item a {
        grid-template-columns: 96px 1fr;
    }

    .stacked-news-item img,
    .mosaic-side-item img {
        width: 96px;
        height: 72px;
    }

    .mosaic-main {
        min-height: 250px;
    }

    .opinion-item a {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.22rem;
    }

    .variant-a-item a {
        grid-template-columns: 92px 1fr;
    }

    .variant-a-item img {
        width: 92px;
        height: 70px;
    }

    .variant-b-grid {
        grid-template-columns: 1fr;
    }

    .variant-b-main {
        min-height: 235px;
    }

    .variant-b-item a {
        grid-template-columns: 96px 1fr;
        min-height: 96px;
    }

    .variant-b-item img {
        width: 96px;
        min-height: 96px;
    }

    .variant-b-item p {
        -webkit-line-clamp: 2;
    }

    .sendika-three-grid,
    .genc-square-grid,
    .emek-three-grid {
        grid-template-columns: 1fr;
    }

    .onday-head-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .share-strip {
        flex-direction: column;
        align-items: flex-start;
    }
}
