:root {
  --gray-0: #fcfcfc;
  --gray-10: #f2f2f2;
  --gray-20: #e5e5e5;
  --gray-50: #a3a3a3;
  --gray-70: #757575;
  --gray-80: #5f5f5f;
  --gray-90: #474747;
  --gray-100: #171717;
  --green-20: #d3fad3;
  --green-50: #22e522;
  --green-80: #235d27;
  --yellow-50: #ffe000;
  --red-50: #ec254e;
  --red-60: #e41f29;
  --radius-s: 8px;
  --radius-m: 12px;
  --shadow-button: 0 3px 0 rgba(0, 0, 0, 0.04);
}

@property --timer-progress {
  inherits: true;
  initial-value: 1;
  syntax: "<number>";
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body {
  min-height: 100%;
}

body {
  align-items: center;
  background: #d7d7d7;
  display: flex;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
}

button {
  appearance: none;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  padding: 0;
}

button:active {
  transform: translateY(1px);
}

button:focus {
  outline: none;
}

button:focus-visible {
  outline: none;
}

img {
  display: block;
}

.material-symbols-outlined {
  direction: ltr;
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-feature-settings: "liga";
  font-size: 20px;
  font-style: normal;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}

.icon-24 {
  font-size: 24px;
}

.phone-shell {
  background: var(--gray-0);
  height: 812px;
  overflow: hidden;
  position: relative;
  width: 375px;
}

.skeleton-screen {
  background: var(--gray-0);
  inset: 0;
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  z-index: 30;
}

.skeleton-line,
.skeleton-block,
.skeleton-dot,
.skeleton-pill,
.skeleton-bottom span {
  animation: skeletonShimmer 1.15s ease-in-out infinite;
  background: linear-gradient(100deg, #ededed 0%, #f8f8f8 44%, #e8e8e8 88%);
  background-size: 220% 100%;
  display: block;
}

.skeleton-status {
  align-items: center;
  background: var(--green-50);
  display: flex;
  height: 44px;
  justify-content: space-between;
  padding: 14px 16px 0 21px;
}

.skeleton-status .skeleton-line,
.skeleton-notification .skeleton-line,
.skeleton-notification .skeleton-dot {
  background: rgba(23, 23, 23, 0.16);
}

.skeleton-time {
  border-radius: 10px;
  height: 15px;
  width: 42px;
}

.skeleton-icons {
  border-radius: 10px;
  height: 11px;
  width: 65px;
}

.skeleton-notification {
  align-items: center;
  background: var(--green-50);
  display: flex;
  gap: 8px;
  height: 82px;
  padding: 16px;
}

.skeleton-notification > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 7px;
}

.skeleton-dot {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}

.skeleton-short {
  border-radius: 10px;
  height: 11px;
  width: 62px;
}

.skeleton-title {
  border-radius: 10px;
  height: 13px;
  width: 166px;
}

.skeleton-timer {
  border-radius: 10px;
  height: 18px;
  width: 78px;
}

.skeleton-brand {
  align-items: center;
  border-bottom: 1px solid var(--gray-20);
  display: flex;
  height: 64px;
  justify-content: space-between;
  padding: 16px;
}

.skeleton-logo {
  border-radius: 12px;
  height: 24px;
  width: 162px;
}

.skeleton-mark {
  height: 32px;
  width: 32px;
}

.skeleton-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 16px 120px;
}

.skeleton-hero {
  border-radius: var(--radius-m);
  height: 193px;
  width: 343px;
}

.skeleton-heading {
  border-radius: 12px;
  height: 26px;
  width: 150px;
}

.skeleton-card {
  background: var(--gray-0);
  border: 1px solid var(--gray-20);
  border-radius: var(--radius-m);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  width: 343px;
}

.skeleton-card-line {
  border-radius: 10px;
  height: 14px;
  width: 210px;
}

.skeleton-card-line:nth-child(2) {
  width: 276px;
}

.skeleton-progress {
  border-radius: 8px;
  height: 6px;
  width: 311px;
}

.skeleton-card-cta {
  border-radius: 0 0 12px 12px;
  height: 52px;
  margin: 2px -16px -16px;
}

.skeleton-actions {
  display: flex;
  gap: 12px;
  width: 343px;
}

.skeleton-pill {
  border-radius: 58px;
  height: 44px;
  width: 165px;
}

.skeleton-banner {
  border-radius: var(--radius-s);
  height: 138px;
  width: 343px;
}

.skeleton-bottom {
  align-items: flex-start;
  background: var(--gray-0);
  border-top: 1px solid var(--gray-20);
  bottom: 21px;
  display: flex;
  height: 76px;
  justify-content: space-between;
  left: 0;
  padding: 20px 24px 0;
  position: absolute;
  right: 0;
}

.skeleton-bottom::after {
  background: var(--gray-100);
  border-radius: 100px;
  bottom: -13px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 134px;
}

.skeleton-bottom span {
  border-radius: 14px;
  height: 32px;
  width: 32px;
}

.phone-shell.is-loading .app-header,
.phone-shell.is-loading .scroll-area,
.phone-shell.is-loading .bottom-nav {
  opacity: 0;
  pointer-events: none;
}

.phone-shell.is-ready .skeleton-screen {
  animation: skeletonExit 380ms ease forwards;
  pointer-events: none;
}

