/* =====================================================================
   ArtBanner · Design System
   Base visual: Catálogo ArtBanner 2026 — slate azulado + branco,
   facetas de ACM, cantos "folha", faixas de rótulo e títulos verticais.
   Tipografia Montserrat · Ícones Material Symbols Rounded (Google)
   ===================================================================== */
:root {
  color-scheme: light;
  --font: "Montserrat", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* Rampa da marca — slate azulado (cor dominante do catálogo) */
  --slate-950: #1B212C; --slate-900: #2B3240; --slate-800: #3A4354; --slate-700: #4A5467;
  --slate-600: #56637A; --slate-500: #616E81; --slate-400: #7F8A9B; --slate-300: #A3ABB8;
  --slate-200: #C9CED6; --slate-100: #E6E9EE; --slate-50: #F3F5F8;
  /* Dourado — acento (logo em acrílico dourado da recepção) */
  --gold-700: #7C6318; --gold-600: #9A7B1F; --gold-500: #C9A43A; --gold-400: #DDBE5E;
  --gold-200: #F0DFA6; --gold-100: #F8F0D6;

  /* Papéis semânticos */
  --bg: #EDF0F4; --surface: #FFFFFF; --surface-2: #F5F7FA; --surface-3: #EBEEF3;
  --ink: #2B3240; --ink-2: #56637A; --ink-3: #6B7689; --ink-inv: #FFFFFF;
  --line: #E2E6EC; --line-2: #CFD5DE;
  --dot: rgba(207, 213, 222, .5);    /* grade de pontos — metade da opacidade da linha */
  --btn-bg: #3A4354; --btn-bg-hover: #2B3240; --btn-ink: #FFFFFF;
  --accent: #C9A43A; --accent-ink: #8A6E1B; --accent-soft: #F8F0D6;
  --focus: 0 0 0 3px rgba(201, 164, 58, .45);

  /* Etapas — rampa ordinal de um só matiz (validada: ΔL ≥ .06, 2:1 na superfície) */
  --st-orcamento: #A9B6CC; --st-aprovado: #8395B3; --st-producao: #5F7396;
  --st-instalacao: #43557A; --st-concluido: #2A3754;
  --on-st-orcamento: #1B212C; --on-st-aprovado: #1B212C; --on-st-producao: #FFFFFF;
  --on-st-instalacao: #FFFFFF; --on-st-concluido: #FFFFFF;
  --series-1: #4D6490;

  /* Status de prazo — reservados, sempre com ícone + rótulo */
  --good: #0CA30C; --warning: #FAB219; --critical: #D03B3B;
  --good-ink: #0B6B0B; --warning-ink: #8A5A00; --critical-ink: #B02A2A;
  --good-soft: #E6F5E6; --warning-soft: #FEF4DC; --critical-soft: #FBE8E8;

  /* Forma e profundidade */
  --r-xs: 6px; --r-sm: 10px; --r-md: 14px; --r-lg: 20px; --r-xl: 28px; --r-pill: 999px;
  --leaf: 8px 36px 8px 36px;          /* canto "folha" — assinatura do catálogo */
  --leaf-lg: 10px 56px 10px 56px;
  --leaf-alt: 36px 8px 36px 8px;
  --shadow-1: 0 1px 2px rgba(27, 33, 44, .06), 0 2px 8px rgba(27, 33, 44, .05);
  --shadow-2: 0 2px 6px rgba(27, 33, 44, .06), 0 14px 34px rgba(27, 33, 44, .10);
  --shadow-3: 0 30px 80px rgba(27, 33, 44, .28);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --dur: .22s;

  /* Escala tipográfica */
  --fs-hero: clamp(48px, 5.4vw, 68px);
  --fs-h1: 24px; --fs-h2: 19px; --fs-h3: 15px; --fs-body: 14px; --fs-sm: 12.5px; --fs-xs: 11px;
  --track-wide: .16em; --track-vert: .38em;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --bg: #12161D; --surface: #1C222D; --surface-2: #222A36; --surface-3: #2A3342;
    --ink: #E8ECF2; --ink-2: #B7C0CE; --ink-3: #9AA5B6;
    --line: #2A3240; --line-2: #3A4556; --dot: rgba(58, 69, 86, .5);
    --btn-bg: #E8ECF2; --btn-bg-hover: #FFFFFF; --btn-ink: #1C222D;
    --accent-ink: #DDBE5E; --accent-soft: rgba(201, 164, 58, .16);
    --st-orcamento: #4B5B7A; --st-aprovado: #64779A; --st-producao: #8295B8;
    --st-instalacao: #A3B3D0; --st-concluido: #C8D3E6;
    --on-st-orcamento: #FFFFFF; --on-st-aprovado: #FFFFFF; --on-st-producao: #1B212C;
    --on-st-instalacao: #1B212C; --on-st-concluido: #1B212C;
    --series-1: #8AA0C8;
    --good-ink: #5AD35A; --warning-ink: #FAB219; --critical-ink: #F08080;
    --good-soft: rgba(12, 163, 12, .16); --warning-soft: rgba(250, 178, 25, .14); --critical-soft: rgba(208, 59, 59, .18);
    --shadow-1: 0 1px 2px rgba(0, 0, 0, .3), 0 2px 8px rgba(0, 0, 0, .2);
    --shadow-2: 0 2px 6px rgba(0, 0, 0, .3), 0 14px 34px rgba(0, 0, 0, .35);
  }
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #12161D; --surface: #1C222D; --surface-2: #222A36; --surface-3: #2A3342;
  --ink: #E8ECF2; --ink-2: #B7C0CE; --ink-3: #9AA5B6;
  --line: #2A3240; --line-2: #3A4556; --dot: rgba(58, 69, 86, .5);
  --btn-bg: #E8ECF2; --btn-bg-hover: #FFFFFF; --btn-ink: #1C222D;
  --accent-ink: #DDBE5E; --accent-soft: rgba(201, 164, 58, .16);
  --st-orcamento: #4B5B7A; --st-aprovado: #64779A; --st-producao: #8295B8;
  --st-instalacao: #A3B3D0; --st-concluido: #C8D3E6;
  --on-st-orcamento: #FFFFFF; --on-st-aprovado: #FFFFFF; --on-st-producao: #1B212C;
  --on-st-instalacao: #1B212C; --on-st-concluido: #1B212C;
  --series-1: #8AA0C8;
  --good-ink: #5AD35A; --warning-ink: #FAB219; --critical-ink: #F08080;
  --good-soft: rgba(12, 163, 12, .16); --warning-soft: rgba(250, 178, 25, .14); --critical-soft: rgba(208, 59, 59, .18);
  --shadow-1: 0 1px 2px rgba(0, 0, 0, .3), 0 2px 8px rgba(0, 0, 0, .2);
  --shadow-2: 0 2px 6px rgba(0, 0, 0, .3), 0 14px 34px rgba(0, 0, 0, .35);
}

