@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Quicksand:wght@500;700&display=swap";


@layer components;

/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */

@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display: "Quicksand", ui-rounded, system-ui, sans-serif;
    --color-paper: #fdf8ef;
    --color-paper-2: #fffdf8;
    --color-paper-3: #f6eedb;
    --color-charcoal: #242626;
    --color-charcoal-soft: #343837;
    --color-ink: #171a19;
    --color-muted: #7a746b;
    --color-line: #e8decb;
    --color-sage: #8ebc8c;
    --color-sage-soft: #cce2c6;
    --color-peach: #f0a688;
    --color-peach-soft: #f8cfbb;
    --color-sky: #88cedf;
    --color-sky-soft: #c4edf3;
    --color-butter: #f4cb63;
    --color-rose: #e9a7b5;
    --color-success-bg: #dcead7;
    --color-success-text: #406b43;
    --color-warning-bg: #fff0c7;
    --color-warning-text: #8a651b;
    --color-danger-bg: #fad8d4;
    --color-danger-text: #9c3329;
    --color-info-bg: #ddf3f7;
    --color-info-text: #2f6470;
    --color-dark-bg: #1f2322;
    --color-dark-surface: #2a2f2e;
    --color-dark-surface-2: #333938;
    --color-dark-text: #f8f1e6;
    --color-dark-muted: #c7bfb2;
    --color-dark-line: #444b49;
    --color-dark-sage-soft: #33473a;
    --color-dark-sky-soft: #274048;
    --color-dark-peach-soft: #45332b;
    --color-dark-butter: #4a3c1a;
    --color-dark-success-bg: #26382b;
    --color-dark-success-text: #93cf99;
    --color-dark-warning-bg: #3d3318;
    --color-dark-warning-text: #e8c579;
    --color-dark-danger-bg: #3d2723;
    --color-dark-danger-text: #eba99f;
    --color-dark-info-bg: #23404a;
    --color-dark-info-text: #9ad7e4;
    --shadow-dark-card: 0 14px 40px #00000080;
    --shadow-dark-float: 0 18px 50px #0000009e;
    --radius-card: 28px;
    --radius-card-lg: 36px;
    --radius-pill: 999px;
    --shadow-card: 0 14px 40px #24262614;
    --shadow-float: 0 18px 50px #24262629;
    --ease-mobile: cubic-bezier(.22, 1, .36, 1);
    --ease-bounce: cubic-bezier(.18, 1.28, .42, 1);
    --motion-fast: .14s;
    --motion-page: .28s;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .flex-shrink, .shrink {
    flex-shrink: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .bg-butter\/20 {
    background-color: #f4cb6333;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-butter\/20 {
      background-color: color-mix(in oklab, var(--color-butter) 20%, transparent);
    }
  }

  .bg-sage-soft\/30 {
    background-color: #cce2c64d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-sage-soft\/30 {
      background-color: color-mix(in oklab, var(--color-sage-soft) 30%, transparent);
    }
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --color-paper: var(--color-dark-bg);
  --color-paper-2: var(--color-dark-surface);
  --color-paper-3: var(--color-dark-surface-2);
  --color-ink: var(--color-dark-text);
  --color-muted: var(--color-dark-muted);
  --color-line: var(--color-dark-line);
  --color-charcoal: var(--color-dark-text);
  --color-charcoal-soft: var(--color-dark-muted);
  --color-sage-soft: var(--color-dark-sage-soft);
  --color-sky-soft: var(--color-dark-sky-soft);
  --color-peach-soft: var(--color-dark-peach-soft);
  --color-butter: var(--color-dark-butter);
  --color-success-bg: var(--color-dark-success-bg);
  --color-success-text: var(--color-dark-success-text);
  --color-warning-bg: var(--color-dark-warning-bg);
  --color-warning-text: var(--color-dark-warning-text);
  --color-danger-bg: var(--color-dark-danger-bg);
  --color-danger-text: var(--color-dark-danger-text);
  --color-info-bg: var(--color-dark-info-bg);
  --color-info-text: var(--color-dark-info-text);
  --shadow-card: var(--shadow-dark-card);
  --shadow-float: var(--shadow-dark-float);
  --nav-surface: var(--color-dark-surface-2);
  --nav-text: var(--color-dark-text);
  --nav-active-chip: var(--color-dark-text);
  --nav-active-glyph: var(--color-dark-bg);
}

