@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/manrope-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  font-family: Manrope, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #f5eddc;
  background: #070d18;
  font-synthesis: none;
  font-optical-sizing: auto;
  color-scheme: dark;
  --page: #070d18;
  --surface: #101b2e;
  --raised: #17243a;
  --wheel-surface: var(--page);
  --text: #f5eddc;
  --muted: #a8b3c6;
  --gold: #e5c078;
  --bronze: #3c3222;
  --line: #2b3b52;
  --ease-out: cubic-bezier(.23, 1, .32, 1);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { margin: 0; font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { display: block; flex-shrink: 0; }
figure, p, h1, h2, h3, dl, dd { margin: 0; }
h1, h2, h3 { font-weight: 500; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
::selection { color: var(--page); background: #e5c078; }
.container { width: min(1200px, calc(100% - 6rem)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; left: 1rem; top: -6rem; padding: .8rem 1.2rem; border-radius: .7rem; background: var(--raised); }
.skip-link:focus { top: 1rem; }
.site-header { position: relative; z-index: 5; }
.header-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-size: 1.75rem; font-weight: 600; letter-spacing: -.06em; }
.brand-mark { width: 32px; height: 32px; color: var(--gold); }
.main-nav { display: flex; gap: 1.75rem; font-size: .875rem; color: var(--muted); }
.main-nav a { padding-block: .75rem; }
.header-actions { display: flex; align-items: center; gap: 1.25rem; }
.language-switch { font-size: .75rem; padding: .7rem .45rem; color: var(--muted); min-width: 44px; text-align: center; }
.button { border: 0; display: inline-flex; justify-content: center; align-items: center; gap: .7rem; min-height: 54px; padding: .85rem 1.5rem; border-radius: 100px; font-size: .875rem; font-weight: 600; line-height: 1.4; text-align: center; white-space: nowrap; transition: transform 140ms var(--ease-out), background-color 140ms ease; }
.button svg { width: 19px; height: 19px; }
.button-primary { background: var(--gold); color: var(--page); --button-icon-cutout: var(--gold); }
.button:active { transform: scale(.975); }
.button:disabled { cursor: wait; opacity: .66; }
.header-cta { min-height: 44px; font-size: .75rem; padding: .65rem 1.15rem; background: var(--surface); color: var(--gold); border: 1px solid #665538; --button-icon-cutout: var(--surface); }
.header-cta svg { width: 16px; height: 16px; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: start; gap: 4rem; padding-block: 3rem 6rem; }
.hero-copy { min-width: 0; padding-block: 1.5rem 1rem; }
h1 { font-size: clamp(2.65rem, 4.8vw, 3.9rem); line-height: 1.18; letter-spacing: -.055em; }
h1 > span { display: block; }
.hero-description { max-width: 29rem; margin-top: 1.75rem; color: var(--muted); font-size: 1.0625rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 1rem 1.5rem; flex-wrap: wrap; margin-top: 2rem; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; font-size: .875rem; font-weight: 500; padding-block: .7rem; }
.text-link svg { height: 18px; width: 18px; }
.free-note { margin-top: 1rem; font-size: .75rem; color: var(--muted); }
.reading-card { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: 0 14px 40px #00000026; }
.reading-card-header { padding: 1.25rem 1.75rem; background: var(--raised); border-bottom: 1px solid #665538; }
.reading-card-header h2 { color: var(--gold); font-size: .875rem; font-weight: 600; }
.reading-card-header p { font-size: .75rem; color: var(--muted); margin-top: .25rem; }
.reading-blocks { padding: .25rem 1.75rem; }
.reading-block { padding-block: 1.15rem; }
.reading-block + .reading-block { border-top: 1px solid var(--line); }
.reading-block h3 { font-size: .9375rem; font-weight: 600; margin-bottom: .4rem; }
.reading-block > p { font-size: .875rem; line-height: 1.7; }
.reading-block .reading-basis { font-size: .6875rem; color: #d1b477; margin-top: .5rem; }
.reading-card-footer { padding: .9rem 1.75rem 1.3rem; color: var(--muted); font-size: .6875rem; }
.reading-card-footer a { display: inline-block; padding-block: .5rem; color: var(--text); text-decoration: underline; text-underline-offset: 4px; }
.section-copy { min-width: 0; }
.section-copy h2, .faq-section h2 { font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.2; letter-spacing: -.045em; max-width: 12em; }
.section-copy > p { max-width: 28rem; color: var(--muted); margin-top: 1.25rem; font-size: .9375rem; line-height: 1.85; }
.section-copy .button { margin-top: 1.5rem; }
.conversation-section { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 4rem; padding-block: 5rem; border-top: 1px solid var(--line); }
.section-copy .credit-note { max-width: 26rem; border-left: 2px solid var(--gold); padding-left: 1rem; margin-top: 2rem; font-size: .8125rem; }
.conversation-example { min-width: 0; }
.conversation-example figcaption, .example-chart figcaption { display: flex; flex-direction: column; gap: .2rem; margin-bottom: 1rem; }
.conversation-example figcaption strong, .example-chart figcaption strong { font-size: .8125rem; font-weight: 600; }
.conversation-example figcaption span, .example-chart figcaption span { color: var(--muted); font-size: .75rem; }
.conversation { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #0b1321; }
.conversation-header { background: var(--surface); padding: 1rem 1.5rem; display: flex; align-items: center; gap: .7rem; border-bottom: 1px solid var(--line); }
.bot-avatar { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--bronze); }
.bot-avatar .brand-mark { width: 25px; height: 25px; }
.conversation-header strong { display: block; font-size: .9375rem; font-weight: 600; }
.conversation-header span { display: block; font-size: .6875rem; color: var(--muted); }
.conversation-body { padding: 1.25rem; margin: 0; list-style: none; }
.conversation-turn { display: flex; flex-direction: column; gap: .65rem; }
.conversation-turn + .conversation-turn { margin-top: 1.25rem; }
.message { width: fit-content; max-width: 90%; padding: .8rem 1rem; font-size: .8125rem; line-height: 1.7; border-radius: 16px; }
.message-user { background: #3c3222; align-self: flex-end; border-bottom-right-radius: 4px; }
.message-bot { background: var(--raised); border-bottom-left-radius: 4px; }
.synastry-section { padding-block: 4rem 5.5rem; }
.synastry-section .section-copy { display: grid; grid-template-columns: 1.05fr 1fr; gap: 4rem; align-items: start; }
.synastry-section .section-copy p { margin-top: 0; }
.synastry-blocks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem; margin-top: 2.5rem; }
.synastry-blocks > div { border-top: 2px solid #a58b57; padding-top: 1.25rem; }
.synastry-blocks h3 { font-size: 1.15rem; font-weight: 500; letter-spacing: -.025em; }
.synastry-blocks p { margin-top: .6rem; font-size: .875rem; line-height: 1.8; color: var(--muted); max-width: 24rem; }
.preview-section { padding-block: 1.5rem 5rem; border-top: 1px solid var(--line); }
.calculation-intro { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 4rem; margin-bottom: 2.5rem; }
.section-copy .calculation-honesty { border-left: 2px solid var(--gold); padding-left: 1rem; font-size: .875rem; margin-top: 2rem; }
.example-chart { min-width: 0; max-width: 520px; width: 100%; justify-self: center; }
.example-chart figcaption { margin-top: 1.25rem; text-align: center; margin-bottom: 0; }
.chart-wheel { width: 100%; height: auto; overflow: visible; }
.chart-wheel line, .chart-wheel circle { vector-effect: non-scaling-stroke; }
/* The renderer's fixed gradient is recolored here, like the rest of the wheel. */
.chart-wheel stop { stop-color: #3e3524; }
.wheel-ring { stroke: #b49a60; stroke-width: .9; fill: none; }
.wheel-orbit { stroke: #50452f; stroke-width: .75; fill: none; }
.wheel-inner { stroke: #655a42; stroke-width: .7; fill: none; }
.wheel-tick { stroke: #9d885a; stroke-width: .75; }
.wheel-sector { stroke: #776a4c; stroke-width: .8; }
.wheel-sign { fill: #d1b477; font-family: 'Times New Roman', serif; font-size: 18px; }
.wheel-house { stroke: #5c5545; stroke-width: .65; stroke-dasharray: 2 4; }
.wheel-aspect { stroke: #738599; stroke-width: .85; opacity: .68; }
.wheel-aspect-hard { stroke: #b6a06c; opacity: .65; }
.wheel-dot { fill: #e5c078; }
.wheel-leader { stroke: #a28d5e; stroke-width: .7; }
.wheel-planet { font-family: 'Times New Roman', serif; font-size: 19px; fill: #dcc38d; paint-order: stroke; stroke: var(--wheel-surface); stroke-width: 6px; stroke-linejoin: round; }
.wheel-luminary { fill: #f1d79d; font-size: 24px; }
.wheel-angle { stroke: #dcc38d; stroke-width: 1.2; }
.wheel-angle-label { fill: #dcc38d; font-size: 8px; letter-spacing: .06em; }
.wheel-center { fill: #101b2e; fill-opacity: .96; stroke: #514834; stroke-width: .7; }
.wheel-center-title { fill: #dcc38d; font-family: Manrope, sans-serif; font-size: 17px; font-weight: 500; letter-spacing: -.5px; }
.wheel-center-sub { fill: #a8b3c6; font-family: Manrope, sans-serif; font-size: 8px; }
.placements-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.placements-summary dt { display: flex; align-items: center; gap: .5rem; font-size: .75rem; color: var(--muted); }
.placements-summary dt span { color: var(--muted); font-size: 1.3rem; font-family: 'Times New Roman', serif; }
.placements-summary dd { font-size: 1.35rem; letter-spacing: -.035em; margin-top: .3rem; }
.placements-summary .placement-meaning { color: var(--muted); font-size: .6875rem; margin-top: .2rem; letter-spacing: 0; }
.example-chart .placements-summary { padding-inline: 1rem; }
.preview-panel { --wheel-surface: var(--surface); padding: 2rem; background: var(--surface); border: 1px solid var(--line); border-radius: 24px; }
.form-fields { display: grid; grid-template-columns: 1fr .92fr 1.4fr auto; gap: 1rem; align-items: start; }
.field { min-width: 0; }
.field > label[for] { display: block; font-size: .75rem; font-weight: 600; margin-bottom: .5rem; }
.field > input { display: block; width: 100%; height: 52px; min-width: 0; border: 1px solid #64758e; border-radius: 12px; padding: .75rem .9rem; background: var(--surface); color: var(--text); font-size: .8125rem; color-scheme: dark; }
.field > input::placeholder { color: #a8b3c6; }
.field > input:focus { outline: 2px solid #e5c078; outline-offset: 2px; }
.field > input:disabled { background: #0b1320; color: #a8b3c6; border-style: dashed; }
.field > input[aria-invalid="true"] { border-color: #f2a596; }
.checkbox-label { display: flex; align-items: center; gap: .5rem; width: fit-content; max-width: 100%; min-height: 44px; margin: .25rem 0 0; font-size: .75rem; font-weight: 400; line-height: 1.5; color: var(--muted); cursor: pointer; }
.checkbox-label input { flex: 0 0 16px; width: 16px; height: 16px; margin: 0; accent-color: #e5c078; }
.calculate-button { margin-top: 1.7rem; height: 52px; min-height: 52px; padding-inline: 1.25rem; border-radius: 12px; font-size: .8125rem; }
.calculate-button svg { width: 18px; height: 18px; }
.field-error { font-size: .75rem; color: #f2a596; margin-top: .4rem; line-height: 1.5; }
.field-error:empty { display: none; }
.field-hint { font-size: .75rem; color: var(--muted); margin-top: .5rem; }
.city-source a { text-decoration: underline; text-underline-offset: 2px; }
.preview-privacy { display: flex; align-items: center; gap: .5rem; font-size: .75rem; color: var(--muted); margin-top: 1.1rem; max-width: 52rem; }
.preview-privacy svg { width: 13px; height: 13px; align-self: flex-start; margin-top: .16rem; }
.city-field { position: relative; }
.city-options { z-index: 6; position: absolute; top: 80px; left: 0; right: 0; max-height: 252px; overflow-y: auto; border: 1px solid #2b3b52; background: var(--surface); padding: .35rem; border-radius: 13px; box-shadow: 0 12px 28px #00000040; }
.city-option { display: block; width: 100%; padding: .75rem .6rem; border-radius: 8px; text-align: left; border: 0; background: transparent; font-size: .8125rem; line-height: 1.5; cursor: pointer; }
.city-option[aria-selected="true"] { background: #3c3222; outline: 1px solid #a58b57; outline-offset: -1px; }
.form-status { font-size: .8125rem; color: #f2a596; margin-top: 1rem; }
.form-status:empty { display: none; }
.fold-options { margin: 1rem 0 0; padding: 1rem; border: 1px solid #2b3b52; border-radius: 12px; font-size: .8125rem; }
.fold-options legend { padding: .3rem; max-width: 100%; }
.fold-options > div { display: flex; gap: 1rem; }
.fold-options label { display: flex; align-items: center; gap: .5rem; cursor: pointer; min-height: 44px; }
.fold-options input { accent-color: var(--gold); }
.chart-result { padding-top: 2rem; margin-top: 2rem; border-top: 1px solid var(--line); }
.result-top h3 { font-size: 1.6rem; letter-spacing: -.04em; }
.result-top p { margin-top: .5rem; color: var(--muted); font-size: .875rem; }
.chart-caveats { background: #3c3222; padding: 1rem 1.25rem; border-radius: 12px; margin-top: 1.5rem; color: #f0dcad; font-size: .8125rem; }
.chart-caveats p + p { margin-top: .5rem; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.result-content .placements-summary { grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1.5rem; }
.result-content .placements-summary > div { display: grid; grid-template-columns: 1fr 1.5fr; gap: .15rem .75rem; }
.result-content .placements-summary dd { margin: 0; font-size: 1.2rem; }
.result-content .placements-summary .placement-meaning { grid-column: 2; font-size: .75rem; }
.transfer-note { margin-top: 1rem; font-size: .75rem; color: var(--muted); max-width: 23rem; }
.all-placements { border-top: 1px solid var(--line); }
.all-placements summary { font-size: .875rem; padding-block: 1rem; }
.table-scroll { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: .8125rem; text-align: left; }
td, th { padding: .8rem .5rem; border-bottom: 1px solid var(--line); font-weight: 400; }
thead th { color: var(--muted); font-size: .75rem; }
th small { display: inline-block; margin-left: .5rem; font-size: .75rem; color: var(--muted); }
.faq-section { display: grid; grid-template-columns: 1.05fr 1fr; gap: 4rem; padding-block: 3rem 5rem; }
.faq-section h2 { padding-top: 1rem; }
.faq-list details { border-bottom: 1px solid var(--line); scroll-margin-top: 2rem; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; list-style: none; }
summary::-webkit-details-marker { display: none; }
.faq-list summary { padding: 1.25rem 0; font-size: .9375rem; font-weight: 500; }
summary > span { color: var(--gold); font-size: 1.3rem; font-weight: 400; flex-shrink: 0; }
details[open] summary > span { transform: rotate(45deg); }
.faq-list details p { max-width: 36rem; padding-bottom: 1.5rem; font-size: .875rem; line-height: 1.85; color: var(--muted); }
.closing { padding-block: 3rem 6rem; text-align: center; }
.closing > .brand-mark { margin: 0 auto 1.25rem; width: 42px; height: 42px; }
.closing h2 { font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.05em; line-height: 1.2; }
.closing p { max-width: 33rem; margin: 1rem auto 0; color: var(--muted); font-size: .9375rem; }
.closing .button { margin-top: 1.75rem; }
.closing .free-note { display: block; }
.site-footer { border-top: 1px solid var(--line); padding-block: 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-footer > div { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem 1.5rem; }
.site-footer .brand { font-size: 1.15rem; gap: .5rem; }
.site-footer .brand-mark { width: 22px; height: 22px; }
.site-footer > div > span, .site-footer > div > a:not(.brand) { color: var(--muted); font-size: .6875rem; }
.no-js { padding: .65rem .85rem; border-radius: 8px; background: var(--bronze); font-size: .8125rem; color: var(--text); margin-block: 1.5rem; }
.no-js a { text-decoration: underline; }
@media (hover: hover) and (pointer: fine) {
  .button-primary:hover { background: #f0d496; --button-icon-cutout: #f0d496; }
  .header-cta:hover { background: #3c3222; --button-icon-cutout: #3c3222; }
  .main-nav a:hover, .text-link:hover, .site-footer a:hover, .reading-card-footer a:hover { color: #f1d79d; }
  .city-option:hover { background: #3c3222; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 4rem); }
  .main-nav { gap: 1rem; }
  .hero, .conversation-section, .synastry-section .section-copy, .calculation-intro, .faq-section { gap: 2.5rem; }
  h1 { font-size: clamp(2.25rem, 4.65vw, 3.5rem); }
  .hero-actions { gap: .5rem 1rem; }
  .reading-card-header, .reading-card-footer { padding-inline: 1.4rem; }
  .reading-blocks { padding-inline: 1.4rem; }
  .form-fields { grid-template-columns: 1fr 1fr 1.35fr; }
  .calculate-button { grid-column: 1 / -1; justify-self: start; margin-top: .2rem; }
  .site-footer { align-items: start; }
  .site-footer > div:last-child { justify-content: end; }
  .site-footer > div:last-child > span { flex-basis: 100%; text-align: right; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 2.5rem); }
  .header-inner { min-height: 80px; gap: .5rem; }
  .brand { font-size: 1.55rem; gap: .6rem; }
  .brand-mark { width: 28px; height: 28px; }
  .main-nav { display: none; }
  .header-actions { gap: .6rem; }
  .header-cta { min-height: 44px; padding: .65rem .85rem; font-size: .6875rem; gap: .45rem; }
  .header-cta svg { width: 14px; height: 14px; }
  .hero { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 2.5rem 4rem; }
  .hero-copy { padding-block: 0; }
  h1 { font-size: clamp(2.15rem, 9.8vw, 4.5rem); }
  .hero-description { max-width: 30rem; font-size: 1rem; line-height: 1.8; margin-top: 1.4rem; }
  .hero-actions { gap: .5rem 1rem; margin-top: 1.5rem; }
  .hero-actions .button { font-size: .8125rem; padding-inline: 1.2rem; }
  .text-link { font-size: .8125rem; gap: .35rem; }
  .free-note { font-size: .6875rem; }
  .reading-card { max-width: 540px; width: 100%; justify-self: center; border-radius: 20px; }
  .reading-block > p { font-size: .875rem; }
  .reading-block .reading-basis { font-size: .6875rem; }
  .conversation-section { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 3.5rem; }
  .section-copy h2, .faq-section h2 { font-size: clamp(1.9rem, 7.7vw, 2.8rem); }
  .section-copy > p { font-size: .9375rem; }
  .conversation-example { max-width: 540px; width: 100%; justify-self: center; }
  .conversation { border-radius: 20px; }
  .conversation-header { padding: 1rem 1.15rem; }
  .conversation-body { padding: 1rem; }
  .message { max-width: 94%; }
  .synastry-section { padding-block: 2rem 3.5rem; }
  .synastry-section .section-copy { display: block; }
  .synastry-section .section-copy p { margin-top: 1.25rem; }
  .synastry-blocks { grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
  .synastry-blocks > div { padding-top: 1rem; }
  .synastry-blocks h3 { font-size: 1.1rem; }
  .synastry-blocks p { max-width: 32rem; }
  .preview-section { padding-block: 3.5rem; }
  .calculation-intro { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2rem; }
  .example-chart { max-width: 430px; }
  .example-chart .placements-summary { padding-inline: 0; }
  .placements-summary { gap: .65rem; }
  .placements-summary dt { font-size: .6875rem; gap: .25rem; }
  .placements-summary dd { font-size: 1.1rem; }
  .placements-summary .placement-meaning { font-size: .625rem; }
  .preview-panel { --wheel-surface: var(--surface); padding: 1.5rem; border-radius: 20px; }
  .form-fields { grid-template-columns: 1fr 1fr; gap: 1rem .75rem; }
  .city-field { grid-column: 1 / -1; }
  .field > input { font-size: 1rem; padding-inline: .65rem; }
  .field > label[for] { font-size: .6875rem; }
  .calculate-button { width: 100%; margin-top: 0; }
  .preview-privacy { font-size: .75rem; align-items: flex-start; line-height: 1.7; }
  .result-grid { grid-template-columns: 1fr; gap: 0; padding-bottom: 1.5rem; }
  .result-wheel { max-width: 430px; width: 100%; justify-self: center; }
  .result-top h3 { font-size: 1.35rem; }
  .result-content .button { white-space: normal; width: 100%; }
  .result-content .placements-summary dd { font-size: 1.1rem; }
  .fold-options > div { flex-wrap: wrap; gap: .25rem 1rem; }
  .faq-section { grid-template-columns: 1fr; gap: 1rem; padding-block: 1rem 3rem; }
  .faq-list summary { gap: 1rem; font-size: .875rem; }
  .closing { padding-block: 2.5rem 4rem; }
  .closing p { font-size: .875rem; max-width: 25rem; }
  .site-footer { flex-direction: column; gap: 1rem; padding-block: 1.5rem; }
  .site-footer > div:last-child { justify-content: start; }
  .site-footer > div:last-child > span { text-align: left; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 2rem); }
  h1 { font-size: 2rem; }
  .brand { font-size: 1.3rem; gap: .45rem; }
  .brand-mark { width: 24px; height: 24px; }
  .header-actions { gap: .25rem; }
  .header-cta { font-size: .625rem; padding-inline: .7rem; }
  .header-cta svg { display: none; }
  .reading-card-header, .reading-card-footer, .reading-blocks { padding-inline: 1rem; }
  .preview-panel { --wheel-surface: var(--surface); padding: 1rem; }
  .form-fields { grid-template-columns: 1fr; }
  .placements-summary dd { font-size: 1rem; }
  .conversation-body { padding: .85rem; }
  .message { padding: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .button:active { transform: none; }
}
@media (prefers-contrast: more) {
  :root { --muted: #e2e5eb; --line: #7f8ea5; }
  .field > input { border-color: #dcc38d; }
  .wheel-ring, .wheel-tick, .wheel-sector, .wheel-house { stroke: #dcc38d; }
  .wheel-aspect { stroke: #b4c2d3; opacity: 1; }
  .wheel-aspect-hard { stroke: #f1d79d; }
}