/* ------------------------------------------------------------ base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); font-size: var(--fs-body); line-height: 1.5;
  color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; }
:focus-visible { outline: none; box-shadow: var(--focus); }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ------------------------------------------------------------ ícones */
.ms {
  font-family: "Material Symbols Rounded"; font-weight: normal; font-style: normal;
  font-size: 20px; line-height: 1; letter-spacing: normal; text-transform: none;
  display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr;
  font-feature-settings: "liga"; -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  width: 1em; overflow: hidden; flex: none; vertical-align: middle; user-select: none;
}
.ms.fill { font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; }
.ms.sm { font-size: 16px; } .ms.lg { font-size: 24px; } .ms.xl { font-size: 32px; }

/* ------------------------------------------------------------ tipografia */
.eyebrow { font-size: var(--fs-xs); font-weight: 700; letter-spacing: var(--track-wide); text-transform: uppercase; color: var(--ink-3); }
.headline { font-weight: 300; letter-spacing: -.01em; line-height: 1.15; margin: 0; }
.headline b, .headline strong { font-weight: 800; }
.v-title { writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: var(--track-vert); text-transform: uppercase; font-weight: 300; white-space: nowrap; line-height: 1; }
.v-title b { font-weight: 800; }
.num { font-variant-numeric: tabular-nums; }
.muted { color: var(--ink-3); }

/* ------------------------------------------------------------ fundos da marca */
.bg-facetas { background-color: var(--slate-500); background-image: var(--facetas); background-size: cover; background-position: center; color: #fff; }
.bg-facetas-escuro { background-color: var(--slate-800); background-image: var(--facetas-escuro); background-size: cover; background-position: center; color: #fff; }
.bg-dots { background-image: radial-gradient(var(--dot) 1px, transparent 1.4px); background-size: 14px 14px; }
.hairlines { position: relative; }
.hairlines::before, .hairlines::after { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: rgba(255, 255, 255, .28); pointer-events: none; }
.hairlines::before { bottom: 16px; } .hairlines::after { bottom: 9px; }
.logo { display: block; line-height: 0; }
.logo svg { display: block; width: 100%; height: auto; }

/* ------------------------------------------------------------ cards */
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-1); min-width: 0; }
.card-leaf { border-radius: var(--leaf); }
.card-hd { display: flex; align-items: center; gap: 12px; padding: 18px 20px 0; flex-wrap: wrap; }
.card-hd h3 { margin: 0; font-size: var(--fs-h3); font-weight: 700; }
.card-hd .sub { color: var(--ink-3); font-size: var(--fs-sm); }
.card-hd .spacer { flex: 1; }
.card-bd { padding: 16px 20px 20px; }

