:root {
  --blue: #2474d8;
  --blue-dark: #1559ac;
  --blue-soft: #eaf4ff;
  --navy: #12355b;
  --navy-soft: #385879;
  --pink: #e94e7d;
  --pink-soft: #fff0f5;
  --yellow: #f4b62a;
  --yellow-soft: #fff7df;
  --mint: #43b892;
  --mint-soft: #e8f8f3;
  --red: #e45a5a;
  --ice: #f4f9ff;
  --white: #fff;
  --line: #d9e7f5;
  --shadow: 0 12px 34px rgba(25, 73, 116, 0.12);
  --shadow-soft: 0 6px 18px rgba(25, 73, 116, 0.09);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  color: var(--navy);
  font-family:
    "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(36, 116, 216, 0.12), transparent 24rem),
    radial-gradient(circle at 85% 15%, rgba(233, 78, 125, 0.08), transparent 22rem),
    #eef6ff;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.app-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 430px;
  min-height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--ice);
  box-shadow: var(--shadow);
}

.app-header {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 8px 16px 6px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 231, 245, 0.88);
  backdrop-filter: blur(16px);
}

.brand-logo {
  display: block;
  width: 136px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.header-title {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.header-title-text {
  display: grid;
  gap: 1px;
}

.header-title-text strong {
  font-size: 16px;
  line-height: 1.2;
}

.header-title-text span {
  color: #71879e;
  font-size: 11px;
}

.back-button,
.icon-button {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 14px;
  background: var(--blue-soft);
  color: var(--blue);
  cursor: pointer;
}

.icon-button {
  position: relative;
}

.back-button .icon {
  transform: rotate(180deg);
}

.notification-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--pink);
}

.page-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: none;
}

.page-scroll::-webkit-scrollbar {
  display: none;
}

.page {
  display: grid;
  gap: 13px;
  padding: 14px 15px 20px;
}

.card {
  border: 1px solid rgba(217, 231, 245, 0.95);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.section-card {
  padding: 15px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.section-head h2 {
  margin: 0;
  font-size: 17px;
  letter-spacing: 0.01em;
}

.section-head p {
  margin: 3px 0 0;
  color: #71879e;
  font-size: 12px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.text-link .icon {
  width: 16px;
  height: 16px;
}

.hero-card {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #cfe5fb;
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 13%, rgba(255, 255, 255, 0.85) 0 4px, transparent 5px),
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.72) 0 3px, transparent 4px),
    linear-gradient(145deg, #eaf6ff 0%, #dceeff 65%, #f8fcff 100%);
  box-shadow: var(--shadow);
}

.hero-card::before,
.hero-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero-card::before {
  right: -34px;
  bottom: -68px;
  width: 270px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  transform: rotate(-8deg);
}

.hero-card::after {
  right: 44px;
  bottom: 28px;
  width: 120px;
  height: 65px;
  background: linear-gradient(150deg, transparent 48%, rgba(36, 116, 216, 0.17) 49% 58%, transparent 59%);
  transform: rotate(4deg);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.hero-card h1 {
  position: relative;
  z-index: 1;
  max-width: 240px;
  margin: 0;
  color: var(--navy);
  font-size: 27px;
  line-height: 1.24;
  letter-spacing: -0.03em;
}

.hero-meta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
  margin-top: 10px;
  color: var(--navy-soft);
  font-size: 13px;
  font-weight: 700;
}

.hero-meta-row {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-meta-row .icon {
  width: 17px;
  height: 17px;
  color: var(--blue);
}

.hero-actions {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 8px;
  margin-top: 15px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button .icon {
  width: 18px;
  height: 18px;
}

.button-primary {
  border-color: var(--pink);
  background: var(--pink);
  color: #fff;
  box-shadow: 0 7px 16px rgba(233, 78, 125, 0.22);
}

.button-secondary {
  border-color: #b9d7f3;
  background: rgba(255, 255, 255, 0.88);
  color: var(--blue);
}

.button-blue {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 7px 16px rgba(36, 116, 216, 0.22);
}

.button-wide {
  width: 100%;
}

.mascot-crop {
  position: absolute;
  z-index: 1;
  right: -2px;
  bottom: -1px;
  width: 132px;
  height: 157px;
  overflow: hidden;
  border-radius: 0 0 22px 0;
  pointer-events: none;
}

.mascot-crop img {
  position: absolute;
  top: -15px;
  left: -55px;
  width: 570px;
  max-width: none;
  mix-blend-mode: multiply;
}

.progress-pill,
.status-chip,
.tiny-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 999px;
  font-weight: 900;
  white-space: nowrap;
}

.progress-pill {
  padding: 6px 10px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 12px;
}

.status-chip {
  min-height: 28px;
  padding: 5px 9px;
  font-size: 11px;
}

.status-done {
  background: var(--mint-soft);
  color: #248264;
}

.status-pending {
  background: var(--yellow-soft);
  color: #b57400;
}

.status-active {
  background: var(--blue-soft);
  color: var(--blue);
}

.status-muted {
  background: #edf2f7;
  color: #718294;
}

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

.check-row {
  display: flex;
  min-height: 43px;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 14px;
  background: #f9fcff;
}

.check-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  flex: 0 0 auto;
}

.check-icon .icon {
  width: 16px;
  height: 16px;
  stroke-width: 2.4;
}

.check-icon.done {
  background: var(--mint-soft);
  color: var(--mint);
}

.check-icon.pending {
  background: var(--yellow-soft);
  color: #c88400;
}

.check-copy {
  min-width: 0;
  flex: 1;
}

.check-copy strong {
  display: block;
  font-size: 13px;
}

.check-copy span {
  display: block;
  margin-top: 2px;
  overflow: hidden;
  color: #7a8ea3;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.quick-action {
  display: grid;
  min-height: 92px;
  padding: 12px 6px 9px;
  place-items: center;
  align-content: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
  color: var(--navy);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
}

.quick-action .quick-icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 13px;
}

