:root {
    --ink: #101112;
    --ink-soft: #45484a;
    --paper: #f7f8f8;
    --white: #fff;
    --line: #d9dcdd;
    --line-dark: #b9bdbe;
    --red: #c10d1a;
    --cream: #f8ead7;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
.responsive-media { display: block; height: 100%; overflow: hidden; width: 100%; }
.responsive-media > img { height: 100%; object-fit: cover; object-position: center center; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { color: var(--red); font-size: .69rem; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.empty-state { border: 1px solid var(--line); padding: 3rem; text-align: center; background: var(--white); }
.empty-state h3 { font-family: var(--serif); font-size: 1.8rem; margin: 0 0 .5rem; }
.empty-state p { margin: 0; color: var(--ink-soft); }
.reading-progress { position: fixed; z-index: 90; top: 0; left: 0; width: 100%; height: 3px; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--red); }

.article-content { color: #292c2d; font-family: var(--serif); font-size: 1.22rem; line-height: 1.85; }
.article-content > *:first-child { margin-top: 0; }
.article-content p { margin: 0 0 1.8rem; }
.article-content h2 { color: var(--ink); font-size: 2rem; line-height: 1.2; margin: 3rem 0 1rem; }
.article-content h3 { color: var(--ink); font-size: 1.5rem; line-height: 1.3; margin: 2.4rem 0 .8rem; }
.article-content blockquote { border-block: 1px solid var(--line-dark); color: var(--red); font-size: 1.8rem; font-style: italic; line-height: 1.4; margin: 3rem 0; padding: 2rem 1.5rem; text-align: center; }
.article-content ul, .article-content ol { margin: 0 0 1.8rem; padding-left: 1.4rem; }
.article-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.article-content figure { margin: 2.5rem 0; }
.article-content figcaption { color: var(--ink-soft); font-family: var(--sans); font-size: .75rem; margin-top: .7rem; text-align: center; }
.article-content iframe, .article-content video { aspect-ratio: 16/9; border: 0; display: block; height: auto; margin: 2.5rem 0; max-width: 100%; width: 100%; }
.article-content audio { margin: 2rem 0; width: 100%; }
.article-content table { border-collapse: collapse; display: block; font-family: var(--sans); font-size: .88rem; margin: 2.5rem 0; max-width: 100%; overflow-x: auto; width: 100%; }
.article-content caption { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; margin-bottom: .8rem; text-align: left; }
.article-content th, .article-content td { border: 1px solid var(--line-dark); min-width: 120px; padding: .8rem; text-align: left; vertical-align: top; }
.article-content th { background: #eceeee; color: var(--ink); font-weight: 800; }
.article-content pre { background: #17191a; color: #f5f5f5; font-family: Consolas, Monaco, monospace; font-size: .86rem; line-height: 1.65; margin: 2.5rem 0; overflow-x: auto; padding: 1.4rem; }
.article-content code { font-family: Consolas, Monaco, monospace; }
.article-categories { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.article-categories .eyebrow { border-bottom: 1px solid var(--red); padding-bottom: 4px; }
.article-tags { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px; margin-top: 3rem; padding-top: 1.5rem; }
.article-tags a { background: #e9ebeb; color: var(--ink); font-family: var(--sans); font-size: .68rem; font-weight: 800; padding: 9px 12px; text-decoration: none; }
.pagination { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; margin-top: 42px; }
.pagination a, .pagination span { align-items: center; border: 1px solid var(--line-dark); display: flex; font-size: .67rem; font-weight: 800; height: 38px; justify-content: center; min-width: 38px; padding: 0 12px; text-transform: uppercase; }
.pagination a.is-active { background: var(--ink); border-color: var(--ink); color: white; }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes ticker-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.55); transform: scale(1); } 70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); transform: scale(1.12); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); transform: scale(1); } }
.legal-header { border-bottom: 1px solid var(--line); margin: 0 auto; max-width: 980px; padding: 58px 24px 34px; }
.legal-header a { color: var(--red); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.legal-header h1 { font-family: var(--serif); font-size: clamp(2.4rem, 7vw, 4.8rem); letter-spacing: -.04em; line-height: 1; margin: 1rem 0 .9rem; }
.legal-header p { color: var(--ink-soft); font-family: var(--serif); font-size: 1.18rem; line-height: 1.55; margin: 0; max-width: 720px; }
.legal-content { margin: 0 auto; max-width: 860px; padding: 44px 24px 80px; }
.legal-content h2 { font-family: var(--serif); font-size: 1.7rem; margin: 2.2rem 0 .8rem; }
.legal-content p, .legal-content li { color: var(--ink-soft); font-size: 1rem; line-height: 1.75; }
.legal-content ul { padding-left: 1.2rem; }
@keyframes footer-whatsapp-bounce { 0% { transform: scale(1); } 50% { transform: scale(1.08); } 100% { transform: scale(1); } }
@keyframes footer-whatsapp-ray-1 { 0% { opacity: 0; transform: scaleY(.5); } 50% { opacity: 1; transform: translateY(-10px) scaleY(1.4); } 100% { opacity: 0; transform: translateY(-20px) scaleY(.5); } }
@keyframes footer-whatsapp-ray-2 { 0% { opacity: 0; transform: scaleY(1); } 50% { opacity: 1; transform: translateY(10px) scaleY(1.4); } 100% { opacity: 0; transform: translateY(20px) scaleY(.5); } }
@keyframes footer-whatsapp-ray-3 { 0% { opacity: 0; transform: rotate(90deg) scaleX(.5); } 50% { opacity: 1; transform: rotate(90deg) translateY(10px) scaleX(1.4); } 100% { opacity: 0; transform: rotate(90deg) translateY(20px) scaleX(.5); } }
@keyframes footer-whatsapp-ray-4 { 0% { opacity: 0; transform: rotate(90deg) scaleX(.5); } 50% { opacity: 1; transform: rotate(90deg) translateY(-10px) scaleX(1.4); } 100% { opacity: 0; transform: rotate(90deg) translateY(-20px) scaleX(.5); } }
@keyframes footer-whatsapp-ray-5 { 0% { opacity: 0; transform: rotate(-30deg) scaleY(.5); } 50% { opacity: 1; transform: rotate(-30deg) translateY(-8px) scaleY(1.4); } 100% { opacity: 0; transform: rotate(-30deg) translateY(-16px) scaleY(.5); } }
@keyframes footer-whatsapp-ray-6 { 0% { opacity: 0; transform: rotate(30deg) scaleY(.5); } 50% { opacity: 1; transform: rotate(30deg) translateY(-8px) scaleY(1.4); } 100% { opacity: 0; transform: rotate(30deg) translateY(-16px) scaleY(.5); } }
@keyframes footer-whatsapp-ray-7 { 0% { opacity: 0; transform: rotate(30deg) scaleY(.5); } 50% { opacity: 1; transform: rotate(30deg) translateY(8px) scaleY(1.4); } 100% { opacity: 0; transform: rotate(30deg) translateY(16px) scaleY(.5); } }
@keyframes footer-whatsapp-ray-8 { 0% { opacity: 0; transform: rotate(-30deg) scaleY(.5); } 50% { opacity: 1; transform: rotate(-30deg) translateY(8px) scaleY(1.4); } 100% { opacity: 0; transform: rotate(-30deg) translateY(16px) scaleY(.5); } }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .ticker-track, .mobile-ticker-track, .ticker-pulse, .mobile-ticker-pulse { animation: none !important; transform: none !important; }
}

@media (max-width: 767px) {
    .responsive-media > img { object-position: center 38%; }
    .article-content img { height: auto; max-width: 100%; object-fit: contain; }
}

@media (min-width: 768px) {
    .responsive-media > img { object-position: center center; }
}