/* ------------------------------------------------------------ botões */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 40px; padding: 0 18px;
  border-radius: var(--r-pill); border: 1px solid transparent; font-weight: 600; font-size: 13.5px; cursor: pointer;
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform .12s var(--ease), color var(--dur);
  white-space: nowrap; text-decoration: none; background: transparent; color: var(--ink);
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--btn-bg); color: var(--btn-ink); }
.btn-primary:hover { background: var(--btn-bg-hover); box-shadow: var(--shadow-2); }
.btn-gold { background: var(--accent); color: #1B212C; }
.btn-gold:hover { background: var(--gold-400); box-shadow: 0 8px 22px rgba(201, 164, 58, .35); }
.btn-ghost { border-color: var(--line-2); }
.btn-ghost:hover { background: var(--surface-2); border-color: var(--slate-300); }
.btn-quiet { color: var(--ink-2); }
.btn-quiet:hover { background: var(--surface-3); color: var(--ink); }
.btn-on-dark { color: #fff; border-color: rgba(255, 255, 255, .35); }
.btn-on-dark:hover { background: rgba(255, 255, 255, .12); }
.btn-icon { width: 40px; padding: 0; }
.btn-sm { height: 32px; padding: 0 12px; font-size: 12.5px; }
.btn-sm.btn-icon { width: 32px; padding: 0; }
.btn[disabled] { opacity: .5; pointer-events: none; }
.btn.is-busy .ms { animation: ab-spin 1s linear infinite; }

/* ------------------------------------------------------------ chips e selos */
.chip { display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 10px; border-radius: var(--r-pill); background: var(--surface-3); color: var(--ink-2); font-size: 12px; font-weight: 600; white-space: nowrap; }
.chip .ms { font-size: 15px; }
.chip-outline { background: transparent; border: 1px solid var(--line-2); }
.chip-gold { background: var(--accent-soft); color: var(--accent-ink); }
.chip-new { background: var(--accent); color: #1B212C; height: 22px; padding: 0 8px; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }

.stage { --c: var(--st-orcamento); display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 10px 0 8px; border-radius: var(--r-pill); background: var(--surface); border: 1px solid var(--line-2); font-size: 12px; font-weight: 600; color: var(--ink); white-space: nowrap; }
.stage .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--c); flex: none; }
.stage .ms { font-size: 16px; color: var(--ink-2); }
.st-orcamento  { --c: var(--st-orcamento);  --on-c: var(--on-st-orcamento); }
.st-aprovado   { --c: var(--st-aprovado);   --on-c: var(--on-st-aprovado); }
.st-producao   { --c: var(--st-producao);   --on-c: var(--on-st-producao); }
.st-instalacao { --c: var(--st-instalacao); --on-c: var(--on-st-instalacao); }
.st-concluido  { --c: var(--st-concluido);  --on-c: var(--on-st-concluido); }

.flag { display: inline-flex; align-items: center; gap: 4px; height: 24px; padding: 0 9px 0 6px; border-radius: var(--r-pill); font-size: 11.5px; font-weight: 700; white-space: nowrap; }
.flag .ms { font-size: 16px; }
.flag-good { background: var(--good-soft); color: var(--good-ink); } .flag-good .ms { color: var(--good); }
.flag-warning { background: var(--warning-soft); color: var(--warning-ink); } .flag-warning .ms { color: var(--warning); }
.flag-critical { background: var(--critical-soft); color: var(--critical-ink); } .flag-critical .ms { color: var(--critical); }

/* Faixa de rótulo — "Primeira Impressão que Refresca" no catálogo */
.label-bar { display: flex; align-items: center; gap: 10px; background: var(--slate-600); color: #fff; font-weight: 600; letter-spacing: .08em; font-size: 12.5px; padding: 8px 16px; border-radius: var(--r-xs) 0 0 var(--r-xs); }
.label-bar .ms { font-size: 18px; opacity: .85; }

/* ------------------------------------------------------------ KPI */
.kpi { padding: 18px 20px; display: flex; flex-direction: column; gap: 8px; }
.kpi .k-label { display: flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 600; color: var(--ink-2); }
.kpi .k-icon { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: var(--surface-3); color: var(--ink-2); }
.kpi .k-icon .ms { font-size: 18px; }
.kpi .k-value { font-size: 30px; font-weight: 700; letter-spacing: -.02em; line-height: 1.05; }
.kpi .k-value small { font-size: 15px; font-weight: 600; color: var(--ink-3); margin-left: 2px; }
.kpi .k-foot { font-size: 12px; color: var(--ink-3); }

/* ------------------------------------------------------------ formulários */
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field > span { font-size: 12px; font-weight: 600; color: var(--ink-2); }
.input, .select, .textarea { width: 100%; height: 40px; padding: 0 12px; border: 1px solid var(--line-2); border-radius: var(--r-sm); background: var(--surface); color: var(--ink); transition: border-color var(--dur), box-shadow var(--dur); }
.textarea { height: auto; min-height: 88px; padding: 10px 12px; resize: vertical; line-height: 1.45; }
.input:hover, .select:hover, .textarea:hover { border-color: var(--slate-300); }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--accent); box-shadow: var(--focus); }
.input-icon { position: relative; }
.input-icon > .ms { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: var(--ink-3); pointer-events: none; }
.input-icon .input { padding-left: 40px; }

