:root{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif;color:#1e2028;background:#f7f5f2;font-synthesis:none;text-rendering:optimizeLegibility;--graphite: #1E2028;--warm-white: #F7F5F2;--cyan: #27D7F5;--magenta: #F24BB5;--purple: #6D4CFF;--cyan-soft: rgba(39, 215, 245, .12);--purple-soft: rgba(109, 76, 255, .09);--magenta-soft: rgba(242, 75, 181, .09);--navy: var(--graphite);--muted: #69707d;--line: #e5e1df;--paper: #ffffff;--teal: #159fb2;--teal-dark: #106474;--coral: var(--magenta);--danger: #b8425c;--success: #168566;--shadow: 0 18px 50px rgba(30, 32, 40, .09)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--warm-white)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;border-radius:999px}button:disabled{cursor:not-allowed;opacity:.45}a{color:inherit;text-decoration:none}.app-shell,.mobile-shell{min-height:100vh;position:relative;isolation:isolate;overflow-x:hidden}.app-shell>.ambient-background,.mobile-shell>.ambient-background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none;background:radial-gradient(circle at 0% 18%,rgba(39,215,245,.13),transparent 34%),radial-gradient(circle at 100% 82%,rgba(242,75,181,.13),transparent 38%),linear-gradient(145deg,#f6fbff,#fbf8ff 54%,#fff8fc)}.ambient-background:before,.ambient-background:after{content:"";position:absolute;width:min(72vw,980px);height:min(72vw,980px);border-radius:50%;filter:blur(56px);pointer-events:none}.ambient-background:before{left:-20vw;top:12vh;background:radial-gradient(circle,rgba(39,215,245,.32) 0%,rgba(39,215,245,.12) 42%,transparent 73%)}.ambient-background:after{right:-22vw;bottom:-8vh;background:radial-gradient(circle,rgba(242,75,181,.28) 0%,rgba(109,76,255,.12) 44%,transparent 75%)}.app-shell>*:not(.ambient-background),.mobile-shell>*:not(.ambient-background){position:relative;z-index:1}.screen-editor>.ambient-background,.screen-payment>.ambient-background,.screen-result>.ambient-background{background:radial-gradient(circle at 0% 18%,rgba(39,215,245,.24),transparent 34%),radial-gradient(circle at 100% 78%,rgba(242,75,181,.26),transparent 40%),linear-gradient(145deg,#14172d,#26183f 54%,#17152e)}.screen-editor>.ambient-background:before,.screen-payment>.ambient-background:before,.screen-result>.ambient-background:before{background:radial-gradient(circle,rgba(39,215,245,.52) 0%,rgba(39,215,245,.2) 42%,transparent 74%)}.screen-editor>.ambient-background:after,.screen-payment>.ambient-background:after,.screen-result>.ambient-background:after{background:radial-gradient(circle,rgba(242,75,181,.48) 0%,rgba(109,76,255,.22) 44%,transparent 75%)}.screen-editor .topbar,.screen-payment .topbar,.screen-result .topbar{background:#14142aad;border-bottom-color:#ffffff1f}.screen-editor .topbar .wordmark,.screen-payment .topbar .wordmark,.screen-result .topbar .wordmark{color:#fff}.screen-editor .topbar .test-badge,.screen-payment .topbar .test-badge,.screen-result .topbar .test-badge{color:#e8f9ff;background:#27d7f529;border-color:#27d7f557}.screen-editor .screen-head,.screen-payment .screen-head,.screen-result .screen-head{color:#f8f9ff}.screen-editor .progress span,.screen-payment .progress span,.screen-result .progress span{color:#ffffff85}.screen-editor .progress span.active,.screen-payment .progress span.active,.screen-result .progress span.active{color:#fff}.screen-editor .progress i,.screen-payment .progress i,.screen-result .progress i{background:#ffffff57}.screen-result .result-screen{color:#fff}.screen-result .result-screen .lead,.screen-result .result-screen .retention-note{color:#ffffffc7}.screen-result .result-screen .eyebrow{color:#8deeff}.topbar{height:76px;padding:0 clamp(22px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(16,32,63,.06);background:#fffc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;z-index:5}.brand-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;color:inherit}.wordmark{letter-spacing:-.06em;font-size:25px;line-height:1;font-weight:750;color:var(--navy);white-space:nowrap}.wordmark b{background:linear-gradient(110deg,var(--cyan) 0%,var(--purple) 52%,var(--magenta) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800}.wordmark i{color:var(--coral);font-style:normal;font-size:18px;margin-left:2px;position:relative;top:-8px}.test-badge{border:1px solid rgba(39,215,245,.35);color:var(--teal-dark);background:var(--cyan-soft);padding:7px 10px;border-radius:999px;font-size:10px;letter-spacing:.12em;font-weight:800}.main-content{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:28px 0 64px}.screen-head{display:flex;align-items:center;gap:18px;min-height:48px;margin-bottom:28px}.screen-head>.test-badge{margin-left:auto}.text-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--muted);padding:8px 0;font-weight:650;font-size:13px}.text-button.danger{color:var(--danger);margin-left:auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;border:1px solid transparent;border-radius:999px;padding:0 22px;font-weight:750;color:var(--navy);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button .icon{font-size:20px;line-height:1}.button.primary{color:#fff;background:linear-gradient(135deg,var(--purple),var(--magenta));box-shadow:0 12px 24px #6d4cff33}.button.secondary{background:#fff;border-color:var(--line);box-shadow:0 6px 18px #152c4d0d}.button.tertiary{min-height:40px;padding:0 16px;border-radius:999px;background:var(--cyan-soft);color:var(--teal-dark);font-size:13px}.button.ghost{background:#ffffffb3;border-color:var(--line);color:var(--navy)}.button.compact{min-height:40px;padding:0 14px;border-radius:999px;font-size:13px}.full-button{width:100%;min-height:62px;border-radius:999px;font-size:16px}.icon{font-size:22px;font-weight:400}.eyebrow{color:var(--teal-dark);font-size:11px;letter-spacing:.16em;font-weight:850;text-transform:uppercase}h1,h2,p{margin-top:0}h1,h2{letter-spacing:-.055em}h2{font-size:clamp(30px,3vw,45px);line-height:1.05;margin:12px 0}.subhead,.lead{color:var(--muted);line-height:1.6;font-size:16px}.subhead{max-width:600px;margin-bottom:30px}.inline-error{margin-top:18px;color:#8a3e3e;background:#fff1f0;border:1px solid #f1c4c0;border-radius:12px;padding:12px 14px;font-size:13px}.narrow-card{width:min(930px,100%);margin:0 auto;background:#ffffffe6;border:1px solid rgba(16,32,63,.07);border-radius:28px;box-shadow:var(--shadow);padding:clamp(24px,4vw,52px)}.progress{flex:1;max-width:460px;display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto}.progress span{display:flex;align-items:center;gap:6px;color:#b5bdc9;font-size:12px;font-weight:800}.progress span.active{color:var(--navy)}.progress span:first-letter{display:inline-flex}.progress span{border-radius:999px}.progress span.active:before{content:"";position:absolute}.progress small{font-size:11px;font-weight:650}.progress i{display:block;width:28px;height:1px;background:var(--line)}.upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.qr-panel,.code-panel{border:1px solid var(--line);border-radius:28px;padding:26px;display:flex;flex-direction:column;align-items:center;text-align:center}.qr-panel{gap:10px;background:linear-gradient(145deg,#27d7f521,#ffffffeb 58%,#f24bb51a)}.qr-wrap{display:grid;place-items:center;width:220px;height:220px;background:#fff;border-radius:18px;margin-bottom:8px}.qr-panel strong{font-size:15px}.qr-panel span{color:var(--muted);font-size:13px}.code-panel{align-items:flex-start;text-align:left;justify-content:center;background:linear-gradient(145deg,#6d4cff1a,#fffffff2 52%,#f24bb51a)}.mini-label,.control-label{color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.13em}.access-code{font-size:clamp(34px,5vw,58px);letter-spacing:.18em;font-weight:850;color:var(--navy);margin:15px 0 8px}.mobile-link{width:100%;margin:6px 0 18px;padding:12px 14px;border:1px dashed rgba(109,76,255,.38);border-radius:16px;background:#ffffffc7;color:var(--purple);font-size:13px;line-height:1.35;overflow-wrap:anywhere}.code-panel p{color:var(--muted);line-height:1.55;font-size:14px;max-width:300px}.privacy-note{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);color:var(--muted);font-size:12px;line-height:1.5}.privacy-note span{color:var(--teal-dark);font-size:18px;margin-right:5px}.upload-status{display:flex;align-items:center;gap:10px;margin-top:20px;padding:13px 14px;color:var(--muted);background:#f8fafc;border:1px solid var(--line);border-radius:14px;font-size:13px}.upload-status.success{color:var(--success);background:#16856617;border-color:#16856640}.upload-status .button{margin-left:auto}.upload-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto}.upload-actions .button{margin-left:0}.status-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e7edf4;font-weight:800}.success .status-icon{color:#fff;background:var(--teal)}.gallery-card{text-align:center}.gallery-card .subhead{margin-inline:auto}.single-photo-preview{width:min(430px,100%);aspect-ratio:3 / 2;overflow:hidden;background:#eef1f5;border-radius:20px;margin:25px auto;box-shadow:0 12px 30px #10203f17}.single-photo-preview img{width:100%;height:100%;object-fit:cover}.gallery-preview-grid{width:min(680px,100%);display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin:25px auto 30px}.gallery-thumb{aspect-ratio:1;overflow:hidden;border-radius:24px;background:#eef1f5;box-shadow:0 10px 24px #10203f14}.gallery-thumb img{width:100%;height:100%;display:block;object-fit:cover}.button-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.product-screen{max-width:1040px}.product-screen>.subhead{margin-bottom:28px}.initial-product-screen>.subhead{max-width:620px;margin-inline:auto}.initial-product-note{width:fit-content;max-width:100%;display:flex;align-items:center;gap:12px;margin:0 auto 24px;padding:11px 16px 11px 11px;border:1px solid rgba(39,215,245,.28);border-radius:999px;background:linear-gradient(110deg,#27d7f51a,#6d4cff14,#f24bb514)}.initial-product-note>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--cyan),var(--purple));font-size:14px;font-weight:850}.initial-product-note>div{display:grid;gap:2px;text-align:left}.initial-product-note strong{color:var(--navy);font-size:12px}.initial-product-note small{color:var(--muted);font-size:11px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-option{display:grid;gap:16px;padding:17px;border:1px solid var(--line);border-radius:28px;background:#fbfcfe;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-option:hover{transform:translateY(-2px);box-shadow:0 14px 28px #152c4d14}.product-option.selected{border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-soft);background:var(--purple-soft)}.product-visual{min-height:170px;display:grid;place-items:center;align-content:center;gap:8px;border-radius:23px;color:var(--navy);background:linear-gradient(145deg,var(--cyan-soft),var(--purple-soft))}.product-visual>span{font-size:60px;font-weight:300;line-height:1;color:var(--teal-dark)}.product-visual small{color:var(--muted);font-size:12px;font-weight:750}.product-visual-polaroid{background:linear-gradient(145deg,rgba(242,75,181,.1),var(--purple-soft))}.product-visual-photo-3x4{background:linear-gradient(145deg,var(--purple-soft),var(--magenta-soft))}.product-visual-photo-10x15{background:linear-gradient(145deg,var(--cyan-soft),rgba(255,255,255,.95) 56%,var(--purple-soft))}.photo-10x15-preview-sheet{width:min(86%,235px);aspect-ratio:3 / 2;position:relative;padding:7px;border-radius:9px;background:#fff;box-shadow:0 10px 20px #1e202821;transform:rotate(-2deg)}.photo-10x15-preview-sheet .preview-image{width:100%;height:100%;border-radius:4px}.preview-gloss{position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:4px;background:linear-gradient(118deg,rgba(255,255,255,.32),transparent 30%,transparent 70%,rgba(255,255,255,.12));pointer-events:none}.preview-image{display:block;width:100%;height:100%;object-fit:cover}.preview-placeholder{background:linear-gradient(145deg,#8deeff,#6d4cff 55%,#f24bb5)}.polaroid-preview-sheet{width:min(91%,248px);aspect-ratio:1.7 / 1;display:flex;justify-content:center;align-items:center;gap:5px}.polaroid-preview-card{width:46%;padding:6px 6px 10px;border-radius:4px;background:#fff;box-shadow:0 9px 17px #1e202824;transform:rotate(-6deg)}.polaroid-preview-card.offset{transform:rotate(5deg) translateY(-3px)}.polaroid-preview-card .preview-image{aspect-ratio:1 / .82;border-radius:2px}.polaroid-preview-card>span{display:block;height:5px}.photo-3x4-preview-sheet{width:min(77%,188px);aspect-ratio:1 / .76;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:8px;border-radius:7px;background:#fff;box-shadow:0 9px 19px #1e20281f;transform:rotate(2deg)}.photo-3x4-preview-sheet .preview-image{min-width:0;aspect-ratio:3 / 4;border-radius:2px}.product-copy{min-height:78px}.product-copy h3{margin:0 0 6px;font-size:18px;letter-spacing:-.03em}.product-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.product-select{width:100%;min-height:50px;font-size:14px}.editor-head{align-items:center}.photo-counter{font-weight:800;font-size:15px;margin:0 auto}.history-actions{display:flex;gap:8px}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}.editor-stage,.editor-controls{background:#ffffffe6;border:1px solid rgba(16,32,63,.07);border-radius:25px;box-shadow:var(--shadow)}.editor-stage{padding:clamp(22px,3vw,38px)}.editor-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.editor-title-row h2{margin-bottom:0}.original-button{border:0;background:transparent;color:var(--muted);padding:12px 0;font-weight:700;font-size:13px}.edit-photo-frame{width:min(100%,700px);aspect-ratio:3 / 2;margin:26px auto 14px;border-radius:18px;overflow:hidden;position:relative;background:#e9edf2;display:grid;place-items:center}.edit-photo-frame:after{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border:1px dashed rgba(255,255,255,.66);border-radius:10px;pointer-events:none}.edit-photo-frame img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.edit-photo-frame.frame-classic:before,.edit-photo-frame.frame-soft:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;z-index:2;pointer-events:none;border:8px solid rgba(255,255,255,.92);border-radius:12px}.edit-photo-frame.frame-soft:before{top:18px;right:18px;bottom:18px;left:18px;border-width:4px;border-color:#ffffffa6;border-radius:18px}.edit-photo-frame.product-editor-photo-3x4{aspect-ratio:3 / 4;max-width:430px}.edit-photo-frame.product-editor-photo-3x4:after{top:16%;right:14%;bottom:16%;left:14%;border:1px dashed rgba(255,255,255,.5);border-radius:40% 40% 30% 30%}.polaroid-editor-stage{min-width:0}.polaroid-stage-subhead{max-width:420px;margin:9px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.polaroid-sheet-editor{width:min(100%,760px);aspect-ratio:3 / 2;margin:28px auto 15px;padding:18px;position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border-radius:25px;background:linear-gradient(145deg,#fefefe,#f4f1f0);box-shadow:0 18px 42px #1e202821}.polaroid-sheet-label{position:absolute;right:18px;top:-24px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em}.polaroid-sheet-slot{min-width:0;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;padding:11px 11px 13px;position:relative;border:2px solid transparent;border-radius:14px;background:#fff;box-shadow:0 9px 22px #1e20281a;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.polaroid-sheet-slot.active{border-color:var(--purple);box-shadow:0 0 0 4px var(--purple-soft),0 13px 28px #6d4cff26;transform:translateY(-2px)}.polaroid-sheet-slot.completed{border-color:#16856661}.polaroid-slot-photo{min-height:0;overflow:hidden;border-radius:6px;position:relative;background:#edf0f4}.polaroid-slot-photo img{display:block;width:100%;height:100%;object-fit:cover;transform-origin:center;transition:transform .22s ease,filter .22s ease}.polaroid-slot-placeholder{height:100%;display:grid;place-items:center;align-content:center;gap:6px;padding:10px;text-align:center;color:var(--muted);background:repeating-linear-gradient(135deg,#f7f8fa,#f7f8fa 12px,#eef1f5 12px,#eef1f5 24px)}.polaroid-slot-placeholder span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:var(--purple);font-size:22px;font-weight:850}.polaroid-slot-placeholder strong{font-size:13px}.polaroid-slot-placeholder small{font-size:10px;line-height:1.35}.polaroid-slot-caption{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:10px 2px 0;color:var(--navy);font-size:11px;font-weight:800}.polaroid-slot-caption b{color:var(--muted);font-size:10px;font-weight:750}.polaroid-sheet-slot.completed .polaroid-slot-caption b{color:var(--success)}.polaroid-choice-card{display:grid;gap:10px;padding:15px;border:1px solid rgba(109,76,255,.18);border-radius:19px;background:linear-gradient(145deg,#27d7f517,#ffffffeb 52%,#f24bb517)}.polaroid-choice-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.polaroid-photo-choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.polaroid-photo-choices button{min-width:0;display:grid;gap:4px;padding:4px 4px 6px;border:1px solid var(--line);border-radius:12px;color:var(--muted);background:#ffffffbf;font-size:10px;font-weight:750}.polaroid-photo-choices button.selected{color:var(--purple);border-color:var(--purple);background:#fff;box-shadow:0 0 0 2px var(--purple-soft)}.polaroid-photo-choices img{width:100%;aspect-ratio:1;display:block;object-fit:cover;border-radius:8px}.duplicate-photo{min-height:44px;padding-inline:12px;font-size:12px}.polaroid-tools{grid-template-columns:repeat(4,minmax(0,1fr))}.polaroid-finish-button{min-height:68px}.editor-sticker,.editor-overlay-text{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;text-shadow:0 2px 8px rgba(0,0,0,.25)}.editor-sticker{font-size:clamp(34px,6vw,68px)}.editor-overlay-text{max-width:82%;color:#fff;font-size:clamp(18px,3vw,34px);font-weight:800;line-height:1.05;text-align:center}.guide-note{text-align:center;color:var(--muted);font-size:12px;margin-bottom:0}.editor-controls{padding:17px;display:grid;gap:14px;position:sticky;top:20px}.editor-tools{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;padding:5px;border:1px solid var(--line);border-radius:999px;background:#f7f9fb}.editor-tools button{min-height:38px;border:0;background:transparent;color:var(--muted);font-size:11px;font-weight:750;padding:0 6px}.editor-tools button.active{color:var(--teal-dark);background:#fff;box-shadow:0 3px 10px #152c4d14}.control-card{border:1px solid var(--line);border-radius:18px;padding:15px}.control-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.control-grid button{min-height:76px;border:1px solid var(--line);background:#fbfcfe;color:var(--navy);border-radius:999px;display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;font-size:12px;font-weight:700}.control-grid button span{font-size:25px;color:var(--teal-dark)}.position-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:6px;margin-top:12px}.position-grid button{border:1px solid var(--line);background:#fbfcfe;border-radius:999px;min-height:38px;color:var(--navy);font-size:19px}.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:12px}.choice-grid button{min-height:42px;padding:0 10px;border:1px solid var(--line);background:#fbfcfe;color:var(--navy);font-size:12px;font-weight:700}.choice-grid button.selected,.sticker-grid button.selected{color:var(--purple);border-color:var(--purple);background:var(--purple-soft);box-shadow:0 0 0 2px #6d4cff1a}.sticker-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin-top:12px}.sticker-grid button{min-height:42px;border:1px solid var(--line);background:#fbfcfe;color:var(--navy);font-size:22px}.clear-tool{margin-top:12px}.slider-card{display:grid;gap:12px}.slider-card label{display:grid;gap:7px;color:var(--muted);font-size:12px;font-weight:750}.slider-card input{width:100%;accent-color:var(--teal-dark)}.editor-text-field{margin-top:12px}.editor-text-field input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:999px;padding:0 14px;color:var(--navy);outline:none}.editor-text-field input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #089e9d1a}.cart-card{max-width:820px}.cart-items{display:grid;gap:11px}.cart-item{display:grid;grid-template-columns:62px 1fr auto auto;align-items:center;gap:15px;padding:16px;border:1px solid var(--line);border-radius:17px}.thumb{width:62px;aspect-ratio:1;border-radius:11px;overflow:hidden;background:#edf1f5}.thumb img{width:100%;height:100%;object-fit:cover}.item-info{display:grid;gap:5px}.item-info strong{font-size:15px}.item-info span{color:var(--muted);font-size:12px}.remove-item{width:fit-content;border:0;padding:0;background:transparent;color:var(--danger);font-size:11px;font-weight:700;text-align:left}.quantity{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:11px;padding:4px}.quantity button{border:0;background:#f4f7fa;width:29px;height:29px;border-radius:999px;color:var(--navy)}.item-price{min-width:80px;text-align:right}.cart-summary{display:flex;justify-content:space-between;padding:22px 2px 9px;font-size:15px}.cart-summary strong{font-size:25px;letter-spacing:-.03em}.cart-summary>span,.cart-summary>div{display:grid;gap:4px}.cart-summary>div{text-align:right}.cart-summary small{color:var(--muted);font-size:11px;font-weight:600}.add-product-button{width:100%;margin-top:14px;border-style:dashed}.coupon-box{display:grid;gap:11px;margin-top:18px;padding:16px;border:1px solid rgba(109,76,255,.2);border-radius:20px;background:linear-gradient(135deg,#27d7f514,#f24bb514)}.coupon-box>div:first-child{display:grid;gap:4px}.coupon-box>div:first-child span{color:var(--muted);font-size:11px}.coupon-entry{display:flex;gap:8px}.coupon-entry input{min-width:0;flex:1;min-height:42px;border:1px solid var(--line);border-radius:999px;padding:0 14px;color:var(--navy);outline:none;text-transform:uppercase}.coupon-entry input:focus{border-color:var(--purple);box-shadow:0 0 0 3px #6d4cff1a}.coupon-entry .button{min-height:42px;padding-inline:16px}.coupon-success{color:var(--success);font-weight:750}.coupon-error{color:var(--danger);font-weight:650}.test-price-note{color:var(--muted);font-size:11px;margin-bottom:23px}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0 18px}.payment-methods button{display:grid;grid-template-columns:34px 1fr;grid-template-rows:1fr 1fr;text-align:left;align-items:center;column-gap:12px;padding:17px;border-radius:999px;border:1px solid var(--line);background:#fbfcfe;color:var(--navy)}.payment-methods button.selected{border-color:var(--teal);box-shadow:0 0 0 3px #089e9d1a;background:#f1fbfb}.method-icon{grid-row:span 2;width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--cyan-soft);color:var(--teal-dark);font-size:21px}.payment-methods strong{font-size:14px}.payment-methods small{color:var(--muted);font-size:11px}.simulator-details{margin:6px 0 20px;border:1px solid var(--line);border-radius:13px;padding:12px 14px;color:var(--muted);font-size:12px}.simulator-details summary{cursor:pointer;font-weight:700}.scenario-row{padding-top:13px}.scenario-row label{display:flex;justify-content:space-between;align-items:center;gap:15px;color:var(--navy);font-weight:650}.scenario-row select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 9px;color:var(--navy)}.payment-processing,.payment-result{display:grid;justify-items:center;text-align:center;gap:7px;padding:32px 15px;border-radius:19px;margin:18px 0;background:#f6f9fc}.payment-processing strong,.payment-result strong{font-size:18px}.payment-processing small,.payment-result small{color:var(--muted)}.payment-result>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;font-size:24px;font-weight:800}.success-result{color:var(--success);background:#16856617}.success-result>span{color:#fff;background:var(--teal)}.error-result{color:#8a3e3e;background:#fff3f1}.error-result>span{color:#fff;background:var(--magenta)}.error-result .button{margin-top:8px}.spinner{width:22px;height:22px;border:2px solid #cdd7e4;border-top-color:var(--teal);border-radius:50%;display:inline-block;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result-screen{max-width:720px;margin:12vh auto 0;text-align:center}.success-mark{display:grid;place-items:center;width:72px;height:72px;margin:0 auto 22px;border-radius:50%;color:#fff;background:linear-gradient(145deg,var(--purple),var(--magenta));font-size:38px;box-shadow:0 15px 30px #6d4cff38}.success-mark.small{width:54px;height:54px;font-size:27px;margin-bottom:14px}.result-screen h1{font-size:clamp(38px,5vw,66px);line-height:1.02;margin:14px 0 18px}h1 em{color:var(--teal);font-style:normal}.result-screen .lead{margin:0 auto 24px;max-width:470px}.order-number{display:grid;gap:4px;padding:14px 20px;background:#fff;border:1px solid var(--line);border-radius:15px;width:fit-content;margin:0 auto 26px;font-size:12px;color:var(--muted)}.order-number strong{color:var(--navy);font-size:16px}.order-number span{color:var(--teal-dark);font-size:11px}.retention-note{display:block;color:var(--muted);font-size:11px;margin-top:22px}.home-screen{min-height:100vh;background:linear-gradient(145deg,#f7f5f2c7,#f2fafb8a 58%,#faf5fac2);overflow:hidden;position:relative}.home-screen .topbar{background:transparent;border-bottom:0}.home-screen .topbar .brand-button{visibility:hidden}.home-glow{position:absolute;width:500px;height:500px;border-radius:50%;filter:blur(5px);opacity:.6;pointer-events:none}.glow-a{right:-160px;top:90px;background:radial-gradient(circle,rgba(39,215,245,.2),transparent 68%)}.glow-b{left:-220px;bottom:-200px;background:radial-gradient(circle,rgba(242,75,181,.14),transparent 68%)}.home-content{position:relative;width:min(940px,calc(100% - 48px));margin:clamp(22px,4.5vh,58px) auto 58px;text-align:center}.home-content .wordmark{font-size:clamp(34px,5vw,58px);margin:14px 0 12px}.photo-cloud{position:relative;width:min(900px,100%);height:clamp(340px,39vw,500px);margin:0 auto 8px;perspective:1100px}.photo-cloud:before,.photo-cloud:after{content:"";position:absolute;z-index:0;width:54%;height:70%;border-radius:50%;filter:blur(30px);opacity:.95;pointer-events:none}.photo-cloud:before{left:2%;top:13%;background:radial-gradient(circle,rgba(39,215,245,.62) 0%,rgba(39,215,245,.34) 46%,transparent 76%)}.photo-cloud:after{right:1%;bottom:0;background:radial-gradient(circle,rgba(242,75,181,.59) 0%,rgba(242,75,181,.32) 48%,transparent 78%)}.photo-cloud-card{--tilt: 0deg;position:absolute;z-index:1;width:27%;aspect-ratio:1.06 / 1;will-change:transform}.photo-cloud-card-inner{width:100%;height:100%;padding:7px;overflow:hidden;border:1px solid rgba(255,255,255,.94);border-radius:28px;background:#ffffffed;box-shadow:0 22px 48px #1e202826;transform-style:preserve-3d;animation:photo-page-in .72s cubic-bezier(.2,.75,.25,1) both}.photo-cloud-card img{width:100%;height:100%;display:block;object-fit:cover;border-radius:21px}.photo-cloud-card.is-turning .photo-cloud-card-inner{animation:photo-page-out .32s ease-in both}.photo-card-1{left:3%;top:13%;z-index:2;--tilt: -8deg;animation:cloud-drift-a 6.1s ease-in-out infinite}.photo-card-2{right:4%;top:2%;z-index:2;--tilt: 7deg;animation:cloud-drift-b 7.3s ease-in-out infinite}.photo-card-3{left:36.5%;top:17%;width:30%;--tilt: -2deg;z-index:3;animation:cloud-drift-c 5.6s ease-in-out infinite}.photo-card-4{left:8%;bottom:1%;z-index:1;--tilt: 6deg;animation:cloud-drift-d 8.2s ease-in-out infinite}.photo-card-5{right:8%;bottom:2%;z-index:1;--tilt: -7deg;animation:cloud-drift-e 6.8s ease-in-out infinite}@keyframes cloud-drift-a{0%,to{transform:translate3d(-8px,4px,0) rotate(-8deg)}50%{transform:translate3d(17px,-22px,0) rotate(-2deg)}}@keyframes cloud-drift-b{0%,to{transform:translate3d(8px,0,0) rotate(7deg)}50%{transform:translate3d(-15px,20px,0) rotate(13deg)}}@keyframes cloud-drift-c{0%,to{transform:translate3d(0,4px,0) rotate(-2deg) scale(1)}50%{transform:translate3d(4px,-27px,0) rotate(3deg) scale(1.035)}}@keyframes cloud-drift-d{0%,to{transform:translate3d(-4px,5px,0) rotate(6deg)}50%{transform:translate3d(24px,-12px,0) rotate(0)}}@keyframes cloud-drift-e{0%,to{transform:translate3d(5px,0,0) rotate(-7deg)}50%{transform:translate3d(-21px,-18px,0) rotate(-13deg)}}@keyframes photo-page-in{0%{opacity:0;transform:perspective(900px) rotateY(-78deg) scale(.91)}to{opacity:1;transform:perspective(900px) rotateY(0) scale(1)}}@keyframes photo-page-out{0%{opacity:1;transform:perspective(900px) rotateY(0) scale(1)}to{opacity:0;transform:perspective(900px) rotateY(78deg) scale(.91)}}.home-cloud-doodles{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;animation:doodle-cloud-float 8.3s ease-in-out infinite}.doodle-heart{fill:none;stroke:#f24bb5;stroke-width:8;stroke-linecap:round;stroke-linejoin:round}.doodle-scribble{fill:none;stroke:#27bbd8;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}.doodle-spark{fill:#f5b647;stroke:none}.doodle-dots{fill:#6d4cff;opacity:.7}@keyframes doodle-cloud-float{0%,to{transform:translate3d(0,4px,0) rotate(-.5deg)}50%{transform:translate3d(0,-7px,0) rotate(.7deg)}}.home-content h1{font-size:clamp(36px,4.8vw,62px);line-height:1;margin:18px 0 25px}.button.primary.hero-button{min-width:220px;min-height:66px;border-radius:999px;color:#fff;background:linear-gradient(110deg,var(--cyan) 0%,var(--purple) 52%,var(--magenta) 100%);box-shadow:0 16px 34px #27d7f533,0 18px 38px #f24bb529;font-size:17px}.home-note{display:flex;justify-content:center;align-items:center;gap:8px;color:var(--muted);font-size:12px;margin-top:23px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--teal);box-shadow:0 0 0 4px #089e9d1f}.gear-button{position:absolute;bottom:18px;right:22px;width:22px;height:22px;display:grid;place-items:center;border:0;padding:0;color:#8c929d;opacity:.42;background:transparent;user-select:none;-webkit-user-select:none}.gear-button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}@media(min-width:800px)and (max-height:900px){.home-content{margin-top:18px;margin-bottom:28px}.photo-cloud{height:330px}.home-content h1{font-size:clamp(36px,4vw,52px);margin:10px 0 18px}.button.primary.hero-button{min-height:58px}}.metrics-screen{min-height:100vh;padding-bottom:60px}.metrics-card{width:min(940px,calc(100% - 40px));margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:26px;padding:38px;box-shadow:var(--shadow)}.staff-card{max-width:560px}.staff-card .field-label{margin:24px 0 16px}.staff-card .field-label input{min-height:62px;border:1px solid var(--line);border-radius:15px;padding:0 18px;color:var(--navy);font-size:28px;letter-spacing:.2em;font-weight:800;text-align:center;outline:none}.staff-card .field-label input:focus,.unit-form input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #089e9d1a}.staff-dashboard{max-width:940px}.unit-form{display:grid;grid-template-columns:1.3fr .8fr 1fr;gap:12px;margin:24px 0 18px}.unit-form input{width:100%;min-height:48px;margin-top:7px;border:1px solid var(--line);border-radius:12px;padding:0 12px;color:var(--navy);background:#fbfcfe;outline:none;font-size:14px;font-weight:650;letter-spacing:normal;text-align:left;text-transform:none}.save-note{margin-top:10px;color:var(--success);font-size:12px}.staff-divider{height:1px;background:var(--line);margin:32px 0 26px}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:27px}.metric-tile{border:1px solid var(--line);border-radius:16px;padding:18px;display:grid;gap:5px}.metric-tile strong{font-size:30px;letter-spacing:-.05em}.metric-tile span{color:var(--muted);font-size:11px;line-height:1.35}.metric-foot{margin-top:18px;color:var(--muted);font-size:13px}.metric-foot strong{color:var(--navy)}.mobile-shell{background:transparent}.mobile-content{width:min(520px,calc(100% - 36px));margin:7vh auto;text-align:center}.mobile-content h1{font-size:clamp(38px,10vw,62px);margin:14px 0}.mobile-content .lead{max-width:370px;margin:0 auto 26px}.mobile-journey{margin:8px -4px 24px;padding:14px 8px 8px;border:1px solid rgba(109,76,255,.14);border-radius:28px;background:linear-gradient(145deg,#ffffffe0,#27d7f51c 54%,#f24bb51a);box-shadow:0 14px 34px #6d4cff14;overflow:hidden}.mobile-journey svg{display:block;width:100%;height:auto}.journey-blob{opacity:.96}.journey-scribble{fill:none;stroke:#f39a7a;stroke-width:3;stroke-linecap:round;stroke-dasharray:3 8;opacity:.78}.journey-person{stroke:#1e202814;stroke-width:1.3}.journey-skin{fill:#f4b38f}.journey-hair{fill:#5a3a42}.journey-hair-long{fill:#3d405b}.journey-shirt{stroke:none}.journey-shirt-cyan{fill:#52b8c8}.journey-shirt-coral{fill:#f08a72}.journey-arm,.journey-hand{fill:none;stroke-width:13;stroke-linecap:round;stroke-linejoin:round}.journey-skin-stroke{stroke:#f4b38f}.journey-phone{fill:#fff;stroke:#6d4cff;stroke-width:3}.journey-phone-screen{fill:url(#journey-photo);stroke:none}.journey-phone-dot{fill:#6d4cff;stroke:none}.journey-memory-card{transform-origin:383px 132px;animation:memory-float 5.8s ease-in-out infinite}.journey-memory-card>rect:first-child{stroke:#1e20281f;stroke-width:2}.journey-photo-hill{fill:#5d46789e;stroke:none}.journey-photo-sun{fill:#ffe6a7;stroke:none}.journey-card-line{fill:none;stroke:#e5a3b4;stroke-width:3;stroke-linecap:round}.journey-heart{fill:#f24bb5;stroke:#fff;stroke-width:2}.journey-spark{fill:#f5b647;stroke:none}@keyframes memory-float{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-6px) rotate(1deg)}}.mobile-journey-labels{display:grid;grid-template-columns:repeat(3,1fr);margin-top:-2px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.04em;text-align:center}.mobile-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:25px;text-align:left;overflow:hidden}.mobile-card-kicker{color:var(--teal-dark);font-size:10px;font-weight:850;letter-spacing:.14em;margin-bottom:9px}.mobile-connect-card h2{margin-top:0}.mobile-code-input{width:100%;min-width:0;max-width:100%;box-sizing:border-box;font-size:clamp(22px,7vw,32px)!important;letter-spacing:.16em!important}.field-label{display:grid;gap:8px;font-size:12px;color:var(--muted);font-weight:750}.field-label input{min-height:62px;border:1px solid var(--line);border-radius:15px;padding:0 18px;color:var(--navy);font-size:28px;letter-spacing:.2em;font-weight:800;text-align:center;text-transform:uppercase;outline:none}.field-label input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #089e9d1a}.mobile-card .full-button{margin-top:16px}.mobile-finished-card{text-align:center;padding-block:30px}.mobile-finished-card .success-mark{margin-bottom:17px}.connected-card,.success-card{text-align:center}.connected-card h2,.success-card h2{font-size:28px}.connected-card p,.success-card p{color:var(--muted);line-height:1.55;font-size:14px}.upload-ready-mark{color:var(--purple);background:var(--purple-soft)}.mobile-upload-summary{display:grid;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line);color:var(--success);font-size:13px}.upload-complete-card{display:flex;align-items:center;gap:16px;margin-top:26px;padding:20px 24px;border:1px solid rgba(22,133,102,.2);border-radius:24px;background:linear-gradient(135deg,#16856614,#27d7f514)}.upload-complete-card .success-mark.small{flex:0 0 auto;margin:0;width:48px;height:48px;font-size:24px}.upload-complete-card>div:last-child{display:grid;gap:4px;text-align:left}.upload-complete-card strong{color:var(--success);font-size:15px}.upload-complete-card span{color:var(--muted);font-size:13px;line-height:1.45}.upload-picker{min-height:170px;border:1.5px dashed rgba(39,215,245,.65);background:var(--cyan-soft);border-radius:18px;display:grid;place-items:center;align-content:center;gap:5px;color:var(--teal-dark);cursor:pointer;position:relative;overflow:hidden}.upload-picker span{font-size:30px}.upload-picker strong{font-size:15px}.upload-picker small{color:var(--muted);font-size:11px}.upload-picker input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.empty-state{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:12px;margin-top:15px}@media(max-width:860px){.editor-layout{grid-template-columns:1fr}.editor-controls{position:static}.metrics-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr}.product-option{grid-template-columns:150px 1fr auto;align-items:center}.product-visual{min-height:128px}.product-copy{min-height:0}}@media(max-width:640px){.topbar{height:66px;padding-inline:20px}.main-content{width:min(100% - 28px,600px);padding-top:18px}.screen-head{gap:9px;margin-bottom:18px}.screen-head .text-button.danger{font-size:11px}.progress{gap:4px}.progress i{width:9px}.progress small{display:none}.narrow-card{border-radius:21px;padding:22px 17px}.initial-product-note{width:100%;box-sizing:border-box;border-radius:20px;align-items:flex-start}.initial-product-note small{line-height:1.35}.upload-grid{grid-template-columns:1fr}.qr-panel,.code-panel{padding:20px}.editor-title-row{display:grid;gap:6px}.history-actions{order:3}.editor-head{flex-wrap:wrap}.editor-head .photo-counter{order:2}.editor-head .history-actions{order:4;width:100%;justify-content:center}.editor-head .text-button{position:absolute;right:14px}.polaroid-sheet-editor{width:100%;margin-top:25px;padding:10px;gap:7px;border-radius:20px}.polaroid-sheet-label{right:10px;top:-20px}.polaroid-sheet-slot{padding:7px 7px 9px;border-radius:11px}.polaroid-slot-caption{padding-top:7px;font-size:10px}.polaroid-slot-caption b{font-size:9px}.polaroid-choice-card{padding:13px}.polaroid-photo-choices{grid-template-columns:repeat(3,minmax(0,1fr))}.polaroid-finish-button{min-height:62px}.cart-item{grid-template-columns:50px 1fr}.thumb{width:50px}.quantity{grid-column:2;justify-self:start}.item-price{grid-column:2;text-align:left}.payment-methods,.product-option{grid-template-columns:1fr}.product-visual{min-height:135px}.metrics-card{width:calc(100% - 28px);padding:24px 17px}.unit-form{grid-template-columns:1fr}.metrics-grid{gap:8px}.metric-tile{padding:13px}.metric-tile strong{font-size:24px}.home-content{width:min(100% - 30px,560px);margin-top:24px}.photo-cloud{width:min(100%,390px);height:330px;margin-top:10px}.photo-cloud-card{width:30%}.photo-card-3{width:34%;left:33%}.photo-cloud-card-inner{padding:5px;border-radius:21px}.photo-cloud-card img{border-radius:16px}.home-content h1{font-size:clamp(32px,9vw,48px)}.mobile-content{width:min(100% - 28px,520px);margin:5vh auto}.mobile-card{padding:22px 18px;border-radius:22px}.mobile-journey{margin-inline:-2px;padding-inline:5px;border-radius:24px}.mobile-code-input{font-size:26px!important;letter-spacing:.13em!important}.upload-complete-card{margin-top:20px;padding:18px}.product-visual{min-height:150px}.photo-3x4-preview-sheet{width:min(66%,188px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
