:root {
  /* Paleta reproduzindo as cores reais da logo (preto/branco-gelo/cinza, sem dourado) */
  --bg: #0a0a0a;
  --bg-elevated: #141414;
  --card-bg: #1c1c1c;
  --card-bg-2: #242424;
  --border: #333333;
  --text: #f2f2f0;
  --text-muted: #9a9a9a;
  --heading: #f5f5f3;
  --gold: #d9d9d6;
  --gold-light: #ededea;
  --gold-dark: #8a8a87;
  --primary: #d92d36;
  --primary-dark: #ad2129;
  --whatsapp: #25D366;
  --whatsapp-dark: #1ea952;
  --radius: 16px;
  font-size: 16px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

button, a, input[type="radio"], input[type="checkbox"] { touch-action: manipulation; }

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}

.icon { width: 20px; height: 20px; display: inline-block; flex-shrink: 0; }
.icon-sm { width: 16px; height: 16px; }
.icon-lg { width: 28px; height: 28px; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  padding-bottom: 148px;
}

img { max-width: 100%; display: block; }
button { font-family: inherit; }
.hidden, [hidden] { display: none !important; }
input, textarea { color: var(--text); }
::placeholder { color: #6b6b6b; }

/* ---------- Header ---------- */
.topbar {
  background: var(--bg-elevated);
  color: #fff;
  padding: 12px 16px;
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
}
.topbar-back {
  background: rgba(255,255,255,.08);
  border: none;
  color: var(--gold-light);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.topbar-logo { width: 42px; height: 42px; object-fit: contain; flex-shrink: 0; }
.topbar-nome { margin: 0; font-size: 1rem; font-weight: 700; color: var(--text); }
.topbar-nome span { color: var(--gold); font-weight: 400; }
.topbar-horario { margin: 1px 0 0; font-size: .75rem; color: var(--text-muted); }

/* ---------- App container ---------- */
#app { max-width: 720px; margin: 0 auto; }
.screen { padding: 18px 16px 24px; }

/* ---------- Home ---------- */
.home-greeting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.home-greeting h1 { margin: 0 0 2px; font-size: 1.5rem; color: var(--heading); }
.home-greeting p { margin: 0; color: var(--text-muted); font-size: .95rem; }
.home-mascote {
  width: 72px;
  height: 66px;
  border-radius: 16px;
  object-fit: cover;
  border: 2px solid var(--gold);
  flex-shrink: 0;
}
.search-bar { margin-top: 18px; }

.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 12px 16px;
  margin-bottom: 22px;
}
.search-bar .icon { color: var(--text-muted); }
.search-bar input {
  border: none;
  outline: none;
  flex: 1;
  font-size: .95rem;
  background: transparent;
  min-height: 24px;
}

.section-label { color: var(--heading); font-size: 1.05rem; margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }

/* categorias: lista vertical */
.cat-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.cat-row {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px 14px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cat-row .icone-wrap {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--card-bg-2);
  color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cat-row .icone-wrap .icon { width: 24px; height: 24px; }
.cat-row .textos { flex: 1; }
.cat-row .nome { font-weight: 700; color: var(--heading); font-size: .95rem; margin: 0; }
.cat-row .subtitulo { font-size: .76rem; color: var(--text-muted); margin: 2px 0 0; }
.cat-row .seta { color: var(--text-muted); font-size: 1.1rem; }

.cat-row.especial {
  border-color: var(--gold);
  background: linear-gradient(120deg, rgba(217,217,214,.12), rgba(217,45,54,.08));
}
.cat-row.especial .icone-wrap { background: var(--primary); color: #fff; }
.cat-row.especial .icone-wrap .icon { width: 22px; height: 22px; }
.cat-row.especial .badge-especial {
  display: inline-block;
  color: var(--gold-light);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 2px;
}

/* destaque scroll */
.destaque-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-bottom: 8px;
  scrollbar-width: none;
}
.destaque-scroll::-webkit-scrollbar { display: none; }
.destaque-card {
  flex-shrink: 0;
  width: 128px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}
.destaque-thumb {
  width: 100%; height: 90px;
  background: linear-gradient(135deg, var(--card-bg-2), var(--bg-elevated));
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light);
}
.destaque-thumb .icon { width: 32px; height: 32px; }
.destaque-info { padding: 8px 10px 10px; }
.destaque-nome { font-size: .8rem; font-weight: 700; color: var(--heading); margin: 0 0 3px; }
.destaque-preco { font-size: .78rem; color: var(--gold-light); font-weight: 700; margin: 0; }

/* ---------- Search results ---------- */
.search-results { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.search-empty { color: var(--text-muted); font-size: .85rem; text-align: center; padding: 20px 0; }

/* ---------- Category screen ---------- */
.cat-hero {
  position: relative;
  margin: -18px -16px 16px;
  height: 130px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--card-bg-2), var(--bg-elevated));
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-hero .placeholder-icon { color: var(--gold-light); opacity: .5; }
.cat-hero .placeholder-icon .icon { width: 52px; height: 52px; }
.cat-hero-foto {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px 18px;
}
.cat-hero-overlay h1 { color: #fff; margin: 0; font-size: 1.35rem; }
.cat-hero-overlay p { color: rgba(255,255,255,.75); margin: 2px 0 0; font-size: .82rem; }

.tamanho-selector { margin-bottom: 14px; }
.tamanho-label { font-size: .82rem; color: var(--text-muted); margin: 0 0 8px; font-weight: 600; }
.tamanho-opcoes { display: flex; gap: 8px; }
.tamanho-opcoes button {
  flex: 1;
  border: 1.5px solid var(--border);
  background: var(--card-bg);
  color: var(--text);
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: .88rem;
  cursor: pointer;
}
.tamanho-opcoes button.active { background: var(--gold); border-color: var(--gold); color: #161616; }

.cat-obs { font-size: .8rem; color: var(--text-muted); margin: 0 0 14px; line-height: 1.5; }

.pizza-formato-selector { margin-bottom: 14px; }

.meio-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(217,217,214,.12);
  border: 1px solid var(--gold);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 14px;
  font-size: .85rem;
  color: var(--text);
}
.meio-status .link-editar { flex-shrink: 0; }

.sabor-card.selecionado { border-color: var(--gold); background: rgba(217,217,214,.08); }
.btn-selecionar.disabled { background: var(--card-bg-2); color: var(--text-muted); }
.btn-selecionar.escolhido { background: var(--gold); color: #161616; }

.sabor-list { display: flex; flex-direction: column; gap: 12px; }
.sabor-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.sabor-thumb {
  width: 56px; height: 56px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--card-bg-2), var(--bg-elevated));
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-light);
  flex-shrink: 0;
}
.sabor-thumb .icon { width: 26px; height: 26px; }
.sabor-card-info { flex: 1; min-width: 0; }
.sabor-nome { font-weight: 700; color: var(--heading); font-size: 1rem; margin: 0 0 3px; }
.sabor-desc { font-size: .74rem; color: var(--text-muted); margin: 0 0 6px; text-transform: uppercase; }
.sabor-preco { font-weight: 700; color: var(--gold-light); font-size: .92rem; margin: 0; }
.btn-selecionar {
  border: none;
  background: var(--primary);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: .82rem;
  cursor: pointer;
  flex-shrink: 0;
}
.btn-selecionar:active { background: var(--primary-dark); }

