/* Shared landing-page chrome for the deadline-calculator & statute-of-limitations
   pages. Built on the dc.css design tokens so the theme toggle flips the whole page. */
body { padding: 0; }
.lp { font-family: var(--dc-font); color: var(--dc-ink); }
.lp * { box-sizing: border-box; }
.lp-wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.lp-wrap-pb { padding-bottom: 48px; }
.lp a { color: var(--dc-primary-dark); }
:root[data-dc-theme="dark"] .lp a { color: var(--dc-primary-dark); }

/* header */
.lp-head { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--dc-white) 88%, transparent); backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--dc-line); }
.lp-head-in { max-width: 920px; margin: 0 auto; display: flex; align-items: center; gap: 14px; padding: 11px 20px; }
.lp-brand { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.lp-brand svg { width: 28px; height: 28px; }
.lp-brand b { font-size: 18px; font-weight: 800; color: var(--dc-ink); letter-spacing: -.3px; }
.lp-brand b em { font-style: normal; color: var(--dc-primary); }
.lp-head .lp-spacer { margin-left: auto; }
.lp .lp-cta { text-decoration: none; background: var(--dc-primary); color: #fff; font-weight: 700; font-size: 14px; padding: 9px 15px; border-radius: 10px; white-space: nowrap; }
.lp .lp-cta:hover { background: var(--dc-primary-dark); color:#fff; }
.lp-toggle { width: 38px; height: 38px; border-radius: 50%; padding: 0; cursor: pointer; background: var(--dc-white); border: 1.5px solid var(--dc-line); display: inline-flex; align-items: center; justify-content: center; }
.lp-toggle:hover { border-color: var(--dc-primary); }
.lp-toggle svg { width: 17px; height: 17px; }
.lp-toggle .sun { display: none; stroke: #e8a32b; } .lp-toggle .moon { display: block; stroke: var(--dc-primary); }
:root[data-dc-theme="dark"] .lp-toggle .sun { display: block; } :root[data-dc-theme="dark"] .lp-toggle .moon { display: none; }

/* hero */
.lp-hero { text-align: center; padding: 46px 20px 6px; }
.lp-hero h1 { font-size: clamp(30px, 5vw, 44px); font-weight: 800; letter-spacing: -.5px; line-height: 1.14; margin: 0 auto 14px; max-width: 760px; }
.lp-hero h1 em { font-style: normal; color: var(--dc-primary); }
:root[data-dc-theme="dark"] .lp-hero h1 em { color: var(--dc-primary-dark); }
.lp-hero p { font-size: 18.5px; color: var(--dc-ink-soft); max-width: 620px; margin: 0 auto 18px; line-height: 1.5; }
.lp-chips { display: flex; gap: 9px; justify-content: center; flex-wrap: wrap; }
.lp-chips > span { font-size: 13px; font-weight: 600; background: var(--dc-white); border: 1.5px solid var(--dc-line); border-radius: 999px; padding: 7px 14px; }
.lp-chips b { color: var(--dc-primary); } :root[data-dc-theme="dark"] .lp-chips b { color: var(--dc-primary-dark); }

/* tool slot */
.lp-tool { padding: 22px 16px 8px; }

/* sections */
.lp section { padding: 40px 0; }
.lp section.alt { background: var(--dc-white); border-top: 1px solid var(--dc-line); border-bottom: 1px solid var(--dc-line); }
.lp h2 { font-size: clamp(23px, 3.4vw, 30px); font-weight: 800; letter-spacing: -.4px; margin: 0 0 10px; }
.lp h3 { font-size: 18px; font-weight: 700; margin: 0 0 5px; }
.lp p, .lp li { font-size: 16px; line-height: 1.6; color: var(--dc-ink-soft); }
.lp .lead { margin-bottom: 22px; max-width: 720px; }

.lp-table { width: 100%; border-collapse: collapse; margin: 8px 0; background: var(--dc-white); border: 1px solid var(--dc-line); border-radius: var(--dc-radius); overflow: hidden; font-size: 15px; }
.lp-table th, .lp-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--dc-line); vertical-align: top; }
.lp-table th { background: var(--dc-bg); font-weight: 700; color: var(--dc-ink); }
.lp-table tr:last-child td { border-bottom: none; }
.lp-table td b { color: var(--dc-ink); }

.lp-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-top: 6px; }
.lp-card { display: block; text-decoration: none; background: var(--dc-white); border: 1.5px solid var(--dc-line); border-radius: var(--dc-radius); padding: 16px; transition: border-color .12s, transform .12s; }
.lp-card:hover { border-color: var(--dc-primary); transform: translateY(-2px); }
.lp-card .q { font-weight: 700; color: var(--dc-ink); font-size: 15.5px; }
.lp-card .a { font-size: 13.5px; color: var(--dc-ink-soft); margin-top: 3px; }

.lp-faq { max-width: 760px; }
.lp-faq details { background: var(--dc-white); border: 1px solid var(--dc-line); border-radius: 10px; margin-bottom: 10px; }
.lp-faq summary { cursor: pointer; padding: 15px 18px; font-weight: 700; color: var(--dc-ink); list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; color: var(--dc-primary); font-size: 20px; font-weight: 700; }
.lp-faq details[open] summary::after { content: "\2013"; }
.lp-faq .fa { padding: 0 18px 16px; font-size: 15px; color: var(--dc-ink-soft); line-height: 1.6; }

.lp-band { margin: 40px auto; max-width: 1180px; }
.lp-band-in { background: var(--dc-primary-light); border: 1.5px solid color-mix(in srgb, var(--dc-primary) 30%, var(--dc-line)); border-radius: 16px; padding: 22px 24px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.lp-band-in h3 { margin: 0; color: var(--dc-ink); font-size: 18px; }
.lp-band-in p { margin: 3px 0 0; font-size: 14.5px; }
.lp-band-in .lp-cta { margin-left: auto; }

.lp-foot { background: #11181c; color: #aeb9c4; margin-top: 40px; padding: 36px 20px; font-size: 13.5px; }
:root[data-dc-theme="dark"] .lp-foot { background: #0c1114; }
.lp-foot-in { max-width: 920px; margin: 0 auto; }
.lp-foot a { color: #cfd8e0; text-decoration: none; } .lp-foot a:hover { color: #fff; }
.lp-foot .links { display: flex; gap: 18px; flex-wrap: wrap; margin: 10px 0 16px; }
.lp-foot .disc { color: #7e8893; line-height: 1.6; }

/* ---------- pre-ship: a11y, mobile, print ---------- */

/* visible keyboard focus (was missing — keyboard users couldn't see focus) */
.lp a:focus-visible, .lp .lp-cta:focus-visible, .lp-toggle:focus-visible,
.lp-card:focus-visible, .lp-faq summary:focus-visible {
  outline: 3px solid var(--dc-primary); outline-offset: 2px; border-radius: 8px;
}

/* mobile: the long header CTA overflowed narrow viewports — drop it on small
   screens (the conversion band + footer still carry the CTA) */
@media (max-width: 560px) {
  .lp-head .lp-cta { display: none; }
  .lp-band-in { flex-direction: column; align-items: flex-start; }
  .lp-band-in .lp-cta { margin-left: 0; }
}

/* belt-and-suspenders against horizontal scroll on any device */
html, body { overflow-x: hidden; }

/* print: drop the site chrome so a printed deadline/result is clean */
@media print {
  .lp-head, .lp-band, .lp-foot { display: none !important; }
  .lp section.alt { border: none; background: #fff; }
  .lp { color: #000; }
}

/* ---------- cookie-consent banner ---------- */
.dc-consent {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60;
  max-width: 720px; margin: 0 auto;
  background: var(--dc-white); color: var(--dc-ink);
  border: 1px solid var(--dc-line); border-radius: var(--dc-radius);
  box-shadow: 0 10px 40px rgba(16,38,30,.22);
  padding: 16px 18px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
:root[data-dc-theme="dark"] .dc-consent { box-shadow: 0 10px 40px rgba(0,0,0,.55); }
.dc-consent-text { margin: 0; flex: 1 1 320px; font-size: 14px; line-height: 1.5; color: var(--dc-ink-soft); }
.dc-consent-text a { color: var(--dc-primary-dark); text-decoration: underline; text-underline-offset: 2px; }
.dc-consent-btns { display: flex; gap: 10px; flex: none; }
.dc-consent button { font: inherit; font-size: 14px; font-weight: 700; border-radius: 9px; padding: 10px 18px; cursor: pointer; }
.dc-consent-decline { background: var(--dc-white); color: var(--dc-ink); border: 1.5px solid var(--dc-line); }
.dc-consent-decline:hover { border-color: var(--dc-primary); }
.dc-consent-accept { background: var(--dc-primary); color: #fff; border: none; }
.dc-consent-accept:hover { background: var(--dc-primary-dark); }
.dc-consent button:focus-visible { outline: 3px solid var(--dc-primary); outline-offset: 2px; }
@media (max-width: 560px) { .dc-consent-btns { width: 100%; } .dc-consent-btns button { flex: 1; } }
@media print { .dc-consent { display: none !important; } }

/* ============================================================
   Elite refinements (page chrome)
   ============================================================ */

/* A soft accent glow behind the hero for depth (sits behind content, no overflow). */
.lp-hero { position: relative; isolation: isolate; }
.lp-hero::before {
  content: ""; position: absolute; z-index: -1; left: 50%; top: -40px;
  width: min(760px, 92vw); height: 320px; transform: translateX(-50%);
  background: radial-gradient(60% 70% at 50% 0%, color-mix(in srgb, var(--dc-primary) 12%, transparent), transparent 72%);
  pointer-events: none;
}

/* Cards: a real elevation lift on hover, not just a nudge. */
.lp-card { transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease; }
.lp-card:hover { border-color: color-mix(in srgb, var(--dc-primary) 55%, var(--dc-line)); transform: translateY(-3px); box-shadow: 0 1px 2px rgba(16,38,30,.05), 0 14px 32px -12px rgba(16,38,30,.18); }
:root[data-dc-theme="dark"] .lp-card:hover { box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 16px 36px -14px rgba(0,0,0,.6); }

/* Chips: subtle depth + tabular figures for the "50 states + DC" style counts. */
.lp-chips > span { box-shadow: 0 1px 2px rgba(16,38,30,.04); font-variant-numeric: tabular-nums; }
:root[data-dc-theme="dark"] .lp-chips > span { box-shadow: none; }

/* Brand/CTA micro-polish. */
.lp .lp-cta { transition: background .15s ease, transform .12s ease, box-shadow .15s ease; box-shadow: 0 1px 2px rgba(16,38,30,.12), 0 8px 18px -10px color-mix(in srgb, var(--dc-primary) 55%, transparent); }
.lp .lp-cta:hover { transform: translateY(-1px); }

@media (prefers-reduced-motion: reduce) {
  .lp-card:hover, .lp .lp-cta:hover, .lp-states a:hover { transform: none; }
}

/* Hub: "browse by state" grid of spoke links. */
.lp-states { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; margin-top: 18px; }
.lp .lp-states a { display: block; text-decoration: none; background: var(--dc-white); border: 1.5px solid var(--dc-line); border-radius: 10px; padding: 10px 13px; font-size: 14px; font-weight: 600; color: var(--dc-ink); transition: border-color .12s ease, transform .12s ease; }
.lp .lp-states a:hover { border-color: var(--dc-primary); transform: translateY(-1px); }

/* Wide data tables scroll horizontally on small screens instead of clipping. */
.lp-tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
@media (max-width: 560px) { .lp-table th, .lp-table td { padding: 10px 11px; } }

/* Dark mode: force CTA text white. Otherwise `:root[data-dc-theme="dark"] .lp a`
   (0,3,1) beats `.lp .lp-cta` (0,2,0) and renders the button green-on-green (~1.4:1,
   unreadable). This affects every <a class="lp-cta"> (header, band, spoke buttons). */
:root[data-dc-theme="dark"] .lp .lp-cta,
:root[data-dc-theme="dark"] .lp .lp-cta:hover { color: #fff; }

/* ===== Site footer — matches the FormsPal AI document tool ===== */
:root { --footbg: #11181c; --footink: #c4ccd4; --footline: #243038; }
:root[data-dc-theme="dark"] { --footbg: #0c1114; --footink: #aab5bf; --footline: #1c252b; }
.site-foot { background: var(--footbg); color: var(--footink); margin-top: 48px; font-family: var(--dc-font); }
.lp .site-foot a, .lp .site-foot a:visited,
:root[data-dc-theme="dark"] .lp .site-foot a { color: var(--footink); text-decoration: none; }
.lp .site-foot a:hover, :root[data-dc-theme="dark"] .lp .site-foot a:hover { color: #fff; }
.site-foot .foot-cols { max-width: 1180px; margin: 0 auto; padding: 44px 20px 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 28px; }
.site-foot .foot-brand svg { width: 34px; height: 34px; }
.site-foot .foot-brand b { display: block; font-size: 18px; font-weight: 800; color: #fff; margin: 8px 0 6px; }
.site-foot .foot-brand p { font-size: 13.5px; line-height: 1.6; margin: 0 0 12px; max-width: 260px; color: var(--footink); }
.site-foot .foot-addr { font-size: 12.5px; line-height: 1.65; color: var(--footink); margin: 14px 0 0; max-width: 260px; font-style: normal; }
.site-foot .foot-addr strong { display: block; color: #fff; font-weight: 700; margin-bottom: 2px; }
.site-foot .foot-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .07em; color: #fff; margin: 0 0 12px; font-weight: 700; }
.site-foot .foot-col ul { list-style: none; margin: 0; padding: 0; }
.site-foot .foot-col li { margin-bottom: 9px; font-size: 14px; color: var(--footink); }
.site-foot .foot-bottom { border-top: 1px solid var(--footline); }
.site-foot .foot-bottom-inner { max-width: 1180px; margin: 0 auto; padding: 16px 20px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; font-size: 13px; }
.site-foot .foot-bottom-inner .legal { display: flex; gap: 14px; flex-wrap: wrap; margin-left: auto; }
.site-foot .foot-disc { max-width: 1180px; margin: 0 auto; padding: 4px 20px 30px; font-size: 12px; line-height: 1.6; color: var(--footink); opacity: .75; }
@media (max-width: 760px) { .site-foot .foot-cols { grid-template-columns: 1fr 1fr; gap: 24px; } }
@media (max-width: 460px) { .site-foot .foot-cols { grid-template-columns: 1fr; } }


/* ===== Header mega-menu — ported from the FormsPal AI document tool ===== */
:root { --primary: var(--dc-primary); --primary-dark: var(--dc-primary-dark); --primary-light: var(--dc-primary-light); --ink: var(--dc-ink); --ink-soft: var(--dc-ink-soft); --line: var(--dc-line); --white: var(--dc-white); --faint: #8b98a5; --headbg: rgba(255,255,255,.88); }
:root[data-dc-theme="dark"] { --faint: #7e8893; --headbg: rgba(18,21,25,.9); }
.site-head { position: sticky; top: 0; z-index: 30; background: var(--headbg); backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid var(--line); font-family: var(--dc-font); }
.site-head-inner { box-sizing: border-box; position: relative; max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 18px; padding: 11px 20px; }
.site-brand { display: flex; align-items: center; gap: 9px; text-decoration: none; flex: none; }
.site-brand svg { width: 30px; height: 30px; }
.site-brand b { font-size: 19px; font-weight: 800; letter-spacing: -.3px; color: var(--ink); }
.navburger { display: none; margin-left: 4px; align-items: center; gap: 7px; cursor: pointer; user-select: none; font-size: 14.5px; font-weight: 700; color: var(--ink); padding: 8px 12px; border: 1.5px solid var(--line); border-radius: 9px; }
.site-nav { display: flex; align-items: center; gap: 2px; margin-left: 4px; }
.nav-item { position: relative; }
.nav-top { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; background: none; border: 0; font-family: inherit; color: var(--ink-soft); font-size: 14.5px; font-weight: 600; padding: 8px 11px; border-radius: 8px; white-space: nowrap; }
.nav-top svg { width: 11px; height: 11px; transition: transform .15s; }
.nav-item:hover .nav-top, .nav-item:focus-within .nav-top { color: var(--primary-dark); background: var(--primary-light); }
.nav-item:hover .nav-top svg, .nav-item:focus-within .nav-top svg { transform: rotate(180deg); }
.nav-panel { display: none; position: absolute; top: calc(100% + 9px); left: 0; z-index: 40; flex-wrap: wrap; gap: 4px 22px; padding: 16px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 44px rgba(16,24,32,.16); width: max-content; max-width: min(720px, 92vw); align-content: start; }
.nav-panel::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 10px; }
.nav-panel.alignright { left: auto; right: 0; }
.nav-item:hover > .nav-panel, .nav-item:focus-within > .nav-panel { display: flex; }
.mega-col { min-width: 192px; }
.mega-head { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; font-weight: 700; color: var(--faint); margin: 8px 0 5px; padding: 0 6px; text-decoration: none; }
.mega-col > .mega-head:first-child { margin-top: 0; }
a.mega-head:hover { color: var(--primary-dark); }
.nav-panel ul { list-style: none; margin: 0; padding: 0; }
.nav-panel a { display: block; text-decoration: none; color: var(--ink); font-size: 13.5px; font-weight: 500; padding: 5px 6px; border-radius: 7px; white-space: nowrap; }
.nav-panel a:hover { color: var(--primary-dark); background: var(--primary-light); }
.mega-sub { margin: 1px 0 4px 9px; padding-left: 7px; border-left: 1px solid var(--line); }
.mega-sub a { font-size: 12.5px; color: var(--ink-soft); padding: 3px 6px; }
.site-right { margin-left: auto; display: flex; align-items: center; gap: 10px; flex: none; }
.site-signin { text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: 14.5px; padding: 8px 10px; }
.site-signin:hover { color: var(--primary-dark); }
.site-cta { text-decoration: none; background: var(--primary); color: #fff; font-weight: 700; font-size: 14.5px; padding: 9px 16px; border-radius: 9px; white-space: nowrap; }
.site-cta:hover { background: var(--primary-dark); }
.site-theme-toggle { width: 38px; height: 38px; border-radius: 50%; flex: none; padding: 0; cursor: pointer; background: var(--white); border: 1.5px solid var(--line); display: inline-flex; align-items: center; justify-content: center; }
.site-theme-toggle:hover { border-color: var(--primary); }
.site-theme-toggle svg { width: 17px; height: 17px; }
.site-theme-toggle .sun { display: none; stroke: #e8a32b; }
.site-theme-toggle .moon { display: block; stroke: var(--primary); }
:root[data-dc-theme="dark"] .site-theme-toggle .sun { display: block; }
:root[data-dc-theme="dark"] .site-theme-toggle .moon { display: none; }
@media (max-width: 1180px) {
  .navburger { display: inline-flex; }
  .site-nav { display: none; }
  .navtoggle:checked ~ .site-nav { display: flex; position: absolute; left: 12px; right: 12px; top: calc(100% + 6px); background: var(--white); border: 1px solid var(--line); border-radius: 12px; flex-direction: column; align-items: stretch; padding: 8px; gap: 0; max-height: 78vh; overflow-y: auto; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
  .site-head .nav-item { position: static; border-top: 1px solid var(--line); }
  .site-head .nav-item:first-child { border-top: 0; }
  .nav-top { width: 100%; justify-content: space-between; font-size: 15px; padding: 13px 12px; }
  .nav-panel { position: static; display: none; opacity: 1; transform: none; transition: none; flex-direction: column; flex-wrap: nowrap; gap: 0; border: 0; border-radius: 0; box-shadow: none; padding: 0 0 8px 14px; width: auto; max-width: none; }
  .nav-panel::before { display: none; }
  .nav-item:hover > .nav-panel, .nav-item:focus-within > .nav-panel { display: none; }
  .nav-item:hover .nav-top, .nav-item:focus-within .nav-top { color: var(--ink-soft); background: none; }
  .nav-item:hover .nav-top svg, .nav-item:focus-within .nav-top svg { transform: none; }
  .nav-item.open > .nav-panel { display: flex; }
  .nav-item.open .nav-top { color: var(--primary-dark); background: var(--primary-light); }
  .nav-item.open .nav-top svg { transform: rotate(180deg); }
  .mega-col { min-width: 0; }
  .nav-panel a { white-space: normal; }
}

/* ============================================================
   Design pass — align content to the 1180 chrome, refine reading
   measure, and style the spoke breadcrumb (replaces the old tab bar).
   ============================================================ */

/* The content wrap now matches the 1180 header/footer so the brand, body,
   and footer share one left edge. Keep section prose at a readable measure
   while tables, card grids, and the state grid use the full width. */
.lp section .lp-wrap > p:not(.lead),
.lp section .lp-wrap > ul,
.lp section .lp-wrap > ol { max-width: 720px; }

/* Spoke breadcrumb: a small, quiet <nav> above the H1 in the centered hero.
   Replaces the cross-tool tab bar as the back-to-hub navigation. */
.lp-hero .lp-eyebrow { margin: 0 0 14px; }
.lp-hero .lp-eyebrow ol {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 2px 8px;
  font-size: 13px; font-weight: 600; line-height: 1.4; letter-spacing: .01em; color: var(--dc-ink-soft);
}
.lp-hero .lp-eyebrow li { display: inline-flex; align-items: center; }
.lp-hero .lp-eyebrow li + li::before { content: "\203A"; margin-right: 8px; color: var(--dc-ink-soft); }
.lp-hero .lp-eyebrow a { color: var(--dc-primary-dark); text-decoration: none; }
.lp-hero .lp-eyebrow a:hover { text-decoration: underline; text-underline-offset: 2px; }
.lp-hero .lp-eyebrow [aria-current="page"] { color: var(--dc-ink-soft); }

/* Screen-reader-only utility (used for table captions). */
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* Skip-to-content link: off-screen until it receives keyboard focus. */
.skip-link {
  position: absolute; left: 8px; top: -56px; z-index: 100;
  background: var(--dc-primary); color: #fff; font-weight: 700;
  padding: 10px 16px; border-radius: 8px; text-decoration: none; transition: top .12s ease;
}
.skip-link:focus { top: 8px; outline: 3px solid var(--dc-ink); outline-offset: 2px; }

/* Small phones: keep the ported header on one line — logo-only brand, no Sign In,
   tighter CTA (matches the FormsPal AI document tool's mobile header). Without this
   the "Browse forms" CTA was clipped off the right edge at ~390px. */
@media (max-width: 560px) {
  .site-head-inner { gap: 10px; padding: 11px 14px; }
  .site-brand b { display: none; }
  .site-signin { display: none; }
  .site-cta { padding: 8px 13px; }
}

/* ============================================================
   "Verified <date>" chip + premium tooltip (data-driven freshness signal).
   The trigger is a normal chip; the tooltip shows on hover, keyboard focus,
   and tap (tap toggle is wired in app-init.js, CSP-safe). JS keeps it within
   the viewport via --tip-shift (the caret counter-shifts to stay on the chip).
   ============================================================ */
.lp-chip-verified { position: relative; display: inline-flex; align-items: center; gap: 6px; cursor: help; }
.lp-chip-verified .chip-shield { width: 13px; height: 13px; flex: none; color: var(--dc-primary); }
:root[data-dc-theme="dark"] .lp-chip-verified .chip-shield { color: var(--dc-primary-dark); }
.lp-chip-verified:focus-visible { outline: 3px solid var(--dc-primary); outline-offset: 2px; }

.lp-tip {
  position: absolute; left: 50%; bottom: calc(100% + 12px); z-index: 50;
  width: min(290px, 86vw);
  transform: translateX(calc(-50% + var(--tip-shift, 0px))) translateY(5px) scale(.98);
  background: var(--dc-white); color: var(--dc-ink-soft);
  border: 1px solid var(--dc-line); border-radius: 13px;
  box-shadow: 0 1px 2px rgba(16,38,30,.07), 0 18px 44px -12px rgba(16,38,30,.30);
  padding: 13px 15px; text-align: left;
  font-size: 12.75px; font-weight: 500; line-height: 1.5; letter-spacing: 0; text-transform: none; white-space: normal;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
:root[data-dc-theme="dark"] .lp-tip { background: #262e36; border-color: #3a4550; box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 22px 50px -12px rgba(0,0,0,.7); }
.lp-tip strong { display: block; color: var(--dc-ink); font-size: 13px; font-weight: 700; margin: 0 0 4px; }
.lp-tip .lp-tip-foot { display: block; margin-top: 9px; padding-top: 9px; border-top: 1px solid var(--dc-line); color: var(--dc-ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.lp-tip::after {
  content: ""; position: absolute; top: 100%; left: calc(50% - var(--tip-shift, 0px));
  transform: translate(-50%, -50%) rotate(45deg); width: 11px; height: 11px;
  background: var(--dc-white); border-right: 1px solid var(--dc-line); border-bottom: 1px solid var(--dc-line); border-bottom-right-radius: 3px;
}
:root[data-dc-theme="dark"] .lp-tip::after { background: #262e36; border-color: #3a4550; }

.lp-chip-verified:hover .lp-tip,
.lp-chip-verified:focus-visible .lp-tip,
.lp-chip-verified.tip-open .lp-tip {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(calc(-50% + var(--tip-shift, 0px))) translateY(0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .lp-tip { transition: opacity .12s ease, visibility .12s; transform: translateX(calc(-50% + var(--tip-shift, 0px))); }
  .lp-chip-verified:hover .lp-tip, .lp-chip-verified:focus-visible .lp-tip, .lp-chip-verified.tip-open .lp-tip { transform: translateX(calc(-50% + var(--tip-shift, 0px))); }
}
