:root {
  --ink: #0a0a0a;
  --paper: #f3f1ee;
  --paper-deep: #ebe8e3;
  --line: #d6d2cc;
  --muted: #5c5c5c;
  --live: #e11d2e;
  --shell: 820px;
}

body.site-body {
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(1200px 500px at 50% -10%, rgba(225, 29, 46, 0.06), transparent 55%),
    linear-gradient(180deg, #f7f5f2 0%, var(--paper) 40%, #efece7 100%);
  color: var(--ink);
  min-height: 100vh;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  height: 64px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
}

.site-header-inner {
  max-width: var(--shell);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-logo-img {
  display: block;
  height: 30px;
  width: auto;
  object-fit: contain;
  object-position: center center;
  transition: opacity 0.2s ease;
}

.site-logo:hover .site-logo-img {
  opacity: 0.75;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.7rem 0.35rem 0.55rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(225, 29, 46, 0.25), 0 6px 16px rgba(0, 0, 0, 0.12);
}

.live-badge-text {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}

.live-dot {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--live);
  box-shadow: 0 0 0 0 rgba(225, 29, 46, 0.55);
  animation: live-pulse 1.6s ease-in-out infinite;
}

@keyframes live-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(225, 29, 46, 0.5);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 6px rgba(225, 29, 46, 0);
  }
}

.site-main {
  padding-top: 5.5rem;
  padding-bottom: 1.75rem;
}

.site-footer {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.site-footer-inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: center;
}

.footer-logo-img {
  display: block;
  height: 24px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0.85;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.footer-nav a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-nav a:hover {
  color: var(--ink);
}

.footer-copy {
  margin: 0;
  font-size: 0.65rem;
  color: rgba(92, 92, 92, 0.8);
  letter-spacing: 0.06em;
}

.footer-disclaimer {
  margin: 0;
  max-width: 36rem;
  font-size: 0.65rem;
  line-height: 1.45;
  color: rgba(92, 92, 92, 0.9);
}

.footer-disclaimer a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-disclaimer {
  margin: 0 0 1.25rem;
  padding: 0.7rem 0.85rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.content-disclaimer a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-action {
  display: inline-block;
  margin: 0.25rem 0 0.75rem;
  padding: 0.55rem 0.9rem;
  border-radius: 8px;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.legal-page h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.legal-page h2 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0.75rem;
}

.legal-page ul {
  padding-left: 1.2rem;
  margin-bottom: 0.75rem;
}

.legal-page a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-updated {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem !important;
}

.contact-email {
  font-size: 1.05rem;
  color: var(--ink) !important;
}

@media (min-width: 768px) {
  .site-header-inner {
    padding: 0 0.25rem;
  }

  .site-logo-img {
    height: 34px;
  }

  .footer-logo-img {
    height: 28px;
  }
}

.article-part-body p {
  margin-bottom: 1.5rem;
}

.article-part-body p:last-child {
  margin-bottom: 0;
}

.ad-slot {
  min-height: 90px;
  width: 100%;
}

.native-ad-slot {
  width: 100%;
  margin: 0;
}

.native-ad-frame {
  display: block;
  width: 100%;
  height: 310px;
  border: 0;
  overflow: hidden;
  background: transparent;
}

.native-between.is-hidden,
.article-part.is-hidden,
[data-continue-wrap].is-hidden {
  display: none;
}

.article-detail {
  position: relative;
  overflow: hidden;
}

.article-header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.article-header h1 {
  font-family: "Source Serif 4", Georgia, serif;
  letter-spacing: -0.02em;
}

.article-part-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.article-part-main {
  flex: 1;
  min-width: 0;
  max-width: 820px;
}

.ad-rail {
  position: absolute;
  top: 0;
  width: 160px;
  flex-shrink: 0;
}

.article-part-row > .ad-rail:first-child {
  left: 0;
}

.article-part-row > .ad-rail:last-child {
  right: 0;
}

@media (min-width: 1280px) {
  .article-part-row {
    padding-left: 176px;
    padding-right: 176px;
  }
}

.ad-sidebar-unit {
  width: 160px;
  min-height: 600px;
  margin-bottom: 1.5rem;
}

.ad-sidebar-unit iframe {
  display: block;
  width: 160px;
  height: 600px;
  border: 0;
  margin: 0 auto;
}

.home-layout {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.home-main {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.home-main > h1 {
  font-family: "Source Serif 4", Georgia, serif;
  letter-spacing: -0.02em;
}

.home-feed {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.04);
}

.home-feed-item {
  display: block;
  padding: 1.15rem 1.1rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid var(--line);
  transition: background 0.18s ease, transform 0.18s ease;
}

.home-feed-item:last-child {
  border-bottom: 0;
}

.home-feed-item:hover {
  background: rgba(255, 255, 255, 0.95);
}

.home-feed-item h2 {
  transition: color 0.15s ease;
}

.home-feed-item:hover h2 {
  color: var(--live);
}

.home-load-more-wrap {
  display: flex;
  justify-content: center;
}

.home-load-more {
  width: 100%;
  max-width: 820px;
  padding: 0.9rem 1.25rem;
  border: 0;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.18s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.home-load-more:hover:not(:disabled) {
  opacity: 0.88;
}

.home-load-more:disabled {
  opacity: 0.55;
  cursor: wait;
}

.home-ad-rail {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 160px;
  overflow: hidden;
  z-index: 0;
}

.home-layout > .home-ad-rail:first-child {
  left: 0;
}

.home-layout > .home-ad-rail:last-child {
  right: 0;
}

.home-layout .ad-sidebar-unit {
  min-height: 0;
  margin-bottom: 0;
}

.home-ad-rail .ad-sidebar-unit + .ad-sidebar-unit {
  margin-top: 1rem;
}

@media (min-width: 1280px) {
  .home-layout {
    padding-left: 176px;
    padding-right: 176px;
  }

  .home-ad-rail {
    display: block;
  }
}

#continue-reading {
  border-radius: 10px;
  letter-spacing: 0.08em;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