.phone-shell.is-ready .app-header {
  animation: headerEnter 560ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.phone-shell.is-ready .bottom-nav {
  animation: bottomNavEnter 560ms cubic-bezier(0.2, 0.8, 0.2, 1) 180ms both;
}

.phone-shell.is-ready .scroll-area {
  animation: contentEnter 620ms cubic-bezier(0.2, 0.8, 0.2, 1) 100ms both;
}

.phone-shell.is-ready .hero-section,
.phone-shell.is-ready .reward-section,
.phone-shell.is-ready .quick-actions,
.phone-shell.is-ready .promo-section,
.phone-shell.is-ready .service-section,
.phone-shell.is-ready .events-section {
  animation: sectionEnter 640ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.phone-shell.is-ready .hero-section {
  animation-delay: 120ms;
}

.phone-shell.is-ready .reward-section {
  animation-delay: 190ms;
}

.phone-shell.is-ready .quick-actions {
  animation-delay: 260ms;
}

.phone-shell.is-ready .promo-section {
  animation-delay: 330ms;
}

.phone-shell.is-ready .service-section {
  animation-delay: 400ms;
}

.phone-shell.is-ready .events-section {
  animation-delay: 470ms;
}

.app-header {
  background: var(--gray-0);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.status-bar {
  align-items: center;
  background: var(--green-50);
  display: flex;
  height: 44px;
  justify-content: space-between;
  padding: 14px 14px 0 21px;
}

.home-without-top-benefit .status-bar,
.home-without-top-benefit .skeleton-status {
  background: var(--gray-0);
}

.home-without-top-benefit .skeleton-status .skeleton-line {
  background: linear-gradient(100deg, #ededed 0%, #f8f8f8 44%, #e8e8e8 88%);
  background-size: 220% 100%;
}

.phone-shell:not(.home-without-top-benefit) .scroll-area {
  top: 188px;
}

.status-time {
  color: var(--gray-100);
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1;
}

.status-icons {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-top: 1px;
}

.status-icons img:nth-child(1) {
  height: 10.7px;
  width: 17px;
}

.status-icons img:nth-child(2) {
  height: 11px;
  width: 15.3px;
}

.status-icons img:nth-child(3) {
  height: 11.3px;
  width: 24.3px;
}

.notification-bar {
  align-items: center;
  background: var(--green-50);
  display: flex;
  gap: 16px;
  height: 82px;
  justify-content: space-between;
  margin-top: -1px;
  padding: 16px;
}

.notification-left {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 8px;
  min-width: 0;
}

.notification-copy {
  color: var(--gray-100);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  letter-spacing: -0.2px;
  min-width: 0;
}

.notification-copy span {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

.notification-copy strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-right {
  align-items: center;
  display: flex;
  gap: 2px;
}

.countdown {
  height: 28px;
  padding: 4px;
  position: relative;
  width: 28px;
}

.countdown img {
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 20px;
}

.countdown-progress {
  transform: rotate(calc(var(--timer-progress, 1) * -360deg));
  transform-origin: center;
  transition: transform 420ms linear;
}

.timer {
  color: var(--gray-100);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.5;
  min-width: 39px;
}

.icon-button {
  align-items: center;
  border-radius: 58px;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.brand-bar {
  align-items: center;
  background: var(--gray-0);
  border-bottom: 1px solid var(--gray-20);
  display: flex;
  height: 64px;
  justify-content: space-between;
  margin-top: -1px;
  padding: 16px;
}

.brand-logo {
  align-items: center;
  color: var(--gray-100);
  display: flex;
  gap: 4px;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.brand-logo span,
.brand-logo strong {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.brand-logo img {
  height: 24px;
  width: 24px;
}

.ns-mark {
  height: 32px;
  object-fit: contain;
  width: 29px;
}

.scroll-area {
  bottom: 97px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 107px;
  z-index: 1;
}

.scroll-area::-webkit-scrollbar,
.events-row::-webkit-scrollbar {
  display: none;
}

.hero-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 16px 8px;
  width: 375px;
}

.hero-card {
  border-radius: var(--radius-m);
  box-shadow: 0 14px 32px rgba(23, 23, 23, 0.16);
  height: 193px;
  overflow: hidden;
  position: relative;
  width: 343px;
}

.hero-card::after {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 4;
}

.hero-slide {
  inset: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transform: scale(1.035);
  transition: opacity 520ms ease, transform 760ms cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 1;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.hero-slide-guide {
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 224, 0, 0.58) 0 17%, transparent 18%),
    radial-gradient(circle at 68% 82%, rgba(34, 229, 34, 0.38) 0 18%, transparent 19%),
    linear-gradient(135deg, #0b0b0f 0%, #5128ff 48%, #ff2f6d 100%);
}

.hero-slide-gift {
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 224, 0, 0.68) 0 17%, transparent 18%),
    radial-gradient(circle at 66% 82%, rgba(255, 255, 255, 0.2) 0 15%, transparent 16%),
    linear-gradient(135deg, #ff174f 0%, #f04 48%, #ff7a00 100%);
}

.hero-slide-family {
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 224, 0, 0.48) 0 17%, transparent 18%),
    radial-gradient(circle at 65% 82%, rgba(12, 215, 242, 0.38) 0 16%, transparent 17%),
    linear-gradient(135deg, #04120a 0%, #009b4d 52%, #22e522 100%);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.5) 38%, rgba(0, 0, 0, 0.02) 78%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.22) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  left: 0;
  padding: 24px 16px 28px;
  position: absolute;
  top: 0;
  width: 236px;
  z-index: 3;
}

.hero-slide.is-active .hero-content {
  animation: heroCopyEnter 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-content h1,
.reward-section h2,
.surprise-banner h2,
.family-section h2,
.service-section h2,
.events-section h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.hero-content h1 {
  color: var(--gray-0);
  font-size: 20px;
  line-height: 1.3;
}

.hero-kicker {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--gray-0);
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.55px;
  line-height: 1.1;
  padding: 5px 8px;
  text-transform: uppercase;
  width: max-content;
}

.hero-cta {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  color: var(--gray-100);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
  height: 34px;
  justify-content: center;
  letter-spacing: -0.2px;
  line-height: 1.2;
  padding: 0 12px;
  width: max-content;
}

.hero-cta .material-symbols-outlined {
  font-size: 16px;
}

.hero-art {
  align-items: center;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 30px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 18px 34px rgba(0, 0, 0, 0.22);
  display: flex;
  height: 118px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 38px;
  transform: rotate(4deg);
  width: 118px;
  z-index: 2;
}

.hero-art::before,
.hero-art::after {
  background: rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  content: "";
  position: absolute;
}

.hero-art::before {
  height: 72px;
  right: -28px;
  top: -22px;
  width: 72px;
}

.hero-art::after {
  bottom: -18px;
  height: 54px;
  left: -18px;
  width: 54px;
}

.hero-art .material-symbols-outlined {
  color: var(--gray-0);
  font-size: 54px;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 48;
  position: relative;
  z-index: 1;
}

.hero-art i {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  bottom: 25px;
  height: 10px;
  position: absolute;
  right: 24px;
  width: 10px;
  z-index: 1;
}

.text-link {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 4px;
  letter-spacing: -0.2px;
  line-height: 1.2;
  width: max-content;
}

.text-link .material-symbols-outlined {
  font-size: 16px;
}

.text-link-light {
  color: var(--gray-0);
}

.small-link {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.slider {
  align-items: flex-start;
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 4px 16px;
  width: 120px;
}

.slider-segment {
  background: var(--gray-20);
  border-radius: 999px;
  height: 2px;
  overflow: hidden;
  position: relative;
  width: 20px;
}

.slider-segment.is-active {
  background: var(--gray-20);
  width: 40px;
}

.slider-segment span {
  background: var(--gray-90);
  border-radius: inherit;
  display: block;
  height: 100%;
  transform: scaleX(var(--swipe-progress, 0));
  transform-origin: left center;
  width: 100%;
}

.slider-segment.is-active span {
  animation: carouselProgress 4.8s linear both;
}

.reward-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 16px 12px;
  width: 375px;
}

.reward-section h2 {
  color: var(--gray-90);
  font-size: 20px;
  line-height: 1.3;
}

.reward-card {
  display: flex;
  flex-direction: column;
  width: 343px;
}

.reward-help {
  align-items: center;
  background: var(--gray-10);
  border-radius: 12px 12px 0 0;
  color: var(--gray-80);
  display: flex;
  gap: 8px;
  margin-bottom: -16px;
  padding: 8px 16px 24px;
  width: 100%;
}

.reward-help .material-symbols-outlined {
  font-size: 16px;
}

.reward-help span:last-child {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.5;
}

.reward-top {
  background: var(--gray-0);
  border: 1px solid var(--gray-20);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  padding: 16px 16px 20px;
  position: relative;
  z-index: 1;
}

.reward-progress-copy {
  color: var(--gray-70);
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 4px;
  letter-spacing: -0.2px;
  line-height: 1.5;
  white-space: nowrap;
}

.reward-progress-copy strong {
  color: var(--gray-90);
  font-weight: 700;
}

.progress-track {
  background: linear-gradient(90deg, rgba(12, 215, 242, 0.25) 0%, rgba(34, 210, 35, 0.25) 100%);
  border-radius: 8px;
  height: 6px;
  overflow: hidden;
  width: 100%;
}

.progress-track span {
  background: linear-gradient(90deg, #0cd7f2 0%, #22d223 100%);
  display: block;
  height: 100%;
  opacity: 0.55;
  width: 100%;
}

.scan-cta {
  align-items: center;
  background: var(--gray-100);
  border: 0;
  border-radius: 58px;
  color: var(--gray-0);
  display: flex;
  justify-content: center;
  min-height: 44px;
  padding: 8px 16px;
  width: 100%;
}

.reward-section-mission {
  gap: 8px;
  padding-top: 8px;
}

.reward-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reward-heading p {
  color: var(--gray-80);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 0;
}

.mission-home-card {
  background: var(--gray-0);
  border: 1px solid var(--gray-20);
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(23, 23, 23, 0.06);
  cursor: default;
  display: flex;
  flex-direction: column;
  height: 312px;
  gap: 16px;
  overflow: hidden;
  padding: 16px;
  width: 343px;
}

.mission-home-header,
.mission-title,
.mission-levels,
.mission-progress-copy {
  align-items: center;
  display: flex;
}

.mission-home-header {
  justify-content: space-between;
}

.mission-title {
  color: var(--gray-100);
  gap: 4px;
  min-width: 0;
}

.mission-title .material-symbols-outlined {
  color: #dd2f5a;
  font-size: 16px;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.mission-title strong {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.2px;
  line-height: 1.5;
  text-transform: uppercase;
}

.mission-link {
  color: #0caec4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.mission-levels {
  gap: 0;
}

.mission-levels > button {
  align-items: center;
  border-bottom: 1px solid var(--gray-20);
  color: var(--gray-70);
  display: flex;
  flex: 1 1 0;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
  justify-content: flex-start;
  letter-spacing: -0.2px;
  line-height: 1.5;
  padding: 0 4px 4px;
}

.mission-levels > button > .material-symbols-outlined {
  color: #8f8f8f;
  flex: 0 0 auto;
  font-size: 17px;
}

.mission-levels > .is-current {
  border-color: var(--gray-90);
  color: var(--gray-90);
}

.mission-levels > .is-current > .material-symbols-outlined {
  color: var(--gray-90);
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.mission-levels > .is-current[data-mission-level="1"] > .material-symbols-outlined {
  color: #13afc5;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.mission-progress-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mission-progress-copy {
  color: var(--gray-80);
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
  letter-spacing: -0.2px;
  line-height: 1.5;
  white-space: nowrap;
}

.mission-progress-copy strong {
  color: var(--gray-100);
  font-weight: 800;
}

.mission-progress {
  background: #c9f6cf;
}

.mission-progress span {
  background: #16c9dc;
  opacity: 1;
  width: 70%;
}

.mission-home-card.is-locked-level .mission-progress-block {
  display: none;
}

.mission-benefit-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2px;
}

.mission-home-card.is-level-changing .mission-benefit-grid,
.mission-home-card.is-level-changing .mission-unlock-copy,
.mission-home-card.is-level-changing .mission-progress-block {
  animation: missionLevelIn 220ms ease both;
}

.mini-benefit-card,
.benefit-card {
  background: var(--gray-0);
  border: 1px solid var(--gray-20);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  position: relative;
  text-align: left;
}

.mini-benefit-card {
  background: var(--gray-10);
  box-shadow: inset 0 0 0 1px rgba(23, 23, 23, 0.015);
  height: 102px;
  padding: 12px;
}

.mini-benefit-card strong,
.benefit-card strong {
  color: var(--gray-70);
  display: -webkit-box;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mini-benefit-card small,
.benefit-card small {
  color: var(--gray-70);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.mini-benefit-card small {
  margin-top: auto;
  padding-right: 26px;
}

.mini-lock {
  bottom: 12px;
  color: #9a9a9a;
  font-size: 18px;
  position: absolute;
  right: 12px;
}

.mission-unlock-copy {
  color: var(--gray-80);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
}

.mini-benefit-card em,
.benefit-card::after {
  background: var(--green-20);
  border-radius: 999px;
  color: var(--green-80);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1.1;
  padding: 3px 5px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 12px;
}

.brand-avatar {
  align-items: center;
  border-radius: 4px;
  color: var(--gray-0);
  display: flex;
  flex: 0 0 24px;
  font-size: 12px;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.brand-continente {
  background: #eb0303;
}

.brand-starbucks {
  background: #067655;
}

.brand-ns {
  background: var(--gray-100);
}

.brand-nike {
  background: #111111;
}

.brand-mcdonalds {
  background: #ffc400;
  color: #da291c;
}

.brand-tommy {
  background: linear-gradient(90deg, #0a2f6f 0 33%, #ffffff 33% 66%, #d71920 66%);
  color: transparent;
}

.brand-apple {
  background: var(--gray-10);
  color: var(--gray-80);
}

.brand-worten {
  background: #e30613;
}

.brand-fnac {
  background: #ffd800;
  color: var(--gray-100);
}

.brand-sephora {
  background: var(--gray-100);
}

.brand-zara {
  background: var(--gray-0);
  border: 1px solid var(--gray-20);
  color: var(--gray-100);
}

.brand-nos {
  background: #00a6d6;
}

.brand-parking {
  background: #0c63c7;
}

.scan-left {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.mission-scan-cta .scan-left {
  gap: 8px;
}

.scan-left .material-symbols-outlined {
  font-size: 24px;
}

.mission-scan-cta .scan-left .material-symbols-outlined {
  font-size: 20px;
}

.scan-left span:last-child {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.2;
}

.quick-actions {
  border-bottom: 4px solid var(--gray-10);
  display: flex;
  gap: 12px;
  padding: 12px 16px 24px;
  width: 375px;
}

.pill-button {
  align-items: center;
  background: var(--gray-0);
  border: 1.5px solid #d0d0d0;
  border-radius: 58px;
  box-shadow: 0 3px 0 rgba(23, 23, 23, 0.04);
  color: var(--gray-70);
  display: flex;
  flex: 1;
  gap: 10px;
  height: 44px;
  justify-content: center;
  min-width: 0;
  padding: 8px 16px;
}

.pill-button .material-symbols-outlined {
  color: var(--gray-100);
  font-size: 24px;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.pill-button span:last-child {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.2;
}

.promo-section {
  border-bottom: 4px solid var(--gray-10);
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px 16px 22px;
  width: 375px;
}

.feature-card {
  align-items: center;
  background: var(--gray-0);
  border: 1px solid var(--gray-20);
  border-radius: 12px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 72px;
  min-height: 112px;
  overflow: hidden;
  padding: 14px 14px 14px 16px;
  position: relative;
  width: 343px;
}

.feature-card[role="button"] {
  cursor: pointer;
}

.feature-card::before {
  background: var(--feature-accent, var(--gray-100));
  border-radius: 999px;
  content: "";
  height: 44px;
  left: -32px;
  opacity: 0.12;
  position: absolute;
  top: 14px;
  width: 44px;
}

.feature-card-surprise {
  --feature-accent: var(--red-60);
  --feature-accent-soft: #ffe1e8;
  background: linear-gradient(135deg, #fff7f9 0%, var(--gray-0) 64%);
}

.feature-card-santa {
  --feature-accent: #1f6b43;
  --feature-accent-soft: #dff3e8;
}

.feature-card-products {
  --feature-accent: #765f00;
  --feature-accent-soft: #fff3a3;
  background: linear-gradient(135deg, #fffbed 0%, var(--gray-0) 68%);
}

.feature-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.feature-kicker {
  color: var(--feature-accent, var(--gray-70));
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.1;
  text-transform: uppercase;
}

.feature-copy h2,
.feature-copy h3 {
  color: var(--gray-100);
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.22;
  margin: 0;
  text-transform: uppercase;
}

.feature-copy p {
  color: var(--gray-80);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.35;
  margin: 0;
  max-width: 205px;
}

.feature-link {
  align-items: center;
  color: var(--feature-accent, var(--gray-100));
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 4px;
  letter-spacing: -0.2px;
  line-height: 1.35;
  margin-top: 2px;
}

.feature-link .material-symbols-outlined {
  font-size: 16px;
}

.feature-illustration {
  align-items: center;
  aspect-ratio: 1;
  background: var(--feature-accent-soft, var(--gray-10));
  border-radius: 18px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 72px;
}

.feature-illustration::before,
.feature-illustration::after {
  background: var(--feature-accent, var(--gray-100));
  border-radius: 999px;
  content: "";
  opacity: 0.14;
  position: absolute;
}

.feature-illustration::before {
  height: 36px;
  right: -12px;
  top: -10px;
  width: 36px;
}

.feature-illustration::after {
  bottom: -8px;
  height: 28px;
  left: -8px;
  width: 28px;
}

.feature-illustration .material-symbols-outlined {
  color: var(--feature-accent, var(--gray-100));
  font-size: 34px;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 32;
  position: relative;
  z-index: 1;
}

.feature-illustration i {
  background: var(--gray-0);
  border-radius: 999px;
  bottom: 12px;
  height: 8px;
  opacity: 0.75;
  position: absolute;
  right: 14px;
  width: 8px;
  z-index: 1;
}

.feature-illustration-gift {
  border-radius: 16px 22px 16px 22px;
}

.feature-illustration-photo {
  border-radius: 22px 16px 22px 16px;
}

.feature-illustration-shopping {
  border-radius: 20px;
}

.event-card h3 {
  margin: 0;
}

.family-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 343px;
}

.section-divider {
  background: var(--gray-10);
  height: 4px;
  margin: 2px -16px 0;
  width: 375px;
}

.family-section h2,
.service-section h2,
.events-section h2 {
  color: var(--gray-100);
  font-size: 16px;
  line-height: 1.3;
}

.service-grid {
  display: flex;
  gap: 10px;
  width: 100%;
}

.utility-card {
  --utility-accent: #765f00;
  --utility-accent-soft: #fff3a3;
  align-items: center;
  background: var(--gray-0);
  border: 1px solid var(--gray-20);
  border-radius: 12px;
  color: var(--gray-100);
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  min-height: 116px;
  min-width: 0;
  overflow: hidden;
  padding: 12px;
  position: relative;
}

.utility-card::before {
  background: var(--utility-accent);
  border-radius: 999px;
  content: "";
  height: 34px;
  left: -25px;
  opacity: 0.1;
  position: absolute;
  top: 12px;
  width: 34px;
}

.utility-illustration {
  align-items: center;
  aspect-ratio: 1;
  background: var(--utility-accent-soft);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 54px;
}

.utility-illustration::before,
.utility-illustration::after {
  background: var(--utility-accent);
  border-radius: 999px;
  content: "";
  opacity: 0.14;
  position: absolute;
}

.utility-illustration::before {
  height: 25px;
  right: -8px;
  top: -7px;
  width: 25px;
}

.utility-illustration::after {
  bottom: -7px;
  height: 22px;
  left: -7px;
  width: 22px;
}

.utility-illustration .material-symbols-outlined {
  color: var(--utility-accent);
  font-size: 28px;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 28;
  position: relative;
  z-index: 1;
}

.utility-illustration i {
  background: var(--gray-0);
  border-radius: 999px;
  bottom: 9px;
  height: 6px;
  opacity: 0.75;
  position: absolute;
  right: 10px;
  width: 6px;
  z-index: 1;
}

.utility-copy {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.utility-copy strong {
  color: var(--gray-100);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.2;
  max-width: 126px;
  text-align: center;
}

.utility-copy small {
  color: var(--utility-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.service-section,
.events-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 375px;
}

.service-section {
  border-bottom: 4px solid var(--gray-10);
  padding: 16px 20px 24px;
}

.section-title-row {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.section-title-row button {
  color: var(--gray-50);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.5;
}

.utility-card-wide {
  align-items: center;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-start;
  min-height: 84px;
  padding: 14px 16px;
  width: 335px;
}

.utility-card-wide .utility-illustration {
  flex: 0 0 54px;
}

.utility-card-wide .utility-copy {
  align-items: flex-start;
  flex: 1;
}

.utility-card-wide .utility-copy strong,
.utility-card-wide .utility-copy small {
  max-width: none;
  text-align: left;
}

.utility-arrow {
  color: var(--utility-accent);
  font-size: 18px;
}

.events-section {
  padding: 20px 20px 118px;
}

.events-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-right: 20px;
  scrollbar-width: none;
  width: 355px;
}

.event-card {
  display: flex;
  flex: 0 0 151px;
  flex-direction: column;
  gap: 8px;
}

.event-card img {
  border-radius: 12px;
  height: 151px;
  object-fit: cover;
  width: 151px;
}

.event-card p {
  color: var(--gray-70);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.3;
  margin: 0 0 -8px;
}

.event-card h3 {
  color: var(--gray-90);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.5;
}

.bottom-nav {
  background: var(--gray-0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 11;
}

.nav-items {
  align-items: flex-start;
  border-top: 1px solid var(--gray-20);
  display: flex;
  height: 76px;
  justify-content: space-between;
  padding: 12px 20px;
}

.nav-item {
  align-items: center;
  border-radius: 4px;
  color: var(--gray-70);
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 52px;
  justify-content: center;
  padding: 8px 4px;
  width: 56px;
}

.nav-item .material-symbols-outlined {
  font-size: 20px;
}

.nav-item span:last-child {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.nav-item.is-active {
  color: var(--gray-100);
}

.nav-item.is-active .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.home-indicator {
  height: 21px;
  position: relative;
}

.home-indicator::after {
  background: var(--gray-100);
  border-radius: 100px;
  bottom: 8px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 134px;
}

.route-skeleton {
  background: var(--gray-0);
  bottom: 21px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 25;
}

.route-skeleton.is-active {
  animation: routeSkeletonEnter 360ms ease both;
  pointer-events: auto;
}

.route-skeleton-top {
  align-items: center;
  border-bottom: 1px solid var(--gray-20);
  display: grid;
  gap: 12px;
  grid-template-columns: 40px 1fr 40px;
  height: 64px;
  padding: 12px 16px;
}

.route-skeleton-top > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.route-skeleton-icon {
  border-radius: 50%;
  height: 36px;
  width: 36px;
}

.route-skeleton-title {
  border-radius: 12px;
  height: 16px;
  width: 156px;
}

.route-skeleton-subtitle {
  border-radius: 12px;
  height: 10px;
  width: 118px;
}

.route-skeleton-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
}

.route-skeleton-hero {
  border-radius: 16px;
  height: 190px;
  width: 343px;
}

.route-skeleton-heading {
  border-radius: 12px;
  height: 28px;
  width: 226px;
}

.route-skeleton-copy {
  border-radius: 12px;
  height: 14px;
  width: 300px;
}

.route-skeleton-copy-short {
  width: 228px;
}

.route-skeleton-card {
  border-radius: 14px;
  height: 118px;
  width: 343px;
}

.route-skeleton-button {
  border-radius: 999px;
  height: 48px;
  margin-top: 2px;
  width: 343px;
}

.flow-bar {
  align-items: center;
  background: var(--gray-0);
  border-bottom: 1px solid var(--gray-20);
  display: grid;
  gap: 10px;
  grid-template-columns: 40px 1fr 40px;
  height: 64px;
  padding: 10px 12px;
}

.flow-icon-button {
  align-items: center;
  border-radius: 50%;
  color: var(--gray-100);
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.flow-icon-button:active {
  background: var(--gray-10);
}

.flow-heading {
  align-items: center;
  color: var(--gray-100);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.flow-heading strong {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.flow-heading span {
  color: var(--gray-70);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.flow-area {
  background: var(--gray-0);
  bottom: 21px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 107px;
  z-index: 1;
}

.flow-area::-webkit-scrollbar {
  display: none;
}

.flow-screen {
  display: none;
  min-height: 684px;
  position: relative;
  width: 375px;
}

.flow-screen.is-active {
  animation: flowScreenEnter 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  display: flex;
  flex-direction: column;
}

.phone-shell.is-flow-active .bottom-nav .nav-items {
  display: none;
}

.phone-shell.is-flow-active .bottom-nav {
  border-top: 0;
}

.phone-shell.is-flow-active .home-indicator {
  background: var(--gray-0);
}

.phone-shell.is-flow-active .skeleton-bottom {
  height: 21px;
}

.flow-help-link {
  color: #0caec4;
  font-size: 11px;
  font-weight: 700;
  justify-self: end;
  letter-spacing: -0.2px;
  line-height: 1.5;
  text-decoration: underline;
  white-space: nowrap;
}

.flow-info-button {
  justify-self: end;
}

.phone-shell.is-benefits-active .flow-bar {
  grid-template-columns: 40px 1fr 88px;
  height: 56px;
  padding: 8px 16px;
}

.phone-shell.is-benefits-active .flow-heading span {
  display: none;
}

.phone-shell.is-benefits-active .flow-area {
  top: 100px;
}

.phone-shell.is-benefits-tab .flow-area {
  bottom: 97px;
}

.phone-shell.is-benefits-detail .flow-bar {
  grid-template-columns: 40px 1fr 40px;
}

.phone-shell.is-benefits-detail .flow-area {
  bottom: 21px;
}

.benefits-screen {
  min-height: 100%;
}

.benefits-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 14px 13px 20px;
  width: 375px;
}

.benefits-intro {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 3px;
}

.benefits-intro h1,
.benefit-detail-header h1,
.benefit-use-card h2,
.active-voucher h2,
.benefits-sheet-content h2 {
  color: var(--gray-100);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.benefits-intro h1 {
  font-size: 24px;
  line-height: 1.3;
}

.benefits-intro p,
.benefits-progress-copy,
.benefit-description p,
.benefit-use-card p,
.active-voucher p,
.active-voucher li,
.benefits-sheet-content p {
  color: var(--gray-80);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 0;
}

.benefits-stack {
  display: flex;
  flex-direction: column;
  isolation: isolate;
  padding-top: 4px;
  position: relative;
}

.benefits-panel-card {
  background: var(--gray-0);
  border: 1px solid var(--gray-20);
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: -1px;
  overflow: hidden;
  padding: 16px;
  position: relative;
  transform-origin: top center;
  transition: box-shadow 260ms ease, margin-top 260ms ease, transform 260ms ease;
  width: 349px;
}

.benefits-panel-card + .benefits-panel-card {
  margin-top: -9px;
}

.benefits-panel-card.is-compact {
  box-shadow: 0 8px 22px rgba(23, 23, 23, 0.08);
  cursor: pointer;
  transform: translateY(calc(var(--stack-index, 0) * -1px));
}

.benefits-panel-card.is-expanded {
  cursor: default;
  box-shadow: 0 16px 36px rgba(23, 23, 23, 0.1);
  transform: translateY(0);
}

.benefits-panel-card.is-compact .benefits-panel-body,
.benefits-panel-card:not(.is-expanded) .benefits-panel-body {
  display: none;
}

.benefits-stack.is-reordering .benefits-panel-card {
  animation: walletStackShift 300ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.benefits-panel-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.benefits-panel-heading em {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.5;
}

.status-available {
  color: #23ab24;
}

.status-pink {
  color: #dd2f5a;
}

.status-blue {
  color: #0caec4;
}

.benefits-panel-body {
  animation: cardSoftEnter 360ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.benefits-level-tabs {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.benefits-level-tabs button {
  align-items: center;
  border-bottom: 1px solid var(--gray-20);
  color: var(--gray-70);
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
  letter-spacing: -0.2px;
  line-height: 1.5;
  padding: 0 4px 4px;
}

.benefits-level-tabs .material-symbols-outlined {
  color: #8f8f8f;
  font-size: 16px;
}

.benefits-level-tabs .is-selected {
  border-color: var(--gray-90);
  color: var(--gray-90);
}

.benefits-level-tabs .is-selected .material-symbols-outlined {
  color: var(--gray-90);
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.benefits-level-tabs .is-complete {
  color: var(--gray-70);
}

.benefits-level-tabs .is-complete .material-symbols-outlined,
.benefits-level-tabs .is-selected[data-level="1"] .material-symbols-outlined {
  color: #13afc5;
}

.benefits-level-lock-note {
  align-items: center;
  background: #ecfbfd;
  border: 1px solid #ddf4f7;
  border-radius: 8px;
  color: #155a67;
  display: flex;
  gap: 8px;
  min-height: 60px;
  padding: 12px 16px;
}

.benefits-level-lock-note .material-symbols-outlined {
  flex: 0 0 auto;
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.benefits-level-lock-note p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 0;
}

.benefits-toast {
  align-items: center;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  min-height: 60px;
  padding: 12px 16px;
}

.benefits-toast p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 0;
}

.benefits-toast .material-symbols-outlined {
  font-size: 20px;
}

.benefits-toast-green {
  background: #f7fff7;
  border: 1px solid var(--green-20);
  color: var(--green-80);
}

.benefits-toast-pink {
  background: #fef5f7;
  border: 1px solid #fcd6df;
  color: #dd2f5a;
}

.benefits-progress-copy {
  color: var(--gray-70);
  font-size: 12px;
  font-weight: 600;
}

.benefits-progress-copy strong {
  color: var(--gray-100);
  font-weight: 800;
}

.benefits-progress span {
  width: 72%;
}

.benefits-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.benefits-grid-small {
  display: grid;
  overflow: visible;
  padding-bottom: 0;
}

.benefit-card {
  cursor: pointer;
  height: 102px;
  padding: 12px;
}

.benefit-card.is-locked-benefit,
.benefit-card.is-muted {
  background: #f1f1f1;
  border-color: #dddddd;
  box-shadow: none;
  color: #8f8f8f;
  cursor: default;
  pointer-events: none;
}

.benefit-card.is-locked-benefit:active,
.benefit-card.is-muted:active {
  transform: none;
}

.benefit-card.is-new::after {
  content: "Novo";
}

.benefit-card.is-locked-benefit > :not(.benefit-status):not(.brand-avatar),
.benefit-card.is-muted > :not(.benefit-status):not(.brand-avatar) {
  opacity: 0.48;
}

.benefit-card.is-locked-benefit .brand-avatar,
.benefit-card.is-muted .brand-avatar {
  filter: grayscale(1);
  opacity: 0.28;
}

.benefit-card.is-locked-benefit .benefit-status,
.benefit-card.is-muted .benefit-status {
  color: #b5b5b5;
  opacity: 0.8;
}

.benefit-status {
  bottom: 10px;
  color: var(--gray-50);
  font-size: 16px;
  position: absolute;
  right: 10px;
}

.benefit-status.is-check {
  color: #23ab24;
}

.benefit-detail-screen,
.benefit-active-screen {
  min-height: 712px;
}

.benefit-detail-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 0 0 174px;
}

.benefit-detail-header {
  align-items: center;
  border-bottom: 1px solid var(--gray-20);
  display: flex;
  gap: 16px;
  padding: 16px;
}

.benefit-detail-header .brand-avatar {
  border-radius: 4px;
  flex-basis: 64px;
  font-size: 28px;
  height: 64px;
  width: 64px;
}

.benefit-detail-header h1 {
  font-size: 20px;
  line-height: 1.3;
}

.benefit-detail-header p {
  align-items: center;
  color: var(--gray-70);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 4px 0 0;
}

.benefit-detail-header p span {
  background: var(--gray-70);
  border-radius: 50%;
  height: 4px;
  width: 4px;
}

.benefit-active-screen .benefit-detail-content {
  gap: 0;
  padding: 0 0 116px;
}

.benefit-detail-header.active {
  align-items: flex-start;
  gap: 16px;
  padding: 24px 16px 22px;
}

.benefit-detail-header.active .brand-avatar {
  flex-basis: 64px;
  height: 64px;
  width: 64px;
}

.benefit-detail-header.active h1 {
  font-size: 20px;
  line-height: 1.28;
}

.benefit-detail-header.active p {
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
}

.active-benefit-meta {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-top: 14px;
}

.active-map-link {
  align-items: center;
  color: #23ab24;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 5px;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.active-map-link .material-symbols-outlined {
  font-size: 18px;
}

.active-countdown {
  align-items: center;
  color: #dd2f5a;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.active-countdown span {
  background: conic-gradient(#dd2f5a calc(var(--timer-progress, 1) * 1turn), #f8ccd7 0);
  border-radius: 50%;
  height: 20px;
  position: relative;
  transition: --timer-progress 420ms linear;
  width: 20px;
}

.active-countdown span::after {
  background: var(--gray-0);
  border-radius: 50%;
  content: "";
  inset: 4px;
  position: absolute;
}

.benefit-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 16px;
}

.benefit-description button,
.benefit-map-link {
  color: var(--gray-90);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.5;
  text-align: left;
  text-decoration: underline;
}

.benefit-use-card {
  background: var(--gray-0);
  border-top: 4px solid var(--gray-10);
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -10px 35px rgba(23, 23, 23, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
  padding: 24px 16px 16px;
}

.benefit-use-card h2,
.active-voucher h2 {
  font-size: 16px;
  line-height: 1.3;
}

.benefit-actions {
  background: var(--gray-0);
  border-top: 4px solid var(--gray-10);
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 16px 16px;
  position: sticky;
  width: 375px;
  z-index: 5;
}

.flow-secondary.benefit-activate-button {
  --swipe-x: 0px;
  background: var(--gray-0);
  border: 2px solid var(--gray-100);
  color: var(--gray-100);
  height: 58px;
  min-height: 58px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  touch-action: pan-y;
  user-select: none;
  width: 100%;
}

.flow-secondary.benefit-activate-button:active {
  transform: none;
}

.benefit-activate-track {
  background: rgba(23, 23, 23, 0.035);
  border-radius: inherit;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(var(--swipe-progress, 0));
  transform-origin: left center;
  transition: transform 180ms ease;
  width: 100%;
}

.benefit-activate-button.is-dragging .benefit-activate-track {
  transition: none;
}

.benefit-activate-button.is-dragging .benefit-activate-thumb {
  cursor: grabbing;
  transition: none;
}

.benefit-activate-button > span:last-child {
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.flow-secondary.benefit-activate-button .benefit-activate-thumb {
  align-items: center;
  background: var(--gray-100);
  border: 2px solid var(--gray-100);
  border-radius: 50%;
  color: var(--gray-0);
  cursor: grab;
  display: flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  left: 6px;
  position: absolute;
  top: 50%;
  transform: translate3d(var(--swipe-x), -50%, 0);
  transition: transform 180ms ease;
  width: 44px;
  z-index: 2;
}

.benefit-activate-button.is-complete .benefit-activate-thumb {
  background: #23ab24;
}

.benefit-map-link {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  margin: -4px auto 8px;
}

.active-voucher {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 22px 16px 18px;
}

.active-voucher h2 {
  font-size: 20px;
  line-height: 1.2;
}

.active-voucher p {
  color: var(--gray-80);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.45;
  margin: 0;
}

.voucher-qr {
  align-self: center;
  background:
    linear-gradient(90deg, var(--gray-100) 10px, transparent 10px 18px, var(--gray-100) 18px 28px, transparent 28px),
    linear-gradient(0deg, var(--gray-100) 10px, transparent 10px 18px, var(--gray-100) 18px 28px, transparent 28px);
  background-color: var(--gray-0);
  background-size: 36px 36px;
  border: 10px solid var(--gray-0);
  box-shadow: 0 0 0 1px var(--gray-20);
  height: 132px;
  position: relative;
  width: 132px;
}

.voucher-qr span {
  background: var(--gray-100);
  height: 26px;
  position: absolute;
  width: 26px;
}

.voucher-qr span:nth-child(1) {
  left: 8px;
  top: 8px;
}

.voucher-qr span:nth-child(2) {
  right: 8px;
  top: 8px;
}

.voucher-qr span:nth-child(3) {
  bottom: 8px;
  left: 8px;
}

.voucher-qr span:nth-child(4) {
  bottom: 18px;
  right: 24px;
}

.active-voucher > strong {
  color: var(--gray-90);
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.2;
  text-align: center;
}

.voucher-instruction {
  color: var(--gray-80);
  font-weight: 800;
}

.voucher-code {
  background: #f7f7f7;
  border: 1px dashed var(--gray-20);
  border-radius: 8px;
  padding: 18px 12px;
}

.voucher-steps-card {
  border: 1px solid var(--gray-20);
  border-radius: 12px;
  color: var(--gray-70);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px 18px 18px 20px;
}

.voucher-steps-card > .material-symbols-outlined {
  color: var(--gray-80);
  font-size: 20px;
}

.voucher-steps-card ol {
  color: var(--gray-70);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.42;
  margin: 0;
  padding-left: 20px;
  text-align: center;
}

.voucher-steps-card li {
  text-align: left;
}

.benefit-active-screen .benefit-actions {
  border-top: 0;
  padding: 14px 16px 16px;
}

.benefit-active-screen .flow-primary {
  min-height: 48px;
}

.benefits-sheet {
  inset: 0;
  position: absolute;
  z-index: 40;
}

.benefits-sheet-scrim {
  background: rgba(23, 23, 23, 0.28);
  inset: 0;
  position: absolute;
}

.benefits-bottom-sheet {
  animation: bottomSheetEnter 360ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  background: var(--gray-0);
  border-radius: 18px 18px 0 0;
  bottom: 0;
  box-shadow: 0 -18px 55px rgba(23, 23, 23, 0.18);
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 375px;
}

.benefits-sheet-top {
  align-items: center;
  display: flex;
  height: 52px;
  padding: 16px;
}

.benefits-sheet-top button {
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.benefits-sheet-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 12px 20px 26px;
}

.benefits-sheet-content h2 {
  font-size: 21px;
  line-height: 1.28;
}

.how-carousel {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0;
  scrollbar-width: none;
}

.how-carousel::-webkit-scrollbar {
  display: none;
}

.how-carousel article {
  background: var(--gray-10);
  border-radius: 12px;
  display: flex;
  flex: 0 0 152px;
  flex-direction: column;
  gap: 8px;
  min-height: 168px;
  padding: 14px;
}

.how-carousel .material-symbols-outlined {
  color: var(--green-80);
  font-size: 28px;
}

.how-carousel strong {
  color: var(--gray-100);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.how-carousel p {
  font-size: 12px;
}

.surprise-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 224, 0, 0.85) 0 16%, transparent 17%),
    radial-gradient(circle at 82% 86%, rgba(34, 229, 34, 0.5) 0 18%, transparent 19%),
    linear-gradient(135deg, #ff174f 0%, #ec254e 52%, #ff7a00 100%);
  color: var(--gray-0);
  height: 190px;
  overflow: hidden;
  padding: 24px 16px;
  position: relative;
  width: 375px;
}

.surprise-hero::after {
  background: linear-gradient(90deg, rgba(23, 23, 23, 0.34) 0%, rgba(23, 23, 23, 0) 68%);
  content: "";
  inset: 0;
  position: absolute;
}

.surprise-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 205px;
  position: relative;
  z-index: 2;
}

.surprise-hero-copy span,
.flow-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.55px;
  line-height: 1.1;
  text-transform: uppercase;
}

.surprise-hero-copy h1,
.flow-intro h2,
.flow-panel h3,
.support-card h3,
.delivery-panel h3,
.order-card h3,
.summary-card h3,
.summary-total-card strong {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.surprise-hero-copy h1 {
  font-size: 30px;
  line-height: 1.05;
}

.surprise-hero-copy p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.35;
  margin: 0;
}

.surprise-card-stack {
  bottom: 16px;
  height: 102px;
  position: absolute;
  right: 4px;
  transform: rotate(-5deg);
  width: 178px;
  z-index: 2;
}

.surprise-card-stack::before {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  content: "";
  height: 102px;
  position: absolute;
  right: 15px;
  top: -18px;
  transform: rotate(11deg);
  width: 118px;
}

.surprise-card-stack img {
  filter: drop-shadow(0 16px 18px rgba(23, 23, 23, 0.22));
  height: 104px;
  object-fit: contain;
  position: relative;
  width: 178px;
  z-index: 1;
}

.surprise-card-stack .material-symbols-outlined {
  background: var(--yellow-50);
  border-radius: 50%;
  color: var(--red-60);
  font-size: 22px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: -8px;
  width: 38px;
  z-index: 2;
}

.flow-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 16px 16px 104px;
}

.flow-content-tight {
  gap: 14px;
  padding-top: 14px;
}

.flow-intro {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flow-intro.compact {
  gap: 6px;
}

.flow-intro h2 {
  color: var(--gray-100);
  font-size: 24px;
  line-height: 1.18;
}

.flow-intro.compact h2 {
  font-size: 20px;
  line-height: 1.25;
}

.flow-intro p,
.delivery-panel p,
.support-card p,
.summary-card p,
.payment-instructions p {
  color: var(--gray-80);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 0;
}

.flow-primary,
.flow-secondary {
  align-items: center;
  border-radius: 999px;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: -0.2px;
  line-height: 1.2;
  min-height: 48px;
  padding: 12px 16px;
  width: 100%;
}

.flow-primary {
  background: var(--gray-100);
  box-shadow: 0 6px 14px rgba(23, 23, 23, 0.14);
  color: var(--gray-0);
}

.flow-secondary {
  background: var(--gray-10);
  color: var(--gray-100);
}

.flow-primary .material-symbols-outlined,
.flow-secondary .material-symbols-outlined {
  font-size: 18px;
}

.landing-carousel {
  background: var(--gray-10);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  padding: 12px;
}

.landing-step {
  align-items: center;
  background: var(--gray-0);
  border: 1px solid transparent;
  border-radius: 12px;
  display: none;
  gap: 12px;
  min-height: 88px;
  padding: 12px;
}

.landing-step.is-current {
  animation: cardSoftEnter 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  border-color: var(--gray-20);
  display: flex;
}

.landing-step-icon {
  align-items: center;
  border-radius: 18px;
  display: flex;
  flex: 0 0 56px;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.landing-step-icon::before {
  background: rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  content: "";
  height: 28px;
  position: absolute;
  right: -8px;
  top: -6px;
  width: 28px;
}

.landing-step-icon .material-symbols-outlined {
  color: var(--gray-100);
  font-size: 30px;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 32;
}

.landing-step-green {
  background: var(--green-50);
}

.landing-step-blue {
  background: #69d8ff;
}

.landing-step-pink {
  background: #ff8fb0;
}

.landing-step strong {
  color: var(--gray-100);
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.landing-step p {
  color: var(--gray-80);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.4;
  margin: 0;
}

.landing-dots {
  display: flex;
  gap: 4px;
  justify-content: center;
}

.landing-dots span {
  background: var(--gray-20);
  border-radius: 999px;
  height: 4px;
  transition: width 240ms ease, background 240ms ease;
  width: 8px;
}

.landing-dots span.is-current {
  background: var(--gray-100);
  width: 24px;
}

.flow-panel,
.support-card,
.order-card,
.summary-card,
.summary-total-card,
.delivery-panel,
.payment-option {
  background: var(--gray-0);
  border: 1px solid var(--gray-20);
  border-radius: 14px;
}

.flow-panel {
  padding: 16px;
}

.benefits-panel {
  background: linear-gradient(135deg, #fff0f4 0%, var(--gray-0) 70%);
}

.flow-kicker {
  color: var(--red-60);
}

.flow-panel h3,
.support-card h3,
.delivery-panel h3,
.summary-card h3 {
  color: var(--gray-100);
  font-size: 16px;
  line-height: 1.3;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}

.benefits-list li {
  align-items: center;
  color: var(--gray-90);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: -0.2px;
  line-height: 1.35;
}

.benefits-list .material-symbols-outlined {
  align-items: center;
  background: var(--green-20);
  border-radius: 50%;
  color: var(--green-80);
  display: flex;
  flex: 0 0 30px;
  font-size: 18px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.support-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}

.support-card a,
.support-card strong {
  color: var(--gray-100);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.4;
  text-decoration: none;
}

.flow-progress {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
}

.flow-progress span {
  background: var(--gray-10);
  border-radius: 999px;
  color: var(--gray-70);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.1;
  padding: 8px 6px;
  text-align: center;
  text-transform: uppercase;
}

.flow-progress .is-active {
  background: var(--gray-100);
  color: var(--gray-0);
}

.flow-progress .is-complete {
  background: var(--green-20);
  color: var(--green-80);
}

.order-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.order-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
}

.order-card-header,
.summary-card-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.order-card h3 {
  color: var(--gray-100);
  font-size: 16px;
  line-height: 1.3;
}

.order-card-header span,
.order-card-header button,
.summary-card-title button {
  color: var(--red-60);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.field-label,
.form-grid label {
  color: var(--gray-70);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1.2;
  text-transform: uppercase;
}

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

.value-chip {
  background: var(--gray-10);
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--gray-90);
  font-size: 13px;
  font-weight: 700;
  height: 38px;
  letter-spacing: -0.2px;
}

.value-chip.is-selected {
  background: var(--yellow-50);
  border-color: rgba(23, 23, 23, 0.1);
  color: var(--gray-100);
}

.order-controls-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 128px 1fr;
}

.quantity-control {
  align-items: center;
  background: var(--gray-10);
  border-radius: 999px;
  display: flex;
  height: 44px;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 6px;
}

.quantity-control button {
  align-items: center;
  background: var(--gray-0);
  border-radius: 50%;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.quantity-control strong {
  color: var(--gray-100);
  font-size: 14px;
  font-weight: 700;
}

.premium-toggle {
  align-content: center;
  background: #fff7df;
  border: 1px solid rgba(118, 95, 0, 0.14);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 36px 1fr;
  min-height: 70px;
  padding: 10px;
}

.premium-toggle input {
  display: none;
}

.premium-toggle > span {
  align-self: center;
  background: var(--gray-0);
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 999px;
  grid-row: span 2;
  height: 22px;
  position: relative;
  width: 34px;
}

.premium-toggle > span::after {
  background: var(--gray-50);
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: transform 180ms ease, background 180ms ease;
  width: 16px;
}

.premium-toggle input:checked + span::after {
  background: var(--gray-100);
  transform: translateX(12px);
}

.premium-toggle strong {
  color: var(--gray-100);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.premium-toggle small {
  color: #765f00;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.add-order-button {
  color: var(--green-80);
}

.flow-note {
  align-items: center;
  color: var(--gray-70);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: -0.2px;
  line-height: 1.35;
  text-align: center;
}

.flow-note .material-symbols-outlined {
  font-size: 16px;
}

.flow-sticky-actions {
  background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, var(--gray-0) 18%);
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding: 24px 16px 16px;
  position: sticky;
  width: 375px;
  z-index: 3;
}

.flow-back-link {
  color: var(--gray-70);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.35;
  min-height: 28px;
}

.delivery-tabs {
  background: var(--gray-10);
  border-radius: 16px;
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
  padding: 6px;
}

.delivery-tab {
  align-items: center;
  border-radius: 12px;
  color: var(--gray-70);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  justify-content: center;
  letter-spacing: -0.2px;
  line-height: 1.25;
  min-height: 78px;
  padding: 8px;
  text-align: center;
}

.delivery-tab .material-symbols-outlined {
  font-size: 26px;
}

.delivery-tab.is-selected {
  background: var(--gray-0);
  box-shadow: 0 4px 12px rgba(23, 23, 23, 0.08);
  color: var(--gray-100);
}

.delivery-panel {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.delivery-panel.is-selected {
  animation: cardSoftEnter 360ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  display: flex;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-list div {
  align-items: center;
  background: var(--gray-10);
  border-radius: 12px;
  display: grid;
  gap: 2px 10px;
  grid-template-columns: 34px 1fr;
  padding: 10px;
}

.info-list .material-symbols-outlined {
  align-items: center;
  background: var(--gray-0);
  border-radius: 50%;
  color: var(--green-80);
  display: flex;
  font-size: 18px;
  grid-row: span 2;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.info-list strong {
  color: var(--gray-100);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.25;
}

.info-list small {
  color: var(--gray-70);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.35;
}

.form-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-grid input {
  appearance: none;
  background: var(--gray-10);
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--gray-100);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  height: 44px;
  letter-spacing: -0.2px;
  padding: 0 12px;
  width: 100%;
}

.form-grid input:focus {
  border-color: var(--gray-100);
  outline: none;
}

.legal-check {
  align-items: flex-start;
  color: var(--gray-80);
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: -0.2px;
  line-height: 1.45;
}

.legal-check input {
  accent-color: var(--gray-100);
  flex: 0 0 auto;
  margin-top: 2px;
}

.checkout-title {
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}

.checkout-title span {
  background: var(--green-20);
  border-radius: 999px;
  color: var(--green-80);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.2;
  padding: 6px 10px;
}

.summary-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.summary-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
}

.summary-line {
  align-items: center;
  border-top: 1px solid var(--gray-10);
  color: var(--gray-80);
  display: flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: -0.2px;
  line-height: 1.35;
  padding-top: 10px;
}

.summary-line strong {
  color: var(--gray-100);
  font-weight: 700;
}

.summary-total-card {
  align-items: center;
  background: var(--gray-100);
  color: var(--gray-0);
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.summary-total-card span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.summary-total-card strong {
  font-size: 24px;
  line-height: 1.1;
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.payment-option {
  align-items: center;
  display: flex;
  gap: 12px;
  padding: 14px;
  text-align: left;
}

.payment-option > .material-symbols-outlined {
  align-items: center;
  background: var(--gray-10);
  border-radius: 16px;
  color: var(--gray-80);
  display: flex;
  flex: 0 0 52px;
  font-size: 28px;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.payment-option strong {
  color: var(--gray-100);
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.25;
  margin-bottom: 4px;
}

.payment-option small {
  color: var(--gray-70);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.35;
}

.payment-option.is-selected {
  border-color: var(--gray-100);
  box-shadow: 0 8px 18px rgba(23, 23, 23, 0.08);
}

.payment-option.is-selected > .material-symbols-outlined {
  background: var(--yellow-50);
  color: var(--gray-100);
}

.billing-card {
  background: linear-gradient(135deg, #fffdf0 0%, var(--gray-0) 70%);
}

.compact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.processing-content,
.confirmation-content {
  align-items: center;
  justify-content: center;
  padding-bottom: 120px;
  text-align: center;
}

.payment-status-art,
.confirmation-mark {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: relative;
}

.payment-status-art {
  background: var(--yellow-50);
  height: 110px;
  width: 110px;
}

.payment-status-art::after {
  animation: paymentPulse 1.4s ease-in-out infinite;
  border: 2px solid rgba(23, 23, 23, 0.12);
  border-radius: inherit;
  content: "";
  inset: -10px;
  position: absolute;
}

.payment-status-art .material-symbols-outlined {
  color: var(--gray-100);
  font-size: 46px;
}

.payment-instructions {
  text-align: left;
  width: 343px;
}

.payment-instructions > strong {
  color: var(--gray-100);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.3;
}

.confirmation-mark {
  background: var(--green-50);
  height: 112px;
  width: 112px;
}

.confirmation-mark .material-symbols-outlined {
  color: var(--gray-100);
  font-size: 58px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

.confirmation-content .flow-intro h2 {
  font-size: 32px;
  line-height: 1.2;
}

@keyframes skeletonShimmer {
  0% {
    background-position: 120% 0;
  }

  100% {
    background-position: -120% 0;
  }
}

@keyframes skeletonExit {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes headerEnter {
  0% {
    opacity: 0;
    transform: translateY(-18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bottomNavEnter {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes contentEnter {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sectionEnter {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes heroCopyEnter {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes carouselProgress {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes routeSkeletonEnter {
  0% {
    opacity: 0;
  }

  15%,
  88% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes flowScreenEnter {
  0% {
    opacity: 0;
    transform: translateX(22px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes cardSoftEnter {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes missionLevelIn {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes walletStackShift {
  0% {
    opacity: 0.78;
    transform: translateY(10px) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes paymentPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes bottomSheetEnter {
  0% {
    opacity: 0;
    transform: translateY(42px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .skeleton-line,
  .skeleton-block,
  .skeleton-dot,
  .skeleton-pill,
  .skeleton-bottom span,
  .phone-shell.is-ready .skeleton-screen,
  .phone-shell.is-ready .app-header,
  .phone-shell.is-ready .bottom-nav,
  .phone-shell.is-ready .scroll-area,
  .phone-shell.is-ready .hero-section,
  .phone-shell.is-ready .reward-section,
  .phone-shell.is-ready .quick-actions,
  .phone-shell.is-ready .promo-section,
  .phone-shell.is-ready .service-section,
  .phone-shell.is-ready .events-section,
  .route-skeleton.is-active,
  .flow-screen.is-active,
  .landing-step.is-current,
  .payment-status-art::after,
  .benefits-bottom-sheet,
  .hero-slide,
  .hero-slide.is-active .hero-content,
  .slider-segment.is-active span {
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-duration: 1ms;
  }
}

@media (max-width: 420px) {
  body {
    background: var(--gray-0);
  }
}

/* ────────────────────────────────────────────────────────────────────
   Cowork / service-detail screen — `data-flow-screen="cowork"`
   ──────────────────────────────────────────────────────────────────── */

.cowork-screen {
  background: var(--gray-0);
  padding: 0;
}

.cowork-hero {
  background: url("assets/cowork-hero.jpg") center / cover no-repeat;
  height: 132px;
  width: 100%;
}

.cowork-tags {
  border-bottom: 1px solid var(--gray-20);
  display: flex;
  gap: 8px;
  padding: 16px;
}

.cowork-tag {
  align-items: center;
  background: transparent;
  border: 1px solid var(--gray-80, #5f5f5f);
  border-radius: 100px;
  color: var(--gray-80, #5f5f5f);
  display: inline-flex;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  gap: 4px;
  letter-spacing: -0.2px;
  line-height: 1.2;
  min-height: 24px;
  padding: 8px 16px;
}

.cowork-tag .material-symbols-outlined {
  font-size: 16px;
}

.cowork-tag--filled {
  background: var(--gray-100);
  border-color: var(--gray-100);
  color: var(--gray-0);
}

.cowork-description {
  border-bottom: 4px solid var(--gray-20);
  color: var(--gray-60, #8c8c8c);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 0;
  padding: 16px 16px 24px;
}

.cowork-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px 24px;
}

.cowork-sticky {
  background: var(--gray-0);
  border-top: 1px solid var(--gray-20);
  width: 100%;
}

.cowork-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cowork-list-item {
  align-items: center;
  border-bottom: 1px solid var(--gray-10, #f2f2f2);
  color: var(--gray-90, #474747);
  display: flex;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  gap: 12px;
  letter-spacing: -0.2px;
  line-height: 1.2;
  padding-bottom: 12px;
}

.cowork-list-item .material-symbols-outlined {
  font-size: 20px;
}

.cowork-list-item--expandable {
  justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 6px;
}

.cowork-list-item--expandable .cowork-list-label { flex: 1; }

.cowork-list-toggle {
  align-items: center;
  background: transparent;
  color: var(--gray-90, #474747);
  display: inline-flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.cowork-map {
  border-radius: 8px;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.cowork-map-image {
  background: #f1f1f1 url("assets/cowork-map.jpg") center / cover no-repeat;
  inset: 0;
  position: absolute;
}

.cowork-popover {
  align-items: center;
  bottom: 47px;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 256px;
}

.cowork-popover-card {
  background: var(--gray-100);
  border-radius: 8px;
  color: var(--gray-0);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  width: 100%;
}

.cowork-popover-row {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.cowork-popover-row p {
  flex: 1;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 0;
}

.cowork-popover-close {
  align-items: center;
  background: transparent;
  color: var(--gray-0);
  display: inline-flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.cowork-popover-close .material-symbols-outlined { font-size: 20px; }

.cowork-popover-cta {
  align-items: center;
  background: var(--gray-0);
  border: 1px solid var(--gray-100);
  border-radius: 58px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
  color: var(--gray-100);
  display: inline-flex;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 44px;
  justify-content: center;
  letter-spacing: -0.2px;
  line-height: 1.2;
  padding: 8px 16px;
  width: 100%;
}

.cowork-popover-cta .material-symbols-outlined { font-size: 20px; }

.cowork-popover-tail {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid var(--gray-100);
  height: 0;
  margin-top: -1px;
  width: 0;
}

.cowork-reserve {
  align-items: center;
  background: var(--gray-100);
  border-radius: 58px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
  color: var(--gray-0);
  display: inline-flex;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  letter-spacing: -0.2px;
  line-height: 1.2;
  width: 100%;
}

.cowork-reserve--disabled,
.cowork-reserve:disabled {
  background: var(--gray-20, #e5e5e5);
  box-shadow: none;
  color: var(--gray-50, #a3a3a3);
  cursor: default;
}

/* ──── cowork reservation form screen ──────────────────────────────── */

.cowork-reserve-screen { padding: 0; }

.cowork-reserve-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
}

.cowork-reserve-section--bordered {
  border-bottom: 4px solid var(--gray-10, #f2f2f2);
  padding-bottom: 32px;
}

.cowork-reserve-heading {
  color: var(--gray-100);
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.cowork-reserve-fields { display: flex; gap: 8px; }

.cowork-reserve-field {
  align-items: center;
  background: transparent;
  border: 1px solid var(--gray-60, #8c8c8c);
  border-radius: 8px;
  display: flex;
  flex: 1;
  gap: 16px;
  height: 52px;
  padding: 0 16px;
}

.cowork-reserve-field-text {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 500;
  letter-spacing: -0.2px;
  min-width: 0;
}

.cowork-reserve-field-label {
  color: var(--gray-50, #a3a3a3);
  font-size: 11px;
  line-height: 1.3;
}

.cowork-reserve-field-value {
  color: var(--gray-50, #a3a3a3);
  font-size: 14px;
  line-height: 1.5;
}

.cowork-reserve-field-value.is-filled { color: var(--gray-100, #171717); }

.cowork-reserve-field .material-symbols-outlined {
  color: var(--gray-90, #474747);
  font-size: 20px;
}

.cowork-reserve-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cowork-reserve-card {
  align-items: center;
  background: var(--gray-0);
  border: 1px solid var(--gray-20, #e5e5e5);
  border-radius: 12px;
  display: flex;
  gap: 12px;
  padding: 12px 16px 12px 12px;
  width: 100%;
}

.cowork-reserve-avatar {
  align-items: center;
  background: var(--gray-10, #f2f2f2);
  border-radius: 4px;
  color: var(--gray-90, #474747);
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.cowork-reserve-avatar .material-symbols-outlined { font-size: 20px; }

.cowork-reserve-card-label {
  color: var(--gray-90, #474747);
  flex: 1;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.5;
  text-align: left;
}

.cowork-reserve-card-icon {
  color: var(--gray-90, #474747);
  font-size: 20px;
  flex-shrink: 0;
}

.cowork-reserve-card.is-selected {
  border-color: var(--gray-100, #171717);
  box-shadow: inset 0 0 0 1px var(--gray-100, #171717);
}

.cowork-reserve-card.is-selected .cowork-reserve-avatar {
  background: var(--gray-100, #171717);
  color: var(--gray-0, #ffffff);
}

/* ──── cowork reservation success sheet ───────────────────────────── */

.cowork-success-sheet {
  align-items: stretch;
}

.cowork-success-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 24px 16px;
  text-align: center;
}

.cowork-success-icon {
  align-items: center;
  background: var(--green-20, #d8f3df);
  border-radius: 50%;
  color: var(--green-80, #1d7c3e);
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.cowork-success-icon--yellow {
  background: #ffe000;
  color: var(--gray-100, #171717);
}

.cowork-success-icon .material-symbols-outlined {
  font-size: 32px;
}

.cowork-success-content h3 {
  color: var(--gray-100, #171717);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin: 4px 0 0;
}

.cowork-success-content p {
  color: var(--gray-70, #6b6b6b);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 0;
  max-width: 28ch;
}

.cowork-success-summary {
  border-top: 1px solid var(--gray-10, #f2f2f2);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 16px 16px 0;
  padding: 16px 0 0;
  width: calc(100% - 32px);
}

.cowork-success-summary div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cowork-success-summary dt {
  color: var(--gray-70, #6b6b6b);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin: 0;
}

.cowork-success-summary dd {
  color: var(--gray-100, #171717);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: 0;
}

/* ──── cowork active reservation (countdown screen) ────────────────── */

.cowork-active-screen {
  background: var(--gray-0, #fcfcfc);
  padding: 0;
}

.cowork-active-screen.is-active {
  display: flex;
  flex-direction: column;
}

.cowork-active-hero {
  align-items: center;
  display: flex;
  height: 120px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.cowork-active-hero > span {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.cowork-active-ring-outer {
  border: 1px solid var(--gray-10, #f2f2f2);
  height: 345px;
  top: -50px;
  width: 345px;
}

.cowork-active-ring-mid {
  border: 1px solid var(--gray-10, #f2f2f2);
  height: 252px;
  top: -4px;
  width: 252px;
}

.cowork-active-ring-inner {
  border: 1px solid var(--gray-10, #f2f2f2);
  height: 156px;
  top: 44px;
  width: 156px;
}

.cowork-active-avatar {
  align-items: center;
  background: var(--gray-10, #f2f2f2);
  color: var(--gray-90, #474747);
  display: flex;
  height: 72px;
  justify-content: center;
  top: 86px;
  width: 72px;
}

.cowork-active-avatar .material-symbols-outlined {
  font-size: 32px;
}

.cowork-active-countdown {
  align-items: center;
  border-bottom: 4px solid var(--gray-10, #f2f2f2);
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 180px;
  padding: 0 16px 24px;
  position: relative;
  z-index: 1;
}

.cowork-active-eyebrow {
  color: var(--gray-100, #171717);
  font-family: "Oswald", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.cowork-active-clock {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.cowork-active-clock-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  width: 60px;
}

.cowork-active-clock-block strong {
  color: var(--pink-60, #dd2f5a);
  font-family: "Oswald", system-ui, sans-serif;
  font-size: 48px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.cowork-active-clock-block span {
  color: var(--gray-50, #a3a3a3);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.5;
}

.cowork-active-clock-sep {
  color: var(--pink-60, #dd2f5a);
  font-family: "Oswald", system-ui, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.cowork-active-card {
  border: 1px solid var(--gray-20, #e5e5e5);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin: 24px 16px 0;
  overflow: hidden;
}

.cowork-active-card-top {
  align-items: center;
  background: var(--gray-0, #fcfcfc);
  border-bottom: 1px dashed var(--gray-20, #e5e5e5);
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}

.cowork-active-card-id {
  align-items: center;
  display: flex;
  gap: 8px;
}

.cowork-active-card-avatar {
  align-items: center;
  background: var(--gray-10, #f2f2f2);
  border-radius: 4px;
  color: var(--gray-90, #474747);
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.cowork-active-card-avatar .material-symbols-outlined {
  font-size: 20px;
}

.cowork-active-card-id strong {
  color: var(--gray-90, #474747);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1.5;
}

.cowork-active-card-action {
  align-items: center;
  background: var(--gray-100, #171717);
  border-radius: 99px;
  color: var(--gray-0, #fcfcfc);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.cowork-active-card-action .material-symbols-outlined {
  font-size: 20px;
}

.cowork-active-card-meta {
  display: flex;
  gap: 16px;
  padding: 24px 16px;
}

.cowork-active-card-col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.cowork-active-card-col p {
  align-items: center;
  color: var(--gray-80, #5f5f5f);
  display: flex;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  letter-spacing: -0.2px;
  line-height: 1.5;
  margin: 0;
}

.cowork-active-card-col p .material-symbols-outlined {
  color: var(--gray-80, #5f5f5f);
  font-size: 16px;
}

.cowork-active-cta {
  margin-top: auto;
  padding: 16px;
}

.cowork-active-door {
  align-items: center;
  background: var(--gray-100, #171717);
  border-radius: 58px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
  color: var(--gray-0, #fcfcfc);
  cursor: grab;
  display: flex;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -0.2px;
  overflow: hidden;
  padding: 0 16px 0 4px;
  position: relative;
  touch-action: pan-y;
  transition: background 320ms ease, color 320ms ease;
  user-select: none;
  width: 100%;
}

.cowork-active-door[data-state="dragging"] {
  cursor: grabbing;
}

.cowork-active-door-icon {
  align-items: center;
  background: var(--gray-0, #fcfcfc);
  border-radius: 99px;
  color: var(--gray-100, #171717);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  left: 4px;
  position: absolute;
  top: 4px;
  transform: translateX(var(--cowork-knob-x, 0));
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 40px;
  will-change: transform;
}

.cowork-active-door[data-state="dragging"] .cowork-active-door-icon {
  transition: none;
}

.cowork-active-door-icon .material-symbols-outlined {
  font-size: 20px;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cowork-active-door-label {
  flex: 1;
  text-align: center;
  transition: opacity 200ms ease;
}

/* ─── door open state (yellow accent) ─── */

.cowork-active-door.is-open {
  background: #ffe000;
  color: var(--gray-100, #171717);
  cursor: default;
}

.cowork-active-door.is-open .cowork-active-door-icon .material-symbols-outlined {
  transform: rotate(0deg);
}

.cowork-active-door.is-loading {
  cursor: progress;
}

.cowork-active-door.is-loading .cowork-active-door-label {
  opacity: 0.55;
}

.cowork-active-door.is-loading .cowork-active-door-icon .material-symbols-outlined {
  opacity: 0;
}

.cowork-active-door.is-loading .cowork-active-door-icon::after {
  animation: coworkDoorSpin 720ms linear infinite;
  border: 2.5px solid rgba(23, 23, 23, 0.18);
  border-radius: 50%;
  border-top-color: var(--gray-100, #171717);
  content: "";
  height: 18px;
  position: absolute;
  width: 18px;
}

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

.cowork-active-screen.is-door-open .cowork-active-avatar {
  background: #ffe000;
  color: var(--gray-100, #171717);
}

.cowork-active-screen.is-door-open .cowork-active-ring-outer,
.cowork-active-screen.is-door-open .cowork-active-ring-mid,
.cowork-active-screen.is-door-open .cowork-active-ring-inner {
  border-color: rgba(255, 224, 0, 0.55);
}

.cowork-active-screen.is-door-open .cowork-active-clock-block strong,
.cowork-active-screen.is-door-open .cowork-active-clock-sep {
  color: var(--gray-100, #171717);
}

.cowork-active-avatar,
.cowork-active-ring-outer,
.cowork-active-ring-mid,
.cowork-active-ring-inner,
.cowork-active-clock-block strong,
.cowork-active-clock-sep {
  transition: background 360ms ease, color 360ms ease, border-color 360ms ease;
}

/* ──── cowork date bottom sheet ────────────────────────────────────── */

.cowork-sheet {
  inset: 0;
  position: absolute;
  z-index: 40;
}

.cowork-sheet-scrim {
  background: rgba(23, 23, 23, 0.28);
  inset: 0;
  position: absolute;
}

.cowork-date-sheet {
  animation: bottomSheetEnter 360ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  background: var(--gray-0);
  border-radius: 18px 18px 0 0;
  bottom: 0;
  box-shadow: 0 -18px 55px rgba(23, 23, 23, 0.18);
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  width: 375px;
}

.cowork-sheet-top {
  align-items: center;
  display: flex;
  height: 52px;
  padding: 12px 16px;
}

.cowork-sheet-top button {
  align-items: center;
  background: transparent;
  color: var(--gray-100);
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.cowork-cal-header {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 40px 1fr 40px;
  padding: 4px 16px 16px;
}

.cowork-cal-nav {
  align-items: center;
  background: transparent;
  color: var(--gray-100);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.cowork-cal-month {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cowork-cal-month strong {
  color: var(--gray-100);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.cowork-cal-month span {
  color: var(--gray-70, #6b6b6b);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.cowork-cal-weekdays {
  border-top: 1px solid var(--gray-10, #f2f2f2);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(7, 1fr);
  padding: 12px 16px 8px;
}

.cowork-cal-weekdays span {
  color: var(--gray-60, #8c8c8c);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-align: center;
}

.cowork-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 0 12px 16px;
  row-gap: 8px;
}

.cowork-cal-day {
  align-items: center;
  background: transparent;
  border: 1px solid var(--gray-20, #e5e5e5);
  border-radius: 50%;
  color: var(--gray-90, #474747);
  display: inline-flex;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  justify-self: center;
  letter-spacing: -0.2px;
  width: 38px;
}

.cowork-cal-day.is-muted {
  border-color: transparent;
  color: var(--gray-40, #c2c2c2);
  cursor: default;
}

.cowork-cal-day.is-selected {
  background: var(--gray-100);
  border-color: var(--gray-100);
  color: var(--gray-0);
}

.cowork-sheet-actions {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 32px;
}

.cowork-confirm {
  align-items: center;
  background: var(--gray-100);
  border-radius: 58px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.04);
  color: var(--gray-0);
  display: inline-flex;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  letter-spacing: -0.2px;
  line-height: 1.2;
  width: 100%;
}

.cowork-confirm:disabled {
  background: var(--gray-20, #e5e5e5);
  box-shadow: none;
  color: var(--gray-50, #a3a3a3);
  cursor: default;
}

/* ──── cowork time bottom sheet (iOS-style wheel) ──────────────────── */

.cowork-time-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px 12px;
}

.cowork-time-header strong {
  color: var(--gray-100);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.cowork-time-tabs {
  background: var(--gray-10, #f2f2f2);
  border-radius: 12px;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
  margin: 0 16px 12px;
  padding: 4px;
}

.cowork-time-tab {
  align-items: center;
  background: transparent;
  border-radius: 8px;
  color: var(--gray-70, #6b6b6b);
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 52px;
  justify-content: center;
  padding: 6px 8px;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.cowork-time-tab.is-active {
  background: var(--gray-0);
  box-shadow: 0 1px 3px rgba(23, 23, 23, 0.08);
  color: var(--gray-100);
}

.cowork-time-tab-label {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.cowork-time-tab-value {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.3px;
}

.cowork-time-wheel {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 8px 16px 16px;
  position: relative;
  height: 216px;
}

.cowork-time-band {
  background: var(--gray-10, #f2f2f2);
  border-radius: 12px;
  height: 40px;
  left: 16px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.cowork-time-col {
  -ms-overflow-style: none;
  flex: 0 0 auto;
  height: 200px;
  outline: none;
  overflow-y: scroll;
  position: relative;
  scrollbar-width: none;
  scroll-snap-type: y mandatory;
  width: 84px;
  z-index: 1;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.5) 28px,
    #000 80px,
    #000 120px,
    rgba(0, 0, 0, 0.5) 172px,
    transparent 200px
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.5) 28px,
    #000 80px,
    #000 120px,
    rgba(0, 0, 0, 0.5) 172px,
    transparent 200px
  );
}

.cowork-time-col::-webkit-scrollbar {
  display: none;
}

.cowork-time-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cowork-time-list li {
  align-items: center;
  color: var(--gray-60, #8c8c8c);
  display: flex;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  height: 40px;
  justify-content: center;
  letter-spacing: -0.3px;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}

.cowork-time-list li[data-pad] {
  scroll-snap-align: none;
}

.cowork-time-list li.is-selected {
  color: var(--gray-100);
  font-weight: 600;
}

.cowork-time-sep {
  color: var(--gray-100);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
  position: relative;
  transform: translateY(-1px);
  z-index: 2;
}
