:root {
  color-scheme: dark;
  --tf-night: #07101f;
  --tf-deep: #030812;
  --tf-ink: #f8f4e8;
  --tf-muted: #a9b1c0;
  --tf-gold: #d8bd7a;
  --tf-gold-light: #f0dfac;
  --tf-line: rgba(216, 189, 122, .22);
  --tf-glass: rgba(12, 23, 42, .78);
  --tf-serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif;
  --tf-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { margin: 0 !important; overflow-x: hidden; background: var(--tf-deep); }
body.tf-body { margin: 0 !important; padding: 0 !important; min-width: 320px; background: var(--tf-deep) !important; color: var(--tf-ink) !important; font-family: var(--tf-sans) !important; font-size: 16px; line-height: 1.5; }
.tf-body button, .tf-body input, .tf-body select { font: inherit; }
.tf-body button { color: inherit; }
.tf-body [hidden] { display: none !important; }
.tf-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.tf-shell {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 14% 10%, rgba(48, 66, 113, .34), transparent 31rem),
    radial-gradient(circle at 88% 73%, rgba(72, 53, 112, .25), transparent 35rem),
    linear-gradient(145deg, #081426 0%, #050b15 52%, #02060d 100%);
}

.tf-stars, .tf-stars::before, .tf-stars::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .75) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(216, 189, 122, .55) 0 1px, transparent 1.5px);
  background-position: 0 0, 42px 73px;
  background-size: 137px 151px, 211px 197px;
  opacity: .32;
}
.tf-stars::before { transform: translate(32px, 21px) scale(.73); opacity: .28; }
.tf-stars::after { transform: translate(-27px, 46px) scale(1.28); opacity: .13; }
.tf-orbit { position: absolute; z-index: -1; border: 1px solid rgba(216, 189, 122, .09); border-radius: 50%; pointer-events: none; }
.tf-orbit-one { width: 56rem; height: 56rem; left: -38rem; top: -14rem; }
.tf-orbit-two { width: 42rem; height: 42rem; right: -28rem; bottom: -12rem; }

