:root {
  color-scheme: light;
  --bg: #eaeef2;
  --panel: #ffffff;
  --panel-2: #f4f7fa;
  --line: #e0e6ec;
  --line-strong: #cbd5df;
  --ink: #1a2430;
  --muted: #607083;
  --navy: #2b4a78;
  --navy-deep: #1c3151;
  --aurora: #2c8a8f;
  --ice: #e8f1f8;
  --gold: #a67f2f;
  --warning: #a04a3c;
  --warning-bg: #fff0ec;
  --success: #27776f;
  --shadow: 0 12px 34px rgba(28, 49, 81, 0.09);
  --sans: "IBM Plex Sans", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  min-width: 320px;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100dvh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select {
  font: inherit;
}

button,
select,
input[type="date"],
input[type="number"],
input[type="text"],
input[type="password"] {
  min-height: 44px;
}

button {
  touch-action: manipulation;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(44, 138, 143, 0.35);
  outline-offset: 2px;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: white;
  background: var(--navy-deep);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.serial,
.nav-code,
.meta-label,
.ticket-code,
.source-chip,
.date-kicker {
  font-family: var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.login-screen {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.login-card {
  width: min(100%, 420px);
  padding: 30px 24px;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.login-card .serial {
  margin: 0 0 30px;
  color: var(--navy);
  font-size: 12px;
}

.login-card h1 {
  margin: 0;
  font-size: clamp(36px, 10vw, 52px);
  line-height: 1;
}

.login-copy {
  margin: 20px 0 28px;
  color: var(--muted);
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

input,
select {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  padding: 10px 12px;
  color: var(--ink);
  background: white;
}

.form-error {
  min-height: 24px;
  margin: 6px 0;
  color: var(--warning);
}

.login-note {
  margin: 28px 0 0;
  padding-top: 16px;
  border-top: 1px dashed var(--line-strong);
  color: var(--muted);
  font: 11px/1.4 var(--mono);
  letter-spacing: 0.12em;
}

.app-shell {
  width: min(100%, 980px);
  min-height: 100dvh;
  margin: 0 auto;
  padding: 0 14px calc(98px + env(safe-area-inset-bottom));
}

.quiet-button {
  min-height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 8px 14px;
  color: var(--navy);
  background: white;
  cursor: pointer;
}

.offline-banner,
.alert-banner {
  margin-bottom: 14px;
  border: 1px solid var(--gold);
  border-radius: 9px;
  padding: 11px 14px;
  color: #5d4618;
  background: #fff8e8;
  font-weight: 700;
}

.alert-banner.danger {
  border-color: #d9a39a;
  color: var(--warning);
  background: var(--warning-bg);
}

.view-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 6px 4px 22px;
}

.date-kicker {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 11px;
}

.view-header h1 {
  margin: 0;
  font-size: clamp(30px, 9vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.tasks-subnav,
.diet-subnav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-bottom: 18px;
  padding: 4px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: var(--surface-soft);
}

.tasks-subnav-button,
.diet-subnav-button {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  background: transparent;
  font-weight: 700;
  cursor: pointer;
}

.tasks-subnav-button.active,
.diet-subnav-button.active {
  border-color: var(--line-strong);
  color: var(--navy-deep);
  background: white;
  box-shadow: 0 2px 8px rgba(28, 49, 81, 0.08);
}

.tasks-subnav-button:focus-visible,
.diet-subnav-button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--aurora) 35%, transparent);
  outline-offset: 2px;
}

.tasks-tabpanel[hidden],
.diet-tabpanel[hidden] {
  display: none;
}

.header-status {
  flex: none;
  padding-bottom: 4px;
  color: var(--navy);
  font: 11px/1.4 var(--mono);
  text-align: right;
}

.content-grid {
  display: grid;
  gap: 16px;
}

.ticket,
.panel,
.route-row {
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: var(--panel);
  box-shadow: 0 7px 22px rgba(28, 49, 81, 0.05);
}

.ticket {
  overflow: hidden;
}

.ticket-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 18px 18px;
}

.ticket-head h2 {
  margin: 0 0 8px;
  font-size: clamp(30px, 9vw, 46px);
  line-height: 1.05;
}

.meal-title {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.menu-variant {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.ticket-code {
  flex: none;
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
}

.ticket-head-status {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.perforation {
  margin: 0 18px;
  border-top: 2px dashed var(--navy);
  opacity: 0.72;
}

.participant-controls {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 10px;
  padding: 18px;
}

.toggle-card,
.stepper {
  min-height: 64px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--panel-2);
}

.toggle-card {
  padding: 10px 12px;
  color: var(--ink);
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.toggle-card[aria-pressed="true"] {
  border-color: var(--aurora);
  color: var(--navy-deep);
  background: #edf7f7;
}

.toggle-state {
  display: block;
  margin-top: 2px;
  color: var(--aurora);
  font: 11px/1.2 var(--mono);
}

.stepper {
  display: grid;
  grid-template-columns: 1fr 48px 34px 48px;
  align-items: center;
  overflow: hidden;
}

.stepper-label {
  padding-left: 12px;
  font-weight: 700;
}

.stepper button {
  height: 100%;
  border: 0;
  border-left: 1px solid var(--line-strong);
  color: var(--navy);
  background: white;
  font-size: 24px;
  cursor: pointer;
}

.stepper-value {
  font: 24px/1 var(--mono);
  text-align: center;
}

.quantity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 18px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--panel-2);
}

.quantity-cell {
  min-width: 0;
  padding: 14px 8px;
  text-align: center;
}

.quantity-cell + .quantity-cell {
  border-left: 1px dashed var(--line-strong);
}

.meta-label {
  display: block;
  color: var(--muted);
  font-size: 10px;
}

.quantity-value {
  display: block;
  margin-top: 4px;
  color: var(--aurora);
  font: 700 clamp(22px, 7vw, 34px)/1.15 var(--mono);
}

.quantity-note {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 13px;
}

.ingredient-summary {
  margin: 0 18px 18px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  overflow: hidden;
  background: white;
}

.ingredient-summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 13px;
  background: var(--ice);
}

.ingredient-summary-head h3 {
  margin: 0;
  font-size: 16px;
}

.ingredient-summary-head span {
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}

.ingredient-dish-list,
.ingredient-dish {
  display: grid;
  gap: 10px;
}

.ingredient-dish-list {
  gap: 18px;
}

.ingredient-dish-title {
  margin: 0;
  padding: 9px 12px;
  border-left: 4px solid var(--teal);
  color: var(--navy-deep);
  background: var(--teal-pale);
  font-size: 17px;
  line-height: 1.3;
}

.ingredient-category-row th {
  padding-top: 8px;
  padding-bottom: 6px;
  color: var(--muted);
  background: var(--paper-blue);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
}

.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;
}

.ingredient-total-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.ingredient-total-table th,
.ingredient-total-table td {
  padding: 9px 13px;
  border-top: 1px solid var(--line);
  text-align: left;
}

.ingredient-total-table th:last-child,
.ingredient-total-table td:last-child {
  width: 42%;
  color: var(--navy-deep);
  font-family: var(--mono);
  font-weight: 700;
  overflow-wrap: anywhere;
  white-space: normal;
}

.cooking-dish-list {
  display: grid;
  gap: 14px;
}

.cooking-dish {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--paper-blue);
}