/* ---------- Modal ---------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 70;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
}
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal {
  background: var(--bg-elevated);
  width: 100%;
  border-radius: 20px 20px 0 0;
  padding: 22px 20px 20px;
  position: relative;
  max-height: 88vh;
  overflow-y: auto;
  transform: translateY(20px);
  transition: transform .25s ease;
  border-top: 1px solid var(--border);
}
.modal-overlay.open .modal { transform: translateY(0); }
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: var(--card-bg-2);
  color: var(--text);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal h2 { color: var(--heading); margin: 0 0 4px; padding-right: 48px; }
.modal-desc { font-size: .82rem; color: var(--text-muted); text-transform: uppercase; margin: 0 0 10px; }
.modal-price-line { font-weight: 700; color: var(--gold-light); margin: 0 0 16px; }
.modal-section-label { font-size: .85rem; font-weight: 700; color: var(--heading); margin: 18px 0 10px; }
.modal-section-label:first-of-type { margin-top: 0; }
.modal-section-hint { font-size: .74rem; color: var(--text-muted); margin: -6px 0 10px; }

/* meio a meio toggle */
.formato-toggle { display: flex; gap: 8px; margin-bottom: 4px; }
.formato-toggle button {
  flex: 1; padding: 10px; border-radius: 10px; border: 1.5px solid var(--border);
  background: var(--card-bg); color: var(--text); font-weight: 700; font-size: .85rem; cursor: pointer;
}
.formato-toggle button.active { background: var(--gold); border-color: var(--gold); color: #161616; }

.opcoes-lista { display: flex; flex-direction: column; gap: 8px; margin-bottom: 6px; }
.radio-card, .check-card {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--border);
  background: var(--card-bg);
  border-radius: 10px;
  padding: 12px 14px;
  cursor: pointer;
  font-size: .88rem;
}
.radio-card:has(input:checked), .check-card:has(input:checked) { border-color: var(--gold); background: rgba(217,217,214,.1); }
.radio-card input, .check-card input { accent-color: var(--gold); flex-shrink: 0; width: auto; }
.radio-card span, .check-card span { display: flex; flex-direction: column; flex: 1; color: var(--text); }
.radio-card small, .check-card small { color: var(--text-muted); font-weight: 400; font-size: .74rem; margin-top: 2px; }
.preco-add { color: var(--gold-light); font-weight: 700; }