.tf-header, .tf-entry-layout, .tf-footer, .tf-loading, .tf-results { position: relative; z-index: 1; }
.tf-header { max-width: 1240px; margin: 0 auto; padding: 32px 34px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .06); }
.tf-wordmark { display: flex; align-items: center; gap: 12px; border: 0; background: none; padding: 0; cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 18px; letter-spacing: .24em; }
.tf-wordmark-mark { color: var(--tf-gold); font-size: 15px; }
.tf-header p { margin: 0; color: #8d96a8; font-size: 11px; letter-spacing: .15em; }

.tf-entry-layout { max-width: 1240px; margin: 0 auto; padding: 70px 34px 92px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: center; }
.tf-hero-copy { padding: 30px 0 90px; }
.tf-eyebrow { margin: 0; color: var(--tf-gold); letter-spacing: .2em; font-size: 11px; display: flex; align-items: center; gap: 11px; text-transform: uppercase; }
.tf-eyebrow > span { display: inline-block; width: 35px; height: 1px; background: var(--tf-gold); opacity: .7; }
.tf-hero-copy h1, .tf-loading h1, .tf-result-intro h1 { font-family: var(--tf-serif); font-weight: 400; letter-spacing: .04em; }
.tf-hero-copy h1 { margin: 27px 0 25px; font-size: clamp(38px, 4.25vw, 65px); line-height: 1.45; }
.tf-hero-copy h1 em { color: var(--tf-gold-light); font-style: normal; }
.tf-hero-lead { max-width: 33rem; margin: 0; color: #b8beca; font-family: var(--tf-serif); font-size: 15px; line-height: 2.15; letter-spacing: .04em; }
.tf-theme-list { margin-top: 43px; display: flex; align-items: center; gap: 14px; color: #747f91; font-family: Georgia, serif; font-size: 10px; letter-spacing: .19em; }
.tf-theme-list i { color: var(--tf-gold); font-style: normal; }

.tf-reading-card { position: relative; padding: 42px 44px 35px; background: linear-gradient(145deg, rgba(18, 32, 57, .9), rgba(8, 17, 32, .87)); border: 1px solid var(--tf-line); box-shadow: 0 35px 100px rgba(0, 0, 0, .38), inset 0 1px rgba(255, 255, 255, .03); backdrop-filter: blur(18px); }
.tf-reading-card::before, .tf-reading-card::after { content: ""; position: absolute; width: 18px; height: 18px; border-color: var(--tf-gold); opacity: .65; pointer-events: none; }
.tf-reading-card::before { left: -1px; top: -1px; border-left: 1px solid; border-top: 1px solid; }
.tf-reading-card::after { right: -1px; bottom: -1px; border-right: 1px solid; border-bottom: 1px solid; }
.tf-card-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding-bottom: 28px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.tf-card-heading p { color: var(--tf-gold); margin: 0 0 8px; font-family: Georgia, serif; font-size: 9px; letter-spacing: .22em; }
.tf-card-heading h2 { margin: 0; font-family: var(--tf-serif); font-weight: 400; font-size: 20px; letter-spacing: .05em; }
.tf-step { color: var(--tf-gold-light); font-family: Georgia, serif; font-size: 19px; }
.tf-step small { color: #667085; font-size: 11px; }

#tf-fortune-form { padding-top: 3px; }
#tf-fortune-form fieldset { border: 0; padding: 0; margin: 23px 0 0; min-width: 0; }
#tf-fortune-form legend { margin: 0 0 10px; padding: 0; color: #d8dce4; font-size: 11px; letter-spacing: .09em; }
#tf-fortune-form input, #tf-fortune-form select { width: 100%; min-height: 47px; border: 1px solid rgba(216, 189, 122, .2); border-radius: 0; outline: none; background: rgba(3, 9, 18, .57); color: #f6f1e4; padding: 0 14px; transition: border-color .2s, background .2s, box-shadow .2s; }
#tf-fortune-form input:focus, #tf-fortune-form select:focus { border-color: rgba(216, 189, 122, .78); box-shadow: 0 0 0 3px rgba(216, 189, 122, .08); background: rgba(3, 9, 18, .85); }
#tf-fortune-form input::placeholder { color: #5e6878; opacity: 1; }
#tf-fortune-form input:disabled { opacity: .36; cursor: not-allowed; }
#tf-fortune-form select { appearance: none; cursor: pointer; padding-right: 35px; }
.tf-select-wrap { position: relative; display: block; }
.tf-select-wrap::after { content: "⌄"; position: absolute; right: 14px; top: 10px; color: var(--tf-gold); pointer-events: none; }
.tf-date-row { display: grid; grid-template-columns: 1.65fr 1fr 1fr; gap: 10px; }
.tf-date-row label { position: relative; }
.tf-date-row label span { position: absolute; z-index: 1; right: 12px; top: 15px; color: #737d8d; font-size: 10px; pointer-events: none; }
.tf-date-row input { padding-right: 29px !important; }
.tf-time-row { display: flex; gap: 20px; align-items: center; }
.tf-time-input { width: 48%; }
.tf-check-label { display: flex; align-items: center; gap: 9px; color: #b3bac6; cursor: pointer; font-size: 12px; }
.tf-check-label input, .tf-radio-card input { position: absolute; width: 1px !important; height: 1px !important; min-height: 1px !important; opacity: 0; pointer-events: none; }
.tf-custom-check { width: 17px; height: 17px; border: 1px solid rgba(216, 189, 122, .35); display: grid; place-items: center; color: transparent; font-size: 10px; }
.tf-check-label input:checked + .tf-custom-check { background: var(--tf-gold); color: #111827; border-color: var(--tf-gold); }
.tf-check-label input:focus-visible + .tf-custom-check, .tf-radio-card input:focus-visible + .tf-radio-dot { outline: 2px solid var(--tf-gold-light); outline-offset: 3px; }
.tf-field-note { margin: 9px 0 0; color: #778295; font-size: 10px; line-height: 1.65; }
.tf-status-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.tf-radio-card { min-height: 43px; border: 1px solid rgba(255, 255, 255, .08); background: rgba(3, 9, 18, .3); color: #aeb6c4; display: flex; align-items: center; gap: 9px; padding: 0 12px; cursor: pointer; font-size: 11px; transition: all .2s; }
.tf-radio-dot { width: 13px; height: 13px; flex: 0 0 13px; border-radius: 50%; border: 1px solid #596477; position: relative; }
.tf-radio-card:has(input:checked) { border-color: rgba(216, 189, 122, .62); color: #f0e8d5; background: rgba(216, 189, 122, .06); }
.tf-radio-card input:checked + .tf-radio-dot { border-color: var(--tf-gold); }
.tf-radio-card input:checked + .tf-radio-dot::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--tf-gold); }
.tf-all-included { margin: 24px 0 17px; border-top: 1px solid rgba(255, 255, 255, .06); padding-top: 19px; display: flex; gap: 12px; align-items: center; }
.tf-all-included > span { color: var(--tf-gold); }
.tf-all-included p { margin: 0; }
.tf-all-included strong, .tf-all-included small { display: block; }
.tf-all-included strong { color: #e9e3d6; font-size: 11px; letter-spacing: .05em; font-weight: 500; }
.tf-all-included small { margin-top: 4px; color: #727d8e; font-size: 9px; letter-spacing: .04em; }
.tf-form-error { margin: 0 0 13px; padding: 10px 12px; border-left: 2px solid #d97865; background: rgba(217, 120, 101, .08); color: #f1b1a5; font-size: 11px; line-height: 1.6; }
.tf-primary-button { width: 100%; min-height: 56px; border: 1px solid var(--tf-gold); background: linear-gradient(100deg, #c9aa65, #ead397 52%, #c6a55e); color: #101521 !important; padding: 0 21px 0 28px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: var(--tf-serif); font-size: 14px; letter-spacing: .1em; transition: transform .2s, filter .2s, box-shadow .2s; }
.tf-primary-button:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 12px 35px rgba(216, 189, 122, .18); }
.tf-primary-button b { font-size: 20px; font-weight: 300; }
.tf-privacy-note { margin: 11px 0 0; text-align: center; color: #657082; font-size: 9px; }

.tf-loading { min-height: calc(100vh - 154px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 24px 120px; text-align: center; }
.tf-moon-loader { width: 172px; height: 172px; position: relative; display: grid; place-items: center; margin-bottom: 38px; }
.tf-moon-loader::before, .tf-moon-loader::after { content: ""; position: absolute; border: 1px solid rgba(216, 189, 122, .24); border-radius: 50%; animation: tf-orbit 9s linear infinite; }
.tf-moon-loader::before { inset: 0; border-left-color: transparent; border-bottom-color: transparent; }
.tf-moon-loader::after { inset: 17px; border-top-color: transparent; animation-direction: reverse; animation-duration: 6s; }
.tf-moon { width: 78px; height: 78px; position: relative; overflow: hidden; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #fff4c8, #d4b86f 58%, #8f7542); box-shadow: 0 0 48px rgba(216, 189, 122, .4); }
.tf-moon::after { content: ""; position: absolute; width: 78px; height: 78px; left: 19px; top: -7px; border-radius: 50%; background: #091425; opacity: .82; }
.tf-spark { position: absolute; color: var(--tf-gold-light); }
.tf-spark-one { right: 2px; top: 33px; font-size: 16px; }
.tf-spark-two { left: 13px; bottom: 28px; font-size: 11px; }
.tf-spark-three { right: 26px; bottom: 10px; }
@keyframes tf-orbit { to { transform: rotate(360deg); } }
.tf-centered { justify-content: center; }
.tf-loading h1 { margin: 21px 0 14px; font-size: clamp(29px, 4vw, 45px); line-height: 1.55; }
.tf-countdown { color: #8993a5; font-size: 12px; letter-spacing: .12em; }
.tf-countdown strong { color: var(--tf-gold-light); font-family: Georgia, serif; font-size: 22px; margin: 0 4px; }
.tf-progress { width: min(320px, 75vw); height: 1px; margin-top: 19px; background: rgba(255, 255, 255, .09); overflow: hidden; }
.tf-progress span { width: 0; height: 100%; display: block; background: var(--tf-gold); transition: width 7s linear; }

.tf-results { max-width: 1080px; margin: 0 auto; padding: 82px 30px 100px; }
.tf-result-intro { text-align: center; max-width: 760px; margin: 0 auto 55px; }
.tf-result-kicker { margin: 24px 0 0; color: var(--tf-gold); font-family: Georgia, serif; font-size: 11px; letter-spacing: .2em; }
.tf-result-intro h1 { margin: 14px 0 19px; color: var(--tf-gold-light); font-size: clamp(31px, 4.5vw, 49px); line-height: 1.55; }
.tf-result-intro > p:last-child { color: #a3abba; font-family: var(--tf-serif); font-size: 13px; line-height: 2; }
.tf-section-heading { margin-bottom: 27px; }
.tf-section-heading > p { margin: 0 0 7px; color: var(--tf-gold); font-family: Georgia, serif; font-size: 9px; letter-spacing: .2em; }
.tf-section-heading h2 { margin: 0; color: #f0eadc; font-family: var(--tf-serif); font-size: 24px; font-weight: 400; letter-spacing: .05em; }

.tf-chart-section { margin-bottom: 22px; padding: 34px; border: 1px solid var(--tf-line); background: linear-gradient(145deg, rgba(30, 40, 61, .72), rgba(9, 19, 35, .8)); }
.tf-chart-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.tf-pillar { min-height: 165px; padding: 20px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(216, 189, 122, .18); background: rgba(2, 7, 14, .42); }
.tf-pillar span { color: #818b9b; font-size: 10px; letter-spacing: .12em; }
.tf-pillar strong { margin: 10px 0 8px; color: var(--tf-gold-light); font-family: var(--tf-serif); font-size: 28px; font-weight: 400; letter-spacing: .12em; }
.tf-pillar small { color: #7b8594; font-size: 9px; }
.tf-pillar em { margin-top: 10px; color: #667284; font-size: 8px; font-style: normal; line-height: 1.65; }
.tf-pillar.is-unknown { opacity: .52; }
.tf-chart-note { margin: 16px 0 23px; color: #788395; font-size: 10px; line-height: 1.7; }
.tf-chart-subsection { margin-top: 24px; padding-top: 21px; border-top: 1px solid rgba(216, 189, 122, .13); }
.tf-chart-subsection h3 { margin: 0 0 7px; color: #d9dce3; font-family: var(--tf-serif); font-size: 15px; font-weight: 400; }
.tf-chart-subsection > p { margin: 0 0 15px; color: #6f7a8b; font-size: 9px; line-height: 1.7; }
.tf-elements { display: grid; grid-template-columns: repeat(5, 1fr); gap: 17px; }
.tf-element-row { display: grid; grid-template-columns: 18px 1fr 28px; gap: 7px; align-items: center; color: #aeb6c3; font-size: 10px; }
.tf-element-track { height: 3px; overflow: hidden; background: rgba(255, 255, 255, .08); }
.tf-element-track i { display: block; height: 100%; min-width: 3px; }
.tf-element-row b { color: #778294; font-weight: 400; }
.tf-chart-facts { margin-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.tf-chart-facts > div { min-height: 102px; padding: 15px; display: flex; flex-direction: column; border: 1px solid rgba(216, 189, 122, .14); background: rgba(2, 7, 14, .3); }
.tf-chart-facts span { color: #7c8798; font-size: 9px; letter-spacing: .08em; }
.tf-chart-facts strong { margin: 8px 0 5px; color: var(--tf-gold-light); font-family: var(--tf-serif); font-size: 17px; font-weight: 400; }
.tf-chart-facts small { color: #657183; font-size: 8px; line-height: 1.55; }
.tf-hidden-stems { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.tf-hidden-stems > div { padding: 12px 14px; border: 1px solid rgba(255, 255, 255, .07); background: rgba(3, 9, 18, .27); }
.tf-hidden-stems span { color: var(--tf-gold); font-size: 8px; letter-spacing: .09em; }
.tf-hidden-stems p { margin: 5px 0 0; color: #9aa4b4; font-size: 9px; line-height: 1.65; }
.tf-chart-relations { display: flex; flex-wrap: wrap; gap: 7px; color: #7d8797; font-size: 9px; line-height: 1.7; }
.tf-chart-relations span { padding: 7px 10px; border: 1px solid rgba(216, 189, 122, .2); color: #bac1cc; }
.tf-method-note { margin: 20px 0 0; padding: 12px 14px; border-left: 2px solid rgba(216, 189, 122, .5); background: rgba(216, 189, 122, .04); color: #737f90; font-size: 9px; line-height: 1.8; }

.tf-result-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.tf-result-card { position: relative; min-height: 305px; padding: 31px; overflow: hidden; background: var(--tf-glass); border: 1px solid var(--tf-line); }
.tf-result-card > span { position: absolute; top: 18px; right: 23px; color: rgba(216, 189, 122, .2); font-family: Georgia, serif; font-size: 35px; }
.tf-result-card > p:first-of-type { margin: 0 0 7px; color: var(--tf-gold); font-family: Georgia, serif; font-size: 9px; letter-spacing: .2em; }
.tf-result-card > h2 { margin: 0 0 28px; color: #909aab; font-size: 11px; font-weight: 400; letter-spacing: .08em; }
.tf-result-card > h3 { max-width: 85%; margin: 0 0 13px; color: #f1ead9; font-family: var(--tf-serif); font-size: 20px; font-weight: 400; line-height: 1.55; }
.tf-result-card > div:not(.tf-lucky-chip) p { margin: 0 0 10px; color: #9ea7b5; font-family: var(--tf-serif); font-size: 12px; line-height: 1.95; }
.tf-result-card.tf-featured { background: linear-gradient(145deg, rgba(65, 61, 70, .55), rgba(15, 29, 50, .82)); }
.tf-result-card.tf-wide { grid-column: 1 / -1; min-height: 260px; }
.tf-lucky-chip { display: inline-block; margin-top: 7px; padding: 9px 13px; border: 1px solid rgba(216, 189, 122, .3); color: var(--tf-gold-light); font-size: 10px; letter-spacing: .04em; line-height: 1.6; }
.tf-lucky-reason { max-width: 760px; margin: 10px 0 0; color: #7f8999; font-family: var(--tf-serif); font-size: 10px; line-height: 1.8; }
.tf-guidance { margin-top: 17px; padding: 10px 12px; border-left: 2px solid var(--tf-gold); background: rgba(216, 189, 122, .055); color: var(--tf-gold-light); font-size: 10px; line-height: 1.65; letter-spacing: .03em; }
.tf-inline-offers { margin-top: 21px; padding-top: 17px; border-top: 1px solid rgba(216, 189, 122, .14); }
.tf-inline-pr { display: block; margin-bottom: 10px; color: #737e90; font-size: 8px; letter-spacing: .08em; }
.tf-inline-offer-grid { display: grid; grid-template-columns: 1fr; gap: 9px; }
.tf-inline-offers-wide .tf-inline-offer-grid { grid-template-columns: repeat(2, 1fr); }
.tf-inline-offers .tf-offer-card { min-height: 135px; padding: 17px 18px 35px; }
.tf-inline-offers .tf-offer-card h3 { margin: 9px 0 6px; font-size: 13px; }
.tf-inline-offers .tf-offer-card p { margin: 0; font-family: var(--tf-sans); font-size: 9px; line-height: 1.65; }

.tf-flow-section, .tf-offers { margin-top: 58px; }
.tf-flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.tf-flow-card { position: relative; min-height: 225px; margin: 0; padding: 25px 20px; border-top: 1px solid var(--tf-gold); background: rgba(8, 18, 33, .72); }
.tf-flow-card > span { position: absolute; right: 18px; top: 13px; color: rgba(216, 189, 122, .18); font-family: Georgia, serif; font-size: 28px; }
.tf-flow-card > p { margin: 0 0 30px; color: var(--tf-gold); font-family: Georgia, serif; font-size: 10px; letter-spacing: .11em; }
.tf-flow-card h3 { margin: 0 0 11px; color: #eee7d8; font-family: var(--tf-serif); font-size: 17px; font-weight: 400; }
.tf-flow-card div { color: #949ead; font-family: var(--tf-serif); font-size: 11px; line-height: 1.9; }
.tf-flow-note { margin: 13px 0 0; color: #657081; font-size: 9px; line-height: 1.7; }

.tf-offers { position: relative; padding: 35px; border: 1px solid rgba(216, 189, 122, .18); background: rgba(11, 22, 40, .78); }
.tf-deep-reading { background: linear-gradient(145deg, rgba(43, 37, 52, .8), rgba(11, 24, 43, .88)); }
.tf-deep-reading-intro { max-width: 760px; margin: -10px 0 24px; color: #8f99aa; font-family: var(--tf-serif); font-size: 11px; line-height: 1.9; }
.tf-pr-label { position: absolute; top: 15px; right: 17px; padding: 3px 7px; border: 1px solid rgba(255, 255, 255, .1); color: #758093; font-size: 8px; letter-spacing: .1em; }
.tf-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.tf-offer-card { position: relative; min-height: 180px; padding: 22px 21px 41px; color: inherit !important; text-decoration: none !important; border: 1px solid rgba(216, 189, 122, .2); background: rgba(3, 9, 18, .45); transition: border-color .2s, transform .2s, background .2s; }
.tf-offer-card:hover { transform: translateY(-3px); border-color: rgba(216, 189, 122, .6); background: rgba(216, 189, 122, .05); }
.tf-offer-card > span { color: var(--tf-gold); font-family: Georgia, serif; font-size: 8px; letter-spacing: .17em; }
.tf-offer-card h3 { margin: 14px 0 9px; color: #eee7d8; font-family: var(--tf-serif); font-size: 15px; font-weight: 400; line-height: 1.55; }
.tf-offer-card p { margin: 0; color: #828d9e; font-size: 10px; line-height: 1.7; }
.tf-offer-card b { position: absolute; right: 19px; bottom: 14px; color: var(--tf-gold); font-size: 18px; font-weight: 300; }
.tf-affiliate-banner { min-width: 0; padding: 18px; overflow: hidden; border: 1px solid rgba(216, 189, 122, .2); background: rgba(3, 9, 18, .45); }
.tf-affiliate-banner-copy { margin-bottom: 15px; }
.tf-affiliate-banner-copy > span { color: var(--tf-gold); font-family: Georgia, serif; font-size: 8px; letter-spacing: .17em; }
.tf-affiliate-banner-copy h3 { margin: 9px 0 5px; color: #eee7d8; font-family: var(--tf-serif); font-size: 14px; font-weight: 400; line-height: 1.55; }
.tf-result-card .tf-affiliate-banner-copy p, .tf-affiliate-banner-copy p { margin: 0; color: #828d9e; font-family: var(--tf-sans); font-size: 9px; line-height: 1.65; }
.tf-affiliate-code { position: relative; max-width: 100%; overflow: hidden; text-align: center; line-height: 0; }
.tf-affiliate-code a { display: inline-block; max-width: 100%; }
.tf-affiliate-code img { max-width: 100%; height: auto; }
.tf-affiliate-code > img[width="1"], .tf-affiliate-code > img[height="1"] { position: absolute; width: 1px; height: 1px; }

.tf-result-actions { max-width: 560px; margin: 48px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tf-action-button { grid-column: 1 / -1; }
.tf-result-actions > .tf-text-button { grid-column: 1 / -1; }
.tf-secondary-button, .tf-text-button { min-height: 46px; cursor: pointer; font-size: 11px; letter-spacing: .05em; }
.tf-secondary-button { border: 1px solid rgba(216, 189, 122, .5); background: transparent; color: var(--tf-gold-light) !important; }
.tf-text-button { border: 1px solid rgba(255, 255, 255, .1); background: rgba(255, 255, 255, .025); color: #8e98a8 !important; }
.tf-secondary-button:hover, .tf-text-button:hover { border-color: var(--tf-gold); }
.tf-share-kit { margin: 28px auto 0; padding: 31px; border: 1px solid rgba(216, 189, 122, .35); background: linear-gradient(145deg, rgba(18, 32, 57, .96), rgba(5, 12, 24, .96)); box-shadow: 0 28px 75px rgba(0, 0, 0, .34); }
.tf-share-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.tf-share-heading p { margin: 0 0 7px; color: var(--tf-gold); font-family: Georgia, serif; font-size: 9px; letter-spacing: .2em; }
.tf-share-heading h2 { margin: 0; color: #f0eadc; font-family: var(--tf-serif); font-size: 24px; font-weight: 400; }
.tf-share-heading button { width: 38px; height: 38px; border: 1px solid rgba(255, 255, 255, .1); background: transparent; color: #9aa4b4; cursor: pointer; font-size: 20px; }
.tf-share-intro { margin: 14px 0 23px; color: #8d97a8; font-size: 10px; line-height: 1.7; }
.tf-share-layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: 24px; align-items: start; }
.tf-share-preview { padding: 9px; border: 1px solid rgba(216, 189, 122, .17); background: rgba(0, 0, 0, .24); }
.tf-share-preview canvas { display: block; width: 100%; height: auto; background: #07101f; }
.tf-share-controls { display: grid; gap: 9px; }
.tf-share-controls > label { color: #d7dce5; font-size: 11px; }
.tf-share-controls textarea { width: 100%; resize: vertical; border: 1px solid rgba(216, 189, 122, .24); background: rgba(2, 7, 14, .55); color: #e9e3d7; padding: 13px; font: 12px/1.75 var(--tf-sans); }
.tf-share-controls .tf-primary-button { min-height: 49px; font-size: 12px; }
.tf-share-controls .tf-secondary-button, .tf-x-button { width: 100%; min-height: 45px; }
.tf-x-button { border: 1px solid #f3f4f6; background: #f3f4f6; color: #080b10 !important; cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .05em; }
.tf-share-controls > p { margin: 4px 0 0; color: #697486; font-size: 9px; line-height: 1.7; }
.tf-share-controls > .tf-share-status { margin: 2px 0; padding: 9px 11px; border-left: 2px solid var(--tf-gold); background: rgba(216, 189, 122, .07); color: #d9c994; font-size: 10px; }
.tf-share-status:empty { display: none; }
.tf-disclaimer { max-width: 780px; margin: 55px auto 0; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .07); text-align: center; }
.tf-disclaimer h2 { margin: 0 0 9px; color: #818b9a; font-size: 10px; font-weight: 400; letter-spacing: .1em; }
.tf-disclaimer p { margin: 0; color: #5f6979; font-size: 9px; line-height: 1.8; }

.tf-footer { max-width: 1240px; margin: 0 auto; padding: 28px 34px; border-top: 1px solid rgba(255, 255, 255, .06); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #4f5968; font-family: Georgia, serif; font-size: 10px; letter-spacing: .12em; }
.tf-footer nav { display: flex; gap: 18px; }
.tf-footer a { color: #697485 !important; text-decoration: none !important; font-family: var(--tf-sans); font-size: 9px; letter-spacing: .02em; }
.tf-footer a:hover { color: var(--tf-gold) !important; }

@media (max-width: 900px) {
  .tf-entry-layout { grid-template-columns: 1fr; gap: 25px; padding-top: 35px; max-width: 680px; }
  .tf-hero-copy { padding: 20px 0 15px; text-align: center; }
  .tf-eyebrow, .tf-theme-list { justify-content: center; }
  .tf-hero-lead { margin-left: auto; margin-right: auto; }
  .tf-flow-grid { grid-template-columns: repeat(2, 1fr); }
  .tf-offer-grid { grid-template-columns: 1fr; }
  .tf-offer-card { min-height: 145px; }
  .tf-share-layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .tf-header { padding: 23px 20px; justify-content: center; }
  .tf-header > p { display: none; }
  .tf-wordmark { font-size: 15px; }
  .tf-entry-layout { padding: 24px 16px 58px; }
  .tf-hero-copy h1 { margin-top: 20px; font-size: 36px; }
  .tf-hero-lead { font-size: 13px; line-height: 2; }
  .tf-theme-list { flex-wrap: wrap; gap: 9px; }
  .tf-reading-card { padding: 30px 20px 27px; }
  .tf-card-heading h2 { font-size: 17px; }
  .tf-status-grid { grid-template-columns: 1fr; }
  .tf-results { padding: 55px 16px 70px; }
  .tf-result-grid { grid-template-columns: 1fr; }
  .tf-result-card.tf-wide { grid-column: auto; }
  .tf-chart-section { padding: 25px 17px; }
  .tf-chart-grid { grid-template-columns: repeat(2, 1fr); }
  .tf-pillar { min-height: 115px; }
  .tf-elements { grid-template-columns: 1fr; gap: 9px; }
  .tf-element-row { grid-template-columns: 20px 1fr 29px; }
  .tf-chart-facts { grid-template-columns: repeat(2, 1fr); }
  .tf-hidden-stems { grid-template-columns: 1fr; }
  .tf-flow-grid { grid-template-columns: 1fr; }
  .tf-flow-card { min-height: 175px; }
  .tf-offers { padding: 31px 17px 20px; }
  .tf-inline-offers-wide .tf-inline-offer-grid { grid-template-columns: 1fr; }
  .tf-result-actions { grid-template-columns: 1fr; }
  .tf-action-button { grid-column: auto; }
  .tf-result-actions > .tf-text-button { grid-column: auto; }
  .tf-share-kit { padding: 23px 15px; }
  .tf-share-heading h2 { font-size: 20px; }
  .tf-footer { padding: 24px 20px; flex-direction: column; justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .tf-progress span { transition-duration: 7s !important; }
}

@media print {
  :root { color-scheme: light; }
  body.tf-body { background: #fff !important; color: #182033 !important; }
  .tf-shell { background: #fff !important; color: #182033 !important; overflow: visible; }
  .tf-stars, .tf-orbit, .tf-header, .tf-footer, .tf-result-actions, .tf-offers { display: none !important; }
  .tf-results { max-width: none; padding: 0; }
  .tf-result-intro { margin-bottom: 25px; }
  .tf-result-intro h1, .tf-section-heading h2, .tf-result-card > h3, .tf-flow-card h3, .tf-pillar strong { color: #2e3444 !important; }
  .tf-result-intro > p:last-child, .tf-result-card > div:not(.tf-lucky-chip) p, .tf-flow-card div, .tf-chart-note { color: #505968 !important; }
  .tf-chart-section, .tf-result-card, .tf-flow-card { break-inside: avoid; background: #fff !important; border-color: #c8c9cc !important; }
  .tf-result-grid { gap: 8px; }
  .tf-flow-section { break-before: page; }
  .tf-disclaimer { color: #666 !important; }
}
