:root{
  --bg:#0b0c10; --card:#111218; --muted:#9499a5; --text:#e8ebf1; --brand:#47a6ff; --accent:#ffd166;
  --radius:18px; --pad:18px; --shadow:0 8px 30px rgba(0,0,0,.25);
}
*{box-sizing:border-box}
html{margin:0;padding:0;font-size:clamp(15px,1vw + 14px,16px);scroll-behavior:smooth}
body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Arial;line-height:1.55;overflow-x:hidden}
.auto-contrast{color:var(--text)}
img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}
img{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}
.site-image-watermark{position:relative;overflow:hidden;isolation:isolate;vertical-align:top;line-height:0;max-width:100%;contain:paint}
.site-image-watermark--block{width:100%}
.site-image-watermark--popup{display:flex;align-items:center;justify-content:center;max-width:100%}
.site-image-watermark__overlay{position:absolute;inset:0;z-index:2;pointer-events:none;user-select:none;background-repeat:repeat;background-position:center;border-radius:inherit;transform:translateZ(0)}
.site-image-watermark > img{display:block;max-width:100%;height:auto}
.image-zoom-overlay__inner .site-image-watermark{max-width:100%;max-height:90vh}
.image-zoom-overlay__inner .site-image-watermark > img{max-width:100%;max-height:90vh;width:auto !important;height:auto !important}
.illustrated-quote-modal__frame .site-image-watermark{max-width:100%;max-height:min(72vh,980px)}
.illustrated-quote-modal__frame .site-image-watermark > img{max-width:100%;max-height:min(72vh,980px);width:auto !important;height:auto !important}
iframe{max-width:100%;border:0}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:12px;top:-120px;background:#47a6ff;color:#001423;padding:10px 16px;border-radius:12px;font-weight:700;z-index:1000;transition:top .2s ease,box-shadow .2s ease}
.skip-link:focus{top:12px;box-shadow:0 10px 30px rgba(0,0,0,.35);outline:none}
.wrapper{max-width:1200px;margin:0 auto;padding:clamp(16px,4vw,28px)}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:flex-start}
.gallery-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:flex-start}
.rail-ad{display:none}
.rail-ad-slot{display:flex;justify-content:center}
.rail-ad-slot{max-width:200px;margin:0 auto}
.rail-ad-slot .ad-placeholder{width:160px;height:600px;border-radius:12px;border:1px solid #2a2f3f;background:#0f111a;padding:6px;object-fit:cover;opacity:0.85}
header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;margin-bottom:18px}
.logo{display:inline-flex;align-items:center;gap:12px;line-height:1;text-decoration:none;min-width:0}
.logo:hover{text-decoration:none}
.logo img{display:block;width:auto;max-width:100%;height:clamp(48px,8vw,120px)}
.logo__text{display:inline-block;font-weight:800;font-size:clamp(1.2rem,2.8vw,2.2rem);letter-spacing:.01em;color:#f3f6ff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.logo--both img{height:clamp(40px,6vw,84px)}
.logo--text img{display:none}
nav{display:flex;flex-wrap:wrap;gap:8px}
nav a{padding:8px 12px;background:#161822;border-radius:999px;color:#dfe6f3}
.nav-toggle{display:none;align-items:center;gap:8px;background:#161822;border:1px solid #2a2f3f;border-radius:999px;color:#e9eef9;padding:8px 14px;font-weight:600;cursor:pointer}
/* Slightly tighter pills to fit big logo on desktop */
@media (min-width: 981px){ nav a{ padding:6px 12px; } }
.hero{display:grid;gap:18px;grid-template-columns:2fr 1fr}
.home-hero{display:grid;grid-template-columns:minmax(0,1fr);row-gap:18px;column-gap:26px;align-items:stretch}
.home-hero-col{display:flex;flex-direction:column;gap:18px;min-height:100%;align-items:stretch}
.home-hero-col--main .scripture-card{margin-top:auto}
.home-hero-col--side .home-hero-featured{margin-top:auto}
.intro-card{margin-top:18px;margin-bottom:18px}
.home-hero-main-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));column-gap:26px;row-gap:18px;align-items:stretch}
.home-hero-content{display:flex;flex-direction:column;gap:14px}
.scripture-card{width:100%;position:relative;overflow:hidden}
.scripture-card::before{content:"";position:absolute;inset:0;background-image:var(--scripture-bg, none);background-size:cover;background-position:center;opacity:.45;filter:saturate(1.12) brightness(1.25);border-radius:inherit;pointer-events:none}
.scripture-card::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(12,15,26,.55),rgba(12,15,26,.25));border-radius:inherit;pointer-events:none}
.scripture-card > *{position:relative;z-index:1}
.scripture-card__toggle{display:block;width:100%;background:transparent;border:0;padding:0;margin:0;text-align:left;color:inherit;cursor:pointer}
.scripture-card__toggle:focus-visible{outline:2px solid rgba(71,166,255,.7);outline-offset:4px;border-radius:12px}
.scripture-banner{display:flex;gap:12px;align-items:flex-start;flex-wrap:wrap}
.scripture-card__hint{display:block;margin-top:8px;font-size:.78rem;color:var(--muted);letter-spacing:.02em}
.scripture-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:20000;padding:16px}
.scripture-modal[hidden]{display:none}
.scripture-modal__backdrop{position:absolute;inset:0;background:rgba(7,10,18,.72);backdrop-filter:blur(3px)}
.scripture-modal__dialog{position:relative;z-index:1;background:#0f1220;border:1px solid #2a3242;border-radius:18px;padding:22px 20px;max-width:760px;width:min(760px,100%);max-height:86vh;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.45);display:flex;flex-direction:column}
.scripture-modal__dialog::before{content:"";position:absolute;inset:0;background-image:var(--scripture-bg, none);background-size:cover;background-position:center;opacity:.3;filter:saturate(1.08) brightness(1.18);pointer-events:none}
.scripture-modal__dialog::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,15,26,.6),rgba(12,15,26,.35));pointer-events:none}
.scripture-modal__dialog > *{position:relative;z-index:1}
.scripture-modal__dialog h2{margin:0 0 6px;font-size:1.4rem}
.scripture-modal__subtitle{margin:0 0 8px;color:var(--muted)}
.scripture-modal__nav{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 12px}
.scripture-modal__nav .btn{font-size:.85rem}
.scripture-modal__audio{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 12px}
.scripture-modal__audio-status{margin:0;color:var(--muted);font-size:.8rem;min-height:1.1em;flex:1 1 220px}
.scripture-modal__audio-status[data-state="error"]{color:#ff9b9b}
.scripture-modal__status{margin:0 0 12px;color:var(--muted);font-size:.85rem;min-height:1.1em}
.scripture-modal__status[data-state="warn"]{color:#ffd166}
.scripture-modal__status[data-state="error"]{color:#ff9b9b}
.scripture-modal__translate{display:grid;gap:8px;margin:0 0 12px}
.scripture-modal__translate label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}
.scripture-modal__translate-row{display:flex;gap:8px;flex-wrap:wrap}
.scripture-modal__translate input,.scripture-modal__translate select{flex:1 1 200px;background:#0f111a;border:1px solid #2a3242;border-radius:12px;padding:8px 10px;color:#e9eef9;font-size:.95rem}
.scripture-modal__translate input::placeholder{color:var(--muted)}
.scripture-modal__translate-status{margin:0 0 12px;color:var(--muted);font-size:.8rem;min-height:1.1em}
.scripture-modal__translate-status[data-state="error"]{color:#ff9b9b}
.scripture-modal__content{margin:0;overflow:auto;max-height:60vh;font-size:1rem;line-height:1.75;color:#eef2fb;padding-right:6px}
.scripture-modal__current{display:block;min-height:1px}
.scripture-modal__original{margin:14px 0 0;background:#111727;border:1px solid #2a3242;border-radius:14px;padding:10px 12px;color:#eef2fb}
.scripture-modal__original[hidden]{display:none}
.scripture-modal__original-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600;margin-bottom:8px}
.scripture-modal__original-content{font-size:.95rem;line-height:1.7}
.scripture-modal__original[data-lang="hebrew"]{direction:rtl;text-align:right}
.scripture-verse-list{display:flex;flex-direction:column;gap:.7rem}
.scripture-verse{margin:0;display:flex;align-items:flex-start;gap:.6rem}
.scripture-verse__num{min-width:2.2ch;flex:0 0 auto;font-size:.72rem;color:var(--muted);letter-spacing:.06em;font-variant-numeric:tabular-nums}
.scripture-verse__text{flex:1}
.scripture-verse--highlight{background:rgba(84,145,255,.18);border-radius:12px;padding:6px 8px}
.scripture-verse--highlight .scripture-verse__text{font-style:italic;font-weight:500}
.scripture-line-list{display:flex;flex-direction:column;gap:.8rem}
.scripture-line{margin:0}
.scripture-line__highlight{font-style:italic;font-weight:500;background:rgba(84,145,255,.2);padding:2px 4px;border-radius:6px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.scripture-modal__close{position:absolute;top:12px;right:12px;background:#1d2232;color:#e9eef9;border:1px solid #2a3242;border-radius:999px;padding:6px 10px;font-size:.8rem;cursor:pointer}
.scripture-modal__close:hover{background:#23283a}
.scripture-modal__maximize{position:absolute;top:12px;right:78px;background:#1d2232;color:#e9eef9;border:1px solid #2a3242;border-radius:999px;padding:6px 10px;font-size:.8rem;cursor:pointer}
.scripture-modal__maximize:hover{background:#23283a}
@media (max-width:520px){
  .scripture-modal__maximize{right:70px}
}
@media (max-width:420px){
  .scripture-modal__maximize{right:64px;font-size:.75rem;padding:6px 8px}
}

.scripture-modal[data-maximized="1"]{padding:0}
.scripture-modal[data-maximized="1"] .scripture-modal__dialog{width:100%;max-width:none;height:100%;max-height:none;border-radius:0;padding:24px 22px}
.scripture-modal[data-maximized="1"] .scripture-modal__content{max-height:none;flex:1 1 auto}
.scripture-banner__label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600;white-space:nowrap}
.scripture-banner__text{display:block;max-width:100%;font-size:.92rem;color:var(--text);line-height:1.5;white-space:normal;word-break:normal;overflow-wrap:normal}
.scripture-banner__quote{display:inline;white-space:normal}
.scripture-banner__verse{display:inline}
.scripture-banner__verse + .scripture-banner__verse::before{content:" "}
.scripture-banner__ref{display:inline;margin-top:0;margin-left:.5rem;font-weight:600;color:var(--text);white-space:normal}
.home-hero-content p{font-size:1.05rem;line-height:1.7}
.home-hero-media{margin:0}
.home-hero-media img{display:block;width:100%;border-radius:24px;box-shadow:0 18px 36px rgba(0,0,0,.35);object-fit:cover;max-height:320px}
.card{background:var(--card);border-radius:var(--radius);padding:var(--pad);box-shadow:var(--shadow)}
.card p{overflow-wrap:anywhere}
.random-article-card{display:grid;grid-template-columns:minmax(200px,280px) minmax(0,1fr);gap:18px;align-items:start}
.random-article-card--no-media{grid-template-columns:1fr}
.random-article-card__media{border-radius:16px;overflow:hidden;background:#0b0d15;border:1px solid rgba(109,122,159,.2);display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:4/3}
.random-article-card__media img{width:100%;height:100%;object-fit:contain;display:block}
.random-article-card__content{display:flex;flex-direction:column;gap:10px}
.random-article-card__content .btn{align-self:flex-start}
.headline{font-size:1.6rem;font-weight:800;margin:0 0 10px}
.meta{color:var(--muted);font-size:.85rem}
.listing-toolbar{display:flex;flex-wrap:wrap;gap:18px;align-items:flex-start;justify-content:space-between;margin-top:12px}
.listing-toolbar .meta{margin:0;flex:1 1 220px}
.listing-filter{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;align-items:end}
.listing-filter label{display:flex;flex-direction:column;gap:6px;font-size:0.9rem;color:#d0d6e6}
.listing-filter select,.listing-filter input[type="search"]{background:#0f111a;border:1px solid #2a2f3f;border-radius:12px;padding:10px 12px;color:#e9eef9;font-size:0.95rem}
.listing-filter input[type="search"]::placeholder{color:var(--muted)}
.listing-filter__search{width:100%}
.listing-filter__search input{width:100%}
.listing-filter__actions{display:flex;gap:10px;align-items:center;align-self:end}
.listing-filter__actions .btn{flex:0 0 auto}
.ad-hero{display:flex;flex-direction:column;gap:16px;padding:clamp(18px,4vw,28px);border-radius:22px;background:rgba(13,16,28,0.7);border:1px solid rgba(109,122,159,0.2);box-shadow:var(--shadow);max-width:780px;margin:0 auto 32px}
.ad-hero .actions{display:flex;gap:12px;flex-wrap:wrap}
.ad-hero .actions .btn{display:inline-flex;align-items:center;justify-content:center;white-space:normal;text-align:center;padding:12px 18px}
.grid{display:grid;gap:18px}
.grid.cols-3{grid-template-columns:repeat(3,1fr)}
.grid.cols-2{grid-template-columns:repeat(2,1fr)}
.tag{display:inline-flex;gap:6px;align-items:center;padding:4px 10px;border-radius:999px;background:#1a1d27;color:#cdd6e6;font-size:.8rem}
.byline{display:flex;gap:10px;align-items:center;margin-top:8px}
.avatar{width:28px;height:28px;border-radius:50%;background:#222}
.ad{background:#0f111a;border:1px dashed #2b3040;border-radius:14px;display:grid;place-items:center;color:#9aa3b2;height:120px;font-size:.9rem}
.ad[data-size="leaderboard"]{height:90px}
.ad[data-size="rectangle"]{height:250px}
.list li{margin:10px 0}
.list.list-columns{columns:2;column-gap:26px}
footer{margin:28px 0;color:var(--muted);font-size:.9rem;text-align:center}
.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 14px;margin:12px 0}
.footer-links a{position:relative;color:#dfe6f3;font-weight:600}
.footer-links a:not(:first-child)::before{content:"\2022";color:rgba(233,238,249,.65);margin-right:12px}
.pill{display:inline-flex;gap:8px;align-items:center;border:1px solid #2a2f3f;border-radius:999px;padding:10px 12px}
.cta{display:flex;gap:10px;flex-wrap:wrap}
.gallery-spotlight{display:block;margin-top:14px;padding:12px;border-radius:14px;border:1px solid rgba(255,255,255,0.08);background:#111522;box-shadow:0 10px 22px rgba(0,0,0,.28);text-decoration:none;color:inherit}
.gallery-spotlight:hover,.gallery-spotlight:focus-within{border-color:rgba(71,166,255,.5)}
.gallery-spotlight__image{border-radius:12px;overflow:hidden;background:#0c0f18}
.gallery-spotlight__image--video{aspect-ratio:16/9}
.gallery-spotlight__image img{display:block;width:100%;height:auto;object-fit:cover}
.gallery-spotlight__image iframe{display:block;width:100%;height:100%;border:0;pointer-events:auto;background:#000}
.gallery-spotlight__body{display:flex;flex-direction:column;gap:6px;margin-top:10px}
.gallery-spotlight__cta{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:4px;padding:8px 12px;border-radius:10px;background:#1d2232;color:#e9eef9;font-weight:700;text-decoration:none}
.gallery-spotlight__cta:hover,.gallery-spotlight__cta:focus-visible{background:#232b42;color:#fff}
.btn{background:var(--brand);color:#001423;padding:10px 14px;border-radius:12px;font-weight:700;border:0;cursor:pointer}
.btn.secondary{background:#1d2232;color:#e9eef9}
.btn.is-processing,
button.is-processing,
input[type="submit"].is-processing,
input[type="button"].is-processing{opacity:.82;cursor:progress}
.btn.is-processing,
button.is-processing{display:inline-flex;align-items:center;justify-content:center;gap:8px}
.nc-processing-spinner{display:inline-block;width:.95em;height:.95em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:nc-button-spin .75s linear infinite;flex:0 0 auto}
.nc-processing-label{display:inline-block}
@keyframes nc-button-spin{to{transform:rotate(360deg)}}
.newsletter{display:grid;gap:16px;grid-template-columns:minmax(0,1fr) auto;position:relative;padding:22px;border-radius:18px;border:1px solid #1f2231;background:rgba(16,21,34,.9);box-shadow:var(--shadow)}
.newsletter input[type="email"]{width:100%;background:#0f111a;border:1px solid #2a2f3f;border-radius:12px;padding:12px 14px;color:#e9eef9;font-size:1rem;transition:border .2s ease,box-shadow .2s ease}
.newsletter input[type="email"]::placeholder{color:var(--muted)}
.newsletter input[type="email"]:focus{outline:none;border-color:rgba(71,166,255,.6);box-shadow:0 0 0 3px rgba(71,166,255,.15)}
.newsletter button{padding:12px 22px;font-size:1rem;align-self:stretch}
.newsletter .newsletter-note{grid-column:1 / -1;margin:0;color:var(--muted);font-size:0.85rem}
.newsletter .hp-field{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);border:0;padding:0}
.newsletter .form-feedback{grid-column:1 / -1;font-size:.85rem;margin:0;color:var(--muted);min-height:1.2rem}
.newsletter[data-state="pending"] .form-feedback{color:var(--muted)}
.newsletter[data-state="error"] .form-feedback{color:#ff8080}
.newsletter[data-state="success"] .form-feedback{color:#4adf86}
input[type=email]{background:#0f111a;border:1px solid #2a2f3f;border-radius:12px;padding:12px;color:#e9eef9}
main{display:block}
article.prose{width:100%;max-width:860px;margin:0 auto;font-size:clamp(1rem,0.4vw + 1rem,1.08rem);line-height:1.65;color:var(--text);padding-inline:min(5vw,24px)}
article.prose > *{max-width:780px;margin-left:auto;margin-right:auto}
article.prose h1{font-size:clamp(2rem,3.8vw,2.6rem);margin:0 0 1rem;font-weight:800}
article.prose h2{font-size:clamp(1.4rem,2.5vw,1.8rem);margin:2.2rem auto 0.9rem;font-weight:700;color:#f0f2f9}
article.prose h3{font-size:clamp(1.15rem,1.8vw,1.35rem);margin:1.8rem auto 0.8rem;font-weight:600;color:#d5dcff}
article.prose p{margin:1.05rem auto}
article.prose ul,article.prose ol{padding-left:1.4rem;margin:1.1rem auto;line-height:1.65}
article.prose li{margin:0.4rem 0}
article.prose a{color:#72b8ff}
article.prose a:hover{text-decoration:underline}
article.prose blockquote{margin:1.8rem auto;padding:1.2rem 1.5rem;border-left:4px solid var(--brand);background:rgba(18,21,35,.72);border-radius:14px;font-style:italic;color:#dfe5f8}
article.prose img,article.prose video{display:block;width:100%;border-radius:20px;margin:1.6rem auto;box-shadow:0 16px 32px rgba(0,0,0,.32);height:auto;object-fit:cover}
article.prose img{cursor:zoom-in}
.article-video-embed-group{width:100%;margin:1.6rem auto}
.article-video-embed{position:relative;width:100%;margin:0;border-radius:20px;overflow:hidden;box-shadow:0 16px 32px rgba(0,0,0,.32);background:#0f111a;aspect-ratio:var(--video-ratio, 16/9)}
.article-video-embed__button{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}
.article-video-embed__button:focus-visible{outline:2px solid rgba(71,166,255,.7);outline-offset:4px;border-radius:16px}
.article-video-embed__img{display:block;width:100%;height:100%;object-fit:cover}
.article-video-embed__frame{display:block;width:100%;height:100%;border:0}
.article-video-embed__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}
.article-video-embed__play::before{content:"";width:54px;height:54px;border-radius:50%;background:rgba(12,15,26,.7);border:1px solid rgba(255,255,255,.6);box-shadow:0 10px 24px rgba(0,0,0,.45)}
.article-video-embed__play::after{content:"";position:absolute;width:0;height:0;border-left:16px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;margin-left:4px}
.article-video-embed__fallback{position:absolute;right:10px;bottom:10px;z-index:3;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:rgba(10,13,22,.82);border:1px solid rgba(255,255,255,.25);color:#f7f9ff;font-size:.78rem;font-weight:700;line-height:1;text-decoration:none;backdrop-filter:blur(2px)}
.article-video-embed__fallback:hover,.article-video-embed__fallback:focus-visible{background:rgba(25,33,54,.94);border-color:rgba(113,186,255,.75);color:#fff}
.article-video-embed__note{margin:8px 2px 0;color:var(--muted);font-size:.85rem;line-height:1.45}
article.prose figure{margin:1.8rem auto;text-align:center}
article.prose figcaption{margin-top:0.6rem;font-size:0.85rem;color:var(--muted)}
article.prose table{width:100%;border-collapse:collapse;margin:1.6rem auto;border:1px solid #222836;border-radius:14px;overflow:hidden;background:#0f111a}
article.prose table th,article.prose table td{padding:12px 14px;border-bottom:1px solid #1f2432;text-align:left}
article.prose table th{background:#141a26;font-weight:600;color:#e4e8f6}
article.prose hr{border:0;border-top:1px solid #202533;margin:2.4rem auto}
article.prose code{background:#151d2d;border-radius:6px;padding:0 6px;font-size:0.9rem;border:1px solid #1f2a3b}
article.prose pre{background:#151d2d;padding:16px;border-radius:14px;border:1px solid #1f2a3b;overflow:auto;font-size:0.92rem}
article.prose.article-page{padding:28px}
.article-hero{display:flex;gap:26px;align-items:flex-start;margin-bottom:28px;flex-wrap:wrap}
.article-hero-content{flex:1 1 320px;min-width:0}
.article-hero-content .article-hero-excerpt{margin-top:1rem;font-size:1.05rem;color:#d0d6e6;line-height:1.7;font-style:italic}
.article-hero-media{flex:0 0 clamp(220px, 28vw, 300px);width:clamp(220px, 28vw, 300px);margin:0 auto;position:relative;overflow:hidden;border-radius:20px;box-shadow:0 18px 36px rgba(0,0,0,.3)}
.article-hero-media img{display:block;width:100%;height:auto;border-radius:inherit;box-shadow:inherit}
.article-hero-media--video{aspect-ratio:16/9}
.article-hero-media--video iframe{display:block;width:100%;height:100%;border:0}
.article-page.no-hero-media .article-hero{flex-direction:column}
.article-page.no-hero-media .article-hero-content{max-width:700px;margin:0 auto}
.article-page.no-hero-media .article-hero-excerpt{font-style:normal;color:#dfe3f3}
.article-page.has-hero-media .article-hero-content{max-width:540px}
.article-page.has-hero-media .article-hero h1{margin-bottom:0.6rem}
.article-page.has-hero-media .article-hero .meta{margin-bottom:0.4rem}
.article-share{display:flex;align-items:center;gap:14px;padding:18px 20px;margin:12px auto 28px;background:#101522;border:1px solid #1f2231;border-radius:16px}
.article-share-label{font-weight:600;color:var(--text)}
.article-share-buttons{display:flex;gap:10px;flex-wrap:wrap}
.article-actions{display:flex;flex-direction:column;gap:16px;padding:18px 20px;margin:12px auto 28px;background:#101522;border:1px solid #1f2231;border-radius:16px}
.article-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;align-items:flex-start}
.article-action{display:flex;flex-direction:column;gap:10px}
.article-action .btn{justify-content:center}
.article-action select{background:#0f111a;border:1px solid #2a2f3f;border-radius:12px;padding:10px 12px;color:#e9eef9;font-size:0.95rem}
.article-action select:focus{outline:none;border-color:rgba(71,166,255,.6);box-shadow:0 0 0 3px rgba(71,166,255,.15)}
.article-action-status{min-height:1.2em;color:var(--muted);margin:0}
.article-action-note{color:var(--muted);margin:0}
.visually-hidden{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.article-body{margin-top:24px}
.article-body > *:first-child{margin-top:0}
.article-divider{margin:40px 0 24px;border:0;border-top:1px solid rgba(118,128,155,0.35)}
.related-articles{margin-top:32px;padding:24px;background:rgba(13,16,28,0.55);border:1px solid rgba(109,122,159,0.22);border-radius:18px}
.related-articles h2{margin:0 0 14px;font-size:1.35rem}
.related-articles__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.related-articles__list li{padding-bottom:12px;border-bottom:1px solid rgba(109,122,159,0.18)}
.related-articles__list li:last-child{border-bottom:0;padding-bottom:0}
.related-articles__list a{font-weight:600;color:#f0f3ff;text-decoration:none}
.related-articles__list a:hover{text-decoration:underline}
.translation-body{display:none;margin-top:24px}
.translation-body.is-visible{display:block}
.gallery-page{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}
.gallery-hero{background:rgba(11,12,20,0.65)}
.gallery-list{display:flex;flex-direction:column;gap:18px}
.gallery-card{display:grid;grid-template-columns:minmax(160px,220px) minmax(0,1fr);gap:18px;background:rgba(11,13,21,0.6);border:1px solid rgba(109,122,159,0.18);border-radius:18px;overflow:hidden;padding:18px}
.gallery-card__media{display:flex;align-items:center;justify-content:center;width:100%;height:clamp(160px,28vw,220px);background:#0b0d15;border-radius:16px;border:1px solid rgba(109,122,159,0.2);overflow:hidden}
.gallery-card__media img{max-width:100%;max-height:100%;object-fit:contain;cursor:zoom-in}
.gallery-card__media iframe,.gallery-card__media--row iframe{width:100%;height:100%;border:0;display:block}
.gallery-card__content{display:flex;flex-direction:column;gap:14px;justify-content:center}
.gallery-card__content h2{margin:0;font-size:1.25rem}
.gallery-card__description{margin:0}
.gallery-card__categories{margin:0 0 6px 0;color:var(--muted);font-size:.8rem}
.gallery-card__actions{display:flex;gap:10px;flex-wrap:wrap}
.gallery-card__actions .btn{flex:0 0 auto}
.gallery-card__actions .btn.secondary{background:transparent;border:1px solid rgba(118,128,155,0.4)}
.gallery-card__content--row{flex-direction:column;gap:12px}
.gallery-card__headline{display:block;margin-bottom:10px}
.gallery-card__headline h2{margin:0}
.gallery-card__actions--row{flex:0 0 auto;justify-content:flex-start;margin-top:12px}
.gallery-card__media--row{height:clamp(160px,28vw,220px);border:1px solid rgba(109,122,159,0.2);display:flex;align-items:center;justify-content:center;overflow:hidden}
.gallery-card__media--row img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.gallery-card__description--row{margin:0}
.donate-card{max-width:min(720px,100%);margin:24px auto 0;display:flex;flex-direction:column;gap:18px;align-items:flex-start}
.donate-card__header p{margin:12px 0 0;font-size:1.05rem;color:#d8deec}
.donate-form{display:flex;flex-direction:column;gap:12px;width:100%;max-width:360px}
.donate-form .btn{width:100%}
.donate-card__note{margin:0;color:var(--muted)}
.share-btn{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:#1d2232;color:#e9eef9;font-weight:600;font-size:0.92rem;border:1px solid transparent;transition:background .2s ease,border .2s ease}
.share-btn:hover,.share-btn:focus{background:#47a6ff;color:#001423;border-color:#47a6ff;text-decoration:none}
.share-btn.copy{background:#25293b}
.share-btn.copy[data-state="copied"]{background:#4adf86;color:#001f0f;border-color:transparent}
kbd{background:#192133;border:1px solid #2b3a5a;border-radius:6px;padding:0 6px}
code{background:#151922;border:1px solid #2a2f3f;border-radius:6px;padding:2px 6px}
hr{border:0;border-top:1px solid #2a2f3f;margin:1.2rem 0}
.notice{background:#101522;border:1px solid #2a2f3f;border-radius:12px;padding:12px;color:#cfd7ea}
.notice.success{border-color:rgba(74,223,134,0.35);color:#4adf86}
.notice.error{border-color:rgba(255,107,107,0.35);color:#ff8080}
.contact-form{display:grid;gap:20px;margin-top:24px;padding:26px;background:#101522;border:1px solid #2a2f3f;border-radius:18px;box-shadow:var(--shadow);max-width:760px}
.contact-form .contact-row{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.contact-form .field{display:flex;flex-direction:column;gap:6px}
.contact-form label{font-weight:600;color:#d0d6e6;letter-spacing:.01em}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea{background:#0f111a;border:1px solid #2a2f3f;border-radius:12px;padding:12px 14px;color:#e9eef9;font-size:1rem;transition:border .2s ease, box-shadow .2s ease}
.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder{color:var(--muted)}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus{outline:none;border-color:rgba(71,166,255,.6);box-shadow:0 0 0 3px rgba(71,166,255,.15)}
.contact-form textarea{min-height:220px;resize:vertical}
.contact-form .hp-field{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);border:0;padding:0}
.contact-form button{justify-self:flex-start;padding:12px 24px;font-size:1rem}
.affiliate-card{position:relative;overflow:hidden}
.affiliate-card .affiliate-placeholder{display:block;width:100%;border-radius:18px;margin-top:12px;border:1px solid rgba(255,255,255,0.08);box-shadow:0 18px 36px rgba(0,0,0,.35)}
.affiliate-card.has-deals .affiliate-placeholder{display:none}
.ad-slot{display:block;text-align:center;margin:0}
.ad-slot .ad-placeholder{display:block;width:100%;max-width:728px;height:auto;margin:12px auto 0;border-radius:12px;border:1px solid #2a2f3f;background:#0f111a;padding:8px;object-fit:contain;opacity:0.75}
.ad-slot[data-placeholder="rectangle"] .ad-placeholder{max-width:320px}
.ad-slot[data-ad-loaded="true"] .ad-placeholder{display:none}
.rail-ad-slot[data-ad-loaded="true"] .ad-placeholder{display:none}
.ad-placeholder{transition:opacity .3s ease}
.ad-live-link{display:inline-block;width:100%}
.ad-live-creative{display:block;width:100%;height:auto;object-fit:contain;border-radius:14px;box-shadow:0 12px 28px rgba(0,0,0,.28);background:#0f111a}
.illustrated-quote-card{display:flex;flex-direction:column;gap:10px;padding:12px 13px;border-radius:14px;border:1px solid #283045;background:linear-gradient(135deg, rgba(16,21,34,.96), rgba(20,24,37,.92));box-shadow:0 12px 26px rgba(0,0,0,.28);color:#e7ebf5;min-height:90px;width:100%;position:relative;overflow:hidden;cursor:pointer;transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease}
.illustrated-quote-card:hover{border-color:rgba(71,166,255,.45);box-shadow:0 16px 34px rgba(0,0,0,.35)}
.illustrated-quote-card:focus{outline:none}
.illustrated-quote-card:focus-visible{border-color:rgba(71,166,255,.55);box-shadow:0 0 0 3px rgba(71,166,255,.25), 0 16px 34px rgba(0,0,0,.35)}
.illustrated-quote-card__header,.illustrated-quote-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.illustrated-quote-card__label,.illustrated-quote-card__shape,.illustrated-quote-card__hint{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}
.illustrated-quote-card__viewport-wrap{position:relative;border-radius:12px;overflow:hidden}
.illustrated-quote-card__viewport{position:relative;overflow:auto;border-radius:12px;border:1px solid rgba(109,122,159,.22);background:#0b101b;scrollbar-width:none;-ms-overflow-style:none;outline:none}
.illustrated-quote-card__viewport::-webkit-scrollbar{display:none}
.illustrated-quote-card__viewport:focus-visible{box-shadow:0 0 0 3px rgba(71,166,255,.24)}
.illustrated-quote-card__media{display:block;max-width:none;user-select:none;-webkit-user-drag:none}
.illustrated-quote-card__overlay{position:absolute;left:0;right:0;bottom:0;padding:18px 16px 14px;background:linear-gradient(180deg, rgba(10,14,24,0) 0%, rgba(10,14,24,.7) 40%, rgba(10,14,24,.92) 100%);pointer-events:none;overflow:hidden}
.illustrated-quote-card__quote-wrap{display:block;overflow:hidden;white-space:nowrap;text-align:center}
.illustrated-quote-card__quote-wrap[data-scrolling="1"]{text-align:left}
.illustrated-quote-card__quote-track{display:inline-flex;align-items:center;justify-content:center;gap:36px;min-width:100%;will-change:transform}
.illustrated-quote-card__quote-wrap[data-scrolling="1"] .illustrated-quote-card__quote-track{justify-content:flex-start;min-width:max-content}
.illustrated-quote-card__quote{display:block;flex:0 0 auto;margin:0;color:#f7f9ff;font-size:clamp(.92rem,.5vw + .86rem,1.15rem);line-height:1.45;font-weight:700;text-shadow:0 2px 14px rgba(0,0,0,.55);white-space:nowrap;text-align:center}
.illustrated-quote-card[data-scroll-axis="horizontal"] .illustrated-quote-card__viewport{height:176px;overflow-y:hidden}
.illustrated-quote-card[data-scroll-axis="horizontal"] .illustrated-quote-card__media{height:100%;width:auto;max-height:none}
.illustrated-quote-card[data-scroll-axis="vertical"] .illustrated-quote-card__viewport{height:320px;overflow-x:hidden}
.illustrated-quote-card[data-scroll-axis="vertical"] .illustrated-quote-card__media{width:100%;height:auto;max-width:none}
.illustrated-quote-card[data-card-shape="rectangle"][data-scroll-axis="horizontal"] .illustrated-quote-card__viewport{height:248px}
.illustrated-quote-card[data-card-shape="leaderboard"][data-scroll-axis="vertical"] .illustrated-quote-card__viewport{height:240px}
.rail-ad-slot .illustrated-quote-card{max-width:180px;margin:0 auto}
.rail-ad-slot .illustrated-quote-card__header,.rail-ad-slot .illustrated-quote-card__meta{justify-content:flex-start}
.rail-ad-slot .illustrated-quote-card[data-scroll-axis="horizontal"] .illustrated-quote-card__viewport{height:300px}
.rail-ad-slot .illustrated-quote-card[data-scroll-axis="vertical"] .illustrated-quote-card__viewport{height:420px}
body.illustrated-quote-modal-open{overflow:hidden}
body.illustrated-quote-modal-open footer{visibility:hidden}
body.illustrated-quote-modal-open .quick-scroll{opacity:0;pointer-events:none}
.illustrated-quote-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:20000;padding:max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left))}
.illustrated-quote-modal[hidden]{display:none}
.illustrated-quote-modal__backdrop{position:absolute;inset:0;background:rgba(7,10,18,.78);backdrop-filter:blur(3px);opacity:0;transition:opacity .2s ease}
.illustrated-quote-modal__dialog{position:relative;z-index:1;background:#0f1220;border:1px solid #2a3242;border-radius:18px;padding:22px 20px;max-width:1100px;width:min(1100px,100%);max-height:90vh;overflow:auto;box-shadow:0 18px 40px rgba(0,0,0,.45);display:flex;flex-direction:column;gap:12px;opacity:0;transform:translateY(8px) scale(.98);transition:opacity .2s ease, transform .2s ease}
.illustrated-quote-modal[data-open="1"] .illustrated-quote-modal__backdrop{opacity:1}
.illustrated-quote-modal[data-open="1"] .illustrated-quote-modal__dialog{opacity:1;transform:translateY(0) scale(1)}
.illustrated-quote-modal__close{position:absolute;top:12px;right:12px;background:#1d2232;color:#e9eef9;border:1px solid #2a3242;border-radius:999px;padding:6px 10px;font-size:.8rem;cursor:pointer}
.illustrated-quote-modal__close:hover{background:#23283a}
.illustrated-quote-modal__dialog h2{margin:0 56px 0 0;font-size:1.35rem}
.illustrated-quote-modal__subtitle{margin:0;color:var(--muted)}
.illustrated-quote-modal__translate{display:grid;gap:10px}
.illustrated-quote-modal__translate-toggle{justify-self:start}
.illustrated-quote-modal__translate-panel{display:grid;gap:8px}
.illustrated-quote-modal__translate-panel[hidden]{display:none}
.illustrated-quote-modal__translate label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}
.illustrated-quote-modal__translate-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.illustrated-quote-modal__translate-row select{min-width:min(100%,260px);flex:1 1 240px}
.illustrated-quote-modal__translate-status{margin:0;color:var(--muted);font-size:.86rem}
.illustrated-quote-modal__translate-status[data-state="error"]{color:#ff9b9b}
.illustrated-quote-modal__frame{position:relative;border-radius:16px;overflow:hidden;border:1px solid rgba(109,122,159,.22);background:#0b101b;display:flex;align-items:center;justify-content:center;min-height:240px}
.illustrated-quote-modal__image{display:block;max-width:100%;max-height:min(72vh,980px);width:auto;height:auto;margin:0 auto}
.illustrated-quote-modal__overlay{position:absolute;left:0;right:0;bottom:0;padding:28px 26px 24px;background:linear-gradient(180deg, rgba(10,14,24,0) 0%, rgba(10,14,24,.68) 42%, rgba(10,14,24,.94) 100%);pointer-events:none}
.illustrated-quote-modal__quote{margin:0;color:#f7f9ff;font-size:clamp(1.1rem,1vw + .9rem,1.8rem);line-height:1.5;font-weight:700;text-shadow:0 2px 18px rgba(0,0,0,.6);white-space:pre-line;text-align:center}
.weather-banner{--weather-gradient:linear-gradient(135deg, rgba(16,21,34,.96), rgba(21,25,37,.9));--weather-pattern:none;--weather-pattern-size:100% 100%;--weather-pattern-pos:center;display:flex;flex-direction:column;gap:8px;padding:12px 14px;border-radius:14px;border:1px solid #283045;background-color:#111522;background-image:var(--weather-pattern), var(--weather-gradient);background-size:var(--weather-pattern-size), cover;background-position:var(--weather-pattern-pos), center;background-repeat:no-repeat;background-blend-mode:screen, normal;color:#e7ebf5;box-shadow:0 12px 26px rgba(0,0,0,.28);min-height:90px;width:100%;cursor:pointer;position:relative;z-index:1;transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease}
.weather-banner:hover{border-color:rgba(71,166,255,.45);box-shadow:0 16px 34px rgba(0,0,0,.35)}
.weather-banner:focus{outline:none}
.weather-banner:focus-visible{border-color:rgba(71,166,255,.55);box-shadow:0 0 0 3px rgba(71,166,255,.25), 0 16px 34px rgba(0,0,0,.35)}
.weather-banner__top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.weather-banner__top-left{display:flex;flex-direction:column;gap:4px;min-width:0}
.weather-banner__top-right{display:flex;align-items:center;gap:10px}
.weather-banner__icon{width:42px;height:42px;flex:0 0 42px}
.weather-banner__icon svg{display:block;width:100%;height:100%}
.weather-banner__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}
.weather-banner__temp{font-size:clamp(1.4rem,1.2vw + 1.2rem,2.2rem);font-weight:800}
.weather-banner__summary{font-size:.92rem;color:#dce2f3}
.weather-banner__details{display:flex;flex-wrap:wrap;gap:10px;font-size:.82rem;color:var(--muted)}
.weather-banner__extras{display:flex;flex-wrap:wrap;gap:10px;font-size:.78rem;color:var(--muted)}
.weather-banner__meta{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;font-size:.75rem;color:var(--muted)}
.weather-banner__hint{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(233,238,249,.65);font-weight:600}
.weather-banner[data-weather-state="error"]{border-color:rgba(255,128,128,.4)}
.weather-banner[data-weather-state="error"] .weather-banner__summary{color:#ff9b9b}
.weather-banner[data-weather-state="loading"] .weather-banner__summary{color:var(--muted)}
.weather-banner[data-weather-icon="sun"]{--weather-gradient:linear-gradient(135deg, rgba(32,22,10,.96), rgba(20,22,34,.92));--weather-pattern:radial-gradient(circle at 78% 20%, rgba(255,209,102,.5), rgba(255,209,102,0) 62%), radial-gradient(circle at 70% 32%, rgba(255,209,102,.3), rgba(255,209,102,0) 60%)}
.weather-banner[data-weather-icon="partly"]{--weather-gradient:linear-gradient(135deg, rgba(22,26,40,.96), rgba(18,20,34,.92));--weather-pattern:radial-gradient(circle at 76% 20%, rgba(255,209,102,.32), rgba(255,209,102,0) 58%), radial-gradient(circle at 68% 52%, rgba(199,210,233,.34), rgba(199,210,233,0) 60%), radial-gradient(circle at 52% 58%, rgba(199,210,233,.28), rgba(199,210,233,0) 60%), radial-gradient(circle at 38% 62%, rgba(199,210,233,.26), rgba(199,210,233,0) 58%)}
.weather-banner[data-weather-icon="cloud"]{--weather-gradient:linear-gradient(135deg, rgba(18,22,34,.96), rgba(16,20,32,.92));--weather-pattern:radial-gradient(circle at 72% 46%, rgba(199,210,233,.34), rgba(199,210,233,0) 60%), radial-gradient(circle at 56% 56%, rgba(199,210,233,.3), rgba(199,210,233,0) 58%), radial-gradient(circle at 40% 60%, rgba(199,210,233,.28), rgba(199,210,233,0) 60%)}
.weather-banner[data-weather-icon="rain"]{--weather-gradient:linear-gradient(135deg, rgba(12,18,32,.96), rgba(18,22,36,.92));--weather-pattern:repeating-linear-gradient(120deg, rgba(124,200,255,.42) 0 2px, rgba(124,200,255,0) 2px 10px), radial-gradient(circle at 78% 24%, rgba(124,200,255,.28), rgba(124,200,255,0) 60%)}
.weather-banner[data-weather-icon="snow"]{--weather-gradient:linear-gradient(135deg, rgba(16,22,36,.96), rgba(20,24,40,.92));--weather-pattern:radial-gradient(circle at 18% 28%, rgba(191,229,255,.36) 0 2px, rgba(191,229,255,0) 3px), radial-gradient(circle at 38% 52%, rgba(191,229,255,.34) 0 2px, rgba(191,229,255,0) 3px), radial-gradient(circle at 58% 38%, rgba(191,229,255,.3) 0 2px, rgba(191,229,255,0) 3px), radial-gradient(circle at 74% 62%, rgba(191,229,255,.3) 0 2px, rgba(191,229,255,0) 3px), radial-gradient(circle at 86% 30%, rgba(191,229,255,.28) 0 2px, rgba(191,229,255,0) 3px)}
.weather-banner[data-weather-icon="storm"]{--weather-gradient:linear-gradient(135deg, rgba(10,12,24,.98), rgba(16,18,32,.95));--weather-pattern:linear-gradient(120deg, rgba(255,209,102,.2) 0 6%, rgba(0,0,0,0) 6% 100%), radial-gradient(circle at 70% 30%, rgba(199,210,233,.26), rgba(199,210,233,0) 60%), repeating-linear-gradient(115deg, rgba(124,200,255,.28) 0 2px, rgba(124,200,255,0) 2px 12px)}
.weather-banner[data-weather-icon="fog"]{--weather-gradient:linear-gradient(135deg, rgba(18,20,32,.96), rgba(14,18,30,.92));--weather-pattern:repeating-linear-gradient(0deg, rgba(183,193,217,.3) 0 4px, rgba(183,193,217,0) 4px 12px)}
.weather-banner[data-weather-icon="night"]{--weather-gradient:linear-gradient(135deg, rgba(10,12,26,.98), rgba(12,14,30,.95));--weather-pattern:radial-gradient(circle at 78% 24%, rgba(185,198,229,.32) 0 10px, rgba(185,198,229,0) 40%), radial-gradient(circle at 22% 30%, rgba(255,255,255,.14) 0 2px, rgba(255,255,255,0) 3px), radial-gradient(circle at 36% 62%, rgba(255,255,255,.12) 0 2px, rgba(255,255,255,0) 3px), radial-gradient(circle at 56% 36%, rgba(255,255,255,.14) 0 2px, rgba(255,255,255,0) 3px)}
.weather-icon{width:100%;height:100%;vector-effect:non-scaling-stroke}
.weather-icon__sun-core{fill:#ffd166;animation:weather-pulse 3s ease-in-out infinite;transform-origin:center;transform-box:fill-box}
.weather-icon__sun-rays{stroke:#ffd166;stroke-width:3;stroke-linecap:round;animation:weather-spin 18s linear infinite;transform-origin:center;transform-box:fill-box}
.weather-icon__moon{fill:#b9c6e5;animation:weather-float 6s ease-in-out infinite;transform-origin:center;transform-box:fill-box}
.weather-icon__cloud{fill:#c7d2e9;animation:weather-float 6s ease-in-out infinite;transform-origin:center;transform-box:fill-box}
.weather-icon__rain{stroke:#7cc8ff;stroke-width:3;stroke-linecap:round;animation:weather-rain 1.2s linear infinite;transform-origin:center;transform-box:fill-box}
.weather-icon__snow{fill:#bfe5ff;animation:weather-snow 2.2s linear infinite;transform-origin:center;transform-box:fill-box}
.weather-icon__bolt{fill:#ffd166;animation:weather-flash 2.2s ease-in-out infinite;transform-origin:center;transform-box:fill-box}
.weather-icon__fog{stroke:#b7c1d9;stroke-width:3;stroke-linecap:round;animation:weather-fog 5s ease-in-out infinite;transform-origin:center;transform-box:fill-box}
@keyframes weather-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes weather-float{0%{transform:translateX(0)}50%{transform:translateX(4px)}100%{transform:translateX(0)}}
@keyframes weather-rain{0%{transform:translateY(-3px);opacity:.2}50%{opacity:1}100%{transform:translateY(4px);opacity:.2}}
@keyframes weather-snow{0%{transform:translateY(-2px);opacity:.4}50%{opacity:1}100%{transform:translateY(3px);opacity:.2}}
@keyframes weather-flash{0%,90%,100%{opacity:.25}92%,96%{opacity:1}}
@keyframes weather-fog{0%{transform:translateX(0);opacity:.6}50%{transform:translateX(4px);opacity:1}100%{transform:translateX(0);opacity:.6}}
@keyframes weather-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}
@media (prefers-reduced-motion: reduce){
  .weather-icon__sun-core,
  .weather-icon__sun-rays,
  .weather-icon__moon,
  .weather-icon__cloud,
  .weather-icon__rain,
  .weather-icon__snow,
  .weather-icon__bolt,
  .weather-icon__fog{animation:none}
}
body.weather-modal-open{overflow:hidden}
body.weather-modal-open footer{visibility:hidden}
body.weather-modal-open .geo-modal{opacity:0;pointer-events:none}
.weather-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:20000;padding:16px}
.weather-modal[hidden]{display:none}
.weather-modal__backdrop{position:absolute;inset:0;background:rgba(7,10,18,.72);backdrop-filter:blur(3px);opacity:0;transition:opacity .2s ease}
.weather-modal__dialog{position:relative;z-index:1;background:#0f1220;border:1px solid #2a3242;border-radius:18px;padding:22px 20px;max-width:760px;width:min(760px,100%);max-height:86vh;overflow-x:hidden;overflow-y:auto;box-shadow:0 18px 40px rgba(0,0,0,.45);display:flex;flex-direction:column;opacity:0;transform:translateY(8px) scale(.98);transition:opacity .2s ease, transform .2s ease}
.weather-modal[data-open="1"] .weather-modal__backdrop{opacity:1}
.weather-modal[data-open="1"] .weather-modal__dialog{opacity:1;transform:translateY(0) scale(1)}
.weather-modal__dialog h2{margin:0 0 6px;font-size:1.4rem}
.weather-modal__subtitle{margin:0 0 16px;color:var(--muted)}
.weather-modal__controls{display:grid;gap:6px;margin:0 0 8px}
.weather-modal__controls label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}
.weather-modal__controls select{background:#0f111a;border:1px solid #2a3242;border-radius:12px;padding:8px 10px;color:#e9eef9;font-size:.95rem;width:100%}
.weather-modal__search{display:grid;gap:8px;margin:0 0 12px}
.weather-modal__search label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}
.weather-modal__search-row{display:flex;gap:8px;flex-wrap:wrap}
.weather-modal__search input{flex:1 1 200px;background:#0f111a;border:1px solid #2a3242;border-radius:12px;padding:8px 10px;color:#e9eef9;font-size:.95rem}
.weather-modal__search input::placeholder{color:var(--muted)}
.weather-modal__search button{flex:0 0 auto}
.weather-modal__results{display:grid;gap:6px;max-height:200px;overflow:auto;padding:8px;border-radius:12px;border:1px solid rgba(109,122,159,.2);background:rgba(13,16,28,.6);font-size:.85rem;color:#dbe2f2}
.weather-modal__results[data-state="loading"],
.weather-modal__results[data-state="empty"],
.weather-modal__results[data-state="error"]{display:block}
.weather-modal__results[data-state="loading"],
.weather-modal__results[data-state="empty"]{color:var(--muted)}
.weather-modal__results[data-state="error"]{color:#ff9b9b}
.weather-modal__result{background:#151b2a;border:1px solid rgba(109,122,159,.3);border-radius:10px;padding:8px 10px;color:#e9eef9;font-size:.85rem;text-align:left;cursor:pointer}
.weather-modal__result:hover{border-color:rgba(71,166,255,.6);background:#192233}
.weather-modal__status{margin:0 0 12px;color:var(--muted);font-size:.8rem;min-height:1.1em}
.weather-modal__status[data-state="warn"]{color:#ffd166}
.weather-modal__status[data-state="error"]{color:#ff9b9b}
.weather-modal__close{position:absolute;top:12px;right:12px;background:#1d2232;color:#e9eef9;border:1px solid #2a3242;border-radius:999px;padding:6px 10px;font-size:.8rem;cursor:pointer}
.weather-modal__close:hover{background:#23283a}
.weather-modal__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:0 0 12px;overflow:visible;max-height:none;flex:0 0 auto;min-height:auto;padding-right:0;padding-bottom:0}
.weather-modal__list div{background:rgba(13,16,28,.6);border:1px solid rgba(109,122,159,.2);border-radius:12px;padding:10px 12px}
.weather-modal__list dt{margin:0 0 6px;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.weather-modal__list dd{margin:0;font-weight:700;color:#eef2fb;font-size:.95rem;line-height:1.45;white-space:normal;word-break:break-word;overflow-wrap:anywhere}
.weather-modal__forecast{margin:0;padding:12px;border:1px solid rgba(109,122,159,.25);border-radius:12px;background:rgba(13,16,28,.55)}
.weather-modal__forecast h3{margin:0 0 10px;font-size:.95rem;letter-spacing:.01em}
.weather-modal__forecast-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}
.weather-modal__forecast-empty{margin:0;color:var(--muted);font-size:.88rem}
.weather-modal__forecast-card{display:grid;gap:8px;padding:12px;border-radius:12px;border:1px solid rgba(109,122,159,.22);background:rgba(12,16,28,.78)}
.weather-modal__forecast-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.weather-modal__forecast-day{font-size:.95rem;font-weight:700;color:#eef2fb}
.weather-modal__forecast-date{font-size:.78rem;color:var(--muted)}
.weather-modal__forecast-icon{width:34px;height:34px;flex:0 0 34px}
.weather-modal__forecast-icon svg{display:block;width:100%;height:100%}
.weather-modal__forecast-summary{font-size:.86rem;color:#dce2f3;line-height:1.35}
.weather-modal__forecast-range{font-size:.85rem;font-weight:700;color:#eef2fb}
.weather-modal__forecast-rows{display:grid;gap:6px}
.weather-modal__forecast-row{display:grid;grid-template-columns:minmax(48px,auto) minmax(0,1fr);gap:8px;align-items:start}
.weather-modal__forecast-row-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.weather-modal__forecast-row-value{font-size:.8rem;color:#dce2f3;line-height:1.35;text-align:right;word-break:break-word;overflow-wrap:anywhere}
.weather-modal__insights{margin:0;padding:12px;border:1px solid rgba(109,122,159,.25);border-radius:12px;background:rgba(13,16,28,.55);position:static}
.weather-modal__insights + .weather-modal__forecast{margin-top:12px}
.weather-modal__insights h3{margin:0 0 10px;font-size:.95rem;letter-spacing:.01em}
.weather-modal__insight-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.weather-modal__insight-row{display:grid;grid-template-columns:minmax(100px,1fr) minmax(0,1fr) 10px;align-items:start;gap:10px}
.weather-modal__insight-label{color:#d6def0;font-weight:600;line-height:1.35;min-width:0;white-space:normal;word-break:break-word;overflow-wrap:anywhere}
.weather-modal__insight-value{color:#eef2fb;font-weight:600;text-align:right;line-height:1.35;min-width:0;white-space:normal;word-break:break-word;overflow-wrap:anywhere}
.weather-modal__insight-dot{display:inline-block;width:10px;height:10px;border-radius:999px;background:#6b7280;box-shadow:0 0 0 1px rgba(255,255,255,.08) inset;align-self:center}
.weather-modal__insight-dot[data-tone="good"]{background:#1ecb7b}
.weather-modal__insight-dot[data-tone="warn"]{background:#f59e0b}
.weather-modal__insight-dot[data-tone="bad"]{background:#ef4444}
.weather-modal__insight-dot[data-tone="neutral"]{background:#6b7280}
body.geo-modal-open{overflow:hidden}
body.geo-modal-open footer{visibility:hidden}
body.geo-modal-open .weather-modal{opacity:0;pointer-events:none}
body.geo-flag-preview-open{overflow:hidden}
body.image-zoom-open{overflow:hidden}
body.scripture-modal-open{overflow:hidden}
.geo-card{--geo-gradient:linear-gradient(135deg, rgba(14,18,30,.96), rgba(18,22,34,.9));--geo-pattern:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='400'%20height='240'%20viewBox='0%200%20400%20240'%3E%3Crect%20width='400'%20height='240'%20fill='none'/%3E%3Cg%20stroke='%236d8bd9'%20stroke-opacity='0.25'%20stroke-width='1'%20fill='none'%3E%3Cpath%20d='M8%2052C60%2024%20120%2024%20170%2048C220%2072%20280%2078%20360%2050'/%3E%3Cpath%20d='M14%20100C72%2084%20116%2088%20176%20110C236%20132%20284%20138%20368%20112'/%3E%3Cpath%20d='M18%20150C78%20138%20124%20140%20180%20156C236%20172%20300%20176%20378%20156'/%3E%3Cpath%20d='M24%20196C88%20188%20134%20190%20194%20206C254%20222%20312%20222%20386%20204'/%3E%3C/g%3E%3Cg%20fill='%236d8bd9'%20fill-opacity='0.12'%3E%3Ccircle%20cx='64'%20cy='60'%20r='2.5'/%3E%3Ccircle%20cx='210'%20cy='90'%20r='2'/%3E%3Ccircle%20cx='320'%20cy='140'%20r='2.5'/%3E%3Ccircle%20cx='120'%20cy='180'%20r='2'/%3E%3C/g%3E%3C/svg%3E");--geo-photo:none;--geo-photo-blend:multiply;--geo-pattern-size:260px 170px;--geo-pattern-pos:80% 18%;--geo-photo-size:cover;--geo-photo-pos:center;display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:14px;border:1px solid #2a3242;background-color:#0f1220;background-image:var(--geo-photo), var(--geo-pattern), var(--geo-gradient);background-size:var(--geo-photo-size), var(--geo-pattern-size), cover;background-position:var(--geo-photo-pos), var(--geo-pattern-pos), center;background-repeat:no-repeat;background-blend-mode:var(--geo-photo-blend), screen, normal;box-shadow:0 12px 26px rgba(0,0,0,.28);color:var(--text);width:100%;cursor:pointer;transition:border-color .2s ease, box-shadow .2s ease;position:relative;isolation:isolate}
.geo-card > *{position:relative;z-index:1}
.geo-card[data-geo-photo="1"]::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg, rgba(8,12,22,.75), rgba(8,12,22,.55));z-index:0}
.geo-card[data-geo-photo="1"]{--geo-photo-blend:normal;--geo-gradient:linear-gradient(135deg, rgba(12,16,30,.92), rgba(17,23,36,.82))}
.geo-card:hover{border-color:rgba(71,166,255,.45);box-shadow:0 16px 34px rgba(0,0,0,.35)}
.geo-card:focus{outline:none}
.geo-card:focus-visible{border-color:rgba(71,166,255,.55);box-shadow:0 0 0 3px rgba(71,166,255,.25), 0 16px 34px rgba(0,0,0,.35)}
.geo-card[data-geo-state="error"]{border-color:rgba(255,128,128,.4)}
.geo-card__header{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:flex-start}
.geo-card__title{display:flex;flex-direction:column;gap:6px}
.geo-card__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}
.geo-card__location{font-size:1.05rem;font-weight:700}
.geo-card__flags{display:flex;gap:6px;align-items:center}
.geo-card__flags[hidden]{display:none}
.geo-card__flag{width:28px;height:20px;border-radius:4px;object-fit:cover;border:1px solid rgba(15,20,30,.65);box-shadow:0 4px 10px rgba(0,0,0,.35)}
.geo-card__flag[hidden]{display:none}
.geo-card__rows{display:grid;gap:8px;font-size:.82rem;color:var(--muted)}
.geo-card__rows div{display:grid;grid-template-columns:minmax(90px,38%) minmax(0,1fr);gap:10px;min-width:0;align-items:start}
.geo-card__rows span:last-child{color:var(--text);min-width:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}
.rail-ad-slot .geo-card__rows div{grid-template-columns:1fr}
.geo-card__meta{display:flex;justify-content:flex-end;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}
.geo-card__hint{font-size:inherit}
.geo-card__empty{color:var(--muted);font-style:italic}
.geo-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:20000;padding:16px}
.geo-modal[hidden]{display:none}
.geo-modal__backdrop{position:absolute;inset:0;background:rgba(7,10,18,.72);backdrop-filter:blur(3px);opacity:0;transition:opacity .2s ease}
.geo-modal__dialog{position:relative;z-index:1;background:#0f1220;border:1px solid #2a3242;border-radius:18px;padding:22px 20px;max-width:760px;width:min(760px,100%);max-height:86vh;overflow:auto;box-shadow:0 18px 40px rgba(0,0,0,.45);opacity:0;transform:translateY(8px) scale(.98);transition:opacity .2s ease, transform .2s ease;-webkit-text-size-adjust:none;text-size-adjust:none}
.geo-modal[data-open="1"] .geo-modal__backdrop{opacity:1}
.geo-modal[data-open="1"] .geo-modal__dialog{opacity:1;transform:translateY(0) scale(1)}
.geo-modal__dialog h2{margin:0 0 6px;font-size:1.4rem}
.geo-modal__titlebar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 16px}
.geo-modal__subtitle{margin:0;color:var(--muted)}
.geo-modal__titlebar .geo-card__flags{gap:8px}
.geo-modal__titlebar .geo-card__flag{width:34px;height:24px}
.geo-modal__maps{display:grid;gap:12px;margin:0 0 14px}
.geo-modal__maps[hidden]{display:none}
.geo-map-card{display:grid;gap:8px;padding:10px;border-radius:12px;border:1px solid rgba(109,122,159,.2);background:rgba(13,16,28,.6)}
.geo-map-card[hidden]{display:none}
.geo-map-card__label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}
.geo-map-card__image{width:100%;height:240px;border-radius:10px;border:1px solid rgba(109,122,159,.25);background:#0f111a}
img.geo-map-card__image{object-fit:contain;background:#f8fafc}
iframe.geo-map-card__image{border:0}
.geo-map-card__image[hidden]{display:none}
.geo-map-card__fallback{font-size:.85rem;color:var(--muted)}
.geo-map-card__fallback[hidden]{display:none}
.geo-modal__search{display:grid;gap:8px;margin:0 0 12px}
.geo-modal__search label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}
.geo-modal__search-row{display:flex;gap:8px;flex-wrap:wrap}
.geo-modal__search input{flex:1 1 200px;background:#0f111a;border:1px solid #2a3242;border-radius:12px;padding:8px 10px;color:#e9eef9;font-size:.95rem}
.geo-modal__search input::placeholder{color:var(--muted)}
.geo-modal__search button{flex:0 0 auto}
.geo-modal__translate{display:grid;gap:8px;margin:0 0 12px}
.geo-modal__translate label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}
.geo-modal__translate-row{display:flex;gap:8px;flex-wrap:wrap}
.geo-modal__translate input,.geo-modal__translate select{flex:1 1 200px;background:#0f111a;border:1px solid #2a3242;border-radius:12px;padding:8px 10px;color:#e9eef9;font-size:.95rem}
.geo-modal__translate input::placeholder{color:var(--muted)}
.geo-modal__translate-status{margin:0 0 12px;color:var(--muted);font-size:.8rem;min-height:1.1em}
.geo-modal__translate-status[data-state="error"]{color:#ff9b9b}
.geo-modal__results{display:grid;gap:6px;max-height:160px;overflow:auto;padding:8px;border-radius:12px;border:1px solid rgba(109,122,159,.2);background:rgba(13,16,28,.6);font-size:.85rem;color:#dbe2f2}
.geo-modal__results[data-state="loading"],
.geo-modal__results[data-state="empty"],
.geo-modal__results[data-state="error"]{display:block}
.geo-modal__results[data-state="loading"],
.geo-modal__results[data-state="empty"]{color:var(--muted)}
.geo-modal__results[data-state="error"]{color:#ff9b9b}
.geo-modal__result{background:#151b2a;border:1px solid rgba(109,122,159,.3);border-radius:10px;padding:8px 10px;color:#e9eef9;font-size:.85rem;text-align:left;cursor:pointer}
.geo-modal__result:hover{border-color:rgba(71,166,255,.6);background:#192233}
.geo-modal__status{margin:0 0 12px;color:var(--muted);font-size:.8rem;min-height:1.1em}
.geo-modal__status[data-state="error"]{color:#ff9b9b}
.geo-modal__close{position:absolute;top:12px;right:12px;background:#1d2232;color:#e9eef9;border:1px solid #2a3242;border-radius:999px;padding:6px 10px;font-size:.8rem;cursor:pointer}
.geo-modal__close:hover{background:#23283a}
.geo-modal__list{display:grid;grid-template-columns:1fr;gap:12px;margin:0;overflow:visible;max-height:none;padding-right:0;padding-bottom:0}
.geo-modal__list div{background:rgba(13,16,28,.6);border:1px solid rgba(109,122,159,.2);border-radius:12px;padding:10px 12px;display:grid;gap:6px}
.geo-modal__list dt{margin:0 0 6px;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.geo-modal__list dd{margin:0;font-weight:500;color:#eef2fb;font-size:.92rem;line-height:1.6;white-space:normal;word-break:break-word}
.geo-modal__list dd p{margin:0 0 10px}
.geo-modal__list dd p:last-child{margin-bottom:0}
.geo-modal__list dd ul{margin:0;padding-left:18px;display:grid;gap:6px}
.geo-modal__list dd li{margin:0;line-height:1.5}
.geo-modal__table{width:100%;border-collapse:separate;border-spacing:0}
.geo-modal__table th,.geo-modal__table td{padding:6px 0;vertical-align:top}
.geo-modal__table th{color:var(--muted);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;width:35%;padding-right:12px}
.geo-modal__table td{color:#eef2fb;font-weight:500;line-height:1.5;word-break:break-word}
.geo-modal__table tr+tr th,.geo-modal__table tr+tr td{border-top:1px solid rgba(109,122,159,.18);padding-top:8px}
.geo-modal__matrix-wrap{overflow-x:auto;border:1px solid rgba(109,122,159,.18);border-radius:12px;background:rgba(10,14,24,.42)}
.geo-modal__matrix{width:100%;min-width:420px;border-collapse:separate;border-spacing:0}
.geo-modal__matrix th,.geo-modal__matrix td{padding:9px 10px;text-align:left;vertical-align:top;line-height:1.45}
.geo-modal__matrix th{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);background:rgba(17,22,36,.88);border-bottom:1px solid rgba(109,122,159,.2);white-space:nowrap}
.geo-modal__matrix td{color:#eef2fb;font-weight:500;border-bottom:1px solid rgba(109,122,159,.14)}
.geo-modal__matrix tbody tr:last-child td{border-bottom:0}
.geo-modal__matrix tbody tr:nth-child(even) td{background:rgba(255,255,255,.02)}
.geo-flag-preview{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:20010;padding:16px}
.geo-flag-preview[hidden]{display:none}
.geo-flag-preview__backdrop{position:absolute;inset:0;background:rgba(7,10,18,.75);backdrop-filter:blur(2px)}
.geo-flag-preview__content{position:relative;z-index:1;background:#0f1220;border:1px solid #2a3242;border-radius:16px;padding:16px;box-shadow:0 18px 40px rgba(0,0,0,.45);display:flex;flex-direction:column;align-items:center;gap:10px;max-width:min(80vw,360px)}
.geo-flag-preview__img{width:min(60vw,320px);height:auto;border-radius:10px;box-shadow:0 10px 20px rgba(0,0,0,.35)}
.geo-flag-preview__label{font-size:.9rem;color:var(--muted);text-align:center}
body.geo-map-preview-open{overflow:hidden}
.image-zoom-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(7,10,18,.86);z-index:20020;cursor:zoom-out}
.image-zoom-overlay[hidden]{display:none}
.image-zoom-overlay__inner{max-width:min(1200px,96vw);max-height:90vh;width:100%;display:flex;align-items:center;justify-content:center}
.image-zoom-overlay__inner img{max-width:100%;max-height:90vh;width:auto;height:auto;border-radius:16px;box-shadow:0 25px 60px rgba(0,0,0,.55)}
.geo-map-preview{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:20010;padding:16px}
.geo-map-preview[hidden]{display:none}
.geo-map-preview__backdrop{position:absolute;inset:0;background:rgba(7,10,18,.78);backdrop-filter:blur(2px)}
.geo-map-preview__content{position:relative;z-index:1;background:#0f1220;border:1px solid #2a3242;border-radius:16px;padding:16px;box-shadow:0 18px 40px rgba(0,0,0,.45);display:grid;gap:12px;max-width:min(92vw,960px);max-height:90vh;width:100%}
.geo-map-preview__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.geo-map-preview__title{font-size:.9rem;font-weight:600;color:#eef2fb}
.geo-map-preview__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.geo-map-preview__zoom{font-size:.8rem;color:var(--muted);min-width:48px;text-align:center}
.geo-map-preview__btn{background:#1d2232;color:#e9eef9;border:1px solid #2a3242;border-radius:999px;padding:6px 10px;font-size:.78rem;cursor:pointer}
.geo-map-preview__btn:hover{background:#23283a}
.geo-map-preview__stage{background:#0f111a;border:1px solid rgba(109,122,159,.25);border-radius:12px;padding:12px;overflow:auto;max-height:70vh}
.geo-map-preview__img{display:block;height:auto;width:100%;max-width:none;border-radius:8px}
.geo-map-card__image[hidden]{display:none}
img.geo-map-card__image{cursor:zoom-in}
.ads-page{max-width:min(960px,100%);margin:0 auto;padding:clamp(18px,5vw,34px)}
.ads-page__card{max-width:820px;margin:0 auto;width:100%}
.quick-scroll{position:fixed;right:16px;bottom:16px;display:flex;flex-direction:column;gap:8px;z-index:20}
.quick-scroll .btn{min-width:120px;text-align:center}
.quick-scroll.is-hidden{opacity:0;pointer-events:none}
.quick-scroll .btn[aria-disabled="true"]{opacity:.45;pointer-events:none}
.mobile-bottom-ad-stack{display:none}
@media (min-width:1200px){
  .article-layout{grid-template-columns:minmax(0,860px) 200px;justify-content:center}
  .article-layout > article{grid-column:1}
  .rail-right{display:block;position:sticky;top:80px;align-self:flex-start}
  .gallery-layout{grid-template-columns:200px minmax(0,820px) 200px;justify-content:center}
  .gallery-layout > .gallery-page{grid-column:2}
  .gallery-layout .rail-left,.gallery-layout .rail-right{display:block;position:sticky;top:80px;align-self:flex-start}
}
@media (min-width:720px){
  .geo-modal__maps{grid-template-columns:repeat(2, minmax(0,1fr))}
}
@media (min-width:980px){
  .home-hero{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:stretch}
}
.hero{align-items:center}
.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-scroll table{width:100%;border-collapse:collapse}
.cta .btn{white-space:nowrap}
@media (max-width:980px){.hero{grid-template-columns:1fr}.grid.cols-3{grid-template-columns:1fr 1fr}.grid.cols-2{grid-template-columns:1fr}}
@media (max-width:768px){
  .article-layout,
  .gallery-layout{grid-template-columns:1fr}
  .article-layout > article,
  .gallery-layout > .gallery-page{order:1}
  .article-layout > .rail-ad,
  .gallery-layout > .rail-ad{display:block;order:2;width:100%;margin-top:18px}
  .rail-ad-slot{max-width:min(100%, 320px)}
  .rail-ad-slot .ad-placeholder{width:min(100%, 300px);height:auto;max-height:none}
  .mobile-bottom-ad-stack{display:grid;gap:18px;margin-top:18px}
  .mobile-bottom-ad-stack > *{width:100%;margin:0}
  .mobile-bottom-ad-stack .rail-ad{display:block;width:100%;margin:0}
  .mobile-bottom-ad-stack .rail-ad-slot{max-width:min(100%, 320px)}
  .mobile-bottom-ad-stack .rail-ad-slot .ad-placeholder{width:min(100%, 300px);height:auto;max-height:none}
  .home-hero{grid-template-columns:1fr}
  .home-hero-media img{max-height:none}
  .random-article-card{grid-template-columns:1fr}
  .random-article-card__media{aspect-ratio:4/3}
  .cta{flex-direction:column;align-items:stretch}
  .cta .btn{width:100%}
  .byline{flex-wrap:wrap}
  article.prose{padding-inline:min(6vw,22px)}
}
@media (max-width:640px){
  .wrapper{width:100%;max-width:100%;overflow:hidden}
  .home-hero-main-grid{grid-template-columns:minmax(0,1fr)}
  .card,
  .home-hero-col,
  .home-hero-content{min-width:0;max-width:100%}
  header{grid-template-columns:minmax(0,1fr) auto;align-items:center}
  .nav-toggle{display:inline-flex}
  header[data-nav-ready="true"] nav{display:none;grid-column:1 / -1;flex-direction:column;align-items:flex-start;padding-top:6px;background:#101522;border:1px solid #1f2231;border-radius:12px;padding-bottom:12px}
  header[data-nav-ready="true"] nav a{display:block;width:100%;padding:10px 14px;margin:0;border-bottom:1px solid rgba(255,255,255,0.05)}
  header[data-nav-ready="true"] nav a:last-child{border-bottom:0}
  .grid.cols-2{grid-template-columns:1fr}
  .newsletter{grid-template-columns:1fr}
  .newsletter button{width:100%}
  header[data-nav-ready="true"][data-nav-open="true"] nav{display:flex}
  .grid.cols-3{grid-template-columns:1fr}
  .list.list-columns{columns:1}
  .ad-slot .ad-placeholder{max-width:100%}
  .article-hero{flex-direction:column}
  .article-hero-media{max-width:100%;width:100%;flex:1 1 auto;margin-inline:auto}
  .article-hero-media{border-radius:0;box-shadow:none}
  .article-hero-media img{display:block;width:100%;height:auto;max-width:100%;margin-inline:0;border-radius:20px;box-shadow:0 18px 36px rgba(0,0,0,.3)}
  .article-hero-media iframe{display:block;width:100%;height:100%;max-width:100%;margin-inline:0;border-radius:20px;box-shadow:0 18px 36px rgba(0,0,0,.3)}
  .scripture-banner{flex-direction:column;align-items:flex-start}
  .image-zoom-overlay{padding:12px}
  .geo-map-card__image{height:200px}
  .illustrated-quote-card{padding:11px 12px}
  .illustrated-quote-card__overlay{padding:16px 14px 12px}
  .illustrated-quote-card__quote{font-size:1rem}
  .illustrated-quote-card[data-scroll-axis="horizontal"] .illustrated-quote-card__viewport{height:150px}
  .illustrated-quote-card[data-card-shape="rectangle"][data-scroll-axis="horizontal"] .illustrated-quote-card__viewport{height:220px}
  .illustrated-quote-card[data-scroll-axis="vertical"] .illustrated-quote-card__viewport{height:280px}
  .rail-ad-slot .illustrated-quote-card[data-scroll-axis="horizontal"] .illustrated-quote-card__viewport{height:260px}
  .rail-ad-slot .illustrated-quote-card[data-scroll-axis="vertical"] .illustrated-quote-card__viewport{height:360px}
  .illustrated-quote-modal__dialog{padding:18px 16px}
  .illustrated-quote-modal__frame{min-height:180px}
  .illustrated-quote-modal__overlay{padding:18px 16px 14px}
  .illustrated-quote-modal__quote{font-size:1rem}
  .illustrated-quote-modal__translate-toggle{width:100%}
  .illustrated-quote-modal__translate-row{gap:8px}
  .illustrated-quote-modal__translate-row .btn{flex:1 1 140px}
  .article-share{flex-direction:column;align-items:flex-start}
  .article-share-buttons{width:100%}
  .article-actions{align-items:flex-start}
  .article-actions-grid{grid-template-columns:1fr;width:100%}
  .article-action select,.article-action .btn{width:100%}
  article.prose{font-size:0.98rem}
  article.prose h1{font-size:clamp(1.8rem,6vw,2.1rem)}
  article.prose h2{font-size:clamp(1.25rem,4.8vw,1.6rem)}
  article.prose h3{font-size:1.1rem}
  .gallery-list{gap:16px}
  .gallery-card{display:flex;flex-direction:column;gap:18px;padding:clamp(16px,5vw,22px)}
  .gallery-card__content{gap:18px}
  .gallery-card__media{height:auto;min-height:0;border-radius:14px;aspect-ratio:1/1}
  .gallery-card__media--video{aspect-ratio:16/9}
  .gallery-card__media--row{height:auto}
  .gallery-card__media img{width:100%;height:100%;object-fit:contain}
  .gallery-card__media--row img{width:100%;height:100%;object-fit:contain}
  .gallery-card__headline{width:100%;margin-bottom:12px}
  .gallery-card__actions{width:100%;flex-direction:column;align-items:stretch;gap:10px}
  .gallery-card__actions .btn{width:100%;flex:1 1 auto}
  .gallery-card__actions--row{justify-content:flex-start;width:100%;margin-top:12px}
  .donate-card{margin-top:18px}
  .donate-form{max-width:100%}
  .listing-toolbar{flex-direction:column;align-items:flex-start;gap:16px}
  .listing-toolbar .meta{flex:none}
  .listing-filter{grid-template-columns:1fr;align-items:stretch;gap:12px}
  .listing-filter label,.listing-filter__actions{width:100%}
  .listing-filter select,.listing-filter input[type="search"]{width:100%}
  .listing-filter__actions{justify-content:flex-start;gap:10px;flex-direction:column;align-items:stretch}
  .listing-filter__actions .btn{width:100%;text-align:center}
  .ad-hero{margin-bottom:28px}
  .ad-hero .actions{flex-direction:column;align-items:stretch}
  .ad-hero .actions .btn{width:100%}
  .weather-banner__top{flex-direction:column;align-items:flex-start}
  .weather-banner__top-right{width:100%;justify-content:space-between}
  .weather-banner__icon{width:36px;height:36px;flex-basis:36px}
  .weather-banner__meta{flex-direction:column;align-items:flex-start}
  .weather-modal__dialog{padding:18px 16px}
  .scripture-modal__dialog{padding:18px 16px}
  .weather-modal__list{grid-template-columns:1fr}
  .weather-modal__forecast-grid{grid-template-columns:1fr}
  .weather-modal__insight-row{grid-template-columns:minmax(0,1fr) 10px;grid-template-areas:"label dot" "value dot";gap:3px 10px}
  .weather-modal__insight-label{grid-area:label}
  .weather-modal__insight-value{grid-area:value;text-align:left}
  .weather-modal__insight-dot{grid-area:dot}
  .weather-modal__forecast-row-value{text-align:left}
  .geo-card__rows div{grid-template-columns:1fr}
  .geo-modal__dialog{padding:18px 16px;font-size:14px}
  .geo-modal__dialog h2{font-size:1.22rem}
  .geo-modal__subtitle{font-size:.86rem}
  .geo-modal__list{grid-template-columns:1fr}
  .geo-modal__list dt{font-size:.64rem}
  .geo-modal__list dd,
  .geo-modal__table,
  .geo-modal__matrix{font-size:.88rem}
  .geo-modal__table,.geo-modal__table tbody,.geo-modal__table tr{display:block}
  .geo-modal__table th,.geo-modal__table td{display:block;width:100%}
  .geo-modal__table th{padding-right:0}
  .geo-modal__table td{padding-top:4px}
  .geo-modal__table tr+tr th,.geo-modal__table tr+tr td{border-top:0;padding-top:0}
  .geo-modal__matrix{min-width:0}
  .geo-modal__matrix th,.geo-modal__matrix td{padding:7px 8px}
  .geo-modal__matrix th{font-size:.66rem}
  .quick-scroll{left:16px;right:16px;bottom:12px;flex-direction:row}
  .quick-scroll .btn{min-width:0;flex:1 1 0}
}
@media (max-width:480px){
  header{grid-template-columns:1fr;gap:12px}
  .logo{justify-self:flex-start}
  header .nav-toggle{justify-self:flex-end}
  header[data-nav-ready="true"] nav{margin-top:4px}
  .headline{font-size:1.4rem}
  article.prose{font-size:0.95rem}
  article.prose h1{font-size:clamp(1.7rem,7vw,2rem)}
  article.prose h2{font-size:clamp(1.15rem,5.2vw,1.4rem)}
  article.prose h3{font-size:1.05rem}
  .card{padding:clamp(16px,5vw,22px)}
  footer{font-size:.85rem;text-align:center}
  .home-hero-content p{font-size:1rem}
  .home-hero-media img{max-height:260px}
}