@media (prefers-color-scheme: dark) {
  :root[data-theme="system"] {
    color-scheme: dark;
    --color-paper: var(--color-dark-bg);
    --color-paper-2: var(--color-dark-surface);
    --color-paper-3: var(--color-dark-surface-2);
    --color-ink: var(--color-dark-text);
    --color-muted: var(--color-dark-muted);
    --color-line: var(--color-dark-line);
    --color-charcoal: var(--color-dark-text);
    --color-charcoal-soft: var(--color-dark-muted);
    --color-sage-soft: var(--color-dark-sage-soft);
    --color-sky-soft: var(--color-dark-sky-soft);
    --color-peach-soft: var(--color-dark-peach-soft);
    --color-butter: var(--color-dark-butter);
    --color-success-bg: var(--color-dark-success-bg);
    --color-success-text: var(--color-dark-success-text);
    --color-warning-bg: var(--color-dark-warning-bg);
    --color-warning-text: var(--color-dark-warning-text);
    --color-danger-bg: var(--color-dark-danger-bg);
    --color-danger-text: var(--color-dark-danger-text);
    --color-info-bg: var(--color-dark-info-bg);
    --color-info-text: var(--color-dark-info-text);
    --shadow-card: var(--shadow-dark-card);
    --shadow-float: var(--shadow-dark-float);
    --nav-surface: var(--color-dark-surface-2);
    --nav-text: var(--color-dark-text);
    --nav-active-chip: var(--color-dark-text);
    --nav-active-glyph: var(--color-dark-bg);
  }
}

:root {
  --bottom-nav-height: 88px;
  --app-safe-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 16px);
  --app-page-bottom: calc(var(--app-safe-bottom) + 48px);
  --app-bg: var(--color-paper);
  --surface: var(--color-paper-2);
  --surface-raised: var(--color-paper-2);
  --surface-muted: var(--color-paper-3);
  --text-main: var(--color-ink);
  --text-muted: var(--color-muted);
  --border-soft: var(--color-line);
  --accent-primary: var(--color-charcoal);
  --accent-success: var(--color-success-text);
  --accent-info: var(--color-info-text);
  --accent-warning: var(--color-warning-text);
  --nav-surface: var(--color-charcoal);
  --nav-text: var(--color-paper-2);
  --nav-active-chip: var(--color-paper-2);
  --nav-active-glyph: var(--color-charcoal);
  --native-picker-calendar-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23171a19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
  --native-picker-clock-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23171a19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
  color-scheme: light;
  font-family: var(--font-sans);
  color: var(--color-ink);
  background: var(--color-paper);
}

html {
  scrollbar-gutter: stable;
  background: radial-gradient(circle at 12% 10%,	#88cedf24,	transparent 28%),	radial-gradient(circle at 88% 18%,	#f0a6881f,	transparent 30%),	var(--color-paper);
  min-height: 100%;
}

@supports (color: color-mix(in lab, red, red)) {
  html {
    background: radial-gradient(circle at 12% 10%,	color-mix(in srgb, var(--color-sky) 14%, transparent),	transparent 28%),	radial-gradient(circle at 88% 18%,	color-mix(in srgb, var(--color-peach) 12%, transparent),	transparent 30%),	var(--color-paper);
  }
}

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizelegibility;
  background: none;
  min-height: 100svh;
  margin: 0;
}

body.is-modal-open {
  overflow: hidden;
}

button, input, select, textarea {
  font-family: var(--font-sans);
}

input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  color-scheme: light;
  padding-inline-end: 34px;
  background-image: var(--native-picker-calendar-icon) !important;
  background-position: right 12px center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 14px !important;
}

