@charset "UTF-8";._grid_1hp6c_2{display:grid;grid-template-columns:repeat(var(--pack-cols, 3),1fr);gap:8px;width:100%}._slot_1hp6c_9{aspect-ratio:2/3;border-radius:8px;overflow:hidden;background:var(--surface);position:relative}._slotImage_1hp6c_17{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:opacity .2s ease}._slotPending_1hp6c_25{width:100%;height:100%;background:var(--surface);animation:_pulse_1hp6c_1 1.8s ease-in-out infinite}._slotRetrying_1hp6c_33{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:6px;padding:12px;background:var(--surface);animation:_pulse_1hp6c_1 1.8s ease-in-out infinite;color:var(--text-muted)}._slotRetryingHeadline_1hp6c_47{font-family:var(--font-body);font-size:12px;font-weight:500;line-height:1.4;color:var(--text-muted);text-align:center}._slotRetryingSub_1hp6c_56{font-family:var(--font-mono);font-size:10px;color:var(--text-dim);text-align:center}._slotFailed_1hp6c_64{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:6px;padding:12px;background:var(--surface);color:var(--text-dim)}._slotFailedHeadline_1hp6c_77{font-family:var(--font-body);font-size:12px;font-weight:500;line-height:1.4;color:var(--text-muted);text-align:center}._slotFailedSub_1hp6c_86{font-family:var(--font-body);font-size:11px;font-weight:400;line-height:1.5;color:var(--text-dim);text-align:center}@media (prefers-reduced-motion: reduce){._slotRetrying_1hp6c_33{animation:none}}._cellOverlay_1hp6c_101{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;background:#00000080;display:flex;align-items:flex-end;justify-content:center;padding-bottom:14px;opacity:0;transition:opacity .18s ease;pointer-events:none}._slot_1hp6c_9:hover ._cellOverlay_1hp6c_101{opacity:1;pointer-events:auto}._downloadPill_1hp6c_120{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;background:var(--yolk, #f5c842);color:var(--ink, #1a1a1a);border-radius:999px;font-size:12px;font-weight:500;text-decoration:none;white-space:nowrap;transition:opacity .12s ease;cursor:pointer}._downloadPill_1hp6c_120:hover{opacity:.88}@keyframes _pulse_1hp6c_1{0%,to{opacity:1}50%{opacity:.5}}._strip_1jxio_79{display:grid;grid-template-columns:repeat(3,1fr);list-style:none;padding:0;margin:14px 0 0}._step_1jxio_87{font-family:var(--font-mono);font-size:10px;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;text-align:center;padding:8px 4px;border-left:1px solid var(--border);line-height:1.4}._step_1jxio_87:first-child{border-left:none}._caption_1o6nb_79{font-family:var(--font-mono);font-size:10px;color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase;padding-bottom:14px;border-bottom:1px solid var(--border);width:100%;margin:0;line-height:1.4}@font-face{src:url(/fonts/Absans-Regular.woff2) format("woff2");font-family:Absans;font-display:swap}@keyframes _scrollDown_imhh3_1{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes _scrollUp_imhh3_1{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@keyframes _scrollLeft_imhh3_1{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes _scrollRight_imhh3_1{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes _slideUpFadeOut_imhh3_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(-20px);opacity:0}}@keyframes _slideDownFadeOut_imhh3_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}@keyframes _slideUpFadeIn_imhh3_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slideDownFadeIn_imhh3_1{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _radius-blob-loader_imhh3_1{0%{border-radius:50%}20%{border-radius:55% 45%/45% 55%}40%{border-radius:60% 40%/40% 60%}60%{border-radius:55% 45%/45% 55%}80%{border-radius:50%}to{border-radius:50%}}@keyframes _gradient-blob-loader_imhh3_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes _gradientFlow_imhh3_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@property --hero-blur{syntax: "<length>"; inherits: false; initial-value: 28px;}@property --hero-sat{syntax: "<number>"; inherits: false; initial-value: .5;}._stage_imhh3_231{display:flex;flex-direction:column;gap:10px;width:100%;height:100%;min-height:0;--hero-portrait-cap: calc(min(660px, 80vh)*.75) ;max-width:var(--hero-portrait-cap);margin-inline:auto}._bigArea_imhh3_243{position:relative;width:100%;max-width:min(100%,var(--hero-portrait-cap));aspect-ratio:3/4;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:var(--surface);--hero-blur: 28px;--hero-sat: .5}._bigImage_imhh3_256{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 18%;object-position:center 18%;display:block;z-index:1;filter:blur(0) saturate(1);transition:--hero-blur .5s cubic-bezier(.33,1,.68,1),--hero-sat .5s cubic-bezier(.33,1,.68,1)}._bigImageStreaming_imhh3_269{filter:blur(var(--hero-blur)) saturate(var(--hero-sat));transform:scale(1.04);--hero-blur: 28px;--hero-sat: .5}._canvas_imhh3_276{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:radial-gradient(120% 80% at 50% 38%,rgba(232,194,74,.06),transparent 70%);border:1px dashed var(--border-med);border-radius:16px;z-index:2}._canvasInner_imhh3_288{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;padding:24px}._canvasIcon_imhh3_297{width:56px;height:56px;border-radius:50%;border:1.5px solid var(--yolk-med);color:var(--yolk);display:flex;align-items:center;justify-content:center;background:var(--yolk-dim)}._canvasTitle_imhh3_309{font-family:var(--font-body);font-size:14.5px;font-weight:600;color:var(--text)}._canvasSub_imhh3_316{font-family:var(--font-mono);font-size:11px;color:var(--text-dim);margin-top:-8px}._shimmer_imhh3_323{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(105deg,var(--surface) 0%,var(--surface-hover) 40%,var(--surface) 55%,var(--surface-hover) 70%,var(--surface) 100%);background-size:400% 100%;animation:_shimmerSlide_imhh3_1 2.2s ease-in-out infinite;pointer-events:none}@keyframes _shimmerSlide_imhh3_1{0%{background-position:200% 0}to{background-position:-200% 0}}._noisePlate_imhh3_341{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;z-index:1;filter:blur(var(--hero-blur)) saturate(var(--hero-sat));transition:--hero-blur .5s cubic-bezier(.33,1,.68,1),--hero-sat .5s cubic-bezier(.33,1,.68,1);background:radial-gradient(ellipse at center,rgba(232,194,74,.08) 0%,rgba(232,194,74,.03) 60%,transparent 100%);transform:scale(1.04);pointer-events:none}._adVeil_imhh3_355{position:absolute;top:0;right:0;bottom:0;left:0;border:none;cursor:pointer;background:linear-gradient(180deg,#0b0b0d00 50%,#0b0b0d80);display:flex;align-items:flex-end;justify-content:center;padding-bottom:168px;z-index:5}._adVeil_imhh3_355:focus-visible{outline:2px solid var(--yolk);outline-offset:-3px;border-radius:16px}@media (max-width: 639px){._adVeil_imhh3_355{padding-bottom:136px}}._adInvite_imhh3_378{display:flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:13.5px;font-weight:600;color:var(--text);background:#141416cc;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:9px 16px;border-radius:99px;white-space:nowrap}._introDissolve_imhh3_394{position:absolute;top:0;right:0;bottom:0;left:0;z-index:7;opacity:0;pointer-events:none;background:var(--surface)}._introDissolveAnimate_imhh3_403{animation:_heroDissolveIn_imhh3_1 .9s cubic-bezier(.25,1,.5,1) forwards}@keyframes _heroDissolveIn_imhh3_1{0%{opacity:1}to{opacity:0}}._statusChip_imhh3_415{position:absolute;top:14px;right:14px;z-index:9;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.06em;color:#ffffffe0;background:#00000080;padding:5px 10px;border-radius:99px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;gap:6px;white-space:nowrap;pointer-events:none}._statusChipActive_imhh3_435{color:var(--ink);background:var(--yolk);font-weight:600}._pulseDot_imhh3_441{display:inline-block;width:7px;height:7px;border-radius:99px;background:var(--yolk);animation:_wbPulse_imhh3_1 1s ease-in-out infinite;flex-shrink:0}._ctaButtonDisabled_imhh3_451 ._pulseDot_imhh3_441{background:var(--text-dim)}@keyframes _wbPulse_imhh3_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.75)}}._afterLabel_imhh3_465{position:absolute;bottom:14px;right:14px;z-index:6;font-family:var(--font-mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:#ffffffd1;background:#00000073;padding:4px 9px;border-radius:99px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none}._inletGroup_imhh3_482{position:absolute;bottom:14px;left:14px;z-index:8;display:flex;align-items:center;gap:9px}._inletCardWrap_imhh3_492{position:relative;flex-shrink:0}._inletCard_imhh3_492{position:relative;display:block;padding:0;border:none;background:none;width:116px;height:146px;border-radius:13px;overflow:hidden;border:2.5px solid var(--yolk);box-shadow:0 12px 30px #0009}._inletCard_imhh3_492:focus-visible{outline:2px solid var(--yolk);outline-offset:3px}@media (max-width: 639px){._inletCard_imhh3_492{width:92px;height:116px}}._inletImage_imhh3_521{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 22%;object-position:center 22%;display:block}._inletBeforeTag_imhh3_529{position:absolute;top:6px;left:6px;font-family:var(--font-mono);font-size:8.5px;letter-spacing:.1em;color:var(--ink);background:var(--yolk);padding:2px 7px;border-radius:99px;font-weight:600;pointer-events:none}._inletUploadBadge_imhh3_544{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;background:var(--yolk);color:var(--ink);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000073;pointer-events:none}._inletCancelBtn_imhh3_560{position:absolute;top:-8px;right:-8px;width:22px;height:22px;border-radius:50%;background:#0e0e10e0;color:#ffffffe6;border:1.5px solid rgba(255,255,255,.2);font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;padding:0}._inletCancelBtn_imhh3_560:hover{background:#1e1e20f2}._inletCancelBtn_imhh3_560:focus-visible{outline:2px solid var(--yolk);outline-offset:2px}._inletChangeBtn_imhh3_587{position:absolute;bottom:-8px;right:-8px;width:22px;height:22px;border-radius:50%;background:var(--yolk);color:var(--ink);border:none;font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;padding:0}._inletChangeBtn_imhh3_587:hover{background:var(--yolk-hover)}._inletChangeBtn_imhh3_587:focus-visible{outline:2px solid var(--yolk);outline-offset:2px}._connector_imhh3_614{display:flex;align-items:center;gap:6px;margin-bottom:4px}._connectorArrow_imhh3_621{font-size:16px;color:var(--yolk);line-height:1}._connectorArrowAnimate_imhh3_627{animation:_wbArrowX_imhh3_1 1.6s ease-in-out infinite}@keyframes _wbArrowX_imhh3_1{0%,to{transform:translate(0)}50%{transform:translate(4px)}}._connectorPill_imhh3_639{font-family:var(--font-mono);font-size:10.5px;color:#ffffffeb;background:#00000080;padding:5px 10px;border-radius:99px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:nowrap}._errorPanel_imhh3_650{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;background:#0e0e10e0;z-index:10;border-radius:16px}._errorText_imhh3_664{font-family:var(--font-body);font-size:14px;color:var(--text-muted);text-align:center;max-width:280px}._errorLink_imhh3_672{font-size:12px;color:var(--text-dim);text-decoration:underline}._retryButton_imhh3_678{font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--ink);background:var(--yolk);border:none;border-radius:8px;padding:10px 20px;cursor:pointer;transition:background .2s ease}._retryButton_imhh3_678:hover{background:var(--yolk-hover)}._retryButton_imhh3_678:focus-visible{outline:2px solid var(--yolk);outline-offset:3px}._thumbStrip_imhh3_698{display:flex;gap:6px;align-items:stretch;list-style:none;padding:0;margin:0}._thumb_imhh3_698{flex:1;position:relative;aspect-ratio:3/4;border-radius:7px;overflow:hidden;padding:0;border:1px solid var(--border);background:var(--surface-hover);cursor:default;display:block;min-width:0}._thumb_imhh3_698:focus-visible{outline:2px solid var(--yolk);outline-offset:2px}._thumbActive_imhh3_725{border:2px solid var(--yolk)}._thumbDone_imhh3_729{cursor:pointer}._thumbDone_imhh3_729:hover{border-color:var(--yolk-med)}._thumbStreaming_imhh3_736{border-color:var(--border-med)}._thumbLocked_imhh3_740{cursor:default}._thumbLockedOverlay_imhh3_744{position:absolute;top:0;right:0;bottom:0;left:0;background:#0e0e108c;filter:blur(8px) brightness(.4) saturate(.6);z-index:1}._thumbLockIcon_imhh3_752{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;color:#ffffff8c}._thumbImage_imhh3_762{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 14%;object-position:center 14%;display:block;z-index:1}._thumbImageStreaming_imhh3_773{opacity:.55}._thumbImageDone_imhh3_777{opacity:1}._thumbShimmer_imhh3_781{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(105deg,var(--surface) 0%,var(--surface-hover) 40%,var(--surface) 55%,var(--surface-hover) 70%,var(--surface) 100%);background-size:400% 100%;animation:_shimmerSlide_imhh3_1 2.2s ease-in-out infinite;pointer-events:none}._freeTag_imhh3_791{position:absolute;top:3px;left:3px;font-family:var(--font-mono);font-size:7px;color:var(--ink);background:var(--yolk);padding:1px 5px;border-radius:99px;font-weight:600;pointer-events:none;z-index:3}._stripCaption_imhh3_806{text-align:center;font-family:var(--font-mono);font-size:10.5px;color:var(--text-dim);letter-spacing:.06em;padding:4px 0;height:26px}._tosGateWrap_imhh3_816{margin-bottom:12px}._authGate_imhh3_820{margin-top:8px}._hiddenInput_imhh3_824{display:none}._ctaBar_imhh3_828{display:flex;flex-direction:column;gap:6px;margin-top:2px}._ctaButton_imhh3_451{font-family:var(--font-body);font-size:15px;font-weight:500;border:none;border-radius:var(--radius-md, 10px);padding:14px 20px;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s ease,opacity .2s ease}._ctaButton_imhh3_451:focus-visible{outline:2px solid var(--yolk);outline-offset:3px}@media (min-width: 1024px){._ctaButton_imhh3_451{display:none}}._ctaButtonActive_imhh3_860{color:var(--ink);background:var(--yolk)}._ctaButtonActive_imhh3_860:hover{background:var(--yolk-hover)}._ctaButtonDisabled_imhh3_451{color:var(--text-dim);background:var(--surface-hover);cursor:default;opacity:.7}._ctaButtonDone_imhh3_875{color:var(--ink);background:var(--yolk)}._ctaButtonDone_imhh3_875:hover{background:var(--yolk-hover)}._ctaNote_imhh3_883{font-family:var(--font-mono);font-size:11px;color:var(--text-dim);text-align:center;margin:0;letter-spacing:.04em}@media (min-width: 1024px){._ctaNote_imhh3_883{display:none}}._ctaResetGhost_imhh3_897{font-family:var(--font-body);font-size:13px;font-weight:400;color:var(--text-dim);background:none;border:1px solid var(--border);border-radius:var(--radius-md, 10px);padding:10px 20px;cursor:pointer;width:100%;transition:color .15s ease,border-color .15s ease}._ctaResetGhost_imhh3_897:hover{color:var(--text-muted);border-color:var(--border-med)}._ctaResetGhost_imhh3_897:focus-visible{outline:2px solid var(--yolk);outline-offset:3px}._srOnly_imhh3_919{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 1023px){._thumbStrip_imhh3_698{flex-wrap:wrap}}@media (max-width: 639px){._thumbStrip_imhh3_698{gap:4px;flex-wrap:wrap}._thumb_imhh3_698{border-radius:5px;min-width:32px}._ctaButton_imhh3_451{font-size:14px;padding:12px 16px}._ctaResetGhost_imhh3_897{font-size:12px;padding:9px 16px}}@media (prefers-reduced-motion: reduce){._shimmer_imhh3_323,._thumbShimmer_imhh3_781,._connectorArrowAnimate_imhh3_627{animation:none}._bigImageStreaming_imhh3_269{filter:none;transform:none}._introDissolveAnimate_imhh3_403{animation:none;opacity:0}}@font-face{src:url(/fonts/Absans-Regular.woff2) format("woff2");font-family:Absans;font-display:swap}:root{--bg: #0E0E10;--surface: #18181B;--surface-hover: #1F1F23;--border: #27272A;--border-med: #3F3F46;--text: #FAFAF9;--text-muted: #A1A09A;--text-dim: #63635E;--yolk: #E8C24A;--yolk-hover: #F0CF66;--yolk-dim: rgba(232, 194, 74, .12);--yolk-med: rgba(232, 194, 74, .25);--ink: #2A2A26;--success: #78DCA0;--error: #FF6B6B;--warning: #E8C24A;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-full: 9999px;--radius-pill: 9999px;--font-display: "Fraunces", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--color-black: var(--bg);--color-bg: var(--bg);--color-bg-2: var(--surface);--color-white: var(--text);--color-light-white: rgba(255, 255, 255, .5);--color-light-white-02: rgba(255, 255, 255, .2);--color-light-white-01: rgba(255, 255, 255, .1);--color-grey: var(--text-muted);--color-dark-grey: var(--text-dim);--color-light-grey: var(--text-muted);--color-purple: rgb(239, 113, 195);--color-blue: rgb(122, 124, 250);--color-orange: rgb(254, 104, 69);--color-blue-rgb: 122, 124, 250;--color-purple-rgb: 239, 113, 195;--color-orange-rgb: 254, 104, 69;--color-propane: rgb(47, 162, 239);--color-plasma: rgb(234, 200, 111);--gradient-speed: 8s;--gradient-1-stop-1-color: #E8C24A;--gradient-1-stop-2-color: #D4A93A;--gradient-1-stop-3-color: #F0D070;--gradient-1-stop-4-color: #C89B2E;--gradient-1-stop-5-color: #E8C24A;--gradient-1-stop-6-color: #EAC86F;--gradient-light-stop-1-color: rgba(255, 255, 255, 1);--gradient-light-stop-2-color: rgba(255, 255, 255, 1);--accent-primary: var(--yolk);--accent-glow: var(--yolk-dim);--text-primary: var(--text);--text-secondary: var(--text-muted);--text-tertiary: var(--text-dim);--surface-1: var(--surface);--surface-2: var(--surface-hover);--surface-3: var(--border);--surface-overlay: var(--surface);--border-subtle: var(--border);--border-medium: var(--border-med);--border-strong: rgba(255, 255, 255, .22)}@keyframes _scrollDown_1vahq_1{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes _scrollUp_1vahq_1{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@keyframes _scrollLeft_1vahq_1{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes _scrollRight_1vahq_1{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes _slideUpFadeOut_1vahq_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(-20px);opacity:0}}@keyframes _slideDownFadeOut_1vahq_1{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}@keyframes _slideUpFadeIn_1vahq_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _slideDownFadeIn_1vahq_1{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _radius-blob-loader_1vahq_1{0%{border-radius:50%}20%{border-radius:55% 45%/45% 55%}40%{border-radius:60% 40%/40% 60%}60%{border-radius:55% 45%/45% 55%}80%{border-radius:50%}to{border-radius:50%}}@keyframes _gradient-blob-loader_1vahq_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes _gradientFlow_1vahq_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._page_1vahq_339{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}._detailHero_1vahq_349{padding:56px 64px 32px;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box}@media (max-width: 900px){._detailHero_1vahq_349{padding:40px 32px 24px}}@media (max-width: 600px){._detailHero_1vahq_349{padding:32px 20px 20px}}._detailHero__grid_1vahq_367{display:grid;grid-template-columns:repeat(12,1fr);gap:32px;align-items:start}@media (max-width: 899px){._detailHero__grid_1vahq_367{grid-template-columns:1fr;gap:24px}}._detailHero__left_1vahq_380{grid-column:span 5;position:sticky;top:80px;align-self:start}@media (max-width: 899px){._detailHero__left_1vahq_380{grid-column:1/-1;position:static;order:2}}._detailHero__eyebrow_1vahq_394{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--yolk);margin:0 0 14px}._detailHero__heading_1vahq_403{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:56px;line-height:1.05;letter-spacing:-.02em;color:var(--yolk);margin:0 0 14px}@media (max-width: 900px){._detailHero__heading_1vahq_403{font-size:40px}}@media (max-width: 600px){._detailHero__heading_1vahq_403{font-size:32px}}._detailHero__tagline_1vahq_424{font-family:var(--font-body);font-size:17px;line-height:1.5;color:var(--text-secondary, var(--text-muted));margin:0 0 24px}._detailHero__tagline_1vahq_424 strong{color:var(--text);font-weight:600}._detailHero__stats_1vahq_440{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0 0 24px}._detailHero__stat_1vahq_440{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.04em;color:var(--yolk);background:var(--yolk-dim);border:1px solid var(--yolk-med);border-radius:var(--radius-pill, 9999px);padding:4px 12px;white-space:nowrap}._detailHero__price_1vahq_462{font-family:var(--font-display);font-style:italic;font-size:36px;color:var(--color-plasma, var(--yolk));margin:0 0 24px;line-height:1}._detailHero__cta_1vahq_471{display:block;width:100%;box-sizing:border-box;font-family:var(--font-body);font-size:15px;font-weight:500;color:var(--ink);background:var(--yolk);padding:14px 24px;border-radius:var(--radius-md, 10px);text-decoration:none;border:none;cursor:pointer;text-align:center;transition:background .2s ease}._detailHero__cta_1vahq_471:hover{background:var(--yolk-hover);color:var(--ink)}._detailHero__cta_1vahq_471:focus-visible{outline:2px solid var(--yolk);outline-offset:3px}._detailHero__ctaInner_1vahq_497{display:block}._detailHero__ctaSub_1vahq_501{font-family:var(--font-mono);font-size:11px;font-weight:400;color:var(--ink);opacity:.65;letter-spacing:.04em}._detailHero__ctaDisabled_1vahq_510{opacity:.6;cursor:default;pointer-events:none}@media (max-width: 1023px){._detailHero__ctaMobileHidden_1vahq_517{display:none}}._detailHero__mobileHeader_1vahq_522{display:none}@media (max-width: 1023px){._detailHero__mobileHeader_1vahq_522{display:block;margin-bottom:16px}._detailHero__desktopOnly_1vahq_533{display:none}}._detailHero__right_1vahq_538{grid-column:span 7;display:flex;flex-direction:column;gap:24px;align-items:center}@media (max-width: 899px){._detailHero__right_1vahq_538{grid-column:1/-1;order:1;align-items:stretch}}._detailRow_1vahq_553{display:flex;flex-direction:column;gap:10px}._detailRow__label_1vahq_559{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--color-plasma, var(--yolk))}._detailRow__grid_1vahq_567{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}._detailRow__cell_1vahq_573{aspect-ratio:2/3;overflow:hidden;border-radius:var(--radius-sm, 6px);background:var(--color-bg-2, var(--surface))}._detailRow__cell_1vahq_573 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}._galleryProof_1vahq_590{padding:32px 64px 0;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box;overflow:hidden}@media (max-width: 900px){._galleryProof_1vahq_590{padding:24px 32px 0}}@media (max-width: 600px){._galleryProof_1vahq_590{padding:20px 20px 0}}._galleryProofInner_1vahq_609{display:flex;flex-direction:column;gap:24px}._returningBuyerBanner_1vahq_618{font-family:var(--font-body);display:flex;align-items:center;justify-content:space-between;gap:12px;width:min(880px,100% - 64px);margin:20px auto 0;padding:10px 16px;background:var(--yolk-dim);border:1px solid var(--yolk-med);border-radius:10px;font-size:13px;color:var(--text)}._returningBuyerLink_1vahq_634{color:var(--yolk);text-decoration:none}._returningBuyerLink_1vahq_634:hover{text-decoration:underline}._returningBuyerDismiss_1vahq_642{flex-shrink:0;background:none;border:none;cursor:pointer;font-size:12px;color:var(--text-dim);padding:2px 4px;line-height:1;border-radius:4px;transition:color .15s ease}._returningBuyerDismiss_1vahq_642:hover{color:var(--text)}._returningBuyerDismiss_1vahq_642:focus-visible{outline:3px solid var(--yolk);outline-offset:2px}._workbench_1vahq_665{width:100%;display:flex;flex-direction:column;align-items:center;padding:2rem 32px 0}._workbenchCard_1vahq_676{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"uploader preview" "pricebar pricebar";gap:0 32px;width:min(880px,100%);background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:32px}._uploaderPanel_1vahq_694{grid-area:uploader;display:flex;flex-direction:column;border-right:1px solid var(--border);padding-right:32px}._uploaderHeader_1vahq_703{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px}._uploaderHeading_1vahq_710{font-family:var(--font-display);font-style:italic;font-size:20px;font-weight:500;color:var(--text);margin:0}._uploaderCount_1vahq_721{font-family:var(--font-mono);font-size:11px;color:var(--text-dim);background:var(--bg);border:1px solid var(--border);border-radius:99px;padding:3px 10px;white-space:nowrap;flex-shrink:0}._selfiesGrid_1vahq_736{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 1fr;gap:8px;aspect-ratio:3/2}._slotMain_1vahq_745{grid-column:1;grid-row:1/span 2;position:relative;border-radius:10px;overflow:hidden;cursor:pointer;aspect-ratio:auto}._slotMain_1vahq_745:focus-visible{outline:3px solid var(--yolk);outline-offset:2px}._slotMain_1vahq_745._slotFilled_1vahq_760{border:none;background:var(--surface)}._slotMain_1vahq_745._slotEmpty_1vahq_766{border:1.5px dashed var(--border);background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:border-color .2s ease,background .2s ease}._slotMain_1vahq_745._slotEmpty_1vahq_766:hover{border-color:var(--border-med);cursor:pointer}._slotMain_1vahq_745._slotEmpty_1vahq_766._slotDragOver_1vahq_780{border-color:var(--yolk);border-style:solid;background:var(--yolk-dim)}._slotMainTag_1vahq_787{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;padding:2px 7px;background:var(--yolk-dim);color:var(--yolk);border-radius:4px;position:absolute;top:8px;left:8px;z-index:2;pointer-events:none}._slotMainCaption_1vahq_804{position:absolute;bottom:0;left:0;right:0;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:var(--font-body);font-size:11px;color:#ffffffd9;padding:8px 10px;pointer-events:none;z-index:2}._slotMainRemove_1vahq_820{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#0009;border:none;color:var(--text);font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;opacity:0;transition:opacity .15s ease}@media (hover: none){._slotMainRemove_1vahq_820{opacity:1}}._slotMainRemove_1vahq_820:focus-visible{outline:3px solid var(--yolk);outline-offset:2px}._slotMain_1vahq_745:hover ._slotMainRemove_1vahq_820{opacity:1}._slotOptional_1vahq_856{position:relative;border:1.5px dashed var(--border);border-radius:10px;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:border-color .2s ease,background .2s ease;overflow:hidden}._slotOptional_1vahq_856:hover{border-color:var(--border-med)}._slotOptional_1vahq_856._slotDragOver_1vahq_780{border-color:var(--yolk);border-style:solid;background:var(--yolk-dim)}._slotOptional_1vahq_856:focus-visible{outline:3px solid var(--yolk);outline-offset:2px}._slotOptional_1vahq_856._slotFilled_1vahq_760{border:none}._slotNumber_1vahq_889{font-family:var(--font-mono);font-size:11px;color:var(--text-dim);position:absolute;top:8px;right:8px;pointer-events:none;z-index:2}._slotOptionalRemove_1vahq_901{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#0009;border:none;color:var(--text);font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;opacity:0;transition:opacity .15s ease}@media (hover: none){._slotOptionalRemove_1vahq_901{opacity:1}}._slotOptionalRemove_1vahq_901:focus-visible{outline:3px solid var(--yolk);outline-offset:2px}._slotOptional_1vahq_856:hover ._slotOptionalRemove_1vahq_901{opacity:1}._slotUploadIcon_1vahq_936{width:20px;height:20px;color:var(--text-dim);flex-shrink:0}._slotLabel_1vahq_944{font-family:var(--font-body);font-size:11px;color:var(--text-dim);text-align:center;line-height:1.35;pointer-events:none}._slotImage_1vahq_954{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;display:block;border-radius:inherit}._guidelineList_1vahq_967{margin-top:16px;display:flex;flex-direction:column;gap:0;list-style:none;padding:0;font-family:var(--font-body);font-size:12px;color:var(--text-muted);line-height:1.7}._ownershipPara_1vahq_983{margin-top:20px;font-family:var(--font-body);font-size:12.5px;color:var(--text-muted);line-height:1.6}._privacyPara_1vahq_991{margin-top:12px;font-family:var(--font-body);font-size:12.5px;color:var(--text-muted);line-height:1.6}._uploadInput_1vahq_1000{display:none}._previewPanel_1vahq_1007{grid-area:preview;display:flex;flex-direction:column;align-items:flex-start}._genProgressTrack_1vahq_1023{width:100%;height:2px;background:var(--border);border-radius:2px;overflow:hidden;flex-shrink:0;margin-bottom:0;role:progressbar}._genProgressFill_1vahq_1034{height:100%;background:var(--yolk);border-radius:2px;transition:width .6s ease}._genStatusText_1vahq_1042{margin-top:80px;font-family:var(--font-body);font-size:18px;font-weight:600;color:var(--yolk);max-width:360px;line-height:1.4}._previewTileWrap_1vahq_1055{display:flex;flex-direction:column;align-items:center;width:100%}._previewTile_1vahq_1055{width:100%;max-width:220px;aspect-ratio:2/3;border-radius:12px;overflow:hidden;background:var(--bg);opacity:0;animation:_fadeScaleIn_1vahq_1 .32s cubic-bezier(.2,.8,.2,1) forwards}._previewTile_1vahq_1055 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}._previewTileCaption_1vahq_1079{margin-top:8px;font-family:var(--font-body);font-size:10px;color:var(--text-muted);text-align:center}._previewTileUnderline_1vahq_1088{width:70%;height:2px;background:var(--yolk);border-radius:2px;margin-top:24px;align-self:center;opacity:0;animation:_barFadeIn_1vahq_1 .6s ease forwards}._previewTileStatus_1vahq_1099{margin-top:16px;font-family:var(--font-body);font-size:18px;font-weight:600;color:var(--yolk);max-width:360px;line-height:1.4;text-align:left}._genGridHeader_1vahq_1113{margin-bottom:12px}._genGridTitle_1vahq_1117{font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--text);display:block}._genGridSub_1vahq_1125{font-family:var(--font-body);font-size:11px;color:var(--text-muted);display:block;margin-top:2px}._genGridWrap_1vahq_1134{width:100%;max-width:360px}._genGridCaption_1vahq_1140{margin-top:28px;font-family:var(--font-body);font-size:18px;font-weight:600;color:var(--yolk);line-height:1.4;max-width:360px}._deliveredCaption_1vahq_1153{margin-top:24px;font-family:var(--font-body);font-size:13px;color:var(--text-muted);line-height:1.5;max-width:360px}._resetGhostBtn_1vahq_1163{font-family:var(--font-body);margin-top:16px;font-size:13px;font-weight:500;color:var(--text);background:none;border:1px solid var(--border);border-radius:8px;padding:9px 18px;cursor:pointer;transition:border-color .2s ease}._resetGhostBtn_1vahq_1163:hover{border-color:var(--border-med)}._resetGhostBtn_1vahq_1163:focus-visible{outline:3px solid var(--yolk);outline-offset:2px}._errorPanel_1vahq_1187{display:flex;flex-direction:column;gap:8px;margin-top:16px}._errorText_1vahq_1194{font-size:.875rem;color:var(--error)}._errorLink_1vahq_1199{font-size:.8rem;color:var(--text-muted)}._retryButton_1vahq_1204{font-family:var(--font-body);font-size:.8rem;background:none;border:1px solid var(--border);border-radius:6px;padding:6px 16px;cursor:pointer;color:var(--text-muted);align-self:flex-start;transition:border-color .2s ease}._retryButton_1vahq_1204:hover{border-color:var(--border-med)}._authGate_1vahq_1220{width:100%;margin-top:16px}._pkPriceBar_1vahq_1228{grid-area:pricebar;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:28px;padding-top:20px;border-top:1px solid var(--border)}._pkPriceLeft_1vahq_1239{display:flex;flex-direction:column;gap:.125rem}._pkPriceSummaryMain_1vahq_1246{font-family:var(--font-display);font-style:italic;font-size:22px;font-weight:500;color:var(--text)}._pkPriceSummarySub_1vahq_1256{font-family:var(--font-body);font-size:11px;color:var(--text-muted)}._pkBuyCta_1vahq_1263{font-family:var(--font-body);display:inline-flex;align-items:center;justify-content:center;min-width:200px;padding:11px 22px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s ease,background .2s ease,color .2s ease}._pkBuyCta_1vahq_1263:focus-visible{outline:3px solid var(--yolk);outline-offset:2px}._pkCtaDimmed_1vahq_1284{background:transparent;color:var(--text-dim);border:1px solid var(--border);cursor:not-allowed}._pkCtaMuted_1vahq_1292{background:transparent;color:var(--text-muted);border:1px solid var(--border);cursor:not-allowed}._pkCtaActive_1vahq_1300{background:var(--yolk);color:var(--ink);border:none}._pkCtaActive_1vahq_1300:hover{opacity:.88;color:var(--ink)}._pkCtaDelivered_1vahq_1311{background:#1f3a2a;color:#78dca0;border:1px solid rgba(120,220,160,.28);cursor:default}._dialogBackdrop_1vahq_1321{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100;animation:_fadeIn_1vahq_1 .15s ease}._dialogBox_1vahq_1332{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px 32px;max-width:400px;width:calc(100% - 48px);display:flex;flex-direction:column;gap:20px}._dialogText_1vahq_1344{font-family:var(--font-body);font-size:14px;color:var(--text-muted);line-height:1.6;margin:0}._dialogActions_1vahq_1352{display:flex;gap:12px;justify-content:flex-end}._dialogCancel_1vahq_1358{font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--text-muted);background:none;border:1px solid var(--border);border-radius:8px;padding:9px 18px;cursor:pointer;transition:border-color .15s ease}._dialogCancel_1vahq_1358:hover{border-color:var(--border-med)}._dialogCancel_1vahq_1358:focus-visible{outline:3px solid var(--yolk);outline-offset:2px}._dialogConfirm_1vahq_1378{font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--ink);background:var(--yolk);border:none;border-radius:8px;padding:9px 18px;cursor:pointer;transition:opacity .15s ease}._dialogConfirm_1vahq_1378:hover{opacity:.88;color:var(--ink)}._dialogConfirm_1vahq_1378:focus-visible{outline:3px solid var(--yolk);outline-offset:2px}._uploadCards_1vahq_1402{display:grid;grid-template-columns:1fr;gap:8px}._uploadCard_1vahq_1402{position:relative;border-radius:10px;overflow:hidden;cursor:pointer;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;border:1.5px dashed var(--border);background:var(--surface);transition:border-color .2s ease,background .2s ease,opacity .2s ease}._uploadCardPlaceholder_1vahq_1424{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;pointer-events:none}._uploadCardHint_1vahq_1433{font-family:var(--font-body);font-size:.75rem;color:var(--text-dim);text-align:center;padding:0 1rem}._locked_1vahq_1441{opacity:.7;cursor:not-allowed;pointer-events:none}._belowWorkbench_1vahq_1450{width:100%;max-width:1100px;margin:0 auto;padding:0 2rem}._howSection_1vahq_1457{border-top:1px solid var(--border);padding:4rem 0}._howHeading_1vahq_1462{font-family:var(--font-display);font-style:italic;font-size:36px;font-weight:400;color:var(--text);letter-spacing:-.72px;margin:0 0 .5rem;text-align:center}._howSubhead_1vahq_1474{font-family:var(--font-body);font-size:14px;color:var(--text-muted);margin:0 0 2.5rem;text-align:center}._howSteps_1vahq_1482{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._howStep_1vahq_1482{display:flex;flex-direction:column;gap:12px;background:var(--surface);border-radius:var(--radius-lg);padding:24px}._howStepNumber_1vahq_1497{font-family:var(--font-display);font-style:italic;font-size:14px;font-weight:400;color:var(--text-muted);line-height:1;margin:0}._howStepTitle_1vahq_1508{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--text);margin:0}._howStepBody_1vahq_1516{font-family:var(--font-body);font-size:.9rem;color:var(--text-muted);line-height:1.6;margin:0}._seoContent_1vahq_1528{width:100%;max-width:720px;margin:0 auto;padding:0 2rem;box-sizing:border-box}._seoSection_1vahq_1536{border-top:1px solid var(--border);padding:3rem 0}._seoHeading_1vahq_1541{font-family:var(--font-display);font-style:italic;font-size:28px;font-weight:400;color:var(--text);letter-spacing:-.02em;margin:0 0 1.5rem}@media (max-width: 600px){._seoHeading_1vahq_1541{font-size:22px}}._seoParagraph_1vahq_1557{font-family:var(--font-body);font-size:15px;line-height:1.7;color:var(--text-muted);margin:0 0 1rem}._seoParagraph_1vahq_1557:last-child{margin-bottom:0}._seoPrepList_1vahq_1569{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem;counter-reset:prep-counter}._seoPrepItem_1vahq_1579{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;counter-increment:prep-counter;align-items:baseline}._seoPrepItem_1vahq_1579:before{content:counter(prep-counter) ".";font-family:var(--font-mono);font-size:11px;color:var(--text-dim);align-self:start;padding-top:3px}._seoPrepName_1vahq_1595{font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--text);grid-column:2;grid-row:1}._seoPrepText_1vahq_1604{font-family:var(--font-body);font-size:14px;line-height:1.6;color:var(--text-muted);grid-column:2;grid-row:2}._seoFaqList_1vahq_1614{margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}._seoFaqItem_1vahq_1622{display:flex;flex-direction:column;gap:.375rem}._seoFaqQ_1vahq_1628{font-family:var(--font-body);font-size:15px;font-weight:600;color:var(--text);margin:0}._seoFaqA_1vahq_1636{font-family:var(--font-body);font-size:14px;line-height:1.7;color:var(--text-muted);margin:0}._seoUseCasesList_1vahq_1645{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.625rem}._seoUseCasesItem_1vahq_1654{font-family:var(--font-body);font-size:14px;line-height:1.6;color:var(--text-muted);padding-left:1.25rem;position:relative}._seoUseCasesItem_1vahq_1654:before{content:"—";position:absolute;left:0;color:var(--text-dim)}._legalNote_1vahq_1672{font-family:var(--font-body);font-size:.75rem;color:var(--text-dim);text-align:center;padding:2rem;max-width:520px;margin:0 auto}._legalNote_1vahq_1672 a{color:var(--text-muted);text-underline-offset:2px}@keyframes _fadeIn_1vahq_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeScaleIn_1vahq_1{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes _barFadeIn_1vahq_1{0%{opacity:0;width:0}30%{opacity:1}70%{opacity:1;width:70%}to{opacity:1;width:70%}}@keyframes _yolkPulse_1vahq_1{0%,to{opacity:1}50%{opacity:.55}}@media (prefers-reduced-motion: reduce){._previewTile_1vahq_1055{animation:none;opacity:1}._previewTileUnderline_1vahq_1088{animation:none;opacity:1;width:70%}._genProgressFill_1vahq_1034{transition:width .15s ease}._pkBuyCta_1vahq_1263{transition:opacity .15s ease}}@media (max-width: 1023px) and (min-width: 768px){._workbench_1vahq_665{padding:1.5rem 24px 0}._workbenchCard_1vahq_676{padding:24px;gap:0 24px;width:100%}._uploaderPanel_1vahq_694{padding-right:24px}._returningBuyerBanner_1vahq_618{width:calc(100% - 48px)}._howSteps_1vahq_1482{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){._workbench_1vahq_665{padding:1rem 12px 0}._workbenchCard_1vahq_676{grid-template-columns:1fr;grid-template-areas:"uploader" "preview" "pricebar";padding:20px;gap:0;width:100%}._uploaderPanel_1vahq_694{border-right:none;border-bottom:1px solid var(--border);padding-right:0;padding-bottom:20px;margin-bottom:20px}._returningBuyerBanner_1vahq_618{width:calc(100% - 24px);margin-left:12px;margin-right:12px}._pkPriceBar_1vahq_1228{flex-wrap:wrap;gap:.75rem}._pkBuyCta_1vahq_1263{width:100%}._howSteps_1vahq_1482{grid-template-columns:1fr;gap:1.5rem}._belowWorkbench_1vahq_1450{padding-left:1rem;padding-right:1rem}._selfiesGrid_1vahq_736{grid-template-rows:auto}._slotMain_1vahq_745{grid-row:auto}}@media (max-width: 479px){._workbenchCard_1vahq_676{padding:16px}}._historySection_1vahq_1832{padding:2rem 0 3rem}._historyTitle_1vahq_1836{font-family:var(--font-body);margin:0 0 16px;font-size:1rem;font-weight:600;color:var(--text-muted)}._previewGridWrap_1vahq_1847{display:flex;flex-direction:column;gap:12px;width:100%;max-width:360px}._previewGridHeader_1vahq_1855{display:flex;flex-direction:column;gap:2px}._previewGridTitle_1vahq_1861{font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--text)}._previewGridSub_1vahq_1868{font-family:var(--font-body);font-size:12px;color:var(--text-dim)}._previewStatus_1vahq_1874{flex-shrink:0;margin-top:12px}._statusText_1vahq_1879{font-family:var(--font-body);font-size:.875rem;color:var(--text-dim);min-height:20px;margin:0}