.modal-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: var(--heading);
  padding: 14px 0;
  border-top: 1px solid var(--border);
  margin: 14px 0;
}
.modal-total-row strong { color: var(--gold-light); font-size: 1.25rem; }

.btn-primary {
  width: 100%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
  color: #161616;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}
.btn-primary:active { filter: brightness(.92); }

/* ---------- Cart bar (fixo, acima do nav) ---------- */
.cart-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 76px;
  background: var(--card-bg);
  border: 1px solid var(--gold);
  color: #fff;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.4);
  z-index: 40;
  cursor: pointer;
  max-width: 696px;
  margin: 0 auto;
  width: calc(100% - 24px);
}
.cart-bar-info { text-align: left; overflow: hidden; }
.cart-bar-title { margin: 0; font-size: .75rem; color: var(--text-muted); }
.cart-bar-detail {
  margin: 2px 0 0;
  font-size: .86rem;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 44vw;
}
.cart-bar-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cart-bar-right strong { font-size: 1rem; color: var(--gold-light); }
.cart-bar-continuar {
  background: var(--gold);
  color: #161616;
  font-weight: 700;
  font-size: .78rem;
  padding: 8px 13px;
  border-radius: 999px;
}

/* ---------- Bottom nav ---------- */
.bottom-nav {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  background: var(--bg-elevated);
  border-top: 1px solid var(--border);
  display: flex;
  z-index: 39;
  padding-bottom: env(safe-area-inset-bottom);
}
.bottom-nav button {
  flex: 1;
  min-height: 56px;
  background: none;
  border: none;
  color: var(--text-muted);
  padding: 8px 4px;
  font-size: .68rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
}
.bottom-nav button .nav-icon { position: relative; }
.bottom-nav button .nav-icon .icon { width: 22px; height: 22px; }
.bottom-nav button.active { color: var(--gold-light); }
.nav-badge {
  position: absolute;
  top: -6px; right: -10px;
  background: var(--primary);
  color: #fff;
  font-size: .58rem;
  font-weight: 700;
  min-width: 14px; height: 14px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  padding: 0 3px;
}

/* ---------- Cart drawer ---------- */
.cart-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 49; opacity: 0; pointer-events: none;
  transition: opacity .2s;
}
.cart-overlay.open { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed;
  right: 0; top: 0; bottom: 0;
  width: min(440px, 100vw);
  background: var(--bg-elevated);
  z-index: 50;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .25s ease;
  box-shadow: -8px 0 24px rgba(0,0,0,.4);
}
.cart-drawer.open { transform: translateX(0); }

.drawer-header {
  display: flex; align-items: center; gap: 10px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid var(--border);
}
.drawer-header h2 { flex: 1; margin: 0; color: var(--heading); font-size: 1.1rem; text-align: center; }
.drawer-back, .cart-close {
  border: none; background: var(--card-bg-2); color: var(--text); width: 44px; height: 44px;
  border-radius: 50%; cursor: pointer; font-size: 1rem; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}

.drawer-body { flex: 1; overflow-y: auto; padding: 14px 18px; }

.cart-items { display: flex; flex-direction: column; }
.cart-empty { color: var(--text-muted); text-align: center; padding: 40px 0; font-size: .9rem; }

.sucesso-conteudo {
  text-align: center;
  padding: 40px 10px;
}
.sucesso-imagem {
  width: 100%;
  max-width: 320px;
  border-radius: 16px;
  margin: 0 auto 18px;
  border: 2px solid var(--gold);
}
.sucesso-conteudo h2 { color: var(--heading); font-size: 1.2rem; margin: 0 0 10px; }
.sucesso-conteudo p { color: var(--text-muted); font-size: .9rem; line-height: 1.5; margin: 0; }

.btn-add-mais {
  width: 100%;
  margin-top: 16px;
  background: none;
  border: 1.5px dashed var(--border);
  color: var(--gold-light);
  padding: 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: .88rem;
  cursor: pointer;
}
.btn-add-mais:active { border-color: var(--gold); }

