:root {
  --bg: #0a0a0d;
  --surface: #15151a;
  --surface-2: #1a191f;
  --surface-3: #201f25;
  --line: rgba(255,255,255,.105);
  --text: #f2f0eb;
  --muted: #a4a2a9;
  --dim: #74727a;
  --gold: #cda960;
  --gold-2: #a77f35;
  --gold-soft: rgba(205,169,96,.11);
  --green: #64c98c;
  --blue: #6ca5e8;
  --orange: #e2a45f;
  --red: #e87878;
  --purple: #a58fd6;
  /* gri cald, vizibil mai deschis decât fundalul — folosit pentru mini-carduri */
  --warm-card: #34302b;
  --warm-card-hover: #3e3931;
  --warm-line: rgba(255,255,255,.14);
  --sans: "Inter", "Segoe UI", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); color-scheme: dark; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 65% -15%, rgba(205,169,96,.08), transparent 36%),
    linear-gradient(180deg, rgba(5,5,7,.85), rgba(8,8,11,.98));
  font-family: var(--sans);
  font-size: 14px;
}
button, input, select, textarea { font: inherit; }
[hidden] { display: none !important; }
.top-accent {
  position: fixed; inset: 0 0 auto; height: 3px; z-index: 4;
  background: linear-gradient(90deg, transparent, var(--gold) 25%, var(--gold) 75%, transparent);
  opacity: .65;
}
.eyebrow { margin: 0 0 5px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; margin: 0; }
h1 { font-size: clamp(30px, 4.5vw, 44px); }
h2 { font-size: 24px; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 60px; }
.page-head { text-align: center; position: relative; padding: 4px 0 26px; }
.back-link { position: absolute; left: 0; top: 4px; color: var(--muted); text-decoration: none; font-size: 12px; }
.back-link:hover { color: var(--gold); }
.lead { max-width: 620px; margin: 10px auto 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.blocked-shell { min-height: 100vh; display: grid; place-items: center; }
.blocked-card { text-align: center; max-width: 420px; padding: 30px; }
.blocked-card p:not(.eyebrow) { color: var(--muted); margin: 12px 0 20px; }

.button {
  min-height: 38px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 7px;
  background: var(--surface-2); color: #d7d4d9; cursor: pointer; text-decoration: none;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: 12px; transition: transform .15s, border-color .15s;
}
.button:hover:not(:disabled) { transform: translateY(-1px); border-color: rgba(205,169,96,.42); }
.button:disabled { opacity: .45; cursor: not-allowed; }
.button.primary {
  color: #17130c; background: linear-gradient(180deg, #d8b76f, #ba9044);
  border-color: #d4b06a; box-shadow: 0 8px 24px rgba(205,169,96,.14);
}
.button.ghost { background: transparent; }
.button.danger { color: #ffdada; border-color: rgba(232,120,120,.35); background: rgba(232,120,120,.08); }
.icon-button {
  width: 34px; height: 34px; padding: 0; display: inline-grid; place-items: center;
  background: transparent; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; color: inherit;
}
.icon-button:hover { border-color: rgba(205,169,96,.42); color: var(--gold); }
.text-button { border: 0; padding: 8px; background: transparent; color: var(--muted); cursor: pointer; }
.text-button:hover { color: var(--gold); }
.form-error { min-height: 17px; margin: 4px 0 0; color: var(--red); font-size: 12px; }

/* ---------- ecran alegere ---------- */
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 10px; }
.choice-card {
  border: 1px solid var(--line); border-radius: 10px; padding: 28px;
  background: linear-gradient(155deg, rgba(29,26,33,.9), rgba(21,19,25,.95));
}
.choice-card p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 10px 0 20px; }
.choice-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.choice-grid:has(.choice-card[hidden]) { grid-template-columns: minmax(0, 760px); justify-content: center; }
.choice-card-primary { position: relative; overflow: hidden; padding: 34px; }
.choice-card-primary::after {
  content: ""; position: absolute; width: 240px; height: 240px; right: -90px; top: -105px;
  border: 1px solid rgba(205,169,96,.16); border-radius: 50%; box-shadow: 0 0 80px rgba(205,169,96,.09);
}
.choice-kicker { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .15em; margin-bottom: 10px; }

