:root{--bg-primary:#e1d7d5;--bg-secondary:#d8cfcd;--bg-elevated:#ece4e2;--bg-glass:#ece4e2b8;--border-subtle:#1c181614;--border-default:#1c181624;--border-hover:#1c181638;--text-primary:#12100f;--text-secondary:#4d4642;--text-muted:#746b66;--accent-primary:#a78bfa;--accent-secondary:#818cf8;--accent-gradient:linear-gradient(135deg, #a78bfa 0%, #818cf8 50%, #60a5fa 100%);--success:#4ade80;--success-bg:#4ade801a;--success-border:#4ade8033;--error:#f87171;--error-bg:#f871711a;--error-border:#f8717133;--info:#60a5fa;--info-bg:#60a5fa1a;--info-border:#60a5fa33;--radius-sm:16px;--radius-md:20px;--radius-lg:28px;--radius-full:9999px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px);--shadow-sm:0 2px 8px #00000026;--shadow-md:0 8px 24px #0003;--shadow-lg:0 16px 48px #0000004d;--shadow-glow:0 0 40px #a78bfa26}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;margin:0;padding:0}html,body{overscroll-behavior:none;height:100%;overflow:hidden}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation;-webkit-user-select:none;user-select:none;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:fixed;inset:0}body:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(at 20% 20%,#a78bfa14 0%,#0000 50%),radial-gradient(at 80% 80%,#60a5fa0f 0%,#0000 50%),radial-gradient(#818cf80a 0%,#0000 60%);width:200%;height:200%;animation:20s ease-in-out infinite backgroundShift;position:fixed;top:-50%;left:-50%}body.camera-live-open{background:#000}body.camera-live-open:before{background:#000;width:100vw;height:100vh;animation:none;top:0;left:0}@keyframes backgroundShift{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(2%,2%)rotate(1deg)}66%{transform:translate(-2%,1%)rotate(-1deg)}}.app{height:100%;padding:16px;padding-top:max(16px, var(--safe-top));padding-bottom:max(20px, var(--safe-bottom));padding-left:max(16px, var(--safe-left));padding-right:max(16px, var(--safe-right));flex-direction:column;display:flex}.header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.logo{background:var(--accent-gradient);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:700}.logo-button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none;align-items:center;min-height:44px;margin:0;padding:4px 0;display:inline-flex}.logo-button:disabled{cursor:default;opacity:.6}.badge{color:var(--text-secondary);background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);border:1px solid var(--border-default);align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:600;display:flex}.badge:before{content:"";background:var(--success);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.camera-container{flex-direction:column;flex:1;gap:16px;min-height:0;display:flex}.viewfinder{background:var(--bg-elevated);border-radius:var(--radius-lg);border:1px solid var(--border-default);min-height:200px;box-shadow:var(--shadow-md), var(--shadow-glow);flex:1;transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.viewfinder.active{border-color:var(--accent-primary);box-shadow:var(--shadow-md), 0 0 60px #a78bfa33}.viewfinder.fullscreen{z-index:1000;background:var(--bg-primary);border:none;border-radius:0;justify-content:center;align-items:center;min-height:100vh;margin:0;display:flex;position:fixed;inset:0}.viewfinder.fullscreen[style*=aspect-ratio]{width:100%;max-width:100vw;height:100%;max-height:100vh}.viewfinder-video-wrap{background:var(--bg-elevated);justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.viewfinder-video-wrap video{object-fit:cover;width:100%;height:100%}.capture-flash{z-index:1002;pointer-events:none;background:#fff;animation:.3s ease-out forwards captureFlash;position:absolute;inset:0}@keyframes captureFlash{0%{opacity:.85}to{opacity:0}}.viewfinder-grid{z-index:10;pointer-events:none;position:absolute;inset:0}.grid-line{background:#ffffff21;position:absolute}.grid-h1,.grid-h2{height:1px;left:0;right:0}.grid-v1,.grid-v2{width:1px;top:0;bottom:0}.grid-h1{top:33.333%}.grid-h2{top:66.666%}.grid-v1{left:33.333%}.grid-v2{left:66.666%}.viewfinder-brackets{z-index:11;pointer-events:none;position:absolute;inset:20px}.bracket{width:28px;height:28px;position:absolute}.bracket:before,.bracket:after{content:"";background:#ffffffb3;border-radius:1px;position:absolute}.bracket:before{width:28px;height:2px}.bracket:after{width:2px;height:28px}.bracket-tl,.bracket-tl:before,.bracket-tl:after{top:0;left:0}.bracket-tr,.bracket-tr:before,.bracket-tr:after{top:0;right:0}.bracket-bl,.bracket-bl:before,.bracket-bl:after{bottom:0;left:0}.bracket-br,.bracket-br:before,.bracket-br:after{bottom:0;right:0}.camera-top-bar{top:max(16px, env(safe-area-inset-top,12px));right:max(16px, env(safe-area-inset-right,12px));z-index:1001;align-items:center;gap:12px;display:flex;position:fixed}.camera-flip-btn{-webkit-backdrop-filter:blur(12px);color:#ffffffe6;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .15s,background .2s;display:flex}.camera-flip-btn:active{background:#0009;transform:scale(.9)}.camera-controls-fullscreen{bottom:max(24px, env(safe-area-inset-bottom,20px));z-index:1001;flex-direction:column;align-items:center;gap:20px;padding:0 16px;display:flex;position:fixed;left:50%;transform:translate(-50%)}.zoom-presets{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);background:#00000059;align-items:center;gap:4px;padding:4px;display:flex}.zoom-preset{color:#ffffffb3;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex}.zoom-preset.active{color:#000;background:#ffc837e6;transform:scale(1.1)}.zoom-preset:active:not(.active){background:#ffffff26}.shutter-btn-fullscreen{-webkit-backdrop-filter:blur(12px);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff26;border:4px solid #ffffffe6;border-radius:50%;width:72px;height:72px;padding:0;transition:transform .15s,background .2s,border-color .2s;position:relative;box-shadow:0 4px 24px #0000004d}.shutter-btn-fullscreen:after{content:"";background:#fffffff2;border-radius:50%;transition:transform .15s;position:absolute;inset:8px}.shutter-btn-fullscreen:active{transform:scale(.92)}.shutter-btn-fullscreen:active:after{transform:scale(.88)}.shutter-btn-fullscreen.shutter-btn-classic{width:80px;min-width:80px;height:80px;min-height:80px;box-shadow:inset 0 0 0 4px var(--bg-primary), 0 4px 24px #0000004d;background:0 0;border:4px solid #fffffff2}.shutter-btn-fullscreen.shutter-btn-classic:after{background:#fffffff2;inset:12px}.shutter-btn-fullscreen.shutter-btn-classic:active:after{background:var(--accent-primary)}.viewfinder video{object-fit:cover;background:var(--bg-elevated);width:100%;height:100%;position:absolute;inset:0}.viewfinder .preview-image{object-fit:cover;background:0 0;width:100%;height:100%;position:absolute;inset:0}.placeholder{cursor:pointer;z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:20px;transition:background .3s;display:flex;position:absolute;inset:0}.placeholder:active{background:#ffffff0a}.placeholder-icon{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-default);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:36px;transition:transform .3s,border-color .3s;display:flex}.placeholder:active .placeholder-icon{border-color:var(--accent-primary);transform:scale(.95)}.placeholder-text{color:var(--text-muted);font-size:16px;font-weight:500}.actions{flex-shrink:0;gap:12px;padding-top:16px;display:flex}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:10px;min-height:60px;padding:20px 24px;font-family:inherit;font-size:16px;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.btn:active:not(:disabled){transform:scale(.97)}.btn-primary{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 24px #a78bfa59}.btn-primary:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.btn-primary:active:not(:disabled):before{opacity:1}.btn-secondary{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);color:var(--text-primary);border:1px solid var(--border-default)}.btn-secondary:active:not(:disabled){background:var(--bg-elevated);border-color:var(--border-hover)}.btn-icon{border-radius:50%;flex:0 0 70px;width:70px;height:70px;min-height:70px;padding:0;font-size:24px}.btn-capture{border:4px solid var(--text-primary);width:80px;height:80px;min-height:80px;box-shadow:inset 0 0 0 4px var(--bg-primary);background:0 0;flex:0 0 80px}.btn-capture:active:not(:disabled){border-color:var(--accent-primary)}.btn-capture:after{content:"";background:var(--text-primary);border-radius:50%;width:56px;height:56px;transition:transform .15s,background .2s}.btn-capture:active:not(:disabled):after{background:var(--accent-primary);transform:scale(.85)}.status{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);flex-shrink:0;margin-top:12px;padding:18px 20px;font-size:15px;line-height:1.6;animation:.4s cubic-bezier(.16,1,.3,1) slideUp}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.status.success{background:var(--success-bg);color:var(--success);border:1px solid var(--success-border)}.status.error{background:var(--error-bg);color:var(--error);border:1px solid var(--error-border)}.status.info{background:var(--info-bg);color:var(--info);border:1px solid var(--info-border)}.status a{color:inherit;text-underline-offset:3px;opacity:.9;text-decoration:underline}.status a:active{opacity:1}.status-links{flex-wrap:wrap;gap:20px;margin-top:14px;display:flex}.status-links a{align-items:center;min-height:44px;padding:4px 0;display:flex}.status-with-image{align-items:flex-start;gap:16px;display:flex}.status-image{border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--border-default);flex-shrink:0;width:80px;height:80px;overflow:hidden}.status-image img{object-fit:cover;width:100%;height:100%}.status-content{flex:1;min-width:0}.status-message{margin-bottom:8px;font-weight:600}.capture-hint{text-align:center;color:var(--text-muted);background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);border:1px solid var(--border-default);padding:12px 16px;font-size:14px;animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@media (orientation:landscape) and (max-height:500px){.app.page-camera:not(.camera-shell-live):not(.camera-shell-preview){flex-direction:row;gap:16px}.page-camera .header{top:var(--safe-top,12px);left:var(--safe-left,16px);right:var(--safe-right,16px);margin-bottom:0;position:absolute}.page-camera .camera-container{flex-direction:row;flex:1;padding-top:48px}.page-camera .viewfinder{flex:1;min-height:auto}.page-camera .actions{flex-direction:column;flex-shrink:0;width:auto;padding-top:0}.page-camera .btn:not(.btn-icon):not(.btn-capture){writing-mode:vertical-rl;text-orientation:mixed;padding:24px 20px}.btn-capture{flex:0 0 70px;width:70px;height:70px;min-height:70px}.btn-capture:after{width:46px;height:46px}.status{bottom:var(--safe-bottom,16px);left:var(--safe-left,16px);right:var(--safe-right,16px);margin-top:0;position:absolute}}@media (max-width:320px){.btn{min-height:54px;padding:16px 20px;font-size:15px}.btn-icon{flex:0 0 60px;width:60px;height:60px;min-height:60px}.btn-capture{flex:0 0 70px;width:70px;height:70px;min-height:70px}.btn-capture:after{width:48px;height:48px}}.wallet-container{z-index:1000;position:relative}.wallet-button{color:var(--text-primary);background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);border:1px solid var(--border-default);cursor:pointer;align-items:center;gap:8px;min-height:44px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex}.wallet-button:active{background:var(--bg-elevated);border-color:var(--border-hover);transform:scale(.98)}.wallet-button.connected{background:var(--success-bg);border-color:var(--success-border);color:var(--success)}.wallet-button.wrong-network{background:var(--error-bg);border-color:var(--error-border);color:var(--error);animation:1.5s ease-in-out infinite pulse-error}@keyframes pulse-error{0%,to{opacity:1}50%{opacity:.8}}.wallet-dot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}.wallet-options{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-md);z-index:100;min-width:180px;box-shadow:var(--shadow-lg);margin-top:8px;animation:.2s slideUp;position:absolute;top:100%;right:0;overflow:hidden}.wallet-option{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;min-height:48px;padding:14px 18px;font-family:inherit;font-size:14px;font-weight:500;transition:background .2s}.wallet-option:active{background:var(--bg-glass)}.wallet-option+.wallet-option{border-top:1px solid var(--border-subtle)}.header-actions{align-items:center;gap:10px;display:flex}.printer-button{color:var(--text-primary);background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);border:1px solid var(--border-default);cursor:pointer;align-items:center;gap:8px;min-height:44px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex}.printer-button:active{background:var(--bg-elevated);border-color:var(--border-hover);transform:scale(.98)}.printer-button:disabled{opacity:.6;cursor:not-allowed}.printer-button.connected{background:var(--success-bg);border-color:var(--success-border);color:var(--success)}.printer-button .printer-dot{background:var(--success);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}.printer-container{position:relative}.printer-error-dropdown{z-index:100;min-width:200px;margin-top:8px;padding:8px 12px;font-size:12px;position:absolute;top:100%;right:0}.mint-steps{color:var(--text-muted);justify-content:center;align-items:center;gap:8px;margin-top:10px;font-size:12px;display:flex}.mint-step{align-items:center;gap:6px;display:flex}.mint-step.active{color:var(--info);font-weight:600}.mint-step.done{color:var(--success)}.mint-step-dot{background:var(--border-default);border-radius:50%;width:8px;height:8px;transition:background .2s}.mint-step.active .mint-step-dot{background:var(--info);box-shadow:0 0 8px var(--info)}.mint-step.done .mint-step-dot{background:var(--success)}.ready-hint{color:var(--success);background:var(--success-bg);border:1px solid var(--success-border);border-radius:var(--radius-full);align-items:center;gap:6px;margin-top:10px;padding:8px 14px;font-size:13px;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:inline-flex}.status-pills{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.status-pill{color:inherit;border:1px solid var(--border-default);border-radius:var(--radius-full);background:#ffffff1a;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.status-pill:hover,.status-pill:focus{border-color:var(--border-hover);background:#ffffff26}.status-pill:active{opacity:.9}.toast{left:max(16px, var(--safe-left));right:max(16px, var(--safe-right));bottom:max(20px, var(--safe-bottom));z-index:2000;border-radius:var(--radius-md);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-lg);justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;font-size:14px;font-weight:500;animation:.35s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:fixed}.toast.error{background:var(--error-bg);color:var(--error);border:1px solid var(--error-border)}.toast.info{background:var(--info-bg);color:var(--info);border:1px solid var(--info-border)}.toast-dismiss{color:inherit;opacity:.8;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px;font-size:18px;line-height:1}.toast-dismiss:hover{opacity:1}.onboarding-hint{color:var(--text-muted);text-align:center;margin-bottom:8px;padding:10px 16px;font-size:13px;line-height:1.5}.flow-screen{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;min-height:0;padding:24px;animation:.3s fadeIn;display:flex;overflow-y:auto}.flow-screen-title{text-align:center;color:var(--text-primary);font-size:22px;font-weight:700}.flow-screen-subtitle{color:var(--text-muted);text-align:center;max-width:320px;font-size:14px;line-height:1.5}.mint-choice-options{flex-direction:column;gap:14px;width:100%;max-width:360px;display:flex}.mint-choice-btn{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;text-align:left;color:var(--text-primary);align-items:center;gap:16px;min-height:80px;padding:20px;font-family:inherit;transition:all .2s;display:flex}.mint-choice-btn:active{background:var(--bg-elevated);border-color:var(--accent-primary);transform:scale(.98)}.mint-choice-icon{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.mint-choice-label{font-size:16px;font-weight:600}.mint-choice-desc{color:var(--text-muted);margin-top:2px;font-size:13px}.mint-choice-address{color:var(--text-secondary);margin-top:4px;font-family:monospace;font-size:12px}.seed-phrase-grid{grid-template-columns:repeat(3,1fr);gap:8px;width:100%;max-width:360px;display:grid}.seed-word{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:500;display:flex}.seed-word-num{color:var(--text-muted);min-width:18px;font-size:11px;font-weight:600}.seed-word-text{color:var(--text-primary)}.onboard-address{color:var(--text-secondary);background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:var(--radius-sm);text-align:center;word-break:break-all;width:100%;max-width:360px;padding:10px 14px;font-family:monospace;font-size:13px}.onboard-warning{background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-sm);color:var(--error);align-items:flex-start;gap:10px;width:100%;max-width:360px;padding:14px;font-size:13px;line-height:1.5;display:flex}.flow-actions{gap:12px;width:100%;max-width:360px;display:flex}.upload-progress{flex-direction:column;align-items:center;gap:16px;display:flex}.upload-spinner{border:3px solid var(--border-default);border-top-color:var(--accent-primary);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@media (prefers-reduced-motion:reduce){body:before,*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-color-scheme:light){:root{--bg-primary:#fafafa;--bg-secondary:#f4f4f5;--bg-elevated:#fff;--bg-glass:#ffffffd9;--border-subtle:#0000000a;--border-default:#00000014;--border-hover:#0000001f;--text-primary:#18181b;--text-secondary:#52525b;--text-muted:#a1a1aa;--accent-primary:#7c3aed;--accent-secondary:#6366f1;--accent-gradient:linear-gradient(135deg, #7c3aed 0%, #6366f1 50%, #3b82f6 100%);--shadow-glow:0 0 40px #7c3aed1a}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body:before{background:radial-gradient(at 20% 20%,#7c3aed0d 0%,#0000 50%),radial-gradient(at 80% 80%,#3b82f60a 0%,#0000 50%)}.btn-capture{border-color:var(--text-primary)}.btn-capture:after{background:var(--text-primary)}.status-pill{border-color:var(--border-default);background:#0000000f}.status-pill:hover,.status-pill:focus{background:#0000001a}.shutter-btn-fullscreen{background:#fff6;border-color:#0006}.shutter-btn-fullscreen:after{background:#fffffff2}.camera-flip-btn{color:#000c;background:#ffffff80}.zoom-presets{background:#fff6}.zoom-preset{color:#0009}}:root{--bg-primary:#0f1110;--bg-secondary:#151816;--bg-elevated:#1b1f1c;--bg-glass:#1a1f1cbd;--border-subtle:#f0f4ed0f;--border-default:#f0f4ed1f;--border-hover:#f0f4ed33;--text-primary:#f4f4ee;--text-secondary:#c5c9bf;--text-muted:#8b9186;--accent-primary:#d8f171;--accent-secondary:#95ba5f;--accent-gradient:linear-gradient(135deg, #d8f171 0%, #95ba5f 100%);--success:#9fe870;--success-bg:#9fe8701f;--success-border:#9fe87047;--error:#ff8e78;--error-bg:#ff8e781f;--error-border:#ff8e7838;--info:#a2c9ff;--info-bg:#a2c9ff1f;--info-border:#a2c9ff38;--shadow-glow:0 0 48px #d8f17117}body:before{background:radial-gradient(circle at 10% 10%,#d8f17114 0%,#0000 30%),radial-gradient(circle at 85% 12%,#95ba5f1a 0%,#0000 30%),radial-gradient(circle at 50% 90%,#ffffff08 0%,#0000 35%);animation-duration:24s}.shell{scrollbar-width:none;overflow-y:auto}.shell::-webkit-scrollbar{display:none}.topbar{z-index:20;-webkit-backdrop-filter:blur(14px);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;margin-bottom:18px;padding:6px 0 10px;display:grid;position:sticky;top:0}.brand-lockup{color:var(--text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:baseline;gap:8px;display:inline-flex}.brand-mark,.brand-submark{letter-spacing:.14em;text-transform:uppercase;font-weight:700}.brand-mark{color:var(--text-secondary);font-size:1rem}.brand-submark{color:var(--text-primary);font-size:1.25rem}.topnav{justify-self:center;gap:8px;display:flex}.nav-chip,.text-link{border:1px solid var(--border-default);min-height:42px;color:var(--text-secondary);font:inherit;cursor:pointer;background:#ffffff05;border-radius:999px;align-items:center;gap:8px;padding:0 14px;transition:border-color .2s,color .2s,background .2s;display:inline-flex}.nav-chip.active,.nav-chip:hover,.text-link:hover{color:var(--text-primary);border-color:var(--border-hover);background:#ffffff0d}.dashboard-grid,.content-grid,.camera-page{gap:18px;display:grid}.dashboard-grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start}.hero-panel,.info-panel,.content-panel,.camera-page-header,.callout-panel,.roll-panel,.flow-panel{border:1px solid var(--border-default);background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-md), var(--shadow-glow);border-radius:28px}.hero-panel{flex-direction:column;justify-content:space-between;min-height:340px;padding:28px;display:flex}.eyebrow{color:var(--accent-primary);letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px;font-size:.75rem;font-weight:700}.hero-panel h1,.content-panel h2,.camera-page-header h2{letter-spacing:-.04em;max-width:12ch;font-size:clamp(2rem,4vw,3.8rem);line-height:.96}.hero-panel p,.content-panel p,.camera-page-header p,.panel-copy,.flow-screen-subtitle{color:var(--text-secondary);line-height:1.6}.hero-actions{gap:12px;margin-top:24px;display:flex}.panel-stack{gap:18px;display:grid}.info-panel,.content-panel,.camera-page-header,.callout-panel,.roll-panel,.flow-panel{padding:22px}.intro-panel,.callout-panel,.panel-row,.camera-connection-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.panel-title{color:var(--text-primary);margin-bottom:6px;font-size:.9rem;font-weight:600}.feature-grid,.mode-grid{gap:12px;display:grid}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.mode-card{text-align:left;border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:#ffffff06;border-radius:24px;align-content:start;gap:10px;padding:20px;transition:transform .2s,border-color .2s,background .2s;display:grid}.feature-card:hover,.mode-card:hover,.mode-card.active{border-color:var(--accent-primary);background:#d8f17112;transform:translateY(-1px)}.feature-title,.mode-card-title{font-weight:700}.feature-copy,.mode-card-copy,.connection-pill,.inline-link{color:var(--text-secondary)}.content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-panel-wide,.presale-hero{grid-column:1/-1}.inline-link,.btn-inline{align-items:center;gap:8px;width:fit-content;display:inline-flex}.presale-grid{align-items:start}.coming-soon-pill,.connection-pill{border:1px solid var(--border-default);background:#ffffff0a;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:0 14px;display:inline-flex}.coming-soon-pill{width:fit-content;color:var(--accent-primary);letter-spacing:.1em;margin-top:24px;font-weight:700}.coming-soon-pill.subtle,.connection-pill.connected{color:var(--success);border-color:var(--success-border);background:var(--success-bg)}.camera-page{align-items:start}.camera-page-header{justify-content:space-between;align-items:end;gap:20px;display:flex}.camera-connection-row{flex-wrap:wrap;align-items:center}.mode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.camera-workspace{gap:12px;display:grid}.camera-actions-row{padding-top:0}.camera-placeholder-minimal .placeholder-icon{background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;width:92px;height:92px;display:flex}.camera-placeholder-minimal{color:var(--text-primary)}.camera-placeholder-minimal .placeholder-text{color:var(--text-primary);letter-spacing:.1em;text-transform:uppercase}.camera-emoji{font-size:2.9rem;line-height:1}.camera-placeholder-image{object-fit:contain;width:78px;height:78px;display:block}.roll-placeholder{border:1px dashed var(--border-default);min-height:120px;color:var(--text-muted);border-radius:20px;justify-content:center;align-items:center;display:flex}.secure-flow-screen{gap:18px}.secure-header{align-items:flex-start;gap:14px;display:flex}.secure-icon{width:36px;height:36px;color:var(--accent-primary);background:#d8f17114;border:1px solid #d8f17140;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.seed-phrase-frame{border:1px solid var(--border-default);background:#ffffff05;border-radius:24px;gap:16px;padding:18px;display:grid}.seed-phrase-grid.concealed .seed-word-text{filter:blur(6px);-webkit-user-select:none;user-select:none}.seed-phrase-grid.concealed .seed-word:hover .seed-word-text{filter:blur(8px)}.splash-screen{z-index:80;pointer-events:none;background:radial-gradient(circle at 50% 35%,#d8f17124 0%,#0f1110f5 45%),#0f1110fa;place-items:center;gap:10px;animation:1.9s forwards splashFade;display:grid;position:fixed;inset:0}.splash-mark,.splash-wordmark{text-transform:uppercase;letter-spacing:.28em}.splash-mark{color:var(--text-secondary)}.splash-wordmark{font-size:clamp(2.4rem,7vw,6rem);font-weight:700}.splash-copy{text-align:center;max-width:34rem;color:var(--text-secondary);padding:0 24px}@keyframes splashFade{0%,70%{opacity:1}to{opacity:0;visibility:hidden}}@media (max-width:980px){.topbar,.dashboard-grid,.content-grid,.mode-grid,.camera-page-header{grid-template-columns:1fr}.topbar{position:static}.topnav,.header-actions{flex-wrap:wrap;justify-self:start}.hero-panel h1,.content-panel h2,.camera-page-header h2{max-width:none}}@media (max-width:720px){body{position:static;overflow:auto}html,body,.app{height:auto;min-height:100%;overflow:visible}.app{padding-bottom:120px}.topnav,.hero-actions,.feature-grid,.mode-grid,.camera-connection-row,.intro-panel,.callout-panel,.panel-row{flex-direction:column;align-items:stretch}.feature-grid,.content-grid{grid-template-columns:1fr}.btn{min-height:56px;padding:18px 20px}}.header-actions{justify-self:end;align-items:center;gap:12px;display:flex}.home-stack{gap:18px;display:grid}.brand-logo{object-fit:contain;width:38px;height:38px}.brand-lockup{align-items:center;gap:12px}.brand-submark{letter-spacing:.24em;font-size:1.15rem}.hero-cinematic{border:1px solid var(--border-default);min-height:min(84vh,860px);box-shadow:var(--shadow-lg), var(--shadow-glow);background:#070908;border-radius:34px;position:relative;overflow:hidden}.hero-cinematic-image{object-fit:cover;object-position:center center;filter:saturate(.96)contrast(1.04)brightness(.72)}.hero-ascii-canvas,.hero-grain,.hero-scrim,.hero-cinematic-content{position:absolute;inset:0}.hero-ascii-canvas{z-index:2;pointer-events:none;mix-blend-mode:screen}.hero-grain{z-index:3;opacity:.14;pointer-events:none;background-image:radial-gradient(circle at 20% 20%,#ffffff1f 0,#0000 35%),radial-gradient(circle at 80% 65%,#ffffff14 0,#0000 30%),repeating-linear-gradient(0deg,#ffffff09 0 1px,#0000 1px 3px)}.hero-scrim{z-index:4;pointer-events:none;background:linear-gradient(90deg,#060807e0 0%,#0608078f 36%,#06080738 62%,#060807b8 100%),linear-gradient(#06080733 0%,#06080705 26%,#06080775 100%)}.hero-cinematic-content{z-index:5;flex-direction:column;justify-content:flex-end;gap:16px;max-width:min(680px,72vw);padding:34px;display:flex}.hero-cinematic-content h1{letter-spacing:-.05em;text-wrap:balance;font-size:clamp(2.8rem,7vw,5.6rem);line-height:.94}.hero-cinematic-content p{color:#f4f4eedb;max-width:56ch;font-size:clamp(1rem,1.6vw,1.2rem)}.hero-panel-copy h2{letter-spacing:-.04em;max-width:14ch;font-size:clamp(2rem,4vw,3.2rem);line-height:.98}.feature-card-muted{opacity:.75}.wallet-loader{border-radius:50%}.wallet-menu{border:1px solid var(--border-default);-webkit-backdrop-filter:blur(18px);min-width:240px;box-shadow:var(--shadow-md);z-index:30;background:#121614f5;border-radius:20px;gap:6px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.wallet-menu-address{color:var(--text-secondary);word-break:break-all;border-bottom:1px solid var(--border-subtle);margin-bottom:4px;padding:10px 12px;font-size:.82rem}.wallet-menu-item{min-height:42px;color:var(--text-primary);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:10px;padding:0 12px;text-decoration:none;display:flex}.wallet-menu-item-danger{color:#ffb1a1}.loading-indicator{text-align:center;justify-items:center;gap:16px;padding:10px 0;display:grid}.loading-indicator-gif{border-radius:18px}.splash-screen{gap:14px}.splash-logo{object-fit:cover;border-radius:50%;width:112px;height:112px;box-shadow:0 0 80px #d8f17124}.splash-loader{border-radius:20px}.flow-panel{place-items:center;min-height:300px;display:grid}.flow-screen-title{font-size:1.3rem;font-weight:700}.flow-screen-subtitle{text-align:left;max-width:36ch}@media (max-width:980px){.hero-cinematic{min-height:72vh}.hero-cinematic-content{max-width:none;padding:24px}.header-actions{justify-self:start}}@media (max-width:720px){.hero-cinematic{border-radius:26px;min-height:66vh}.hero-scrim{background:linear-gradient(#06080738 0%,#06080729 25%,#060807c7 100%),linear-gradient(90deg,#06080770 0%,#06080714 100%)}.hero-cinematic-content{justify-content:flex-end;padding:20px}.hero-cinematic-content h1{font-size:clamp(2.3rem,10vw,4rem)}.wallet-menu{left:0;right:auto}}.receipt-preview{border:1px solid var(--border-default);background:#ffffff05;border-radius:22px;overflow:hidden}.receipt-preview-image{width:100%;height:auto;display:block}:root{--bg-primary:#e1d7d5;--bg-secondary:#f1eee8;--bg-elevated:#e3dfd8;--bg-glass:#ffffff73;--border-subtle:#1c1a1714;--border-default:#1c1a171f;--border-hover:#1c1a1738;--text-primary:#191715;--text-secondary:#4d473f;--text-muted:#7f776d;--accent-primary:#191715;--accent-secondary:#191715;--accent-gradient:none;--shadow-sm:none;--shadow-md:none;--shadow-lg:none;--shadow-glow:none}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body{overscroll-behavior:auto;-webkit-overflow-scrolling:touch;height:auto;min-height:100%;overflow:auto}body{background:var(--bg-primary);color:var(--text-primary);-webkit-user-select:auto;user-select:auto;touch-action:auto;font-family:DM Sans,Helvetica Neue,Arial,sans-serif;position:static}body:before{display:none}.app.editorial-shell{background:var(--bg-primary);height:auto;min-height:100vh;padding:18px 22px 16px}.app.camera-shell{padding-bottom:80px}.editorial-header{justify-content:space-between;align-items:center;gap:24px;width:min(100%,1120px);margin:0 auto;padding:8px 0 28px;display:flex}.editorial-header-left,.editorial-header-right{align-items:center;gap:20px;display:flex}.editorial-header-right{margin-left:auto}.brand-lockup-editorial{align-items:center;padding:0;text-decoration:none;display:inline-flex}.brand-lockup-editorial .brand-submark{letter-spacing:.22em;font-size:.98rem}.editorial-nav{align-items:center;gap:18px;display:flex}.editorial-app-bubble{min-height:42px;color:var(--text-primary);z-index:0;background:0 0;border-radius:999px;justify-content:center;align-items:center;gap:12px;padding:0 18px;text-decoration:none;transition:transform .18s;display:inline-flex;position:relative}.editorial-app-bubble:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;z-index:-1;background:linear-gradient(90deg,#2f8f46 0%,#7aa43a 28%,#d9a11f 48%,#f08c2b 72%,#e4572e 100%) 100% 0/160% 100%;padding:2px;transition:background-position .18s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.editorial-app-bubble-arrow{filter:brightness(0)saturate();width:18px;height:18px;display:block}.editorial-app-bubble-mobile-label{display:none}.editorial-app-bubble-desktop-label{display:inline}@media (hover:hover) and (pointer:fine){.editorial-app-bubble:hover{transform:scale(1.035)}.editorial-app-bubble:hover:before{background-position:0 0}}.editorial-mobile-only{display:none}.editorial-desktop-only{display:inline-flex}.editorial-link,.editorial-link-inline,.editorial-cta{font:inherit;color:var(--text-primary)}.editorial-link-inline{text-decoration:none;display:inline-block;position:relative}.editorial-link{cursor:pointer;letter-spacing:.02em;background:0 0;border:none;padding:0;font-size:.92rem;text-decoration:none;position:relative}.editorial-link:after,.editorial-link-inline:after{content:"";transform-origin:0;opacity:.6;background:currentColor;width:100%;height:1px;transition:transform .2s,opacity .2s;position:absolute;bottom:-3px;left:0;transform:scaleX(0)}.editorial-link:hover:after,.editorial-link.active:after,.editorial-link-inline:hover:after{transform:scaleX(1)}.editorial-wordmark{letter-spacing:.16em;white-space:nowrap}.editorial-wordmark-prefix,.editorial-wordmark-name{display:inline}.menu-toggle{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:0;display:none}.mobile-nav-sheet{display:none}.mobile-nav-divider{background:var(--border-default);width:100%;height:1px}.mobile-nav-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem}.editorial-wordmark:after{opacity:.7;display:block;transform:scaleX(1)}.editorial-actions .printer-container,.editorial-actions .wallet-container{position:relative}.editorial-home-link{width:38px;height:38px;color:var(--text-primary);justify-content:center;align-items:center;text-decoration:none;display:none}.site-home-link,.page-camera .editorial-home-link{display:inline-flex}.wallet-button,.printer-button{border:1px solid var(--border-default);color:var(--text-primary);box-shadow:none;background:0 0}.wallet-button.connected,.printer-button.connected{color:var(--text-primary);border-color:var(--border-hover);background:0 0}.wallet-menu{border:1px solid var(--border-default);background:#f1eee8fa}.wallet-menu-item:hover{background:#1917150a}.case-study,.editorial-page,.camera-editorial{gap:84px;display:grid}.camera-editorial{width:min(100%,980px);margin:0 auto}.editorial-hero,.editorial-section{max-width:980px}.editorial-section-group{gap:56px}.editorial-section-after-grid{max-width:760px}.editorial-section-wide{max-width:none}.editorial-kicker{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:18px;font-size:.78rem}.editorial-hero h1,.editorial-section h2,.camera-editorial-header h2{letter-spacing:-.06em;max-width:11ch;font-size:clamp(3.8rem,10vw,8.6rem);font-weight:600;line-height:.93}.page-project .editorial-hero h1{max-width:min(84vw,15ch)}.editorial-intro{max-width:32ch;color:var(--text-secondary);margin-top:28px;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.4rem,2.5vw,2rem);line-height:1.45}.editorial-intro-wide{width:100%;max-width:none}.editorial-intro-secondary{max-width:34ch;font-size:clamp(1.25rem,2vw,1.6rem)}.editorial-split-feature{grid-template-columns:minmax(0,1fr) minmax(280px,.9fr);align-items:center;gap:40px;display:grid}.editorial-split-copy{justify-items:start;max-width:980px}.editorial-split-copy .editorial-intro{max-width:none}.editorial-split-media{align-self:stretch}.hero-cinematic{min-height:82vh;box-shadow:none;border:none;border-radius:0}.hero-cinematic-image{filter:saturate(.92)contrast(1.02)brightness(.9)}.hero-scrim{background:linear-gradient(#3a383414 0%,#3a383405 44%,#ece9e342 100%),linear-gradient(135deg,#e8e5e01a 0%,#d6d0c729 55%,#bcb4aa14 100%)}.hero-grain{opacity:.1}.editorial-narrow{max-width:46ch;color:var(--text-secondary);margin:0 auto;font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-size:clamp(1.25rem,2.2vw,1.8rem);line-height:1.55}.editorial-fullbleed-media,.editorial-grid-two,.editorial-blueprint,.editorial-mosaic,.editorial-details,.editorial-text-columns{width:100%}.editorial-fullbleed-media{min-height:70vh}.editorial-fullbleed-placeholder{min-height:62vh}.editorial-media-image{object-fit:cover;width:100%;height:auto;display:block}.editorial-grid-two,.editorial-text-columns,.editorial-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;display:grid}.editorial-details{border-top:1px solid var(--border-default);grid-template-columns:repeat(3,minmax(0,1fr));padding-top:28px}.editorial-figure{gap:12px;display:grid}.editorial-figure figcaption{max-width:42ch;color:var(--text-muted);font-size:.95rem;line-height:1.5}.editorial-blueprint{grid-template-columns:minmax(260px,.9fr) minmax(0,1.4fr);align-items:start;gap:48px;display:grid}.editorial-blueprint h2{letter-spacing:-.04em;margin-bottom:18px;font-size:clamp(2.2rem,4vw,4rem);line-height:.98}.editorial-steps{color:var(--text-secondary);gap:10px;padding-left:20px;line-height:1.6;display:grid}.placeholder-media{min-height:420px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;text-align:center;background:#19171508;border:1px dashed #1917152e;place-items:center;padding:24px;font-size:.8rem;display:grid}.placeholder-media-hero{min-height:42vh}.placeholder-media-mailchimp{min-height:180px}.placeholder-media-team{min-height:220px}.placeholder-media-inspiration{min-height:160px;margin-bottom:18px}.placeholder-media-flow-single{background:#19171505;border-color:#1917151f;min-height:152px;margin-top:6px;font-size:.68rem}.placeholder-media-flow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:6px;display:grid}.editorial-flow-video-wrap{background:#19171505;border:1px solid #1917151f;width:100%;margin-top:6px;overflow:hidden}.editorial-flow-video-single{min-height:152px}.editorial-flow-video{object-fit:cover;width:100%;height:auto;display:block}.editorial-flow-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:12px;margin-top:4px;display:grid}.editorial-flow-mode-list{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:10px;margin-top:4px;display:grid}.editorial-flow-mode-item{grid-template-rows:auto 1fr;align-content:start;gap:8px;min-width:0;display:grid}.editorial-flow-mode-copy{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;min-width:0;font-size:.66rem;line-height:1.4}.placeholder-media-flow-small{background:#19171505;border-color:#1917151f;min-height:112px;font-size:.66rem}.editorial-flow-icon-wrap{justify-content:center;align-items:center;min-height:132px;margin-top:6px;display:flex}.editorial-flow-icon{object-fit:contain;width:120px;height:120px;display:block}.blueprint-placeholder{background:linear-gradient(#1917150f 1px,#0000 1px) 0 0/28px 28px,linear-gradient(90deg,#1917150f 1px,#0000 1px) 0 0/28px 28px,#ffffff40;min-height:520px}.mosaic-large{grid-column:span 2}.editorial-cta,.editorial-button{border:1px solid var(--text-primary);min-height:48px;color:var(--text-primary);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0 18px;text-decoration:none;display:inline-flex}.editorial-inline-cta{text-transform:uppercase;letter-spacing:.08em;justify-self:start;align-items:center;gap:8px;width:fit-content;margin:18px 0 0;font-size:.96rem;text-decoration:none;display:inline-flex;position:relative}.editorial-inline-cta-left{margin-left:0;margin-right:0}.editorial-inline-cta-no-margin{margin:0}.editorial-try-now-cta{justify-self:center;align-items:center;gap:34px;margin-top:32px;text-decoration:none;display:inline-flex}.editorial-try-now-icon{object-fit:contain;width:228px;height:228px;transition:transform .18s,filter .18s;display:block}.editorial-try-now-cta .editorial-inline-cta{letter-spacing:.08em;font-size:2.35rem}.editorial-try-now-cta:hover .editorial-inline-cta:after,.editorial-try-now-cta:focus-visible .editorial-inline-cta:after{transform:scaleX(1)}.editorial-try-now-cta:hover .editorial-try-now-icon,.editorial-try-now-cta:focus-visible .editorial-try-now-icon{filter:drop-shadow(0 10px 18px #00000047);transform:rotate(-6deg)scale(1.03)}.camera-inline-cta{margin:4px 0 0;font-size:.86rem}.editorial-button-dark{background:var(--text-primary);color:var(--bg-primary)}.editorial-callout{border-top:1px solid var(--border-default);border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;gap:24px;padding:24px 0;display:flex}.camera-editorial-header h2{font-size:clamp(2.8rem,7vw,5.2rem)}.camera-page-title{letter-spacing:-.05em;font-size:clamp(2.8rem,7vw,5.2rem);line-height:.96}.camera-page-note{color:var(--text-muted);letter-spacing:.02em;margin:0;font-size:.82rem}.placeholder-note{color:var(--text-muted);letter-spacing:.02em;margin-top:6px;font-size:.78rem}.camera-meta-row,.mode-strip{flex-wrap:wrap;gap:16px;display:flex}.camera-meta-row{color:var(--text-muted);font-size:.94rem}.camera-editorial-simple{gap:28px}.mode-strip-item{cursor:pointer;font:inherit;color:var(--text-muted);background:0 0;border:none;border-bottom:1px solid #0000;padding:0 0 6px}.mode-strip-item.active{color:var(--text-primary);border-color:var(--text-primary)}.mode-strip-static{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.camera-type-section{gap:4px;display:grid}.camera-mode-support{align-content:start;min-height:0;margin-top:0;display:grid}.camera-type-mobile{gap:12px;display:none}.camera-mode-dropdown{border:1px solid var(--border-default);background:#ffffff2e;border-radius:24px;overflow:hidden}.camera-mode-summary{cursor:pointer;gap:4px;padding:16px 42px 16px 16px;list-style:none;display:grid;position:relative}.camera-mode-summary::-webkit-details-marker{display:none}.camera-mode-summary-kicker{color:var(--text-muted);letter-spacing:.16em;text-transform:uppercase;font-size:.68rem}.camera-mode-summary-label,.camera-mode-dropdown-title{color:var(--text-primary);font-size:1rem;line-height:1.25}.camera-mode-summary-label,.camera-mode-dropdown-title,.mode-strip-card-title{align-items:center;gap:12px;display:inline-flex}.camera-mode-logo{object-fit:contain;flex:none;width:20px;height:20px;display:block}.camera-mode-logo-summary{width:18px;height:18px}.camera-mode-dropdown-copy{color:var(--text-muted);font-size:.92rem;line-height:1.45}.camera-mode-summary-arrow{color:var(--text-muted);font-size:.95rem;line-height:1;transition:transform .2s;position:absolute;top:16px;right:16px}.camera-mode-dropdown[open] .camera-mode-summary-arrow{transform:rotate(180deg)}.camera-mode-dropdown-list{border-top:1px solid var(--border-default);display:grid}.camera-mode-dropdown-item{text-align:left;border:none;border-bottom:1px solid var(--border-default);font:inherit;cursor:pointer;background:0 0;gap:8px;padding:16px;display:grid}.camera-mode-dropdown-item:last-child{border-bottom:none}.camera-mode-dropdown-item.active{background:#1917150d}.camera-type-desktop{display:grid}.camera-capture-section{gap:4px;display:grid;position:relative}.camera-type-kicker{margin-bottom:0}.mode-strip-card{border:1px solid var(--border-default);text-align:left;background:#ffffff24;border-radius:24px;align-content:start;gap:10px;min-height:152px;padding:18px 18px 20px;display:grid}.mode-strip-card.active{background:#1917150d}.mode-strip-card-title{color:var(--text-primary);font-size:1rem;line-height:1.2}.camera-mode-logo-card{width:28px;height:28px}.mode-strip-card-copy{color:var(--text-muted);font-size:.92rem;line-height:1.45}.mode-strip-card-note{color:var(--text-muted);font-size:.8rem;line-height:1.4}.camera-workspace-editorial .viewfinder{aspect-ratio:1;border:1px solid var(--border-default);width:100%;min-height:0;box-shadow:none;background:var(--bg-elevated);border-radius:24px;flex:none}.camera-workspace-editorial .viewfinder.active,.camera-workspace-editorial .viewfinder.fullscreen{background:#111}.camera-workspace-editorial .viewfinder.previewing{background:var(--bg-elevated);border-radius:0;justify-self:center;width:min(100%,680px);max-width:100%;margin-inline:auto;aspect-ratio:1!important}.camera-workspace-editorial .viewfinder.fullscreen{z-index:1000;background:#111;border:none;border-radius:0;justify-content:stretch;align-items:stretch;width:100vw;max-width:100vw;height:100svh;max-height:100svh;margin:0;display:flex;position:fixed;inset:0;transform:none}.viewfinder-square-frame{z-index:10;pointer-events:none;width:min(100vw,100svh);height:min(100vw,100svh);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 9999px #000000d1}.camera-workspace-editorial .viewfinder .viewfinder-video-wrap{background:var(--bg-elevated)}.camera-workspace-editorial .viewfinder.active .viewfinder-video-wrap,.camera-workspace-editorial .viewfinder.fullscreen .viewfinder-video-wrap{background:#111}.camera-workspace-static{min-height:0;position:relative}.camera-workspace-editorial .camera-container{flex:none;gap:0}.camera-meta-panel{gap:6px;margin-top:6px;margin-bottom:28px;display:grid}.camera-memory-grid-section{gap:14px;margin-top:4px;margin-bottom:18px;display:grid}.camera-memory-grid-title{letter-spacing:-.02em;font-size:1.05rem;line-height:1.15}.camera-memory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.camera-memory-tile{border:1px solid var(--border-default);cursor:pointer;aspect-ratio:1;background:#1917150a;padding:0;display:block;overflow:hidden}.camera-memory-image{object-fit:cover;width:100%;height:100%;display:block}.camera-memory-load-more{justify-self:start;min-height:42px}.camera-memory-modal-backdrop{z-index:1200;-webkit-backdrop-filter:blur(6px);background:#12100f5c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.camera-memory-modal{background:var(--bg-primary);border:1px solid var(--border-default);width:min(100%,520px);box-shadow:var(--shadow-md);gap:16px;padding:20px;display:grid}.camera-terms-modal{background:var(--bg-primary);border:1px solid var(--border-default);width:min(100%,560px);box-shadow:var(--shadow-md);gap:18px;padding:22px;display:grid}.camera-terms-copy{color:var(--text-secondary);gap:14px;font-size:1rem;line-height:1.6;display:grid}.camera-terms-copy p{margin:0}.camera-terms-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.camera-memory-modal-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.camera-memory-modal-header h2{letter-spacing:-.04em;font-size:clamp(1.4rem,3vw,2rem);line-height:.96}.camera-memory-modal-close{border:1px solid var(--border-default);width:38px;height:38px;color:var(--text-primary);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:inline-flex}.camera-memory-modal-preview{aspect-ratio:1;border:1px solid var(--border-default);background:#1917150a;width:100%;overflow:hidden}.camera-memory-modal-image{object-fit:cover;width:100%;height:100%;display:block}.camera-memory-modal-stats{color:var(--text-secondary);gap:6px;font-size:.92rem;line-height:1.45;display:grid}.camera-memory-modal-stats span{color:var(--text-primary)}.camera-memory-modal-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.camera-memory-modal-actions .camera-success-link{width:100%;min-width:0}.editorial-callout-compact{border-top:none;border-bottom:none;gap:10px;padding:0}.camera-mode-support .editorial-callout{border-top:none;border-bottom:none;padding-top:0;padding-bottom:0}.camera-actions-row-editorial,.camera-actions-row-attached{padding-top:8px}.camera-inline-loader{flex:1;justify-content:center;align-items:center;min-height:48px;display:flex}.camera-inline-loader-inner{min-height:0;padding:0}.camera-inline-loader-gif{width:72px;height:72px}.camera-shell-preview .editorial-header,.camera-shell-preview .editorial-footer,.camera-shell-preview .camera-editorial-header{display:none}.camera-shell-live{background:#000;height:100svh;min-height:100svh;margin:0;padding:0}.camera-shell-live .editorial-header,.camera-shell-live .editorial-footer,.camera-shell-live .camera-editorial-header,.camera-shell-live .camera-type-section,.camera-shell-live .camera-meta-panel,.camera-shell-live .camera-memory-grid-section,.camera-shell-live .camera-actions-row-attached{display:none}.camera-shell-live .camera-editorial,.camera-shell-live .camera-capture-section,.camera-shell-live .camera-workspace-static,.camera-shell-live .camera-workspace-editorial{background:#000;gap:0;min-height:100svh;margin:0;padding:0}.camera-shell-live .camera-editorial,.camera-shell-live .camera-capture-section{display:block}.camera-shell-live .camera-workspace-editorial .viewfinder.fullscreen{width:100vw;max-width:100vw;height:100svh;max-height:100svh;margin:0;position:fixed;inset:0}.camera-shell-preview .camera-editorial{align-content:start;gap:12px;min-height:calc(100svh - 28px)}.camera-shell-preview .camera-capture-section{align-content:start;gap:8px;min-height:100%}.camera-shell-preview .camera-workspace-editorial .viewfinder.previewing{background:var(--bg-elevated);border-color:var(--border-default);max-height:calc(100svh - 190px)}@media (min-width:901px){.camera-shell-preview .camera-capture-section{width:min(100svh - 260px,560px,100%);max-width:min(100svh - 260px,560px,100%);margin-inline:auto}.camera-shell-preview .camera-workspace-editorial .viewfinder.previewing{aspect-ratio:1;justify-self:stretch;width:100%;max-width:100%;max-height:none;margin-inline:0}}.camera-shell-preview .camera-meta-panel{margin-top:0}.camera-shell-preview .camera-actions-row-attached{background:var(--bg-primary);padding-top:0;padding-bottom:max(8px, env(safe-area-inset-bottom,0px));position:sticky;bottom:0}.camera-preview-overlay{-webkit-backdrop-filter:blur(8px);pointer-events:none;background:#ece9e3c7;justify-content:center;align-items:center;display:flex;position:absolute;inset:1px}.camera-preview-overlay-loader{min-height:0;padding:0}.camera-preview-overlay-gif{width:88px;height:88px;display:block}.flow-panel-editorial{border-top:1px solid var(--border-default);border-bottom:1px solid var(--border-default);background:0 0;border-left:none;border-right:none;border-radius:0;min-height:52vh}.loading-indicator-minimal{justify-content:center;align-items:center;gap:0;min-height:48vh;padding:24px}.loading-indicator-label{letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-top:-26px;font-size:.92rem;line-height:1}.loading-indicator-gif{border-radius:0;width:144px;height:144px;display:block}.splash-screen{background:#ece9e3fa}.splash-wordmark,.splash-copy,.splash-logo{display:none}.splash-loader-large{width:192px;height:192px;margin-bottom:-12px}.splash-loader-stack{flex-direction:column;justify-content:center;align-items:center;gap:12px;height:auto;min-height:auto;padding:0;display:flex;transform:none}.splash-loader-stack .loading-indicator-label{margin-top:0;transform:translateY(-2px)}.splash-loader-stack .loading-indicator-gif{margin-bottom:0}.info-panel,.hero-panel,.content-panel,.camera-page-header,.callout-panel,.roll-panel,.flow-panel{box-shadow:none;background:0 0;border:none;border-radius:0;padding:0}.status{-webkit-backdrop-filter:none;border-radius:0}.editorial-flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 36px;width:100%;margin:0;padding:32px 0 0;display:grid}.editorial-flow-heading{padding:0 0 22px}.editorial-flow-heading-hero{max-width:980px;padding-bottom:18px}.editorial-flow-step{border-top:1px solid var(--border-default);align-content:start;gap:10px;min-height:100%;padding:22px 0 0;display:grid}.editorial-flow-step:nth-last-child(-n+2){padding-bottom:12px}.editorial-flow-step .editorial-kicker{margin-bottom:0;padding-top:0}.editorial-flow-step h3{letter-spacing:-.04em;margin:0;font-size:clamp(1.45rem,2.5vw,2.15rem);font-weight:500;line-height:1.02}.editorial-flow-step p{max-width:32rem;color:var(--text-secondary);font-size:.98rem;line-height:1.45}.camera-success-view{width:min(100%,1040px);margin:0 auto;display:grid}.camera-success-panel{gap:24px;display:grid}.camera-success-image-frame{aspect-ratio:1;background:0 0;border:none;justify-self:center;width:min(100%,640px);max-width:640px;display:grid;overflow:hidden}.camera-success-image{object-fit:cover;object-position:center;background:0 0;width:100%;max-width:100%;height:100%;max-height:none;margin:0 auto;display:block}.camera-success-copy{justify-items:start;gap:4px;display:grid}.camera-success-copy h1{letter-spacing:-.05em;font-size:clamp(2.6rem,7vw,4.6rem);font-weight:600;line-height:.95}.camera-success-note{max-width:38rem;color:var(--text-secondary);line-height:1.45}.camera-success-result{border-top:1px solid var(--border-default);gap:18px;padding:22px 0 0;display:grid}.camera-success-result h2{letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:500;line-height:1.05}.camera-success-links{flex-wrap:wrap;gap:12px;display:flex}.camera-success-links-secondary{grid-template-columns:repeat(3,minmax(0,1fr));justify-self:stretch;gap:12px;width:min(100%,440px);display:grid}.camera-success-gift{grid-template-columns:minmax(220px,280px) minmax(0,1fr);place-items:start center;gap:20px;display:grid}.camera-success-qr{background:0 0;justify-self:center;width:min(100%,260px);height:auto;margin:0 auto;display:block}.camera-success-qr-loading{place-items:center;min-height:180px;display:grid}.camera-success-gift-copy{color:var(--text-secondary);align-content:start;gap:14px;line-height:1.5;display:grid}.camera-success-gift-wallet{color:var(--text-primary);font-size:.95rem}.camera-success-gift-notice{color:var(--text-muted);font-size:.85rem}.camera-success-gift-actions{flex-wrap:wrap;gap:12px;display:flex}.camera-success-link{border:1px solid var(--border-default);min-height:48px;color:var(--text-primary);text-align:center;justify-content:center;align-items:center;padding:0 18px;text-decoration:none;display:inline-flex}.camera-success-expose{cursor:pointer;width:fit-content;font:inherit;background:0 0}.seed-modal-backdrop{z-index:1200;-webkit-backdrop-filter:blur(10px);background:#ece9e3db;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.seed-modal{background:var(--bg-elevated);border:1px solid var(--border-default);gap:18px;width:min(100%,760px);max-height:min(90svh,760px);padding:24px;display:grid;overflow:auto}.seed-modal-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.seed-modal-header h2{letter-spacing:-.04em;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1}.seed-modal-close{border:1px solid var(--border-default);color:var(--text-primary);font:inherit;cursor:pointer;background:0 0;padding:10px 14px}.seed-modal-warning,.seed-modal-instructions{color:var(--text-secondary);line-height:1.5}.seed-modal-inline-value{color:var(--text-primary)}.seed-modal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.seed-modal-word{border:1px solid var(--border-default);background:#19171508;gap:4px;padding:12px;display:grid}.seed-modal-word-index{color:var(--text-muted);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem}.editorial-hero{gap:22px;display:grid}.editorial-hero-media-inline{min-height:0;margin-top:22px}.editorial-hero-image{min-height:42vh;max-height:72vh}.editorial-how-it-works-block{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:36px;margin-top:18px;display:grid}.editorial-how-it-works-video-block{align-content:start;gap:10px;width:min(100%,1280px);margin:20px auto 0;display:grid}.editorial-how-it-works-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:32px;display:grid}.editorial-how-it-works-copy{align-content:start;justify-items:start;gap:14px;display:grid}.editorial-how-it-works-cta{place-self:start;margin:8px 0 0}.editorial-how-it-works-panel-body>p,.editorial-how-it-works-sublist>p{color:#ffffffdb;letter-spacing:.01em;grid-column:1;margin:0;font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-size:clamp(1rem,1.04vw,1.08rem);line-height:1.66}.editorial-how-it-works-panel-body span,.editorial-how-it-works-sublist span{color:#fff;font-weight:500}.editorial-how-it-works-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:100%;min-width:0;display:grid}.editorial-how-it-works-panel-body{border-top:1px dashed #fff3;gap:10px;padding-top:10px;display:grid}.editorial-how-it-works-sublist{gap:8px;padding-left:18px;display:grid}.editorial-how-it-works-step-card{color:#fff;background:#000;border:1px solid #111;grid-template-columns:minmax(0,1fr) auto;align-content:start;align-items:start;gap:10px 12px;padding:12px 12px 10px;display:grid}.editorial-how-it-works-step-heading{grid-column:1;gap:4px;display:grid}.editorial-how-it-works-step-index{color:#fff9;letter-spacing:.18em;text-transform:uppercase;font-size:.74rem}.editorial-how-it-works-step-card h3{letter-spacing:0;color:#fff;margin:0;font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-size:clamp(1.5rem,1.9vw,2.1rem);font-weight:400;line-height:.98}.editorial-how-it-works-step-image{aspect-ratio:9/16;object-fit:cover;background:#000;border:1px solid #111;grid-area:1/2/span 2;justify-self:end;width:clamp(70px,9vw,96px)}.editorial-how-it-works-video{width:100%}.editorial-how-it-works-video-wide{width:100%;margin:0}.editorial-how-it-works-video .editorial-flow-video{aspect-ratio:16/10;object-fit:cover;border:1px solid var(--border-default);background:#000;border-radius:0;width:100%;display:block}.editorial-how-it-works-step-card:after{content:"";border-bottom:1px dashed #ffffff38;width:100%}.editorial-how-it-works-note{color:var(--text-muted);letter-spacing:.02em;margin:0;font-size:.82rem;line-height:1.4}.editorial-how-it-works-note em{font-style:italic;text-decoration:underline}.gate-screen{background:var(--bg-primary);place-items:center;min-height:100svh;padding:24px;display:grid}.gate-panel{text-align:center;border:1px solid var(--border-default);-webkit-backdrop-filter:blur(12px);background:#ece4e2d6;border-radius:28px;justify-items:center;gap:22px;width:min(100%,520px);padding:34px 28px 30px;display:grid;box-shadow:0 18px 48px #12100f14}.gate-loader{min-height:0}.gate-loader-gif{width:148px;height:148px}.gate-copy{gap:10px;max-width:440px;display:grid}.gate-copy h1{letter-spacing:-.05em;color:var(--text-primary);text-transform:lowercase;font-size:clamp(2rem,4vw,3.4rem);font-weight:600;line-height:.96}.gate-copy p{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}.gate-form{gap:12px;width:100%;max-width:360px;display:grid}.gate-label{text-align:left;color:var(--text-muted);letter-spacing:.18em;text-transform:uppercase;font-size:.76rem}.gate-input{border:1px solid var(--border-default);width:100%;min-height:56px;color:var(--text-primary);font:inherit;background:#ffffff6b;border-radius:999px;outline:none;padding:0 18px;font-size:1rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.gate-input:focus{background:#fff9;border-color:#12100f52;box-shadow:0 0 0 3px #12100f14}.gate-error{color:#a33d30;text-align:center;margin:0;font-size:.92rem;line-height:1.45}.gate-button{justify-content:center;width:100%}.case-study{gap:40px}.editorial-flow-step p+p{margin-top:2px}.editorial-figure-receipt-small{max-width:320px;margin-top:24px}.editorial-receipt-small{max-width:100%}.editorial-grid-two-balanced{align-items:start}.editorial-narrow-lead{padding-bottom:8px}.editorial-anchor-offset{scroll-margin-top:110px}html{scroll-behavior:smooth}.editorial-subhead{letter-spacing:-.05em;color:var(--text-primary);font-size:clamp(2rem,4vw,3.6rem);font-weight:600;line-height:1.02}.editorial-text-columns-small p{font-size:.98rem}.editorial-text-columns-small{text-align:center;grid-template-columns:1fr;max-width:640px;margin:0 auto}.editorial-section-logo{margin:0 auto 22px;display:block}.editorial-definition-mark{perspective:800px;justify-content:center;align-items:center;gap:16px;margin:0 auto 22px;display:inline-flex}.editorial-section-logo-main,.editorial-section-logo-rangefinder{transform-origin:50%;margin:0;transition:transform .25s}@media (hover:hover) and (pointer:fine){.editorial-definition-mark:hover .editorial-section-logo-main{transform:rotate(-8deg)}.editorial-definition-mark:hover .editorial-section-logo-rangefinder{transform:rotate(8deg)}}.editorial-team{gap:24px;margin-bottom:40px;display:grid}.editorial-team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.editorial-team-card{gap:12px;display:grid}.editorial-team-card h3{font-size:1.2rem;font-weight:500}.editorial-team-card p{color:var(--text-muted)}.editorial-quote{border-left:1px solid var(--border-default);color:var(--text-secondary);margin-top:28px;margin-bottom:58px;padding:18px 0 0 18px;font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-style:italic;line-height:1.6}.editorial-mailchimp{width:100%;margin:0 auto 40px}.editorial-mailchimp-card{border-top:1px solid var(--border-default);border-bottom:1px solid var(--border-default);background:0 0;gap:12px;width:100%;padding:20px 0;display:grid}.editorial-mailchimp-form{gap:12px;width:100%;max-width:none;display:grid}.editorial-mailchimp-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.82rem;font-weight:700}.editorial-mailchimp-input{border:1px solid var(--border-default);width:100%;min-height:52px;color:var(--text-primary);font:inherit;background:0 0;padding:0 14px}.editorial-mailchimp-input:focus{outline-offset:2px;outline:2px solid #12100f29}.editorial-mailchimp-honeypot{opacity:0;pointer-events:none;position:absolute;left:-9999px}.editorial-mailchimp-feedback{max-width:42rem;line-height:1.6}.editorial-mailchimp-feedback-success{color:var(--text-primary)}.editorial-mailchimp-feedback-error{color:#a13831}@media (min-width:821px){.editorial-mailchimp-form{grid-template-columns:minmax(0,1fr) auto;align-items:end}.editorial-mailchimp-form .editorial-mailchimp-label{grid-column:1/-1}}.editorial-footer{width:min(100%,1120px);color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;text-align:center;border-top:none;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 14px;margin:auto auto 0;padding-top:6px;padding-bottom:0;font-size:.66rem;line-height:1.15;display:flex}.editorial-footer-line{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 14px;width:100%;margin:0;display:flex}.editorial-footer-links-line{gap:6px 10px}.editorial-footer-link{color:inherit;text-underline-offset:.18em;text-decoration:underline;position:relative}.editorial-footer-link:after{display:none}.editorial-footer-logo{flex:none;width:18px;height:18px;display:block}.editorial-footer-sep{display:inline-block}.home-two-page{background:radial-gradient(circle at top, #ffffff61, transparent 34%), linear-gradient(180deg, #ffffff2e 0%, #e1d7d500 26%), var(--bg-primary);min-height:100svh;padding:24px}.home-two-shell{gap:64px;width:min(100%,1120px);margin:0 auto;display:grid}.home-two-header{padding-bottom:12px}.home-two-home-link{display:inline-flex}.home-two-hero{justify-items:center;display:grid}.home-two-hero-copy{text-align:center;align-content:start;justify-items:center;gap:16px;display:grid}.home-two-title,.home-two-signup-title{letter-spacing:.18em;text-transform:uppercase;color:var(--text-primary);font-family:DM Sans,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.05rem,1.1vw,1.2rem);font-weight:700;line-height:1}.home-two-hero h1,.home-two-section h2{letter-spacing:-.04em;max-width:24ch;font-size:clamp(1.7rem,3vw,2.5rem);font-weight:600;line-height:1.18}.home-two-hero-intro,.home-two-signup-copy h2,.home-two-video-intro{max-width:44rem;color:var(--text-secondary);text-align:center;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.15rem,1.8vw,1.45rem);line-height:1.5}.home-two-cta{color:#f5f1ec;letter-spacing:.02em;background:#191715;border:2px solid #191715;border-radius:999px;align-items:center;gap:10px;width:fit-content;min-height:54px;padding:0 20px;font-weight:600;text-decoration:none;transition:transform .18s,background-color .18s,color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 12px 24px #1917151f}.home-two-cta-centered{justify-self:center}.home-two-primary-cta{margin-top:10px}.home-two-cta-logo{object-fit:contain;filter:brightness(0)invert();width:28px;height:28px;display:block}.home-two-cta:hover,.home-two-cta:focus-visible{background:#050505;transform:translateY(-1px);box-shadow:0 16px 28px #1917152e}.home-two-section{gap:24px;display:grid}.home-two-receipt-section{justify-items:center;gap:30px;margin-top:-12px}.home-two-progression{grid-template-columns:minmax(0,220px) 40px minmax(0,220px) 40px minmax(0,220px);justify-content:center;column-gap:12px;width:100%;max-width:788px;margin:0 auto;display:grid}.home-two-progression-item{display:contents}.home-two-receipt-figure{align-content:start;justify-items:center;gap:10px;margin:0;padding:0;display:grid}.home-two-receipt-image{transform-origin:50% 92%;will-change:transform;transition:transform .22s,box-shadow .22s,filter .22s}.home-two-progression-image{background:#ffffff73;border:1px solid #1c18162e;border-radius:28px;width:min(100%,220px);height:auto}.home-two-progression-caption{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:700}.home-two-progression-arrow{align-self:center;place-items:center;display:grid}.home-two-progression-arrow-image{filter:brightness(0);opacity:.78;width:40px;height:auto;display:block}.home-two-progress-copy{text-align:center;width:min(100%,34rem);color:var(--text-secondary);gap:10px;margin:22px auto 0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1rem,1.45vw,1.2rem);line-height:1.65;display:grid}.home-two-inline-cta-copy{gap:0;margin-top:-8px}.home-two-inline-copy{max-width:36rem;color:var(--text-secondary);text-align:center;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.05rem,1.6vw,1.28rem);line-height:1.55}.home-two-inline-copy span{display:block}.home-two-section-heading{gap:14px;display:grid}.home-two-section-heading-center{text-align:center;justify-items:center}.home-two-section-heading-center h2{max-width:none}.home-two-step-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.home-two-step-card,.home-two-mode-card{border:1px solid var(--border-default);background:linear-gradient(#ffffff42 0%,#ffffff1f 100%),#ece4e2ad;border-radius:28px;align-content:start;justify-items:center;gap:14px;min-height:250px;padding:24px;display:grid;box-shadow:0 18px 40px #1917150d}.home-two-step-number{color:#d75b46;font-size:clamp(2rem,4vw,2.8rem);font-weight:600;line-height:1}.home-two-step-card h3{text-align:center;font-size:clamp(1.3rem,1.8vw,1.7rem);font-weight:600;line-height:1.05}.home-two-step-card p,.home-two-mode-card p{color:var(--text-secondary);text-align:center;line-height:1.7}.home-two-step-description{color:var(--text-secondary);text-align:center;gap:4px;line-height:1.7;display:grid}.home-two-step-description span{display:block}.home-two-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.home-two-hand-off{justify-items:center;margin-top:-6px;margin-bottom:-2px;display:grid}.home-two-hand-off-image{width:min(100%,180px);height:auto;display:block}.home-two-mode-icon{object-fit:contain;width:clamp(38px,4.2vw,48px);height:auto;display:block}.home-two-mode-card h3{text-align:center;font-size:clamp(1.2rem,1.6vw,1.5rem);font-weight:600;line-height:1.2}.home-two-video-section{justify-items:center}.home-two-video-cta{margin-top:4px}.home-two-video-card{border:1px solid var(--border-default);background:#000;width:min(100%,540px);padding:0;overflow:hidden;box-shadow:0 18px 40px #1917150d}.home-two-video{aspect-ratio:9/16;background:#000;border:0;width:100%;display:block}.home-two-signup-section{border:1px solid var(--border-default);background:linear-gradient(135deg,#ffffff38 0%,#ece4e26b 100%);border-radius:32px;justify-items:center;padding:32px}.home-two-signup-copy{text-align:center;justify-items:center;gap:16px;display:grid}.home-two-signup-copy h2{max-width:22ch}.home-two-signup-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;width:min(100%,720px);margin-top:4px;display:grid}.home-two-signup-form .editorial-mailchimp-label{grid-column:1/-1}.home-two-signup-input{background:#ffffff6b;border-radius:18px;min-height:56px}.home-two-signup-button{color:#f5f1ec;min-height:56px;font:inherit;cursor:pointer;background:#191715;border:none;border-radius:18px;padding:0 22px;font-weight:600}.home-two-signup-button:disabled{opacity:.7;cursor:wait}.home-two-footer{padding-bottom:16px}@media (hover:hover) and (pointer:fine){.home-two-receipt-image:hover,.home-two-receipt-image:focus-visible{filter:drop-shadow(0 14px 12px #1917151f);transform:perspective(1200px)rotate(-5deg)rotateX(8deg)translateY(-6px);box-shadow:0 24px 28px #19171524}}@media (min-width:761px){.home-two-primary-cta{justify-content:center;width:min(100%,320px)}}.journal-page{padding-top:24px}.journal-shell{gap:34px;width:min(100%,780px);display:grid}.journal-header{gap:18px;display:grid}.journal-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem}.journal-header h1{letter-spacing:-.06em;font-size:clamp(2.5rem,6vw,4.2rem);font-weight:600;line-height:.98}.journal-dek{color:var(--text-secondary);font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.55}.journal-body{gap:22px;display:grid}.journal-body p,.journal-body li,.journal-body figcaption{color:var(--text-secondary);font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:1.08rem;line-height:1.78}.journal-body h2{letter-spacing:-.04em;color:var(--text-primary);margin-top:12px;font-size:clamp(1.5rem,2.3vw,2rem);line-height:1.15}.journal-callout{border-left:2px solid var(--text-primary);background:#fff3;padding:18px 22px}.journal-callout p{color:var(--text-primary)}.journal-figure{gap:10px;margin:8px 0;display:grid}.journal-image{border:1px solid var(--border-default);background:#ffffff38;border-radius:24px;width:100%;height:auto}.journal-figure figcaption{color:var(--text-muted);font-size:.94rem}.recovery-page{background:var(--bg-primary);align-content:start;justify-items:center;gap:24px;min-height:100svh;padding:24px;display:grid}.recovery-panel{text-align:left;justify-items:start;gap:24px;width:min(100%,1120px);display:grid}.recovery-panel-loading{text-align:center;align-content:center;justify-items:center;width:100%;min-height:70svh}.recovery-panel-loading .recovery-loader{min-height:0}.recovery-loader-transition{place-items:center;width:100%;min-height:70svh;display:grid}.recovery-logo{justify-self:center;width:42px;height:42px}.recovery-kicker{justify-self:start}.recovery-panel h1,.recovery-panel .recovery-copy,.recovery-panel .recovery-warning,.recovery-panel .recovery-error,.recovery-panel .editorial-kicker{text-align:left;width:100%}.recovery-copy,.recovery-error{max-width:42rem;color:var(--text-secondary);width:100%;line-height:1.6}.recovery-warning{max-width:42rem;color:var(--text-primary);width:100%;line-height:1.5}.recovery-section{align-content:start;gap:12px;width:100%;max-width:42rem;display:grid}.recovery-section-title{color:var(--text-primary);font-size:clamp(1.1rem,1rem + .4vw,1.35rem);line-height:1.3}.recovery-header{justify-self:center;width:min(100%,1120px);padding-bottom:8px}.recovery-header .editorial-home-link,.page-inspiration .editorial-home-link{display:inline-flex}.recovery-intro{max-width:48rem;font-size:1.02rem}.recovery-hero{grid-template-columns:minmax(0,.8fr) minmax(72px,.2fr);place-items:start;gap:10px;width:100%;display:grid}.recovery-hero-copy,.recovery-hero-visual{width:100%}.recovery-hero-visual{justify-self:start;place-items:center start;display:grid}.recovery-hero-receipt{justify-self:center;width:min(100%,132px);height:auto;display:block}.recovery-flow,.recovery-onboard-top{gap:18px;width:100%;display:grid}.recovery-flow-single{grid-template-columns:1fr}.recovery-section-wide{max-width:none}.recovery-card{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:var(--radius-md);max-width:none;padding:22px}.recovery-callout{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:var(--radius-md);width:100%;max-width:none;padding:20px 22px}.recovery-step-badge{width:auto;color:var(--text-muted);letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;background:0 0;border:none;align-self:start;align-items:center;padding:0;font-size:12px;font-weight:700;display:inline-flex}.recovery-list{width:100%;max-width:42rem;color:var(--text-secondary);gap:10px;margin:0;padding:0;line-height:1.6;list-style:none;display:grid}.recovery-list li{padding-left:20px;position:relative}.recovery-list li:before{content:"";background:#191715ad;border-radius:999px;width:7px;height:7px;position:absolute;top:.72em;left:0;transform:translateY(-50%)}.recovery-download-card{align-items:start}.recovery-download-panel{text-align:center;justify-self:center;justify-items:center;gap:14px;width:100%;display:grid}.recovery-app-icon{border-radius:22px;box-shadow:0 16px 28px #0052ff1f}.recovery-store-badges{grid-template-columns:repeat(2,minmax(0,1fr));place-items:center;gap:8px;width:min(100%,320px);display:grid}.recovery-store-badge{width:100%;max-width:154px;height:auto;display:block}.recovery-download-link{color:#fff;background:linear-gradient(135deg,#0b57ff 0%,#3f8cff 100%);border:1px solid #0b57ff57;border-radius:999px;width:min(100%,320px);min-width:0;padding:0 26px;transition:transform .18s,box-shadow .18s,filter .18s;box-shadow:0 14px 28px #0b57ff33}.recovery-download-link:hover,.recovery-download-link:focus-visible{filter:saturate(1.05);transform:translateY(-1px);box-shadow:0 18px 32px #0b57ff42}.recovery-download-link:active{transform:translateY(0);box-shadow:0 10px 20px #0b57ff2e}.recovery-image-placeholder{border:1px dashed var(--border-default);width:100%;min-height:220px;color:var(--text-muted);text-align:center;background:#ffffff59;border-radius:22px;place-items:center;padding:20px;display:grid}.recovery-step-image{border:1px solid var(--border-default);background:0 0;width:100%;height:auto;display:block}.recovery-step-layout{gap:20px;width:100%;display:grid}.recovery-step-copy{gap:12px;display:grid}.recovery-inline-link{width:fit-content;min-height:42px;color:var(--text-primary);font:inherit;cursor:pointer;background:#ffffff70;border:1px solid #1917151f;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-size:.95rem;line-height:1;text-decoration:none;transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex}.recovery-inline-link:hover,.recovery-inline-link:focus-visible{background:#ffffffb3;border-color:#1917152e;transform:translateY(-1px);box-shadow:0 10px 20px #1917150f}.recovery-step-support{gap:10px;padding-top:4px;display:grid}.recovery-support-links{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.recovery-support-link{color:var(--text-muted);font-size:.95rem}.recovery-support-link:hover,.recovery-support-link:focus-visible{color:var(--text-primary)}.recovery-loader{place-items:center;width:100%;min-height:320px;display:grid}.recovery-loader-gif{width:184px;height:auto;display:block}.recovery-card-image{border:1px solid var(--border-default);background:var(--bg-elevated);justify-self:center;width:min(100%,420px);height:auto;margin:0 auto;display:block}.recovery-actions{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;display:flex}.recovery-actions .camera-success-link,.recovery-actions .camera-success-expose{min-width:240px;min-height:52px;padding:0 20px}.recovery-page-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;display:grid}.recovery-page-action-link{text-align:center;border:1px solid var(--border-default);width:100%;min-width:0;min-height:62px;box-shadow:none;background:#ffffff6b;border-radius:20px;justify-content:center;padding:18px 22px;font-size:1.02rem;transition:transform .18s,background .18s,border-color .18s}.recovery-page-action-link:hover,.recovery-page-action-link:focus-visible{background:var(--bg-elevated);border-color:var(--border-hover);transform:translateY(-2px)}.recovery-guide-panel{gap:28px;width:min(100%,900px)}.recovery-guide-intro{text-align:center;justify-items:center;gap:28px;width:100%;padding:4px 12px 6px;display:grid}.recovery-guide-section,.policy-section{text-align:center;border:1px solid var(--border-default);background:linear-gradient(#ffffff3d 0%,#ffffff1f 100%),#ece4e299;border-radius:30px;justify-items:center;gap:18px;width:100%;padding:30px 32px;display:grid;box-shadow:0 18px 40px #1917150a}.recovery-guide-section-hero{padding-top:34px;padding-bottom:34px}.recovery-guide-hero{grid-template-columns:minmax(0,1fr);align-items:center;gap:28px;display:grid}.recovery-guide-copy{text-align:center;justify-items:center;gap:20px;max-width:38rem;display:grid}.recovery-guide-copy h1,.recovery-guide-copy .recovery-copy,.recovery-guide-step .recovery-copy,.policy-section .recovery-copy,.policy-header .recovery-copy{text-align:center}.recovery-guide-visual{text-align:center;justify-items:center;gap:12px;display:grid}.recovery-guide-visual-label{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem}.recovery-guide-receipt-image{border-radius:18px;width:min(100%,180px);height:auto;display:block}.recovery-guide-step{text-align:center;justify-items:center;gap:16px;display:grid}.recovery-guide-step>*{max-width:42rem}.recovery-guide-section .recovery-list,.policy-section .recovery-list{text-align:left;justify-self:center}.recovery-guide-title{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(1.35rem,1.2rem + .7vw,2rem);line-height:1.15}.recovery-guide-download{grid-template-columns:minmax(0,1fr);place-items:center;gap:20px;width:100%;display:grid}.recovery-guide-wallet-card{background:#ffffff57;border:1px solid #19171514;border-radius:24px;justify-items:center;gap:14px;width:min(100%,420px);padding:20px;display:grid}.recovery-guide-download-copy{text-align:center;align-content:center;justify-items:center;gap:12px;max-width:34rem;display:grid}.recovery-list-compact{gap:8px}.recovery-guide-step-copy{text-align:center;justify-items:center;gap:14px;display:grid}.recovery-guide-step-copy .recovery-support-links{justify-items:center}.recovery-guide-image-wrap{justify-items:center;width:100%;display:grid}.recovery-guide-image{border-radius:24px;width:min(100%,680px);height:auto;display:block}.policy-panel{gap:28px;width:min(100%,780px)}.policy-header{gap:18px;max-width:none}.policy-header>*,.policy-section>*{max-width:42rem}.policy-sections{grid-template-columns:minmax(0,1fr);gap:18px;width:100%;display:grid}.policy-section{align-content:start}.policy-links{width:100%}.recovery-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(10px);background:#ece9e3d6;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.recovery-modal{background:var(--bg-elevated);border:1px solid var(--border-default);border-radius:calc(var(--radius-md) + 4px);width:min(100%,640px);box-shadow:var(--shadow-lg);gap:14px;padding:24px;display:grid}.recovery-modal-actions{justify-content:stretch}.recovery-page-square .recovery-panel{width:min(100%,1120px)}.recovery-page-square .recovery-guide-panel{width:min(100%,900px)}.recovery-page-square .policy-panel{width:min(100%,780px)}.recovery-pill-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;display:grid}.recovery-pill-link{justify-content:center;width:100%;min-width:0}.recovery-pill-link-secondary{color:#191715;box-shadow:none;background:0 0}.recovery-pill-link-secondary:hover,.recovery-pill-link-secondary:focus-visible{background:#1917150a;box-shadow:0 12px 24px #19171514}.recovery-hero-updated{background:0 0;border:none;border-radius:0;grid-template-columns:1fr;grid-template-areas:"intro""receipt""step";align-items:start;gap:24px;padding:0}.recovery-hero-intro,.recovery-hero-receipt-card,.recovery-hero-step-card{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:0;gap:16px;width:100%;padding:24px;display:grid}.recovery-hero-intro{grid-area:intro}.recovery-hero-updated h1{letter-spacing:-.04em;max-width:10ch;font-size:clamp(2rem,1.7rem + 1.25vw,3.2rem);line-height:1.02}.recovery-hero-receipt-card{grid-area:receipt;align-content:start}.recovery-hero-receipt-badge{border:1px solid var(--border-default);background:var(--bg-elevated);width:fit-content;color:var(--text-primary);letter-spacing:.04em;text-transform:uppercase;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.recovery-hero-receipt-image{border:1px solid var(--border-default);background:#fff;justify-self:center;width:min(100%,280px);height:auto;display:block}.recovery-hero-step-card{text-align:center;grid-area:step;align-content:start;justify-items:center;gap:14px}.recovery-hero-step-card>.recovery-step-badge,.recovery-hero-step-card>.recovery-section-title,.recovery-hero-step-card>.recovery-copy{text-align:left;justify-self:start}.recovery-store-badges-hero{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;max-width:280px;display:flex}.recovery-store-link{align-items:center;display:inline-flex}.recovery-store-badge-compact{width:auto;max-width:120px;height:auto}.recovery-support-heading{color:var(--text-primary);font-weight:700}.recovery-support-divider{background:var(--border-default);width:100%;height:1px;margin:4px 0}.recovery-support-link-important{font-weight:700}.recovery-step-base-logo{width:72px;height:auto;display:block}.recovery-join-base-link{color:var(--text-primary);text-align:center;font-weight:700;text-decoration:none}.recovery-join-base-link:hover,.recovery-join-base-link:focus-visible{text-underline-offset:.18em;text-decoration:underline}.recovery-hero-step-card .recovery-copy,.recovery-hero-step-card .recovery-section-title{text-align:center}.recovery-hero-step-card .recovery-step-badge{justify-self:center}.recovery-hero-step-card .recovery-download-link{color:var(--text-primary)}@media (min-width:821px){.recovery-onboard-top{grid-template-columns:1fr;align-items:stretch}.recovery-hero{grid-template-columns:1fr;align-items:start;gap:12px;height:100%}.recovery-step-layout{grid-template-columns:minmax(0,.52fr) minmax(0,.48fr);align-items:start}.recovery-flow{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.recovery-flow-single{grid-template-columns:1fr}.recovery-page-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.recovery-hero-updated{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);grid-template-areas:"intro receipt""step receipt";gap:28px;width:100%;padding:0}.recovery-hero-step-card{padding:20px}.recovery-hero-receipt-image{width:min(100%,250px)}}.editorial-tweet-feature{align-items:start;gap:22px;display:grid}.editorial-tweet-shell{min-width:0}.editorial-tweet-feature-right .editorial-tweet-shell{order:1}.editorial-tweet-feature-right .editorial-section{order:2}.editorial-tweet-frame{border:1px solid var(--border-default);background:#ffffffb8;gap:12px;padding:18px;display:grid;box-shadow:0 18px 48px #16120c0f}.editorial-tweet-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:700}.editorial-tweet-frame .twitter-tweet{margin:0!important}.inspiration-page .editorial-section-after-grid,.inspiration-page .editorial-split-copy{gap:18px;display:grid}.inspiration-page .editorial-intro{margin-top:0}.camera-inline-cta-subtle{letter-spacing:.12em;text-transform:uppercase;font-size:.82rem}@media (max-width:980px){.editorial-grid-two,.editorial-text-columns,.editorial-blueprint,.editorial-details,.editorial-team-grid,.editorial-flow,.placeholder-media-flow-grid,.editorial-flow-mode-grid{grid-template-columns:1fr}.mosaic-large{grid-column:auto}.editorial-flow{gap:18px}}@media (min-width:981px){.inspiration-page{gap:72px}.inspiration-page .editorial-section-after-grid,.inspiration-page .editorial-split-copy{gap:16px;max-width:680px}.inspiration-page .editorial-intro{max-width:none;font-size:clamp(1.22rem,1.45vw,1.62rem);line-height:1.46}.editorial-tweet-feature{grid-template-columns:minmax(0,.52fr) minmax(380px,.48fr);gap:28px}.editorial-tweet-feature-right .editorial-tweet-shell{order:2}.editorial-tweet-feature-right .editorial-section{order:1}.editorial-tweet-feature-left{grid-template-columns:minmax(380px,.48fr) minmax(0,.52fr)}}@media (max-width:760px){.app.editorial-shell{padding:14px 14px 72px}.editorial-actions .printer-container{display:none}.editorial-header{flex-wrap:nowrap;align-items:center;gap:8px;padding-bottom:18px}.editorial-header-right{flex:none;margin-left:auto}.editorial-header-left{flex:auto;gap:8px;min-width:0;overflow:visible}.editorial-nav{flex-wrap:nowrap;gap:12px;min-width:0;overflow:visible}.editorial-link{white-space:nowrap;font-size:.82rem}.page-project .editorial-wordmark{letter-spacing:.12em;align-items:center;display:inline-flex}.page-project .editorial-wordmark-prefix,.page-project .editorial-wordmark-name{font-size:.82rem}.page-project .editorial-link{align-items:center;padding-bottom:4px;display:inline-flex}.home-two-page{padding:16px}.journal-page{padding-top:16px}.home-two-shell{gap:40px}.home-two-hero h1,.home-two-section h2{max-width:none;font-size:clamp(1.45rem,7vw,2rem)}.home-two-cta-mobile-full{justify-content:center;width:100%}.home-two-primary-cta{margin-top:24px}.camera-mode-summary{gap:0;padding-top:18px;padding-bottom:18px}.camera-mode-summary-kicker{display:none}.home-two-step-grid,.home-two-mode-grid,.home-two-signup-form,.policy-sections,.recovery-page-actions{grid-template-columns:minmax(0,1fr)}.recovery-pill-links.recovery-page-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.recovery-pill-links .recovery-pill-link{min-width:0}.home-two-step-card{min-height:0}.home-two-mode-card{text-align:center;align-content:center;justify-items:center;min-height:0;padding-top:26px;padding-bottom:26px}.home-two-hand-off-image{width:min(100%,132px)}.home-two-receipt-section{gap:24px;margin-top:-4px}.home-two-progression{grid-template-columns:minmax(0,1fr);gap:8px;width:min(100%,280px);max-width:none;display:grid}.home-two-progression-item{grid-template-columns:minmax(0,1fr);justify-items:center;gap:8px;display:grid}.home-two-progression-item:first-child .home-two-receipt-figure{transform:rotate(-4deg)translate(-8px)}.home-two-progression-item:nth-child(2) .home-two-receipt-figure{transform:rotate(3deg)translate(12px)}.home-two-progression-item:nth-child(3) .home-two-receipt-figure{transform:rotate(-2deg)translate(-4px)}.home-two-progression-arrow-image{width:30px;transform:rotate(90deg)}.home-two-progression-image{width:min(100%,210px)}.home-two-progress-copy{width:min(100%,30rem);margin-top:16px;font-size:1rem;line-height:1.6}.recovery-guide-hero,.recovery-guide-step-split,.recovery-guide-download{grid-template-columns:minmax(0,1fr)}.recovery-guide-intro,.recovery-guide-hero,.recovery-guide-step,.policy-header,.policy-section{padding-left:18px;padding-right:18px}.recovery-guide-section,.policy-section{border-radius:24px}.recovery-guide-intro{padding-top:2px;padding-bottom:2px}.recovery-guide-copy,.recovery-guide-download-copy,.policy-header>*,.policy-section>*{max-width:100%}.recovery-guide-receipt-image{width:min(100%,200px)}.home-two-video-card,.home-two-signup-section{padding:16px}.home-two-video-card{padding:0}.journal-shell{gap:28px}.journal-header h1{font-size:clamp(2rem,10vw,2.8rem)}.journal-body p,.journal-body li,.journal-body figcaption{font-size:1rem}.page-project .editorial-app-bubble{gap:8px;min-height:36px;padding:0 12px;font-size:.82rem}.page-project .editorial-app-bubble-arrow{width:16px;height:16px}.page-camera .editorial-wordmark{letter-spacing:.12em;align-items:center;display:inline-flex}.page-camera .editorial-wordmark-prefix,.page-camera .editorial-wordmark-name{font-size:.82rem}.page-camera .editorial-link:not(.editorial-wordmark){display:none}.page-camera .editorial-link{align-items:center;padding-bottom:4px;display:inline-flex}.page-camera .wallet-button{gap:6px;min-height:38px;padding:8px 12px;font-size:.8rem}.page-camera .editorial-home-link{display:inline-flex}.editorial-app-bubble-mobile-label{display:inline}.editorial-app-bubble-desktop-label{display:none}.editorial-mobile-only{align-self:flex-start;margin-top:14px;display:inline-flex}.editorial-desktop-only{display:none}.brand-logo{width:28px;height:28px}.wallet-dot{width:7px;height:7px}.editorial-intro,.editorial-narrow{max-width:none;font-size:1.18rem}.editorial-wordmark{white-space:normal}.hero-cinematic{min-height:54vh}.loading-indicator-minimal{min-height:42vh}.loading-indicator-gif{width:128px;height:128px}.splash-loader-large{width:168px;height:168px;margin-bottom:0}.placeholder-media{min-height:260px}.placeholder-media-hero{min-height:30vh}.editorial-hero{gap:11px}.editorial-hero-media-inline{margin-top:5px;margin-bottom:0}.editorial-hero .editorial-intro{margin-top:14px}.editorial-how-it-works-block{grid-template-columns:1fr;align-items:start;gap:20px}.editorial-how-it-works-video-block{width:100%;margin-top:16px}.editorial-how-it-works-split{grid-template-columns:1fr;gap:18px}.editorial-how-it-works-copy{gap:12px}.editorial-how-it-works-cta{justify-self:start;margin:6px 0 0}.editorial-how-it-works-video-block{margin-top:12px}.editorial-split-feature{grid-template-columns:1fr}.editorial-how-it-works-grid{grid-template-columns:1fr;gap:22px}.editorial-how-it-works-step-card{grid-template-columns:1fr;gap:10px}.editorial-how-it-works-panel-body>p,.editorial-how-it-works-sublist>p{font-size:.98rem;line-height:1.58}.editorial-how-it-works-step-card h3{font-size:1.6rem}.editorial-how-it-works-sublist{gap:4px;padding-left:14px}.editorial-how-it-works-step-image{aspect-ratio:1;grid-area:auto/1;justify-self:start;width:min(100%,160px)}.gate-screen{padding:18px}.gate-panel{gap:18px;padding:28px 18px 24px}.gate-loader-gif{width:124px;height:124px}.gate-copy h1{font-size:clamp(1.8rem,8vw,2.6rem)}.placeholder-media-flow-single,.placeholder-media-flow-small,.editorial-flow-video-single{min-height:150px}.editorial-flow-mode-list{grid-template-columns:1fr;gap:6px}.editorial-flow-icon-wrap{min-height:108px}.editorial-flow-icon{width:96px;height:96px}.editorial-flow{padding-top:8px}.editorial-flow-step{gap:10px;padding:22px 0 0}.editorial-flow-step:nth-last-child(-n+2){padding-bottom:18px}.editorial-figure-receipt-small{max-width:240px}.mode-strip-static{grid-template-columns:1fr}.camera-type-mobile{display:grid}.camera-mode-support{min-height:0;margin-top:0}.camera-type-desktop{display:none}.camera-workspace-editorial .viewfinder{aspect-ratio:1;min-height:0}.camera-workspace-editorial .viewfinder.fullscreen{width:100vw;max-width:100vw;height:100svh;max-height:100svh}.viewfinder-square-frame{width:100vw;height:100vw}.editorial-callout{flex-direction:column;align-items:flex-start}.editorial-try-now-cta{gap:16px;margin-top:16px}.editorial-try-now-icon{width:108px;height:108px}.editorial-try-now-cta .editorial-inline-cta{letter-spacing:.06em;font-size:1.25rem}.camera-page-note,.placeholder-note{display:none}.camera-editorial-simple{gap:32px}.camera-memory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.camera-shell-preview .camera-editorial{gap:10px;min-height:calc(100svh - 20px)}.camera-shell-preview .camera-capture-section{grid-template-rows:auto auto auto;min-height:calc(100svh - 20px)}.camera-shell-preview .camera-workspace-editorial .viewfinder.previewing{max-height:calc(100svh - 236px)}.camera-meta-panel{margin-top:-8px}.camera-mode-support{min-height:0}.camera-actions-row-attached{flex-direction:column-reverse;gap:10px}.camera-actions-row-attached .editorial-button{width:100%}.camera-memory-load-more{justify-self:stretch;width:100%}.camera-memory-modal-actions,.camera-terms-actions{grid-template-columns:1fr}.editorial-split-feature .editorial-split-copy{order:1}.editorial-split-feature .editorial-split-media{order:2}.header-actions.editorial-actions{display:flex}.editorial-footer{gap:10px}.editorial-footer-line{flex-flow:wrap;align-items:center;gap:6px 10px}.editorial-footer-links-line{gap:6px 8px}.editorial-footer-logo{width:32px;height:32px}.editorial-footer-sep{display:inline-block}.camera-success-image{object-fit:cover;object-position:center;height:auto;max-height:56svh}.camera-success-links{grid-template-columns:1fr;display:grid}.camera-success-gift{grid-template-columns:1fr;justify-items:center}.camera-success-gift-actions{grid-template-columns:1fr;width:100%;display:grid}.camera-success-gift-copy,.camera-success-links-secondary{width:100%}.seed-modal{padding:18px}.seed-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.recovery-page{padding:20px 16px}.recovery-panel{justify-items:start;width:100%}.recovery-panel-loading{justify-items:center;min-height:58svh}.recovery-hero-intro,.recovery-hero-receipt-card,.recovery-hero-step-card{padding:16px}.recovery-step-badge,.recovery-hero-receipt-badge{justify-content:flex-start;width:100%}.recovery-hero-receipt-image{width:min(100%,240px)}.recovery-card-image{width:min(100%,360px)}.recovery-logo{justify-self:center}.recovery-actions{grid-template-columns:1fr;width:100%;display:grid}.recovery-actions .camera-success-link,.recovery-actions .camera-success-expose,.camera-success-gift-actions .camera-success-link,.camera-success-links .camera-success-link{width:100%}}
