@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";
.franchise-hero{grid-template-columns:minmax(0,1fr) 420px;align-items:center;gap:28px;margin-bottom:8px;display:grid}.franchise-hero-copy .button{width:fit-content;margin-top:22px}.franchise-checklist{flex-direction:column;gap:6px;margin:12px 0 0;padding:0;list-style:none;display:flex}.franchise-checklist li{color:var(--text);padding-left:22px;font-size:15px;line-height:1.4;position:relative}.franchise-checklist li:before{content:"✓";color:var(--accent,#e04e2a);font-size:14px;font-weight:700;position:absolute;top:0;left:0}.franchise-hero-banner{border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:18px;margin-top:22px;overflow:hidden}.franchise-hero-banner img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}.franchise-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.franchise-metric{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;align-content:start;gap:2px;padding:16px 18px;display:grid}.franchise-metric strong{color:var(--primary);font-size:clamp(19px,5vw,22px);line-height:1.1}.franchise-metric span{color:var(--text-soft);font-size:13px}.franchise-metric small{color:var(--muted);font-size:11px}.franchise-steps{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.franchise-step{border:1px solid var(--line);background:var(--surface);border-radius:18px;flex-wrap:wrap;align-items:center;gap:12px 6px;padding:18px;display:flex;position:relative}.franchise-step-index{color:var(--muted);font-size:13px;font-weight:900}.franchise-step-icon{background:var(--surface-muted);width:44px;height:44px;color:var(--primary);border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.franchise-step>span:last-child{flex:0 0 100%}.franchise-step strong{display:block}.franchise-step small{color:var(--muted);margin-top:2px;line-height:1.45;display:block}.franchise-cta{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:24px;padding:26px;display:grid}.franchise-cta-list{color:var(--text-soft);gap:6px;margin:14px 0 0;padding-left:18px;display:grid}.franchise-form{gap:12px;display:grid}.franchise-form .button{justify-content:center;width:100%;min-height:46px}.franchise-form-consent{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.franchise-form-done{color:var(--text-soft);align-content:center;justify-items:start;gap:10px;display:grid}.franchise-downloads .benefit-card{flex-direction:column;gap:10px;display:flex}.franchise-downloads .benefit-card .button{margin-top:auto;width:fit-content;margin-inline:auto}.benefit-grid--2col{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:980px){.franchise-hero,.franchise-cta{grid-template-columns:minmax(0,1fr)}.franchise-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.benefit-grid--2col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.franchise-steps,.benefit-grid--2col{grid-template-columns:minmax(0,1fr)}}.franchise-calc{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-md);border-radius:22px;grid-template-columns:minmax(0,1fr) 400px;display:grid;overflow:hidden}.franchise-calc-controls{flex-direction:column;gap:22px;padding:26px;display:flex}.calc-field{gap:10px;display:grid}.calc-field-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.calc-field-label{color:var(--text-soft);font-size:14px;font-weight:850}.calc-field-value{color:var(--primary);white-space:nowrap;font-size:14px;font-weight:930}.calc-slider{appearance:none;background:linear-gradient(90deg, var(--primary) var(--calc-fill,50%), var(--surface-tint) var(--calc-fill,50%));cursor:pointer;border-radius:999px;width:100%;height:8px;margin:8px 0 2px}.calc-slider::-webkit-slider-thumb{appearance:none;border:5px solid var(--primary);cursor:pointer;background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .12s;box-shadow:0 4px 12px #c404044d}.calc-slider::-webkit-slider-thumb:hover{transform:scale(1.08)}.calc-slider::-moz-range-thumb{border:5px solid var(--primary);cursor:pointer;background:#fff;border-radius:50%;width:24px;height:24px;box-shadow:0 4px 12px #c404044d}.calc-slider:focus-visible{outline:none;box-shadow:0 0 0 3px #c404042e}.calc-slider-scale{height:22px;margin:0 12px;position:relative}.calc-slider-tick{color:var(--muted);padding-top:8px;font-size:12px;font-weight:700;line-height:1;position:absolute;top:0;transform:translate(-50%)}.calc-slider-tick:before{content:"";background:var(--line-strong);border-radius:1px;width:2px;height:5px;position:absolute;top:0;left:50%;transform:translate(-50%)}.calc-slider-tick.is-passed{color:var(--primary)}.calc-slider-tick.is-passed:before{background:var(--primary);opacity:.55}.calc-segments{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;gap:8px;display:grid}.calc-segment{border:1px solid var(--line);background:var(--surface-muted);text-align:center;border-radius:14px;align-content:center;justify-items:center;gap:2px;min-height:56px;padding:9px 8px;transition:background .16s,border-color .16s,transform .16s;display:grid}.calc-segment strong{color:var(--text);font-size:14px;font-weight:900}.calc-segment small{color:var(--muted);font-size:11px;line-height:1.3}.calc-segment:hover{border-color:var(--line-strong);transform:translateY(-1px)}.calc-segment.is-active{border-color:var(--primary);background:var(--primary-soft)}.calc-segment.is-active strong,.calc-segment.is-active small{color:var(--primary-dark)}.calc-segments--4{grid-template-columns:repeat(4,minmax(0,1fr))}.calc-hint{color:var(--muted);margin:auto 0 0;font-size:12px;line-height:1.45}.calc-fee{border:1px dashed var(--line-strong);background:var(--surface-muted);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:11px 14px;display:flex}.calc-fee span{color:var(--text-soft);gap:1px;font-size:13px;font-weight:800;display:grid}.calc-fee small{color:var(--muted);font-size:10.5px;font-weight:700}.calc-fee strong{color:var(--primary);white-space:nowrap;font-size:14px;font-weight:930}.calc-switch{border:1px solid var(--line);background:var(--surface-tint);border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;display:grid}.calc-switch button{min-height:40px;color:var(--text-soft);white-space:nowrap;background:0 0;border-radius:10px;padding:0 8px;font-size:14px;font-weight:850;transition:background .16s,color .16s,box-shadow .16s}.calc-switch button:hover{color:var(--text)}.calc-switch button.is-active{color:var(--primary);background:#fff;box-shadow:0 6px 14px #3f2a1824}.franchise-calc-result{background:radial-gradient(120% 90% at 100% 0%, #c404042e, transparent 58%), var(--ink);color:#f6f1ea;align-content:start;gap:18px;padding:26px;display:grid}.calc-result-hero{gap:6px;display:grid}.calc-result-kicker{text-transform:uppercase;letter-spacing:.04em;color:#f6f1eaa8;font-size:12px;font-weight:850}.calc-result-value{color:#fff;letter-spacing:-.02em;font-size:40px;font-weight:930;line-height:1.02}.calc-result-note{color:#f6f1eab3;font-size:13px}.calc-result-tiles{gap:8px;display:grid}.calc-tile{background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:10px;min-height:50px;padding:10px 14px;display:flex}.calc-tile svg{color:#ff6a5f;flex:none}.calc-tile span{color:#f6f1eaa8;flex:auto;font-size:12px;line-height:1.25}.calc-tile strong{color:#fff;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:16px;font-weight:930;line-height:1.1}.calc-result-cta{justify-content:center;width:100%;min-height:48px}.calc-result-fine{color:#f6f1ea8c;margin:0;font-size:11.5px;line-height:1.5}.franchise-handled{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.handled-tile{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:linear-gradient(#fffffffa,#fff8f1f0);border-radius:16px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:16px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.handled-tile:hover{box-shadow:var(--shadow-md);border-color:#c4040447;transform:translateY(-2px)}.handled-tile .icon-badge{flex:none;width:42px;height:42px}.handled-tile span{color:var(--text);font-size:14px;font-weight:850;line-height:1.25}@media (max-width:980px){.franchise-calc{grid-template-columns:minmax(0,1fr)}.franchise-handled{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.franchise-calc-controls,.franchise-calc-result{padding:18px}.franchise-calc-controls{gap:16px}.franchise-calc-result{gap:14px}.calc-result-value{font-size:34px}.calc-field-value{font-size:13px}.calc-segments--4{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.calc-segment{min-height:46px;padding:8px 6px}.calc-segment strong{font-size:13px}.calc-segment small{font-size:10.5px}.calc-switch button{min-height:38px;font-size:12.5px}.calc-fee{padding:10px 12px}.calc-fee span{font-size:12px}.calc-hint{font-size:11.5px}}@media (max-width:360px){.calc-switch{gap:3px;padding:3px}.calc-switch button{padding:0 4px;font-size:12px}}.franchise-trend{max-width:760px;color:var(--text-soft);margin:0;font-size:17px;font-weight:600;line-height:1.55}.franchise-trend strong{color:var(--text);font-weight:800}@media (max-width:560px){.franchise-trend{font-size:15.5px}}@media (max-width:480px){.franchise-handled{gap:10px}.handled-tile{gap:9px;padding:12px}.handled-tile .icon-badge{width:36px;height:36px}.handled-tile span{overflow-wrap:break-word;font-size:12.5px;font-weight:800;line-height:1.2}}.consent-checkbox{color:var(--muted);text-align:left;cursor:pointer;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;display:flex}.consent-checkbox input{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;flex:none;margin:1px 0 0}
.support-widget{z-index:1200;pointer-events:none;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:22px;right:22px}.support-widget>*{pointer-events:auto}.support-widget-toggle{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .16s,background .16s,box-shadow .16s;display:inline-flex;box-shadow:0 14px 30px #94030352}.support-widget-toggle:hover{transform:translateY(-2px);box-shadow:0 18px 36px #94030361}.support-widget-toggle.is-open{background:var(--ink)}.support-widget-panel{border:1px solid var(--line);background:var(--surface,#fff);border-radius:18px;width:min(320px,100vw - 32px);padding:16px;animation:.16s support-widget-in;box-shadow:0 24px 48px #3f2a182e}@keyframes support-widget-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.support-widget-head{border-bottom:1px solid var(--line);align-items:center;gap:12px;margin-bottom:12px;padding-bottom:12px;display:flex}.support-widget-head-icon{background:var(--primary-soft);width:38px;height:38px;color:var(--primary);border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex}.support-widget-head strong{color:var(--text,var(--ink));font-size:14px;font-weight:900;display:block}.support-widget-head small{color:var(--muted);margin-top:2px;font-size:12px;display:block}.support-widget-channels{gap:8px;display:grid}.support-widget-channel{border:1px solid var(--line);color:var(--text,var(--ink));background:#fff;border-radius:14px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:border-color .16s,background .16s,transform .16s;display:flex}.support-widget-channel:hover{background:var(--surface-tint,#fff7f0);border-color:#dd362d52;transform:translate(2px)}.support-widget-channel-icon{background:var(--surface-muted);width:36px;height:36px;color:var(--primary);border-radius:11px;flex:none;justify-content:center;align-items:center;display:inline-flex}.support-widget-channel-copy strong{font-size:13px;font-weight:800;display:block}.support-widget-channel-copy small{color:var(--muted);margin-top:1px;font-size:11.5px;display:block}.support-chat-panel{flex-direction:column;width:min(380px,100vw - 32px);max-height:min(560px,100vh - 120px);padding:0;display:flex;overflow:hidden}.support-chat-head{margin-bottom:0;padding:14px 16px}.support-chat-head-copy{flex:auto;min-width:0}.support-chat-conn{align-items:center;gap:6px;display:inline-flex}.support-conn-dot{background:var(--muted);border-radius:999px;flex:none;width:8px;height:8px;margin-right:6px;display:inline-block}.support-conn-dot.is-connected{background:#1f9d55}.support-conn-dot.is-connecting{background:#e0a106;animation:1s ease-in-out infinite support-conn-pulse}.support-conn-dot.is-disconnected{background:#d8392d}@keyframes support-conn-pulse{0%,to{opacity:1}50%{opacity:.35}}.support-chat-close{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:9px;flex:none;justify-content:center;align-items:center;transition:background .16s,color .16s;display:inline-flex}.support-chat-close:hover{background:var(--surface-muted);color:var(--text,var(--ink))}.support-chat-login{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:22px 18px 24px;display:flex}.support-chat-login p{color:var(--text,var(--ink));margin:0;font-size:14px}.support-chat-login-btn{background:var(--primary);color:#fff;border-radius:12px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .16s,box-shadow .16s;display:inline-flex}.support-chat-login-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #94030347}.support-chat-body{background:var(--surface-tint,#fff7f0);flex-direction:column;flex:auto;gap:10px;padding:14px 16px;display:flex;overflow-y:auto}.support-chat-info{color:var(--muted);text-align:center;margin:auto;padding:18px 8px;font-size:13px}.support-chat-load-older{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;align-self:center;padding:5px 14px;font-size:12px;transition:border-color .16s,color .16s}.support-chat-load-older:hover:not(:disabled){color:var(--text,var(--ink));border-color:#dd362d52}.support-chat-load-older:disabled{cursor:default;opacity:.6}.support-chat-msg{flex-direction:column;max-width:82%;display:flex}.support-chat-msg.is-client{align-self:flex-end;align-items:flex-end}.support-chat-msg.is-operator{align-self:flex-start;align-items:flex-start}.support-chat-bubble{white-space:pre-wrap;word-break:break-word;border-radius:14px;padding:9px 13px;font-size:14px;line-height:1.4}.support-chat-msg.is-client .support-chat-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.support-chat-msg.is-operator .support-chat-bubble{color:var(--text,var(--ink));border:1px solid var(--line);background:#fff;border-bottom-left-radius:4px}.support-chat-msg.is-pending .support-chat-bubble{opacity:.7}.support-chat-meta{color:var(--muted);margin-top:3px;font-size:11px}.support-chat-retry{color:#d8392d;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:11px;display:inline-flex}.support-chat-retry:hover{text-decoration:underline}.support-chat-status-note{color:var(--muted);background:var(--surface,#fff);border-top:1px solid var(--line);padding:8px 16px;font-size:12px}.support-chat-error{color:#d8392d;border-top:1px solid var(--line);background:#fff;align-items:center;gap:6px;padding:8px 16px;font-size:12px;display:flex}.support-chat-input-row{border-top:1px solid var(--line);background:var(--surface,#fff);align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.support-chat-input{resize:none;border:1px solid var(--line);min-height:38px;max-height:96px;color:var(--text,var(--ink));background:#fff;border-radius:12px;flex:auto;padding:9px 12px;font-family:inherit;font-size:14px;line-height:1.4}.support-chat-input:focus{border-color:#dd362d73;outline:none}.support-chat-send{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:12px;flex:none;justify-content:center;align-items:center;width:40px;height:38px;transition:opacity .16s,transform .16s;display:inline-flex}.support-chat-send:hover:not(:disabled){transform:translateY(-1px)}.support-chat-send:disabled{opacity:.5;cursor:default}@media (max-width:560px){.support-widget{bottom:14px;right:14px}.support-widget-toggle{width:52px;height:52px}.support-chat-panel{width:calc(100vw - 28px);max-height:min(70vh,100vh - 110px)}}
.legal-hero .legal-meta{color:var(--muted);flex-wrap:wrap;gap:6px 14px;margin:12px 0 0;font-size:14px;font-weight:600;display:flex}.legal-hero .legal-meta span+span:before{content:"•";color:var(--line-strong);margin-right:14px}.legal-doc{grid-template-columns:minmax(0,260px) minmax(0,1fr);align-items:start;gap:20px;display:grid}.legal-toc{padding:20px;position:sticky;top:92px}.legal-toc-list{counter-reset:none;gap:2px;margin:12px 0 0;padding:0;list-style:none;display:grid}.legal-toc-list a{border-radius:var(--radius-xs);color:var(--text-soft);gap:8px;padding:7px 10px;font-size:14px;font-weight:600;line-height:1.35;transition:background .16s,color .16s;display:flex}.legal-toc-list a:hover{background:var(--surface-tint);color:var(--primary)}.legal-toc-n{color:var(--muted);flex:none}.legal-body{scroll-behavior:smooth;padding:28px 32px 34px}.legal-section{scroll-margin-top:96px}.legal-section+.legal-section{border-top:1px solid var(--line);margin-top:30px;padding-top:26px}.legal-section-title{letter-spacing:-.01em;gap:10px;margin:0 0 14px;font-size:21px;font-weight:800;line-height:1.3;display:flex}.legal-section-n{color:var(--primary);flex:none}.legal-subtitle{margin:22px 0 10px;font-size:17px;font-weight:700;line-height:1.35}.legal-section>.legal-subtitle:first-of-type{margin-top:4px}.legal-text,.legal-clause{color:var(--text-soft);margin:0 0 12px;font-size:15px;font-weight:500;line-height:1.65}.legal-clause{gap:10px;display:flex}.legal-clause-n{min-width:42px;color:var(--muted);font-variant-numeric:tabular-nums;flex:none;font-weight:700}.legal-list{gap:7px;margin:-4px 0 14px;padding-left:0;list-style:none;display:grid}.legal-list li{color:var(--text-soft);padding-left:52px;font-size:15px;line-height:1.6;position:relative}.legal-list li:before{content:"";background:var(--accent-warm);border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:32px}.legal-definitions{gap:10px;margin:0;display:grid}.legal-definition{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-muted);padding:12px 16px}.legal-definition dt{color:var(--text);margin-bottom:2px;font-size:15px;font-weight:700}.legal-definition dd{color:var(--text-soft);margin:0;font-size:15px;line-height:1.6}.legal-contacts{gap:8px;margin:0 0 12px;padding:0;list-style:none;display:grid}.legal-contacts li{flex-wrap:wrap;gap:4px 10px;font-size:15px;line-height:1.6;display:flex}.legal-contact-label{min-width:210px;color:var(--muted);flex:none;font-weight:600}.legal-contact-value{color:var(--text);font-weight:600}.legal-link{color:var(--primary);text-underline-offset:3px;text-decoration:underline}.legal-table-scroll{border:1px solid var(--line);border-radius:var(--radius-sm);margin-top:14px;overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;min-width:460px;font-size:14px}.legal-table th,.legal-table td{text-align:left;border-bottom:1px solid var(--line);padding:10px 14px}.legal-table thead th{background:var(--surface-tint);color:var(--text);white-space:nowrap;font-weight:700}.legal-table-group th{background:var(--surface-muted);color:var(--text);font-weight:700}.legal-table td{color:var(--text-soft)}.legal-table-num{white-space:nowrap;font-variant-numeric:tabular-nums}.legal-table tbody:last-child tr:last-child th,.legal-table tbody:last-child tr:last-child td{border-bottom:0}@media (max-width:1000px){.legal-doc{grid-template-columns:minmax(0,1fr)}.legal-toc{position:static}.legal-toc-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:640px){.legal-body{padding:22px 18px 26px}.legal-section-title{font-size:19px}.legal-clause{display:block}.legal-clause-n{margin-right:6px}.legal-list li{padding-left:18px}.legal-list li:before{left:2px}.legal-contact-label{width:100%;min-width:0}}
.vpn-notice{z-index:1200;border:1px solid var(--line);border-left:4px solid var(--primary);background:var(--surface,#fff);border-radius:18px;align-items:flex-start;gap:12px;width:min(390px,100vw - 44px);padding:14px 14px 14px 16px;animation:.18s vpn-notice-in;display:flex;position:fixed;bottom:22px;left:22px;box-shadow:0 24px 48px #3f2a182e}@keyframes vpn-notice-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.vpn-notice-icon{background:var(--primary-soft);width:34px;height:34px;color:var(--primary-dark);border-radius:12px;flex:none;justify-content:center;align-items:center;display:inline-flex}.vpn-notice-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.vpn-notice-copy strong{color:var(--text);font-size:14px;font-weight:700}.vpn-notice-copy span{color:var(--muted);font-size:13px;line-height:1.45}.vpn-notice-close{width:28px;height:28px;color:var(--muted);background:0 0;border-radius:999px;flex:none;justify-content:center;align-items:center;margin:-2px -2px 0 0;transition:background .16s,color .16s;display:inline-flex}.vpn-notice-close:hover{background:var(--surface-tint);color:var(--text)}@media (max-width:560px){.vpn-notice{width:auto;padding:12px 12px 12px 14px;bottom:80px;left:14px;right:14px}}
.return-flow{--return-ok:#86d69c;--return-fail:#ff8f80;--return-frame:#2b241f;border:1px solid var(--line);border-radius:var(--radius-md);background:linear-gradient(180deg, #fffdf9 0%, var(--surface-muted) 100%);color:var(--text);gap:16px;padding:18px;scroll-margin-top:96px;font-size:14px;line-height:1.45;display:grid}.return-flow :is(button,a):focus-visible,.return-card-hint :is(button,a):focus-visible{outline-offset:2px;outline:3px solid #c404046b}.return-sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.return-file-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.return-spin{animation:.9s linear infinite return-spin}.return-flow-head{gap:4px;display:grid}.return-flow-eyebrow{color:var(--primary);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:12px;font-weight:900}.return-flow-eyebrow.is-green{color:var(--green)}.return-flow-title{color:var(--text);letter-spacing:-.01em;text-wrap:balance;margin:0;font-size:22px;font-weight:850;line-height:1.18}.return-flow-lead{max-width:54ch;color:var(--muted);text-wrap:pretty;margin:0;font-size:14px;line-height:1.5}.return-steps{margin:0;padding:0;list-style:none;display:grid}.return-step{--marker:32px;grid-template-columns:var(--marker) minmax(0, 1fr);column-gap:12px;padding-bottom:20px;display:grid;position:relative}.return-step:last-child{padding-bottom:0}.return-step:not(:last-child):before,.return-step:not(:last-child):after{content:"";top:calc(var(--marker) + 4px);bottom:4px;left:calc(var(--marker) / 2 - 1px);background:var(--line);border-radius:2px;width:2px;position:absolute}.return-step:not(:last-child):after{background:var(--green);transform-origin:top;transition:transform .5s cubic-bezier(.2,.7,.2,1);transform:scaleY(0)}.return-step.is-done:not(:last-child):after{transform:scaleY(1)}.return-step-marker{z-index:1;width:var(--marker);height:var(--marker);border:1.5px solid var(--line-strong);background:var(--surface);color:var(--muted);font-variant-numeric:tabular-nums;border-radius:11px;place-items:center;font-size:14px;font-weight:900;line-height:1;transition:background .25s,border-color .25s,color .25s,box-shadow .25s;display:grid;position:relative}.return-step.is-current .return-step-marker{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 0 0 4px var(--primary-soft)}.return-step.is-done .return-step-marker{border-color:var(--green);background:var(--green);color:#fff}.return-step.is-done .return-step-marker svg{animation:.4s cubic-bezier(.2,.9,.3,1.4) both return-check-in}.return-step-main{gap:12px;min-width:0;padding-top:5px;display:grid}.return-step-heading{font-size:inherit;font-weight:inherit;margin:0}.return-step-titles{gap:2px;min-width:0;display:grid}.return-step-title{color:var(--text);font-size:16px;font-weight:850;line-height:1.3}.return-step.is-upcoming .return-step-title{color:var(--muted)}.return-step-summary{color:var(--muted);font-variant-numeric:tabular-nums;font-size:13px;font-weight:650;line-height:1.4}.return-step-toggle{width:calc(100% + 12px);color:inherit;text-align:left;background:0 0;border-radius:10px;align-items:flex-start;gap:10px;margin:-4px -6px;padding:4px 6px;transition:background .16s;display:flex}.return-step-toggle:hover{background:#2b241f0a}.return-step-toggle>.return-step-titles{flex:1}.return-step-chevron{color:var(--muted);flex:none;margin-top:2px;transition:transform .22s}.return-step-toggle[aria-expanded=true] .return-step-chevron{transform:rotate(180deg)}.return-step-body{gap:12px;min-width:0;animation:.3s both return-reveal;display:grid}.return-step-text{color:var(--text-soft);text-wrap:pretty;margin:0;font-size:14px;line-height:1.5}.return-step-action,.return-submit{border-radius:14px;width:100%;min-height:50px;font-size:15px}.return-step-action:disabled,.return-submit:disabled{box-shadow:none;transform:none}.return-pin{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;gap:12px;padding:14px;display:grid}.return-pin-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.return-pin-label{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:6px;font-size:12px;font-weight:850;display:inline-flex}.return-pin-copy{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--text-soft);border-radius:10px;align-items:center;gap:6px;padding:0 11px;font-size:13px;font-weight:800;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.return-pin-copy:hover{border-color:var(--line-strong);background:#fff}.return-pin-copy.is-copied{background:var(--green-soft);color:var(--green);border-color:#496f5352}.return-pin-keys{flex-wrap:wrap;gap:8px;margin:0;display:flex}.return-pin-key{border:1px solid var(--line-strong);background:linear-gradient(180deg, #fff 0%, var(--surface-muted) 100%);width:clamp(46px,13.5vw,58px);height:clamp(56px,16.5vw,68px);box-shadow:0 2px 0 var(--line-strong), 0 8px 16px #3f2a180f;color:var(--text);font-variant-numeric:tabular-nums;border-radius:13px;place-items:center;font-size:clamp(26px,8vw,34px);font-weight:900;line-height:1;display:grid}.return-pin-meta{flex-wrap:wrap;gap:8px;display:flex}.return-chip{background:var(--surface-tint);min-height:28px;color:var(--text-soft);font-variant-numeric:tabular-nums;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:13px;font-weight:750;display:inline-flex}.return-chip.is-danger{background:var(--danger-soft);color:#78221c}.return-warn,.return-error{border-radius:12px;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:10px;margin:0;padding:10px 12px;font-size:13.5px;line-height:1.45;display:grid}.return-warn svg,.return-error svg{margin-top:2px}.return-warn{background:var(--yellow-soft);color:#6e4510;border:1px solid #9c671733}.return-warn strong{color:#5a380c;font-weight:850}.return-error{background:var(--danger-soft);color:#78221c;border:1px solid #dd362d33;animation:.24s both return-reveal}.return-capture{gap:10px;min-width:0;display:grid}.return-shot{--corner:#fff;isolation:isolate;aspect-ratio:4/3;background:radial-gradient(120% 95% at 50% 32%, #4d4037 0%, var(--return-frame) 56%, #1c1713 100%);color:#fff;border-radius:20px;width:100%;max-width:480px;position:relative;overflow:hidden;box-shadow:0 18px 36px #2b241f38,inset 0 0 0 1px #ffffff0d}.return-shot-corner{--dx:0px;--dy:0px;z-index:5;border:0 solid var(--corner);pointer-events:none;filter:drop-shadow(0 1px 2px #00000059);width:26px;height:26px;transition:border-color .35s;position:absolute}.return-shot-corner.is-tl{--dx:-3px;--dy:-3px;border-top-width:3px;border-left-width:3px;border-top-left-radius:10px;top:14px;left:14px}.return-shot-corner.is-tr{--dx:3px;--dy:-3px;border-top-width:3px;border-right-width:3px;border-top-right-radius:10px;top:14px;right:14px}.return-shot-corner.is-bl{--dx:-3px;--dy:3px;border-bottom-width:3px;border-left-width:3px;border-bottom-left-radius:10px;bottom:14px;left:14px}.return-shot-corner.is-br{--dx:3px;--dy:3px;border-bottom-width:3px;border-right-width:3px;border-bottom-right-radius:10px;bottom:14px;right:14px}.return-shot.is-empty .return-shot-corner{animation:2.8s ease-in-out infinite return-corner-breathe}.return-shot.is-uploaded{--corner:var(--return-ok)}.return-shot.is-uploaded .return-shot-corner{animation:.5s cubic-bezier(.2,.9,.3,1.3) both return-corner-lock}.return-shot.is-failed{--corner:var(--return-fail)}.return-shot-empty{text-align:center;align-content:center;justify-items:center;gap:8px;padding:26px 20px 22px;display:grid;position:absolute;inset:0}.return-shot-art{color:#fff4e8bd;width:min(40%,150px);height:auto}.return-shot-caption{color:#fff4e8cc;letter-spacing:.01em;margin:0;font-size:13px;font-weight:700}.return-shot-cta{border-radius:14px;min-height:46px;margin-top:6px;padding:0 20px;box-shadow:0 12px 26px #c4040457}.return-shot .return-shot-cta:focus-visible{outline-offset:3px;outline:3px solid #fff}.return-shot-img{z-index:0;object-fit:cover;width:100%;height:100%;animation:.5s both return-develop;position:absolute;inset:0}.return-shot.is-preparing .return-shot-img,.return-shot.is-uploading .return-shot-img{filter:brightness(.82);transition:filter .3s}.return-shot-developing{background:linear-gradient(110deg,#0000 30%,#ffffff14 50%,#0000 70%) 0 0/220% 100%;animation:1.4s linear infinite return-shimmer;position:absolute;inset:0}.return-shot-scrim{z-index:1;pointer-events:none;background:linear-gradient(#140f0c00 0%,#140f0cb3 100%);height:58%;position:absolute;inset:auto 0 0}.return-shot-scan{z-index:2;pointer-events:none;background:linear-gradient(#fff4e800 calc(100% - 72px),#fff4e829 calc(100% - 2px),#fffaf4f2 calc(100% - 2px));animation:1.9s cubic-bezier(.45,.05,.55,.95) infinite return-scan;position:absolute;inset:0}.return-shot-flash{z-index:6;opacity:0;pointer-events:none;background:#fff;animation:.45s ease-out both return-flash;position:absolute;inset:0}.return-shot-hud{z-index:4;gap:8px;display:grid;position:absolute;bottom:20px;left:48px;right:48px}.return-shot-status{color:#fff;text-shadow:0 1px 2px #00000073;justify-content:space-between;align-items:center;gap:10px;font-size:13px;font-weight:800;display:flex}.return-shot-status>span{align-items:center;gap:6px;display:inline-flex}.return-shot-fail{z-index:4;text-align:center;background:#1c141085;align-content:center;justify-items:center;gap:10px;padding:20px;display:grid;position:absolute;inset:0}.return-shot-fail-title{color:#ffe6e1;text-shadow:0 1px 2px #0006;align-items:center;gap:6px;font-size:14px;font-weight:850;display:inline-flex}.return-shot-fail-title svg{color:var(--return-fail)}.return-shot-retry{min-height:40px;color:var(--text);background:#fff;border-radius:12px;padding:0 16px;box-shadow:0 8px 18px #00000040}.return-shot .return-shot-retry:focus-visible{outline-offset:3px;outline:3px solid #fff}.return-shot-percent{font-variant-numeric:tabular-nums}.return-shot-progress{background:#ffffff3d;border-radius:999px;height:4px;position:relative;overflow:hidden}.return-shot-progress>span{border-radius:inherit;transform-origin:0;background:#fff;transition:transform .2s linear;position:absolute;inset:0;transform:scaleX(0)}.return-shot-progress.is-indeterminate>span{width:36%;animation:1.15s ease-in-out infinite return-indeterminate;transform:none}.return-shot-stamp{z-index:4;border:1.5px solid var(--return-ok);color:#eafff0;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#142c1cb8;border-radius:10px;align-items:center;gap:6px;padding:7px 12px 7px 9px;font-size:12.5px;font-weight:850;animation:.5s cubic-bezier(.2,.9,.25,1.35) .12s both return-stamp;display:inline-flex;position:absolute;bottom:22px;left:50%;transform:translate(-50%)rotate(-4deg);box-shadow:0 8px 18px #00000042}.return-shot-stamp svg{color:var(--return-ok)}.return-shot-toolbar{flex-wrap:wrap;gap:8px;display:flex}.return-shot-toolbar .button{border-radius:10px;min-height:36px;padding:0 12px}.return-strip{flex-wrap:wrap;gap:8px;margin:0;padding:2px;list-style:none;display:flex}.return-strip-tile,.return-strip-add{border-radius:14px;place-items:center;width:64px;height:64px;padding:0;display:grid;position:relative;overflow:hidden}.return-strip-tile{background:var(--return-frame);box-shadow:0 0 0 1px var(--line);color:#fff4e8b3;transition:box-shadow .18s,transform .18s}.return-strip-tile:hover{transform:translateY(-1px)}.return-strip-tile.is-active{box-shadow:0 0 0 2px var(--surface), 0 0 0 4px var(--text)}.return-strip-tile img{object-fit:cover;width:100%;height:100%}.return-strip-tile.is-preparing img,.return-strip-tile.is-uploading img{opacity:.7}.return-strip-badge{color:#fff;background:#1c1713c7;border-radius:50%;place-items:center;width:18px;height:18px;display:grid;position:absolute;bottom:4px;right:4px;box-shadow:0 0 0 2px #fff}.return-strip-tile.is-uploaded .return-strip-badge{background:var(--green);animation:.35s cubic-bezier(.2,.9,.3,1.4) both return-check-in}.return-strip-tile.is-failed .return-strip-badge{background:var(--primary)}.return-strip-add{border:1.5px dashed var(--line-strong);background:var(--surface);color:var(--text-soft);text-align:center;align-content:center;gap:2px;font-size:11px;font-weight:800;line-height:1.1;transition:border-color .16s,color .16s,background .16s}.return-strip-add:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:#fff}.return-link{width:fit-content;min-height:36px;color:var(--text-soft);background:0 0;border-radius:8px;align-items:center;gap:7px;margin-left:-4px;padding:0 4px;font-size:14px;font-weight:800;transition:color .16s;display:inline-flex}.return-link:hover:not(:disabled){color:var(--primary)}.return-link.is-quiet{color:var(--muted);text-underline-offset:3px;justify-self:center;margin-left:0;font-size:13px;font-weight:700;text-decoration:underline}.return-note{gap:6px;animation:.26s both return-reveal;display:grid}.return-note-label{color:var(--text-soft);justify-content:space-between;align-items:baseline;gap:10px;font-size:13px;font-weight:800;display:flex}.return-note-label span{color:var(--muted);font-weight:600}.return-note-input{min-height:88px;font-size:16px;line-height:1.45}.return-note-count{color:var(--muted);font-variant-numeric:tabular-nums;justify-self:end;font-size:12px}.return-submit-block{gap:8px;display:grid}.return-submit-hint{color:var(--muted);text-align:center;margin:0;font-size:13px;line-height:1.4}.return-flow.is-late{background:linear-gradient(180deg, #f5faf5 0%, var(--surface-muted) 72%);border-color:#496f5342}.return-late-head{grid-template-columns:44px minmax(0,1fr);align-items:start;gap:12px;display:grid}.return-late-badge{background:var(--green-soft);width:44px;height:44px;color:var(--green);border-radius:14px;place-items:center;display:grid;box-shadow:inset 0 0 0 1px #496f5333}.return-flow.is-closed{gap:10px;animation:.26s both return-reveal}.return-late-badge.is-neutral{background:var(--surface);box-shadow:inset 0 0 0 1px var(--line);color:var(--text-soft)}.return-late-badge.is-warn{color:var(--primary);background:#fdf1ef;box-shadow:inset 0 0 0 1px #c4040429}.return-flow-title:focus,.return-step-heading:focus,.return-shot:focus{outline:none}.return-shot:focus-visible{box-shadow:0 0 0 3px var(--surface), 0 0 0 6px #c404046b, 0 18px 36px #2b241f38}.return-receipt-wrap{filter:drop-shadow(0 1px 1px #3f2a181a)drop-shadow(0 12px 18px #3f2a1814)}.return-receipt{--tooth:9px;padding:16px 16px calc(16px + var(--tooth));color:var(--text);-webkit-mask:conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 50% / calc(var(--tooth) * 2) 100%;-webkit-mask:conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 50% / calc(var(--tooth) * 2) 100%;mask:conic-gradient(from -45deg at bottom, #0000, #000 1deg 89deg, #0000 90deg) 50% / calc(var(--tooth) * 2) 100%;background:#fffdf9;border-radius:18px 18px 0 0;gap:14px;scroll-margin-top:96px;font-size:14px;line-height:1.4;display:grid;position:relative}.return-receipt:focus{outline:none}.return-receipt-grid{grid-template-columns:112px minmax(0,1fr);align-items:start;gap:16px;display:grid}.return-receipt-media{gap:6px;display:grid}.return-receipt-main{position:relative}.return-receipt-photo{aspect-ratio:1;background:var(--return-frame,#2b241f);color:#fff4e8b3;border-radius:14px;place-items:center;width:100%;display:grid;position:relative;overflow:hidden}.return-receipt-photo img{object-fit:cover;width:100%;height:100%}a.return-receipt-photo{transition:transform .18s}a.return-receipt-photo:hover{transform:translateY(-1px)}a.return-receipt-photo:focus-visible{outline-offset:2px;outline:3px solid #c404046b}.return-receipt-photo.is-small{border-radius:8px}.return-receipt-photo.is-empty{background:var(--surface-tint);color:var(--muted);align-content:center;gap:4px;font-size:12px;font-weight:800}.return-receipt-thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.return-receipt-stamp{border:1.5px solid var(--green);color:var(--green);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#f3faf4;border-radius:7px;align-items:center;gap:4px;padding:4px 8px;font-size:10.5px;font-weight:900;display:inline-flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)rotate(-6deg);box-shadow:0 4px 10px #3f2a181f}.return-receipt-info{gap:2px;min-width:0;display:grid}.return-receipt-kicker{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:850}.return-receipt-title{color:var(--text);margin:0 0 6px;font-size:20px;font-weight:850;line-height:1.2}.return-receipt-rows{margin:0;display:grid}.return-receipt-rows>div{border-bottom:1px dashed var(--line);justify-content:space-between;align-items:baseline;gap:10px;padding:6px 0;display:flex}.return-receipt-rows>div:last-child{border-bottom:0}.return-receipt-rows dt{color:var(--muted);flex:none;font-size:13px;font-weight:600}.return-receipt-rows dd{min-width:0;color:var(--text);text-align:right;font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:800}.return-receipt-rows .is-bonus dd{color:var(--green)}.return-receipt-note{border-top:2px dashed var(--line);gap:4px;padding-top:12px;display:grid}.return-receipt-note span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:850}.return-receipt-note p{color:var(--text-soft);white-space:pre-line;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.5}.return-receipt-wrap.is-fresh{animation:.55s cubic-bezier(.2,.8,.2,1) both return-receipt-in}.return-receipt-wrap.is-fresh .return-receipt-main .return-receipt-photo img{animation:.75s cubic-bezier(.3,.7,.2,1) .15s both return-print}.return-receipt-wrap.is-fresh .return-receipt-stamp{animation:.5s cubic-bezier(.2,.9,.25,1.35) .6s both return-receipt-stamp}.return-card-hint{color:var(--text-soft);background:linear-gradient(#fff 0%,#fdf1ef 100%);border:1px solid #c4040424;border-radius:12px;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:10px;padding:10px 12px;font-size:13px;line-height:1.4;display:grid}.return-card-hint>svg{color:var(--primary);margin-top:1px}.return-card-hint strong{color:var(--text);font-size:13px;font-weight:850;line-height:1.35;display:block}.return-card-pin-row{color:var(--muted);flex-wrap:wrap;align-items:baseline;gap:4px 8px;margin-top:6px;font-size:12px;font-weight:750;display:flex}.return-card-pin{color:var(--text);letter-spacing:.14em;font-variant-numeric:tabular-nums;font-size:20px;font-weight:900;line-height:1}@media (max-width:680px){.return-flow-title{font-size:20px}.return-shot{border-radius:18px}.return-receipt-grid{grid-template-columns:100px minmax(0,1fr);gap:14px}}@media (max-width:480px){.return-flow{border:0;border-bottom:1px solid var(--line);background:0 0;border-radius:0;gap:14px;padding:2px 0 16px}.return-flow.is-late{background:0 0;border-color:#496f5342;padding-top:4px}.return-step{--marker:28px;column-gap:10px;padding-bottom:18px}.return-step-marker{border-radius:9px;font-size:13px}.return-step-main{padding-top:3px}.return-step-title{font-size:15px}.return-pin{padding:12px}.return-shot{aspect-ratio:1}.return-shot-corner.is-tl,.return-shot-corner.is-tr{top:12px}.return-shot-corner.is-bl,.return-shot-corner.is-br{bottom:12px}.return-shot-corner.is-tl,.return-shot-corner.is-bl{left:12px}.return-shot-corner.is-tr,.return-shot-corner.is-br{right:12px}.return-strip-tile,.return-strip-add{border-radius:12px;width:58px;height:58px}.return-receipt{padding:14px 14px calc(14px + var(--tooth))}.return-receipt-grid{grid-template-columns:92px minmax(0,1fr);gap:12px}.return-receipt-title{font-size:18px}.return-receipt-rows>div{padding:5px 0}}@media (max-width:360px){.return-receipt-rows>div{flex-direction:column;align-items:flex-start;gap:0}.return-receipt-rows dd{text-align:left}}@keyframes return-spin{to{transform:rotate(360deg)}}@keyframes return-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes return-check-in{0%{opacity:0;transform:scale(.4)rotate(-20deg)}to{opacity:1;transform:none}}@keyframes return-corner-breathe{0%,to{transform:translate(0)}50%{transform:translate(var(--dx), var(--dy))}}@keyframes return-corner-lock{0%{transform:translate(calc(var(--dx) * 2), calc(var(--dy) * 2)) scale(1.12)}to{transform:none}}@keyframes return-develop{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:none}}@keyframes return-flash{0%{opacity:.92}to{opacity:0}}@keyframes return-scan{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes return-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes return-indeterminate{0%{transform:translate(-110%)}to{transform:translate(290%)}}@keyframes return-stamp{0%{opacity:0;transform:translate(-50%)rotate(-12deg)scale(1.6)}60%{opacity:1;transform:translate(-50%)rotate(-3deg)scale(.96)}to{opacity:1;transform:translate(-50%)rotate(-4deg)scale(1)}}@keyframes return-receipt-in{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:none}}@keyframes return-print{0%{clip-path:inset(0 0 100%)}to{clip-path:inset(0)}}@keyframes return-receipt-stamp{0%{opacity:0;transform:translate(-50%)rotate(-16deg)scale(1.7)}60%{opacity:1;transform:translate(-50%)rotate(-4deg)scale(.95)}to{opacity:1;transform:translate(-50%)rotate(-6deg)scale(1)}}@media (prefers-reduced-motion:reduce){.return-flow.is-closed,.return-flow *,.return-flow :before,.return-flow :after,.return-receipt-wrap,.return-receipt-wrap *,.return-card-hint *{transition:none!important;animation:none!important}.return-shot-scan,.return-shot-flash,.return-shot-developing{display:none}.return-shot-progress.is-indeterminate>span{opacity:.55;width:100%}.return-flow .return-spin{animation:2.4s linear infinite return-spin!important}.return-strip-tile:hover,a.return-receipt-photo:hover{transform:none}}