.quick-action:nth-child(1) .quick-icon {
  background: var(--blue-soft);
  color: var(--blue);
}

.quick-action:nth-child(2) .quick-icon {
  background: var(--yellow-soft);
  color: #c88400;
}

.quick-action:nth-child(3) .quick-icon {
  background: var(--pink-soft);
  color: var(--pink);
}

.quick-action:nth-child(4) .quick-icon {
  background: #f1edff;
  color: #765ac4;
}

.quick-action span {
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.info-banner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid #c9e0f6;
  border-radius: 16px;
  background: var(--blue-soft);
  color: var(--navy);
}

.info-banner.warning {
  border-color: #f5d99b;
  background: var(--yellow-soft);
}

.info-banner.success {
  border-color: #bde8da;
  background: var(--mint-soft);
}

.info-banner .icon {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  color: var(--blue);
}

.info-banner.warning .icon {
  color: #b97900;
}

.info-banner.success .icon {
  color: var(--mint);
}

.info-banner strong {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}

.info-banner p {
  margin: 0;
  color: #67809a;
  font-size: 11px;
  line-height: 1.5;
}

.course-summary {
  position: relative;
  overflow: hidden;
  padding: 17px;
  border-radius: 23px;
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.22) 0 34px, transparent 35px),
    linear-gradient(140deg, #155caf, #2c83dd);
  color: #fff;
  box-shadow: 0 12px 25px rgba(21, 89, 172, 0.24);
}

.course-summary::after {
  position: absolute;
  right: -10px;
  bottom: -31px;
  width: 195px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  content: "";
}

.course-summary .tiny-chip {
  position: relative;
  z-index: 1;
  padding: 5px 9px;
  background: rgba(255, 255, 255, 0.17);
  font-size: 11px;
}

.course-summary h1 {
  position: relative;
  z-index: 1;
  margin: 10px 0 3px;
  font-size: 25px;
}

.course-summary > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.summary-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.summary-item {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
}

.summary-item span {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
}

.summary-item strong {
  font-size: 13px;
}

.detail-list {
  display: grid;
  gap: 0;
}