.cart-mascote {
  width: 150px;
  margin: 22px 0 4px auto;
  border-radius: 18px;
  border: 2px solid var(--gold);
  opacity: .95;
}

.cart-item {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--border);
}
.cart-item-info { flex: 1; }
.cart-item-nome { font-weight: 700; color: var(--heading); font-size: .92rem; margin: 0; }
.cart-item-chips { display: flex; flex-wrap: wrap; gap: 5px; margin: 5px 0; }
.chip { background: var(--card-bg-2); color: var(--gold-light); font-size: .7rem; padding: 3px 8px; border-radius: 999px; }
.cart-item-preco { font-size: .85rem; color: var(--gold-light); font-weight: 700; margin: 4px 0 0; }

.qty-control { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.qty-control button {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border);
  background: var(--card-bg); color: var(--text); cursor: pointer; font-size: 1.1rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
}
.qty-control span { min-width: 16px; text-align: center; font-weight: 700; }

/* finalizar: campos */
.campo-label { font-size: .85rem; font-weight: 700; color: var(--heading); margin: 18px 0 8px; }
.campo-label:first-child { margin-top: 0; }
.obrigatorio { color: var(--primary); }
input[type=text], input[type=tel], input[type=email], input[type=number], input[type=date], textarea,
.drawer-body input[type=text], .drawer-body input[type=tel], .drawer-body input[type=email], .drawer-body input[type=number], .drawer-body input[type=date], .drawer-body textarea {
  width: 100%;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: .92rem;
  margin-bottom: 4px;
  font-family: inherit;
  background: var(--card-bg);
  color: var(--text);
}
#endereco-campo { margin-top: 10px; }
.endereco-linha { display: flex; gap: 8px; }
.endereco-linha input { min-width: 0; }
.endereco-rua { flex: 2.2; }
.endereco-numero { flex: 1; }
.endereco-bairro { flex: 1.3; }
.endereco-cidade { flex: 1; }

.pagamento-opcoes { display: flex; flex-direction: column; gap: 8px; }

.resumo-final { font-size: .88rem; }
.resumo-bloco {
  margin-bottom: 14px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
}
.resumo-bloco-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.resumo-bloco h3 { font-size: .76rem; color: var(--text-muted); margin: 0; text-transform: uppercase; letter-spacing: .3px; }
.resumo-linha { display: flex; justify-content: space-between; padding: 3px 0; gap: 10px; }
.resumo-linha span:first-child { color: var(--text); }
.resumo-linha span:last-child { font-weight: 600; color: var(--gold-light); flex-shrink: 0; }
.link-editar { border: none; background: none; color: var(--gold-light); font-size: .76rem; font-weight: 700; cursor: pointer; }

.cart-footer { padding: 14px 18px 20px; border-top: 1px solid var(--border); }
.cart-total-row {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 1.05rem; color: var(--heading); margin-bottom: 12px;
}
.cart-total-row strong { color: var(--gold-light); font-size: 1.2rem; }

.btn-whatsapp {
  width: 100%; background: var(--whatsapp); color: #fff; border: none;
  padding: 14px; border-radius: 10px; font-size: 1rem; font-weight: 700; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.btn-whatsapp:disabled { background: #444; cursor: not-allowed; }
.btn-whatsapp:not(:disabled):active { background: var(--whatsapp-dark); }
.seguranca-nota { text-align: center; font-size: .72rem; color: var(--text-muted); margin: 10px 0 0; }

/* ---------- Popup de instalação ---------- */
.install-popup {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 76px;
  z-index: 60;
  max-width: 696px;
  margin: 0 auto;
  animation: install-popup-in .3s ease;
}
@keyframes install-popup-in {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.install-popup-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.5);
}
.install-popup-logo { width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0; }
.install-popup-texto { flex: 1; min-width: 0; }
.install-popup-titulo { margin: 0; font-size: .88rem; font-weight: 700; color: var(--heading); }
.install-popup-sub { margin: 2px 0 0; font-size: .76rem; color: var(--text-muted); }
.install-popup-acoes { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.install-popup-acoes .btn-primary { width: auto; padding: 10px 16px; font-size: .82rem; }
.install-popup-fechar {
  border: none; background: var(--card-bg-2); color: var(--text); width: 36px; height: 36px;
  border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center;
}

/* ---------- Toast ---------- */
.toast {
  position: fixed; bottom: 148px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--gold); color: #161616; padding: 10px 18px;
  border-radius: 999px; font-size: .85rem; font-weight: 700; opacity: 0; pointer-events: none;
  transition: all .25s ease; z-index: 80; white-space: nowrap;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
