/* ==========================================================================
   DisMis — claim checked. case closed.
   Built to the "DisMis News" design handoff.

   One family (Poppins) carries the whole interface; Playfair Display only ever
   sets the headline printed on the newsprint clipping. There is no mono face in
   this theme — every label that used to be mono is Poppins 500 with wide
   tracking, which is how the handoff spells it.
   ========================================================================== */

:root {
  --sans: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --display: 'Playfair Display', Georgia, 'Times New Roman', serif;

  --ink: #101418;
  --nearblack: #0C1013;
  --violet: #4B31E0;
  --blue: #3E7BFA;
  --purple: #7C2AE8;
  --lilac: #A79BFF;
  --mist: #EDEBFE;
  --paper: #FBFCFB;
  --light: #F7F8F7;
  --page: #EEF1EE;
  --chip: #F3F5F3;
  --track: #EFF1EF;
  --deep: #241A45;

  /* the newsprint clipping */
  --news: #E7EAE7;
  --news-ink: #1A1815;

  --grad: linear-gradient(135deg, var(--blue), var(--purple));

  /* Driven by JS from the current claim's verdict — this is the liquid glass tint. */
  --tint: 75, 49, 224;
  --v-fg: #4B31E0;
  --v-glow: #A79BFF;
  --v-bg: #EDEBFE;
  --v-stripe: rgba(75, 49, 224, .14);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body { height: 100%; }

body {
  font-family: var(--sans);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  background:
    radial-gradient(1100px 680px at 8% 2%, rgba(var(--tint), .17) 0%, transparent 60%),
    radial-gradient(880px 620px at 94% 96%, rgba(var(--tint), .13) 0%, transparent 64%),
    var(--page);
  transition: background 1s ease;
}

button, input, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: var(--violet); text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: rgba(75, 49, 224, .18); }
::-webkit-scrollbar { width: 0; height: 0; }

.hidden { display: none !important; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* every all-caps label in this theme */
.label {
  font-weight: 500; font-size: 10px; line-height: 1; letter-spacing: .15em;
  color: rgba(16, 20, 24, .4);
}

/* ── keyframes ───────────────────────────────────────────────────────────── */

@keyframes dnRise   { from { opacity: 0; transform: translateY(18px) } to { opacity: 1; transform: none } }
@keyframes dnFade   { from { opacity: 0 } to { opacity: 1 } }
@keyframes dnSpin   { to { transform: rotate(360deg) } }
@keyframes dnStamp  { 0% { opacity: 0; transform: rotate(-5deg) scale(1.12) } 55% { opacity: 1; transform: rotate(-1deg) scale(.98) } 100% { opacity: 1; transform: none } }
@keyframes dnPulse  { 0%, 100% { opacity: .35; transform: scale(1) } 50% { opacity: .95; transform: scale(1.12) } }
@keyframes dnSlide  { from { opacity: 0; transform: translateY(100%) } to { opacity: 1; transform: none } }
@keyframes dnPop    { from { opacity: 0; transform: scale(.94) translateY(10px) } to { opacity: 1; transform: none } }
@keyframes dnSweep  { 0% { transform: translateX(-140%) } 100% { transform: translateX(240%) } }
@keyframes dnDrift  { 0%, 100% { transform: translate(0, 0) } 50% { transform: translate(18px, -22px) } }
@keyframes dnToast  { 0% { opacity: 0; transform: translate(-50%, 16px) } 12%, 84% { opacity: 1; transform: translate(-50%, 0) } 100% { opacity: 0; transform: translate(-50%, -10px) } }
@keyframes dnBar    { from { width: 0 } to { width: 100% } }
@keyframes dnGrow   { from { transform: scaleX(0) } to { transform: scaleX(1) } }

/* coach marks: the hand taps, swipes or points at the thing being explained */
@keyframes dnTap    { 0%, 100% { transform: translate(0, 0) scale(1) } 45% { transform: translate(-5px, -7px) scale(.9) } 60% { transform: translate(0, 0) scale(1) } }
@keyframes dnSwipe  { 0% { transform: translateY(28px); opacity: 0 } 18% { opacity: 1 } 72% { transform: translateY(-42px); opacity: 1 } 100% { transform: translateY(-56px); opacity: 0 } }
@keyframes dnRing   { 0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .55) } 50% { box-shadow: 0 0 0 12px rgba(255, 255, 255, 0) } }
@keyframes dnPointR { 0%, 100% { transform: translateX(0) } 50% { transform: translateX(9px) } }
@keyframes dnPointL { 0%, 100% { transform: translateX(0) } 50% { transform: translateX(-11px) } }
@keyframes dnPointU { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-10px) } }

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

/* ── the liquid glass tint layer ─────────────────────────────────────────── */

.tint-layer { position: fixed; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.tint-layer .blob { position: absolute; border-radius: 50%; transition: background 1s ease; }
.tint-layer .blob-a {
  width: 620px; height: 620px; left: -150px; top: -190px; filter: blur(30px);
  background: radial-gradient(circle, rgba(var(--tint), .3), transparent 68%);
  animation: dnDrift 14s ease-in-out infinite;
}
.tint-layer .blob-b {
  width: 540px; height: 540px; right: -160px; bottom: -200px; filter: blur(36px);
  background: radial-gradient(circle, rgba(var(--tint), .19), transparent 70%);
  animation: dnDrift 18s ease-in-out infinite reverse;
}
.tint-layer .haze {
  position: absolute; inset: 0;
  backdrop-filter: blur(44px) saturate(135%);
  -webkit-backdrop-filter: blur(44px) saturate(135%);
}

/* ── brand lockup ────────────────────────────────────────────────────────── */

.lockup { display: flex; align-items: center; gap: 12px; }
.wordmark { font-weight: 700; letter-spacing: -.035em; font-size: 27px; line-height: 1; }
.wordmark span { color: var(--violet); }
.wordmark.on-dark { color: var(--light); }
.wordmark.on-dark span { color: var(--lilac); }
.tagline { font-weight: 500; font-size: 11px; line-height: 1; letter-spacing: .18em; }

/* ── screen scaffolding ──────────────────────────────────────────────────── */

.screen {
  position: relative; z-index: 1;
  min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center; justify-content: center;
  padding: 32px 26px;
}

.shell { display: grid; grid-template-columns: 412px 668px; gap: 30px; align-items: start; }

/* ── the phone ───────────────────────────────────────────────────────────── */

.phone {
  position: relative;
  width: 412px; height: 812px;
  border-radius: 44px; overflow: hidden;
  background: rgba(251, 252, 251, .72);
  backdrop-filter: blur(32px) saturate(170%);
  -webkit-backdrop-filter: blur(32px) saturate(170%);
  box-shadow:
    0 48px 100px -36px rgba(16, 20, 24, .5),
    0 0 0 1px rgba(255, 255, 255, .75),
    inset 0 1px 0 rgba(255, 255, 255, .8);
}

.phone-inner { position: absolute; inset: 0; display: flex; flex-direction: column; }

/* ── phone header: the date, the wordmark, the beats, the count ───────────── */

.phone-head { flex: none; padding: 22px 20px 0; }
.head-date { font-weight: 400; font-size: 12px; line-height: 1; color: rgba(16, 20, 24, .45); }
.phone-head .wordmark { margin-top: 9px; }
.head-avatar {
  width: 38px; height: 38px; border-radius: 50%; flex: none; background: var(--grad);
  display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 13px; line-height: 1;
  box-shadow: 0 10px 22px -12px rgba(75, 49, 224, .9);
}
.head-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }

