@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400&display=swap";.capture-flow{min-height:100dvh;display:flex;flex-direction:column;background:#000;color:#fff;overflow:hidden;-webkit-tap-highlight-color:transparent}.capture-flow--paper{background:var(--paper);color:var(--ink)}.camera-screen{flex:1;display:flex;flex-direction:column;min-height:100dvh;background:#000;position:relative}.camera-preview-wrap{flex:1;position:relative;overflow:hidden;background:#0a0a0a}.camera-preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.camera-enhance-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:1}.camera-hint{position:absolute;top:max(3.5rem,calc(env(safe-area-inset-top) + 2rem));left:50%;transform:translate(-50%);padding:.4375rem .875rem;border-radius:999px;background:#0000006b;color:#fff;font-size:.8125rem;font-weight:500;white-space:nowrap;pointer-events:none;z-index:2}.camera-live-meters{position:absolute;top:max(5.5rem,calc(env(safe-area-inset-top) + 3.75rem));left:50%;transform:translate(-50%);display:flex;gap:.5rem;pointer-events:none;z-index:2}.camera-live-meters span{padding:.2rem .5rem;border-radius:999px;background:#0000006b;color:#fff9;font-size:.6875rem;font-weight:500;font-variant-numeric:tabular-nums;white-space:nowrap}.camera-rail{position:absolute;right:max(.375rem,env(safe-area-inset-right));top:50%;transform:translateY(-42%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.5rem .3125rem;border-radius:999px;background:#0000006b}.camera-rail-btn{width:44px;min-height:44px;border:0;border-radius:50%;background:transparent;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.0625rem;cursor:pointer;padding:0;flex-shrink:0}.camera-rail-btn--zoom{border-radius:12px}.camera-rail-btn--on{color:var(--signal)}.camera-rail-btn:active{transform:scale(.96)}.camera-rail-caption{font-size:.5625rem;font-weight:600;letter-spacing:.04em;line-height:1;color:inherit}.camera-grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:1.25rem;overflow:hidden}.camera-grid-glow,.camera-grid-lines{position:absolute;top:0;right:0;bottom:0;left:0;--grid-rows: 2;--grid-cols: 2;background-image:repeating-linear-gradient(to right,transparent 0,transparent calc(100% / var(--grid-cols) - 1.25px),rgba(217,82,59,.92) calc(100% / var(--grid-cols) - 1.25px),rgba(217,82,59,.92) calc(100% / var(--grid-cols))),repeating-linear-gradient(to bottom,transparent 0,transparent calc(100% / var(--grid-rows) - 1.25px),rgba(217,82,59,.92) calc(100% / var(--grid-rows) - 1.25px),rgba(217,82,59,.92) calc(100% / var(--grid-rows)));transition:background-size .28s ease,opacity .28s ease}.camera-grid-glow{filter:blur(7px);opacity:.45;animation:grid-breathe 2.4s ease-in-out infinite}.camera-grid-lines{opacity:.88;box-shadow:inset 0 0 0 1px #d9523b59}.camera-grid-scan{position:absolute;left:8%;right:8%;height:28%;top:0;background:linear-gradient(to bottom,transparent,rgba(217,82,59,.18),transparent);animation:grid-scan 2.8s linear infinite}.camera-grid-caption{position:relative;margin:0;padding:.375rem .55rem .375rem .85rem;border-radius:999px;background:#00000080;color:#ffffffeb;font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:.5rem;letter-spacing:.01em;pointer-events:none}.camera-grid-size{display:flex;align-items:center;gap:.2rem;pointer-events:auto}.camera-grid-size-btn{width:1.6rem;height:1.6rem;border:0;border-radius:999px;background:#ffffff24;color:#fff;font-size:1rem;line-height:1;cursor:pointer}.camera-grid-count{padding:.1rem .4rem;border-radius:999px;background:#d9523be6;color:#fff;font-variant-numeric:tabular-nums;font-size:.6875rem;min-width:2.4rem;text-align:center}.grid-working{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#0000009e;color:#fff}.grid-working-ring{width:52px;height:52px;border-radius:50%;border:2px solid rgba(217,82,59,.25);border-top-color:#d9523b;animation:grid-spin .8s linear infinite}.grid-working-title{margin:.5rem 0 0;font-size:1.05rem;font-weight:600}.grid-working-sub{margin:0;font-size:.8rem;color:#fff9}.grid-working--inline{position:relative;inset:auto;background:transparent;padding:0 0 .35rem;z-index:1}.grid-working--inline .grid-working-ring{width:36px;height:36px}.grid-confirm-thumbs--busy{opacity:.72}@keyframes grid-breathe{0%,to{opacity:.28}50%{opacity:.62}}@keyframes grid-scan{0%{transform:translateY(-40%)}to{transform:translateY(320%)}}@keyframes grid-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.camera-grid-glow,.camera-grid-scan,.grid-working-ring{animation:none}}.grid-confirm{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:1.25rem 1.25rem max(1.5rem,env(safe-area-inset-bottom));background:#000000b8;color:#fff}.grid-confirm-title{margin:0;font-size:1.125rem;font-weight:600}.grid-confirm-sub{margin:.25rem 0 1rem;font-size:.8125rem;color:#fff9}.grid-confirm-thumbs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;width:min(100%,280px);margin-bottom:1.25rem}.grid-confirm-thumb{aspect-ratio:1;border:2px solid rgba(255,255,255,.35);border-radius:12px;padding:0;overflow:hidden;background:#141414;cursor:pointer}.grid-confirm-thumb--dropped{opacity:.35;border-color:transparent}.grid-confirm-thumb img{width:100%;height:100%;object-fit:cover;display:block}.grid-confirm-actions{display:flex;width:min(100%,320px);gap:.75rem;align-items:center}.grid-confirm-retake{flex:0 0 auto;min-height:52px;padding:0 1rem;border:0;border-radius:14px;background:transparent;color:#fff;font-size:1rem;font-weight:500;cursor:pointer}.grid-confirm-save{flex:1;height:52px;border:0;border-radius:14px;background:var(--signal);color:#fff;font-size:1.0625rem;font-weight:600;cursor:pointer}.grid-confirm-save:disabled{opacity:.45;cursor:not-allowed}.grid-confirm-save:active:not(:disabled){background:#b83e29}.camera-top-row{position:absolute;top:max(.5rem,env(safe-area-inset-top));left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;z-index:3;min-height:44px}.camera-icon-btn{width:44px;height:44px;border:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.camera-done-btn{min-width:44px;min-height:44px;border:0;background:transparent;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;padding:0 .5rem}.camera-timer{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:999px;background:#0000006b;font-size:.8125rem;font-weight:600;font-variant-numeric:tabular-nums}.camera-timer-dot{width:8px;height:8px;border-radius:50%;background:var(--signal);animation:rec-pulse 1s ease-in-out infinite}@keyframes rec-pulse{0%,to{opacity:1}50%{opacity:.35}}.camera-controls{flex-shrink:0;display:flex;flex-direction:column;align-items:center;padding:1rem 0 max(1.25rem,env(safe-area-inset-bottom));background:#000;overflow:visible}.camera-dots-row{display:flex;align-items:center;gap:.625rem;min-height:18px;margin-bottom:1.125rem}.camera-dots{display:flex;gap:.5rem;align-items:center;min-height:6px}.camera-count{font-size:.6875rem;font-weight:600;font-variant-numeric:tabular-nums;color:#ffffffb8;letter-spacing:.02em}.camera-dot{width:6px;height:6px;border-radius:50%;background:#ffffff47}.camera-dot--filled{background:var(--signal)}.camera-mode-row{display:flex;gap:1.625rem;align-items:center;min-height:44px;margin-bottom:1.25rem;font-size:.75rem;font-weight:600;letter-spacing:.16em;touch-action:pan-y}.camera-mode-btn{border:0;background:transparent;padding:.625rem .25rem;min-height:44px;cursor:pointer;color:#fff9}.camera-mode-btn--active{color:var(--signal)}.camera-shutter-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 2.125rem 0;box-sizing:border-box;overflow:visible}.camera-thumb-wrap{position:relative;width:48px;height:48px;flex-shrink:0;overflow:visible}.camera-thumb-btn{width:48px;height:48px;border-radius:11px;border:0;padding:0;overflow:hidden;background:#141414;box-shadow:0 0 0 1px #ffffff38;cursor:pointer}.camera-thumb-badge{position:absolute;right:-7px;top:-7px;z-index:2;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--signal);color:#fff;font-size:.625rem;font-weight:700;font-variant-numeric:tabular-nums;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #000;pointer-events:none}.camera-thumb-btn--empty{background:#1e1b19}.camera-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.camera-shutter{width:74px;height:74px;border-radius:50%;border:3px solid var(--signal);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0}.camera-shutter:active{transform:scale(.96)}.camera-shutter-inner{width:60px;height:60px;border-radius:50%;background:#fff}.camera-shutter-inner--recording{width:28px;height:28px;border-radius:6px;background:var(--signal)}.camera-flip-btn{width:48px;height:48px;border-radius:50%;border:0;background:#ffffff29;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.camera-flip-btn:active{transform:scale(.96)}.camera-shutter-spacer{width:48px;height:48px;flex-shrink:0;visibility:hidden;pointer-events:none}.camera-error{position:absolute;bottom:6rem;left:1rem;right:1rem;text-align:center;color:#fff;font-size:.875rem;background:#0000008c;padding:.75rem 1rem;border-radius:12px;z-index:4}.camera-hidden-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.review-screen{min-height:100dvh;display:flex;flex-direction:column;background:var(--paper);color:var(--ink)}.review-nav{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:max(.25rem,env(safe-area-inset-top)) .75rem 0}.review-nav-btn{min-width:44px;min-height:44px;border:0;background:transparent;font-size:1rem;font-weight:500;cursor:pointer;padding:0 .5rem;color:var(--ink)}.review-nav-btn--signal{color:var(--signal)}.review-nav-title{font-size:1rem;font-weight:600}.review-preview{flex:1;display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;min-height:0}.review-preview-img{max-width:100%;max-height:min(52vh,420px);object-fit:contain;border-radius:4px}.review-preview-video-wrap{position:relative;width:100%}.review-preview-video{width:100%;max-height:min(58vh,480px);object-fit:contain;border-radius:4px;background:#000}.review-play-badge{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.review-duration-badge{position:absolute;bottom:.75rem;right:.75rem;padding:.25rem .5rem;border-radius:6px;background:#0000008c;color:#fff;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.review-filmstrip{display:flex;gap:.5rem;padding:.75rem 1rem;overflow-x:auto}.review-filmstrip-thumb{width:62px;height:62px;flex-shrink:0;border-radius:8px;border:2px solid transparent;padding:0;overflow:hidden;cursor:pointer;background:#e8e0d4;position:relative}.review-slot-empty{width:62px;height:62px;flex-shrink:0;border-radius:8px;border:1.5px dashed var(--rule);background:transparent;cursor:pointer;display:flex;align-items:flex-end;justify-content:center;padding:0 0 4px}.review-slot-label{position:absolute;left:0;right:0;bottom:0;font-size:.5rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#15110f8c;padding:2px 0;text-align:center}.review-slot-empty .review-slot-label{position:static;color:var(--ink-soft);background:transparent}.review-slot-hint,.review-confirm{margin:0 1.25rem .35rem;font-size:.8125rem;color:var(--ink-soft);text-align:center}.review-filmstrip-thumb--selected{border-color:var(--signal)}.review-filmstrip-thumb img{width:100%;height:100%;object-fit:cover;display:block}.review-add-tile{width:62px;height:62px;flex-shrink:0;border-radius:8px;border:1.5px dashed var(--rule);background:transparent;color:var(--ink-soft);font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.review-footer{padding:.75rem 1.25rem max(1.25rem,env(safe-area-inset-bottom))}.review-primary-btn{width:100%;height:52px;border:0;border-radius:14px;background:var(--signal);color:#fff;font-size:1.0625rem;font-weight:600;cursor:pointer}.review-primary-btn:disabled{opacity:.5;cursor:not-allowed}.review-primary-btn:active:not(:disabled){background:#b83e29}.review-ghost-row{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:.375rem}.review-ghost-btn{min-height:44px;border:0;background:transparent;font-size:.9375rem;cursor:pointer;padding:0 1rem;color:var(--ink-soft)}.review-ghost-btn--ink{color:var(--ink);font-weight:500}.review-ghost-divider{width:1px;height:1rem;background:var(--rule)}.review-error{margin:0 1.25rem .5rem;color:var(--ink);font-size:.875rem;line-height:1.4}.optimize-screen{min-height:100dvh;display:flex;flex-direction:column;background:var(--paper)}.optimize-preview{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem}.optimize-preview img{max-width:100%;max-height:50vh;object-fit:contain}.optimize-footer{padding:1rem 1.25rem max(1.5rem,env(safe-area-inset-bottom))}.optimize-skip-btn{width:100%;min-height:44px;border:0;background:transparent;color:var(--ink);font-size:1rem;font-weight:500;cursor:pointer}.optimize-working{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;color:var(--ink-soft)}.optimize-working-spinner{width:32px;height:32px;border:2px solid var(--rule);border-top-color:var(--signal);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-screen{min-height:100dvh;display:flex;flex-direction:column;align-items:center;background:var(--paper);color:var(--ink);padding:max(2rem,env(safe-area-inset-top)) 1.5rem max(1.5rem,env(safe-area-inset-bottom))}.status-thumb{width:120px;height:120px;border-radius:16px;object-fit:cover;opacity:.55;margin-top:auto}.status-copy{margin-top:1.5rem;font-size:1rem;color:var(--ink-soft)}.done-headline{font-family:Fraunces,Georgia,serif;font-size:2.5rem;font-weight:400;margin:1.5rem 0 0}.done-count{margin:.5rem 0 0;font-size:.9375rem;color:var(--ink-soft)}.done-count--home{min-height:44px;padding:0 .5rem;border:0;background:transparent;text-decoration:underline;text-underline-offset:.2em;cursor:pointer;font:inherit;color:var(--ink-soft)}.done-thumb{width:140px;height:140px;border-radius:16px;object-fit:cover;margin-top:2rem}.done-review-link{margin-top:1.25rem;min-height:44px;border:0;background:transparent;color:var(--signal);font-size:1rem;font-weight:600;cursor:pointer}.done-next-wrap{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:.5rem}.done-next-label{font-size:.8125rem;color:var(--ink-soft)}.done-shutter{width:74px;height:74px;border-radius:50%;border:3px solid var(--signal);background:var(--paper);display:flex;align-items:center;justify-content:center;cursor:pointer}.done-shutter:active{transform:scale(.96)}.capture-grid-park-error{margin:0;padding:max(.75rem,env(safe-area-inset-top)) 1.25rem .5rem;background:var(--paper);color:var(--ink);font-size:.875rem;line-height:1.4;text-align:center}.home-shell{min-height:100dvh;display:flex;flex-direction:column;background:var(--paper);color:var(--ink)}.home-pane-slot{flex:1;min-height:0;display:flex;flex-direction:column}.home-pane-slot[hidden]{display:none!important}.home-pane{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:max(4px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) 0 max(16px,env(safe-area-inset-left));padding-bottom:calc(4.25rem + env(safe-area-inset-bottom))}.home-nav{display:flex;align-items:flex-end;justify-content:space-between;min-height:44px;margin:0 0 8px;gap:12px}.home-back-btn{min-width:44px;min-height:44px;padding:0 .25rem 0 0;border:0;background:transparent;color:var(--ink);font-size:1.0625rem;font-weight:500;cursor:pointer;flex-shrink:0}.home-back-btn:active{transform:scale(.96)}.home-nav--create{justify-content:flex-start;align-items:center}.home-title{margin:0;font-size:34px;font-weight:700;letter-spacing:-.045em;line-height:1.05}.home-icon-btn{width:44px;height:44px;border:0;border-radius:12px;background:transparent;color:var(--signal);font-size:1.75rem;font-weight:400;line-height:1;cursor:pointer}.home-icon-btn:active{transform:scale(.96)}.home-grouped{background:#fffcf7;border:0;border-radius:10px;overflow:hidden}.home-row{display:flex;align-items:center;gap:12px;width:100%;min-height:88px;padding:8px 12px 8px 10px;border:0;background:#fffcf7;color:inherit;text-align:left;cursor:pointer;position:relative;-webkit-tap-highlight-color:transparent}.home-grouped>.home-row+.home-row:before,.home-swipe-wrap+.home-swipe-wrap .home-row:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:#e2d8c5;pointer-events:none}.home-row-thumb{width:80px;height:80px;border-radius:8px;object-fit:cover;background:#e2d8c5;flex-shrink:0}.home-row-thumb--empty{display:block}.home-row-copy{flex:1;min-width:0}.home-row-title{font-size:1.0625rem;font-weight:600;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-row-meta{margin-top:.125rem;font-size:.8125rem;color:var(--ink-soft)}.home-chevron{flex-shrink:0;color:#c4b8a8;display:block}.home-swipe-wrap{position:relative;overflow:hidden;isolation:isolate}.home-swipe-row{position:relative;z-index:1;display:flex;width:100%;min-width:100%;background:#fffcf7;touch-action:pan-y;cursor:pointer}.home-swipe-delete{position:absolute;top:0;right:0;bottom:0;z-index:0;width:88px;border:0;border-left:1px solid #b83e29;background:#d9523b;color:#fff;font-weight:600;font-size:.9375rem;cursor:pointer}.home-empty{padding:2.5rem 0;text-align:center;color:var(--ink-soft)}.home-empty p{margin:0 0 1rem;font-size:1rem}.home-empty-btn{min-height:44px;min-width:44px;padding:0 1.25rem;border:0;border-radius:14px;background:#d9523b;color:#fff;font-size:1.0625rem;font-weight:600;cursor:pointer}.home-capture-new{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;padding:0 1.25rem;border:1px dashed #d9523b;border-radius:14px;background:#fffcf7;color:#d9523b;font-size:1.0625rem;font-weight:600;cursor:pointer}.home-capture-new:active{transform:scale(.98)}.home-capture-new--row{border:0;border-radius:0;border-bottom:1px dashed #e2d8c5;justify-content:flex-start;min-height:52px;padding:12px 16px}.home-error{margin:0 0 .75rem;font-size:.875rem;color:#d9523b}.home-ai-fill{width:100%;height:52px;margin:.5rem 0 0;border:0;border-radius:14px;background:#15110f;color:#fff;font-size:1.0625rem;font-weight:600;cursor:pointer}.home-ai-fill:disabled{opacity:.5;cursor:not-allowed}.home-ai-fill:active:not(:disabled){background:#2a2420}.home-filmstrip{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;margin-bottom:1rem}.home-film-thumb{width:72px;height:72px;border-radius:10px;object-fit:cover;flex-shrink:0;background:#e2d8c5}.home-film-thumb--adding{position:relative;overflow:hidden}.home-film-thumb--adding img{width:100%;height:100%;object-fit:cover;opacity:.55}.home-film-thumb-spinner{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:22px;height:22px;border:2px solid #e2d8c5;border-top-color:#d9523b;border-radius:50%;animation:home-spin .8s linear infinite}@keyframes home-spin{to{transform:rotate(360deg)}}.home-add-photos{display:flex;gap:.5rem;margin-bottom:1.25rem}.home-add-photos label,.home-ghost{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 .875rem;border:1px solid #e2d8c5;border-radius:12px;background:#fffcf7;color:var(--ink);font-size:.9375rem;font-weight:500;cursor:pointer}.home-add-photos input{display:none}.home-add-photos label[aria-disabled=true]{opacity:.5;pointer-events:none;cursor:not-allowed}.home-field{display:block;margin-bottom:.875rem}.home-field span{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8f8278;margin-bottom:.375rem}.home-field input,.home-field textarea{width:100%;box-sizing:border-box;border:1px solid #e2d8c5;border-radius:12px;background:#fffcf7;color:var(--ink);font:inherit;padding:.75rem .875rem;outline:none}.home-field textarea{min-height:7.5rem;resize:vertical}.home-field input:focus,.home-field textarea:focus{border-color:#d9523b}.home-primary{width:100%;height:52px;margin-top:.5rem;border:0;border-radius:14px;background:#d9523b;color:#fff;font-size:1.0625rem;font-weight:600;cursor:pointer}.home-primary:disabled,.home-ghost:disabled{opacity:.5;cursor:not-allowed}.home-primary:active:not(:disabled){background:#b83e29}.home-notice{margin:0 0 1rem;padding:.875rem 1rem;border-radius:14px;border:1px solid #e2d8c5;background:#fffcf7;font-size:.8125rem;line-height:1.45;color:#6e625b}.home-notice strong{display:block;color:var(--ink);font-size:.875rem;margin-bottom:.25rem}.home-pills{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}.home-pill{font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-transform:capitalize;padding:.125rem .4375rem;border-radius:999px;background:#efe6d6;color:#6e625b}.home-pill[data-state=live]{background:#d7ead4;color:#1f5a28}.home-pill[data-state=error]{background:#f6d6d0;color:#b83e29}.home-pill[data-state=queued],.home-pill[data-state=publishing]{background:#f3e2c8;color:#8a5a1a}.home-section-label{margin:1rem 0 .5rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8f8278}.home-queue-recap{margin:0 0 .5rem;font-size:.8125rem;line-height:1.4;color:#6e625b}.home-mp-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.home-mp-chip{min-height:44px;padding:0 .875rem;border:1px solid #e2d8c5;border-radius:999px;background:#fffcf7;color:var(--ink);font-size:.875rem;font-weight:500;cursor:pointer}.home-mp-chip.is-on{border-color:#d9523b;color:#d9523b}.home-row.is-selected{background:#f7efe4}.home-check{width:22px;height:22px;border-radius:50%;border:1.5px solid #c9bba8;flex-shrink:0}.home-row.is-selected .home-check{border-color:#d9523b;background:#d9523b;box-shadow:inset 0 0 0 3px #fffcf7}.home-sticky-cta{position:sticky;bottom:calc(3.25rem + env(safe-area-inset-bottom));padding:.75rem 0 .25rem;background:linear-gradient(transparent,var(--paper) 30%)}.tab-bar{position:fixed;left:0;right:0;bottom:0;z-index:20;display:grid;grid-template-columns:1fr 1fr 56px 1fr 1fr;align-items:end;justify-items:center;height:calc(49px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#fffcf7;border-top:1px solid #e2d8c5}.tab-bar button{width:100%;min-width:0;min-height:44px;border:0;background:transparent;color:#8f8278;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;font-size:.625rem;font-weight:500;letter-spacing:.02em;cursor:pointer}.tab-bar button[aria-selected=true]{color:#d9523b}.tab-bar svg{display:block}.tab-bar-avatar{width:22px;height:22px;border-radius:50%;background:#efe6d6;color:#15110f;display:flex;align-items:center;justify-content:center;font-size:.5rem;font-weight:700;letter-spacing:.02em;line-height:1}.tab-bar button[aria-selected=true] .tab-bar-avatar{background:#d9523b;color:#fffcf7}.tab-bar-plus{width:56px;min-width:44px;min-height:44px;padding:0;margin-bottom:2px;transform:translateY(-10px);color:#fffcf7}.home-you{display:flex;flex-direction:column;align-items:center;padding:1.5rem 0 2rem;text-align:center}.home-you-avatar{width:72px;height:72px;border-radius:50%;background:#d9523b;color:#fffcf7;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;letter-spacing:.02em}.home-you-name{margin:1rem 0 0;font-size:1.25rem;font-weight:600;letter-spacing:-.03em}.home-you-email{margin:.25rem 0 0;font-size:.9375rem;color:var(--ink-soft)}.home-you .home-ghost{min-width:10rem;margin-top:1.5rem}.home-you .home-error{margin-top:.75rem}.tab-bar-plus-disc{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#d9523b;color:#fffcf7;box-shadow:0 2px 8px #0000001f}.tab-bar-plus-disc svg{stroke:#fffcf7}:root{color-scheme:light;--paper: #faf6f0;--ink: #15110f;--ink-soft: #6b645c;--signal: #d9523b;--rule: #e2d8c5}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--paper);color:var(--ink);font-family:Space Grotesk,system-ui,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input{font:inherit}.shell{min-height:100dvh;display:flex;flex-direction:column;padding:max(1.25rem,env(safe-area-inset-top)) 1.25rem max(1.5rem,env(safe-area-inset-bottom))}.wordmark{font-size:1.125rem;font-weight:700;letter-spacing:-.02em;margin:0 0 2rem}.panel{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:24rem;width:100%;margin:0 auto}.title{font-size:1.75rem;font-weight:600;letter-spacing:-.03em;margin:0 0 .75rem}.lead{color:var(--ink-soft);line-height:1.5;margin:0 0 1.5rem}.field{display:block;margin-bottom:1rem}.field-label{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:.375rem}.field-input{width:100%;padding:.625rem .75rem;border:1px solid var(--rule);border-radius:.75rem;background:var(--paper);color:var(--ink);outline:none}.field-input:focus{border-color:var(--signal);box-shadow:0 0 0 2px var(--paper),0 0 0 4px var(--signal)}.btn-primary{width:100%;margin-top:.5rem;padding:.75rem 1rem;border:none;border-radius:999px;background:var(--signal);color:#fff;font-weight:700;cursor:pointer}.btn-primary:disabled{opacity:.6;cursor:not-allowed}[data-form=signin]{margin-top:1.25rem}.error{margin:.75rem 0 0;color:var(--signal);font-size:.875rem}.steps{margin:0;padding-left:1.25rem;line-height:1.6;color:var(--ink-soft)}.steps li+li{margin-top:.5rem}.hint{margin-top:1.5rem;font-size:.875rem;color:var(--ink-soft);line-height:1.5}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:1.25rem;padding:.5rem .25rem;border:none;background:none;color:var(--ink);font-weight:500;text-decoration:underline;text-underline-offset:.2em;cursor:pointer}.ready{min-height:100dvh;display:grid;place-items:center;font-weight:600}[data-capture-shell]{min-height:100dvh}[data-capture-shell]>[hidden]{display:none!important}