.detail-row {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #edf3f9;
}

.detail-row:last-child {
  border-bottom: 0;
}

.detail-row .detail-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 11px;
  background: var(--blue-soft);
  color: var(--blue);
}

.detail-row .detail-icon .icon {
  width: 17px;
  height: 17px;
}

.detail-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.detail-copy span {
  color: #71879e;
  font-size: 11px;
}

.detail-copy strong {
  overflow: hidden;
  font-size: 13px;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timeline {
  display: grid;
}

.timeline-row {
  position: relative;
  display: grid;
  grid-template-columns: 60px 18px 1fr;
  gap: 8px;
  min-height: 53px;
}

.timeline-row:not(:last-child)::after {
  position: absolute;
  top: 25px;
  bottom: -3px;
  left: 68px;
  width: 2px;
  background: #dbe8f6;
  content: "";
}

.timeline-time {
  padding-top: 5px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.timeline-dot {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 2px #c6def5;
}

.timeline-copy strong {
  display: block;
  font-size: 13px;
}

.timeline-copy span {
  display: block;
  margin-top: 3px;
  color: #71879e;
  font-size: 11px;
}

.partner-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.partner-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.partner-label .icon {
  width: 17px;
  height: 17px;
}

.rental-status {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 13px;
  border: 1px solid #f1d28b;
  border-radius: 16px;
  background: var(--yellow-soft);
}

.rental-status strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a96900;
  font-size: 14px;
}

.rental-status p {
  margin: 0;
  color: #8a7353;
  font-size: 11px;
  line-height: 1.5;
}

.member-cards {
  display: grid;
  gap: 8px;
}

.member-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px;
  border: 1px solid #e1ecf6;
  border-radius: 15px;
  background: #fbfdff;
}

.avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
}

.avatar.child {
  background: var(--pink-soft);
  color: var(--pink);
}

.member-main {
  min-width: 0;
  flex: 1;
}

.member-main strong {
  display: block;
  font-size: 13px;
}

.member-main span {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #71879e;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid #edf3f9;
}

.price-row span {
  color: #71879e;
  font-size: 11px;
}

.price-row strong {
  color: var(--pink);
  font-size: 22px;
}

.ticket-stack {
  display: grid;
  gap: 12px;
}