.tabs { display: flex; gap: 9px; margin-top: 18px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex: none; padding: 12px 20px; border-radius: 999px; white-space: nowrap;
  font-weight: 500; font-size: 12.5px; line-height: 1;
  background: rgba(16, 20, 24, .05); color: rgba(16, 20, 24, .55);
  transition: background .22s, color .22s, box-shadow .22s;
}
.tab:hover { background: rgba(16, 20, 24, .09); color: rgba(16, 20, 24, .8); }
.tab.on {
  font-weight: 600; background: var(--ink); color: var(--light);
  box-shadow: 0 12px 26px -14px rgba(16, 20, 24, .9);
}

.head-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-top: 20px; }
.head-meta h2 { font-weight: 600; font-size: 17px; line-height: 1; letter-spacing: -.02em; }
.head-meta .count { font-weight: 400; font-size: 12.5px; line-height: 1; color: rgba(16, 20, 24, .42); white-space: nowrap; }

/* ── the feed pager ──────────────────────────────────────────────────────── */

.feed { flex: 1; min-height: 0; position: relative; overflow: hidden; }
.panel {
  position: absolute; inset: 0;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1), opacity .4s ease;
  will-change: transform;
}
.panel-scroll { height: 100%; overflow: auto; padding: 4px 16px 122px; scrollbar-width: none; }
.panel-scroll::-webkit-scrollbar { display: none; }

.dot-rail {
  position: absolute; left: 6px; top: 50%; transform: translateY(-50%); z-index: 5;
  display: flex; flex-direction: column; gap: 5px;
}
.dot-rail i {
  display: block; width: 3px; height: 7px; border-radius: 3px; cursor: pointer;
  background: rgba(16, 20, 24, .16); transition: height .4s, background .4s;
}
.dot-rail i.on { height: 22px; background: var(--v-fg); }

/* ── the claim card ──────────────────────────────────────────────────────── */

.card { border-radius: 28px; background: #fff; box-shadow: 0 18px 42px -32px rgba(16, 20, 24, .9); overflow: hidden; }

.card-top { padding: 16px 16px 0; display: flex; align-items: center; gap: 11px; }
.checker-av {
  width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--v-fg);
  display: grid; place-items: center; color: #fff; font-weight: 600; font-size: 13px; line-height: 1;
}
.checker { flex: 1; min-width: 0; }
.checker-name { display: flex; align-items: center; gap: 6px; font-weight: 600; font-size: 14.5px; line-height: 1; letter-spacing: -.01em; }
.checker-when { font-weight: 400; font-size: 11.5px; line-height: 1; color: rgba(16, 20, 24, .45); margin-top: 6px; }
.icon-btn {
  width: 36px; height: 36px; flex: none; border-radius: 50%; background: var(--chip);
  display: grid; place-items: center; transition: transform .2s, background .2s;
}
.icon-btn:hover { transform: translateY(-2px); background: rgba(16, 20, 24, .1); }

.claim-title { padding: 14px 16px 0; font-weight: 600; font-size: 20px; line-height: 1.32; letter-spacing: -.028em; text-wrap: pretty; }

/* the newsprint clipping — the claim as it was printed, then stamped */
.clip-wrap { padding: 13px 16px 0; }
.clip {
  position: relative; height: 214px; border-radius: 20px; overflow: hidden;
  background: var(--news) url('/assets/newsprint.png') center / 178% no-repeat;
}
.clip-head {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  padding: 22px 20px 68px;
}
.clip-head span {
  font-family: var(--display); font-weight: 800; font-size: 21px; line-height: 1.16;
  letter-spacing: -.01em; color: var(--news-ink); text-align: center; text-wrap: pretty;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.clip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.clip-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, transparent 0 40%, rgba(16, 20, 24, .55) 100%);
}

.stamp { position: absolute; left: 0; right: 0; bottom: 16px; text-align: center; pointer-events: none; }
.panel.on .stamp, .web-case .stamp { animation: dnStamp .85s cubic-bezier(.22, 1, .36, 1) both; }
.stamp-rules { display: flex; align-items: center; justify-content: center; gap: 8px; }
.stamp-rules i { width: 22px; height: 1px; background: var(--v-fg); }
.stamp-rules span { font-weight: 500; font-size: 7.5px; line-height: 1; letter-spacing: .32em; color: rgba(255, 255, 255, .85); }
.stamp-word {
  font-weight: 700; font-size: 24px; line-height: 1; letter-spacing: .14em; margin-top: 10px;
  color: var(--v-fg); text-shadow: 0 1px 10px rgba(16, 20, 24, .85), 0 8px 24px rgba(16, 20, 24, .5);
}

.conf-row { padding: 14px 16px 0; display: flex; align-items: center; gap: 11px; }
.conf-label { font-weight: 500; font-size: 9.5px; line-height: 1; letter-spacing: .14em; color: var(--v-fg); white-space: nowrap; }
.conf-track { position: relative; flex: 1 0 50px; height: 7px; border-radius: 6px; background: var(--track); overflow: hidden; }
.conf-fill {
  position: absolute; left: 0; top: 0; bottom: 0; border-radius: 6px; background: var(--v-fg);
  transform-origin: left; animation: dnGrow 1s cubic-bezier(.22, 1, .36, 1) both;
}
.conf-likely { font-weight: 500; font-size: 10.5px; line-height: 1; color: rgba(16, 20, 24, .5); white-space: nowrap; }

/* the verdict sentence leads in the verdict's own colour, the rest stays black */
.why { padding: 16px 16px 0; font-weight: 500; font-size: 15px; line-height: 1.65; text-wrap: pretty; }
.why-lead { font-weight: 600; color: var(--v-fg); }
.body-copy { padding: 12px 16px 0; font-weight: 400; font-size: 14px; line-height: 1.8; color: rgba(16, 20, 24, .7); text-wrap: pretty; }

