:root { --tm-gold: #d19a2f; --tm-gold-light: #f0c568; --tm-bg: #070807; --tm-text: #f1e7d4; }

:focus-visible { outline: 3px solid var(--tm-gold-light) !important; outline-offset: 3px !important; }
main, section, article, aside, nav, div { min-width: 0; }
p, li, a, button, summary, td, th { overflow-wrap: anywhere; }
.button, .btn, button, [role="button"], summary, .question-tag, .first-reading, .cta { min-height: 44px; }
.pricing__terms, .special-payment-terms { margin: 18px auto 0; color: #c9b995; font-size: 1rem; text-align: center; }
.pricing__terms a, .special-payment-terms a { color: var(--tm-gold-light); text-decoration: underline; text-underline-offset: 3px; }

.tm-dialog[hidden] { display: none !important; }
.tm-dialog { position: fixed; z-index: 10000; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(0, 0, 0, .78); backdrop-filter: blur(8px); }
.tm-dialog__panel { position: relative; width: min(560px, 100%); padding: 34px; border: 1px solid rgba(209,154,47,.72); border-radius: 16px; color: var(--tm-text); background: radial-gradient(circle at 50% 0, rgba(209,154,47,.12), transparent 42%), #090a09; box-shadow: 0 30px 90px #000; text-align: center; }
.tm-dialog__panel h2 { margin: 0 36px 12px; color: var(--tm-gold-light); font-family: Oranienbaum, Georgia, serif; font-size: clamp(2rem, 7vw, 3rem); font-weight: 400; }
.tm-dialog__panel p { font-size: 1rem; line-height: 1.55; }
.tm-dialog__eyebrow { color: var(--tm-gold); font-size: .875rem !important; letter-spacing: .12em; text-transform: uppercase; }
.tm-dialog__close { position: absolute; top: 12px; right: 12px; width: 44px; padding: 0; border: 1px solid rgba(209,154,47,.46); border-radius: 50%; color: var(--tm-gold-light); background: transparent; font-size: 1.8rem; cursor: pointer; }
.tm-dialog__actions { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tm-dialog__button { min-height: 52px; padding: 12px 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--tm-gold); border-radius: 9px; color: var(--tm-gold-light); background: #070807; font: 1rem/1.2 Oranienbaum, Georgia, serif; cursor: pointer; }
.tm-dialog__button--gold { color: #130d02; background: linear-gradient(120deg, #a56f1e, #e1b557 52%, #aa731e); }
.tm-dialog__later { margin: 14px auto 0; padding-inline: 16px; border: 0; color: #d7c9ac; background: transparent; text-decoration: underline; cursor: pointer; }
.tm-dialog__legal { margin: 18px 0 0; }
.tm-dialog__legal a { color: var(--tm-gold-light); text-decoration: underline; }
body.tm-dialog-open { overflow: hidden; }



.article-meta { margin: 16px 0 26px; padding: 12px 0; border-block: 1px solid rgba(209,154,47,.22); color: #bcb09a; font-size: .9rem; }
.article-related { margin-top: 34px; padding: 22px; border: 1px solid rgba(209,154,47,.32); border-radius: 10px; }
.article-related h2 { margin-top: 0; }
.article-related ul { margin-bottom: 0; }
.article-editorial-note { margin-top: 30px; padding: 16px; border-left: 3px solid var(--tm-gold); color: #c4b8a1; background: rgba(209,154,47,.05); }

@media (max-width: 900px) {
  body { font-size: 16px !important; }
  body :where(p, li, summary, .button, .btn, .cta, .first-reading, .question-tag, td, th) { font-size: max(1rem, 1em) !important; }
  body :where(.eyebrow, small, .legal-small, .article-meta) { font-size: max(.875rem, 1em) !important; }
  .button, .btn, .cta, .first-reading, .question-tag { min-height: 44px !important; padding-block: 10px !important; }
}

@media (max-width: 540px) {
  .tm-dialog { padding: 10px; }
  .tm-dialog__panel { padding: 28px 16px 20px; }
  .tm-dialog__actions { grid-template-columns: 1fr; }
}

@media (min-resolution: 2dppx) {
}

/* TM_COOKIE_COMPACT_NO_SETTINGS_V1 */
.tm-consent-toast { position: fixed; z-index: 9998; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); width: min(440px, calc(100vw - 28px)); padding: 12px 13px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; border: 1px solid rgba(209,154,47,.62); border-radius: 11px; color: var(--tm-text); background: rgba(8,9,8,.96); box-shadow: 0 14px 44px rgba(0,0,0,.82); backdrop-filter: blur(10px); }
.tm-consent-toast__copy { display: grid; gap: 2px; }
.tm-consent-toast__copy b { color: var(--tm-gold-light); font: 1.08rem/1.1 Oranienbaum, Georgia, serif; }
.tm-consent-toast__copy span { color: #c9beaa; font-size: .78rem; line-height: 1.35; }
.tm-consent-toast a { color: var(--tm-gold-light); text-decoration: underline; text-underline-offset: 2px; }
.tm-consent-toast__actions { display: flex; gap: 6px; }
.tm-consent-toast__actions button { min-height: 40px; padding: 7px 10px; border: 1px solid var(--tm-gold); border-radius: 7px; color: var(--tm-gold-light); background: #080908; font-size: .78rem; white-space: nowrap; cursor: pointer; }
.tm-consent-toast__actions button:first-child { color: #120c02; background: linear-gradient(120deg, #a56f1e, #e1b557 52%, #aa731e); }
.tm-consent-toast--mini { top: max(10px, env(safe-area-inset-top)); right: 50%; bottom: auto; width: min(340px, calc(100vw - 20px)); grid-template-columns: 1fr; padding: 9px 11px; transform: translateX(50%); text-align: center; animation: tm-consent-top-in .18s ease-out; pointer-events: none; }
.tm-consent-toast--mini .tm-consent-toast__copy b { font-size: .96rem; }
.tm-consent-toast--mini .tm-consent-toast__copy span { font-size: .72rem; }
.tm-consent-reset { min-height: 44px; padding: 8px 0; border: 0; color: var(--tm-gold-light); background: transparent; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
@keyframes tm-consent-top-in { from { opacity: 0; transform: translate(50%, -8px); } to { opacity: 1; transform: translate(50%, 0); } }
@media (max-width: 700px) {
  .tm-consent-toast:not(.tm-consent-toast--mini) { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); width: min(420px, calc(100vw - 20px)); grid-template-columns: 1fr; }
  .tm-consent-toast__actions { width: 100%; }
  .tm-consent-toast__actions button { flex: 1; }
}
@media (max-width: 390px) {
  .tm-consent-toast { padding: 10px; }
  .tm-consent-toast__copy span { font-size: .72rem; }
}
