@font-face { font-family: 'Inter'; src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: optional; }
  @font-face { font-family: 'Inter'; src: url('../fonts/inter-v20-latin-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: optional; }
  @font-face { font-family: 'Playfair Display'; src: url('../fonts/playfair-display-v40-latin-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: optional; }

  :root {
    --bg: #f3f3f7; --bg2: #ebebee; --bg3: #e4e4e4;
    --accent: #0066cc; --accent2: #1a7add;
    --text: #191a1f; --muted: #66656a;
    --border: rgba(1,1,8,0.1); --border-accent: rgba(0,102,204,0.3);
    --mono: 'Inter', sans-serif; --sans: 'Playfair Display', serif;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { background: var(--bg); color: var(--text); font-family: var(--mono); line-height: 1.7; overflow-x: hidden; font-size: 1rem; -webkit-font-smoothing: antialiased; }
  .skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 200; transform: translateY(-160%); padding: 0.65rem 1rem; background: var(--accent); color: #fff; font-size: 0.78rem; font-weight: 600; text-decoration: none; transition: transform 0.2s; }
  .skip-link:focus { transform: translateY(0); }
  body::before { content: ''; position: fixed; inset: 0; background-image: linear-gradient(rgba(0,102,204,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0,102,204,0.05) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; z-index: 0; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 3rem; background: rgba(248,248,250,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
  .nav-logo { font-family: var(--sans); font-weight: 800; font-size: 1.05rem; letter-spacing: 0.05em; color: var(--text); text-decoration: none; }
  .nav-logo span { color: var(--accent); }
  .nav-links { display: flex; gap: 1.8rem; list-style: none; }
  .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.2s; }
  .nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--accent); }
  a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; border-radius: 8px; }
  .nav-cta { background: var(--accent) !important; color: #fff !important; padding: 0.5rem 1.1rem !important; border-radius: 4px; transition: opacity 0.2s, transform 0.15s !important; }
  .nav-cta:hover { opacity: 0.88 !important; transform: translateY(-1px); }

  .page-wrap { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; padding: 9rem 3rem 6rem; }
  .back-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.72rem; color: var(--muted); text-decoration: none; letter-spacing: 0.08em; margin-bottom: 2.5rem; transition: color 0.2s; }
  .back-link:hover { color: var(--accent); }
  .section-tag { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.8rem; }
  .section-tag::before { content: ''; display: block; width: 24px; height: 1px; background: var(--accent); }
  h1 { font-family: var(--sans); font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; color: var(--text); margin-bottom: 0.6rem; }

  .news-intro { font-size: 0.86rem; color: var(--muted); line-height: 1.8; max-width: 64ch; margin-bottom: 2.8rem; }
  .news-group { margin-bottom: 2.6rem; }
  .news-group-title { font-family: var(--sans); font-size: 1.15rem; font-weight: 700; color: var(--text); margin-bottom: 0.4rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--border-accent); }
  .news-item { padding: 1.05rem 0; border-bottom: 1px solid var(--border); }
  .news-item:last-child { border-bottom: none; }
  .news-item-top { display: flex; gap: 0.75rem; align-items: baseline; flex-wrap: wrap; margin-bottom: 0.3rem; }
  .news-source { font-size: 0.62rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
  .news-time { font-size: 0.62rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted); }
  .news-headline { font-family: var(--sans); font-size: 1.02rem; font-weight: 700; line-height: 1.35; margin-bottom: 0.35rem; }
  .news-headline a { color: var(--text); text-decoration: none; }
  .news-headline a:hover { color: var(--accent); }
  .news-summary { font-size: 0.82rem; color: var(--muted); line-height: 1.75; margin-bottom: 0.45rem; }
  .news-readmore { font-size: 0.7rem; letter-spacing: 0.06em; color: var(--accent); text-decoration: none; }
  .news-readmore:hover { text-decoration: underline; }

  .post-nav { display: flex; justify-content: space-between; margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--border); gap: 1rem; }
  .post-nav a { font-size: 0.72rem; color: var(--muted); text-decoration: none; letter-spacing: 0.06em; transition: color 0.2s; }
  .post-nav a:hover { color: var(--accent); }
  .divider { height: 1px; background: var(--border); max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
  footer { border-top: 1px solid var(--border); padding: 2rem 3rem; display: flex; justify-content: space-between; align-items: center; max-width: 1100px; margin: 0 auto; font-size: 0.72rem; color: var(--muted); position: relative; z-index: 1; }
  footer a { color: var(--muted); text-decoration: none; }
  footer a:hover { color: var(--accent); }
  ::-webkit-scrollbar { width: 4px; }
  ::-webkit-scrollbar-track { background: var(--bg); }
  ::-webkit-scrollbar-thumb { background: rgba(0,102,204,0.3); border-radius: 2px; }
  @media (max-width: 768px) {
    nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    .page-wrap { padding: 7rem 1.5rem 4rem; }
    footer { padding: 2rem 1.5rem; flex-direction: column; gap: 0.5rem; text-align: center; }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  }