.sec { margin: 18px 16px 0; padding-top: 16px; border-top: 1px solid rgba(16, 20, 24, .08); }
.sec p { font-weight: 400; font-size: 13.5px; line-height: 1.75; color: rgba(16, 20, 24, .68); margin-top: 10px; text-wrap: pretty; }

/* the evidence photo, when a case has one — the clipping above is the claim as
   printed, this is what was actually in the frame */
.sec-img { margin-top: 12px; border-radius: 16px; overflow: hidden; background: var(--news); }
.sec-img img { display: block; width: 100%; height: 172px; object-fit: cover; }

.chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.chip { display: flex; align-items: center; gap: 8px; padding: 7px 13px 7px 8px; border-radius: 999px; background: var(--chip); }
.chip i {
  width: 18px; height: 18px; border-radius: 6px; background: rgba(16, 20, 24, .1);
  display: grid; place-items: center; font-style: normal; font-weight: 600; font-size: 7.5px; line-height: 1;
  color: rgba(16, 20, 24, .6);
}
.chip span { font-weight: 500; font-size: 11px; line-height: 1; color: rgba(16, 20, 24, .7); }

.trail { margin-top: 13px; display: flex; flex-direction: column; }
.trail-step { display: flex; gap: 13px; }
.trail-step .spine { width: 12px; flex: none; display: flex; flex-direction: column; align-items: center; }
.trail-step .spine i { width: 9px; height: 9px; border-radius: 50%; background: var(--v-fg); margin-top: 5px; }
.trail-step .spine u { flex: 1; width: 1px; background: rgba(16, 20, 24, .14); }
.trail-step .body { padding-bottom: 15px; }
.trail-step .when { font-weight: 500; font-size: 10.5px; line-height: 1; color: rgba(16, 20, 24, .42); }
.trail-step .what { font-weight: 400; font-size: 13px; line-height: 1.65; color: rgba(16, 20, 24, .76); margin-top: 6px; text-wrap: pretty; }
.trail-step:last-child .spine u { display: none; }

.card-foot {
  display: flex; align-items: center; gap: 10px; margin: 0 16px; padding: 16px 0 14px;
  font-weight: 400; font-size: 11.5px; line-height: 1; color: rgba(16, 20, 24, .45);
}
.card-foot i { width: 20px; height: 20px; border-radius: 50%; background: var(--grad); flex: none; }

.repeat-note {
  display: block; margin-top: 9px; font-weight: 500; font-size: 12.5px; line-height: 1.5;
  color: rgba(var(--tint), .92); text-wrap: pretty;
}
.claim-title .repeat-note { padding: 0; }

/* ── in-feed interstitials ───────────────────────────────────────────────── */

.interest-card {
  height: 100%; border-radius: 28px; overflow: hidden; color: var(--light);
  background: linear-gradient(160deg, var(--ink) 0%, var(--deep) 100%);
  padding: 30px 24px; position: relative; display: flex; flex-direction: column; justify-content: center;
}
.interest-card .glow {
  position: absolute; width: 300px; height: 300px; border-radius: 50%; top: -90px; right: -80px;
  background: radial-gradient(circle, rgba(124, 42, 232, .5), transparent 70%);
  animation: dnDrift 11s ease-in-out infinite;
}
.interest-card .inner { position: relative; }
.interest-card .kicker { font-weight: 500; font-size: 10px; line-height: 1; letter-spacing: .18em; color: var(--lilac); }
.interest-card h2 { font-weight: 600; font-size: 30px; line-height: 1.22; letter-spacing: -.035em; margin-top: 14px; max-width: 16ch; }
.interest-card .sub { font-weight: 400; font-size: 13.5px; line-height: 1.7; color: rgba(247, 248, 247, .6); margin-top: 10px; }
.topic-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.topic-btn {
  padding: 11px 16px; border-radius: 999px; font-weight: 500; font-size: 12.5px; line-height: 1;
  border: 1px solid rgba(247, 248, 247, .2); background: rgba(247, 248, 247, .08);
  color: rgba(247, 248, 247, .72); transition: background .2s, color .2s;
}
.topic-btn:hover { background: rgba(247, 248, 247, .16); }
.topic-btn.on { background: var(--light); color: var(--ink); border-color: var(--light); }

.btn-light {
  margin-top: 24px; padding: 14px 26px; border-radius: 999px; background: var(--light); color: var(--ink);
  font-weight: 600; font-size: 13px; line-height: 1; align-self: flex-start;
}
.btn-grad {
  padding: 14px 24px; border-radius: 999px; background: var(--grad); color: #fff;
  font-weight: 600; font-size: 13px; line-height: 1;
  box-shadow: 0 14px 30px -14px rgba(75, 49, 224, .9);
}

.ad-card { height: 100%; display: flex; flex-direction: column; justify-content: center; }
.ad-card .promoted { font-weight: 500; font-size: 9.5px; line-height: 1; letter-spacing: .16em; color: rgba(16, 20, 24, .38); margin-bottom: 10px; }
.ad-card .card { box-shadow: 0 20px 46px -32px rgba(16, 20, 24, .9); }
.ad-card .clip { border-radius: 0; height: 212px; }
.ad-card .clip-head { padding: 26px; }
.ad-card .clip-head span { font-size: 24px; -webkit-line-clamp: 3; letter-spacing: 0; }
.ad-body { padding: 18px; }
.ad-body h3 { font-weight: 600; font-size: 19px; line-height: 1.3; letter-spacing: -.025em; }
.ad-body p { font-weight: 400; font-size: 13px; line-height: 1.7; color: rgba(16, 20, 24, .6); margin-top: 9px; }
.ad-acts { display: flex; gap: 9px; margin-top: 16px; }
.ad-acts .cta { padding: 12px 20px; border-radius: 999px; background: var(--grad); color: #fff; font-weight: 600; font-size: 12.5px; line-height: 1; }
.ad-acts .skip { padding: 12px 20px; border-radius: 999px; background: var(--chip); color: rgba(16, 20, 24, .55); font-weight: 500; font-size: 12.5px; line-height: 1; }

/* ── the bottom bar, the reactions popover and the search key ────────────── */

.bar-fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 104px; pointer-events: none; z-index: 7;
  background: linear-gradient(180deg, rgba(251, 252, 251, 0), rgba(251, 252, 251, .9) 58%);
}
.bar-dock { position: absolute; left: 14px; right: 14px; bottom: 20px; z-index: 8; display: flex; align-items: center; gap: 10px; }