.ticket-card {
  position: relative;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #cfe3f7;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(36, 116, 216, 0.12) 0 90px, transparent 91px),
    linear-gradient(145deg, #fff, #f2f8ff);
  box-shadow: var(--shadow-soft);
}

.ticket-card.pending {
  border-color: #f2d597;
  background:
    radial-gradient(circle at 100% 0, rgba(244, 182, 42, 0.12) 0 90px, transparent 91px),
    linear-gradient(145deg, #fff, #fffbef);
}

.ticket-card.used {
  border-color: #dce5ec;
  filter: saturate(0.35);
}

.ticket-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.ticket-person {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ticket-person .avatar {
  border-radius: 999px;
}

.ticket-person strong,
.ticket-title strong {
  display: block;
  font-size: 14px;
}

.ticket-person span,
.ticket-title span {
  display: block;
  margin-top: 2px;
  color: #71879e;
  font-size: 11px;
}

.ticket-title {
  margin-top: 13px;
  padding-top: 12px;
  border-top: 1px dashed #cddded;
}

.ticket-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.ticket-actions .button {
  min-height: 42px;
  flex: 1;
}

.family-hero {
  position: relative;
  min-height: 166px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #cfe5fb;
  border-radius: 22px;
  background: linear-gradient(145deg, #e7f4ff, #f7fbff);
}

.family-hero h1 {
  max-width: 210px;
  margin: 0;
  font-size: 25px;
}

.family-hero p {
  max-width: 215px;
  margin: 7px 0 0;
  color: #637d98;
  font-size: 12px;
  line-height: 1.5;
}

.family-hero .mascot-crop {
  right: -7px;
  bottom: -4px;
  width: 126px;
  height: 150px;
}

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

.setting-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 53px;
  padding: 9px 10px;
  border: 1px solid #e1ecf6;
  border-radius: 15px;
  background: #fbfdff;
}

.setting-row > .icon {
  color: var(--blue);
}

.setting-copy {
  min-width: 0;
  flex: 1;
}

.setting-copy strong {
  display: block;
  font-size: 13px;
}

.setting-copy span {
  display: block;
  margin-top: 2px;
  color: #71879e;
  font-size: 11px;
}

.toggle {
  position: relative;
  width: 41px;
  height: 24px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.toggle::after {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
  content: "";
}

.bottom-nav {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 72px;
  padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 -7px 22px rgba(37, 79, 119, 0.08);
  backdrop-filter: blur(18px);
}

.nav-item {
  display: grid;
  gap: 3px;
  place-items: center;
  align-content: center;
  padding: 5px 2px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #7a8ea3;
  cursor: pointer;
}

.nav-item .icon {
  width: 22px;
  height: 22px;
}

.nav-item span {
  font-size: 10px;
  font-weight: 800;
}

.nav-item.active {
  background: var(--blue-soft);
  color: var(--blue);
}

.board-mode {
  min-width: 1920px;
  min-height: 1080px;
  padding: 24px 26px 34px;
  background:
    radial-gradient(circle at 8% 8%, rgba(36, 116, 216, 0.14), transparent 26rem),
    radial-gradient(circle at 92% 6%, rgba(233, 78, 125, 0.09), transparent 24rem),
    linear-gradient(180deg, #f8fbff, #edf6ff);
}

.board-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1880px;
  margin: 0 auto 18px;
}

.board-title {
  display: flex;
  align-items: center;
  gap: 18px;
}

.board-title img {
  width: 190px;
  height: 82px;
  object-fit: contain;
}

.board-title h1 {
  margin: 0;
  font-size: 30px;
}

.board-title p {
  margin: 5px 0 0;
  color: #69829b;
  font-size: 14px;
}

.board-badge {
  padding: 9px 15px;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(5, 344px);
  gap: 24px;
  justify-content: center;
}

.phone-preview {
  display: grid;
  gap: 10px;
}

.phone-shell {
  position: relative;
  width: 344px;
  height: 885px;
  padding: 10px;
  overflow: hidden;
  border: 3px solid #0b1624;
  border-radius: 48px;
  background: #0b1624;
  box-shadow:
    0 24px 48px rgba(15, 52, 86, 0.2),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}

.phone-shell::before {
  position: absolute;
  z-index: 8;
  top: 12px;
  left: 50%;
  width: 98px;
  height: 20px;
  border-radius: 999px;
  background: #07101b;
  content: "";
  transform: translateX(-50%);
}

.phone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 36px;
  background: var(--ice);
}

.phone-screen .app-shell {
  height: 100%;
  min-height: 0;
  box-shadow: none;
}

.phone-screen .app-header {
  padding-top: 20px;
}

.phone-screen .brand-logo {
  width: 120px;
  height: 48px;
}

.phone-screen .page {
  padding-right: 12px;
  padding-left: 12px;
}

.phone-screen .hero-card {
  min-height: 235px;
}

.phone-screen .hero-card h1 {
  font-size: 24px;
}

.phone-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.phone-caption b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
}

@media (max-width: 720px) {
  body:not(.board-mode) {
    background: var(--ice);
  }

  .app-shell {
    max-width: none;
    box-shadow: none;
  }
}


.demo-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 15px 0;
  padding: 9px 12px;
  border: 1px solid #f2d597;
  border-radius: 14px;
  background: #fff7df;
  color: #70521a;
  font-size: 11px;
  line-height: 1.45;
}

.demo-strip strong {
  flex: 0 0 auto;
  color: #bd7912;
}

.demo-toast {
  position: absolute;
  z-index: 20;
  right: 18px;
  bottom: 84px;
  left: 18px;
  padding: 12px 15px;
  border-radius: 14px;
  background: rgba(18, 53, 91, 0.94);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.demo-toast.show {
  opacity: 1;
  transform: translateY(0);
}
