/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-rounded, "SF Pro Rounded", "Hiragino Maru Gothic ProN", system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-canvas: var(--canvas);
    --color-ink: var(--ink);
    --color-ink-soft: var(--ink-soft);
    --radius-card: 24px;
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 48px;
    --text-display: 34px;
    --text-display--line-height: 1.1;
    --text-title: 22px;
    --text-title--line-height: 1.2;
    --text-headline: 17px;
    --text-headline--line-height: 1.3;
    --text-body: 17px;
    --text-body--line-height: 1.45;
    --text-caption: 13px;
    --text-caption--line-height: 1.35;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-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"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .mx-auto {
    margin-inline: auto;
  }
  .mt-lg {
    margin-top: var(--spacing-lg);
  }
  .mt-sm {
    margin-top: var(--spacing-sm);
  }
  .mt-xs {
    margin-top: var(--spacing-xs);
  }
  .mb-lg {
    margin-bottom: var(--spacing-lg);
  }
  .mb-md {
    margin-bottom: var(--spacing-md);
  }
  .mb-sm {
    margin-bottom: var(--spacing-sm);
  }
  .mb-xl {
    margin-bottom: var(--spacing-xl);
  }
  .mb-xs {
    margin-bottom: var(--spacing-xs);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-lg {
    gap: var(--spacing-lg);
  }
  .gap-md {
    gap: var(--spacing-md);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-ink\/10 {
    border-color: var(--color-ink);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-ink) 10%, transparent);
    }
  }
  .bg-canvas {
    background-color: var(--color-canvas);
  }
  .px-lg {
    padding-inline: var(--spacing-lg);
  }
  .py-xl {
    padding-block: var(--spacing-xl);
  }
  .py-xxl {
    padding-block: var(--spacing-xxl);
  }
  .pt-xl {
    padding-top: var(--spacing-xl);
  }
  .pb-xxl {
    padding-bottom: var(--spacing-xxl);
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-body {
    font-size: var(--text-body);
    line-height: var(--tw-leading, var(--text-body--line-height));
  }
  .text-caption {
    font-size: var(--text-caption);
    line-height: var(--tw-leading, var(--text-caption--line-height));
  }
  .text-display {
    font-size: var(--text-display);
    line-height: var(--tw-leading, var(--text-display--line-height));
  }
  .text-headline {
    font-size: var(--text-headline);
    line-height: var(--tw-leading, var(--text-headline--line-height));
  }
  .text-title {
    font-size: var(--text-title);
    line-height: var(--tw-leading, var(--text-title--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-ink-soft {
    color: var(--color-ink-soft);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
:root {
  --canvas: rgb(255, 255, 255);
  --card: rgb(242, 242, 247);
  --ink: rgb(0, 0, 0);
  --ink-soft: rgb(60 60 67 / 0.6);
  --amber: rgb(255, 149, 0);
  --on-amber: rgb(255, 255, 255);
  --teal: rgb(0, 199, 190);
  --bronze: rgb(162, 132, 94);
  --pip-body-light: rgb(146, 96, 55);
  --pip-body-dark: rgb(93, 56, 29);
  --pip-blush: rgb(242, 169, 159);
  --pip-face: rgb(255, 248, 240);
  --pip-gold: rgb(241, 157, 59);
  --pip-sleepy: rgb(74 47 27 / 0.62);
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 48px;
  --radius-chip: 14px;
  --radius-card: 24px;
  --radius-button: 28px;
  --typo-timer: 72px;
  --typo-display: 34px;
  --typo-title: 22px;
  --typo-button: 20px;
  --typo-headline: 17px;
  --typo-body: 17px;
  --typo-caption: 13px;
  --motion-gentle: 250ms ease-out;
  --motion-springy: 450ms cubic-bezier(0.34, 1.25, 0.64, 1);
  --motion-pop: 350ms cubic-bezier(0.22, 1.5, 0.48, 1);
}
@media (prefers-color-scheme: dark) {
  :root {
    --canvas: rgb(0, 0, 0);
    --card: rgb(28, 28, 30);
    --ink: rgb(255, 255, 255);
    --ink-soft: rgb(235 235 245 / 0.6);
    --amber: rgb(255, 159, 10);
    --teal: rgb(102, 212, 207);
    --bronze: rgb(172, 142, 104);
  }
}
@layer base {
  html {
    color-scheme: light dark;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    font-family: var(--font-sans);
    background: var(--canvas);
    color: var(--ink);
    line-height: 1.45;
  }
  a {
    color: var(--teal);
  }
  a:focus-visible, button:focus-visible {
    outline: 3px solid var(--amber);
    outline-offset: 3px;
  }
}
@layer components {
  .skip {
    position: absolute;
    left: -999px;
    top: 8px;
    z-index: 20;
    background: var(--amber);
    color: var(--on-amber);
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
  }
  .skip:focus {
    left: 8px;
  }
  .chunky {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    font-family: inherit;
    font-size: var(--typo-button);
    font-weight: 700;
    text-decoration: none;
    cursor: default;
    transition: transform var(--motion-gentle);
  }
  a.chunky {
    cursor: pointer;
  }
  .chunky:active {
    transform: scale(0.96);
  }
  .chunky-primary {
    background: var(--amber);
    color: var(--on-amber);
  }
  .chunky-quiet {
    background: transparent;
    color: var(--ink-soft);
    box-shadow: inset 0 0 0 1.5px var(--ink-soft);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--ink-soft) 40%, transparent);
    }
  }
  .w-cta {
    width: 100%;
    max-width: 22rem;
  }
  .theme-card {
    background: var(--card);
    border-radius: var(--radius-card);
    padding: var(--space-lg);
  }
  .stat-chip {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    background: var(--card);
    border-radius: 999px;
    font-size: var(--typo-caption);
    font-weight: 500;
    color: var(--ink);
  }
  .timer {
    font-size: var(--typo-timer);
    font-weight: 800;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    color: var(--ink);
  }
  .pip {
    position: relative;
    width: 180px;
    height: 200px;
    flex-shrink: 0;
    animation: breathe 1.6s ease-in-out infinite alternate;
  }
  @keyframes breathe {
    to {
      transform: scale(1.03);
    }
  }
  .pip-shadow {
    position: absolute;
    left: 20px;
    top: 183px;
    width: 140px;
    height: 26px;
    background: rgb(0 0 0 / 0.10);
    border-radius: 50%;
  }
  .pip-blob {
    position: absolute;
    background: linear-gradient(to bottom, var(--pip-body-light), var(--pip-body-dark));
    border-radius: 50%;
  }
  .pip-b1 {
    width: 150px;
    height: 74px;
    left: 15px;
    top: 117px;
  }
  .pip-b2 {
    width: 118px;
    height: 66px;
    left: 31px;
    top: 79px;
  }
  .pip-b3 {
    width: 84px;
    height: 56px;
    left: 48px;
    top: 46px;
  }
  .pip-b4 {
    width: 46px;
    height: 38px;
    left: 67px;
    top: 25px;
  }
  .pip-b5 {
    width: 20px;
    height: 20px;
    left: 91px;
    top: 16px;
  }
  .pip-face {
    position: absolute;
    inset: 0;
  }
  .pip-eye {
    position: absolute;
  }
  .pip .open-eye {
    display: none;
    width: 24px;
    height: 24px;
  }
  .pip .happy-eye {
    display: none;
    width: 20px;
    height: 10px;
  }
  .pip .sleepy-eye {
    display: none;
    width: 20px;
    height: 4.5px;
    background: var(--pip-face);
    border-radius: 999px;
  }
  .pip .mouth-idle, .pip .mouth-timing, .pip .mouth-open, .pip .mouth-sleepy {
    display: none;
    position: absolute;
  }
  .pip .cheek {
    position: absolute;
    top: 109px;
    width: 15px;
    height: 9px;
    background: var(--pip-blush);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--pip-blush) 80%, transparent);
    }
    border-radius: 50%;
  }
  .pip .cheek-l {
    left: 44px;
  }
  .pip .cheek-r {
    left: 121px;
  }
  .pip-acc {
    position: absolute;
    font-size: 30px;
    line-height: 1;
    display: none;
  }
  .pip[data-pose="idle"] .open-eye, .pip[data-pose="timing"] .open-eye {
    display: block;
  }
  .pip[data-pose="idle"] .open-eye.l, .pip[data-pose="timing"] .open-eye.l {
    left: 55px;
    top: 90px;
  }
  .pip[data-pose="idle"] .open-eye.r, .pip[data-pose="timing"] .open-eye.r {
    left: 101px;
    top: 90px;
  }
  .pip[data-pose="timing"] .pupil {
    transform: translateY(2px);
  }
  .pip[data-pose="idle"] .mouth-idle {
    display: block;
    left: 76px;
    top: 118px;
  }
  .pip[data-pose="timing"] .mouth-timing {
    display: block;
    left: 81px;
    top: 123px;
    width: 18px;
    height: 4.5px;
    background: var(--pip-face);
    border-radius: 999px;
  }
  .pip[data-pose="ecstatic"] .happy-eye, .pip[data-pose="crowned"] .happy-eye {
    display: block;
  }
  .pip[data-pose="ecstatic"] .happy-eye.l, .pip[data-pose="crowned"] .happy-eye.l {
    left: 57px;
    top: 97px;
  }
  .pip[data-pose="ecstatic"] .happy-eye.r, .pip[data-pose="crowned"] .happy-eye.r {
    left: 103px;
    top: 97px;
  }
  .pip[data-pose="ecstatic"] .mouth-open, .pip[data-pose="crowned"] .mouth-open {
    display: block;
    left: 73px;
    top: 116px;
  }
  .pip[data-pose="ecstatic"] .pip-acc.sparkles {
    display: block;
    left: 148px;
    top: 28px;
    font-size: 24px;
    color: var(--pip-gold);
  }
  .pip[data-pose="crowned"] .pip-acc.crown {
    display: block;
    left: 58px;
    top: -8px;
    color: var(--pip-gold);
    transform: rotate(-10deg);
  }
  .pip[data-pose="sleepy"] .sleepy-eye {
    display: block;
  }
  .pip[data-pose="sleepy"] .sleepy-eye.l {
    left: 57px;
    top: 102px;
  }
  .pip[data-pose="sleepy"] .sleepy-eye.r {
    left: 103px;
    top: 102px;
  }
  .pip[data-pose="sleepy"] .mouth-sleepy {
    display: block;
    left: 84px;
    top: 119px;
  }
  .pip[data-pose="sleepy"] .pip-acc.zzz {
    display: block;
    left: 138px;
    top: 26px;
    font-size: 24px;
    font-weight: 700;
    color: var(--pip-sleepy);
  }
  .open-eye .sclera {
    fill: var(--pip-face);
  }
  .open-eye .pupil {
    fill: var(--pip-body-dark);
  }
  .pip-scale {
    width: 140px;
    height: 172px;
    display: flex;
    justify-content: center;
    transform: scale(0.78);
    transform-origin: top center;
  }
  .pip-scale-sm {
    width: 96px;
    height: 116px;
    transform: scale(0.52);
    transform-origin: top center;
  }
  .site-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-md);
    padding: var(--space-md) 0;
  }
  .wordmark {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    color: var(--ink);
    text-decoration: none;
    font-weight: 800;
    font-size: var(--typo-title);
    letter-spacing: -0.03em;
  }
  .wordmark img {
    width: auto;
    height: 40px;
    display: block;
  }
  .site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs) var(--space-md);
  }
  .site-nav a {
    color: var(--ink-soft);
    text-decoration: none;
    font-size: var(--typo-caption);
    font-weight: 600;
  }
  .site-nav a:hover, .site-nav a[aria-current="page"] {
    color: var(--ink);
  }
  .legal h2 {
    font-size: var(--typo-title);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: var(--space-xl) 0 var(--space-sm);
  }
  .legal h2:first-child {
    margin-top: 0;
  }
  .legal p, .legal ul {
    margin: 0 0 var(--space-md);
    color: var(--ink);
  }
  .legal ul {
    padding-left: 1.2em;
  }
  .legal li {
    margin-bottom: var(--space-xs);
  }
  .legal a:not(.chunky) {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .faq-item {
    padding: var(--space-lg) 0;
    border-bottom: 1px solid var(--ink);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
    }
  }
  .faq-item:first-child {
    padding-top: 0;
  }
  .faq-item:last-child {
    border-bottom: 0;
  }
  .icon-amber {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    color: var(--amber);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .pip {
    animation: none;
  }
  .chunky {
    transition: none;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
