* {
  box-sizing: border-box;
}

:root {
  --paper: #fbf7f1;
  --sand: #e8e2d9;
  --line: #ece5db;
  --line-soft: #f0eadf;
  --ink: #2b2520;
  --ink-mid: #5a534b;
  --muted: #7c7264;
  --soft: #a89d8e;
  --clay: #c2674a;
  --clay-dark: #a8512f;
  --clay-soft: #f5e6de;
  --sage: #5e9379;
  --sage-soft: #e7f0ea;
  --gold: #b98d49;
  --gold-soft: #f4ebd8;
  --card-shadow: 0 1px 2px rgba(43, 37, 32, .04), 0 8px 22px rgba(43, 37, 32, .05);
}

.rukun-wp-app {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--sand);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

button {
  border: 0;
  font: inherit;
}

input {
  font: inherit;
}

.msr {
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.sym {
  display: inline-block;
  font-family: "Segoe UI Symbol", "Arial Unicode MS", system-ui, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.fill {
  font-variation-settings: "FILL" 1;
}

.stage {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 40px 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #94897c;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
}

.brand-mark {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  color: #fff;
  background: var(--clay);
  display: grid;
  place-items: center;
}

.brand-mark .msr,
.brand-mark .sym {
  font-size: 15px;
}

.phone {
  width: 402px;
  height: 858px;
  flex: none;
  border-radius: 46px;
  background: #15110d;
  padding: 11px;
  box-shadow: 0 40px 90px rgba(43, 37, 32, .34), 0 8px 24px rgba(43, 37, 32, .18);
}

.screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 36px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
}

.status-bar {
  height: 44px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 0 28px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  z-index: 5;
}

.status-icons {
  display: flex;
  align-items: center;
  gap: 6px;
}

.status-icons .msr,
.status-icons .sym {
  font-size: 17px;
}

.app-root {
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

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

.scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.welcome {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8px 22px 30px;
}

.hero-card {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 28px;
  padding: 38px 28px;
  background: linear-gradient(150deg, var(--clay), var(--clay-dark));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-watermark {
  position: absolute;
  top: -18px;
  right: -22px;
  color: rgba(255, 255, 255, .1);
  font-size: 190px;
}

.hero-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.hero-icon .msr,
.hero-icon .sym {
  font-size: 30px;
}

.serif {
  font-family: "Lora", serif;
}

.hero-title {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.hero-copy {
  margin-top: 12px;
  color: #f7e3da;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 16px;
  padding: 13px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: transform .12s ease, background .15s ease;
}

.btn:active,
.tap:active {
  transform: scale(.985);
}

.btn-dark {
  margin-top: 22px;
  color: #fff;
  background: var(--ink);
}

.btn-primary {
  color: #fff;
  background: var(--clay);
}

.btn-outline {
  color: var(--ink);
  background: #fff;
  border: 1.5px solid var(--line);
}

.link-row {
  margin-top: 11px;
  padding: 6px;
  color: var(--muted);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.link-row span {
  color: var(--clay);
}

.page-pad {
  padding: 6px 24px 30px;
}

.back {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: #f2ece2;
  color: var(--ink-mid);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.title {
  color: var(--ink);
  font-family: "Lora", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
}

.sub {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.field-stack {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 26px;
}

.label {
  margin-bottom: 7px;
  color: var(--ink-mid);
  font-size: 12.5px;
  font-weight: 700;
}

.field {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 14px 15px;
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 600;
}

.field .msr,
.field .sym {
  color: #b5aa9b;
  font-size: 20px;
}

.input-field {
  padding: 0 15px;
  min-height: 51px;
}

.input-field input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 600;
}

.input-field input::placeholder {
  color: #b5aa9b;
}

.field-icon-btn {
  width: 28px;
  height: 28px;
  flex: none;
  border-radius: 9px;
  background: transparent;
  color: #b5aa9b;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}

.divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.divider span {
  color: #b5aa9b;
  font-size: 12px;
  font-weight: 600;
}

.onboarding {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 4px 22px 24px;
}

.onb-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.progress {
  flex: 1;
  height: 6px;
  overflow: hidden;
  border-radius: 4px;
  background: #f2ece2;
}

.progress span {
  display: block;
  height: 100%;
  border-radius: 4px;
  background: var(--clay);
  transition: width .3s ease;
}

.skip {
  color: var(--soft);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.option-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 22px;
}

.option {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px;
  border: 2px solid var(--line);
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
}

.option.active {
  border-color: var(--clay);
  background: var(--clay-soft);
}

.option-icon {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 13px;
  background: #f2ece2;
  color: var(--muted);
  display: grid;
  place-items: center;
}

.option.active .option-icon {
  background: var(--clay);
  color: #fff;
}

.option-title {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.option-sub {
  margin-top: 2px;
  color: var(--soft);
  font-size: 12.5px;
  font-weight: 500;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.chip {
  border: 2px solid var(--line);
  border-radius: 30px;
  background: #fff;
  color: var(--ink-mid);
  cursor: pointer;
  padding: 11px 17px;
  font-size: 14px;
  font-weight: 700;
}

.chip.active {
  border-color: var(--clay);
  background: var(--clay);
  color: #fff;
}

.notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  border: 1px solid #efe3c9;
  border-radius: 16px;
  background: #f8f2e4;
  padding: 15px;
  color: #8a6a2e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.invite-banner {
  margin-top: 14px;
  margin-bottom: 14px;
  border-color: #dcebe2;
  background: #eef5f0;
  color: #3f6b55;
}

.invite-box {
  align-items: flex-start;
}

.invite-link-input {
  width: 100%;
  margin-top: 9px;
  border: 1px solid #dcebe2;
  border-radius: 10px;
  background: #fff;
  color: var(--ink-mid);
  padding: 9px 10px;
  font-size: 11.5px;
  font-weight: 700;
}

.mini-action {
  min-width: 72px;
  border-radius: 12px;
  background: var(--sage);
  color: #fff;
  cursor: pointer;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 800;
}

.income-card {
  margin-top: 24px;
  border-radius: 22px;
  background: var(--ink);
  color: #fff;
  padding: 24px 22px;
  text-align: center;
}

.income-card .amount {
  margin-top: 6px;
  font-size: 36px;
  font-weight: 800;
}

.round {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.pill-row {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.pill {
  flex: 1;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink-mid);
  cursor: pointer;
  padding: 11px 4px;
  text-align: center;
  font-size: 12.5px;
  font-weight: 700;
}

.pill.active {
  border-color: var(--clay);
  background: var(--clay);
  color: #fff;
}

.section-label {
  margin: 22px 2px 11px;
  color: var(--ink-mid);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .02em;
}

.app-scroll-pad {
  padding: 6px 18px 110px;
}

.app-head {
  padding: 10px 4px 18px;
}

.eyebrow {
  color: #b0a597;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stage-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  background: var(--clay-soft);
  color: var(--clay-dark);
  padding: 5px 11px;
  font-size: 11px;
  font-weight: 700;
}

.round-lite {
  width: 34px;
  height: 34px;
  flex: none;
  border: 0;
  border-radius: 11px;
  background: #f2ece2;
  color: var(--ink-mid);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.round-lite .sym {
  font-size: 16px;
}

.greeting {
  margin-top: 11px;
  color: var(--ink);
  font-family: "Lora", serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.2;
}

.checkline {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 500;
}

.card {
  margin-bottom: 14px;
  border-radius: 22px;
  background: #fff;
  padding: 20px 18px;
  box-shadow: var(--card-shadow);
}

.card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.icon-box {
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 11px;
  display: grid;
  place-items: center;
}

.card-title {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.card-sub {
  margin-top: 1px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 500;
}

.mood-row,
.quick-row {
  display: flex;
  gap: 8px;
}

.mood {
  flex: 1;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 14px;
  background: var(--paper);
  color: #bcb1a2;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.mood.active {
  border-color: var(--clay);
  background: var(--clay-soft);
  color: var(--clay);
}

.note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
  border-radius: 13px;
  background: var(--paper);
  padding: 11px 13px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.badge {
  border-radius: 20px;
  background: var(--sage-soft);
  color: var(--sage);
  padding: 5px 11px;
  font-size: 12.5px;
  font-weight: 700;
}

.task {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 4px;
  cursor: pointer;
}

.task .check {
  color: #cfc4b4;
  font-size: 24px;
}

.task.done .check {
  color: var(--sage);
  font-variation-settings: "FILL" 1;
}

.task-title {
  flex: 1;
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 500;
}

.task.done .task-title {
  color: var(--soft);
  text-decoration: line-through;
}

.avatar {
  width: 26px;
  height: 26px;
  flex: none;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11.5px;
  font-weight: 700;
}

.bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
}

.bar {
  height: 9px;
  flex: 1;
  overflow: hidden;
  border-radius: 6px;
  background: #f2ece2;
}

.bar span {
  display: block;
  height: 100%;
  border-radius: 6px;
  transition: width .4s;
}

.big-amount {
  color: var(--ink);
  font-size: 27px;
  font-weight: 800;
}

.quick {
  flex: 1;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: var(--paper);
  color: var(--ink-mid);
  cursor: pointer;
  padding: 11px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 700;
}

.menu-tint {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 16px;
  padding: 15px;
}

.menu-tint .msr,
.menu-tint .sym {
  font-size: 32px;
}

.soft-card {
  margin-bottom: 14px;
  border: 1px solid #f2e1d7;
  border-radius: 22px;
  background: #fbf3ee;
  padding: 20px 18px;
}

.quote {
  color: #5a4a40;
  font-family: "Lora", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.agenda-line {
  display: flex;
  align-items: center;
  gap: 13px;
}

.dot {
  width: 9px;
  height: 9px;
  flex: none;
  border-radius: 50%;
}

.tag {
  border-radius: 20px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 700;
}

.bottom-nav {
  flex: none;
  border-top: 1px solid #eee7db;
  background: rgba(251, 247, 241, .94);
  backdrop-filter: blur(12px);
  padding: 9px 8px 10px;
  display: flex;
}

.nav-item {
  flex: 1;
  color: #b5aa9b;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  font-size: 10.5px;
  font-weight: 600;
}

.nav-item.active {
  color: var(--clay);
  font-weight: 700;
}

.nav-item.active .msr {
  font-variation-settings: "FILL" 1;
}

.dark-panel {
  border-radius: 22px;
  background: var(--ink);
  color: #fff;
  padding: 22px 20px;
}

.chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 9px;
  height: 130px;
}

.chart-col {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.chart-bars {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
}

.vbar {
  width: 11px;
  min-height: 4px;
  border-radius: 4px 4px 0 0;
}

.donut {
  position: relative;
  width: 118px;
  height: 118px;
  flex: none;
  border-radius: 50%;
  background: conic-gradient(#c2674a 0deg 144deg, #5e9379 144deg 250deg, #d89a6a 250deg 294deg, #b98d49 294deg 342deg, #8fb3a0 342deg 360deg);
}

.donut-core {
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list-card {
  margin-bottom: 18px;
  border-radius: 20px;
  background: #fff;
  padding: 6px 18px;
  box-shadow: var(--card-shadow);
}

.row-border {
  border-bottom: 1px solid #f4efe6;
  padding: 14px 0;
}

.goal {
  border-radius: 18px;
  background: #fff;
  padding: 16px 17px;
  box-shadow: var(--card-shadow);
}

.profile-card {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 22px;
  background: #fff;
  padding: 18px;
  box-shadow: var(--card-shadow);
}

.profile-avatar {
  width: 58px;
  height: 58px;
  flex: none;
  border-radius: 19px;
  background: linear-gradient(145deg, var(--clay), var(--clay-dark));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 800;
}

.mini-pill {
  border-radius: 20px;
  background: var(--clay-soft);
  color: var(--clay-dark);
  padding: 5px 9px;
  font-size: 10.5px;
  font-weight: 800;
}

.mini-pill.sage {
  background: var(--sage-soft);
  color: #3f6b55;
}

.settings-card {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--card-shadow);
}

.setting-row {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-bottom: 1px solid #f4efe6;
  cursor: pointer;
}

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

.setting-icon {
  width: 36px;
  height: 36px;
  flex: none;
  border-radius: 12px;
  background: #f2ece2;
  color: var(--muted);
  display: grid;
  place-items: center;
}

.setting-title {
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 800;
}

.setting-sub {
  overflow: hidden;
  margin-top: 2px;
  color: var(--soft);
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.switch {
  position: relative;
  width: 45px;
  height: 26px;
  flex: none;
  border: 0;
  border-radius: 20px;
  background: #ddd4c8;
  cursor: pointer;
  padding: 3px;
}

.switch span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(43, 37, 32, .2);
  transition: transform .16s ease;
}

.switch.on {
  background: var(--clay);
}

.switch.on span {
  transform: translateX(19px);
}

.week-load {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  height: 110px;
  padding: 0 4px;
}

.week-col {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.stack-bars {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3px;
}

.week-strip {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.date-cell {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 8px 0;
  color: var(--soft);
  font-size: 11px;
  font-weight: 700;
}

.date-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--ink-mid);
  display: grid;
  place-items: center;
  font-size: 14px;
}

.date-cell.active {
  color: var(--clay);
}

.date-cell.active .date-num {
  color: #fff;
  background: var(--clay);
}

.prayer-row {
  display: flex;
  justify-content: space-between;
}

.prayer {
  flex: 1;
  border-radius: 12px;
  padding: 9px 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #b0995f;
}

.prayer.active {
  background: #efe3c9;
  color: #8a6a2e;
}

.sheet-layer {
  position: absolute;
  inset: 0;
  z-index: 20;
}

.scrim {
  position: absolute;
  inset: 0;
  background: rgba(21, 17, 13, .42);
}

.sheet {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 26px 26px 36px 36px;
  background: var(--paper);
  padding: 10px 22px 30px;
  animation: sheetin .26s cubic-bezier(.22, 1, .36, 1);
}

.grab {
  width: 42px;
  height: 5px;
  margin: 0 auto 14px;
  border-radius: 3px;
  background: #e2dacd;
}

.sheet-option {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1.5px solid var(--line);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  padding: 17px;
  margin-bottom: 11px;
}

.camera {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  background: #1b1813;
  display: flex;
  align-items: center;
  justify-content: center;
}

.receipt {
  width: 150px;
  border-radius: 6px;
  background: #f4efe6;
  padding: 16px 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .4);
}

.receipt div {
  height: 6px;
  margin-bottom: 7px;
  border-radius: 3px;
  background: #d8cfc0;
}

.corner {
  position: absolute;
  width: 26px;
  height: 26px;
  border-color: #fff;
  border-style: solid;
}

.c1 { top: 14px; left: 14px; border-width: 3px 0 0 3px; border-radius: 5px 0 0; }
.c2 { top: 14px; right: 14px; border-width: 3px 3px 0 0; border-radius: 0 5px 0 0; }
.c3 { bottom: 14px; left: 14px; border-width: 0 0 3px 3px; border-radius: 0 0 0 5px; }
.c4 { right: 14px; bottom: 14px; border-width: 0 3px 3px 0; border-radius: 0 0 5px; }

.shutter {
  width: 66px;
  height: 66px;
  margin: 18px auto 0;
  border: 4px solid var(--clay);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.shutter span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--clay);
}

.scan-line {
  position: absolute;
  right: 6%;
  left: 6%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #7fd0b6, transparent);
  box-shadow: 0 0 14px var(--sage);
  animation: scan 1.1s ease-in-out infinite alternate;
}

.spinner {
  width: 22px;
  height: 22px;
  border: 3px solid var(--line);
  border-top-color: var(--clay);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

.toast {
  position: absolute;
  bottom: 96px;
  left: 50%;
  z-index: 30;
  transform: translateX(-50%);
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .3);
  animation: toastin .3s ease;
  font-size: 13px;
  font-weight: 700;
}

.between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.muted {
  color: var(--soft);
}

.tiny {
  font-size: 12px;
  font-weight: 600;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes scan {
  from { top: 8%; }
  to { top: 88%; }
}

@keyframes sheetin {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

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

@media (max-width: 480px) {
  .stage {
    padding: 0;
    gap: 0;
  }

  .brand {
    display: none;
  }

  .phone {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }

  .screen {
    border-radius: 0;
  }
}
