/* ============================================================
   STAY SHARP™ — Stylesheet
   Watson Legacy Group LLC / WLG Games
   ------------------------------------------------------------
   Dark, premium, edgy. The steel→cyan "sharpened edge" gradient
   appears ONLY on: hero underline, score ring, progress meter.
   Gold is reserved for pricing/premium. Everything interactive
   has an OPAQUE background (Instagram in-app browser rule).
   ============================================================ */

:root {
  --bg: #0B0C0E;
  --panel: #141619;
  --panel-2: #1B1E23;
  --line: #262A31;
  --text: #EDEFF3;
  --muted: #9BA3AF;
  --steel: #D7DDE6;
  --edge: #3EE6FF;
  --gold: #E8B34B;
  --danger: #FF5C5C;
  --ok: #58D68D;
  --radius: 14px;
  --maxw: 640px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: #0B0C0E;
  color: var(--text);
  font-family: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
body.no-scroll { overflow: hidden; }
body.lt { font-size: 19px; }

h1, h2, h3, .display {
  font-family: "Anton", "Arial Black", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 0 10px;
}
p { margin: 0 0 12px; }
a { color: var(--edge); }
img, svg { max-width: 100%; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 18px; }
section { padding: 44px 0; }
.sec-title { font-size: 22px; margin-bottom: 14px; }

/* ---------- buttons (ALL opaque backgrounds) ---------- */
.btn {
  display: inline-block;
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #1B1E23;
  color: #EDEFF3;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  margin: 6px 0;
  transition: transform 0.08s ease, background 0.15s ease;
}
.btn:active { transform: scale(0.985); }
.btn:focus-visible { outline: 3px solid #3EE6FF; outline-offset: 2px; }
.btn-primary { background: #EDEFF3; color: #0B0C0E; border-color: #EDEFF3; }
.btn-ghost { background: #141619; color: var(--muted); }
.btn-mini { width: auto; padding: 8px 14px; font-size: 13px; margin: 0; }
.btn:disabled { opacity: 0.6; cursor: default; }

/* ---------- header ---------- */
header.top {
  position: sticky; top: 0; z-index: 40;
  background: #0B0C0E;
  border-bottom: 1px solid var(--line);
}
.top-in {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 18px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 26px; width: auto; }
.top-actions { display: flex; gap: 8px; align-items: center; position: relative; }
.icon-btn {
  background: #141619; border: 1px solid var(--line); color: var(--text);
  border-radius: 10px; padding: 8px 10px; font-size: 16px; cursor: pointer;
}
.icon-btn:focus-visible { outline: 3px solid #3EE6FF; outline-offset: 2px; }
.icon-btn.on { border-color: #3EE6FF; box-shadow: 0 0 0 1px #3EE6FF inset, 0 0 10px rgba(62,230,255,.35); }
#plan-badge {
  font-size: 12px; color: var(--muted);
  background: #141619; border: 1px solid var(--line);
  padding: 6px 10px; border-radius: 999px; white-space: nowrap;
}
#a11y-menu {
  display: none; position: absolute; right: 0; top: 46px;
  background: #141619; border: 1px solid var(--line); border-radius: 12px;
  padding: 12px 14px; width: 240px; z-index: 50;
}
#a11y-menu.open { display: block; }
#a11y-menu label { display: flex; gap: 8px; align-items: center; font-size: 14px; padding: 6px 0; }
.voice-pick-row { flex-wrap: wrap; }
.voice-pick-row select {
  flex: 1 1 100%; margin-top: 4px; background: #0F1113; color: var(--text);
  border: 1px solid var(--line); border-radius: 8px; padding: 8px; font-size: 14px;
}

/* ---------- hero ---------- */
#hero { padding: 56px 0 40px; }
.hero-kicker { color: var(--gold); font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px; }
.hero-title { font-size: 44px; }
.hero-underline {
  height: 5px; width: 150px; border-radius: 3px; margin: 8px 0 18px;
  background: linear-gradient(90deg, #D7DDE6 0%, #3EE6FF 100%);
}
.hero-sub { color: var(--muted); font-size: 17px; max-width: 46ch; }
.hero-cta { margin-top: 22px; }
.hero-note { font-size: 13px; color: var(--muted); margin-top: 8px; }

/* ---------- demo card ---------- */
.demo-card {
  background: #141619; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px; margin-top: 26px;
}
.demo-card h3 { font-size: 18px; }
.demo-card p { color: var(--muted); font-size: 14px; }

/* ---------- modes ---------- */
#modes-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 560px) { #modes-grid { grid-template-columns: 1fr 1fr; } }
.mode-card {
  background: #141619; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px; display: flex; flex-direction: column;
}
.mode-card.locked { opacity: 0.92; }
.mode-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.mode-icon { font-size: 26px; }
.tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  padding: 4px 9px; border-radius: 999px; border: 1px solid var(--line);
  background: #1B1E23; color: var(--muted);
}
.tag-demo { color: #0B0C0E; background: #3EE6FF; border-color: #3EE6FF; }
.tag-open { color: #58D68D; }
.tag-plus, .tag-gold { color: #0B0C0E; background: #E8B34B; border-color: #E8B34B; }
.mode-name { font-size: 17px; }
.mode-promise { font-size: 14px; color: var(--text); }
.mode-skills { font-size: 12px; color: var(--muted); }
.mode-demonote { font-size: 12px; color: #3EE6FF; }
.btn-mode { margin-top: auto; }

/* ---------- drill ---------- */
.drill-card {
  background: #141619; border: 1px solid var(--gold); border-radius: var(--radius);
  padding: 18px;
}
#drill-streak { color: var(--gold); font-weight: 700; }

/* ---------- pricing ---------- */
.pay-grid { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 14px 0; }
@media (min-width: 560px) { .pay-grid { grid-template-columns: 1fr 1fr; } }
.btn-pay {
  background: #1B1E23; border: 1px solid var(--line); text-align: left;
  display: flex; flex-direction: column; gap: 2px; padding: 14px 16px;
}
.btn-pay:hover { border-color: var(--gold); }
.pay-label { font-size: 14px; font-weight: 700; color: var(--text); }
.pay-price { font-family: "Anton", sans-serif; font-size: 24px; color: var(--gold); }
.pay-sub { font-size: 12px; color: var(--muted); }
.price-card {
  background: #141619; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px; margin-bottom: 12px;
}
.price-card.featured { border-color: var(--gold); }
.price-big { font-family: "Anton", sans-serif; font-size: 30px; color: var(--gold); }
.price-name { font-size: 15px; font-weight: 700; }
.price-sub { font-size: 13px; color: var(--muted); }
.compliance { font-size: 12px; color: var(--muted); }
.compliance p { margin: 0 0 6px; }

/* ---------- share & earn ---------- */
.se-row { display: flex; gap: 8px; flex-wrap: wrap; }
.se-row input {
  flex: 1; background: #1B1E23; border: 1px solid var(--line);
  border-radius: 10px; color: var(--text); padding: 12px 14px; font-size: 16px;
}
.se-row input:focus-visible { outline: 3px solid #3EE6FF; outline-offset: 2px; }
.se-row .btn { width: auto; flex: 0 0 auto; }
/* At 320px the nickname input + button can't share a line. Let the button drop
   to its own full-width row instead of pushing the page 31px wide. Small phones
   in the Instagram in-app browser are the primary traffic — they can't scroll
   sideways to find the button. */
@media (max-width: 380px) {
  .se-row .btn { width: 100%; flex: 1 0 100%; }
  .se-row input { flex: 1 0 100%; min-width: 0; }
}
.se-code { color: var(--gold); font-weight: 700; }
.disclosure {
  background: #1B1E23; border: 1px solid var(--line); border-radius: 10px;
  padding: 12px 14px; font-size: 13px; color: var(--muted);
}

/* ---------- promo / cross ---------- */
.promo-card {
  display: flex; flex-direction: column; gap: 4px;
  background: #141619; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px 16px; margin: 10px 0; text-decoration: none; color: var(--text);
  font-size: 14px;
}
.promo-card strong { color: var(--gold); }
.quiet-links { font-size: 13px; color: var(--muted); }
.quiet-links a { color: var(--muted); }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--line); padding: 30px 0 110px; color: var(--muted); font-size: 13px; }
footer a { color: var(--muted); }
.legal-links { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-bottom: 14px; }
.fineprint { font-size: 12px; color: var(--muted); }

/* ---------- sticky CTA ---------- */
#sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: #0B0C0E; border-top: 1px solid var(--line);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  display: flex; gap: 10px;
  transform: translateY(110%); transition: transform 0.2s ease;
}
#sticky-cta.visible { transform: translateY(0); }
#sticky-cta.hide-cta { display: none; }
#sticky-cta .btn { margin: 0; }

/* ---------- overlays ---------- */
.ov {
  position: fixed; inset: 0; z-index: 80; display: none;
  background: #0B0C0E;
  overflow-y: auto; -webkit-overflow-scrolling: touch;
}
.ov.open { display: block; }
.ov-in { max-width: var(--maxw); margin: 0 auto; padding: 18px 18px 60px; }
.ov-bar { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 14px; }
.ov-title { font-size: 26px; }
.ov-sub { color: var(--muted); }

/* ---------- game ---------- */
#g-progress { color: var(--muted); font-size: 13px; margin-bottom: 6px; }
.meter {
  height: 6px; background: #1B1E23; border-radius: 3px; overflow: hidden; margin-bottom: 18px;
}
.meter-fill {
  height: 100%; width: 0;
  background: linear-gradient(90deg, #D7DDE6 0%, #3EE6FF 100%);
  transition: width 0.25s ease;
}
#g-scenario {
  background: #141619; border: 1px solid var(--line); border-left: 3px solid #3EE6FF;
  border-radius: 10px; padding: 14px 16px; font-size: 15px;
}
#g-question { font-size: 20px; font-family: "Anton", sans-serif; text-transform: uppercase; margin: 14px 0 10px; }
.answer {
  display: flex; gap: 12px; text-align: left; align-items: flex-start;
  background: #1B1E23;
}
.a-label {
  flex: 0 0 auto; width: 30px; height: 30px; border-radius: 8px;
  background: #262A31; color: var(--text);
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.a-text { font-weight: 500; font-size: 15px; }
.answer.picked { border-color: var(--danger); }
.answer.picked-best { border-color: var(--ok); }
.answer.is-best .a-label { background: #58D68D; color: #0B0C0E; }
.chip {
  display: block; min-height: 26px; font-weight: 800; font-size: 15px;
  letter-spacing: 0.03em; margin: 10px 0 4px;
}
.chip-sharp { color: #3EE6FF; }
.chip-ok { color: #58D68D; }
.chip-risk { color: #E8B34B; }
.chip-flag { color: #FF5C5C; }
#g-feedback { color: var(--muted); font-size: 14px; min-height: 22px; }
.hidden { display: none !important; }

/* ---------- results ---------- */
.r-head { text-align: center; padding: 8px 0 6px; }
.r-mode { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; }
.r-verdict { font-size: 40px; }
.r-line { color: var(--muted); }
.score-ring {
  width: 150px; height: 150px; border-radius: 50%;
  margin: 16px auto;
  background: conic-gradient(#3EE6FF calc(var(--pct) * 1%), #262A31 0);
  display: flex; align-items: center; justify-content: center;
}
.score-ring-inner {
  width: 118px; height: 118px; border-radius: 50%;
  background: #141619;
  display: flex; align-items: baseline; justify-content: center; gap: 2px;
  padding-top: 38px;
}
.score-num { font-family: "Anton", sans-serif; font-size: 42px; line-height: 1; }
.score-of { color: var(--muted); font-size: 14px; }
.arch-card, .arch-full, .lock-box, .cat-wrap, .flag-wrap, .f-card {
  background: #141619; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px; margin: 12px 0;
}
.arch-kicker { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; }
.arch-name { font-size: 22px; }
.arch-teaser { color: var(--gold); font-weight: 600; }
.r-caught { color: #FF5C5C; font-weight: 600; }
.lock-title { font-size: 16px; }
.lock-row { display: flex; gap: 8px; font-size: 14px; margin: 8px 0; }
.lock-ico { color: var(--gold); }
.lock-blur { color: var(--muted); filter: blur(0.6px); }
.r-demo-note { color: var(--muted); font-size: 13px; }
.cat-row { margin: 10px 0; }
.cat-top { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 4px; }
.cat-pct { font-weight: 700; }
.cat-strong .cat-pct { color: #58D68D; }
.cat-weak .cat-pct { color: #FF5C5C; }
.bar { height: 8px; background: #1B1E23; border-radius: 4px; overflow: hidden; }
.bar-fill { height: 100%; background: #D7DDE6; border-radius: 4px; }
.cat-strong .bar-fill { background: #58D68D; }
.cat-weak .bar-fill { background: #FF5C5C; }
.flag-pill {
  display: inline-block; background: #1B1E23; border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 12px; margin: 4px 6px 4px 0; font-size: 13px;
}
.no-flags { color: #58D68D; font-weight: 700; }
.pair-label { font-size: 13px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; margin: 12px 0 4px; }
.pair-body { font-size: 15px; }
.fix-box { background: #1B1E23; border-radius: 10px; padding: 12px 14px; margin-top: 12px; }
.fix-title { color: #3EE6FF; font-size: 14px; margin: 0 0 6px; }
.fix-body { font-size: 15px; margin: 0; }

/* ---------- FMDP ---------- */
.f-progress { color: var(--muted); font-size: 13px; }
.f-q { font-size: 24px; }
.f-hint { color: var(--muted); font-size: 14px; }
.f-input {
  width: 100%; background: #1B1E23; border: 1px solid var(--line);
  border-radius: 10px; color: var(--text); padding: 14px; font-size: 17px; margin: 10px 0;
}
.f-input:focus-visible { outline: 3px solid #3EE6FF; outline-offset: 2px; }
.f-opts { display: grid; grid-template-columns: 1fr; gap: 8px; margin: 12px 0; }
.f-opt { text-align: left; background: #1B1E23; }
.f-back { width: auto; }
.f-li { font-size: 14px; margin: 6px 0; }
.f-post {
  display: flex; gap: 10px; align-items: center; justify-content: space-between;
  background: #1B1E23; border-radius: 10px; padding: 10px 12px; margin: 8px 0;
}
.f-post-text { font-size: 14px; margin: 0; word-break: break-word; }

/* ---------- toast ---------- */
#toast {
  position: fixed; left: 50%; bottom: 90px; transform: translateX(-50%) translateY(20px);
  background: #EDEFF3; color: #0B0C0E; font-weight: 600; font-size: 14px;
  padding: 12px 18px; border-radius: 12px; z-index: 100;
  opacity: 0; pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease;
  max-width: 88vw; text-align: center;
}
#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- expired bar ---------- */
#expired-bar {
  display: none; background: #2A1215; border-bottom: 1px solid #FF5C5C;
  color: #FFD7D7; font-size: 14px; padding: 10px 18px; text-align: center;
}
#expired-bar.show { display: block; }
#expired-bar button {
  background: #FF5C5C; color: #0B0C0E; border: 0; border-radius: 8px;
  padding: 6px 12px; font-weight: 700; margin-left: 8px; cursor: pointer;
}

/* ---------- AGE GATE (ag- namespace, literal colors, opaque) ---------- */
.ag-overlay {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: #0B0C0E;
  align-items: center; justify-content: center; padding: 24px;
}
.ag-overlay.ag-open { display: flex; }
.ag-box {
  background: #141619; border: 1px solid #262A31; border-radius: 16px;
  max-width: 420px; width: 100%; padding: 26px; text-align: center;
}
.ag-title { font-family: "Anton", sans-serif; font-size: 26px; color: #EDEFF3; text-transform: uppercase; margin: 0 0 8px; }
.ag-text { color: #9BA3AF; font-size: 15px; margin: 0 0 18px; }
.ag-btn {
  display: block; width: 100%; padding: 14px; border-radius: 12px; border: 1px solid #262A31;
  font-size: 16px; font-weight: 700; cursor: pointer; margin: 8px 0;
}
.ag-yes { background: #EDEFF3; color: #0B0C0E; }
.ag-no { background: #1B1E23; color: #9BA3AF; }
.ag-btn:focus-visible { outline: 3px solid #3EE6FF; outline-offset: 2px; }
.ag-hide { display: none; }

/* ---------- high contrast ---------- */
body.hc { --bg: #000000; --panel: #0A0A0A; --panel-2: #111111; --line: #4A4F57; --text: #FFFFFF; --muted: #C9CFD8; }
body.hc, body.hc header.top, body.hc .ov, body.hc #sticky-cta { background: #000000; }
body.hc .btn, body.hc .answer, body.hc .f-opt { border-color: #6A7078; }

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* ---------- small screens ---------- */
@media (max-width: 360px) {
  .hero-title { font-size: 36px; }
  .r-verdict { font-size: 32px; }
}

/* ================= v2.0.0 — PREMIUM PASS ================= */

/* perspective lens */
.lens-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.lens-chip {
  background: #15181C; border: 1px solid var(--line); color: var(--muted);
  border-radius: 999px; padding: 8px 14px; font-size: 13px; font-weight: 600;
  cursor: pointer; transition: border-color .15s, color .15s, transform .1s;
}
.lens-chip:active { transform: scale(.96); }
.lens-chip.lens-on { color: #0B0C0E; background: linear-gradient(120deg, #D7DDE6, #3EE6FF); border-color: transparent; }
.lens-chip.lens-her.lens-on { background: linear-gradient(120deg, #F2C4D8, #E8B34B); }
.lens-chip:focus-visible { outline: 3px solid #3EE6FF; outline-offset: 2px; }
.mode-empty { color: var(--muted); padding: 18px 4px; }

/* mode card tags v2 */
.tag-row { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.tag-level { background: #1B1E23; color: #9BA3AF; border: 1px solid var(--line); }
.tag-kind { background: #101c22; color: #3EE6FF; border: 1px solid #1d3a44; }
.tag-her { background: #221420; color: #F2C4D8; border: 1px solid #4a2740; }
.mode-card { transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease; }
.mode-card:hover { transform: translateY(-2px); border-color: #2A2F36; box-shadow: 0 10px 30px rgba(0,0,0,.35); }
.her-card { border-color: #3a2233; }

/* how it works */
.how-grid { display: grid; gap: 12px; }
@media (min-width: 700px) { .how-grid { grid-template-columns: 1fr 1fr 1fr; } }
.how-step { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.how-step h3 { margin: 8px 0 6px; font-size: 17px; }
.how-step p { color: var(--muted); font-size: 14px; margin: 0; }
.how-n {
  display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center;
  border-radius: 50%; font-weight: 800; color: #0B0C0E;
  background: linear-gradient(135deg, #D7DDE6, #3EE6FF);
}

/* journey */
.journey-strip { display: grid; gap: 8px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) { .journey-strip { grid-template-columns: repeat(6, 1fr); } }
.lvl { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; display: flex; flex-direction: column; gap: 2px; }
.lvl-n { font-weight: 800; font-size: 13px; color: var(--muted); letter-spacing: .04em; }
.lvl-name { font-size: 13px; color: var(--text); }
.lvl-clear { border-color: #2b4a35; background: linear-gradient(180deg, #12201a, #141619); }
.lvl-clear .lvl-n { color: #6fdc9a; }

/* roleplay */
.rp-bubble {
  background: #1B1E23; border: 1px solid var(--line); border-radius: 16px 16px 16px 4px;
  padding: 14px 16px; position: relative; font-style: italic; font-weight: 600;
}
.rp-bubble::before { content: "💬 They say:"; display: block; font-style: normal; font-weight: 700; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.g-objective { color: #E8B34B; font-size: 14px; font-weight: 600; margin-top: 8px; }

/* badges */
.badges-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 700px) { .badges-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .badges-grid { grid-template-columns: repeat(5, 1fr); } }
.badge { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 14px 12px; display: flex; flex-direction: column; gap: 4px; min-height: 118px; }
.badge-emoji { font-size: 26px; line-height: 1; }
.badge-name { font-weight: 700; font-size: 13px; }
.badge-desc { font-size: 12px; color: var(--muted); }
.badge-got { border-color: #4a3c1c; background: linear-gradient(180deg, #1d1809, #141619); box-shadow: inset 0 0 0 1px rgba(232,179,75,.15); }
.badge-got .badge-name { color: #E8B34B; }
.badge-locked { opacity: .75; }
.earned-wrap { margin: 14px 0 4px; }
.earned-badge { display: inline-block; background: #1d1809; border: 1px solid #4a3c1c; color: #E8B34B; border-radius: 999px; padding: 6px 12px; margin: 4px 6px 0 0; font-size: 13px; font-weight: 700; }

/* quotes / library */
.quote-card { background: var(--panel); border: 1px solid var(--line); border-left: 3px solid #E8B34B; border-radius: 14px; padding: 16px; margin: 14px 0; }
.quote-kicker { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #E8B34B; font-weight: 700; margin: 0 0 8px; }
.quote-text { font-size: 17px; line-height: 1.45; margin: 0 0 8px; }
.quote-attr { color: var(--muted); font-size: 13px; margin: 0 0 10px; }
.btn-book { width: auto; }
.her-quote { border-left-color: #F2C4D8; }
.her-section .section-sub { max-width: 640px; }
.her-points p { color: var(--text); font-size: 15px; margin: 10px 0; }
.books-grid { display: grid; gap: 10px; margin: 14px 0; }
@media (min-width: 700px) { .books-grid { grid-template-columns: 1fr 1fr; } }
.book-card { text-align: left; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; color: var(--text); cursor: pointer; display: flex; flex-direction: column; gap: 3px; transition: border-color .15s, transform .12s; }
.book-card:hover { border-color: #4a3c1c; transform: translateY(-1px); }
.book-card:focus-visible { outline: 3px solid #3EE6FF; outline-offset: 2px; }
.book-card strong { font-size: 14px; }
.book-card span { color: #E8B34B; font-size: 12px; font-weight: 700; }
.book-card em { color: var(--muted); font-size: 12.5px; font-style: normal; }
.lib-quote { background: #15181C; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; margin: 10px 0; }
.lib-locked { color: var(--muted); font-size: 13px; }

/* verdict glow tiers on result */
.r-verdict { text-shadow: 0 0 26px rgba(62,230,255,.25); }
.score-ring { box-shadow: 0 0 40px rgba(62,230,255,.10); }

@media (prefers-reduced-motion: reduce) {
  .mode-card, .lens-chip, .book-card { transition: none; }
}

/* ============================================================
   DAILY SHARP DROP — luxury card, reveal, overlays
   ============================================================ */
#dsd-card { max-width: 620px; margin: 0 auto; }
.dsd-luxe {
  position: relative;
  background: linear-gradient(160deg, #141317 0%, #0E0D10 100%);
  border: 1px solid rgba(232,179,75,0.30);
  border-radius: 20px;
  padding: 30px 26px 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), inset 0 1px 0 rgba(232,179,75,0.08);
  overflow: hidden;
  opacity: 0; transform: translateY(14px);
  transition: opacity .7s ease, transform .7s ease;
}
.dsd-luxe.reveal { opacity: 1; transform: none; }
.dsd-luxe::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 40% at 50% -8%, rgba(232,179,75,0.18), transparent 70%);
}
.dsd-kicker { position: relative; text-align: center; font-size: 10px; letter-spacing: 4px; color: var(--gold); font-weight: 700; }
.dsd-badge { position: relative; text-align: center; font-family: Georgia, serif; font-size: 13px; letter-spacing: 2px; color: #F2E2A6; margin: 4px 0 18px; }
.dsd-quote {
  position: relative; text-align: center; margin: 0 0 20px; padding: 0 6px;
  font-family: Georgia, 'Times New Roman', serif; font-weight: 700;
  font-size: clamp(20px, 5vw, 27px); line-height: 1.34; color: #F4F1E9;
}
.dsd-quote::before { content: "\201C"; color: var(--gold); }
.dsd-quote::after { content: "\201D"; color: var(--gold); }
.dsd-move { position: relative; background: rgba(232,179,75,0.06); border: 1px solid rgba(232,179,75,0.18); border-radius: 12px; padding: 14px 16px; margin-bottom: 16px; }
.dsd-move-h { display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 6px; }
.dsd-move-p { margin: 0; font-size: 14.5px; line-height: 1.6; color: #E4DFD3; }
.dsd-refl { position: relative; margin-bottom: 18px; }
.dsd-refl-h { display: block; font-size: 13px; color: var(--muted); font-style: italic; margin-bottom: 8px; }
.dsd-refl-in { width: 100%; box-sizing: border-box; background: #0B0C0E; border: 1px solid var(--line); border-radius: 10px; color: var(--text); padding: 10px 12px; font: inherit; font-size: 14px; resize: vertical; }
.dsd-refl-in:focus-visible { outline: 2px solid var(--gold); }
.dsd-actions { position: relative; display: flex; gap: 8px; flex-wrap: wrap; }
.dsd-btn { flex: 1; min-width: 96px; background: #141619; border: 1px solid var(--line); color: var(--text); border-radius: 10px; padding: 11px 12px; font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; }
.dsd-btn:focus-visible { outline: 3px solid var(--edge); outline-offset: 2px; }
.dsd-btn.on { border-color: var(--gold); color: var(--gold); }
.dsd-btn-gold { background: linear-gradient(180deg, #F2E2A6, #E8B34B); color: #241C05; border-color: #E8B34B; }
.dsd-util { position: relative; display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 14px; }
.dsd-link { background: none; border: none; color: var(--muted); font: inherit; font-size: 12.5px; cursor: pointer; padding: 4px; }
.dsd-link:hover { color: var(--gold); }
.dsd-link:focus-visible { outline: 2px solid var(--edge); outline-offset: 2px; }
.dsd-foot { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.dsd-streak { font-size: 12px; color: var(--muted); }
.dsd-name { color: var(--gold); }

/* overlays */
.dsd-ov { position: fixed; inset: 0; z-index: 60; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(0,0,0,0.72); backdrop-filter: blur(3px); }
.dsd-ov.show { display: flex; }
.dsd-sheet { width: 100%; max-width: 380px; background: #141317; border: 1px solid rgba(232,179,75,0.28); border-radius: 16px; padding: 20px; }
.dsd-sheet-h { margin: 0 0 14px; font-family: Georgia, serif; color: #F2E2A6; font-size: 18px; text-align: center; }
.dsd-sheet-btn { display: block; width: 100%; text-align: left; background: #0F0E12; border: 1px solid var(--line); color: var(--text); border-radius: 10px; padding: 13px 15px; margin-bottom: 8px; font: inherit; font-size: 14px; cursor: pointer; }
.dsd-sheet-btn:hover { border-color: var(--gold); }
.dsd-sheet-btn:focus-visible { outline: 3px solid var(--edge); outline-offset: 2px; }
.dsd-sheet-close { display: block; width: 100%; background: none; border: 1px solid var(--line); color: var(--muted); border-radius: 10px; padding: 11px; margin-top: 6px; font: inherit; cursor: pointer; }
.dsd-vault-panel { width: 100%; max-width: 460px; max-height: 82vh; overflow-y: auto; background: #141317; border: 1px solid rgba(232,179,75,0.28); border-radius: 16px; padding: 20px; }
.dsd-vault-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.dsd-vault-head h3 { margin: 0; font-family: Georgia, serif; color: #F2E2A6; font-size: 19px; }
.dsd-vault-head .dsd-sheet-close { width: auto; margin: 0; padding: 8px 14px; }
.dsd-vault-cat { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin: 16px 0 8px; }
.dsd-vault-item { background: #0F0E12; border: 1px solid var(--line); border-radius: 12px; padding: 14px; margin-bottom: 10px; }
.dsd-vault-q { margin: 0 0 8px; font-family: Georgia, serif; font-size: 15px; line-height: 1.4; color: #EDE7D8; }
.dsd-vault-row { display: flex; gap: 14px; }
.dsd-empty { color: var(--muted); text-align: center; font-size: 14px; padding: 20px 10px; }
#dsd-toast { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(20px); background: #E8B34B; color: #241C05; font-weight: 700; font-size: 13px; padding: 11px 18px; border-radius: 999px; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; z-index: 70; box-shadow: 0 10px 30px rgba(0,0,0,0.4); }
#dsd-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
@media (prefers-reduced-motion: reduce) { .dsd-luxe { transition: none; opacity: 1; transform: none; } }
/* Daily Sharp Drop — date, teaser, archive additions */
.dsd-date { position: relative; text-align: center; font-size: 12px; letter-spacing: 1px; color: var(--muted); margin: -10px 0 16px; }
.dsd-teaser { position: relative; text-align: center; font-size: 12px; color: var(--muted); font-style: italic; margin: 14px 0 0; }
.dsd-arch-date { font-size: 11px; letter-spacing: 1px; color: var(--gold); font-weight: 700; margin-bottom: 6px; }