.cooking-dish-title {
  margin: 0;
  padding: 11px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--navy-deep);
  background: white;
  font-size: 16px;
}

.cooking-steps {
  margin: 0;
  padding: 12px 18px 12px 38px;
}

.staple-strip {
  margin: 0;
  border-top: 1px dashed var(--line-strong);
  padding: 10px 13px;
  color: var(--navy-deep);
  background: #fff8e8;
  font-size: 13px;
  font-weight: 800;
}

.ticket-actions {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.5fr;
  gap: 10px;
  padding: 18px;
  border-top: 2px dashed var(--navy);
}

.ticket-actions-two {
  grid-template-columns: 1fr 1fr;
}

.plan-note {
  margin: -4px 18px 18px;
  border-left: 3px solid var(--gold);
  padding: 8px 10px;
  color: var(--muted);
  background: #fff8e8;
  font-size: 13px;
}

.compact-plan h3,
.supplement-group h3 {
  margin: 14px 0 6px;
  font-size: 15px;
}

.compact-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 4px 16px;
  margin: 6px 0 10px;
}

.special-food {
  border-radius: 8px;
  padding: 9px 11px;
  color: var(--navy-deep);
  background: var(--ice);
  font-weight: 700;
}

.confirmed-supplements {
  margin: 14px 0;
  border-top: 1px dashed var(--line-strong);
  padding-top: 4px;
}

.supplement-group + .supplement-group {
  border-top: 1px solid var(--line);
  padding-top: 4px;
}

