/* IndiaTicker MCA - single-page product site. Brand: ink + emerald, Inter. */
:root {
  --bg: #f1f4f8;
  --bg-alt: #e8eef4;
  --card: #ffffff;
  --ink: #23303d;
  --muted: #606f7b;
  --muted-2: #9aa5b1;
  --line: #e7ebf0;
  --line-2: #dbe1e8;
  --accent: #0d7a56;
  --accent-ink: #0b6e4f;
  --accent-soft: rgba(13, 122, 86, 0.1);
  --warn: #a15c00;
  --warn-soft: rgba(161, 92, 0, 0.12);
  --fail: #c0392b;
  --fail-soft: rgba(192, 57, 43, 0.08);
  --shadow: 0 1px 2px rgba(29, 41, 63, 0.06), 0 18px 40px -24px rgba(29, 41, 63, 0.35);
  --font: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --radius: 10px;
  --nav-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.app-open { overflow: hidden; }

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
button, input { font: inherit; color: inherit; }
img { max-width: 100%; display: block; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: 8px 12px;
  z-index: 100;
}
.skip:focus { left: 8px; top: 8px; }

.wrap { width: min(1100px, calc(100% - 40px)); margin: 0 auto; }
.wrap.narrow { width: min(720px, calc(100% - 40px)); }

/* ---- brand ---- */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 18px;
}
.brand:hover { text-decoration: none; }
.brand .mark { flex: none; }
.brand .product {
  margin-left: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---- buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line-2);
  background: var(--card);
  color: var(--ink);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.btn:hover { background: var(--bg); text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn.fill {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.btn.fill:hover { background: #33424f; }
.btn.ghost { background: transparent; }
.btn.lg { padding: 13px 20px; font-size: 15px; }
.btn.sm { padding: 7px 12px; font-size: 13px; border-radius: 7px; }
.btn.block { width: 100%; }
.btn:disabled { opacity: 0.55; cursor: not-allowed; }

/* ---- nav ---- */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--nav-h);
  background: rgba(241, 244, 248, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.site-nav.scrolled {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 255, 0.92);
}
.nav-inner {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-links {
  display: flex;
  gap: 4px;
  margin-left: 12px;
}
.nav-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 6px;
}
.nav-links a:hover { color: var(--ink); background: rgba(35, 48, 61, 0.04); text-decoration: none; }
.nav-acts { margin-left: auto; display: flex; gap: 8px; align-items: center; }

@media (max-width: 820px) {
  .nav-links { display: none; }
  .nav-acts .ghost { display: none; }
}

/* ---- hero ---- */
.hero {
  position: relative;
  min-height: calc(100vh - var(--nav-h));
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 48px 0 64px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 18% 20%, rgba(13, 122, 86, 0.14), transparent 58%),
    radial-gradient(ellipse 55% 50% at 88% 30%, rgba(35, 48, 61, 0.08), transparent 55%),
    linear-gradient(165deg, #eef3f8 0%, #f1f4f8 42%, #e4ebf2 100%);
  z-index: 0;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.hero-brand {
  margin: 0 0 14px;
  font-size: clamp(28px, 4.2vw, 40px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--ink);
}
.hero-brand span {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.42em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  vertical-align: 0.55em;
  color: var(--muted);
}
.hero h1 {
  margin: 0 0 16px;
  font-size: clamp(32px, 4.8vw, 48px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  max-width: 14ch;
}
.hero-lede {
  margin: 0 0 28px;
  font-size: 17.5px;
  color: var(--muted);
  max-width: 42ch;
  line-height: 1.5;
}
.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.hero-cta .btn.lg {
  min-height: 48px;
  padding: 0 22px;
  font-size: 15.5px;
}
.hero-note {
  margin: 0;
  font-size: 13.5px;
  color: var(--muted);
  letter-spacing: 0.01em;
  max-width: 36ch;
  line-height: 1.45;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-visual { position: relative; min-height: 380px; }
.dossier {
  position: relative;
  width: min(420px, 100%);
  height: 380px;
  margin-left: auto;
  animation: floaty 7s ease-in-out infinite;
}
.dossier-spine {
  position: absolute;
  left: 18px;
  top: 24px;
  bottom: 24px;
  width: 10px;
  border-radius: 4px;
  background: linear-gradient(180deg, #2a3a48, #23303d);
  box-shadow: 2px 0 0 rgba(255,255,255,0.15);
}
.dossier-sheet {
  position: absolute;
  left: 28px;
  right: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 4px 12px;
  animation: rise 0.7s ease both;
}
.dossier-sheet .sheet-label {
  grid-column: 1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.dossier-sheet .sheet-val {
  grid-column: 1;
  font-size: 15px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.dossier-sheet .sheet-src {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-ink);
  letter-spacing: 0.04em;
}
.dossier-sheet .sheet-src::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-ink);
  margin-right: 5px;
  vertical-align: 1px;
}
.dossier-sheet.s1 { top: 28px; transform: rotate(-1.2deg); animation-delay: 0.05s; }
.dossier-sheet.s2 { top: 112px; transform: rotate(0.8deg); animation-delay: 0.15s; }
.dossier-sheet.s3 { top: 196px; transform: rotate(-0.6deg); animation-delay: 0.25s; }
.dossier-sheet.s4 { top: 280px; transform: rotate(1deg); animation-delay: 0.35s; }

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes rise {
  from { opacity: 0; transform: translateY(18px) rotate(0deg); }
  to { opacity: 1; }
}

@media (max-width: 900px) {
  .hero { min-height: auto; padding: 36px 0 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero h1 { max-width: none; }
  .dossier { margin: 0 auto; }
}

/* ---- strip ---- */
.strip {
  padding: 28px 0;
  border-block: 1px solid var(--line);
  background: var(--card);
}
.strip p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.45;
}

/* ---- sections ---- */
.sec { padding: 88px 0; }
.sec.alt { background: linear-gradient(180deg, #eef2f7 0%, var(--bg) 100%); }
.sec-head { max-width: 640px; margin-bottom: 40px; }
.sec-head .eyebrow,
.eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.sec-head h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
.sec-head p {
  margin: 0;
  color: var(--muted);
  font-size: 16.5px;
}

.file-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.file-grid article {
  background: var(--card);
  padding: 26px 24px;
}
.file-grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.01em;
}
.file-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .file-grid { grid-template-columns: 1fr; }
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.use-grid article {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow);
}
.use-grid h3 {
  margin: 0 0 8px;
  font-size: 17px;
  letter-spacing: -0.015em;
}
.use-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .use-grid { grid-template-columns: 1fr; }
}

.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.compare > div {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
}
.compare-us {
  border-color: var(--ink) !important;
}
.compare h3 {
  margin: 0 0 14px;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.compare ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.compare li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-top: 1px solid var(--line);
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.45;
}
.compare li:first-of-type { border-top: 0; }
.compare li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--muted-2);
}
.compare-us li::before { background: var(--accent-ink); }
@media (max-width: 800px) {
  .compare { grid-template-columns: 1fr; }
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.steps li {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
}
.steps .n {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin-bottom: 14px;
  font-variant-numeric: tabular-nums;
}
.steps h3 { margin: 0 0 8px; font-size: 18px; letter-spacing: -0.015em; }
.steps p { margin: 0; color: var(--muted); font-size: 14.5px; }
.center-cta { margin-top: 36px; text-align: center; }
@media (max-width: 800px) {
  .steps { grid-template-columns: 1fr; }
}

.price-row {
  display: none;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 4px 0;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 0;
  font-weight: 600;
  font-size: 16.5px;
  letter-spacing: -0.01em;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '+';
  float: right;
  color: var(--muted);
  font-weight: 500;
}
.faq details[open] summary::after { content: '−'; }
.faq details p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  max-width: 62ch;
}

.close {
  padding: 96px 0;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 80% at 50% 100%, rgba(13, 122, 86, 0.12), transparent 60%),
    var(--ink);
  color: #fff;
}
.close h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 750;
  letter-spacing: -0.03em;
}
.close p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}
.close .btn.fill {
  background: #fff;
  border-color: #fff;
  color: var(--ink);
}
.close .btn.fill:hover { background: #eef2f6; }

.site-foot {
  padding: 36px 0 48px;
  background: var(--card);
  border-top: 1px solid var(--line);
}
.foot-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.site-foot p {
  margin: 10px 0 0;
  font-size: 13.5px;
  color: var(--muted-2);
  max-width: 36ch;
}
.foot-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.foot-links a,
.foot-links button {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.foot-links a:hover,
.foot-links button:hover { color: var(--ink); }

/* ---- modal ---- */
.modal[hidden] { display: none; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 32, 42, 0.48);
  backdrop-filter: blur(4px);
}
.modal-panel {
  position: relative;
  width: min(420px, 100%);
  background: var(--card);
  border-radius: 12px;
  padding: 28px 26px 24px;
  box-shadow: 0 24px 60px rgba(20, 30, 40, 0.28);
  border: 1px solid var(--line);
  animation: rise 0.28s ease both;
}
.modal-x {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
}
.modal-panel h2 {
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: -0.02em;
}
.google-btn {
  display: flex;
  justify-content: center;
  min-height: 44px;
  margin: 8px 0 4px;
}
.modal-lede {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14.5px;
}
.field { margin: 0 0 14px; }
.field label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 6px;
}
.field input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line-2);
  border-radius: 7px;
  background: var(--bg);
  outline: none;
}
.field input:focus {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.form-err {
  background: var(--fail-soft);
  color: var(--fail);
  border-radius: 6px;
  padding: 9px 11px;
  font-size: 13.5px;
  margin: 0 0 12px;
}
.form-err[hidden] { display: none; }

/* ---- app shell (signed-in product UI) ---- */
.app[hidden] { display: none; }
.app {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: var(--bg);
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
.app-boot {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--muted);
  background: var(--bg);
  font-size: 14px;
}
html.app-booting .app-boot {
  background: #23303d;
  color: rgba(255, 255, 255, 0.72);
}
html.app-booting .app-boot .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}
.app-shell {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 0;
  width: 100%;
  position: relative;
}
.app-side {
  flex: none;
  width: 216px;
  background: #fff;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding: 14px 12px 16px;
  z-index: 30;
  min-height: 0;
}
.side-brand {
  margin: 0 4px 18px;
  font-size: 16px;
}
.side-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.side-link,
.side-link-btn {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 10px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
}
.side-link:hover,
.side-link-btn:hover {
  color: var(--ink);
  background: var(--bg);
  text-decoration: none;
}
.side-link.on {
  color: var(--accent-ink);
  font-weight: 600;
  background: var(--accent-soft);
}
.side-rule {
  height: 1px;
  background: var(--line);
  margin: 10px 8px;
}
.side-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  border: 0;
  background: rgba(35, 48, 61, 0.35);
  z-index: 25;
  cursor: pointer;
}
.side-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 1px solid var(--line-2);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  flex: none;
}
.side-toggle-bar {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--ink);
  border-radius: 1px;
}
.app-body {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.app-top {
  flex: none;
  z-index: 10;
  height: 52px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.app-top .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
}
.top-context {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.top-context .user {
  font-size: 12.5px;
  color: var(--muted);
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shell-search {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 420px;
  display: flex;
  align-items: center;
}
.shell-search-input {
  width: 100%;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 42px 0 12px;
  font: inherit;
  font-size: 13.5px;
  color: var(--ink);
  background: #f7f8f9;
}
.shell-search-input:focus {
  outline: none;
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(13, 122, 86, 0.12);
}
.shell-search-kbd {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10.5px;
  font-family: inherit;
  color: var(--muted-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1px 5px;
  background: #fff;
  pointer-events: none;
}
.shell-search-drop {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 40;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(35, 48, 61, 0.12);
  max-height: 360px;
  overflow: auto;
  padding: 6px 0;
}
.shell-search-label,
.shell-search-empty {
  padding: 6px 12px;
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.shell-search-empty {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.shell-search-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 12px;
  color: var(--ink);
  text-decoration: none;
}
.shell-search-row:hover {
  background: rgba(13, 122, 86, 0.06);
}
.shell-search-name {
  font-size: 13.5px;
  font-weight: 500;
}
.shell-search-meta {
  font-size: 11.5px;
  color: var(--muted);
}
.shell-search-more {
  display: block;
  padding: 8px 12px;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
}
.desk-matches {
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f8f9;
  overflow: hidden;
}
.desk-matches-label {
  margin: 0;
  padding: 8px 10px 4px;
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 600;
}
.desk-match-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  color: var(--ink);
  text-decoration: none;
  border-top: 1px solid var(--line);
}
.desk-match-row:hover { background: #fff; }
.desk-match-name { font-weight: 500; font-size: 13.5px; }
.desk-match-cin { font-size: 12px; color: var(--muted); flex: none; }
.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}
.admin-stat {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  background: #f7f8f9;
}
.admin-stat-label {
  font-size: 11.5px;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 4px;
}
.admin-stat-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
}
.admin-check-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  font-size: 13.5px;
  color: var(--ink);
  cursor: pointer;
}
.app-main {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  width: 100%;
  padding: 18px 20px 28px;
  -webkit-overflow-scrolling: touch;
}
.app-shell--dossier .app-main {
  padding-top: 14px;
  display: flex;
  flex-direction: column;
}
.app-shell--dossier .dossier-workspace {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
.app-foot {
  flex: none;
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 0;
  font-size: 12px;
  color: var(--muted-2);
}
.app-foot .inner {
  width: 100%;
  margin: 0;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  font-size: 12.5px;
  color: var(--muted);
}
.crumbs a { color: var(--muted); font-weight: 500; }
.crumbs a:hover { color: var(--accent); }
.crumb-sep { color: var(--muted-2); }
.crumb-cur { color: var(--ink); font-weight: 600; }
.page-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 14px;
}
.page-head h1 {
  margin: 0 0 4px;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.page-head .sub { margin: 0; color: var(--muted); font-size: 13.5px; max-width: 72ch; }
.dossier-head-acts { justify-content: flex-end; }
.panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: none;
  padding: 16px 18px;
  margin: 0 0 14px;
}
.panel h2 { margin: 0 0 12px; font-size: 16px; }
.grid-2 {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}
@media (max-width: 800px) { .grid-2 { grid-template-columns: 1fr; } }
.banner {
  background: #eef4fb;
  border: 1px solid #c5d4e6;
  color: #35506d;
  border-radius: 7px;
  padding: 10px 12px;
  font-size: 13.5px;
  margin: 0 0 16px;
}
.banner.ready-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  background: var(--accent-soft);
  border-color: #b7d9c9;
  color: var(--accent-ink);
}
.kv {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 8px 16px;
  font-size: 14px;
}
.kv .k { color: var(--muted); }
.kv .v { font-weight: 500; word-break: break-word; }
textarea.req, select.req {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line-2);
  border-radius: 7px;
  background: var(--bg);
  outline: none;
}
textarea.req { min-height: 88px; resize: vertical; }
textarea.req:focus, select.req:focus {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.form-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 14px; }
.form-note { margin: 0; font-size: 12.5px; color: var(--muted-2); }
.pill {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--bg);
  color: var(--muted);
  border: 1px solid var(--line);
}
.pill.queued { background: #eef2f6; color: #4a5a68; }
.pill.crawling { background: var(--warn-soft); color: var(--warn); border-color: #e8c48a; }
.pill.ready { background: var(--accent-soft); color: var(--accent-ink); border-color: #b7d9c9; }
.pill.failed { background: var(--fail-soft); color: var(--fail); border-color: #ecc4be; }
.table { width: 100%; border-collapse: collapse; font-size: 14px; }
.table th {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 8px 10px;
  border-bottom: 1px solid var(--line);
}
.table td { padding: 12px 10px; border-bottom: 1px solid var(--line); }
.table tr:last-child td { border-bottom: 0; }
.table a.rowlink { color: var(--ink); font-weight: 600; }
.table a.rowlink:hover { color: var(--accent); }
.empty { padding: 28px 12px; text-align: center; color: var(--muted); }
.empty.state { padding: 36px 16px; }
.empty-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}
.empty-detail {
  margin: 0 auto 14px;
  max-width: 42ch;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.45;
}
.spinner {
  width: 22px;
  height: 22px;
  margin: 0 auto 12px;
  border: 2px solid var(--line-2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.desk-note {
  margin: 0 0 16px;
  font-size: 13.5px;
  color: var(--muted);
}
.desk-primary {
  border-color: var(--ink);
}
.desk-form .desk-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 700px) {
  .desk-form .desk-row { grid-template-columns: 1fr; }
}
.desk-input {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line-2);
  border-radius: 7px;
  background: var(--bg);
  outline: none;
}
.desk-input:focus {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.panel.quiet {
  box-shadow: none;
  background: transparent;
  border-style: dashed;
}
.panel.invite-only {
  max-width: 560px;
  margin: 48px auto;
  padding: 28px 32px;
}
.panel.invite-only h1 { margin: 0 0 12px; font-size: 28px; }
.panel.invite-only .lede { color: var(--muted); line-height: 1.5; }
.panel.invite-only .actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.tg-link-code {
  display: inline-block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 22px;
  letter-spacing: 0.12em;
  padding: 8px 14px;
  background: var(--bg, #f4f6f8);
  border: 1px solid var(--border, #d5dde5);
  border-radius: 6px;
  margin: 8px 0;
}
.panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.panel-head h2 { margin: 0; }
.panel-link {
  font-size: 13px;
  font-weight: 600;
}
.section-more {
  margin: 12px 0 0;
  font-size: 13px;
  text-align: right;
}
.kv.compact { font-size: 13.5px; }
.kv.compact .k { font-size: 12.5px; }
.tnum { font-variant-numeric: tabular-nums; }
.mut { color: var(--muted); }
.sourced {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--accent-ink);
}
.sourced::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-ink);
}
.tabs {
  display: flex;
  gap: 2px;
  margin: 0 0 14px;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
  flex: none;
}
.dossier-tabs {
  position: sticky;
  top: 0;
  z-index: 4;
  background: var(--bg);
  padding-top: 2px;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 4px;
  padding-right: 4px;
}
.dossier-body {
  flex: 1 1 auto;
  min-width: 0;
}
.dossier-body .panel {
  margin-bottom: 0;
}
.tabs button {
  padding: 9px 14px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--muted);
  white-space: nowrap;
  border: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  background: transparent;
  cursor: pointer;
}
.tabs button:hover { color: var(--ink); }
.tabs button.on { color: var(--accent-ink); border-bottom-color: var(--accent); font-weight: 600; }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  padding: 0 0 16px;
  position: relative;
}
.timeline li:last-child { padding-bottom: 0; }
.timeline .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line-2);
  margin-top: 5px;
  box-shadow: 0 0 0 3px var(--card);
  z-index: 1;
}
.timeline li.done .dot { background: var(--accent); }
.timeline li.active .dot {
  background: var(--warn);
  box-shadow: 0 0 0 3px var(--card), 0 0 0 6px var(--warn-soft);
}
.timeline li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 16px;
  bottom: 0;
  width: 2px;
  background: var(--line);
}
.timeline li:last-child::before { display: none; }
.timeline .t { font-weight: 600; font-size: 14px; }
.timeline .d { font-size: 13px; color: var(--muted); margin-top: 2px; }
/* ---- filing PDF preview (immersive: claims full app chrome) ---- */
body.preview-open { overflow: hidden; }
/* Hide normal shell chrome while the reader owns the viewport. */
body.preview-open .app-side,
body.preview-open .side-backdrop,
body.preview-open .app-top,
body.preview-open .app-foot {
  display: none !important;
}
body.preview-open .app-shell {
  /* Reader is a sibling overlay; keep shell inert underneath. */
  pointer-events: none;
  visibility: hidden;
}
body.preview-open .app-main {
  visibility: hidden;
}