.seg { display: inline-flex; padding: 3px; background: var(--surface-3); border-radius: var(--r-pill); gap: 2px; }
.seg button { height: 32px; padding: 0 12px; border: 0; background: transparent; border-radius: var(--r-pill); font-weight: 600; font-size: 12.5px; color: var(--ink-2); display: inline-flex; align-items: center; gap: 6px; cursor: pointer; transition: background var(--dur), color var(--dur); }
.seg button:hover { color: var(--ink); }
.seg button[aria-pressed="true"] { background: var(--surface); color: var(--ink); box-shadow: var(--shadow-1); }
.seg .ms { font-size: 18px; }

.fchip { display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 12px; border-radius: var(--r-pill); border: 1px solid var(--line-2); background: var(--surface); color: var(--ink-2); font-size: 12.5px; font-weight: 600; cursor: pointer; transition: all var(--dur) var(--ease); }
.fchip:hover { border-color: var(--slate-300); color: var(--ink); }
.fchip[aria-pressed="true"] { background: var(--btn-bg); border-color: var(--btn-bg); color: var(--btn-ink); }
.fchip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c); }
.fchip .n { font-size: 11px; opacity: .7; }

/* ------------------------------------------------------------ tabela */
.table-wrap { overflow-x: auto; }
.table { width: 100%; border-collapse: collapse; font-size: 13px; }
.table th { text-align: left; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; padding: 10px 12px; border-bottom: 1px solid var(--line-2); white-space: nowrap; }
.table td { padding: 11px 12px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.table th.r, .table td.r { text-align: right; }
.table td.num, .table th.num { font-variant-numeric: tabular-nums; }
.table tbody tr.click { cursor: pointer; transition: background .15s; }
.table tbody tr.click:hover { background: var(--surface-2); }
.table tfoot td { font-weight: 700; border-bottom: 0; }

/* ------------------------------------------------------------ gráficos */
.pipe-bar { display: flex; gap: 2px; height: 18px; }
.pipe-seg { min-width: 6px; cursor: default; transition: filter .15s; }
.pipe-seg:first-child { border-radius: 4px 0 0 4px; }
.pipe-seg:last-child { border-radius: 0 4px 4px 0; }
.pipe-seg:only-child { border-radius: 4px; }
.pipe-seg:hover, .pipe-seg:focus-visible { filter: brightness(1.12) saturate(1.1); }
.pipe-empty { flex: 1; background: var(--surface-3); border-radius: 4px; }
.pipe-legend { list-style: none; margin: 16px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(178px, 1fr)); gap: 10px 20px; }
.pipe-legend li { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ink-2); min-width: 0; }
.pipe-legend .key { width: 10px; height: 10px; border-radius: 3px; flex: none; }
.pipe-legend .lg-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pipe-legend b { margin-left: auto; color: var(--ink); font-size: 13px; }
.pipe-legend .pct { color: var(--ink-3); font-size: 11.5px; min-width: 36px; text-align: right; font-variant-numeric: tabular-nums; }