.button {
  min-height: 48px;
  border: 1px solid var(--navy);
  border-radius: 9px;
  padding: 11px 14px;
  font-weight: 800;
  cursor: pointer;
}

.button-primary {
  color: white;
  background: var(--navy);
}

.button-secondary {
  color: var(--navy);
  background: white;
}

.button-danger {
  border-color: #c9877c;
  color: var(--warning);
  background: var(--warning-bg);
}

.button-block {
  width: 100%;
}

.button:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.route-list {
  display: grid;
  gap: 8px;
}

.auxiliary-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
}

.auxiliary-card .route-row {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.auxiliary-trigger[aria-expanded="true"] {
  background: var(--panel-2);
}

.auxiliary-trigger .route-mark {
  font-size: 20px;
  transition: transform 160ms ease;
}

.auxiliary-trigger[aria-expanded="true"] .route-mark {
  transform: rotate(180deg);
}

.auxiliary-content {
  padding: 0 16px 16px;
  border-top: 1px dashed var(--line-strong);
  overflow-wrap: anywhere;
}

.auxiliary-content .compact-plan {
  margin-top: 14px;
}

.route-row {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 12px 16px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.route-row strong {
  display: block;
  font-size: 17px;
}

.route-row small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font: 11px/1.4 var(--mono);
}

.packing-entry {
  margin: 14px 0;
  border: 1px dashed var(--line-strong);
  border-radius: 10px;
  background: var(--panel-2);
}

.tomorrow-dinner {
  color: var(--muted);
  font-size: 14px;
}

.route-mark {
  color: var(--navy);
  font-family: var(--mono);
}

.tomorrow-ticket {
  margin-top: 16px;
  padding: 20px 18px;
}

.tomorrow-ticket h2 {
  margin: 0 0 12px;
  font-size: 30px;
}

.tomorrow-title {
  margin: 0 0 8px;
  font-size: 21px;
  font-weight: 800;
}

.prep-list,
.detail-list {
  margin: 12px 0 0;
  padding: 12px 0 0 20px;
  border-top: 1px dashed var(--line-strong);
  color: var(--muted);
}

.panel {
  padding: 18px;
}

.panel + .panel {
  margin-top: 14px;
}

.panel h2,
.panel h3 {
  margin: 0 0 14px;
}

.panel-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.source-chip {
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--navy);
  background: var(--ice);
  font-size: 9px;
  white-space: nowrap;
}

.field-grid {
  display: grid;
  gap: 14px;
}

.field-row {
  display: grid;
  gap: 7px;
}

.field-row small {
  color: var(--muted);
}

.menu-grid {
  display: grid;
  gap: 12px;
}

.menu-card {
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  padding: 16px;
  background: white;
}

.menu-card h3 {
  margin: 0 0 8px;
  font-size: 19px;
}

.menu-card p {
  margin: 0 0 14px;
  color: var(--muted);
}

.menu-card-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.compact-button {
  min-height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 8px 12px;
  color: var(--navy);
  background: var(--panel-2);
  font-weight: 700;
  cursor: pointer;
}

.rotation-list,
.inventory-list {
  display: grid;
  gap: 8px;
}

.rotation-item,
.inventory-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.rotation-item:first-child,
.inventory-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.rotation-index {
  margin-right: 8px;
  color: var(--aurora);
  font-family: var(--mono);
}

.inventory-item select {
  width: 132px;
}

.sheet-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(17, 29, 43, 0.45);
}

.bottom-sheet {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 100;
  width: min(100%, 640px);
  max-height: min(82dvh, 760px);
  overflow: auto;
  border: 1px solid var(--line-strong);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  padding: 10px 18px calc(24px + env(safe-area-inset-bottom));
  background: white;
  box-shadow: 0 -18px 44px rgba(28, 49, 81, 0.18);
  transform: translateX(-50%);
}

.sheet-handle {
  width: 46px;
  height: 4px;
  margin: 2px auto 15px;
  border-radius: 999px;
  background: var(--line-strong);
}

.sheet-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--line-strong);
}

.sheet-header > div {
  min-width: 0;
}

.sheet-header .quiet-button {
  flex: 0 0 auto;
}

.sheet-header .serial {
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 9px;
}

.sheet-header h2 {
  margin: 0;
  overflow-wrap: anywhere;
}

