:root {
  --bg-a: #fff6d8;
  --bg-b: #eaf6ce;
  --yellow: #ffc845;
  --yellow-deep: #f5a623;
  --green: #6fbf3b;
  --green-deep: #3e8e2f;
  --orange: #f08c1d;
  --card: rgba(255, 255, 255, .9);
  --brown: #9c6b3f;
  --ink: #4a3b28;
  --ink-2: #8a7a5e;
  --line: rgba(110, 143, 58, .18);
  --red: #e5533d;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: linear-gradient(160deg, var(--bg-a), var(--bg-b) 70%);
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.phone { width: min(100%, 480px); min-height: 100vh; display: flex; flex-direction: column; }

/* ===== 顶栏 ===== */
.topbar {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: center;
  padding: 12px 16px;
  background: linear-gradient(180deg, rgba(255, 246, 216, .96), rgba(255, 246, 216, .82));
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.topbar-title { font-weight: 900; font-size: 17px; color: #000; letter-spacing: .04em; user-select: none; }
.back-btn {
  position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  width: 34px; height: 34px; padding: 0; border-radius: 50%;
  background: transparent; display: grid; place-items: center;
}
.back-btn img { width: 22px; height: 22px; object-fit: contain; }

/* ===== 头图区 ===== */
.hero { padding: 18px 16px 6px; }
.hero-card {
  background: var(--card); border-radius: 18px; padding: 16px;
  box-shadow: 0 8px 20px rgba(140, 120, 40, .1);
  border: 1px solid rgba(255, 255, 255, .7);
}
.hero-top { display: flex; align-items: center; gap: 10px; }
.hero-avatar {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%;
  background: #f4f8e8; border: 2px solid #fff; display: grid; place-items: center;
  font-size: 22px; box-shadow: 0 3px 8px rgba(140, 120, 40, .15);
}
.hero-user { flex: 1; min-width: 0; }
.hero-nick { font-size: 15px; font-weight: 900; }
.hero-meta { font-size: 11px; color: var(--ink-2); font-weight: 700; margin-top: 2px; }
.fortune {
  flex: 0 0 auto; display: flex; align-items: center; gap: 7px;
  background: #fff; border: 1.5px solid var(--yellow-deep); border-radius: 12px; padding: 6px 10px;
}
.fortune .f-label { font-size: 10.5px; color: var(--ink-2); font-weight: 800; }
.fortune .f-level { font-size: 15px; font-weight: 900; color: var(--orange); }
.fortune .f-level.draw {
  font-size: 12px; color: #fff; padding: 4px 10px; border-radius: 999px;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
}
.fortune.done { cursor: pointer; background: #fff8e2; }
.hero-stage-row { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.hero-stage { flex: 0 0 auto; font-size: 11px; font-weight: 800; color: #fff; background: var(--green-deep); padding: 3px 10px; border-radius: 999px; letter-spacing: .05em; }
.hero-stage.next { background: #c3cba4; }
.stage-bar { flex: 1; height: 8px; border-radius: 99px; background: #e6ecd2; overflow: hidden; }
.stage-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--green), var(--yellow)); border-radius: 99px; transition: width .3s; }
.hero-divider { height: 1px; background: var(--line); margin: 12px 0 10px; }
.hero-stats { display: flex; }
.hs { flex: 1; text-align: center; }
.hs i { display: block; font-style: normal; font-size: 11px; color: var(--ink-2); font-weight: 700; }
.hs b { font-size: 20px; font-weight: 900; color: var(--ink); }
.hs b em { font-style: normal; font-size: 10px; color: var(--orange); margin-left: 2px; }

/* 开场视频 */
.video-overlay {
  position: fixed; inset: 0; z-index: 100; background: #000;
  display: flex; align-items: center; justify-content: center;
}
.video-overlay[hidden] { display: none; }
.video-overlay video { width: 100%; height: 100%; object-fit: contain; }
.video-skip, .video-sound {
  position: absolute; z-index: 101;
  background: rgba(255, 255, 255, .16); color: #fff; font-weight: 800;
  border: 1px solid rgba(255, 255, 255, .4); border-radius: 999px;
  padding: 8px 16px; font-size: 12.5px;
  backdrop-filter: blur(4px);
}
.video-skip { top: 20px; right: 16px; }
.video-sound { bottom: 20px; right: 16px; width: 44px; height: 44px; padding: 0; border-radius: 50%; display: grid; place-items: center; background: rgba(0, 0, 0, .45); }
.video-sound img { width: 22px; height: 22px; object-fit: contain; }

/* 欢迎弹窗 */
.welcome-card {
  width: min(100%, 380px); background: #fffdf6; border-radius: 18px; padding: 22px 20px 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
  display: flex; flex-direction: column; gap: 14px;
}
.welcome-body { display: flex; gap: 12px; align-items: center; }
.welcome-figure {
  flex: 0 0 auto; width: 118px; height: 165px;
  object-fit: cover; object-position: 50% 8%;
  mix-blend-mode: multiply;
}
.welcome-bubble {
  flex: 1; background: #f7faec; border: 1.5px solid var(--line); border-radius: 14px;
  padding: 12px 14px; font-size: 13px; line-height: 1.9; font-weight: 700; color: var(--ink);
}
#welcomeOk { align-self: center; }

/* 主玩属性 */
.attr-flow-text { font-size: 13px; line-height: 1.9; color: var(--ink-2); font-weight: 600; margin: 6px 0 0; }
.attr-flow-text b { color: var(--green-deep); }
.attr-list { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.attr-item {
  display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
  background: #f7faec; border: 1.5px solid var(--line); border-radius: 12px; padding: 10px 12px;
  transition: border-color .15s, background .15s;
}
.attr-item .ai { font-size: 20px; }
.attr-item .an { font-size: 13px; font-weight: 900; color: var(--ink); }
.attr-item .ad { font-size: 11px; color: var(--ink-2); font-weight: 600; margin-top: 1px; line-height: 1.5; }
button.attr-item { cursor: pointer; }
button.attr-item:hover, .attr-item.on { border-color: var(--green); background: #eef6dd; }
.attr-item.on .an { color: var(--green-deep); }

.return-banner {
  margin-top: 10px; padding: 12px 14px; border-radius: 14px;
  background: linear-gradient(135deg, #fff3d6, #ffe9c2);
  border: 1px dashed var(--yellow-deep);
  font-size: 13px; font-weight: 700; line-height: 1.7;
}
.return-banner b { color: var(--orange); }
.return-banner .rb-link { color: var(--green-deep); text-decoration: underline; font-weight: 800; }

/* ===== 日历 ===== */
.calendar-wrap { padding: 12px 0 2px; }
.calendar {
  display: flex; gap: 8px; overflow-x: auto; padding: 8px 16px 4px;
  scroll-behavior: smooth; scrollbar-width: none;
  cursor: grab; user-select: none;
}
.calendar.dragging { cursor: grabbing; scroll-behavior: auto; }
.calendar.dragging * { pointer-events: none; }
.calendar::-webkit-scrollbar { display: none; }
.cal-chip {
  position: relative;
  flex: 0 0 auto; width: 58px; padding: 7px 0 6px; border-radius: 14px;
  background: var(--card); border: 1.5px solid var(--line);
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  transition: transform .15s;
}
.cal-chip:active { transform: scale(.94); }
.cal-chip .d { font-size: 15px; font-weight: 900; line-height: 1; }
.cal-chip .l { font-size: 9px; color: var(--ink-2); max-width: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; }
.cal-chip.past { background: #e9f2d8; border-color: transparent; }
.cal-chip.past .d::after { content: " ✓"; color: var(--green); font-size: 11px; }
.cal-chip.skip { background: transparent; border-style: dashed; border-color: #cfcfae; opacity: .7; }
.cal-chip.future { opacity: .62; }
.cal-chip.today { background: var(--yellow); border-color: var(--yellow-deep); box-shadow: 0 4px 12px rgba(245, 166, 35, .35); animation: breath 2.2s infinite; }
.cal-chip.sel { outline: 2px solid var(--green-deep); outline-offset: 1px; }
.cal-chip .badge {
  position: absolute; top: -7px; right: -4px;
  font-size: 8px; background: var(--red); color: #fff; padding: 1px 4px; border-radius: 6px; font-weight: 800;
}
@keyframes breath { 0%, 100% { box-shadow: 0 4px 12px rgba(245, 166, 35, .3); } 50% { box-shadow: 0 4px 18px rgba(245, 166, 35, .55); } }
.cal-hint { text-align: center; font-size: 10px; color: #b4ad92; margin: 4px 0 6px; font-weight: 700; }

/* ===== 内容区 ===== */
main { flex: 1; padding: 6px 16px 90px; display: flex; flex-direction: column; gap: 14px; }
.card {
  background: var(--card); border-radius: 18px; padding: 16px;
  box-shadow: 0 8px 20px rgba(140, 120, 40, .1);
  border: 1px solid rgba(255, 255, 255, .7);
}
.card-title { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; font-size: 15px; font-weight: 900; color: var(--green-deep); }
.card-title .ribbon { background: var(--green); color: #fff; font-size: 10px; padding: 2px 8px; border-radius: 999px; font-weight: 800; }
.card-title .tag { font-size: 10px; color: var(--ink-2); font-weight: 700; }
.state-note { font-size: 11px; color: #b09b6a; font-weight: 700; background: #fdf3d9; border-radius: 8px; padding: 6px 10px; margin-bottom: 10px; }

/* 活动列表 */
.acts { display: flex; flex-wrap: wrap; gap: 8px; }
.act-chip {
  font-size: 12px; font-weight: 800; color: var(--green-deep);
  background: #eef6dd; border: 1px solid #d8ecc0; border-radius: 999px; padding: 6px 12px;
}
.act-chip.hot { color: #fff; background: var(--orange); border-color: var(--orange); }
.act-chip.server { color: #7a4bd6; background: #f1eaff; border-color: #dcc8ff; }
.empty-acts { font-size: 12.5px; color: var(--ink-2); font-weight: 700; line-height: 1.7; }

/* 任务 */
.task { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px dashed var(--line); }
.task:last-child { border-bottom: 0; }
.task .box {
  flex: 0 0 auto; width: 20px; height: 20px; border-radius: 7px; margin-top: 1px;
  border: 2px solid var(--green); background: #fff; position: relative; transition: all .15s;
}
.task.done .box { background: var(--green); }
.task.done .box::after { content: "✓"; position: absolute; color: #fff; font-size: 13px; left: 3px; top: -2px; }
.task .t { font-size: 13.5px; font-weight: 700; line-height: 1.5; }
.task.done .t { color: #a9a184; text-decoration: line-through; }
.task .cat { font-size: 9px; font-weight: 800; padding: 1px 6px; border-radius: 6px; margin-left: 6px; vertical-align: 1px; }
.cat-main { background: #ffe9c2; color: #b06a00; } .cat-act { background: #e4f1ff; color: #2f6fb3; }
.cat-grow { background: #eaf6dd; color: var(--green-deep); } .cat-soc { background: #ffe4e4; color: #c04040; }
.task.locked { opacity: .55; }
.task-progress { margin-left: auto; font-size: 11px; font-weight: 900; color: #fff; background: var(--green); padding: 2px 10px; border-radius: 999px; }
.task-bar { height: 6px; background: #eef2dc; border-radius: 99px; overflow: hidden; margin: -4px 0 12px; }
.task-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--green), var(--yellow)); border-radius: 99px; transition: width .25s; }

/* Tips */
.tip-card {
  display: flex; gap: 10px; align-items: flex-start;
  background: linear-gradient(135deg, #fff6dd, #fff0cf);
  border: 1px solid #f7e3ae; border-radius: 14px; padding: 12px; margin-bottom: 8px;
}
.tip-card:last-child { margin-bottom: 0; }
.tip-icon { font-size: 18px; }
.tip-text { font-size: 12.5px; font-weight: 700; line-height: 1.7; color: #7a5c1e; }

/* AI导师模块 */
.ai-row { display: flex; gap: 10px; align-items: center; }
.ai-figure {
  flex: 0 0 auto; width: 92px; height: 116px;
  object-fit: cover; object-position: 50% 8%;
  mix-blend-mode: multiply;
}
.ai-col { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.ai-col .ai-chat { flex: 1; }
.ai-chat { background: #f7faec; border: 1px solid var(--line); border-radius: 16px; padding: 10px; }
.ai-chat-input { display: flex; gap: 8px; }
.ai-chat-input input {
  flex: 1; min-width: 0; border: 1.5px solid var(--line); border-radius: 999px;
  padding: 13px 16px; font: inherit; font-size: 14.5px; outline: none; background: #fff;
}
.ai-chat-input input:focus { border-color: var(--green); }
.ai-chat-input button { background: var(--green); color: #fff; border-radius: 999px; font-weight: 900; padding: 0 18px; font-size: 13.5px; }
.ai-chip-row { display: flex; flex-wrap: wrap; gap: 6px; }

/* 攻略 */
.tabs { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.tab-btn {
  font-size: 12px; font-weight: 800; padding: 7px 13px; border-radius: 999px;
  background: #f2f0e2; color: var(--ink-2);
}
.tab-btn.on { background: var(--green); color: #fff; box-shadow: 0 4px 10px rgba(110, 143, 58, .3); }
.guide-item { padding: 10px 0; border-bottom: 1px dashed var(--line); }
.guide-item:last-child { border-bottom: 0; }
.guide-item .gt { font-size: 13.5px; font-weight: 800; }
.guide-item .gt .fit { font-size: 9px; color: #fff; background: var(--yellow-deep); border-radius: 6px; padding: 1px 6px; margin-left: 6px; vertical-align: 1px; }
.guide-item .gd { font-size: 12px; color: var(--ink-2); font-weight: 600; line-height: 1.7; margin-top: 3px; }

/* Day1 介绍 */
.intro-step { text-align: center; padding: 8px 0; }
.intro-icon { font-size: 52px; line-height: 1.2; filter: drop-shadow(0 4px 6px rgba(180, 140, 30, .25)); }
.intro-t { font-size: 18px; font-weight: 900; color: var(--green-deep); margin: 10px 0 6px; }
.intro-d { font-size: 13px; color: var(--ink-2); font-weight: 600; line-height: 1.8; margin: 0; }
.intro-audio {
  margin: 14px auto 0; display: flex; align-items: center; gap: 10px; justify-content: center;
  background: #f4f8e8; border-radius: 999px; padding: 8px 16px; width: fit-content;
}
.play-btn { width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: #fff; font-size: 13px; display: grid; place-items: center; }
.audio-bar { width: 90px; height: 5px; border-radius: 99px; background: #dceac2; overflow: hidden; }
.audio-bar i { display: block; height: 100%; width: 0; background: var(--green); transition: width .3s linear; }
.audio-label { font-size: 10px; color: var(--ink-2); font-weight: 700; }
.intro-dots { display: flex; justify-content: center; gap: 6px; margin-top: 14px; }
.intro-dots i { width: 7px; height: 7px; border-radius: 50%; background: #ddd8bd; }
.intro-dots i.on { background: var(--orange); width: 18px; border-radius: 99px; }
.intro-btns { display: flex; gap: 10px; justify-content: center; margin-top: 16px; }
.btn { padding: 10px 22px; border-radius: 999px; font-size: 13.5px; font-weight: 900; }
.btn-ghost { background: #efece0; color: var(--ink-2); }
.btn-main { background: linear-gradient(135deg, var(--yellow), var(--orange)); color: #fff; box-shadow: 0 6px 14px rgba(240, 140, 29, .35); }

/* Day39/40 */
.grad-banner {
  text-align: center; padding: 14px; border-radius: 16px; margin-bottom: 4px;
  background: linear-gradient(135deg, #ffe9a8, #ffd98c);
}
.grad-banner .gb { font-size: 18px; font-weight: 900; color: #9a5b00; }
.grad-banner p { margin: 4px 0 0; font-size: 12px; color: #a97b2f; font-weight: 700; }
.report-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--line); font-size: 13px; font-weight: 700; }
.report-row:last-child { border-bottom: 0; }
.report-row b { color: var(--orange); }
.pay-card { background: linear-gradient(135deg, #fff2df, #ffe6c7); border: 1px solid #f5d9a8; }
.pay-card .pt { font-size: 13.5px; font-weight: 900; color: #9a5b00; }
.pay-card .pd { font-size: 12px; color: #a97b2f; font-weight: 600; line-height: 1.7; margin-top: 4px; }

/* 缺席摘要 */
.absent-list li { font-size: 12.5px; font-weight: 700; color: var(--ink-2); padding: 5px 0; list-style: none; }
.absent-list li b { color: var(--ink); }
.absent-list .end { font-size: 10px; color: #fff; background: #c2bfa6; border-radius: 6px; padding: 1px 6px; margin-left: 6px; }
.absent-list .live { font-size: 10px; color: #fff; background: var(--red); border-radius: 6px; padding: 1px 6px; margin-left: 6px; }

/* ===== 底栏 & AI ===== */
.footer {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 16px 20px; font-size: 10.5px; color: #b3ac8f; font-weight: 700;
}
#verTrigger { user-select: none; }
.ai-fab {
  position: fixed; z-index: 30; right: calc(50% - 240px + 14px); bottom: 18px;
  width: 54px; height: 54px; border-radius: 50%; overflow: visible;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  box-shadow: 0 8px 18px rgba(240, 140, 29, .4);
  font-size: 24px; display: grid; place-items: center;
}
@media (max-width: 500px) { .ai-fab { right: 14px; } }
.ai-fab img {
  width: 46px; height: 46px; border-radius: 50%;
  object-fit: cover; object-position: 50% 16%;
  border: 2px solid #fff;
}
.ai-fab i {
  position: absolute; bottom: -3px; right: -2px; font-style: normal;
  font-size: 9px; background: var(--green-deep); color: #fff; padding: 1px 6px; border-radius: 99px; font-weight: 800;
}
.ai-panel {
  position: fixed; z-index: 40; left: 50%; transform: translate(-50%, 110%);
  bottom: 0; width: min(100%, 480px); height: 72vh;
  background: #fffdf4; border-radius: 22px 22px 0 0;
  box-shadow: 0 -10px 40px rgba(90, 70, 20, .25);
  display: flex; flex-direction: column; transition: transform .28s ease;
}
.ai-panel.open { transform: translate(-50%, 0); }
.ai-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 16px; font-weight: 900; color: var(--green-deep);
  border-bottom: 1px solid var(--line);
}
.ai-head-left { display: flex; align-items: center; gap: 8px; }
.ai-head-left img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; object-position: 50% 16%; border: 1.5px solid #fff; box-shadow: 0 2px 6px rgba(140, 120, 40, .25); }
.ai-msgs { flex: 1; overflow-y: auto; padding: 14px 16px; display: flex; flex-direction: column; gap: 10px; }
.ai-msgs::-webkit-scrollbar { width: 4px; }
.ai-msgs::-webkit-scrollbar-thumb { background: #d8e2bc; border-radius: 99px; }
.ai-msgs::-webkit-scrollbar-track { background: transparent; }
.msg { max-width: 82%; padding: 10px 13px; border-radius: 16px; font-size: 13px; font-weight: 600; line-height: 1.7; }
.msg.ai { background: #eef6dd; border-bottom-left-radius: 4px; align-self: flex-start; }
.msg.me { background: var(--yellow); border-bottom-right-radius: 4px; align-self: flex-end; }
.ai-chips { display: flex; gap: 6px; padding: 8px 16px; overflow-x: auto; scrollbar-width: none; }
.ai-chips::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; font-size: 11px; font-weight: 800; color: var(--green-deep); background: #eef6dd; border-radius: 999px; padding: 6px 11px; }
.ai-input-row { display: flex; gap: 8px; padding: 10px 16px calc(14px + env(safe-area-inset-bottom)); }
.ai-input-row input {
  flex: 1; border: 1.5px solid var(--line); border-radius: 999px; padding: 10px 14px; font: inherit; outline: none; background: #fff;
}
.ai-input-row button { background: var(--green); color: #fff; font-weight: 900; border-radius: 999px; padding: 0 18px; }

/* ===== 配置面板 ===== */
.modal-mask {
  position: fixed; inset: 0; z-index: 50; background: rgba(40, 32, 12, .45);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.modal-mask[hidden] { display: none; }
.cfg-fab {
  position: fixed; z-index: 35; left: calc(50% - 240px + 14px); bottom: 18px;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255, 253, 244, .88); border: 1px solid var(--line);
  font-size: 15px; color: #b3a582; display: grid; place-items: center;
  box-shadow: 0 4px 10px rgba(140, 120, 40, .16);
}
@media (max-width: 500px) { .cfg-fab { left: 14px; } }
.config-card {
  width: min(100%, 380px); background: #fffdf6; border-radius: 18px; padding: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3); max-height: 86vh; overflow-y: auto;
}
.config-title { font-size: 15px; font-weight: 900; color: var(--ink); display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.config-title em { font-style: normal; font-size: 9px; background: var(--red); color: #fff; padding: 2px 7px; border-radius: 6px; font-weight: 800; }
.cfg-label { display: block; font-size: 12px; font-weight: 800; color: var(--ink-2); margin: 12px 0 6px; }
.cfg-label b { color: var(--orange); }
.quick-days { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 8px; }
.quick-days button { font-size: 11px; font-weight: 800; background: #f0edda; border-radius: 8px; padding: 5px 9px; color: var(--ink-2); }
.quick-days button.on { background: var(--green); color: #fff; }
.cfg-input {
  width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 9px 12px; font: inherit; font-weight: 800; outline: none;
}
.seg { display: flex; gap: 6px; }
.seg button { flex: 1; font-size: 12px; font-weight: 800; padding: 9px 0; border-radius: 10px; background: #f0edda; color: var(--ink-2); }
.seg button.on { background: var(--green); color: #fff; }
input[type="range"] { width: 100%; accent-color: var(--orange); }
.cfg-actions { display: flex; gap: 8px; margin-top: 18px; }
.cfg-actions button { flex: 1; padding: 10px 0; border-radius: 10px; font-size: 12.5px; font-weight: 800; background: #efece0; color: var(--ink-2); }
.cfg-actions .primary { background: var(--orange); color: #fff; }

/* Toast */
.toast {
  position: fixed; z-index: 60; left: 50%; bottom: 90px; transform: translate(-50%, 10px);
  background: rgba(60, 48, 20, .92); color: #fff; font-size: 12.5px; font-weight: 800;
  padding: 10px 18px; border-radius: 99px; opacity: 0; pointer-events: none; transition: all .25s;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }
