:root {
  color-scheme: light;
  --paper: #fff6ef;
  --ink: #413137;
  --muted: #9b898a;
  --pink: #ef659f;
  --pink-deep: #d34881;
  --purple: #ae8cde;
  --purple-deep: #8e69bb;
  --soft: #f1e7df;
  --hand: "HanziPen SC", "Yuanti SC", "YouYuan", "幼圆", "PingFang SC", "Microsoft YaHei", sans-serif;
  --body: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
}
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--paper); -webkit-text-size-adjust: 100%; }
body { margin: 0; min-width: 280px; min-height: 100vh; min-height: 100svh; font-family: var(--body); color: var(--ink); background: var(--paper); -webkit-tap-highlight-color: transparent; }
button, input, textarea { font: inherit; }
button { cursor: pointer; touch-action: manipulation; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--purple-deep); outline-offset: 5px; }
button:disabled { cursor: default; }
[hidden] { display: none !important; }
img { max-width: 100%; -webkit-user-drag: none; user-select: none; }
.ambient { position: fixed; z-index: 0; width: 420px; height: 420px; max-width: 75vw; pointer-events: none; border-radius: 50%; filter: blur(58px); opacity: .5; }
.ambient-pink { background: #ffd8e4; left: -125px; bottom: -170px; }
.ambient-lilac { background: #e8daf7; right: -120px; top: -170px; }
.page-shell { position: relative; z-index: 1; max-width: 1040px; margin: auto; min-height: 100svh; display: flex; flex-direction: column; }
.topbar { height: 100px; flex: 0 0 100px; padding: 24px 40px 14px; display: flex; align-items: center; justify-content: space-between; gap: 15px; position: relative; z-index: 3; }
.topbar-start { display: flex; align-items: center; gap: 8px; }
.heart-counter { width: 58px; height: 58px; position: relative; flex-shrink: 0; transform: rotate(-9deg); }
.heart-counter img { width: 100%; height: 100%; filter: drop-shadow(0 5px 5px #d9889a16); }
.heart-counter span { position: absolute; inset: 0; display: grid; place-items: center; color: #fff8fc; font: 19px/1 Georgia, serif; padding-top: 3px; text-shadow: 0 1px 2px #c34379; }
.wordmark { position: absolute; left: 50%; transform: translateX(-50%); color: #b9a0a9; font-family: Georgia, serif; font-size: 15px; letter-spacing: .7px; white-space: nowrap; }
.wordmark i { color: #b888a0; }
.icon-button { background: #fffaf4bf; border: 1px solid #e8dce4; box-shadow: 0 4px 10px #7e546209; width: 47px; height: 47px; border-radius: 50%; display: inline-grid; place-items: center; padding: 12px; color: #9a8592; transition: transform .2s, background .2s; }
.icon-button:hover { transform: translateY(-2px); background: white; }
.icon-button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.back-button { border: none; box-shadow: none; background: transparent; width: 30px; padding: 2px; }
.music-button[aria-pressed="true"] { color: var(--pink-deep); background: #fff0f6; }
.music-button[aria-pressed="true"] .music-slash { display: none; }
.decorations { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.decoration { position: absolute; width: 52px; animation: float 5s ease-in-out infinite; }
.decor-star { top: 42%; left: 9%; width: 39px; transform: rotate(-9deg); }
.decor-heart { top: 53%; right: 9%; width: 49px; animation-delay: -1.8s; }
.decor-bottom { bottom: 53px; right: 11%; width: 48px; transform: rotate(9deg); animation-delay: -3s; }
.decor-bow { bottom: 88px; left: 11%; width: 41px; transform: rotate(-14deg); animation-delay: -2s; opacity: .8; }
main { flex: 1; position: relative; z-index: 1; width: 100%; }
.screen { width: min(100% - 48px, 490px); margin: 0 auto; padding: 26px 0 24px; }
.screen.is-active { animation: enter .5s cubic-bezier(.2,.65,.3,1) both; }
.story-screen { min-height: calc(100svh - 163px); display: flex; align-items: center; justify-content: center; padding-top: 12px; padding-bottom: 38px; }
.story-content { width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; }
.eyebrow { color: #b09bbf; font: 10px/1.8 var(--body); letter-spacing: 3.5px; margin: 0 0 23px; }
h1, h2 { font-family: var(--hand); font-size: 39px; line-height: 1.55; letter-spacing: 1px; font-weight: 400; margin: 0; }
h1:focus, h2:focus { outline: none; }
h1 { font-size: 37px; }
h1 em { font: italic 1.04em/1.2 Georgia, "Times New Roman", serif; letter-spacing: -1.5px; color: #d9548b; display: inline-block; transform: rotate(-4deg); }
.pink-text { color: #d9538d; }
.purple-text { color: #9974bd; }
.subtitle { margin: 15px 0 0; color: #9b8a88; font-size: 16px; line-height: 1.8; letter-spacing: 1px; font-weight: 400; }
.illustration-button { position: relative; display: block; margin: 24px 0 27px; width: 230px; height: 230px; padding: 0; background: none; border: none; border-radius: 25%; }
.hero-art { width: 228px; height: 228px; object-fit: contain; display: block; margin: 26px auto 34px; filter: drop-shadow(0 13px 15px #c8759b13); animation: float 5s ease-in-out infinite; }
.envelope-art { width: 100%; height: 100%; margin: 0; transform-origin: 50% 65%; }
.illustration-button:hover .envelope-art { animation: wiggle .7s ease-in-out; }
.envelope-spark { position: absolute; font-family: Georgia, serif; color: #dfb75c; pointer-events: none; }
.spark-one { top: 19%; right: -1%; font-size: 27px; animation: twinkle 3s ease-in-out infinite; }
.spark-two { bottom: 15%; left: -2%; font-size: 23px; animation: twinkle 3s ease-in-out -1s infinite; }
.note-art { width: 230px; height: 230px; margin-top: 24px; margin-bottom: 33px; }
.button { min-height: 58px; border-radius: 40px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 17px; padding: 14px 31px; min-width: 192px; font-family: var(--hand); font-size: 22px; line-height: 1.4; letter-spacing: 1px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, opacity .18s ease; text-decoration: none; position: relative; }
.button-pink { background: var(--pink); color: white; box-shadow: 0 6px 0 var(--pink-deep), 0 10px 20px #e87ba918; }
.button-purple { background: var(--purple); color: white; box-shadow: 0 6px 0 var(--purple-deep), 0 10px 20px #a888d718; }
.button-soft { background: #f1e7df; color: #91817c; box-shadow: 0 6px 0 #d9cabc; }
.button:not(:disabled):hover { transform: translateY(-3px); }
.button:not(:disabled):active { transform: translateY(5px); box-shadow: 0 1px 0 #d9b2c3; }
.button:disabled { opacity: .48; box-shadow: 0 5px 0 #dca4b7; }
.button-arrow { font: 29px/1 var(--body); margin-top: -3px; }
.micro-copy { color: #bca7a3; font-size: 11px; letter-spacing: 1.5px; margin: 29px 0 0; line-height: 1.8; }
.ask-content .eyebrow { margin-top: 26px; margin-bottom: 13px; }
.cloud-frame { position: relative; width: 174px; height: 170px; background: #f9e3ef; border-radius: 35px; box-shadow: 0 9px 0 #ecb2d0; transform: rotate(-4deg); margin-bottom: 5px; }
.cloud-art { width: 173px; height: 173px; margin: 0; transform: rotate(4deg); }
.tiny-heart { position: absolute; right: -23px; top: -10px; color: var(--pink); font-size: 32px; transform: rotate(22deg); }
.playful-copy { font-size: 13px; letter-spacing: .3px; margin-top: 19px; }
.button-row { display: flex; justify-content: center; gap: 20px; margin-top: 38px; width: 100%; }
.button-row .button { min-width: 155px; }
.dodge-arena { position: relative; height: 205px; align-items: flex-start; }
.dodge-arena .button { flex: 0 0 calc(50% - 10px); max-width: 190px; }
.dodge-button { z-index: 2; transition: translate .22s ease, rotate .22s ease, background .2s; }
.dodge-arena.only-yes { height: 205px; }
.dodge-caption { margin: 9px 0 0; min-height: 35px; color: #b08097; font-size: 12px; line-height: 1.8; }
.date-picker { border: 1px solid #f1e3e6; background: #fffcf9; border-radius: 24px; padding: 15px 17px 12px; box-shadow: 0 7px 22px #c398a00c; }
.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.calendar-toolbar input { min-width: 0; width: 170px; border: none; background: transparent; color: #775569; font-size: 19px; text-align: center; padding: 5px; }
.calendar-nav { border: 0; border-radius: 50%; width: 35px; height: 35px; color: #b47798; background: #fbeaf2; font: 27px/1 Georgia, serif; }
.calendar-nav:disabled { opacity: .28; }
.calendar-hint { color: #b89aa7; font-size: 10px; text-align: center; margin: 11px 0 13px; letter-spacing: .5px; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; text-align: center; }
.calendar-weekdays { color: #b5a1aa; font-size: 11px; margin-bottom: 7px; }
.calendar-day, .calendar-empty { min-width: 0; height: 38px; }
.calendar-day { border: 1px solid transparent; border-radius: 12px; color: #7d6470; background: transparent; font-size: 14px; padding: 0; transition: background .15s, color .15s; }
.calendar-day:disabled { color: #d9ccd0; text-decoration: line-through; text-decoration-color: #e5dce0; }
.calendar-day:not(:disabled):hover { background: #fbe9f2; }
.calendar-day[aria-pressed="true"] { color: white; background: var(--pink) !important; box-shadow: 0 3px 0 #d64e88; }
.selected-date { border-top: 1px dashed #ecdae3; color: #ba7e9c; font-size: 11px; line-height: 1.7; text-align: center; margin: 13px 0 0; padding-top: 12px; min-height: 31px; }
.meeting-time-field { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 17px; border: 1px solid #f1e3e6; border-radius: 19px; background: #fffdfb; margin-top: 12px; }
.meeting-time-field label { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #9c7e91; }
.meeting-time-field img { width: 34px; height: 34px; }
.meeting-time-field input { width: 113px; min-width: 0; padding: 6px; border: 1px solid #e9dbe3; border-radius: 10px; background: #fff7fb; color: #866176; font-size: 16px; }
.result-keepsake { position: relative; margin-top: 35px; }
.photo-keepsakes { position: absolute; inset: 0; pointer-events: none; z-index: 2; }
.mini-polaroid { position: absolute; width: 87px; height: 114px; background: #fffefb; padding: 5px 5px 18px; box-shadow: 0 5px 12px #77536724; border: 1px solid #f4e8e5; border-radius: 2px; }
.mini-polaroid img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mini-polaroid span { display: block; color: #c899ad; text-align: center; font: 12px/17px Georgia, serif; }
.mini-polaroid-0 { left: -114px; top: 2%; transform: rotate(-12deg); }
.mini-polaroid-1 { right: -112px; top: 17%; transform: rotate(10deg); }
.mini-polaroid-2 { left: -121px; top: 40%; transform: rotate(7deg); }
.mini-polaroid-3 { right: -116px; top: 66%; transform: rotate(-10deg); }
.mini-polaroid-4 { left: -109px; top: 77%; transform: rotate(-11deg); }
.section-heading { text-align: center; margin-bottom: 26px; }
.section-heading .eyebrow { margin-bottom: 13px; font-size: 9px; letter-spacing: 2.8px; }
.section-heading h2 { font-size: 33px; }
.section-heading .subtitle { margin-top: 10px; font-size: 15px; }
.choice-fieldset { padding: 0; border: 0; margin: 0; min-width: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.choice { position: relative; display: block; min-width: 0; cursor: pointer; }
.choice input { position: absolute; width: 1px; height: 1px; opacity: 0; left: 50%; top: 50%; }
.choice-face { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 11px; border-radius: 24px; background: #ffffffed; border: 2px solid transparent; min-height: 133px; padding: 15px 7px 13px; box-shadow: 0 6px 20px #b58d8210; transition: background .2s, border-color .2s, transform .2s, box-shadow .2s; height: 100%; }
.choice:hover .choice-face { transform: translateY(-3px); box-shadow: 0 8px 22px #d784a51b; }
.choice-art { width: 58px; height: 58px; object-fit: contain; transition: transform .2s; }
.choice-label { color: #766767; font-family: var(--hand); font-size: 19px; line-height: 1.4; text-align: center; overflow-wrap: anywhere; }
.choice input:checked + .choice-face { border-color: var(--pink); background: #fff0f6; box-shadow: 0 0 0 1px #ef659f0d; }
.choice input:checked + .choice-face .choice-art { transform: translateY(-2px) rotate(-4deg); }
.choice input:focus-visible + .choice-face { outline: 3px solid var(--purple-deep); outline-offset: 4px; }
.choice-check { position: absolute; top: 10px; right: 10px; width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--pink); font: 16px/1 var(--body); opacity: 0; transform: scale(.5); transition: transform .2s, opacity .2s; }
.choice input:checked + .choice-face .choice-check { opacity: 1; transform: scale(1); }
.choice-other { grid-column: 1 / -1; }
.choice-other .choice-face { flex-direction: row; min-height: 72px; gap: 14px; background: #fffaf4; }
.choice-other .choice-art { width: 43px; height: 43px; }
.choice-other .choice-label { font-size: 16px; }
.next-button { display: flex; margin: 29px auto 0; }
.step-dots { display: flex; justify-content: center; gap: 7px; margin-top: 27px; }
.step-dots span { width: 18px; height: 4px; border-radius: 8px; background: #ebdde4; }
.step-dots .active { width: 30px; background: var(--pink); }
.step-dots .complete { background: #e8a3c3; }
.custom-field { margin: 19px 0 0; }
.custom-field label { display: block; font-size: 13px; color: #8e777e; margin-bottom: 9px; }
input[type="text"], input:not([type]), textarea { width: 100%; border-radius: 17px; background: #fffdfb; border: 2px solid #ebdfe3; color: var(--ink); padding: 13px 16px; font-size: 16px; line-height: 1.65; box-shadow: none; appearance: none; }
input::placeholder, textarea::placeholder { color: #c0acaf; }
.field-error { margin: 6px 0 0; color: #b54872; font-size: 12px; min-height: 0; }
.field-error:empty { display: none; }
.time-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.time-grid .choice-face { min-height: 135px; }
.time-grid .choice-art { width: 65px; height: 65px; }
.message-field { margin-top: 26px; }
.message-field label { display: flex; align-items: center; color: #9b8489; font-size: 13px; margin-bottom: 11px; }
.message-field label span { font-size: 11px; }
.character-count { margin-left: auto; color: #baabad; }
textarea { resize: vertical; min-height: 105px; }
.message-chips { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.chip { border: 1px solid #e4d4de; border-radius: 22px; color: #a68795; background: #fffcfc; padding: 7px 13px; font-size: 12px; transition: background .2s; }
.chip:hover, .chip.is-selected { color: #d05388; background: #ffedf4; border-color: #efa9c6; }
.footer { flex-shrink: 0; padding: 21px 14px 24px; padding-bottom: max(24px, env(safe-area-inset-bottom)); color: #bda7a6; text-align: center; font-size: 10px; letter-spacing: 1.5px; line-height: 1.7; }
.footer span { color: #cfa5ba; padding: 0 6px; }
.result-screen { width: min(100% - 48px, 460px); padding-top: 15px; }
.result-screen .section-heading { margin-bottom: 29px; }
.date-ticket { background: #fffdf9; border: 1px solid #edddd7; border-radius: 22px; padding: 23px 30px 19px; box-shadow: 0 10px 0 -4px #f1d8df, 0 16px 32px #b58c8410; transform: rotate(-1deg); }
.ticket-top { display: flex; align-items: center; justify-content: space-between; height: 44px; }
.ticket-top > span { color: #b495ac; font: 9px/1.6 var(--body); letter-spacing: 2px; }
.ticket-top img { width: 68px; height: 68px; transform: rotate(9deg); }
.ticket-title { font-family: var(--hand); font-size: 28px; line-height: 1.6; letter-spacing: 1px; margin-top: 10px; }
.ticket-divider { border-top: 1.5px dashed #e6d5dd; margin: 22px -30px 18px; position: relative; }
.ticket-divider::before, .ticket-divider::after { content: ""; position: absolute; width: 16px; height: 16px; border: 1px solid #edddd7; background: var(--paper); border-radius: 50%; top: -9px; }
.ticket-divider::before { left: -9px; clip-path: inset(0 0 0 50%); }
.ticket-divider::after { right: -9px; clip-path: inset(0 50% 0 0); }
.ticket-details { margin: 0; display: flex; flex-direction: column; gap: 16px; }
.ticket-row { display: grid; grid-template-columns: 39px 1fr; align-items: center; gap: 12px; }
.ticket-row img { width: 38px; height: 38px; grid-row: 1 / 3; object-fit: contain; }
.ticket-row dt { grid-column: 2; color: #b095a0; font-size: 10px; letter-spacing: 2px; }
.ticket-row dd { grid-column: 2; margin: -7px 0 0; font-size: 15px; line-height: 1.6; overflow-wrap: anywhere; white-space: pre-wrap; }
.ticket-message { background: #fff1f6; border-radius: 13px; margin-top: 21px; padding: 12px 15px; position: relative; }
.quote-mark { color: #df9ab9; position: absolute; top: 8px; left: 10px; font: 27px/1 Georgia, serif; }
.ticket-message p { color: #a47387; font-size: 13px; line-height: 1.8; margin: 0 0 0 13px; white-space: pre-wrap; overflow-wrap: anywhere; }
.ticket-bottom { border-top: 1px solid #f0e4e7; margin-top: 21px; padding-top: 14px; display: flex; justify-content: space-between; align-items: center; color: #d7a0b8; font-size: 8px; letter-spacing: 1.3px; }
.ticket-bottom span:last-child { font-size: 14px; }
.reply-hint { font-size: 12px; text-align: center; line-height: 1.8; color: #a18c91; margin: 28px 0 19px; }
.result-actions { display: flex; justify-content: center; gap: 13px; }
.result-actions .button { min-width: 200px; flex: 0 1 230px; padding: 13px 24px; gap: 15px; font-size: 20px; }
.text-button { display: block; border: 0; background: transparent; color: #ad91a0; text-decoration: underline; text-underline-offset: 5px; margin: 26px auto 0; font-size: 12px; padding: 9px; }
.toast { position: fixed; bottom: max(30px, env(safe-area-inset-bottom)); left: 50%; z-index: 30; transform: translate(-50%, 15px); border: 1px solid #ecdae4; border-radius: 20px; background: #fffafd; padding: 13px 24px; box-shadow: 0 5px 30px #603d5715; color: #a0607d; font-size: 13px; line-height: 1.6; max-width: calc(100% - 40px); width: max-content; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
#confetti { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: 20; }
.confetti-piece { position: absolute; top: -35px; font-size: 16px; color: var(--pink); animation: confetti-fall 2.9s linear forwards; }
.image-dialog { border: 1px solid #ebd6e1; border-radius: 24px; background: var(--paper); color: var(--ink); width: min(90vw, 420px); padding: 25px; box-shadow: 0 20px 100px #6a4c6d22; }
.image-dialog::backdrop { background: #66485755; backdrop-filter: blur(3px); }
.image-dialog h2 { font-size: 25px; }
.image-dialog p { font-size: 13px; color: var(--muted); }
.image-dialog .button { display: flex; margin: 20px auto 6px; }
.image-dialog { max-height: 90svh; overflow-y: auto; }
.image-dialog > img { width: 100%; border-radius: 12px; display: block; -webkit-user-select: auto; user-select: auto; -webkit-touch-callout: default; }
.image-dialog .text-button { margin-top: 15px; }
.noscript-message { text-align: center; padding: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes twinkle { 0%, 100% { opacity: .4; scale: .85; } 50% { opacity: 1; scale: 1.15; } }
@keyframes wiggle { 0%, 100% { rotate: 0deg; } 25% { rotate: -7deg; } 75% { rotate: 5deg; } }
@keyframes enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes confetti-fall { to { transform: translate(var(--drift), 105vh) rotate(var(--spin)); opacity: 0; } }
@media (min-width: 1100px) {
  .ambient { width: 590px; height: 590px; opacity: .4; filter: blur(90px); }
  .ambient-pink { left: calc(50% - 670px); bottom: -330px; }
  .ambient-lilac { right: calc(50% - 670px); top: -310px; }
}
@media (min-width: 601px) and (max-width: 820px) {
  .result-keepsake { padding: 20px 35px; }
  .mini-polaroid { width: 64px; height: 85px; padding: 4px 4px 16px; }
  .mini-polaroid-0, .mini-polaroid-2, .mini-polaroid-4 { left: -6px; }
  .mini-polaroid-1, .mini-polaroid-3 { right: -6px; }
}
@media (max-width: 600px) {
  .topbar { height: 85px; flex-basis: 85px; padding: 19px 22px 9px; }
  .heart-counter { width: 49px; height: 49px; }
  .heart-counter span { font-size: 17px; }
  .icon-button { width: 43px; height: 43px; padding: 11px; }
  .back-button { width: 22px; padding: 0; margin-left: -9px; }
  .topbar-start { gap: 2px; }
  .wordmark { font-size: 13px; letter-spacing: .3px; }
  .screen { width: calc(100% - 44px); padding-top: 20px; }
  .story-screen { min-height: calc(100svh - 143px); padding-top: 2px; padding-bottom: 30px; }
  .eyebrow { font-size: 8px; letter-spacing: 2.4px; margin-bottom: 21px; }
  h1 { font-size: clamp(24px, 6.9vw, 34px); line-height: 1.65; letter-spacing: .3px; }
  h2 { font-size: 33px; }
  .subtitle { font-size: 14px; margin-top: 16px; letter-spacing: .5px; }
  .illustration-button { width: 204px; height: 204px; margin: 24px 0 28px; }
  .hero-art { width: 207px; height: 207px; }
  .envelope-art { width: 100%; height: 100%; }
  .note-art { margin-top: 22px; margin-bottom: 30px; }
  .button { min-height: 57px; font-size: 21px; min-width: 178px; padding: 13px 27px; }
  .micro-copy { font-size: 10px; margin-top: 26px; letter-spacing: 1px; }
  .decor-star { width: 28px; top: 42%; left: 3.3%; }
  .decor-heart { width: 36px; top: 54%; right: 2.5%; }
  .decor-bottom { width: 35px; bottom: 46px; right: 5%; }
  .decor-bow { width: 30px; bottom: 65px; left: 5%; }
  body[data-view="food"] .decor-star, body[data-view="place"] .decor-star, body[data-view="time"] .decor-star { left: -7px; }
  body[data-view="food"] .decor-heart, body[data-view="place"] .decor-heart, body[data-view="time"] .decor-heart { right: -10px; }
  .cloud-frame { width: 149px; height: 148px; border-radius: 31px; }
  .cloud-art { width: 149px; height: 149px; }
  .playful-copy { font-size: 12px; letter-spacing: 0; }
  .button-row { gap: 15px; margin-top: 32px; }
  .button-row .button { min-width: 0; flex: 1; padding-left: 13px; padding-right: 13px; }
  .section-heading { margin-bottom: 25px; }
  .section-heading h2 { font-size: 29px; letter-spacing: .5px; }
  .section-heading .subtitle { font-size: 13px; margin-top: 10px; }
  .section-heading .eyebrow { font-size: 8px; letter-spacing: 1.9px; margin-bottom: 11px; }
  .choice-grid { gap: 10px; }
  .choice-face { min-height: 111px; border-radius: 21px; gap: 8px; padding: 12px 5px; }
  .choice-art { width: 49px; height: 49px; }
  .choice-label { font-size: 17px; }
  .choice-check { width: 20px; height: 20px; top: 7px; right: 7px; font-size: 14px; }
  .choice-other .choice-face { min-height: 66px; }
  .choice-other .choice-label { font-size: 15px; }
  .choice-other .choice-art { width: 40px; height: 40px; }
  .time-grid { gap: 11px; }
  .time-grid .choice-face { min-height: 113px; }
  .time-grid .choice-art { width: 56px; height: 56px; }
  .message-field { margin-top: 23px; }
  .message-field label { font-size: 12px; }
  .chip { padding: 7px 12px; font-size: 11px; }
  .message-chips { gap: 7px; }
  .next-button { margin-top: 28px; }
  .step-dots { margin-top: 25px; }
  .footer { font-size: 9px; letter-spacing: .8px; padding-top: 14px; }
  .date-ticket { padding-left: 24px; padding-right: 24px; }
  .ticket-title { font-size: 25px; }
  .ticket-divider { margin-left: -24px; margin-right: -24px; }
  .ticket-row dd { font-size: 14px; }
  .result-actions .button { font-size: 18px; padding: 13px 11px; }
  .ticket-bottom { font-size: 7px; letter-spacing: .8px; }
  .result-keepsake { padding: 15px 30px 20px; margin-top: 12px; }
  .result-keepsake .date-ticket { padding: 17px 18px 15px; }
  .result-keepsake .ticket-divider { margin-left: -18px; margin-right: -18px; }
  .result-keepsake .ticket-title { font-size: 22px; }
  .result-keepsake .ticket-top > span { font-size: 8px; letter-spacing: 1.4px; }
  .result-keepsake .ticket-top img { width: 51px; height: 51px; }
  .result-keepsake .ticket-bottom { letter-spacing: .2px; font-size: 6px; }
  .result-keepsake .ticket-row { grid-template-columns: 31px 1fr; gap: 9px; }
  .result-keepsake .ticket-row img { width: 30px; height: 30px; }
  .result-keepsake .ticket-row dd { font-size: 13px; }
  .mini-polaroid { width: 52px; height: 70px; padding: 3px 3px 13px; }
  .mini-polaroid span { font-size: 9px; line-height: 12px; }
  .mini-polaroid-0, .mini-polaroid-2, .mini-polaroid-4 { left: -9px; }
  .mini-polaroid-1, .mini-polaroid-3 { right: -9px; }
  .mini-polaroid-0 { top: 9%; }
  .mini-polaroid-1 { top: 18%; }
  .mini-polaroid-2 { top: 44%; }
  .mini-polaroid-3 { top: 69%; }
  .mini-polaroid-4 { top: 84%; }
  .calendar-day, .calendar-empty { height: 34px; }
}
@media (max-width: 350px) {
  .screen { width: calc(100% - 32px); }
  .wordmark { font-size: 12px; }
  .choice-grid { gap: 8px; }
  .choice-face { min-height: 97px; border-radius: 17px; }
  .choice-art { width: 41px; height: 41px; }
  .choice-label { font-size: 16px; }
  .section-heading h2 { font-size: 26px; }
  .message-field label { font-size: 11px; }
  .hero-art { width: 185px; height: 185px; }
  .cloud-art { width: 149px; height: 149px; }
  .illustration-button { width: 185px; height: 185px; }
  .button-row { gap: 11px; }
  .button-row .button { font-size: 19px; }
  .result-keepsake { padding-left: 23px; padding-right: 23px; }
  .result-keepsake .date-ticket { padding-left: 15px; padding-right: 15px; }
  .result-keepsake .ticket-divider { margin-left: -15px; margin-right: -15px; }
  .mini-polaroid { width: 43px; height: 58px; }
  .date-picker { padding-left: 10px; padding-right: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