.hbars { display: flex; flex-direction: column; gap: 12px; }
.hb-row { display: grid; grid-template-columns: minmax(70px, 30%) 1fr; align-items: center; gap: 12px; font-size: 12.5px; border-radius: 6px; }
.hb-label { color: var(--ink-2); font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hb-track { display: flex; align-items: center; gap: 8px; min-width: 0; }
.hb-bar { height: 14px; border-radius: 0 4px 4px 0; width: calc((100% - 92px) * var(--p)); min-width: 3px; background: var(--series-1); transition: width .5s var(--ease), filter .15s; flex: none; }
.hb-row:hover .hb-bar, .hb-row:focus-visible .hb-bar { filter: brightness(1.15); }
.hb-val { font-weight: 700; color: var(--ink); font-size: 12.5px; white-space: nowrap; font-variant-numeric: tabular-nums; }

/* ------------------------------------------------------------ etapas (stepper) */
.stepper { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
.step { --c: var(--line-2); position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 6px 2px; border: 0; background: none; color: var(--ink-3); font-size: 11px; font-weight: 600; text-align: center; line-height: 1.25; }
button.step { cursor: pointer; border-radius: var(--r-sm); }
button.step:hover .s-dot { transform: scale(1.06); }
.step .s-dot { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-3); color: var(--ink-3); box-shadow: 0 0 0 1px var(--line-2); transition: transform var(--dur) var(--ease), background var(--dur), box-shadow var(--dur); position: relative; z-index: 1; }
.step .s-dot .ms { font-size: 18px; }
.step::before { content: ""; position: absolute; top: 22px; left: calc(-50% + 22px); right: calc(50% + 22px); height: 2px; background: var(--line-2); border-radius: 2px; }
.step:first-child::before { display: none; }
.step.done, .step.current { color: var(--ink-2); }
.step.done .s-dot { background: var(--c); color: var(--on-c); box-shadow: none; }
.step.done::before, .step.current::before { background: var(--st-producao); }
.step.current { color: var(--ink); }
.step.current .s-dot { background: var(--c); color: var(--on-c); box-shadow: 0 0 0 3px var(--surface), 0 0 0 5px var(--accent); }

/* ------------------------------------------------------------ linha do tempo */
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { position: relative; padding: 0 0 16px 28px; }
.timeline li::before { content: ""; position: absolute; left: 7px; top: 20px; bottom: 0; width: 2px; background: var(--line); }
.timeline li:last-child { padding-bottom: 0; }
.timeline li:last-child::before { display: none; }
.timeline .t-dot { position: absolute; left: 0; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: var(--c); box-shadow: 0 0 0 3px var(--surface), 0 0 0 4px var(--line-2); }
.timeline .t-title { font-weight: 600; font-size: 13px; }
.timeline .t-meta { font-size: 12px; color: var(--ink-3); }

/* ------------------------------------------------------------ feedback */
.toasts { position: fixed; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 90; max-width: min(420px, calc(100vw - 32px)); }
.toast { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border-radius: var(--r-md); background: var(--slate-900); color: #fff; box-shadow: var(--shadow-3); border: 1px solid rgba(255, 255, 255, .08); animation: ab-toast .38s var(--ease); }
.toast > .ms { color: var(--gold-400); margin-top: 1px; }
.toast.err > .ms { color: #F08080; }
.toast .t-txt { min-width: 0; }
.toast .t-txt b { display: block; font-size: 13.5px; font-weight: 700; }
.toast .t-txt span { display: block; font-size: 12.5px; color: #C9CED6; }
.toast .t-act { margin-left: auto; align-self: center; flex: none; }
.toast.out { opacity: 0; transform: translateY(8px); transition: all .3s var(--ease); }

.tip { position: fixed; z-index: 100; pointer-events: none; background: var(--slate-950); color: #fff; border-radius: 10px; padding: 8px 11px; font-size: 12px; box-shadow: var(--shadow-2); transform: translate(-50%, calc(-100% - 12px)); max-width: 260px; line-height: 1.35; }
.tip b { display: block; font-size: 14px; font-weight: 700; }
.tip span { color: #C9CED6; }

.empty { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 6px; padding: 28px 16px; color: var(--ink-3); font-size: 13px; }
.empty > .ms { font-size: 34px; color: var(--slate-300); margin-bottom: 4px; }
.empty b { color: var(--ink); font-size: 14px; }

@keyframes ab-spin { to { transform: rotate(360deg); } }
@keyframes ab-toast { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes ab-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes ab-pulse { 0% { box-shadow: 0 0 0 0 rgba(12, 163, 12, .5); } 70% { box-shadow: 0 0 0 7px rgba(12, 163, 12, 0); } 100% { box-shadow: 0 0 0 0 rgba(12, 163, 12, 0); } }
@keyframes ab-glow { 0%, 100% { box-shadow: 0 0 0 0 rgba(201, 164, 58, 0); } 50% { box-shadow: 0 0 0 6px rgba(201, 164, 58, .35); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