.linkish {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  color: var(--accent);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.linkish:hover { text-decoration: underline; }

.filing-row-avail,
.extract-row-open { cursor: pointer; }
.filing-row-avail:hover,
.extract-row-open:hover { background: var(--accent-soft); }

.filing-preview {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.filing-preview-backdrop {
  position: absolute;
  inset: 0;
  background: var(--bg);
}
.filing-preview-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  background: var(--card);
  display: flex;
  flex-direction: column;
  animation: preview-in 0.12s ease-out;
}
@keyframes preview-in {
  from { opacity: 0.7; }
  to { opacity: 1; }
}
.filing-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 12px 0 14px;
  border-bottom: 1px solid var(--line);
  flex: none;
  background: #fff;
  height: 52px;
  min-height: 52px;
  box-sizing: border-box;
}
.preview-brand {
  flex: none;
  font-size: 14px;
  gap: 6px;
  margin: 0;
  max-width: 11.5rem;
}
.preview-brand .word { font-size: 14px; }
.preview-brand .product { font-size: 11px; }
.filing-preview-title {
  flex: 1 1 auto;
  min-width: 0;
}
.filing-preview-title h2 {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filing-preview-title .preview-what-is {
  display: none;
}
.insights-what-is {
  padding: 0 0 2px;
}
.insights-what-is[hidden] {
  display: none !important;
}
.insights-what-is h3 {
  margin: 0 0 4px;
}
.insights-what-is p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--ink);
}
.filing-preview-actions {
  display: flex;
  gap: 6px;
  flex: none;
  align-items: center;
  min-width: 0;
}
.filing-preview-kbd {
  font-size: 11px;
  color: var(--muted-2);
  margin-right: 4px;
}
.filing-preview-body {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 200px) minmax(0, 1fr) minmax(0, 280px);
  transition: grid-template-columns 0.15s ease;
}
.filing-preview.list-collapsed .filing-preview-body {
  grid-template-columns: 40px minmax(0, 1fr) minmax(0, 280px);
}
.filing-preview.insights-collapsed .filing-preview-body {
  grid-template-columns: minmax(0, 200px) minmax(0, 1fr) 40px;
}
.filing-preview.list-collapsed.insights-collapsed .filing-preview-body {
  grid-template-columns: 40px minmax(0, 1fr) 40px;
}
@media (max-width: 1200px) and (min-width: 901px) {
  .filing-preview-body {
    grid-template-columns: minmax(0, 180px) minmax(0, 1fr) minmax(0, 240px);
  }
  .filing-preview.list-collapsed .filing-preview-body {
    grid-template-columns: 40px minmax(0, 1fr) minmax(0, 240px);
  }
  .filing-preview.insights-collapsed .filing-preview-body {
    grid-template-columns: minmax(0, 180px) minmax(0, 1fr) 40px;
  }
}
.filing-preview-list {
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  background: #fff;
  padding: 6px 6px;
  gap: 6px;
  position: relative;
  overflow: hidden;
}
.preview-list-head,
.preview-insights-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 0 2px;
  font-size: 12px;
  flex: none;
}
.preview-list-head-acts {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.preview-rail-toggle,
.preview-rail-expand {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  padding: 2px 6px;
  line-height: 1.2;
}
.preview-rail-toggle:hover,
.preview-rail-expand:hover {
  background: var(--accent-soft, rgba(13, 122, 86, 0.1));
  border-color: rgba(13, 122, 86, 0.35);
}
.preview-rail-expand {
  display: none;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-self: center;
  margin: auto 0;
  padding: 10px 4px;
  letter-spacing: 0.04em;
}
.filing-preview.list-collapsed .filing-preview-list > :not(.preview-rail-expand) {
  display: none;
}
.filing-preview.list-collapsed .filing-preview-list .preview-rail-expand {
  display: block;
}
.filing-preview.insights-collapsed .filing-preview-insights > :not(.preview-rail-expand) {
  display: none;
}
.filing-preview.insights-collapsed .filing-preview-insights .preview-rail-expand {
  display: block;
}
.preview-list-filter { width: 100%; font-size: 11.5px; padding: 4px 6px; }
.preview-doc-list {
  flex: 1;
  min-height: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.preview-doc-cat {
  appearance: none;
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin: 0;
  padding: 5px 5px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: #f4f6f8;
  color: var(--ink);
  font: inherit;
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-align: left;
  cursor: pointer;
  line-height: 1.2;
}
.preview-doc-cat:hover { background: #eef1f4; }
.preview-doc-cat.collapsed { margin-bottom: 1px; }
.preview-doc-cat-chevron {
  flex: none;
  width: 10px;
  color: var(--muted);
  font-size: 9px;
}
.preview-doc-cat-label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-doc-cat-count {
  flex: none;
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
}
.preview-doc-item {
  appearance: none;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 3px 6px 4px;
  border-radius: 3px;
  cursor: pointer;
  font: inherit;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.preview-doc-item:hover { background: var(--accent-soft, rgba(13, 122, 86, 0.1)); }
.preview-doc-item.on {
  background: rgba(35, 48, 61, 0.08);
  box-shadow: inset 3px 0 0 var(--accent, #0d7a56);
}
.preview-doc-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
}
.preview-doc-code {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.2;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-doc-plain {
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preview-doc-meta {
  flex: none;
  font-size: 10px;
  color: var(--muted-2, #6b7785);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.preview-doc-explain {
  display: none;
}
.filing-preview-stage {
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  background: #cfd6dd;
  position: relative;
}
.filing-preview.insights-collapsed .filing-preview-stage {
  border-right: 0;
}
.filing-preview-insights {
  min-height: 0;
  overflow: auto;
  padding: 8px 10px 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.filing-preview-insights h3 {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
/* Compact zoom lives in the immersive top chrome (not a stage strip). */
.filing-preview-actions .preview-zoom-bar {
  flex: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2px;
  padding: 0;
  margin-right: 4px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  padding-right: 8px;
}
.preview-zoom-bar[hidden] { display: none !important; }
.preview-zoom-btn {
  min-height: 28px;
  padding: 2px 7px;
  font-size: 12px;
}
.preview-zoom-btn.on {
  background: var(--accent-soft, rgba(13, 122, 86, 0.12));
  border-color: rgba(13, 122, 86, 0.4);
  color: var(--accent-ink, #0b6e4f);
}
.preview-zoom-label {
  min-width: 2.6rem;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
}
.preview-zoom-wide { display: inline-flex; }
@media (max-width: 1100px) {
  .preview-zoom-wide { display: none; }
}
.insights-bullets {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.45;
}
.insights-bullets li { margin-bottom: 6px; }
.insights-fin-dl {
  display: grid;
  grid-template-columns: minmax(90px, 40%) 1fr;
  gap: 6px 10px;
  margin: 0;
  font-size: 13px;
}
.insights-fin-dl dt { color: var(--muted); }
.insights-fin-dl dd { margin: 0; }
.preview-mobile-tabs {
  display: none;
  border-bottom: 1px solid var(--line);
  background: #fff;
  flex: none;
}
.preview-mobile-tabs button {
  flex: 1;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 8px;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.preview-mobile-tabs button.on {
  color: var(--ink);
  border-bottom-color: var(--accent, #0d7a56);
}
.pdfjs-stage {
  flex: 1;
  min-height: 0;
  overflow: auto;
  position: relative;
  outline: none;
}
.pdfjs-stage:focus {
  box-shadow: inset 0 0 0 2px rgba(13, 122, 86, 0.22);
}
.pdfjs-pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 4px 2px 8px;
  min-height: 100%;
}
.pdfjs-page {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 3px rgba(35, 48, 61, 0.16);
}
.pdfjs-page--pending {
  background: #f4f6f8;
}
.pdfjs-page-skeleton {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.55) 45%, transparent 90%),
    repeating-linear-gradient(
      180deg,
      #e8ecf0 0 10px,
      #f4f6f8 10px 22px
    );
  background-size: 55% 100%, 100% 100%;
  background-repeat: no-repeat;
  animation: pdf-skel-shine 1.15s ease-in-out infinite;
}
@keyframes pdf-skel-shine {
  0% { background-position: -40% 0, 0 0; }
  100% { background-position: 140% 0, 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  .pdfjs-page-skeleton { animation: none; }
}
.pdfjs-canvas { display: block; max-width: none; height: auto; }
.pdfjs-xfa {
  position: relative;
  background: #fff;
  transform-origin: 0 0;
}
.pdfjs-xfa .xfaLayer {
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
}
.pdfjs-text,
.pdfjs-text.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  overflow: hidden;
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.pdfjs-text span,
.pdfjs-text br {
  position: absolute;
  white-space: pre;
  color: transparent;
  transform-origin: 0% 0%;
  cursor: text;
}
.pdfjs-text .pdfjs-hl {
  color: transparent;
}
.pdfjs-hl-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.pdfjs-hl-layer--erase {
  z-index: 4;
  pointer-events: auto;
  cursor: cell;
}
.pdfjs-hl-layer--erase .pdfjs-hl-mark {
  pointer-events: auto;
  cursor: cell;
}
.pdfjs-hl-mark {
  position: absolute;
  border-radius: 2px;
  opacity: 0.45;
  mix-blend-mode: multiply;
  box-sizing: border-box;
}
.pdfjs-hl-mark--yellow {
  opacity: 0.48;
  mix-blend-mode: multiply;
}
.pdfjs-hl-mark--marker {
  opacity: 0.78;
  mix-blend-mode: multiply;
  border-radius: 1px;
}
.pdfjs-text .pdfjs-hl--marker {
  opacity: 0.85;
}
.pdfjs-hl-mark.pdfjs-hl-flash,
.pdfjs-text .pdfjs-hl.pdfjs-hl-flash {
  outline: 2px solid var(--accent, #0d7a56);
  outline-offset: 1px;
  opacity: 0.7;
  transition: outline-color 0.2s ease, opacity 0.2s ease;
}
.pdfjs-stage.ann-tool-highlight .pdfjs-text span,
.pdfjs-stage.ann-tool-marker .pdfjs-text span {
  cursor: text;
}
.pdfjs-stage.ann-tool-eraser .pdfjs-text .pdfjs-hl {
  cursor: cell;
}
.pdfjs-page-label {
  position: absolute;
  right: 6px;
  bottom: 4px;
  z-index: 3;
  font-size: 10px;
  color: var(--muted);
  background: rgba(255,255,255,0.85);
  padding: 1px 5px;
  border-radius: 2px;
  pointer-events: none;
}
/* Annotation toolbar: sticky stage chrome (not a floating confirm toast). */
.preview-ann-toolbar {
  flex: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  background: #f4f6f8;
  border-bottom: 1px solid var(--line);
  z-index: 5;
}
.preview-ann-toolbar[hidden] { display: none !important; }
.preview-ann-tool {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 600;
}
.preview-ann-tool.on {
  background: var(--accent-soft, rgba(13, 122, 86, 0.12));
  border-color: rgba(13, 122, 86, 0.4);
  color: var(--accent-ink, #0b6e4f);
}
.preview-ann-chip,
.preview-sel-chip,
.preview-ann-swatch {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  border: 1px solid rgba(35, 48, 61, 0.18);
  flex: none;
  vertical-align: middle;
}
.preview-ann-chip.yellow,
.preview-sel-chip.yellow,
.preview-ann-swatch.yellow {
  background: #f6e58d;
}
.preview-ann-chip.black,
.preview-sel-chip.black,
.preview-ann-swatch.black,
.preview-ann-swatch.marker {
  background: #23303d;
  border-color: rgba(35, 48, 61, 0.55);
}
.preview-ann-tool-hint {
  margin-left: 6px;
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
@media (max-width: 720px) {
  .preview-ann-tool-hint { display: none; }
}
.preview-sel-bar {
  position: absolute;
  z-index: 6;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  max-width: min(420px, calc(100% - 24px));
  padding: 7px 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 4px 18px rgba(35, 48, 61, 0.14);
  pointer-events: none;
}
.preview-sel-bar[hidden] { display: none !important; }
.preview-sel-quote {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12px;
  color: var(--ink);
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preview-sel-note {
  display: none;
}
.preview-sel-bar .btn {
  flex: 0 0 auto;
}
.preview-ann-quote--marker,
.preview-ann--marker .preview-ann-quote {
  border-left-color: #23303d;
  background: rgba(35, 48, 61, 0.08);
}
.filing-preview-pdf {
  min-height: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  background: #dfe5eb;
}
.filings-panel-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 4px;
}
.filings-panel-head h2 { margin: 0; }
.filings-manage-line {
  margin: 0 0 10px;
  font-size: 12px;
}
.filings-manage-line a { color: var(--muted); text-decoration: none; }
.filings-manage-line a:hover { text-decoration: underline; color: var(--accent); }
.filings-table .filing-plain {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
}
.filings-table .filing-desc {
  font-size: 12px;
  margin-top: 2px;
  line-height: 1.3;
}
.filings-table .filing-form { white-space: nowrap; }
.filings-table .filing-actions {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mut { color: var(--muted); }
.preview-media-host {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.preview-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 1;
  color: var(--muted);
}
.preview-loading--pdf {
  gap: 16px;
}
.pdf-open-skel {
  width: min(320px, 72%);
  aspect-ratio: 1 / 1.35;
  max-height: 46vh;
}
.pdf-open-skel__page {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(35, 48, 61, 0.16);
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.55) 45%, transparent 90%),
    repeating-linear-gradient(
      180deg,
      #e8ecf0 0 10px,
      #f4f6f8 10px 22px
    );
  background-size: 55% 100%, 100% 100%;
  background-repeat: no-repeat;
  animation: pdf-skel-shine 1.15s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .pdf-open-skel__page { animation: none; }
}
.fmt-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink);
  background: var(--accent-soft, rgba(13, 122, 86, 0.12));
  border: 1px solid rgba(13, 122, 86, 0.28);
  padding: 1px 6px;
  border-radius: 3px;
  vertical-align: middle;
}
.preview-copy-msg {
  font-size: 11px;
  color: var(--accent);
  min-width: 4.5em;
}
.preview-unsupported {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  min-height: 280px;
  padding: 28px 24px;
  max-width: 36rem;
}
.preview-unsupported h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--ink);
}
.preview-unsupported p {
  margin: 0;
  line-height: 1.45;
  color: var(--muted, #5a6570);
}
.preview-iframe {
  flex: 1;
  width: 100%;
  min-height: 0;
  height: 100%;
  border: 0;
  background: #fff;
}

/* ---- XFA diligence view (Adobe LiveCycle e-forms) ---- */
.preview-xfa-wrap {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 16px 18px 28px;
  background: linear-gradient(180deg, #f4f7f5 0%, #fff 48px);
}
.preview-xfa-shell {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
  height: 100%;
}
.preview-xfa-modes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px solid var(--line);
  background: #f4f6f8;
  flex: 0 0 auto;
}
.preview-xfa-modes .preview-xfa-mode.on {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.preview-xfa-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.preview-xfa-body .pdfjs-stage {
  flex: 1;
}
.preview-xfa-banner {
  border-left: 3px solid var(--accent, #0d7a56);
  padding: 8px 12px;
  margin-bottom: 12px;
  background: var(--accent-soft, #e8f3ee);
}
.preview-xfa-banner strong {
  display: block;
  font-size: 13.5px;
  color: var(--ink, #23303d);
}
.preview-xfa-banner .form-note { margin-top: 4px; }
.preview-xfa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.preview-xfa-highlight {
  margin-bottom: 18px;
}
.preview-xfa-highlight h3 {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--muted-2, #6b7785);
}
.preview-xfa-dl {
  display: grid;
  grid-template-columns: minmax(120px, 220px) 1fr;
  gap: 6px 14px;
  margin: 0;
  font-size: 13.5px;
}
.preview-xfa-dl dt {
  margin: 0;
  color: var(--muted, #5a6570);
  font-weight: 500;
}
.preview-xfa-dl dd {
  margin: 0;
  color: var(--ink, #23303d);
  white-space: pre-wrap;
  word-break: break-word;
}
.preview-xfa-attach {
  margin: 0 0 14px;
}
.preview-xfa-sections {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.preview-xfa-section {
  border: 1px solid var(--line, #dde3e8);
  border-radius: 4px;
  background: #fff;
}
.preview-xfa-section > summary {
  cursor: pointer;
  padding: 10px 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink, #23303d);
  list-style: none;
}
.preview-xfa-section > summary::-webkit-details-marker { display: none; }
.preview-xfa-section > summary::before {
  content: '▸ ';
  color: var(--muted-2, #6b7785);
}
.preview-xfa-section[open] > summary::before { content: '▾ '; }
.preview-xfa-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.preview-xfa-table th,
.preview-xfa-table td {
  text-align: left;
  vertical-align: top;
  padding: 7px 12px;
  border-top: 1px solid var(--line, #dde3e8);
}
.preview-xfa-table th {
  width: 34%;
  max-width: 260px;
  font-weight: 500;
  color: var(--muted, #5a6570);
}
.preview-xfa-table td {
  color: var(--ink, #23303d);
  white-space: pre-wrap;
  word-break: break-word;
}

.preview-img-wrap {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: auto;
  background: #1a2229;
}
.preview-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.preview-text {
  flex: 1;
  min-height: 0;
  margin: 0;
  padding: 16px 18px;
  overflow: auto;
  background: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
  color: var(--ink);
}
.preview-excel-host,
.preview-sheet-wrap {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.preview-excel-wrap {
  background: #e8edf1;
}
.preview-excel-tabs {
  flex: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 6px 8px 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.preview-excel-tab {
  appearance: none;
  border: 1px solid transparent;
  border-bottom: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 12px;
  padding: 6px 10px;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}
.preview-excel-tab.on,
.preview-excel-tab[aria-selected="true"] {
  color: var(--ink);
  background: #f4f6f8;
  border-color: var(--line);
  font-weight: 600;
}
.preview-excel-chrome {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.preview-excel-grid {
  flex: 1;
  min-height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.preview-univer-root {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.preview-excel-foot {
  order: 3;
  flex: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.preview-excel-foot .preview-cap-note {
  border-top: 0;
  margin: 0;
  flex: 1;
  min-width: 180px;
}
.preview-excel-foot .btn {
  margin: 4px 8px 4px 0;
}
.preview-sheet-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--line);
  background: #f4f6f8;
  flex: none;
}
.preview-sheet-tab {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.preview-sheet-tab.on {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-soft, rgba(13, 122, 86, 0.1));
}
.preview-sheet-scroll {
  flex: 1;
  min-height: 0;
  overflow: auto;
}
.preview-sheet-table {
  border-collapse: collapse;
  width: max-content;
  min-width: 100%;
  font-size: 12px;
}
.preview-sheet-table th,
.preview-sheet-table td {
  border: 1px solid var(--line);
  padding: 4px 8px;
  text-align: left;
  white-space: nowrap;
  max-width: 28rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.preview-sheet-table th {
  background: #eef2f5;
  font-weight: 600;
  position: sticky;
  top: 0;
  z-index: 1;
}
.preview-sheet-table tr:nth-child(even) td {
  background: #fafbfc;
}
.preview-cap-note {
  margin: 0;
  padding: 6px 12px;
  border-top: 1px solid var(--line);
  flex: none;
}
.preview-rail-hint {
  margin: 0;
  padding: 0 2px;
  flex: none;
  font-size: 11px;
  line-height: 1.35;
  color: var(--muted-2, #6b7785);
}
.preview-filing-nav {
  flex: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  outline: none;
}
.preview-filing-nav:focus {
  box-shadow: inset 0 0 0 2px rgba(13, 122, 86, 0.28);
}
.preview-filing-nav--rail {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 4px 4px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  margin: 0;
}
.preview-filing-nav--float {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 6;
  padding: 4px 6px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 10px rgba(35, 48, 61, 0.18);
  gap: 6px;
}
.filing-preview.insights-collapsed .preview-filing-nav--float {
  display: flex;
}
.preview-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 30px;
  min-width: 0;
  padding: 4px 8px;
  font-weight: 600;
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}
.preview-filing-nav--rail .preview-nav-btn {
  flex: 1 1 auto;
  padding: 4px 6px;
}
.preview-nav-btn--icon {
  min-width: 32px;
  padding: 4px 8px;
}
.preview-nav-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.preview-nav-chevron {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 700;
  color: var(--ink);
}
.preview-nav-btn:disabled .preview-nav-chevron {
  color: var(--muted-2, #8a949e);
}
.preview-nav-pos {
  flex: none;
  min-width: 3.8rem;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.preview-nav-label {
  white-space: nowrap;
}
@media (max-width: 1100px) {
  .preview-filing-nav--rail .preview-nav-label {
    display: none;
  }
}
.filing-preview-notes {
  min-height: 0;
  overflow: auto;
  padding: 14px 14px 20px;
  background: #fff;
}
.filing-preview-notes h3 {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.preview-ann-form {
  display: none;
}
.preview-input {
  width: 100%;
  border: 1px solid var(--line-2);
  border-radius: 6px;
  padding: 8px 10px;
  background: #fff;
  font: inherit;
  font-size: 13px;
  color: var(--ink);
  resize: vertical;
}
.preview-input:focus {
  outline: 2px solid var(--accent-soft);
  border-color: var(--accent);
}
.preview-form-msg { min-height: 1.2em; margin: 0 0 6px; }
.preview-ann-help {
  margin: 0 0 8px;
}
.preview-ann-list { display: flex; flex-direction: column; gap: 10px; }
.preview-ann {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px;
  background: var(--bg);
}
.preview-ann-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.preview-ann-jump {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  color: var(--accent-ink);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.preview-ann-del {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  color: var(--muted-2);
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.preview-ann-del:hover { color: var(--fail); }
.preview-ann-quote {
  margin: 0 0 6px;
  padding-left: 10px;
  border-left: 2px solid #f0d56a;
  color: var(--ink);
  font-size: 12.5px;
  line-height: 1.45;
  background: rgba(246, 229, 141, 0.28);
  padding: 6px 8px 6px 10px;
  border-radius: 0 4px 4px 0;
}
.preview-ann-note {
  margin: 0 0 4px;
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--muted);
}
.preview-ann-note-edit {
  width: 100%;
  border: 1px solid var(--line-2);
  border-radius: 4px;
  padding: 5px 8px;
  font: inherit;
  font-size: 12.5px;
  margin: 0 0 6px;
  color: var(--ink);
  background: #fff;
}
.preview-ann-note-edit[hidden] { display: none !important; }
.preview-ann-note-toggle {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  color: var(--accent-ink);
  font: inherit;
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
}
.insights-ai-notes {
  padding-top: 4px;
  border-top: 1px solid var(--line);
}
.preview-ai-note-help {
  margin: 0 0 8px;
  font-size: 11.5px;
  line-height: 1.4;
}
.preview-ai-note {
  min-height: 88px;
  resize: vertical;
}
.preview-ai-note-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
  min-height: 1.2em;
}
.preview-ai-note-status {
  font-size: 11.5px;
}

.desk-split {
  align-items: start;
}
.desk-primary {
  max-width: none;
}

@media (max-width: 900px) {
  .app-side {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateX(-105%);
    transition: transform 0.2s ease;
    box-shadow: none;
  }
  .app-shell.side-open .app-side {
    transform: translateX(0);
    box-shadow: 8px 0 28px rgba(29, 41, 63, 0.18);
  }
  .app-shell.side-open .side-backdrop { display: block; }
  .side-toggle { display: inline-flex; }
  .top-context .user { display: none; }
  .app-top .inner { padding: 0 12px; gap: 8px; }
  .app-main { padding: 14px 12px 24px; }
  .app-foot .inner { padding: 8px 12px; }
  .filing-preview-body {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr);
  }
  .preview-mobile-tabs { display: flex; }
  .filing-preview-list,
  .filing-preview-insights,
  .filing-preview-stage { border-right: 0; }
  .filing-preview.tab-list .filing-preview-stage,
  .filing-preview.tab-list .filing-preview-insights { display: none; }
  .filing-preview.tab-doc .filing-preview-list,
  .filing-preview.tab-doc .filing-preview-insights { display: none; }
  .filing-preview.tab-insights .filing-preview-list,
  .filing-preview.tab-insights .filing-preview-stage { display: none; }
  .filing-preview-list,
  .filing-preview-insights {
    max-height: none;
    height: 100%;
  }
  .filing-preview-head { flex-wrap: wrap; padding: 0 10px; gap: 8px; height: auto; min-height: 52px; }
  .filing-preview-kbd { display: none; }
  .preview-brand .word { display: none; }
  .filing-preview-actions .preview-zoom-bar {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
  .filing-preview.list-collapsed .filing-preview-body,
  .filing-preview.insights-collapsed .filing-preview-body,
  .filing-preview.list-collapsed.insights-collapsed .filing-preview-body {
    grid-template-columns: 1fr;
  }
  .preview-rail-toggle,
  .preview-rail-expand { display: none !important; }
  .filing-preview.list-collapsed .filing-preview-list > :not(.preview-rail-expand),
  .filing-preview.insights-collapsed .filing-preview-insights > :not(.preview-rail-expand) {
    display: revert;
  }
  .filing-preview.list-collapsed .preview-doc-list,
  .filing-preview.insights-collapsed .insights-takeaways,
  .filing-preview.insights-collapsed .insights-financials,
  .filing-preview.insights-collapsed .insights-highlights,
  .filing-preview.insights-collapsed .insights-ai-notes {
    display: flex;
    flex-direction: column;
  }
  .filing-preview.list-collapsed .preview-list-head,
  .filing-preview.insights-collapsed .preview-insights-head {
    display: flex;
  }
  .filing-preview.list-collapsed .preview-list-filter { display: block; }
  .preview-filing-nav--float {
    display: none !important;
  }
  .preview-filing-nav--rail {
    position: static;
  }
  .preview-filing-nav--rail .preview-nav-label {
    display: inline;
  }
}

@media (max-width: 600px) {
  .side-link,
  .side-link-btn { padding: 10px 12px; font-size: 14px; }
  .dossier-head-acts { width: 100%; }
}

/* Filing watch (FY schedule) */
.watch-panel { margin: 0 0 14px; }
.watch-panel .panel-head { align-items: center; }
.watch-form-row { margin-top: 8px; }
.watch-active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.watch-active-main { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; }
.pill.watching { background: var(--accent-soft); color: var(--accent-ink); border-color: #b7d9c9; }
.pill.triggered, .pill.queued { background: #eef2f6; color: #4a5a68; }
.pill.cancelled { background: var(--bg); color: var(--muted); }