.bottom-bar {
  flex: 1; display: flex; align-items: center; gap: 4px; padding: 7px; border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  backdrop-filter: blur(28px) saturate(190%); -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 20px 44px -22px rgba(16, 20, 24, .55);
}
.bar-btn {
  flex: 1; position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 8px 4px 7px; border-radius: 999px; transition: background .22s;
}
/* :not(.bar-badge) — the count is a span too, and these label rules would
   otherwise outrank .bar-badge and paint it dark, then green-on-green when on */
.bar-btn span:not(.bar-badge) { font-weight: 500; font-size: 9.5px; line-height: 1; color: rgba(16, 20, 24, .62); }
.bar-btn:hover { background: rgba(16, 20, 24, .05); }
.bar-btn.on { background: var(--v-bg); }
.bar-btn.on span:not(.bar-badge), .bar-btn.on svg { color: var(--v-fg); stroke: var(--v-fg); }
.bar-btn.home.on { background: rgba(16, 20, 24, .07); }
.bar-btn.home.on span:not(.bar-badge), .bar-btn.home.on svg { color: var(--ink); stroke: var(--ink); }
.bar-badge {
  position: absolute; top: -3px; left: 50%; margin-left: 2px; padding: 2px 7px; border-radius: 999px;
  background: var(--ink); color: #fff; font-weight: 600; font-size: 9px; line-height: 1.5; white-space: nowrap;
}
.bar-badge.tinted { background: var(--v-fg); }

.search-key {
  width: 60px; height: 60px; flex: none; border-radius: 50%;
  background: rgba(255, 255, 255, .74);
  backdrop-filter: blur(28px) saturate(190%); -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 20px 44px -20px rgba(16, 20, 24, .6);
  display: grid; place-items: center; transition: transform .2s;
}
.search-key:hover { transform: translateY(-2px); }