/* ---------- listă: filtre pill + grid de carduri ---------- */
.list-head { display: flex; align-items: center; gap: 14px; margin: 20px 0 16px; }
.list-head h2 { flex: 1; }

.filter-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.filter-pill {
  border: 1px solid var(--line); background: var(--surface-2); color: var(--muted); border-radius: 999px;
  padding: 8px 16px; font-size: 12.5px; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 7px;
}
.filter-pill:hover { border-color: rgba(205,169,96,.42); color: var(--gold); }
.filter-pill:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.filter-pill .pill-count {
  background: rgba(255,255,255,.08); color: inherit; border-radius: 999px; padding: 1px 8px; font-size: 11px; font-weight: 700;
}
.filter-pill.active { background: var(--gold); border-color: var(--gold); color: #1c1710; }
.filter-pill.active .pill-count { background: rgba(0,0,0,.16); }

.card-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); }

.entity-card {
  position: relative; display: flex; flex-direction: column; gap: 10px; text-align: left; width: 100%;
  background: var(--warm-card); border: 1px solid var(--warm-line); border-radius: 12px; padding: 18px 20px;
  cursor: pointer; color: inherit; transition: transform .15s, border-color .15s, background .15s;
}
.entity-card:hover { transform: translateY(-2px); background: var(--warm-card-hover); border-color: var(--gold); }
.entity-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.entity-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.entity-card-title { font-family: var(--serif); font-size: 19px; color: #f7f5f0; line-height: 1.25; }
.entity-card-meta { display: grid; gap: 4px; font-size: 12.5px; color: var(--muted); }
.entity-card-desc {
  font-size: 12.5px; color: var(--muted); line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.entity-card-foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 6px; }
.entity-card-count { font-size: 12px; color: var(--dim); }
.entity-card-open { font-size: 12px; font-weight: 700; color: var(--gold); display: inline-flex; align-items: center; gap: 4px; }

.empty-state {
  grid-column: 1 / -1; padding: 40px 20px; text-align: center; color: var(--muted); font-size: 13.5px;
  border: 1px dashed var(--line); border-radius: 12px; display: grid; gap: 14px; justify-items: center;
}

/* badge-uri pline, cu contrast puternic — reutilizate și în capul formularului */
.status-badge {
  display: inline-flex; align-items: center; padding: 5px 13px; border-radius: 999px; font-size: 11px;
  font-weight: 700; white-space: nowrap; background: var(--surface-2); color: var(--muted); flex-shrink: 0;
}
.status-badge[data-status="de_contactat"] { background: var(--gold); color: #1c1710; }
.status-badge[data-status="apel_in_curs"] { background: var(--blue); color: #0c1b2c; }
.status-badge[data-status="asteptam_informatii"] { background: var(--orange); color: #241605; }
.status-badge[data-status="de_revenit"] { background: var(--purple); color: #1c1526; }
.status-badge[data-status="eligibila"] { background: var(--green); color: #0b2417; }
.status-badge[data-status="cumparata"] { background: #2f7a52; color: #eafaf0; }
.status-badge[data-status="closed"], .status-badge[data-status="inchisa"] { background: #55515a; color: #f2f0f5; }
.status-badge[data-status="activa"] { background: var(--green); color: #0b2417; }

/* ---------- formular ---------- */
.form-head { display: flex; align-items: center; gap: 16px; margin: 20px 0 6px; flex-wrap: wrap; }
.form-head-title { display: flex; align-items: center; gap: 12px; flex: 1; }
.save-state { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.save-indicator { font-size: 12px; color: var(--dim); min-width: 90px; }
.save-indicator[data-state="saving"] { color: var(--orange); }
.save-indicator[data-state="saved"] { color: var(--green); }
.save-indicator[data-state="error"] { color: var(--red); }

.button-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 6px; }
.warning-box, .hint-box {
  border: 1px solid rgba(226,164,95,.3); background: rgba(226,164,95,.08); color: #ecd4ac;
  border-radius: 8px; padding: 12px 16px; font-size: 12.5px; margin: 10px 0; display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.hint-box { border-color: rgba(108,165,232,.3); background: rgba(108,165,232,.08); color: #bcd6f3; }

.form-sections { display: grid; gap: 14px; margin-top: 14px; }
.form-section {
  border: 1px solid var(--line); border-radius: 10px; background: var(--surface); padding: 4px 18px 18px;
}
.form-section > summary {
  cursor: pointer; list-style: none; padding: 14px 0; font-family: var(--serif); font-size: 17px; color: var(--gold);
}
.form-section > summary::-webkit-details-marker { display: none; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field-grid .full { grid-column: 1 / -1; }
label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 4px; }
label.full { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%; border: 1px solid #46414b; border-radius: 6px; background: #121016; color: var(--text);
  padding: 10px 12px; font-size: 13.5px; margin-top: 4px;
}
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(205,169,96,.3); border-color: var(--gold); }
textarea { resize: vertical; }
.input-action { display: flex; gap: 8px; align-items: center; }
.input-action input { flex: 1; }
.check-line { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text); }
.check-line input { width: auto; margin: 0; }

.nested-details { margin-top: 12px; border-top: 1px dashed var(--line); padding-top: 10px; }
.nested-details summary { cursor: pointer; color: var(--muted); font-size: 12px; margin-bottom: 10px; }

.quick-grid { display: grid; gap: 12px; margin-bottom: 10px; }
.quick-item { border: 1px solid var(--line); border-radius: 8px; padding: 10px 14px; background: var(--surface-2); }
.quick-item .quick-question { font-size: 13px; margin-bottom: 8px; }
.quick-options { display: flex; gap: 6px; flex-wrap: wrap; }
.quick-options button {
  border: 1px solid var(--line); background: var(--surface); color: var(--muted); border-radius: 999px;
  padding: 5px 12px; font-size: 11.5px; cursor: pointer;
}
.quick-options button.active { background: var(--gold-soft); border-color: var(--gold); color: var(--gold); }
.quick-item .quick-detail { margin-top: 8px; }
.quick-item.is-empty { border-style: dashed; opacity: .82; }

.form-footer { margin-top: 22px; display: flex; justify-content: flex-end; }

.assoc-list { display: grid; gap: 10px; margin-bottom: 12px; }
.assoc-row {
  display: flex; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid var(--line);
  border-radius: 8px; background: var(--surface-2); font-size: 13px; flex-wrap: wrap;
}
.assoc-row .assoc-name { font-weight: 600; flex: 1; min-width: 140px; }
.assoc-row .assoc-meta { color: var(--muted); font-size: 12px; }
.assoc-picker { display: grid; gap: 8px; max-height: 320px; overflow-y: auto; }
.assoc-picker label { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--text); border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; }
.assoc-picker input { width: auto; margin: 0; }

dialog { border: 0; padding: 0; background: transparent; color: inherit; }
dialog::backdrop { background: rgba(0,0,0,.68); backdrop-filter: blur(3px); }
.modal {
  border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(155deg, #17151b, #100f13);
  box-shadow: 0 28px 80px rgba(0,0,0,.52); width: min(500px, calc(100vw - 32px));
}
.conversion-modal { width: min(860px, calc(100vw - 32px)); }
.conversion-body { gap: 18px; }
.conversion-section { border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.018); padding: 18px; }
.conversion-section-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.conversion-section-head h3 { color: var(--text); font-size: 18px; }
.conversion-section-head p { color: var(--muted); font-size: 12px; margin: 3px 0 0; line-height: 1.45; }
.conversion-step {
  display: inline-grid; place-items: center; width: 28px; height: 28px; flex: 0 0 28px;
  border-radius: 50%; background: var(--gold); color: #1b160e; font-weight: 800; font-size: 12px;
}
.segmented-control { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 14px; padding: 4px; background: #0f0e12; border: 1px solid var(--line); border-radius: 9px; }
.segmented-control button { border: 0; border-radius: 6px; padding: 9px 12px; background: transparent; color: var(--muted); cursor: pointer; font-weight: 700; font-size: 12px; }
.segmented-control button.active { background: var(--surface-3); color: var(--gold); box-shadow: 0 3px 12px rgba(0,0,0,.22); }
.client-picker-list { display: grid; gap: 7px; max-height: 190px; overflow-y: auto; margin-top: 8px; }
.client-picker-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-2); cursor: pointer; color: var(--text); }
.client-picker-row:hover, .client-picker-row.active { border-color: var(--gold); background: var(--gold-soft); }
.client-picker-row .cui { color: var(--muted); font-size: 11px; }
.selection-note { margin: 9px 0 0; color: var(--dim); font-size: 11.5px; }
.selection-note.selected { color: var(--green); }
.inline-action-row { display: flex; align-items: center; gap: 12px; margin-top: 10px; flex-wrap: wrap; }
.inline-action-row .form-error { margin: 0; flex: 1; }
.conversion-help { margin: 12px 0 0; color: var(--dim); font-size: 11.5px; line-height: 1.45; }
.modal > form, .modal-static { max-height: calc(100vh - 38px); display: flex; flex-direction: column; }
.modal-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.modal-head h2 { font-size: 20px; }
.modal-body { padding: 20px; overflow-y: auto; display: grid; gap: 12px; }
.modal-foot { display: flex; gap: 10px; padding: 16px 20px; border-top: 1px solid var(--line); flex-wrap: wrap; justify-content: flex-end; }

.toast-region { position: fixed; z-index: 200; right: 18px; bottom: 18px; display: grid; gap: 8px; pointer-events: none; }
.toast {
  background: var(--surface-2); border: 1px solid var(--line); border-left: 3px solid var(--gold);
  border-radius: 8px; padding: 10px 16px; font-size: 12.5px; box-shadow: 0 12px 30px rgba(0,0,0,.4); max-width: 320px;
}
.toast.error { border-left-color: var(--red); }
.toast.success { border-left-color: var(--green); }

/* ============================ Panou apel dealer (redesign) ============================ */
.dealer-call-panel { padding-bottom: 96px; } /* loc pentru bara fixă de jos */
.call-panel-head {
  position: sticky; top: 0; z-index: 20; margin: 0 0 14px;
  background: rgba(10,10,13,.92); backdrop-filter: blur(6px);
  padding: 14px 4px; border-bottom: 1px solid var(--line);
}
.call-panel-body { display: grid; gap: 16px; margin-top: 4px; }

/* rând compact de identificare — fără card separat, fără titlu de secțiune */
.id-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.id-row label { margin-bottom: 0; }
.vehicle-id-row { grid-template-columns: minmax(150px,.75fr) minmax(240px,1.35fr) repeat(3, minmax(180px,1fr)); }

/* grid responsive automat pentru cele 6 mini-carduri */
.mini-card-grid {
  display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.mini-card {
  background: var(--warm-card); border: 1px solid var(--warm-line); border-radius: 10px;
  padding: 14px 16px; transition: background .15s, border-color .15s;
}
.mini-card:hover, .mini-card:focus-within { background: var(--warm-card-hover); border-color: rgba(205,169,96,.3); }
.mini-card.is-empty { opacity: .92; }
.mini-card-question { font-size: 13.5px; color: #f7f5f0; font-weight: 600; margin-bottom: 10px; }
.mini-card-options { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.mini-card-options button {
  border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.04); color: #d7d4d9;
  border-radius: 999px; padding: 6px 16px; font-size: 12px; font-weight: 700; cursor: pointer; min-width: 44px;
  transition: background .12s, border-color .12s, color .12s;
}
.mini-card-options button:hover { border-color: var(--gold); color: var(--gold); }
.mini-card-options button:focus-visible { outline: 2px solid var(--gold); outline-offset: 1px; }
.mini-card-options button.active {
  background: var(--gold); border-color: var(--gold); color: #1c1710; box-shadow: 0 4px 14px rgba(205,169,96,.28);
}
.legacy-tag { font-size: 10.5px; color: var(--orange); border: 1px solid rgba(226,164,95,.4); border-radius: 999px; padding: 3px 9px; }
.mini-card .reveal-toggle { margin-top: 8px; padding: 4px 0; font-size: 11.5px; }
.quick-detail-wrap { margin-top: 6px; }
.quick-detail { background: #100e12; }

/* carduri compacte generice (preț/TVA, contact, notițe, clienți asociați) */
.compact-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px;
}
.compact-card .reveal-toggle { margin-top: 10px; font-size: 12px; }
.reveal-panel { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--line); }
.price-row, .contact-row { grid-template-columns: repeat(4, 1fr); }

.materials-block { display: flex; align-items: center; gap: 12px; margin: 4px 0 12px; flex-wrap: wrap; }
.materials-label { font-size: 12px; color: var(--muted); }
.chip-toggle-group { display: flex; gap: 8px; flex-wrap: wrap; }
.chip-toggle {
  border: 1px solid var(--line); background: var(--surface-2); color: var(--muted); border-radius: 999px;
  padding: 7px 16px; font-size: 12px; font-weight: 600; cursor: pointer; display: inline-flex; align-items: center; gap: 6px;
}
.chip-toggle:hover { border-color: rgba(205,169,96,.42); color: var(--gold); }
.chip-toggle.active { background: var(--gold-soft); border-color: var(--gold); color: var(--gold); }

.more-details-panel {
  background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 4px 18px 18px;
}
.more-details-panel > summary {
  cursor: pointer; list-style: none; padding: 14px 0; font-family: var(--serif); font-size: 17px; color: var(--gold);
}
.more-details-panel > summary::-webkit-details-marker { display: none; }

.assoc-title { font-size: 16px; margin-bottom: 10px; color: var(--gold); font-family: var(--serif); }

/* bara fixă de finalizare */
.finalize-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  padding: 14px 20px; background: rgba(15,14,17,.96); border-top: 1px solid var(--warm-line);
  box-shadow: 0 -12px 30px rgba(0,0,0,.4); backdrop-filter: blur(6px);
}
.finalize-bar-context { display: grid; gap: 2px; margin-right: auto; max-width: 480px; }
.finalize-bar-context strong { font-family: var(--serif); font-size: 16px; color: var(--text); }
.finalize-bar-context span { color: var(--muted); font-size: 11.5px; }
.finalize-bar-label { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); margin: 0; }
.finalize-bar-label select { margin-top: 0; min-width: 220px; }
.finalize-bar .button { min-height: 42px; padding: 10px 22px; }

@media (max-width: 760px) {
  .choice-grid { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr; }
  .id-row, .price-row, .contact-row { grid-template-columns: 1fr; }
  .finalize-bar { flex-direction: column; align-items: stretch; gap: 10px; }
  .finalize-bar-context { margin-right: 0; text-align: center; }
  .finalize-bar-label select { min-width: 0; width: 100%; }
}
@media (min-width: 761px) and (max-width: 1280px) {
  .vehicle-id-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .mini-card-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- popup „Finalizează apelul” ---------- */
.finalize-car-name { font-size: 20px; margin-bottom: 4px; }
.finalize-answered-list { display: grid; gap: 8px; margin-bottom: 4px; }
.finalize-answered-item {
  display: flex; gap: 8px; align-items: baseline; font-size: 12.5px; padding: 8px 12px;
  border: 1px solid var(--line); border-radius: 7px; background: var(--surface-2); flex-wrap: wrap;
}
.finalize-answered-item .q { color: var(--muted); flex: 1; min-width: 140px; }
.finalize-answered-item .a { color: var(--gold); font-weight: 700; }
.finalize-answered-item .d { color: var(--dim); font-size: 11.5px; width: 100%; }
.finalize-price-line {
  font-size: 13px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface-2);
}
.finalize-status-section { margin-top: 4px; }
.finalize-status-label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 8px; }
.finalize-status-buttons { display: flex; gap: 8px; flex-wrap: wrap; }
.finalize-status-buttons button {
  border: 1px solid var(--line); background: var(--surface-2); color: var(--text); border-radius: 8px;
  padding: 9px 16px; font-size: 12.5px; font-weight: 600; cursor: pointer;
}
.finalize-status-buttons button:hover { border-color: rgba(205,169,96,.42); color: var(--gold); }
.finalize-status-buttons button.active {
  background: var(--gold); border-color: var(--gold); color: #1c1710; box-shadow: 0 4px 14px rgba(205,169,96,.28);
}

/* evidențiere temporară în listă după finalizare */
.entity-card.just-finalized {
  animation: rowHighlight 3.5s ease-out forwards;
}
@keyframes rowHighlight {
  0% { background: rgba(205,169,96,.35); box-shadow: 0 0 0 2px var(--gold) inset; }
  75% { background: rgba(205,169,96,.35); box-shadow: 0 0 0 2px var(--gold) inset; }
  100% { background: var(--warm-card); box-shadow: none; }
}
