.login{position:absolute;inset:0;display:grid;place-items:center;background:var(--color-bg-primary)}.login__card{display:flex;flex-direction:column;align-items:center;gap:var(--space-34);width:640px;padding:var(--space-72);background:var(--color-bg-card);border-radius:var(--radius-card-lg);box-shadow:var(--shadow-card-lg)}.login__title{font-size:var(--text-h-sm);color:var(--color-ink);text-align:center}.login__form{display:flex;flex-direction:column;gap:var(--space-22);width:100%}.login__input{width:100%;padding:var(--space-22) var(--space-26);font-family:var(--font-body);font-size:var(--text-body);color:var(--color-ink);background:var(--color-bg-secondary);border:2px solid var(--color-line);border-radius:var(--radius-card-sm)}.login__input:focus{outline:none;border-color:var(--color-border-active)}.login__error{font-family:var(--font-body);font-weight:600;font-size:var(--text-caption);color:var(--color-live);text-align:center}.home{position:absolute;inset:0;display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:96px;cursor:pointer}.home__media{position:relative;border-radius:var(--radius-panel);overflow:hidden;background:var(--color-bg-secondary)}.home__video{width:100%;height:100%;object-fit:cover;display:block}.home__chip{position:absolute;top:40px;left:40px;display:flex;align-items:center;gap:14px;padding:16px 30px;background:var(--color-bg-card);border-radius:var(--radius-pill);box-shadow:0 8px 20px #1c1a171a;pointer-events:none}.home__mark{width:30px;height:22px;border-radius:6px;background:#c9c2b4}.home__badge{position:absolute;right:46px;bottom:46px;width:92px;height:92px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-yellow-badge);color:var(--color-ink);font-size:40px;line-height:1;pointer-events:none}.home__cta{display:flex;flex-direction:column;justify-content:space-between;padding:84px;border-radius:var(--radius-panel);background:var(--color-accent);color:var(--color-text-inverse)}.home__pitch{display:flex;flex-direction:column;gap:30px}.home__headline{font-family:var(--font-display);font-weight:600;font-size:var(--text-hero);line-height:1.02;letter-spacing:-.035em;text-wrap:balance;white-space:pre-line}.home__sub{font-family:var(--font-body);font-weight:500;font-size:34px;color:#ffffffeb}.home__action{display:flex;flex-direction:column;gap:26px}.home__hint{font-family:var(--font-body);font-weight:500;font-size:28px;text-align:center;color:#ffffffb8}.format-select{position:absolute;inset:0;display:flex;flex-direction:column;gap:48px;padding:110px 96px 76px;background:var(--color-bg-primary)}.format-select__head{display:flex;flex-direction:column;gap:var(--space-14)}.format-select__step{font-size:22px;letter-spacing:.2em;color:var(--color-text-muted)}.format-select__title{font-family:var(--font-display);font-weight:600;font-size:var(--text-h-md);line-height:1;letter-spacing:-.03em;color:var(--color-ink)}.format-select__cards{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:44px;min-height:0}.format-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-22);padding:30px;background:var(--color-bg-card);border:5px solid transparent;border-radius:var(--radius-card-lg);box-shadow:var(--shadow-card);cursor:pointer;text-align:center;transition:border-color .16s ease,transform .16s ease}.format-card:active{border-color:var(--color-accent);transform:scale(.99)}@media(hover:hover){.format-card:hover{border-color:var(--color-accent)}}.format-card:focus-visible{border-color:var(--color-accent);outline:none}.format-card__chip{font-family:var(--font-mono);font-weight:500;font-size:19px;letter-spacing:.14em;text-transform:uppercase;padding:9px 20px;border-radius:var(--radius-pill)}.format-card__chip--fast{background:var(--color-accent-subtle);color:var(--color-accent-deep)}.format-card__chip--fun{background:var(--color-yellow);color:var(--color-yellow-ink)}.format-card__name{font-family:var(--font-display);font-weight:600;font-size:var(--text-title);line-height:1;letter-spacing:-.02em;color:var(--color-ink)}.format-card__desc{max-width:560px;font-family:var(--font-body);font-weight:500;font-size:var(--text-body-sm);line-height:1.4;color:var(--color-text-secondary)}.pose-category{position:absolute;inset:0;display:flex;flex-direction:column;gap:40px;padding:110px 96px 60px;background:var(--color-bg-primary)}.pose-category__head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.pose-category__heading{display:flex;flex-direction:column;gap:var(--space-14)}.pose-category__step{font-size:22px;letter-spacing:.2em;color:var(--color-text-muted)}.pose-category__title{font-family:var(--font-display);font-weight:600;font-size:72px;line-height:1;letter-spacing:-.03em;color:var(--color-ink)}.pose-category__note{max-width:500px;font-family:var(--font-body);font-weight:500;font-size:var(--text-body-sm);line-height:1.45;text-align:right;color:var(--color-text-secondary)}.pose-category__grid{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;min-height:0}.pose-theme{display:flex;flex-direction:column;align-items:center;gap:var(--space-18);min-width:0;min-height:0;padding:20px;background:var(--color-bg-card);border:5px solid transparent;border-radius:38px;box-shadow:var(--shadow-card);cursor:pointer;text-align:center;transition:border-color .16s ease,transform .16s ease}.pose-theme:active{transform:scale(.99)}.pose-theme--selected,.pose-theme:focus-visible{border-color:var(--color-accent);outline:none}@media(hover:hover){.pose-theme:hover{border-color:var(--color-accent)}}.pose-theme__strip{aspect-ratio:1 / 3;width:auto;background:var(--color-bg-card);border-radius:var(--radius-paper);box-shadow:0 10px 26px #1c1a1724}.pose-theme__caption{font-size:var(--text-mono-sm);letter-spacing:.12em;color:var(--color-text-muted)}.pose-theme__name{font-family:var(--font-display);font-weight:600;font-size:var(--text-title-sm);line-height:1;letter-spacing:-.02em;color:var(--color-ink)}.pose-theme__sub{font-family:var(--font-body);font-weight:500;font-size:23px;line-height:1.3;color:var(--color-text-secondary)}.pose-category__footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-22)}.pose-category__footer .ui-btn--ghost{padding:0 var(--space-10px);font-family:var(--font-body);font-size:30px;color:var(--color-text-muted)}.pose-category__footer .ui-btn--primary{padding:28px 68px;font-size:40px}.capture{position:absolute;inset:0;overflow:hidden;background:var(--color-stage)}.capture__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scaleX(-1);opacity:0;transition:opacity .4s ease}.capture__video--ready{opacity:1}.capture__veil{position:absolute;inset:0;display:grid;place-items:center;background:var(--color-stage)}.capture__live,.capture__counter{position:absolute;top:48px;display:flex;align-items:center;background:#1c1a178c;border-radius:var(--radius-pill);color:var(--color-bg-primary)}.capture__live{left:56px;gap:var(--space-14);padding:16px 28px}.capture__live-dot{width:16px;height:16px;border-radius:50%;background:var(--color-live)}.capture__live-label{font-size:var(--text-mono);letter-spacing:.16em;color:var(--color-bg-primary)}.capture__counter{right:56px;gap:var(--space-18);padding:16px 30px}.capture__counter-label{font-family:var(--font-body);font-weight:700;font-size:var(--text-body-sm)}.capture__dots{display:flex;align-items:center;gap:var(--space-10px)}.capture__dot{width:18px;height:18px;border-radius:50%;background:#e0d9cd}.capture__dot--done{background:var(--color-accent)}.capture__reference{position:absolute;left:56px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;padding:22px;background:#fbf6eef0;border-radius:var(--radius-card);box-shadow:var(--shadow-paper)}.capture__reference-label{font-size:19px;letter-spacing:.16em;color:var(--color-text-soft)}.capture__reference-photo{width:340px;height:255px;object-fit:cover;display:block;border-radius:20px;background:var(--color-bg-card)}.capture__reference-chip{align-self:flex-start;padding:8px 16px;border-radius:var(--radius-pill);background:var(--color-yellow);color:var(--color-yellow-ink);font-family:var(--font-body);font-weight:700;font-size:18px}.capture__gradient{position:absolute;left:0;right:0;bottom:0;height:320px;background:linear-gradient(180deg,#1c1a1700,#1c1a17b8);pointer-events:none}.capture--pose .capture__gradient{height:340px;background:linear-gradient(180deg,#1c1a1700,#1c1a17bf)}.capture__controls{position:absolute;bottom:60px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:24px}.capture--pose .capture__controls{bottom:56px;gap:var(--space-22)}.capture__shutter{padding:32px 84px;border:none;border-radius:var(--radius-pill);background:var(--color-accent);color:var(--color-text-inverse);font-family:var(--font-display);font-weight:600;font-size:44px;line-height:1;letter-spacing:-.02em;box-shadow:var(--shadow-btn);cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.capture__shutter:active:not(:disabled){transform:translateY(8px);box-shadow:0 2px 0 var(--color-accent-deep)}.capture__shutter:disabled{opacity:.5;cursor:default}.capture__hint{display:flex;align-items:center;gap:var(--space-14);padding:16px 30px;border-radius:var(--radius-pill);background:#fbf6eeeb;font-family:var(--font-body);font-weight:500;font-size:var(--text-mono);color:var(--color-text-secondary)}.capture__hint-dot{width:12px;height:12px;flex:none;border-radius:50%;background:var(--color-accent)}.capture__hint strong{font-weight:700;color:var(--color-ink)}.gesture-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;pointer-events:none;z-index:3;background:#0e0c0a2e;animation:gesture-overlay-in .22s cubic-bezier(.16,1,.3,1) forwards}@keyframes gesture-overlay-in{0%{opacity:0}to{opacity:1}}.gesture-overlay__disc{position:relative;display:grid;place-items:center;width:260px;height:260px;border-radius:50%;background:#ffffff24;backdrop-filter:blur(24px) saturate(1.4);-webkit-backdrop-filter:blur(24px) saturate(1.4);border:1.5px solid rgba(255,255,255,.28);box-shadow:0 8px 40px #00000047,inset 0 1px #ffffff38;animation:gesture-disc-in .28s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes gesture-disc-in{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.gesture-overlay__icon{font-size:110px;line-height:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.35));-webkit-user-select:none;user-select:none}.gesture-overlay__label{font-family:var(--font-display);font-weight:600;font-size:48px;line-height:1;letter-spacing:-.01em;color:#fffffff2;text-shadow:0 2px 16px rgba(0,0,0,.55);margin:0}.gesture-overlay__ring{position:absolute;inset:0;border-radius:50%;border:2.5px solid rgba(255,255,255,.55);animation:gesture-ripple 1.8s ease-out infinite}.gesture-overlay__ring--2{animation-delay:.6s}.gesture-overlay__ring--3{animation-delay:1.2s}@keyframes gesture-ripple{0%{transform:scale(1);opacity:.7}to{transform:scale(1.9);opacity:0}}.gesture-overlay--locked .gesture-overlay__disc{background:#3d79f259;border-color:#3d79f299;box-shadow:0 0 0 18px #3d79f226,0 8px 40px #00000047,inset 0 1px #ffffff2e;animation:gesture-disc-in .18s cubic-bezier(.34,1.56,.64,1) forwards}.gesture-overlay--locked .gesture-overlay__icon{animation:gesture-icon-lock .3s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes gesture-icon-lock{0%{transform:scale(.7)}60%{transform:scale(1.15)}to{transform:scale(1)}}.gesture-overlay--locked .gesture-overlay__label{color:#a8d0ff}.capture__countdown{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:#0e0c0a26;color:var(--color-bg-primary)}.capture__countdown-disc{display:grid;place-items:center;width:420px;height:420px;flex:none;border-radius:50%;background:#3d79f247;backdrop-filter:blur(28px) saturate(1.5);-webkit-backdrop-filter:blur(28px) saturate(1.5);border:2px solid rgba(61,121,242,.45);box-shadow:0 0 0 28px #3d79f21a,0 12px 48px #00000038,inset 0 1px #ffffff2e}.capture__countdown-number{font-family:var(--font-display);font-weight:600;font-size:var(--text-countdown);line-height:1;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.5)}.capture__countdown-hold{margin-top:24px;font-family:var(--font-display);font-weight:600;font-size:62px;line-height:1;color:#fffffff2;text-shadow:0 2px 20px rgba(0,0,0,.55)}.capture__countdown-meta{font-size:28px;letter-spacing:.16em;color:#fff9;text-shadow:0 1px 8px rgba(0,0,0,.5)}.capture__error{position:absolute;inset:0;display:grid;place-items:center;background:var(--color-scrim);z-index:4}.capture__error-card{display:flex;flex-direction:column;align-items:center;gap:var(--space-26);padding:var(--space-72);border-radius:var(--radius-panel);background:var(--color-bg-card);box-shadow:var(--shadow-paper);text-align:center}.capture__error-icon{font-size:92px;line-height:1}.capture__error-title{font-family:var(--font-display);font-weight:600;font-size:var(--text-title);color:var(--color-ink)}.capture__error-actions{display:flex;align-items:center;gap:var(--space-22)}.review{position:absolute;inset:0;display:grid;grid-template-columns:1fr 460px;align-items:center;gap:48px;padding:48px 64px;background:var(--color-bg-primary)}.review__frame{position:relative;justify-self:center;width:1240px;max-width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-photo);overflow:hidden;background:var(--color-photo-empty-alt);box-shadow:var(--shadow-photo-lg)}.review__photo{width:100%;height:100%;object-fit:cover;display:block}.review__missing{position:absolute;inset:0;display:grid;place-items:center;padding:var(--space-44);font-family:var(--font-body);font-weight:500;font-size:var(--text-body);text-align:center;color:var(--color-text-secondary)}.review__badge{position:absolute;top:24px;left:24px;padding:12px 24px;border-radius:var(--radius-pill);background:#1c1a178c;font-size:var(--text-caption-sm);letter-spacing:.16em;color:var(--color-bg-primary)}.review__reference-shot{position:absolute;bottom:21px;left:50%;transform:translate(-50%) rotate(-8deg);display:flex;flex-direction:column;align-items:center;gap:8px}.review__reference-shot[data-slot="0"]{transform:translate(-50%) rotate(-8deg)}.review__reference-shot[data-slot="1"]{transform:translate(-50%) rotate(6deg)}.review__reference-shot[data-slot="2"]{transform:translate(-50%) rotate(-4deg)}.review__reference-shot[data-slot="3"]{transform:translate(-50%) rotate(10deg)}.review__reference-label{font-size:var(--text-min);letter-spacing:.16em;color:var(--color-bg-primary);text-shadow:0 2px 8px rgba(28,26,23,.6)}.review__reference-photo{width:347px;height:260px;object-fit:cover;display:block;border-radius:18px;border:4px solid #FFFFFF;background:var(--color-bg-card);box-shadow:0 12px 30px #1c1a174d}.review__side{display:flex;flex-direction:column;gap:30px}.review__step{font-size:22px;letter-spacing:.2em;color:var(--color-text-muted)}.review__title{font-family:var(--font-display);font-weight:600;font-size:84px;line-height:1;letter-spacing:-.03em;color:var(--color-ink)}.review__body{font-family:var(--font-body);font-weight:500;font-size:var(--text-body);line-height:1.45;color:var(--color-text-secondary)}.review__actions{display:flex;flex-direction:column;gap:20px;margin-top:12px}.review__actions .ui-btn--primary{padding:32px 0;font-size:42px}.review__actions .ui-btn--outline{padding:26px 0;font-weight:500;font-size:36px;border-color:var(--color-line-strong);color:var(--color-text-secondary)}.review__auto{font-size:var(--text-mono);color:var(--color-text-muted)}.frame-select{position:absolute;inset:0;display:grid;grid-template-columns:520px 1fr;align-items:center;gap:72px;padding:var(--pad-screen-top-pill) var(--pad-screen) 56px;background:var(--color-bg-primary)}.frame-select__preview{display:flex;flex-direction:column;align-items:center;gap:var(--space-26)}.frame-select__preview .ui-sheet{box-shadow:var(--shadow-paper)}.frame-select__caption{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.frame-select__caption-label{font-size:var(--text-caption-sm);letter-spacing:.18em;color:var(--color-text-muted)}.frame-select__caption-note{font-family:var(--font-body);font-weight:500;font-size:var(--text-caption-sm);color:var(--color-text-secondary)}.frame-select__picker{display:flex;flex-direction:column;justify-content:center;gap:var(--space-26);min-width:0}.frame-select__step{font-size:22px;letter-spacing:.2em;color:var(--color-text-muted)}.frame-select__title{font-family:var(--font-display);font-weight:600;font-size:var(--text-h-sm);line-height:1;letter-spacing:-.03em;color:var(--color-ink)}.frame-select__picker .ui-btn--primary{padding:28px 0;font-size:40px;margin-top:4px}.frame-section{display:flex;flex-direction:column;gap:var(--space-18)}.frame-section__head{display:flex;align-items:center;gap:var(--space-14)}.frame-section__label{font-size:21px;letter-spacing:.18em;color:var(--color-text-muted)}.frame-section__label--accent{color:var(--color-accent-deep)}.frame-section__chip{padding:6px 16px;border-radius:var(--radius-pill);background:var(--color-yellow);color:var(--color-yellow-ink);font-family:var(--font-body);font-weight:700;font-size:19px}.frame-section__rule{flex:1;height:2px;background:var(--color-line)}.frame-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-18)}.frame-card{display:flex;flex-direction:column;gap:12px;min-width:0;padding:16px;background:var(--color-bg-card);border:4px solid transparent;border-radius:var(--radius-card-sm);cursor:pointer;text-align:center;transition:background .16s ease,border-color .16s ease,transform .16s ease}.frame-card:active{transform:scale(.98)}.frame-card--selected{background:var(--color-accent-subtle);border-color:var(--color-accent)}.frame-card:focus-visible{border-color:var(--color-accent);outline:none}.frame-card__swatch{width:100%;height:76px;border-radius:var(--radius-cell);border:1px solid rgba(28,26,23,.12)}.frame-card__name{font-family:var(--font-body);font-weight:700;font-size:var(--text-mono);color:var(--color-ink)}.processing{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:52px;background:var(--color-bg-primary);overflow:hidden}.processing__spark{position:absolute;display:grid;place-items:center;border-radius:50%;pointer-events:none}.processing__spark--sun{top:150px;left:300px;width:74px;height:74px;background:var(--color-yellow-badge);color:var(--color-ink);font-size:32px;line-height:1}.processing__spark--dot{right:320px;bottom:220px;width:58px;height:58px;background:var(--color-accent-subtle)}.processing__stage{position:relative}.processing__sheet{position:relative;width:400px;height:600px;display:grid;grid-template-columns:1fr 1fr;background:var(--color-bg-card);border-radius:12px;box-shadow:0 26px 60px #1c1a1729}.processing__strip{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 10px;gap:8px}.processing__cell{width:100%;aspect-ratio:4 / 3;border-radius:7px;background:repeating-linear-gradient(-45deg,var(--color-accent-subtle) 0 8px,#EDF3FF 8px 16px);animation:drop 3.2s ease-out infinite}.processing__cell[data-slot="1"]{background:repeating-linear-gradient(-45deg,#f3e7ce 0 8px,#f8f1e1 8px 16px)}.processing__cell[data-slot="3"]{background:var(--color-accent)}.processing__wordmark{margin-top:2px;font-family:var(--font-display);font-weight:600;font-size:14px;line-height:1;color:#c4bcaf}.processing__cut{position:absolute;top:0;bottom:0;left:50%;border-left:2px dashed var(--color-line-soft);transform:translate(-1px)}.processing__feed{position:absolute;top:300px;left:330px;width:190px;height:142px;border-radius:10px;background:repeating-linear-gradient(-45deg,#f3e7ce 0 8px,#f8f1e1 8px 16px);box-shadow:0 14px 30px #1c1a1729;animation:feed 3.2s ease-in-out infinite}.processing__caption{position:absolute;left:-70px;bottom:-46px;font-size:var(--text-caption-sm);letter-spacing:.18em;color:var(--color-text-muted);white-space:nowrap}.processing__copy{display:flex;flex-direction:column;align-items:center;gap:var(--space-14);text-align:center}.processing__title{font-family:var(--font-display);font-weight:600;font-size:var(--text-h-md);line-height:1;letter-spacing:-.03em;color:var(--color-ink)}.processing__sub{font-family:var(--font-body);font-weight:500;font-size:var(--text-body);color:var(--color-text-soft)}.processing__bar{width:560px;height:16px;margin-top:10px;border-radius:var(--radius-pill);background:var(--color-line);overflow:hidden}.processing__bar-fill{display:block;height:100%;border-radius:var(--radius-pill);background:var(--color-accent);animation:fill 3.2s ease-out infinite}.processing--failed{gap:var(--space-26);text-align:center}.processing__error-icon{font-size:110px;line-height:1}.processing__error-actions{display:flex;align-items:center;gap:var(--space-22);margin-top:var(--space-18)}@media(prefers-reduced-motion:reduce){.processing__cell{animation:none}.processing__feed{display:none}.processing__bar-fill{animation:none;width:100%}}.final-preview{position:absolute;inset:0;display:grid;grid-template-columns:620px 1fr;align-items:center;justify-items:start;gap:72px;padding:64px var(--pad-screen);background:var(--color-bg-primary)}.final-preview__paper{position:relative;width:560px;aspect-ratio:2 / 3;border-radius:12px;overflow:hidden;background:var(--color-bg-card);box-shadow:0 30px 70px #1c1a1733;transform:rotate(-2deg)}.final-preview__sheet{width:100%;height:100%;object-fit:contain;display:block}.final-preview__empty{position:absolute;inset:0;display:grid;place-items:center;padding:var(--space-44);font-family:var(--font-body);font-weight:500;font-size:var(--text-body);text-align:center;color:var(--color-text-secondary)}.final-preview__side{display:flex;flex-direction:column;gap:28px}.final-preview__step{font-size:22px;letter-spacing:.2em;color:var(--color-text-muted)}.final-preview__title{font-family:var(--font-display);font-weight:600;font-size:var(--text-h-lg);line-height:.98;letter-spacing:-.035em;color:var(--color-ink);white-space:pre-line}.final-preview__body{max-width:640px;font-family:var(--font-body);font-weight:500;font-size:var(--text-body);line-height:1.45;color:var(--color-text-secondary)}.final-preview__actions{display:flex;align-items:center;gap:20px;margin-top:12px}.final-preview__actions .ui-btn--primary{padding:30px 60px;font-size:40px}.final-preview__actions .ui-btn--invert{padding:26px 46px;font-weight:500;font-size:34px;border:3px solid var(--color-line-strong)}.final-preview__actions .ui-btn--ghost{padding:26px 10px;font-family:var(--font-body);font-size:30px;color:var(--color-text-secondary)}.qr-display{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:34px;padding:160px var(--pad-screen) 56px;background:var(--color-bg-primary)}.qr-display__title{font-family:var(--font-display);font-weight:600;font-size:var(--text-h-md);line-height:1;letter-spacing:-.03em;text-align:center;color:var(--color-ink)}.qr-display__card{padding:40px;border-radius:var(--radius-photo);background:var(--color-bg-card);box-shadow:0 26px 60px #1c1a1729}.qr-display__code{display:grid;place-items:center;width:380px;height:380px}.qr-display__code img{width:100%;height:100%;object-fit:contain;display:block;image-rendering:pixelated}.qr-display__unavailable{padding:0 24px;font-family:var(--font-body);font-weight:500;font-size:26px;line-height:1.3;text-align:center;color:var(--color-text-muted)}.qr-display__url{padding:16px 34px;border-radius:var(--radius-pill);background:var(--color-accent-subtle);font-family:var(--font-mono);font-weight:500;font-size:32px;color:var(--color-accent-deep)}.qr-display__returning{font-family:var(--font-body);font-weight:500;font-size:28px;color:var(--color-text-muted)}.qr-display .ui-btn--invert{padding:22px 56px;font-weight:500;font-size:32px;border:3px solid var(--color-line-strong);color:var(--color-text-secondary)}.thankyou{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:34px;padding:var(--pad-screen);background:var(--color-accent);color:var(--color-text-inverse);text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none}.thankyou__title{font-family:var(--font-display);font-weight:600;font-size:128px;line-height:1;letter-spacing:-.035em}.thankyou__sub{font-family:var(--font-body);font-weight:500;font-size:var(--text-title-sm);color:#ffffffd9}.thankyou__ring-wrap{position:relative;width:140px;height:140px;display:grid;place-items:center}.thankyou__ring-svg{position:absolute;inset:0;width:100%;height:100%}.thankyou__ring-number{font-family:var(--font-display);font-weight:600;font-size:52px;line-height:1;color:#fff;font-variant-numeric:tabular-nums}.thankyou__tap{font-family:var(--font-body);font-size:var(--text-mono);letter-spacing:.08em;color:#ffffff8c}.gallery{height:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:32px;padding:32px 20px 64px;background:var(--color-bg-primary)}.gallery__header{display:flex;justify-content:center}.gallery__status{font-family:var(--font-body);font-size:18px;color:var(--color-text-secondary);text-align:center;margin-top:64px}.gallery__content{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%;max-width:420px}.gallery__sheet{display:block;width:100%;border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card-lg);text-decoration:none}.gallery__sheet img{display:block;width:100%;height:auto}.gallery__download-label{display:block;padding:14px;text-align:center;font-family:var(--font-body);font-weight:600;font-size:16px;color:var(--color-accent);background:var(--color-bg-card)}.gallery__photos{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%}.gallery__photo{display:block;border-radius:var(--radius-cell);overflow:hidden;box-shadow:var(--shadow-card)}.gallery__photo img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.gallery__boomerang{display:flex;flex-direction:column;width:100%;border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card-lg)}.gallery__boomerang video{display:block;width:100%;height:auto;background:#000}.gallery__boomerang-pending{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;font-family:var(--font-body);font-size:15px;color:var(--color-text-secondary);text-align:center}@font-face{font-family:Fredoka;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/fredoka-latin-var.woff2) format("woff2")}@font-face{font-family:Plus Jakarta Sans;font-style:normal;font-weight:400 800;font-display:swap;src:url(/fonts/plusjakartasans-latin-var.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/ibmplexmono-latin-400.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/ibmplexmono-latin-500.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/ibmplexmono-latin-600.woff2) format("woff2")}:root{--color-bg-primary: #FBF6EE;--color-bg-secondary: #F1ECE1;--color-bg-card: #FFFFFF;--color-ink: #1C1A17;--color-text-primary: #1C1A17;--color-text-secondary: #6E675E;--color-text-soft: #8A8378;--color-text-muted: #A39B90;--color-text-inverse: #FFFFFF;--color-line: #E7E1D6;--color-line-strong: #DAD3C7;--color-line-soft: #E4DDD1;--color-border-active: #3D79F2;--color-accent: #3D79F2;--color-accent-deep: #2C5FD0;--color-accent-hover: #4B85F5;--color-accent-subtle: #DFEAFF;--color-yellow: #FFE9A8;--color-yellow-badge: #F5C542;--color-yellow-ink: #7A5A00;--color-live: #E2453B;--color-stage: #1C1A17;--color-scrim: rgba(28, 26, 23, .55);--color-photo-empty: #EFEAE1;--color-photo-empty-alt: #E7E1D6;--font-display: "Fredoka", "Plus Jakarta Sans", system-ui, sans-serif;--font-body: "Plus Jakarta Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--text-hero: 100px;--text-countdown: 260px;--text-h-lg: 92px;--text-h-md: 76px;--text-h-sm: 64px;--text-title: 52px;--text-title-sm: 38px;--text-btn: 50px;--text-btn-sm: 44px;--text-body: 30px;--text-body-sm: 26px;--text-caption: 24px;--text-caption-sm: 20px;--text-mono: 24px;--text-mono-sm: 16px;--text-min: 17px;--space-10px: 10px;--space-14: 14px;--space-18: 18px;--space-22: 22px;--space-26: 26px;--space-34: 34px;--space-44: 44px;--space-48: 48px;--space-72: 72px;--pad-screen: 96px;--pad-screen-sm: 64px;--pad-screen-top-pill: 150px;--radius-pill: 999px;--radius-card-lg: 48px;--radius-photo: 44px;--radius-panel: 36px;--radius-card: 30px;--radius-card-sm: 24px;--radius-cell: 14px;--radius-cell-sm: 8px;--radius-paper: 10px;--radius-paper-sm: 6px;--shadow-btn: 0 10px 0 var(--color-accent-deep);--shadow-card: 0 14px 34px rgba(28, 26, 23, .08);--shadow-card-lg: 0 18px 44px rgba(28, 26, 23, .08);--shadow-photo: 0 20px 50px rgba(28, 26, 23, .14);--shadow-photo-lg: 0 24px 60px rgba(28, 26, 23, .16);--shadow-paper: 0 24px 56px rgba(28, 26, 23, .18);--shadow-paper-lg: 0 30px 70px rgba(28, 26, 23, .2);--shadow-pill: 0 8px 24px rgba(28, 26, 23, .14)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}html,body{width:100%;height:100%;overflow:hidden;background-color:var(--color-bg-primary);color:var(--color-text-primary);font-family:var(--font-body);font-size:var(--text-caption);font-weight:500;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;user-select:none;cursor:default}:root{--stage-scale: 1}#root{position:relative;width:100%;height:100%;overflow:hidden;background:var(--color-bg-primary)}.stage{position:absolute;left:50%;top:50%;width:1920px;height:1080px;overflow:hidden;transform:translate(-50%,-50%) scale(var(--stage-scale));transform-origin:center center}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.15;letter-spacing:-.02em}.meta{font-family:var(--font-mono);font-weight:500;text-transform:uppercase;letter-spacing:.14em;color:var(--color-text-muted)}.ui-session{position:absolute;top:40px;left:50%;transform:translate(-50%);z-index:5;pointer-events:none;display:flex;align-items:center;gap:var(--space-14);padding:14px 26px;background:#ffffff1f;backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border:1.5px solid rgba(255,255,255,.22);border-radius:var(--radius-pill);box-shadow:0 4px 24px #0000002e,inset 0 1px #fff3}.ui-session__dot{width:14px;height:14px;flex:none;border-radius:50%;background:var(--color-accent)}.ui-session__label{font-size:var(--text-mono);letter-spacing:.1em;color:#ffffffeb;font-variant-numeric:tabular-nums;text-shadow:0 1px 6px rgba(0,0,0,.4)}.ui-session__bar{width:240px;height:6px;flex:none;border-radius:var(--radius-pill);background:#fff3;overflow:hidden}.ui-session__bar-fill{display:block;height:100%;border-radius:var(--radius-pill);background:var(--color-accent);transition:width 1s linear,background-color .3s ease}.ui-session--warning .ui-session__dot,.ui-session--warning .ui-session__bar-fill{background:var(--color-live)}.ui-session--warning .ui-session__label{color:#ff8080;text-shadow:0 1px 6px rgba(0,0,0,.5)}.ui-session--warning .ui-session__dot{animation:pulse 1.4s ease-in-out infinite}.ui-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-14);min-height:88px;font-family:var(--font-display);font-weight:600;line-height:1;letter-spacing:-.02em;text-align:center;border:none;border-radius:var(--radius-pill);cursor:pointer;transition:transform .15s ease,background-color .25s ease,box-shadow .25s ease,border-color .25s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.ui-btn--md{padding:0 var(--space-48);font-size:40px}.ui-btn--lg{padding:32px 84px;font-size:var(--text-btn-sm)}.ui-btn--hero{width:100%;padding:44px 0;font-size:var(--text-btn)}.ui-btn--xl{padding:0 var(--space-48);font-size:var(--text-btn)}.ui-btn--primary{background:var(--color-accent);color:var(--color-text-inverse);box-shadow:var(--shadow-btn)}.ui-btn--outline,.ui-btn--secondary{background:transparent;color:var(--color-text-primary);border:3px solid var(--color-line-strong)}.ui-btn--ghost{background:transparent;color:var(--color-text-secondary)}.ui-btn--invert{background:var(--color-bg-card);color:var(--color-text-primary)}.ui-btn--primary:active:not(:disabled){background:var(--color-accent-hover);transform:translateY(8px);box-shadow:0 2px 0 var(--color-accent-deep)}.ui-btn--outline:active:not(:disabled),.ui-btn--secondary:active:not(:disabled){background:var(--color-accent-subtle);border-color:var(--color-border-active)}.ui-btn--ghost:active:not(:disabled),.ui-btn--invert:active:not(:disabled){transform:scale(.96)}.ui-btn--invert:active:not(:disabled){background:#f3f6ff}@media(hover:hover){.ui-btn--primary:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-2px)}.ui-btn--outline:hover:not(:disabled),.ui-btn--secondary:hover:not(:disabled){border-color:var(--color-border-active)}.ui-btn--ghost:hover:not(:disabled){color:var(--color-accent)}.ui-btn--invert:hover:not(:disabled){background:#f3f6ff}}.ui-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.ui-btn--full{width:100%}.ui-btn__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ui-btn__spinner{width:1.1em;height:1.1em;flex-shrink:0;border-radius:var(--radius-pill);border:3px solid currentColor;border-top-color:transparent;animation:ui-btn-spin .7s linear infinite}@keyframes ui-btn-spin{to{transform:rotate(360deg)}}.ui-btn--loading:disabled{opacity:.75;cursor:progress}@media(prefers-reduced-motion:reduce){.ui-btn__spinner{animation-duration:1.6s}}.ui-wordmark{font-family:var(--font-display);font-weight:600;line-height:1;letter-spacing:-.01em;color:var(--color-text-primary);white-space:nowrap}.ui-wordmark--sm{font-size:var(--text-caption)}.ui-wordmark--lg{font-size:30px}.ui-strip{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:0;padding:0 var(--strip-pad-y);gap:var(--strip-gap)}.ui-strip__cell{position:relative;flex:none;width:100%;aspect-ratio:4 / 3;border-radius:var(--strip-cell-radius);background:var(--color-photo-empty);overflow:hidden}.ui-strip--hatched .ui-strip__cell{background:repeating-linear-gradient(-45deg,var(--color-accent-subtle) 0 8px,#EDF3FF 8px 16px)}.ui-strip--hatched .ui-strip__cell[data-slot="1"],.ui-strip--hatched .ui-strip__cell[data-slot="3"]{background:repeating-linear-gradient(-45deg,#f3e7ce 0 8px,#f8f1e1 8px 16px)}.ui-strip__photo{width:100%;height:100%;object-fit:cover;display:block}.ui-strip__ornament{position:absolute;bottom:calc(var(--strip-orn-w) * .06);left:50%;transform:translate(-50%) rotate(-8deg);width:var(--strip-orn-w);height:var(--strip-orn-h);border-radius:var(--strip-orn-radius);border:2px solid #FFFFFF;background:var(--color-photo-empty-alt);overflow:hidden;box-shadow:0 2px 6px #0000002e}.ui-strip__cell[data-slot="0"] .ui-strip__ornament{transform:translate(-50%) rotate(-8deg)}.ui-strip__cell[data-slot="1"] .ui-strip__ornament{transform:translate(-50%) rotate(6deg)}.ui-strip__cell[data-slot="2"] .ui-strip__ornament{transform:translate(-50%) rotate(-4deg)}.ui-strip__cell[data-slot="3"] .ui-strip__ornament{transform:translate(-50%) rotate(10deg)}.ui-strip__ornament img{width:100%;height:100%;object-fit:cover;display:block}.ui-strip__wordmark{margin-top:4px;font-family:var(--font-display);font-weight:600;font-size:var(--strip-wordmark);line-height:1;text-align:center;color:var(--sheet-ink, var(--color-text-muted));flex:none}.ui-sheet{position:relative;width:var(--sheet-w);aspect-ratio:2 / 3;display:grid;grid-template-columns:1fr 1fr;background:var(--sheet-paper);border-radius:var(--sheet-radius);overflow:hidden}.ui-sheet__cut{position:absolute;top:0;bottom:0;left:50%;border-left:2px dashed var(--color-line-soft);transform:translate(-1px)}@keyframes screen-enter{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.screen-enter{animation:screen-enter .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes countdown-pulse{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}.countdown-number{animation:countdown-pulse .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes shutter-flash{0%{opacity:0}10%{opacity:1}to{opacity:0}}.shutter-flash{position:fixed;inset:0;background:#fff;pointer-events:none;z-index:999;animation:shutter-flash .4s ease forwards}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.pulse{animation:pulse 1.4s ease-in-out infinite}@keyframes drop{0%,4%{opacity:0;transform:translateY(-26px)}16%,92%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-26px)}}@keyframes feed{0%{opacity:0;transform:translate(130px,-46px) rotate(9deg) scale(1.06)}22%,66%{opacity:1}70%{opacity:1;transform:translate(0) rotate(0) scale(1)}86%,to{opacity:0;transform:translate(0) rotate(0) scale(.96)}}@keyframes fill{0%{width:0%}to{width:100%}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:44px;height:44px;border:4px solid var(--color-line);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}@media(prefers-reduced-motion:reduce){.screen-enter,.countdown-number{animation-duration:1ms}.pulse{animation:none}}