input[type="time"] {
  background-image: var(--native-picker-clock-icon) !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="month"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

input[type="week"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

:root[data-theme="dark"] input:is([type="date"], [type="datetime-local"], [type="month"], [type="time"], [type="week"]) {
  --native-picker-calendar-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23f8f1e6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
  --native-picker-clock-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23f8f1e6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
  color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
  :root[data-theme="system"] input:is([type="date"], [type="datetime-local"], [type="month"], [type="time"], [type="week"]) {
    --native-picker-calendar-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23f8f1e6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2v4M16 2v4M3 10h18M5 4h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
    --native-picker-clock-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23f8f1e6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
    color-scheme: dark;
  }
}

button, a, [role="button"] {
  touch-action: manipulation;
}

h1, h2, h3, .display-font {
  font-family: var(--font-display);
  letter-spacing: 0;
}

@media (min-width: 768px) {
  html {
    background: radial-gradient(circle at 12% 10%, #a9d9e826, transparent 30%),	radial-gradient(circle at 88% 18%, #f4bfa81a, transparent 35%),	var(--color-paper-3);
  }
}

.watercolor-blob-peach {
  background: radial-gradient(circle, #f4bfa826 0%, #0000 70%);
}

.watercolor-blob-sky {
  background: radial-gradient(circle, #a9d9e826 0%, #0000 70%);
}

.watercolor-blob-butter {
  background: radial-gradient(circle, #f6d98b2e 0%, #0000 70%);
}

.watercolor-blob-sage {
  background: radial-gradient(circle, #a9c8a826 0%, #0000 70%);
}

.paper-texture {
  position: relative;
}

.paper-texture:before {
  content: "";
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

:is(button, .cta, .points, .care-detail a, .success-primary, .success-secondary, .human-link, .back-button, .avatar) {
  transition: transform var(--motion-fast) var(--ease-mobile),	box-shadow var(--motion-fast) var(--ease-mobile),	background var(--motion-fast) ease,	color var(--motion-fast) ease,	opacity var(--motion-fast) ease;
}

:is(button:not(:disabled), .cta, .points, .care-detail a, .success-primary, .success-secondary, .human-link, .back-button, .avatar):active {
  transform: translateY(1px) scale(.98);
}

.cat {
  transform-origin: 50% 88%;
  animation: 3.8s ease-in-out infinite cat-breathe;
}

.cat-shadow {
  transform-origin: center;
  animation: 3.8s ease-in-out infinite shadow-breathe;
}

@keyframes cat-breathe {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.018);
  }
}

@keyframes shadow-breathe {
  0%, 100% {
    opacity: 1;
    transform: scaleX(1);
  }

  50% {
    opacity: .78;
    transform: scaleX(.88);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .app-content {
    view-transition-name: purrward-page;
  }

  ::view-transition-old(root) {
    mix-blend-mode: normal;
    animation: none;
  }

  ::view-transition-new(root) {
    mix-blend-mode: normal;
    animation: none;
  }

  ::view-transition-group(purrward-page) {
    animation-duration: var(--motion-page);
    animation-timing-function: var(--ease-mobile);
  }

  ::view-transition-old(purrward-page) {
    transform-origin: top;
    width: 100%;
    height: auto;
  }

  ::view-transition-new(purrward-page) {
    transform-origin: top;
    width: 100%;
    height: auto;
  }

  ::view-transition-old(purrward-page) {
    animation: purrward-page-out calc(var(--motion-page) * .55) var(--ease-mobile) both;
  }

  ::view-transition-new(purrward-page) {
    animation: purrward-page-in calc(var(--motion-page) * .7) var(--ease-mobile)	calc(var(--motion-page) * .3) both;
  }
}

@keyframes purrward-page-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-4px);
  }
}

@keyframes purrward-page-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

	.app-shell.svelte-12qhfyh {
		width: min(100%, 430px);
		min-height: 100svh;
		margin: 0 auto;
		background: var(--color-paper);
		position: relative;
		overflow-x: hidden;
		isolation: isolate;
	}

	.docs-root.svelte-12qhfyh {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		background: var(--color-paper, #fdf8ef);
	}

	html[data-is-docs='true'],
	body[data-is-docs='true'] {
		height: 100% !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
		display: block !important;
		background: var(--color-paper, #fdf8ef) !important;
	}

	.page-decor.svelte-12qhfyh {
		position: absolute;
		inset: 0;
		z-index: 0;
		overflow: hidden;
		pointer-events: none;
	}

	.page-decor.svelte-12qhfyh::before,
	.page-decor.svelte-12qhfyh::after {
		position: absolute;
		inset: 0;
		pointer-events: none;
		background-repeat: no-repeat;
		content: '';
	}

	.page-decor.svelte-12qhfyh::before {
		background-image: var(--splash-blue), var(--splash-yellow), var(--splash-pink);
		background-position:
			left -120px top 150px,
			right -130px top 72px,
			right -122px bottom 128px;
		background-size:
			clamp(200px, 58vw, 300px) auto,
			clamp(160px, 46vw, 240px) auto,
			clamp(220px, 64vw, 320px) auto;
		opacity: 0.07;
	}

	.page-decor.svelte-12qhfyh::after {
		display: none;
	}

	.page-decor-auth.svelte-12qhfyh::before {
		background-position:
			left -124px top 84px,
			right -136px top 18px,
			right -128px bottom 64px;
		opacity: 0.065;
	}

	.page-decor-rewards.svelte-12qhfyh::before {
		opacity: 0.065;
	}

	.page-decor-vet.svelte-12qhfyh::before {
		background-image: var(--splash-blue), var(--splash-yellow);
		background-position:
			left -130px top 116px,
			right -132px top 48px;
		background-size:
			clamp(180px, 50vw, 260px) auto,
			clamp(160px, 42vw, 220px) auto;
		opacity: 0.045;
	}

	.page-decor-playful.svelte-12qhfyh::before {
		background-image: var(--splash-blue), var(--splash-yellow);
		background-position:
			left -136px bottom 36px,
			right -132px top 8px;
		background-size:
			clamp(190px, 50vw, 260px) auto,
			clamp(160px, 42vw, 220px) auto;
		opacity: 0.055;
	}

	.page-decor-playful.svelte-12qhfyh::after {
		display: block;
		background-image: var(--paw-blue), var(--paw-blue);
		background-position:
			left 18px top 122px,
			right 28px bottom 44px;
		background-size:
			clamp(24px, 7vw, 36px) auto,
			clamp(24px, 6vw, 32px) auto;
		opacity: 0.1;
	}

	.app-content.svelte-12qhfyh {
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		min-height: 100svh;
		padding: 18px 20px var(--app-page-bottom);
		-webkit-overflow-scrolling: touch;
	}

	.app-content.auth-content.svelte-12qhfyh {
		padding-bottom: 18px;
	}

	.app-content.vet-content.svelte-12qhfyh {
		height: 100dvh;
		overflow: hidden;
		padding-bottom: var(--app-safe-bottom);
	}

	@supports (height: 100dvh) {
		.app-shell.svelte-12qhfyh,
		.app-content.svelte-12qhfyh {
			min-height: 100dvh;
		}
	}

	.sandbox-strip.svelte-12qhfyh {
		position: sticky;
		top: 0;
		z-index: 45;
		background: var(--color-butter);
		color: var(--color-charcoal);
		padding: 7px 14px;
		text-align: center;
		font-size: 0.72rem;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		box-shadow: 0 8px 18px color-mix(in srgb, var(--color-charcoal) 8%, transparent);
	}

	.bottom-nav.svelte-12qhfyh {
		position: fixed;
		left: 50%;
		bottom: max(12px, env(safe-area-inset-bottom));
		z-index: 50;
		display: grid;
		width: min(calc(100vw - 32px), 386px);
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 0;
		min-height: 76px;
		padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
		transform: translateX(-50%);
		border: 1px solid color-mix(in srgb, var(--nav-text) 10%, transparent);
		border-radius: 30px;
		background: color-mix(in srgb, var(--nav-surface) 96%, transparent);
		box-shadow: 0 6px 16px color-mix(in srgb, var(--color-charcoal) 10%, transparent);
		isolation: isolate;
	}

	.bottom-nav.svelte-12qhfyh a:where(.svelte-12qhfyh) {
		position: relative;
		display: grid;
		grid-template-rows: 24px auto;
		align-items: center;
		justify-content: center;
		justify-items: center;
		gap: 4px;
		min-width: 0;
		min-height: 56px;
		padding: 6px 2px 8px;
		border-radius: var(--radius-pill);
		color: color-mix(in srgb, var(--nav-text) 62%, transparent);
		font-size: 0.7rem;
		font-weight: 500;
		line-height: 1;
		text-decoration: none;
		transition:
			color 180ms ease,
			opacity 180ms ease,
			transform 180ms ease;
		will-change: transform;
	}

	.bottom-nav.svelte-12qhfyh a:where(.svelte-12qhfyh)::after {
		position: absolute;
		bottom: 2px;
		left: 50%;
		width: 14px;
		height: 2px;
		border-radius: var(--radius-pill);
		background: var(--nav-active-chip);
		content: '';
		opacity: 0;
		transform: translateX(-50%);
		transition: opacity 180ms ease;
	}

	.bottom-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):active {
		transform: translateY(1px);
	}

	.bottom-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):focus-visible {
		outline: 2px solid color-mix(in srgb, var(--nav-active-chip) 52%, transparent);
		outline-offset: 2px;
	}

	.nav-icon.svelte-12qhfyh {
		display: grid;
		width: 24px;
		height: 24px;
		place-items: center;
		color: inherit;
	}

	.nav-icon.svelte-12qhfyh svg {
		display: block;
	}

	.bottom-nav.svelte-12qhfyh a[aria-current='page']:where(.svelte-12qhfyh) {
		color: var(--nav-active-chip);
		font-weight: 700;
	}

	.bottom-nav.svelte-12qhfyh a[aria-current='page']:where(.svelte-12qhfyh)::after {
		opacity: 0.82;
	}

	@media (prefers-reduced-motion: reduce) {
		.bottom-nav.svelte-12qhfyh a:where(.svelte-12qhfyh)::after {
			transition: none;
		}

		.bottom-nav.svelte-12qhfyh a:where(.svelte-12qhfyh) {
			transition:
				color 180ms ease,
				opacity 180ms ease;
		}
	}

	:root[data-theme='dark'] .page-decor.svelte-12qhfyh::before {
		opacity: 0.045;
	}

	:root[data-theme='dark'] .page-decor-auth.svelte-12qhfyh::before,
	:root[data-theme='dark'] .page-decor-rewards.svelte-12qhfyh::before {
		opacity: 0.04;
	}

	:root[data-theme='dark'] .page-decor-vet.svelte-12qhfyh::before,
	:root[data-theme='dark'] .page-decor-playful.svelte-12qhfyh::before {
		opacity: 0.03;
	}

	:root[data-theme='dark'] .page-decor-playful.svelte-12qhfyh::after {
		opacity: 0.065;
	}

	@media (prefers-color-scheme: dark) {
		:root[data-theme='system'] .page-decor.svelte-12qhfyh::before {
			opacity: 0.045;
		}

		:root[data-theme='system'] .page-decor-auth.svelte-12qhfyh::before,
		:root[data-theme='system'] .page-decor-rewards.svelte-12qhfyh::before {
			opacity: 0.04;
		}

		:root[data-theme='system'] .page-decor-vet.svelte-12qhfyh::before,
		:root[data-theme='system'] .page-decor-playful.svelte-12qhfyh::before {
			opacity: 0.03;
		}

		:root[data-theme='system'] .page-decor-playful.svelte-12qhfyh::after {
			opacity: 0.065;
		}
	}

	@media (min-width: 768px) {
		body:not([data-is-docs='true']) {
			display: flex;
			min-height: 100vh;
			justify-content: center;
			background:
				radial-gradient(
					circle at 20% 14%,
					color-mix(in srgb, var(--color-sky) 18%, transparent),
					transparent 28%
				),
				radial-gradient(
					circle at 78% 20%,
					color-mix(in srgb, var(--color-peach) 14%, transparent),
					transparent 30%
				),
				var(--color-paper-3);
		}

		.app-shell.svelte-12qhfyh {
			min-height: 100vh;
			border-inline: 1px solid color-mix(in srgb, var(--color-charcoal) 6%, transparent);
			box-shadow: 0 24px 70px color-mix(in srgb, var(--color-charcoal) 12%, transparent);
		}
	}

	.toast.svelte-12qhfyh {
		position: fixed;
		left: 50%;
		bottom: var(--app-safe-bottom);
		z-index: 60;
		max-width: min(88vw, 340px);
		transform: translateX(-50%);
		border: 1px solid var(--color-line);
		border-radius: var(--radius-pill);
		background: var(--color-charcoal);
		color: var(--color-paper-2);
		padding: 10px 18px;
		font-size: 0.82rem;
		font-weight: 800;
		text-align: center;
		box-shadow: var(--shadow-card);
	}