.react-pop {
  position: absolute; left: 0; right: 74px; bottom: 78px; padding: 8px; border-radius: 22px;
  background: rgba(16, 20, 24, .92);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 22px 48px -22px rgba(0, 0, 0, .75);
  animation: dnPop .26s cubic-bezier(.22, 1, .36, 1) both;
  display: flex; flex-direction: column; gap: 3px;
}
.react-row {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 11px 13px; border-radius: 15px; background: transparent; transition: background .2s;
}
.react-row:hover { background: rgba(247, 248, 247, .1); }
.react-row.on { background: rgba(var(--tint), .3); }
.react-row .what { font-weight: 500; font-size: 12.5px; line-height: 1.2; color: rgba(247, 248, 247, .82); text-align: left; }
.react-row.on .what { color: #fff; }
.react-row .n { font-weight: 500; font-size: 11px; line-height: 1; color: rgba(247, 248, 247, .45); }

/* ── sheets ──────────────────────────────────────────────────────────────── */

.sheet-scrim {
  position: absolute; inset: 0; z-index: 11; background: rgba(16, 20, 24, .42);
  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  animation: dnFade .25s ease both;
}
/* above the scrim (11) — the scrim's blur must fall on the feed behind, not on this */
.sheet {
  position: absolute; inset: auto 0 0 0; z-index: 12; background: var(--paper); border-radius: 30px 30px 0 0;
  animation: dnSlide .42s cubic-bezier(.22, 1, .36, 1) both;
  display: flex; flex-direction: column; max-height: 88%;
}
.sheet.tall { height: 68%; }
.sheet-head {
  flex: none; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  border-bottom: 1px solid rgba(16, 20, 24, .08);
}
.sheet-head h3 { font-weight: 600; font-size: 16px; line-height: 1; letter-spacing: -.02em; }
.sheet-close { font-weight: 500; font-size: 12px; line-height: 1; color: rgba(16, 20, 24, .45); }
.sheet-body { flex: 1; min-height: 0; overflow: auto; padding: 16px 20px; display: flex; flex-direction: column; gap: 14px; }
.sheet-pad { padding: 20px; }

.comment { display: flex; gap: 11px; animation: dnRise .4s ease both; }
.comment .av {
  width: 34px; height: 34px; flex: none; border-radius: 50%; display: grid; place-items: center;
  color: #fff; font-weight: 600; font-size: 11px; line-height: 1;
}
.comment .who { font-weight: 600; font-size: 12.5px; line-height: 1.3; }
.comment .ago { font-weight: 400; font-size: 10.5px; line-height: 1; color: rgba(16, 20, 24, .4); margin-left: 5px; }
.comment .text { font-weight: 400; font-size: 13.5px; line-height: 1.65; color: rgba(16, 20, 24, .75); margin-top: 5px; text-wrap: pretty; }
.comment.live .who::after {
  content: 'LIVE'; margin-left: 7px; padding: 2px 6px; border-radius: 5px; vertical-align: 1px;
  background: var(--v-bg); color: var(--v-fg); font-weight: 600; font-size: 8px; letter-spacing: .1em;
}

.comment-form {
  flex: none; padding: 14px 16px; border-top: 1px solid rgba(16, 20, 24, .08);
  display: flex; gap: 9px; align-items: center;
}
.comment-form input {
  flex: 1; min-width: 0; padding: 13px 16px; border-radius: 999px; border: 1px solid rgba(16, 20, 24, .12);
  background: var(--chip); outline: none; font-weight: 400; font-size: 13px;
}
.comment-form button { padding: 13px 19px; border-radius: 999px; background: var(--ink); color: var(--light); font-weight: 600; font-size: 12.5px; line-height: 1; }

/* the share card */
.share-card {
  position: relative; border-radius: 24px; overflow: hidden; background: var(--ink); color: var(--light);
  padding: 22px; animation: dnPop .45s cubic-bezier(.22, 1, .36, 1) both;
}
.share-card .sweep {
  position: absolute; top: 0; bottom: 0; width: 60px;
  background: linear-gradient(90deg, transparent, rgba(167, 155, 255, .16), transparent);
  animation: dnSweep 2.8s ease-in-out infinite;
}
.share-card > *:not(.sweep) { position: relative; }
.share-card .top { display: flex; align-items: center; justify-content: space-between; }
.share-card .top .mark { font-weight: 700; font-size: 13px; line-height: 1; letter-spacing: -.02em; }
.share-card .top .mark span { color: var(--lilac); }
.share-card .top .note { font-weight: 500; font-size: 9px; line-height: 1; letter-spacing: .14em; color: rgba(247, 248, 247, .5); }
.share-verdict { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.share-verdict .pill {
  padding: 8px 13px; border-radius: 10px; background: var(--v-bg); color: var(--v-fg);
  font-weight: 700; font-size: 16px; line-height: 1; letter-spacing: .08em;
}
.share-verdict .likely { font-weight: 500; font-size: 11.5px; line-height: 1; color: var(--lilac); }
.share-card .claim { font-weight: 600; font-size: 20px; line-height: 1.35; letter-spacing: -.025em; margin-top: 15px; }
.share-card .why { padding: 0; font-weight: 400; font-size: 12.5px; line-height: 1.65; color: rgba(247, 248, 247, .6); margin-top: 10px; }
.share-card .link { display: flex; align-items: center; gap: 9px; margin-top: 16px; font-weight: 400; font-size: 10.5px; line-height: 1; color: rgba(247, 248, 247, .45); }
.share-card .link i {
  width: 26px; height: 26px; border-radius: 8px; background: rgba(247, 248, 247, .12);
  display: grid; place-items: center; font-style: normal; font-weight: 600; font-size: 7px;
}

.share-targets { display: flex; gap: 10px; margin-top: 16px; overflow-x: auto; scrollbar-width: none; }
.share-targets::-webkit-scrollbar { display: none; }
/* five targets, so they share the row rather than scrolling a tile half off the edge */
.share-target { flex: 1 1 0; min-width: 62px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.share-target .tile {
  width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center;
  font-weight: 600; font-size: 12px; line-height: 1; transition: transform .2s;
}
.share-target:hover .tile { transform: translateY(-3px); }
.share-target .cap { font-weight: 400; font-size: 10.5px; line-height: 1.3; color: rgba(16, 20, 24, .6); text-align: center; }

.aura-nudge {
  margin-top: 16px; padding: 14px 16px; border-radius: 18px; background: var(--mist);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.aura-nudge p { font-weight: 400; font-size: 12px; line-height: 1.5; color: rgba(16, 20, 24, .62); }
.aura-nudge .plus { font-weight: 700; font-size: 13px; line-height: 1; color: var(--violet); }

/* ── the profile screen ──────────────────────────────────────────────────── */

.profile {
  position: absolute; inset: 0; z-index: 13; background: var(--ink); color: var(--light);
  animation: dnFade .25s ease both; display: flex; flex-direction: column;
}
.profile-head { flex: none; padding: 22px 20px 0; display: flex; align-items: center; justify-content: space-between; }
.profile-head .label { color: rgba(247, 248, 247, .5); }
.profile-head .sheet-close { color: rgba(247, 248, 247, .5); }
.profile-body { flex: 1; min-height: 0; overflow: auto; padding: 22px 20px 110px; }
.profile-who { display: flex; align-items: center; gap: 14px; }
.profile-who .av {
  width: 58px; height: 58px; border-radius: 50%; background: var(--grad);
  display: grid; place-items: center; font-weight: 700; font-size: 19px; line-height: 1;
}
.profile-who h3 { font-weight: 600; font-size: 19px; line-height: 1.1; letter-spacing: -.03em; }
.profile-who .since { font-weight: 400; font-size: 11.5px; line-height: 1; color: rgba(247, 248, 247, .5); margin-top: 7px; }

.aura-card {
  margin-top: 20px; padding: 22px; border-radius: 24px; position: relative; overflow: hidden;
  background: linear-gradient(140deg, rgba(124, 42, 232, .35), rgba(247, 248, 247, .06));
  border: 1px solid rgba(247, 248, 247, .14);
}
.aura-card .sweep {
  position: absolute; top: 0; bottom: 0; width: 70px;
  background: linear-gradient(90deg, transparent, rgba(167, 155, 255, .16), transparent);
  animation: dnSweep 3.4s ease-in-out infinite;
}
.aura-card > *:not(.sweep) { position: relative; }
.aura-card .label { font-size: 10px; letter-spacing: .18em; color: rgba(247, 248, 247, .6); }
.aura-card .n { font-weight: 700; font-size: 46px; line-height: 1; letter-spacing: -.035em; margin-top: 10px; }
.aura-card .note { font-weight: 400; font-size: 12px; line-height: 1.6; color: rgba(247, 248, 247, .62); margin-top: 8px; }
.aura-track { height: 6px; border-radius: 6px; background: rgba(247, 248, 247, .14); margin-top: 14px; overflow: hidden; }
.aura-fill { height: 100%; background: linear-gradient(90deg, var(--blue), var(--lilac)); transition: width .6s ease; }
.aura-card .next { font-weight: 400; font-size: 10.5px; line-height: 1; color: rgba(247, 248, 247, .45); margin-top: 9px; }

.profile-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 9px; margin-top: 12px; }
.profile-stats div { padding: 15px; border-radius: 18px; background: rgba(247, 248, 247, .06); border: 1px solid rgba(247, 248, 247, .1); }
.profile-stats .v { font-weight: 700; font-size: 20px; line-height: 1; letter-spacing: -.02em; }
.profile-stats .k { font-weight: 400; font-size: 10px; line-height: 1.4; color: rgba(247, 248, 247, .5); margin-top: 7px; }

.mine-label { margin: 22px 0 11px; font-weight: 500; font-size: 10px; line-height: 1; letter-spacing: .15em; color: rgba(247, 248, 247, .45); }
.mine-list { display: flex; flex-direction: column; gap: 9px; }
.mine-row { display: flex; gap: 11px; align-items: center; padding: 13px; border-radius: 16px; background: rgba(247, 248, 247, .05); text-align: left; width: 100%; }
.mine-row .v {
  flex: none; padding: 5px 9px; border-radius: 7px; background: var(--v-bg); color: var(--v-fg);
  font-weight: 600; font-size: 9px; line-height: 1; letter-spacing: .06em;
}
.mine-row .c { font-weight: 400; font-size: 12.5px; line-height: 1.5; color: rgba(247, 248, 247, .85); text-wrap: pretty; }

/* ── the results screen (what you checked) ───────────────────────────────── */

.results {
  position: absolute; inset: 0; z-index: 10; background: var(--paper);
  animation: dnFade .22s ease both; display: flex; flex-direction: column;
}
.results-head { flex: none; padding: 22px 20px 16px; border-bottom: 1px solid rgba(16, 20, 24, .08); }
.back-link { font-weight: 500; font-size: 11.5px; line-height: 1; letter-spacing: .08em; color: var(--violet); }
.results-head .label { margin-top: 18px; }
.results-head h3 { font-weight: 600; font-size: 21px; line-height: 1.35; letter-spacing: -.025em; margin-top: 9px; text-wrap: pretty; }
.results-body { flex: 1; min-height: 0; overflow: auto; padding: 16px 18px 110px; display: flex; flex-direction: column; gap: 11px; }

.result-item {
  width: 100%; text-align: left; display: flex; gap: 13px; padding: 14px; border-radius: 22px; background: #fff;
  box-shadow: 0 14px 32px -28px rgba(16, 20, 24, .9); animation: dnRise .4s ease both; transition: transform .18s;
}
.result-item:hover { transform: translateY(-2px); }
.result-item .thumb {
  width: 64px; height: 64px; flex: none; border-radius: 16px; overflow: hidden;
  background: var(--news) url('/assets/newsprint.png') center / 178% no-repeat;
}
.result-item .meta { min-width: 0; flex: 1; }
.result-item .chev { flex: none; align-self: center; display: flex; }
.result-item .row { display: flex; align-items: center; gap: 8px; }
.result-item .v {
  padding: 4px 9px; border-radius: 7px; background: var(--v-bg); color: var(--v-fg);
  font-weight: 600; font-size: 9px; line-height: 1; letter-spacing: .06em;
}
.result-item .likely { font-weight: 400; font-size: 10px; line-height: 1; color: rgba(16, 20, 24, .42); }
.result-item .claim { font-weight: 500; font-size: 13px; line-height: 1.5; margin-top: 8px; text-wrap: pretty; }
.result-item .repeat-note { font-size: 11.5px; margin-top: 7px; }

.empty-state { padding: 20px; border-radius: 22px; border: 1px dashed rgba(59, 91, 219, .4); background: #E8EDFD; }
.empty-state .pill {
  display: inline-block; padding: 7px 11px; border-radius: 8px; background: #3B5BDB; color: #fff;
  font-weight: 600; font-size: 11.5px; line-height: 1;
}
.empty-state h4 { font-weight: 500; font-size: 15px; line-height: 1.5; margin-top: 13px; text-wrap: pretty; }
.empty-state p { font-weight: 400; font-size: 13px; line-height: 1.7; color: rgba(16, 20, 24, .65); margin-top: 9px; text-wrap: pretty; }

/* ── coach marks ─────────────────────────────────────────────────────────── */

.coach {
  position: absolute; inset: 0; z-index: 20; cursor: pointer;
  background: rgba(16, 20, 24, .72);
  backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px);
  animation: dnFade .3s ease both;
}
.coach.web { inset: -32px; border-radius: 34px; background: rgba(16, 20, 24, .7); backdrop-filter: blur(3px); z-index: 30; }
.coach-ring { position: absolute; border: 2px solid rgba(255, 255, 255, .9); animation: dnRing 1.8s ease-out infinite; }
.coach-hand { position: absolute; pointer-events: none; }
.coach-copy { position: absolute; left: 20px; right: 20px; bottom: 112px; }
.coach.web .coach-copy { left: 62px; right: 62px; bottom: 96px; text-align: center; }
.coach-step { font-weight: 500; font-size: 10px; line-height: 1; letter-spacing: .2em; color: var(--lilac); }
.coach-copy h3 { font-weight: 600; font-size: 27px; line-height: 1.24; letter-spacing: -.035em; color: var(--light); margin-top: 14px; max-width: 16ch; text-wrap: pretty; }
.coach.web .coach-copy h3 { font-size: 30px; line-height: 1.25; max-width: none; }
.coach-copy p { font-weight: 400; font-size: 14px; line-height: 1.7; color: rgba(247, 248, 247, .66); margin-top: 10px; max-width: 30ch; }
.coach.web .coach-copy p { font-size: 14.5px; max-width: none; }
.coach-acts { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.coach.web .coach-acts { justify-content: center; }
.coach-acts .go { padding: 14px 26px; border-radius: 999px; background: var(--light); color: var(--ink); font-weight: 600; font-size: 13px; line-height: 1; }
.coach-acts .skip { font-weight: 400; font-size: 12px; line-height: 1; color: rgba(247, 248, 247, .55); }
.coach-dots { display: flex; gap: 6px; margin-left: auto; }
.coach-dots i { display: block; width: 6px; height: 6px; border-radius: 6px; background: rgba(247, 248, 247, .3); transition: all .3s; }
.coach-dots i.on { width: 22px; background: var(--light); }

/* ── toast ───────────────────────────────────────────────────────────────── */

.toast {
  position: fixed; left: 50%; bottom: 44px; z-index: 70; padding: 12px 19px; border-radius: 999px;
  background: var(--ink); color: var(--light); font-weight: 500; font-size: 12.5px; line-height: 1;
  white-space: nowrap; box-shadow: 0 14px 34px -12px rgba(0, 0, 0, .6);
  animation: dnToast 2.8s ease both;
}

/* ── the web column ──────────────────────────────────────────────────────── */

.web-col {
  position: relative; height: 812px; width: 668px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 30px;
}

.web-hero { width: 100%; max-width: 540px; display: flex; flex-direction: column; align-items: center; }
.web-hero .lockup { gap: 13px; }
.web-hero .wordmark { font-size: 30px; letter-spacing: -.04em; }
.web-hero h1 {
  font-weight: 600; font-size: 36px; line-height: 1.22; letter-spacing: -.035em;
  text-align: center; margin-top: 24px; max-width: 18ch; text-wrap: pretty;
}
.web-search {
  width: 100%; display: flex; align-items: center; gap: 10px; margin-top: 28px;
  padding: 10px 10px 10px 22px; border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(28px) saturate(190%); -webkit-backdrop-filter: blur(28px) saturate(190%);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 26px 56px -30px rgba(16, 20, 24, .55);
}
.web-search input { flex: 1; min-width: 0; border: 0; background: transparent; outline: none; font-weight: 400; font-size: 15px; }
.web-search input::placeholder { color: rgba(16, 20, 24, .4); }
.live-line {
  display: flex; align-items: center; gap: 9px; margin-top: 26px;
  font-weight: 400; font-size: 11.5px; line-height: 1; color: rgba(16, 20, 24, .42); text-align: center;
}
.live-line i { width: 7px; height: 7px; border-radius: 50%; background: #0E8C6A; animation: dnPulse 1.9s ease-in-out infinite; flex: none; }

.web-result { width: 100%; max-width: 590px; max-height: 770px; overflow-y: auto; animation: dnRise .45s cubic-bezier(.22, 1, .36, 1) both; scrollbar-width: none; }
.web-result::-webkit-scrollbar { display: none; }
.web-result .top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.web-result .case-no { font-weight: 400; font-size: 11px; line-height: 1; color: rgba(16, 20, 24, .4); }
.web-case {
  margin: 16px 0 10px; border-radius: 28px; overflow: hidden;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(26px) saturate(180%); -webkit-backdrop-filter: blur(26px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 28px 62px -36px rgba(16, 20, 24, .6);
}
.web-case .clip { border-radius: 0; height: 232px; }
.web-case .clip-head { padding: 24px 34px 74px; }
.web-case .clip-head span { font-size: 23px; letter-spacing: 0; }
.web-case .stamp { bottom: 22px; }
.web-case .stamp-rules i { width: 24px; }
.web-case .stamp-rules span { font-size: 8px; }
.web-case .stamp-word { font-size: 28px; margin-top: 11px; }
.case-body { padding: 24px 26px 26px; }
.case-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.case-row .likely-pill { padding: 7px 12px; border-radius: 999px; background: var(--v-bg); color: var(--v-fg); font-weight: 600; font-size: 10.5px; line-height: 1; white-space: nowrap; }
.case-claim { font-weight: 600; font-size: 25px; line-height: 1.32; letter-spacing: -.03em; margin-top: 12px; text-wrap: pretty; }
.case-body .conf-row { padding: 0; margin-top: 16px; }
.case-body .why { padding: 0; margin-top: 18px; font-size: 15.5px; line-height: 1.7; }
.case-body .body-copy { padding: 0; margin-top: 14px; font-size: 14.5px; }
.case-body .sec { margin: 20px 0 0; padding-top: 18px; border-top-color: rgba(16, 20, 24, .09); }
.case-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin-top: 20px; padding-top: 14px; border-top: 1px solid rgba(16, 20, 24, .09);
}
.case-foot .by { display: flex; align-items: center; gap: 10px; font-weight: 400; font-size: 11.5px; line-height: 1; color: rgba(16, 20, 24, .45); }
.case-foot .by i { width: 22px; height: 22px; border-radius: 50%; background: var(--grad); flex: none; }
.case-foot .share { display: flex; align-items: center; gap: 9px; padding: 13px 19px; border-radius: 999px; background: var(--grad); color: #fff; font-weight: 600; font-size: 12.5px; line-height: 1; box-shadow: 0 16px 32px -16px rgba(75, 49, 224, .9); }

.web-foot { position: absolute; left: 30px; right: 30px; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.web-foot .hint, .web-foot button { font-weight: 400; font-size: 10.5px; line-height: 1; letter-spacing: .08em; color: rgba(16, 20, 24, .32); transition: color .2s; }
.web-foot button:hover { color: var(--violet); }
.web-foot .links { display: flex; align-items: center; gap: 16px; }

/* ── focus search overlay ────────────────────────────────────────────────── */

.focus-overlay {
  position: fixed; inset: 0; z-index: 60; display: flex; align-items: center; justify-content: center; padding: 30px;
  background: rgba(16, 20, 24, .74);
  backdrop-filter: blur(24px) saturate(150%); -webkit-backdrop-filter: blur(24px) saturate(150%);
  animation: dnFade .22s ease both;
}
/* the tint follows the current verdict, exactly like the page behind it */
.focus-overlay::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(900px 620px at 50% 42%, rgba(var(--tint), .34), transparent 68%);
}
.focus-inner { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; align-items: center; animation: dnPop .4s cubic-bezier(.22, 1, .36, 1) both; }
.focus-inner .wordmark { margin-top: 14px; font-size: 26px; letter-spacing: -.04em; }
.focus-ask { font-weight: 400; font-size: 11px; line-height: 1; letter-spacing: .18em; color: rgba(247, 248, 247, .7); margin-top: 12px; }
.focus-form {
  width: 100%; display: flex; align-items: center; gap: 10px; margin-top: 22px;
  padding: 10px 10px 10px 20px; border-radius: 999px;
  background: rgba(255, 255, 255, .94); box-shadow: 0 22px 50px -20px rgba(0, 0, 0, .6);
}
.focus-form input { flex: 1; min-width: 0; border: 0; background: transparent; outline: none; font-weight: 400; font-size: 15px; }
.focus-suggest { width: 100%; margin-top: 20px; }
.focus-suggest .label { font-weight: 400; font-size: 9.5px; letter-spacing: .18em; color: rgba(247, 248, 247, .68); margin-bottom: 10px; }
.suggest {
  width: 100%; text-align: left; display: flex; align-items: center; gap: 11px; padding: 13px;
  border-radius: 16px; background: rgba(247, 248, 247, .14); border: 1px solid rgba(255, 255, 255, .24);
  margin-bottom: 8px; transition: background .2s;
}
.suggest:hover { background: rgba(247, 248, 247, .22); }
.suggest .t { flex: 1; min-width: 0; font-weight: 400; font-size: 13.5px; line-height: 1.4; color: var(--light); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.focus-close { font-weight: 400; font-size: 11px; line-height: 1; letter-spacing: .12em; color: rgba(247, 248, 247, .7); margin-top: 14px; }

/* ── splash ──────────────────────────────────────────────────────────────── */

.big-card {
  width: 1160px; max-width: 100%; height: 748px; border-radius: 34px; overflow: hidden;
  box-shadow: 0 46px 96px -36px rgba(16, 20, 24, .6), 0 0 0 1px rgba(255, 255, 255, .5);
  animation: dnRise .45s cubic-bezier(.22, 1, .36, 1) both;
}
.splash { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; height: 100%; background: var(--ink); color: var(--light); }
.splash .glow {
  position: absolute; width: 520px; height: 520px; border-radius: 50%; left: -170px; bottom: -230px;
  background: radial-gradient(circle, rgba(124, 42, 232, .5), transparent 66%); filter: blur(8px);
  animation: dnDrift 16s ease-in-out infinite;
}
.splash-left { position: relative; padding: 58px 56px; display: flex; flex-direction: column; justify-content: space-between; }
.splash-kicker { font-weight: 600; font-size: 11px; line-height: 1; letter-spacing: .22em; color: var(--lilac); margin-bottom: 20px; }
.splash-line {
  min-height: 212px; font-weight: 600; font-size: 46px; line-height: 1.12; letter-spacing: -.03em;
  max-width: 19ch; text-wrap: pretty; animation: dnRise .42s cubic-bezier(.22, 1, .36, 1) both;
}
.splash-sub { font-weight: 400; font-size: 15px; line-height: 1.7; color: rgba(247, 248, 247, .6); max-width: 44ch; margin-top: 16px; }
.splash-track { height: 3px; border-radius: 3px; background: rgba(247, 248, 247, .14); overflow: hidden; margin-bottom: 22px; }
/* 3.2s matches the auto-advance in boot(), so the bar lands exactly as it leaves */
.splash-bar { height: 100%; background: var(--grad); animation: dnBar 3.2s linear both; }
.splash-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.splash-actions .go { padding: 15px 28px; border-radius: 999px; background: var(--light); color: var(--ink); font-weight: 600; font-size: 14px; line-height: 1; }
.splash-actions .note { font-weight: 400; font-size: 12.5px; line-height: 1; color: rgba(247, 248, 247, .42); }
.splash-right { position: relative; background: var(--nearblack); border-left: 1px solid rgba(247, 248, 247, .08); overflow: hidden; display: grid; place-items: center; }
.splash-right .hatch { position: absolute; inset: 0; opacity: .5; background: repeating-linear-gradient(135deg, rgba(167, 155, 255, .07) 0 1px, transparent 1px 13px); }
.ring-stack { position: relative; width: 250px; height: 250px; display: grid; place-items: center; }
.ring { position: absolute; border-radius: 50%; }
.ring-1 { inset: 0; border: 1px solid rgba(167, 155, 255, .3); }
.ring-2 { inset: 28px; border: 1px dashed rgba(247, 248, 247, .15); animation: dnSpin 24s linear infinite; }
.ring-3 { inset: 0; border: 2px solid transparent; border-top-color: var(--purple); animation: dnSpin 1.5s linear infinite; }
.ring-core { position: absolute; inset: 62px; border-radius: 50%; background: rgba(124, 42, 232, .2); animation: dnPulse 2.4s ease-in-out infinite; }
.ring-text { position: relative; text-align: center; padding: 0 12px; }
.ring-stat { font-weight: 700; font-size: 42px; line-height: 1; letter-spacing: -.03em; animation: dnRise .45s ease both; }
.ring-label { font-weight: 500; font-size: 10px; line-height: 1.5; letter-spacing: .14em; color: rgba(247, 248, 247, .5); margin-top: 10px; }

/* the verdict stamp, alternating, on the splash */
.splash-stamp {
  position: absolute; left: 0; right: 0; bottom: 30px; width: fit-content; margin-inline: auto;
  padding: 11px 24px 14px; border-radius: 13px; text-align: center; pointer-events: none;
  border: 2px solid var(--v-fg); background: var(--v-stripe);
  box-shadow: 0 22px 46px -26px var(--v-fg), inset 0 0 0 1px rgba(247, 248, 247, .06);
  animation: dnStamp .5s cubic-bezier(.22, 1, .36, 1) both;
}
.splash-stamp-word {
  font-weight: 700; font-size: 27px; line-height: 1; letter-spacing: .15em; margin-top: 10px;
  color: var(--v-glow); text-shadow: 0 0 26px var(--v-fg);
}

/* ── brand kit ───────────────────────────────────────────────────────────── */

.brand { background: var(--paper); height: 100%; display: flex; flex-direction: column; }
.brand-head { flex: none; padding: 20px 28px; border-bottom: 1px solid rgba(16, 20, 24, .08); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-head .label { font-size: 11px; letter-spacing: .16em; color: rgba(16, 20, 24, .45); }
.brand-head button { font-weight: 500; font-size: 11px; line-height: 1; letter-spacing: .1em; color: var(--violet); }
.brand-body { flex: 1; min-height: 0; overflow: auto; padding: 30px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; }
.brand-col { display: flex; flex-direction: column; gap: 18px; }
.brand-hero { position: relative; border-radius: 28px; overflow: hidden; background: var(--ink); color: var(--light); padding: 36px 32px; }
.brand-hero .glow {
  position: absolute; width: 320px; height: 320px; border-radius: 50%; right: -90px; top: -110px;
  background: radial-gradient(circle, rgba(124, 42, 232, .5), transparent 68%); animation: dnDrift 13s ease-in-out infinite;
}
.brand-hero .lockup { position: relative; gap: 18px; }
.brand-hero .wordmark { font-size: 42px; letter-spacing: -.04em; }
.brand-hero .tagline { color: rgba(247, 248, 247, .55); margin-top: 12px; }
.brand-tile { border-radius: 24px; border: 1px solid rgba(16, 20, 24, .09); background: #fff; padding: 22px; }
.brand-tile h4 { font-weight: 500; font-size: 10px; line-height: 1; letter-spacing: .16em; color: rgba(16, 20, 24, .42); }
.brand-tile h3 { font-weight: 600; font-size: 28px; line-height: 1.25; letter-spacing: -.03em; margin-top: 12px; }
.brand-tile p { font-weight: 400; font-size: 13.5px; line-height: 1.7; color: rgba(16, 20, 24, .62); margin-top: 8px; text-wrap: pretty; }
.swatches { display: flex; gap: 10px; margin-top: 14px; }
.swatch { flex: 1; }
.swatch .chipc { height: 54px; border-radius: 14px; border: 1px solid rgba(16, 20, 24, .08); }
.swatch .nm { font-weight: 500; font-size: 9.5px; line-height: 1.4; color: rgba(16, 20, 24, .55); margin-top: 8px; }
.type-sample { font-weight: 600; font-size: 30px; line-height: 1.2; letter-spacing: -.03em; margin-top: 12px; }
.type-news { font-family: var(--display); font-weight: 800; font-size: 26px; line-height: 1.16; color: var(--news-ink); margin-top: 10px; }

/* ── boot / error ────────────────────────────────────────────────────────── */

.boot { display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.boot .msg { font-weight: 500; font-size: 11px; letter-spacing: .14em; color: rgba(16, 20, 24, .45); line-height: 1.7; }
.boot .retry { padding: 11px 20px; border-radius: 999px; background: var(--ink); color: var(--light); font-weight: 600; font-size: 12.5px; }
.spinner {
  width: 34px; height: 34px; border-radius: 50%; border: 2px solid rgba(16, 20, 24, .12);
  border-top-color: var(--violet); animation: dnSpin 1s linear infinite;
}

/* ── responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 1149px) {
  .shell { grid-template-columns: 412px; }
  .web-col { display: none; }
}

@media (max-width: 520px) {
  .screen { padding: 0; align-items: stretch; }
  .shell { grid-template-columns: 1fr; gap: 0; width: 100%; }
  .phone { width: 100%; height: 100vh; height: 100dvh; border-radius: 0; box-shadow: none; }
  .big-card { height: 100vh; height: 100dvh; border-radius: 0; }
  .splash { grid-template-columns: 1fr; }
  .splash-right { display: none; }
  .splash-line { font-size: 34px; min-height: 148px; }
  .splash-left { padding: 26px 22px; }
  .brand-body { grid-template-columns: 1fr; padding: 22px; }
  .focus-overlay { padding: 20px; align-items: flex-start; padding-top: 46px; }
}
