@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --paper: #f4f1ea;
  --paper-deep: #ebe7de;
  --ink: #1e2422;
  --muted: #7b817b;
  --line: rgba(30, 36, 34, 0.11);
  --line-strong: rgba(30, 36, 34, 0.18);
  --white: #fffdf8;
  --coral: #f16b4d;
  --coral-dark: #d9573d;
  --green: #188b69;
  --green-pale: #dff3e9;
  --blue: #527cf4;
  --blue-pale: #e5ecff;
  --violet: #8867bc;
  --shadow: 0 18px 60px rgba(54, 47, 37, 0.08);
  --sans: 'DM Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --display: 'Manrope', var(--sans);
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }

html { min-width: 320px; background: var(--paper); }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button, a { font: inherit; }

button { cursor: pointer; }

a { color: inherit; text-decoration: none; }

.app-shell { max-width: 1480px; margin: 0 auto; padding: 0 54px 36px; }

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 12px; }

.brand-mark {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 5px 0 rgba(30, 36, 34, 0.1);
}

.brand-mark img { display: block; width: 100%; height: 100%; }

.brand-name, .brand-tag { display: block; }
.brand-name { font-family: var(--display); font-size: clamp(12px, 1.1vw, 15px); font-weight: 800; letter-spacing: -0.045em; white-space: nowrap; }
.brand-tag { margin-top: 1px; color: var(--muted); font-family: var(--mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.topbar-actions { display: flex; align-items: center; gap: 20px; }


.language-toggle { min-width: 40px; padding: 7px 9px; color: var(--muted); background: transparent; border: 1px solid var(--line-strong); border-radius: 999px; font-family: var(--mono); font-size: 9px; font-weight: 500; letter-spacing: .08em; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.language-toggle:hover { color: var(--ink); background: rgba(255, 253, 248, .7); border-color: var(--ink); }

.live-status { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.status-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(24, 139, 105, .12); }
.status-dot.running { background: var(--coral); box-shadow: 0 0 0 4px rgba(241, 107, 77, .14); animation: breathe 1.2s infinite; }
.status-dot.error { background: #bd4141; box-shadow: 0 0 0 4px rgba(189, 65, 65, .12); }

.button { border: 0; border-radius: 999px; font-size: 12px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.button-primary { display: inline-flex; align-items: center; gap: 8px; padding: 11px 17px; color: var(--white); background: var(--ink); box-shadow: 0 5px 0 rgba(30, 36, 34, .12); }
.button-primary:hover { background: #343c38; box-shadow: 0 7px 0 rgba(30, 36, 34, .12); }
.button-icon { font-size: 17px; line-height: 10px; }

.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); min-height: 382px; align-items: center; gap: 48px; border-bottom: 1px solid var(--line); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: var(--coral-dark); font-family: var(--mono); font-size: 10px; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.small { margin-bottom: 12px; font-size: 9px; letter-spacing: .12em; }
.eyebrow-line { display: inline-block; width: 21px; height: 1px; background: currentColor; }
.hero-copy h1 { max-width: 660px; margin: 0; font-family: var(--display); font-size: clamp(43px, 5.4vw, 77px); font-weight: 700; letter-spacing: -.075em; line-height: .98; }
.hero-copy h1 em { color: var(--coral); font-style: normal; }
.hero-lede { max-width: 580px; margin: 25px 0 0; color: #68706a; font-size: 15px; line-height: 1.7; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.meta-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; color: var(--ink); background: rgba(255, 253, 248, .62); border: 1px solid var(--line); border-radius: 999px; font-family: var(--mono); font-size: 9px; letter-spacing: .03em; }
.meta-pill.muted { color: var(--muted); }
.meta-icon { color: var(--coral); font-size: 12px; }

.hero-orbit { position: relative; min-height: 350px; overflow: hidden; }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(30, 36, 34, .12); border-radius: 50%; transform: translate(-50%, -50%) rotate(-18deg); }
.orbit-one { width: 244px; height: 244px; }
.orbit-two { width: 350px; height: 178px; border-color: rgba(241, 107, 77, .26); transform: translate(-50%, -50%) rotate(27deg); }
.orbit-three { width: 370px; height: 272px; border-color: rgba(82, 124, 244, .16); transform: translate(-50%, -50%) rotate(-43deg); }
.orbit::after { position: absolute; top: -4px; left: 50%; width: 7px; height: 7px; background: var(--coral); border: 2px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--coral); content: ''; }
.orbit-two::after { top: auto; right: 25px; bottom: 7px; left: auto; background: var(--blue); border-color: var(--paper); box-shadow: 0 0 0 1px var(--blue); }
.orbit-three::after { top: 30px; right: 25px; left: auto; background: var(--green); border-color: var(--paper); box-shadow: 0 0 0 1px var(--green); }
.orbit-core { position: absolute; top: 50%; left: 50%; display: flex; width: 144px; height: 144px; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--ink); border-radius: 50%; box-shadow: 0 15px 30px rgba(30, 36, 34, .16); transform: translate(-50%, -50%); }
.core-label, .core-sub { font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; opacity: .55; }
.orbit-core strong { margin: 6px 0; font-family: var(--display); font-size: 29px; font-weight: 600; letter-spacing: -.07em; }
.orbit-chip { position: absolute; padding: 6px 9px; color: var(--ink); background: rgba(255, 253, 248, .92); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 6px 16px rgba(54, 47, 37, .06); font-family: var(--mono); font-size: 9px; }
.chip-one { top: 40px; left: 18%; }
.chip-two { right: 10%; bottom: 61px; color: var(--blue); }
.chip-three { top: 80px; right: 9%; color: var(--green); }

.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 24px 0 70px; }
.metric-card { min-height: 139px; padding: 19px 19px 16px; background: rgba(255, 253, 248, .55); border: 1px solid var(--line); border-radius: 16px; }
.metric-featured { background: var(--ink); border-color: var(--ink); color: var(--white); }
.metric-heading { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.metric-featured .metric-heading { color: rgba(255, 253, 248, .6); }
.metric-spark { display: inline-grid; width: 23px; height: 23px; place-items: center; border-radius: 8px; font-size: 16px; }
.metric-spark.coral { color: var(--coral); background: rgba(241, 107, 77, .12); }
.metric-spark.green { color: var(--green); background: var(--green-pale); }
.metric-spark.blue { color: var(--blue); background: var(--blue-pale); }
.metric-spark.violet { color: var(--violet); background: #eee8f8; }
.metric-value { display: block; margin-top: 20px; font-family: var(--display); font-size: 34px; font-weight: 700; letter-spacing: -.08em; line-height: 1; }
.metric-featured .metric-value { color: var(--coral); }
.metric-time-value { font-size: 20px; letter-spacing: -.05em; }
.metric-note { margin: 10px 0 0; color: var(--muted); font-family: var(--mono); font-size: 9px; }
.metric-featured .metric-note { color: rgba(255, 253, 248, .45); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 19px; }
.section-heading h2, .panel-heading h2, .method-panel h2 { margin: 0; font-family: var(--display); font-size: 22px; letter-spacing: -.055em; }
.legend { display: flex; align-items: center; gap: 15px; padding-bottom: 2px; color: var(--muted); font-family: var(--mono); font-size: 9px; }
.legend span { display: inline-flex; align-items: center; gap: 6px; }
.legend-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; }
.legend-dot.high { background: var(--green); }
.legend-dot.uncertain { background: #d19c45; }
.legend-dot.low { background: var(--coral); }

.provider-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; margin-bottom: 70px; }
.provider-card { position: relative; display: flex; min-height: 277px; flex-direction: column; padding: 20px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 7px 25px rgba(54, 47, 37, .025); }
.provider-card::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--provider-color, var(--coral)); content: ''; }
.provider-top { display: flex; align-items: start; justify-content: space-between; gap: 10px; }
.provider-id { display: flex; align-items: center; gap: 9px; min-width: 0; }
.provider-avatar { display: grid; width: 31px; height: 31px; flex: 0 0 31px; place-items: center; color: var(--provider-color, var(--coral)); background: color-mix(in srgb, var(--provider-color, var(--coral)) 11%, white); border-radius: 10px; font-family: var(--display); font-size: 12px; font-weight: 800; }
.provider-name { overflow: hidden; font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.provider-repo { margin-top: 3px; color: var(--muted); font-family: var(--mono); font-size: 8px; }
.engine-badge { padding: 5px 7px; color: var(--muted); background: var(--paper); border-radius: 6px; font-family: var(--mono); font-size: 8px; white-space: nowrap; }
.engine-badge.model { color: var(--green); background: var(--green-pale); }
.provider-score { display: flex; align-items: end; justify-content: space-between; margin: 30px 0 8px; }
.score-number { font-family: var(--display); font-size: 48px; font-weight: 700; letter-spacing: -.1em; line-height: .86; }
.score-number small { margin-left: 3px; color: var(--muted); font-family: var(--sans); font-size: 18px; font-weight: 500; letter-spacing: -.05em; }
.score-label { max-width: 95px; color: var(--muted); font-size: 10px; line-height: 1.35; text-align: right; }
.score-bar { width: 100%; height: 6px; overflow: hidden; background: var(--paper-deep); border-radius: 99px; }
.score-fill { height: 100%; min-width: 3px; background: var(--provider-color, var(--coral)); border-radius: inherit; transition: width .7s ease; }
.provider-verdict { margin: 14px 0 5px; font-size: 12px; font-weight: 700; }
.provider-verdict.high { color: var(--green); }
.provider-verdict.low { color: var(--coral-dark); }
.provider-verdict.uncertain { color: #ad7929; }
.provider-summary { display: -webkit-box; min-height: 34px; margin: 0; overflow: hidden; color: var(--muted); font-size: 10px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.provider-rationale { display: -webkit-box; min-height: 26px; margin-top: 8px; overflow: hidden; color: #5d6861; font-size: 9px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.model-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; font-family: var(--mono); font-size: 8px; }
.model-links a { color: var(--blue); }
.provider-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 8px; }
.confidence { display: inline-flex; align-items: center; gap: 5px; }
.confidence-bar { width: 34px; height: 4px; overflow: hidden; background: var(--paper-deep); border-radius: 99px; }
.confidence-bar span { display: block; height: 100%; background: var(--ink); border-radius: inherit; }
.provider-error { margin-top: 7px; color: #b64c44; font-family: var(--mono); font-size: 8px; }
.loading-card { display: flex; grid-column: 1 / -1; min-height: 160px; align-items: center; justify-content: center; gap: 10px; color: var(--muted); background: rgba(255, 253, 248, .55); border: 1px dashed var(--line-strong); border-radius: 16px; font-family: var(--mono); font-size: 10px; }
.loader { width: 12px; height: 12px; border: 2px solid var(--paper-deep); border-top-color: var(--coral); border-radius: 50%; animation: spin .8s linear infinite; }

.prayer-panel { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 32px; align-items: center; margin-bottom: 70px; padding: 31px 33px; overflow: hidden; color: var(--white); background: var(--ink); border-radius: 20px; box-shadow: 0 17px 40px rgba(30, 36, 34, .13); }
.prayer-copy { position: relative; z-index: 1; }
.prayer-copy .eyebrow { color: #f59a7f; }
.prayer-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(26px, 3vw, 39px); letter-spacing: -.07em; line-height: 1.02; }
.prayer-copy h2 em { color: #f59a7f; font-style: normal; }
.prayer-copy > p:not(.eyebrow) { max-width: 520px; margin: 17px 0 0; color: rgba(255, 253, 248, .62); font-size: 12px; line-height: 1.6; }
.prayer-panel::after { width: 260px; height: 260px; position: absolute; right: -96px; bottom: -145px; border: 1px solid rgba(245, 154, 127, .3); border-radius: 50%; box-shadow: 0 0 0 24px rgba(245, 154, 127, .055), 0 0 0 48px rgba(245, 154, 127, .035); content: ''; pointer-events: none; }
.prayer-panel { position: relative; }
.prayer-total { display: inline-flex; align-items: center; gap: 7px; margin-top: 22px; color: rgba(255, 253, 248, .78); font-family: var(--mono); font-size: 10px; letter-spacing: .03em; }
.prayer-total::before { width: 7px; height: 7px; background: #f59a7f; border-radius: 50%; box-shadow: 0 0 0 4px rgba(245, 154, 127, .15); content: ''; }
.prayer-action { position: relative; z-index: 1; padding: 19px; background: rgba(255, 253, 248, .08); border: 1px solid rgba(255, 253, 248, .14); border-radius: 15px; }
.prayer-provider-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.prayer-provider-option { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 9px; padding: 10px 11px; color: rgba(255, 253, 248, .66); background: rgba(255, 253, 248, .06); border: 1px solid rgba(255, 253, 248, .11); border-radius: 10px; text-align: left; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.prayer-provider-option:hover { color: var(--white); background: rgba(255, 253, 248, .12); transform: translateY(-1px); }
.prayer-provider-option.selected { color: var(--white); background: color-mix(in srgb, var(--provider-color, var(--coral)) 24%, rgba(255, 253, 248, .08)); border-color: color-mix(in srgb, var(--provider-color, var(--coral)) 70%, white); }
.prayer-provider-option:focus-visible, .prayer-button:focus-visible { outline: 2px solid #f59a7f; outline-offset: 3px; }
.prayer-provider-name { min-width: 0; overflow: hidden; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.prayer-provider-count { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 4px; color: var(--provider-color, #f59a7f); font-family: var(--mono); font-size: 9px; }
.prayer-provider-count::before { width: 5px; height: 5px; background: currentColor; border-radius: 50%; content: ''; }
.prayer-button { position: relative; display: flex; width: 100%; min-height: 51px; align-items: center; justify-content: center; gap: 9px; margin-top: 12px; overflow: visible; color: var(--ink); background: #fffaf3; border: 0; border-radius: 11px; box-shadow: 0 5px 0 rgba(0, 0, 0, .16); font-family: var(--display); font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.prayer-button:hover:not(:disabled) { background: var(--white); transform: translateY(-2px); box-shadow: 0 7px 0 rgba(0, 0, 0, .16); }
.prayer-button:active:not(:disabled) { transform: translateY(2px); box-shadow: 0 2px 0 rgba(0, 0, 0, .16); }
.prayer-button:disabled { cursor: wait; opacity: .58; }
.prayer-button-icon { color: var(--provider-color, var(--coral)); font-size: 17px; transition: transform .2s ease; }
.prayer-button.burst .prayer-button-icon { animation: prayer-icon-pop .65s ease both; }
.prayer-spark { position: absolute; top: 50%; left: 50%; width: 5px; height: 5px; pointer-events: none; background: var(--spark-color, var(--coral)); border-radius: 50%; opacity: 0; transform: translate(-50%, -50%); animation: prayer-spark-pop .72s cubic-bezier(.2, .8, .2, 1) var(--spark-delay, 0s) both; }
.prayer-feedback { min-height: 17px; margin-top: 9px; color: #f59a7f; font-family: var(--mono); font-size: 9px; line-height: 1.45; }
.prayer-feedback.error { color: #ffb0a1; }
.lower-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 14px; }
.panel { background: rgba(255, 253, 248, .7); border: 1px solid var(--line); border-radius: 17px; }
.signal-panel { min-height: 425px; padding: 25px 26px; }
.panel-heading { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.panel-badge { padding: 7px 9px; color: var(--muted); background: var(--paper); border-radius: 999px; font-family: var(--mono); font-size: 8px; white-space: nowrap; }
.signal-list { margin-top: 17px; }
.signal-item { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; gap: 11px; align-items: start; padding: 13px 0; border-top: 1px solid var(--line); }
.signal-marker { width: 7px; height: 7px; margin-top: 4px; border-radius: 50%; }
.signal-marker.positive { background: var(--green); box-shadow: 0 0 0 4px var(--green-pale); }
.signal-marker.negative { background: var(--coral); box-shadow: 0 0 0 4px #fde6df; }
.signal-marker.neutral { background: var(--muted); box-shadow: 0 0 0 4px var(--paper-deep); }
.signal-title { display: block; overflow: hidden; font-size: 11px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.signal-summary { display: block; margin-top: 4px; overflow: hidden; color: var(--muted); font-size: 10px; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.signal-source { color: var(--muted); font-family: var(--mono); font-size: 8px; text-align: right; white-space: nowrap; }
.signal-source a { color: var(--blue); }
.empty-state { padding: 43px 15px; color: var(--muted); font-size: 11px; text-align: center; }

.method-panel { position: relative; min-height: 425px; padding: 26px; overflow: hidden; }
.method-panel::after { position: absolute; right: -48px; bottom: -57px; width: 170px; height: 170px; border: 1px solid rgba(241, 107, 77, .18); border-radius: 50%; box-shadow: 0 0 0 18px rgba(241, 107, 77, .04), 0 0 0 37px rgba(241, 107, 77, .035); content: ''; }
.method-orb { display: grid; width: 37px; height: 37px; margin-bottom: 22px; place-items: center; color: var(--coral); background: #fde6df; border-radius: 12px; font-size: 19px; }
.method-copy { max-width: 330px; margin: 14px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.method-steps { display: grid; gap: 13px; }
.method-step { display: grid; grid-template-columns: 25px 1fr; gap: 10px; align-items: start; }
.method-step > span { color: var(--coral); font-family: var(--mono); font-size: 9px; }
.method-step p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.method-step strong { color: var(--ink); font-size: 11px; }
.method-note { display: flex; align-items: start; gap: 8px; max-width: 310px; margin-top: 22px; padding: 10px; color: var(--muted); background: rgba(244, 241, 234, .72); border-radius: 9px; font-family: var(--mono); font-size: 8px; line-height: 1.45; }
.method-note > span { display: inline-grid; width: 13px; height: 13px; flex: 0 0 13px; place-items: center; color: var(--white); background: var(--muted); border-radius: 50%; font-family: var(--sans); font-size: 9px; }

.footer-strip { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 28px; padding: 16px 2px 0; color: var(--muted); border-top: 1px solid var(--line); font-family: var(--mono); font-size: 8px; }
.footer-strip p { margin: 0; }
.footer-strip a { color: var(--ink); }
.footer-status { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); }
.status-ring { width: 7px; height: 7px; border: 2px solid var(--green); border-radius: 50%; box-shadow: 0 0 0 3px var(--green-pale); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes breathe { 50% { opacity: .35; } }
@keyframes prayer-spark-pop { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.3); } 18% { opacity: 1; } 100% { opacity: 0; transform: translate(calc(-50% + var(--spark-x)), calc(-50% + var(--spark-y))) scale(1.25); } }
@keyframes prayer-icon-pop { 0% { transform: scale(1) rotate(0); } 35% { transform: scale(1.45) rotate(15deg); } 100% { transform: scale(1) rotate(0); } }

@media (max-width: 1100px) {
  .app-shell { padding: 0 28px 30px; }
  .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 20px; }
  .provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .app-shell { padding: 0 17px 24px; }
  .topbar { min-height: 70px; }
  .topbar-actions { gap: 10px; }
  .live-status { display: none; }
  .button-primary { padding: 10px 13px; }
  .hero-grid { display: block; min-height: 0; padding: 56px 0 24px; }
  .hero-lede { font-size: 13px; }
  .hero-orbit { min-height: 280px; margin-top: 15px; transform: scale(.82); transform-origin: center top; }
  .metric-grid { gap: 8px; margin: 15px 0 54px; }
  .metric-card { min-height: 120px; padding: 14px; }
  .metric-value { margin-top: 16px; font-size: 29px; }
  .metric-time-value { font-size: 17px; }
  .metric-note { font-size: 8px; }
  .section-heading { display: block; margin-bottom: 14px; }
  .legend { margin-top: 14px; }
  .provider-grid { grid-template-columns: 1fr; gap: 10px; margin-bottom: 54px; }
  .provider-card { min-height: 260px; }
  .prayer-panel { grid-template-columns: 1fr; gap: 23px; margin-bottom: 54px; padding: 23px 18px; }
  .prayer-action { padding: 14px; }
  .lower-grid { grid-template-columns: 1fr; }
  .signal-panel, .method-panel { min-height: 0; padding: 21px 18px; }
  .signal-item { grid-template-columns: 9px minmax(0, 1fr); }
  .signal-source { grid-column: 2; margin-top: 3px; text-align: left; }
  .signal-summary { white-space: normal; }
  .footer-strip { display: block; line-height: 1.6; }
  .footer-strip p { margin: 7px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
