/* Shared publisher chrome for yoyosup.com root pages (home, about, contact, privacy). */
:root {
  color-scheme: light;
  --bg: #f7f7f5;
  --surface: #ffffff;
  --surface-soft: #f0f3f7;
  --border: #d9dee7;
  --text: #172033;
  --muted: #5d6675;
  --accent: #0f766e;
  --accent-fill: #2dd4bf;
  --link: #175cd3;
  --green: #15803d;
  --danger: #b42318;
}
html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0c111b;
  --surface: #151c28;
  --surface-soft: #1d2634;
  --border: #354052;
  --text: #e8edf5;
  --muted: #aab3c2;
  --accent: #5eead4;
  --accent-fill: #2dd4bf;
  --link: #7db4ff;
  --green: #4ade80;
  --danger: #f87171;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", Palatino, "Times New Roman", serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
}
.wrap { max-width: 44rem; margin: 0 auto; padding: 1.25rem 1.2rem 3.5rem; }
.masthead {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.85rem;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid var(--text);
}
.masthead-lockup {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.masthead-lockup img { flex: 0 0 auto; }
.wordmark {
  display: block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.wordmark .sup { color: var(--accent); }
.mast-tag {
  display: block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.12rem;
}
.theme-toggle {
  margin-left: auto;
  min-width: 3.7rem;
  padding: 0.34rem 0.7rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
}
.theme-toggle:hover,
.theme-toggle:focus-visible { border-color: var(--link); }
.theme-toggle-floating {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1000;
}
.topnav {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.82rem;
  margin-bottom: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
}
.topnav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 650;
}
.topnav a:hover,
.topnav a[aria-current="page"] { color: var(--accent); }
h1 {
  font-size: 1.85rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 0.7rem;
  font-weight: 800;
}
h2 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  margin: 1.85rem 0 0.7rem;
  font-weight: 800;
}
h3 { font-size: 1.05rem; margin: 0 0 0.35rem; }
p { color: var(--muted); margin: 0 0 0.85rem; }
ul { margin: 0 0 1rem; padding-left: 1.15rem; color: var(--muted); }
li { margin-bottom: 0.4rem; }
.lede {
  color: var(--muted);
  font-size: 1.08rem;
  margin: 0 0 1.4rem;
  line-height: 1.55;
}
.byline {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0 0 0.85rem;
}
.kicker {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 0.35rem;
}
a { color: var(--link); }
.cta, .cta-secondary, button.cta {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.cta {
  display: inline-block;
  margin: 0 0.5rem 0.75rem 0;
  padding: 0.75rem 1.2rem;
  background: var(--accent-fill);
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
  border-radius: 0.55rem;
  border: 0;
  cursor: pointer;
}
.cta-secondary {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.72rem 1.1rem;
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.55rem;
  background: var(--surface);
}
.cta:hover, .cta-secondary:hover { filter: brightness(1.06); }
.hint {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0 0 1.5rem;
  line-height: 1.45;
}
.hint a { color: var(--accent); }
.featured {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1.15rem 1.15rem 1.25rem;
  margin: 0 0 1.5rem;
}
.featured h2 {
  font-family: Georgia, "Iowan Old Style", Palatino, serif;
  font-size: 1.45rem;
  margin: 0 0 0.45rem;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.featured h2 a { color: var(--text); text-decoration: none; }
.featured h2 a:hover { color: var(--accent); }
.featured p {
  color: var(--muted);
  margin: 0 0 0.85rem;
  font-size: 1rem;
}
.featured p:last-child { margin-bottom: 0; }
.story-grid {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 0.5rem;
}
@media (min-width: 640px) {
  .story-grid { grid-template-columns: 1fr 1fr; }
}
.story {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.7rem;
  padding: 0.9rem 1rem;
}
.story:hover { border-color: var(--accent); }
.story h3 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.3rem;
}
.story p {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.86rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.4;
}
.prose p { color: var(--muted); margin: 0 0 0.85rem; font-size: 1rem; }
.prose ul { margin: 0 0 1rem; padding-left: 1.15rem; color: var(--muted); }
.prose li { margin-bottom: 0.4rem; }
.guide-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.guide-list li { margin: 0 0 0.7rem; padding-bottom: 0.7rem; border-bottom: 1px solid var(--border); }
.guide-list li:last-child { border-bottom: 0; }
.guide-list a {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.guide-list a:hover { color: var(--accent); }
.guide-list span {
  display: block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.86rem;
  color: var(--muted);
  font-weight: 400;
  margin-top: 0.15rem;
}
.home-check {
  margin: 0 0 0.85rem;
  padding: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.85rem;
}
.home-check label {
  display: block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 800;
  margin-bottom: 0.45rem;
}
.home-check textarea {
  width: 100%;
  min-height: 5.5rem;
  resize: vertical;
  padding: 0.8rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 0.6rem;
  background: var(--surface-soft);
  color: var(--text);
  font: inherit;
}
.home-check textarea:focus { outline: 3px solid rgba(15, 118, 110, 0.22); border-color: var(--accent); }
.home-check .cta { width: 100%; font-size: 1rem; margin: 0.65rem 0 0; }
.home-check-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.65rem; }
.home-check-actions .cta,
.home-check-actions .cta-secondary { flex: 1 1 180px; margin: 0; text-align: center; }
.home-check-note {
  margin: 0.5rem 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.78rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.promo-card {
  display: block;
  text-align: left;
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem;
}
.promo-card strong { display: block; }
.promo-card span {
  display: block;
  font-weight: 650;
  color: var(--muted);
  margin-top: 0.2rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9rem;
}
.trust-banner {
  margin: 0 0 1.15rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  background: var(--surface);
}
.trust-banner h2 {
  margin: 0;
  font-size: 0.98rem;
}
.trust-toggle {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 0.4rem;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: var(--text);
}
.trust-banner.collapsed .trust-toggle { margin-bottom: 0; }
.trust-chevron { flex: 0 0 auto; color: var(--muted); font-size: 0.8rem; }
.trust-banner.collapsed .trust-chevron { transform: rotate(-90deg); }
.trust-lead {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  color: var(--muted);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.trust-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.trust-points li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.88rem;
  color: var(--text);
  line-height: 1.4;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.trust-points li::before {
  content: "✓";
  flex: 0 0 auto;
  color: var(--green);
  font-weight: 900;
}
.trust-foot {
  margin: 0.7rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.trust-foot a { color: var(--link); font-weight: 650; }
.how-demo {
  margin: 0 0 1.15rem;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  background: var(--surface);
  overflow: hidden;
}
.how-demo-label {
  padding: 0.55rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.how-demo-stage { padding: 1rem 0.9rem 0.85rem; }
.how-demo-phone {
  max-width: 18rem;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  background: var(--surface-soft);
  padding: 0.7rem;
  font-size: 0.8rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.how-demo-url {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  color: var(--muted);
  border: 1px dashed var(--border);
  border-radius: 0.4rem;
  padding: 0.45rem 0.5rem;
  margin-bottom: 0.5rem;
  min-height: 2.4rem;
  word-break: break-all;
  animation: yoyo-demo-paste 5s ease-in-out infinite;
}
.how-demo-btn {
  display: block;
  text-align: center;
  background: var(--accent-fill);
  color: var(--text);
  font-weight: 800;
  font-size: 0.82rem;
  border-radius: 0.45rem;
  padding: 0.48rem;
  margin-bottom: 0.55rem;
}
.how-demo-result {
  border: 1px solid var(--border);
  border-radius: 0.45rem;
  padding: 0.5rem 0.55rem;
  background: var(--surface);
  min-height: 2.6rem;
  animation: yoyo-demo-result 5s ease-in-out infinite;
}
.how-demo-score { font-size: 1.15rem; font-weight: 900; color: var(--danger); }
.how-demo-caption { font-size: 0.72rem; color: var(--muted); margin-top: 0.2rem; }
.how-demo-steps {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}
.how-demo-steps span {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--muted);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.how-demo-steps span:nth-child(1) { animation: yoyo-demo-step1 5s ease-in-out infinite; }
.how-demo-steps span:nth-child(2) { animation: yoyo-demo-step2 5s ease-in-out infinite; }
.how-demo-steps span:nth-child(3) { animation: yoyo-demo-step3 5s ease-in-out infinite; }
.how-demo-static {
  padding: 0 0.9rem 0.85rem;
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.45;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.how-demo-static strong { color: var(--text); }
@keyframes yoyo-demo-paste {
  0%, 8% { opacity: 0.25; }
  18%, 72% { opacity: 1; }
  88%, 100% { opacity: 0.25; }
}
@keyframes yoyo-demo-result {
  0%, 42% { opacity: 0; transform: translateY(4px); }
  52%, 82% { opacity: 1; transform: translateY(0); }
  92%, 100% { opacity: 0; transform: translateY(4px); }
}
@keyframes yoyo-demo-step1 {
  0%, 16% { color: var(--text); border-color: var(--accent-fill); }
  22%, 100% { color: var(--muted); border-color: var(--border); }
}
@keyframes yoyo-demo-step2 {
  0%, 16% { color: var(--muted); border-color: var(--border); }
  18%, 40% { color: var(--text); border-color: var(--accent-fill); }
  46%, 100% { color: var(--muted); border-color: var(--border); }
}
@keyframes yoyo-demo-step3 {
  0%, 42% { color: var(--muted); border-color: var(--border); }
  48%, 82% { color: var(--text); border-color: var(--green); }
  88%, 100% { color: var(--muted); border-color: var(--border); }
}
@media (prefers-reduced-motion: reduce) {
  .how-demo-url, .how-demo-result, .how-demo-steps span {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
.doors { display: grid; gap: 0.75rem; margin: 0 0 0.5rem; }
.door {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.85rem;
  padding: 1rem 1.1rem;
}
.door:hover { border-color: var(--accent); }
.door-kicker {
  display: block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.25rem;
}
.door-title {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.3rem;
}
.door-desc {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.4;
}
.scam-news { margin: 0 0 1.15rem; }
.scam-news-list { list-style: none; padding: 0; margin: 0; }
.scam-news-list li {
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--border);
}
.scam-news-list li:last-child { border-bottom: 0; }
.scam-news-list a {
  color: var(--text);
  font-weight: 650;
  text-decoration: none;
  font-size: 0.94rem;
  line-height: 1.4;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.scam-news-list a:hover { color: var(--accent); }
.scam-news-meta {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: var(--muted);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1rem 1.1rem;
  margin: 1.15rem 0;
}
.card p:last-child { margin-bottom: 0; }
.site-foot {
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  font-size: 0.82rem;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.site-foot a { color: var(--link); text-decoration: none; }
.site-foot a:hover { color: var(--accent); }
code {
  font-size: 0.88em;
  background: var(--surface-soft);
  padding: 0.05em 0.3em;
  border-radius: 0.25rem;
}
