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

    :root {
      --ink:         #0f172a;
      --ink-soft:    #334155;
      --ink-muted:   #64748b;
      --ink-faint:   #94a3b8;
      --rule:        rgba(148, 163, 184, 0.22);
      --rule-strong: rgba(148, 163, 184, 0.36);
      --bg:          #f4f7fb;
      --card:        rgba(255, 255, 255, 0.84);
      --shadow-soft: 0 24px 60px rgba(15, 23, 42, 0.08);
      --shadow-card: 0 14px 34px rgba(15, 23, 42, 0.08);
      --shadow-nav:  0 12px 34px rgba(15, 23, 42, 0.12);
      --bbc:      #1d4ed8;
      --lm:       #16a34a;
      --pd:       #dc2626;
      --tass:     #7c3aed;
      --hindu:    #c2410c;
      --folha:    #b45309;
      --aj:       #0369a1;
      --kompas:   #0891b2;
      --arabnews: #0f766e;
      --dw:       #991b1b;
      --sabah:    #d97706;
      --gazeta:   #3730a3;
      --khaosod:  #0284c7;
      --cna:      #9f1239;
      --mavrik:   #14532d;
      --nation:   #7c2d12;
    }

    body {
      font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
      background: var(--bg);
      color: var(--ink);
      margin: 0;
      min-height: 100vh;
      padding-top: 5rem;
      position: relative;
      background-image:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 32%),
        radial-gradient(circle at top right, rgba(8, 145, 178, 0.10), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #f4f7fb 42%, #eff4fb 100%);
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(255,255,255,0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.35) 1px, transparent 1px);
      background-size: 32px 32px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,0.35), transparent 82%);
      opacity: 0.35;
    }

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

    .sticky-bar {
      position: fixed;
      top: 1rem;
      left: 50%;
      transform: translateX(-50%);
      width: min(calc(100% - 2rem), 1180px);
      z-index: 200;
      background: rgba(15, 23, 42, 0.72);
      color: #fff;
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: 0.75rem 1rem;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      box-shadow: var(--shadow-nav);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
    }

    .sticky-logo {
      font-size: 0.98rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      color: #fff;
      white-space: nowrap;
      flex-shrink: 0;
      padding: 0 1rem 0 0.25rem;
      border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .logo-accent {
      background: linear-gradient(90deg, #8b5cf6, #38bdf8, #0891b2);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .sticky-title {
      font-size: 0.72rem;
      font-weight: 700;
      color: rgba(226, 232, 240, 0.62);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      flex-shrink: 0;
    }

    .sticky-spacer { flex: 1; }

    .feed-filters {
      display: flex;
      gap: 0.35rem;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .feed-filters::-webkit-scrollbar { display: none; }

    .filter-tab {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      white-space: nowrap;
      padding: 0.5rem 0.9rem;
      border-radius: 999px;
      color: rgba(226, 232, 240, 0.86);
      border: 1px solid rgba(255, 255, 255, 0.10);
      background: rgba(255, 255, 255, 0.06);
      transition: color 0.18s, border-color 0.18s, background 0.18s, transform 0.18s;
    }

    .filter-tab:hover {
      color: #fff;
      border-color: rgba(255, 255, 255, 0.28);
      background: rgba(255, 255, 255, 0.12);
      transform: translateY(-1px);
    }

    .filter-tab.active {
      color: var(--ink);
      background: #fff;
      border-color: #fff;
    }

    .mobile-bottom-nav {
      display: none;
    }

    .hero-shell {
      max-width: 1180px;
      margin: 0 auto;
      padding: 2.25rem 1.5rem 1.25rem;
    }

    .feed-hero {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.8fr);
      gap: 1.5rem;
      padding: 2.4rem;
      border-radius: 32px;
      border: 1px solid rgba(255, 255, 255, 0.65);
      background:
        radial-gradient(circle at top right, rgba(56, 189, 248, 0.16), transparent 28%),
        radial-gradient(circle at left center, rgba(37, 99, 235, 0.12), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.78));
      box-shadow: var(--shadow-soft);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .feed-hero::after {
      content: "";
      position: absolute;
      inset: auto -3rem -3rem auto;
      width: 14rem;
      height: 14rem;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(139, 92, 246, 0.14));
      filter: blur(8px);
    }

    .hero-copy,
    .hero-stats {
      position: relative;
      z-index: 1;
    }

    .hero-kicker {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: #2563eb;
      padding: 0.45rem 0.8rem;
      border-radius: 999px;
      background: rgba(37, 99, 235, 0.08);
      border: 1px solid rgba(37, 99, 235, 0.12);
      margin-bottom: 1rem;
    }

    .hero-title {
      font-family: "Newsreader", Georgia, serif;
      font-size: clamp(2.8rem, 5vw, 4.8rem);
      font-weight: 800;
      line-height: 0.96;
      letter-spacing: -0.05em;
      color: var(--ink);
      margin-bottom: 0.95rem;
      max-width: 10ch;
    }

    .hero-dek {
      max-width: 58ch;
      font-size: 1rem;
      line-height: 1.78;
      color: var(--ink-soft);
      margin-bottom: 1.35rem;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 0.8rem;
      margin-bottom: 1.4rem;
    }

    .hero-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.45rem;
      padding: 0.88rem 1.18rem;
      border-radius: 999px;
      font-size: 0.8rem;
      font-weight: 800;
      letter-spacing: 0.02em;
      transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s, background 0.18s;
    }

    .hero-button:hover { transform: translateY(-1px); }

    .hero-button-primary {
      color: #fff;
      background: linear-gradient(135deg, #2563eb, #0891b2);
      box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
    }

    .hero-button-secondary {
      color: var(--ink);
      border: 1px solid var(--rule-strong);
      background: rgba(255, 255, 255, 0.82);
    }

    .hero-foot {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem 1rem;
      color: var(--ink-muted);
      font-size: 0.78rem;
      font-weight: 600;
    }

    .hero-foot span {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
    }

    .hero-stats {
      display: grid;
      gap: 0.9rem;
      align-content: start;
    }

    .site-footer {
      width: min(1180px, calc(100% - 2rem));
      margin: 2rem auto 1.5rem;
      padding-top: 1.2rem;
      border-top: 1px solid var(--rule);
      color: var(--ink-muted);
      font-size: 0.82rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 0.85rem;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 0.8rem;
    }

    .footer-links a {
      color: var(--ink-soft);
      font-weight: 800;
    }

    .footer-links a:hover {
      color: #0f766e;
    }

    .hero-sub {
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ink-faint);
      margin-bottom: 0.1rem;
    }

    .stat-card {
      padding: 1.05rem 1.1rem;
      border-radius: 22px;
      border: 1px solid rgba(255, 255, 255, 0.62);
      background: rgba(255, 255, 255, 0.82);
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    }

    .stat-value {
      display: block;
      font-family: "Newsreader", Georgia, serif;
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: -0.05em;
      color: var(--ink);
      margin-bottom: 0.2rem;
    }

    .stat-label {
      display: block;
      font-size: 0.8rem;
      font-weight: 700;
      color: var(--ink-muted);
      margin-bottom: 0.25rem;
    }

    .stat-note {
      display: block;
      font-size: 0.72rem;
      line-height: 1.5;
      color: var(--ink-faint);
    }

    .content {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 1.5rem 4rem;
    }

    .feed-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.72fr);
      gap: 1.5rem;
      align-items: start;
    }

    .main-column,
    .side-column {
      min-width: 0;
    }

    .side-column {
      position: sticky;
      top: 6.25rem;
      display: grid;
      gap: 1rem;
      align-self: start;
      max-height: calc(100vh - 7.5rem);
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: rgba(148, 163, 184, 0.35) transparent;
    }
    .side-column::-webkit-scrollbar { width: 4px; }
    .side-column::-webkit-scrollbar-track { background: transparent; }
    .side-column::-webkit-scrollbar-thumb { background: rgba(148, 163, 184, 0.35); border-radius: 2px; }

    .panel {
      background: var(--card);
      border: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: 24px;
      box-shadow: var(--shadow-card);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    .panel-body {
      padding: 1.05rem 1.1rem;
    }

    .section-label {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin: 0 0 1.1rem;
      font-size: 0.63rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ink-muted);
    }

    .section-label::after {
      content: "";
      flex: 1;
      height: 1px;
      background: linear-gradient(90deg, rgba(148,163,184,0.36), rgba(148,163,184,0));
    }

    .article-stream {
      display: grid;
      gap: 0.9rem;
    }

    .article {
      position: relative;
      background: var(--card);
      border: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: 24px;
      padding: 1.15rem 1.2rem;
      box-shadow: var(--shadow-card);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      transition: box-shadow 0.18s, transform 0.18s, border-color 0.18s;
      display: flex;
      gap: 1rem;
      align-items: flex-start;
    }

    .article:hover {
      border-color: rgba(148, 163, 184, 0.28);
      box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
      transform: translateY(-2px);
    }

    .article-index {
      position: absolute;
      top: 1rem;
      right: 1rem;
      font-family: "Newsreader", Georgia, serif;
      font-size: 1.3rem;
      font-weight: 700;
      color: rgba(15, 23, 42, 0.16);
    }

    .article-body {
      flex: 1;
      min-width: 0;
      padding-right: 2.2rem;
    }

    .article-thumb {
      flex-shrink: 0;
      width: 138px;
      height: 102px;
      border-radius: 16px;
      object-fit: cover;
      background: #f1f5f9;
      display: block;
      box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
    }

    .article-meta {
      display: flex;
      align-items: center;
      gap: 0.3rem;
      font-size: 0.68rem;
      color: var(--ink-faint);
      margin-bottom: 0.38rem;
      flex-wrap: wrap;
    }

    .article-source {
      color: var(--ink-soft);
      font-weight: 600;
    }

    .article-title a {
      font-family: "Newsreader", Georgia, serif;
      font-size: 1.18rem;
      font-weight: 700;
      color: var(--ink);
      line-height: 1.3;
      letter-spacing: -0.03em;
    }

    .article-title a:hover { color: #2563eb; }

    .article-original {
      font-size: 0.74rem;
      color: #94a3b8;
      margin-top: 0.28rem;
      font-style: italic;
    }

    .article-summary {
      font-size: 0.9rem;
      color: var(--ink-soft);
      margin-top: 0.38rem;
      line-height: 1.72;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .country-badge {
      display: inline-block;
      font-size: 0.6rem;
      font-weight: 600;
      padding: 0.12rem 0.38rem;
      border-radius: 3px;
      vertical-align: middle;
      margin-right: 0.2rem;
      letter-spacing: 0.02em;
      background: rgba(255, 255, 255, 0.64);
      border: 1px solid rgba(148, 163, 184, 0.22);
      color: var(--ink-muted);
    }

    .lang-badge {
      display: inline-block;
      font-size: 0.6rem;
      font-weight: 700;
      padding: 0.12rem 0.38rem;
      border-radius: 3px;
      vertical-align: middle;
      margin-right: 0.2rem;
      letter-spacing: 0.04em;
    }

    .lang-en   { background: var(--bbc);      color: #fff; }
    .lang-fr   { background: var(--lm);       color: #fff; }
    .lang-zh   { background: var(--pd);       color: #fff; }
    .lang-ru   { background: var(--tass);     color: #fff; }
    .lang-pt   { background: var(--folha);    color: #fff; }
    .lang-ar   { background: var(--aj);       color: #fff; }
    .lang-id   { background: var(--kompas);   color: #fff; }
    .lang-misc { background: #6b7280;         color: #fff; }


    .mini-label {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      margin-bottom: 0.7rem;
      font-size: 0.6rem;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--ink-muted);
      padding: 0.26rem 0.5rem;
      border-radius: 999px;
      background: rgba(148, 163, 184, 0.10);
    }

    .mini-value {
      font-family: "Newsreader", Georgia, serif;
      font-size: 1.9rem;
      font-weight: 700;
      letter-spacing: -0.05em;
      color: var(--ink);
      margin-bottom: 0.2rem;
    }

    .mini-note {
      font-size: 0.82rem;
      line-height: 1.6;
      color: var(--ink-muted);
    }

    .filter-list {
      display: grid;
      gap: 0.5rem;
      margin-top: 0.2rem;
    }

    .filter-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.8rem;
      padding: 0.72rem 0.82rem;
      border-radius: 18px;
      border: 1px solid rgba(148, 163, 184, 0.14);
      background: rgba(255, 255, 255, 0.54);
      transition: border-color 0.18s, background 0.18s, transform 0.18s;
    }

    .filter-link:hover {
      border-color: rgba(148, 163, 184, 0.28);
      background: rgba(255, 255, 255, 0.86);
      transform: translateX(2px);
    }

    .filter-link.active {
      border-color: rgba(37, 99, 235, 0.18);
      background: rgba(37, 99, 235, 0.08);
    }

    .filter-link-label {
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--ink-soft);
    }

    .filter-link-code {
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--ink-faint);
    }

    .empty {
      text-align: center;
      color: var(--ink-faint);
      margin-top: 4rem;
      font-size: 0.95rem;
      line-height: 2;
    }

    .empty code {
      font-family: monospace;
      background: rgba(255,255,255,0.72);
      padding: 0.1rem 0.4rem;
      border-radius: 4px;
    }

    @media (max-width: 920px) {
      body { padding-top: 5.75rem; }

      .sticky-bar {
        top: 0.75rem;
        width: calc(100% - 1rem);
        padding: 0.75rem 0.85rem;
        gap: 0.75rem;
      }

      .hero-shell,
      .content {
        padding-left: 1rem;
        padding-right: 1rem;
      }

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

      .feed-hero {
        padding: 1.6rem;
      }

      .side-column {
        position: static;
      }
    }

    @media (max-width: 640px) {
      body {
        padding-top: 4.75rem;
        padding-bottom: 5.5rem;
      }

      .sticky-bar {
        border-radius: 999px;
        align-items: center;
        flex-wrap: nowrap;
        padding: 0.62rem 0.75rem;
      }

      .sticky-logo {
        border-right: none;
        padding-right: 0;
      }

      .sticky-title {
        display: none;
      }

      .feed-filters {
        display: none;
      }

      .feed-hero {
        padding: 1.2rem;
        border-radius: 20px;
      }

      .hero-kicker {
        font-size: 0.62rem;
        letter-spacing: 0.1em;
        margin-bottom: 0.7rem;
      }

      .hero-title {
        max-width: none;
        font-size: 2.3rem;
      }

      .hero-dek {
        font-size: 0.92rem;
        line-height: 1.58;
        margin-bottom: 0;
      }

      .hero-actions,
      .hero-foot,
      .hero-stats {
        display: none;
      }

      .side-column {
        order: -1;
      }

      .main-column {
        order: 1;
      }

      .panel,
      .article {
        border-radius: 18px;
      }

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

      .filter-link {
        padding: 0.62rem 0.68rem;
      }

      .article {
        flex-direction: row;
        gap: 0.75rem;
        padding: 1rem;
      }

      .article-body {
        padding-right: 0;
      }

      .article-index {
        display: none;
      }

      .article:not(:first-child) .article-thumb {
        display: none;
      }

      .article:first-child {
        flex-direction: column-reverse;
      }

      .article:first-child .article-thumb {
        width: 100%;
        height: 190px;
      }

      .article-title a {
        font-size: 1.05rem;
      }

      .article-summary {
        font-size: 0.84rem;
        line-height: 1.58;
        -webkit-line-clamp: 2;
      }

      .mobile-bottom-nav {
        position: fixed;
        left: 50%;
        bottom: 0.75rem;
        transform: translateX(-50%);
        z-index: 220;
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 0.35rem;
        width: min(calc(100% - 1rem), 28rem);
        padding: 0.45rem;
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.82);
        border: 1px solid rgba(255,255,255,0.14);
        box-shadow: var(--shadow-nav);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
      }

      .mobile-bottom-nav a {
        flex: 1;
        text-align: center;
        color: rgba(226, 232, 240, 0.82);
        font-size: 0.72rem;
        font-weight: 800;
        padding: 0.55rem 0.45rem;
        border-radius: 999px;
      }

      .mobile-bottom-nav a.active {
        color: var(--ink);
        background: #fff;
      }
    }