.sheet-body {
  padding-top: 16px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(92px + env(safe-area-inset-bottom));
  z-index: 120;
  width: max-content;
  max-width: calc(100% - 32px);
  border-radius: 8px;
  padding: 11px 16px;
  color: white;
  background: var(--navy-deep);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 80;
  width: min(100%, 980px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 8px max(8px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
  border: 1px solid var(--line-strong);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 -8px 26px rgba(28, 49, 81, 0.08);
  transform: translateX(-50%);
}

.household-task-card {
  margin-top: 18px;
}

.household-task-list {
  display: grid;
  gap: 10px;
}

.household-task-row {
  min-height: 56px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--navy-deep);
  background: white;
  text-align: left;
  cursor: pointer;
}

.household-task-state {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: white;
}

.household-task-name {
  font-weight: 800;
}

.household-task-subject {
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--muted);
  background: var(--surface-soft);
  font-size: 12px;
  font-weight: 700;
}

.household-task-row.completed {
  color: var(--muted);
  background: var(--surface-soft);
}

.household-task-row.completed .household-task-state {
  border-color: var(--aurora);
  background: var(--aurora);
}

.household-task-row.completed .household-task-name {
  text-decoration: line-through;
}

.upcoming-task-schedule > h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.upcoming-task-weeks {
  display: grid;
  gap: 16px;
}

.upcoming-task-week {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: var(--panel);
  box-shadow: 0 7px 22px rgba(28, 49, 81, 0.05);
}

.upcoming-task-week > h3 {
  margin: 0;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line-strong);
  color: var(--navy);
  background: var(--surface-soft);
  font-size: 14px;
}

.upcoming-task-days {
  display: grid;
}

.upcoming-task-day {
  display: grid;
  grid-template-columns: minmax(96px, auto) minmax(0, 1fr);
  gap: 12px;
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
}

.upcoming-task-day:last-child {
  border-bottom: 0;
}

.upcoming-task-date {
  display: grid;
  align-content: start;
  gap: 2px;
  color: var(--muted);
  font-size: 12px;
}

.upcoming-task-date time {
  color: var(--navy-deep);
  font: 12px/1.4 var(--mono);
}

.upcoming-task-rows {
  display: grid;
  gap: 8px;
}

.upcoming-task-row {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.upcoming-task-name {
  min-width: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.nav-item {
  min-height: 58px;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.nav-item:last-child {
  border-right: 0;
}

.nav-item span {
  display: block;
}

.nav-code {
  margin-bottom: 2px;
  font-size: 8px;
}

.nav-item.active {
  color: var(--aurora);
  font-weight: 800;
}

.empty-state {
  padding: 28px 18px;
  color: var(--muted);
  text-align: center;
}

@media (min-width: 720px) {
  .app-shell {
    padding-inline: 24px;
  }

  .content-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    align-items: start;
  }

  .side-column {
    position: sticky;
    top: 18px;
  }

  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .field-grid.two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  .view-header {
    margin: 4px 4px 14px;
  }

  .view-header h1 {
    font-size: 30px;
    white-space: nowrap;
  }

  .header-status {
    font-size: 9px;
  }

  .ticket-head {
    padding: 18px 16px 14px;
  }

  .ticket-head h2 {
    font-size: 34px;
  }

  .meal-title {
    font-size: 18px;
  }

  .participant-controls {
    padding: 14px 16px;
  }

  .quantity-grid {
    margin: 0 16px 14px;
  }

  .ingredient-summary {
    margin: 0 16px 14px;
  }

  .quantity-cell {
    padding: 10px 7px;
  }

  .ticket-actions {
    padding: 14px 16px;
    grid-template-columns: 1fr 1fr;
  }

  .ticket-actions .button-primary,
  .ticket-actions .button-danger {
    grid-column: 1 / -1;
  }

  .route-row {
    min-height: 64px;
  }

  .tomorrow-ticket {
    padding: 18px 16px;
  }
}

@media (max-width: 374px) {
  .participant-controls,
  .ticket-actions {
    grid-template-columns: 1fr;
  }

  .quantity-grid {
    grid-template-columns: 1fr;
  }

  .quantity-cell + .quantity-cell {
    border-top: 1px dashed var(--line-strong);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .toast,
  .bottom-sheet {
    animation: reveal 180ms ease-out;
  }

  @keyframes reveal {
    from { opacity: 0; transform: translate(-50%, 10px); }
    to { opacity: 1; transform: translate(-50%, 0); }
  }
}
