@font-face{font-family:Vazirmatn;src:url(../media/Vazirmatn[wght].3knf6dhh8xxk6.woff2)format("woff2 supports variations"),url(../media/Vazirmatn[wght].3knf6dhh8xxk6.woff2)format("woff2-variations");font-weight:100 900;font-style:normal;font-display:swap}
:root{--bg:#f5f5f1;--surface:#fff;--surface-strong:#fff;--ink:#17162a;--body:#4a4a5c;--muted:#6e6e80;--faint:#8b8b9e;--line:#e4e4ee;--line-soft:#eeeef4;--line-row:#f3f3f8;--line-strong:#d9d9e6;--action:#2b23e5;--action-hover:#201aa8;--lime:#dfff00;--ok:#0b6b3a;--ok-bg:#e4f3ea;--warn:#8a5a00;--warn-bg:#f7efd8;--bad:#9a3a28;--bad-bg:#f0e5e3;--dot-ok:#18a05a;--accent:var(--action);--accent-2:var(--action);--accent-3:#c9a227;--radius-xl:0px;--radius-lg:0px;--radius-md:0px;--radius-sm:0px;--shadow:0 1px 3px #17162a12;--shadow-soft:none;--container:1180px;--font-sans:Vazirmatn, Tahoma, Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Consolas, monospace}*{box-sizing:border-box}html{background:var(--bg);min-height:100%;color:var(--ink)}body{min-height:100%;color:var(--ink);background:var(--bg);font-family:var(--font-sans);font-feature-settings:"tnum" on;-webkit-font-smoothing:antialiased;margin:0;font-size:13.5px;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{border:0}main{position:relative}.app-shell{min-height:100vh}.container{width:min(100% - 32px, var(--container));margin-inline:auto;padding-block:clamp(20px,3vw,36px)}.muted{color:var(--muted)}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.button,.ghost-button{cursor:pointer;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:8px 16px;font-size:13px;font-weight:700;line-height:1;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.button{color:#fff;background:var(--action);border:1px solid var(--action)}.button:hover,.button:focus-visible{background:var(--action-hover);border-color:var(--action-hover)}.button:disabled{cursor:not-allowed;opacity:.5}.ghost-button{border:1px solid var(--line-strong);color:var(--ink);background:var(--surface)}.ghost-button:hover,.ghost-button:focus-visible,.toolbar a[aria-current=page]{border-color:var(--action);color:var(--action)}.demo-banner{z-index:8;width:min(100% - 32px, var(--container));color:var(--warn);background:var(--warn-bg);border:1px solid var(--line);border-inline-start:3px solid var(--accent-3);text-align:start;margin:14px auto;padding:12px 18px;font-weight:600;position:relative}.demo-banner.ok{color:var(--ok);background:var(--ok-bg);border-inline-start-color:var(--dot-ok)}.demo-banner.bad{color:var(--bad);background:var(--bad-bg);border-inline-start-color:var(--bad)}.confirm-dialog{border:1px solid var(--line);background:var(--surface);width:calc(100% - 40px);max-width:360px;color:var(--ink);padding:22px;box-shadow:0 24px 60px #17162a2e}.confirm-dialog::backdrop{background:#17162a80}.confirm-dialog p{margin:0 0 18px;font-weight:600}.confirm-dialog-actions{justify-content:flex-end;gap:10px;display:flex}.admin-loading{gap:16px;padding:24px 0;display:grid}.skeleton-block{border:1px solid var(--line);background:linear-gradient(90deg, #fff 25%, var(--bg) 50%, #fff 75%);background-size:200% 100%;height:110px;animation:1.2s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.page-title{gap:4px;margin-bottom:clamp(18px,3vw,28px);display:grid}.page-title h1,.hero h1{color:var(--ink);letter-spacing:-.01em;margin:0;font-size:22px;font-weight:800;line-height:1.4}.page-title p,.hero p,.panel p,.card p,.metric span{margin:0}.page-title>p{color:var(--muted);font-size:13px}.section{margin-top:clamp(18px,3vw,28px)}.section-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:14px;display:flex}.section-header h2,.panel h2{color:var(--ink);margin:0;font-size:16px;font-weight:700;line-height:1.4}.section-header p{margin:2px 0 0;font-size:12.5px}.grid{gap:14px;display:grid}.cols-1{grid-template-columns:1fr}.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.panel,.card,.metric,.product-card{border:1px solid var(--line);background:var(--surface);position:relative;overflow:hidden}.panel,.card,.metric{padding:18px 20px}.card{align-content:start;gap:10px;transition:border-color .16s;display:grid}a.card:hover,a.card:focus-visible{border-color:var(--action)}.card h3,.product-body h3{margin:0;font-size:15px;font-weight:700;line-height:1.4}.card p{font-size:12.5px;line-height:1.7}.metric{align-content:start;gap:6px;display:grid}.metric>span{color:var(--muted);font-size:12.5px}.metric strong{letter-spacing:-.01em;overflow-wrap:anywhere;font-variant-numeric:tabular-nums;font-size:24px;font-weight:800;line-height:1.2;display:block}.table-wrap{border:1px solid var(--line);background:var(--surface);overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:720px}th,td{border-bottom:1px solid var(--line-row);text-align:start;vertical-align:middle;padding:12px 16px;font-size:13px}th{color:var(--faint);border-bottom:1px solid var(--line-soft);background:var(--surface);font-size:11.5px;font-weight:600}[dir=ltr] th{letter-spacing:.04em;text-transform:uppercase}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafaf7}td{font-variant-numeric:tabular-nums}label{color:var(--ink);gap:6px;font-size:13px;font-weight:600;display:grid}label small{color:var(--faint);font-size:11.5px;font-weight:400}input,select,textarea{width:100%;min-height:44px;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:0;outline:none;padding:10px 13px;font-weight:400;transition:border-color .16s,box-shadow .16s}input::placeholder,textarea::placeholder{color:var(--faint)}textarea{resize:vertical;min-height:112px}input:focus,select:focus,textarea:focus{border-color:var(--action);box-shadow:0 0 0 3px #2b23e51f}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.radio-row{flex-wrap:wrap;gap:10px;display:flex}.segmented-field{border:0;min-width:0;margin:0;padding:0}.segmented-field legend{color:var(--ink);margin-bottom:8px;font-weight:700}.radio-row label{border:1px solid var(--line-strong);background:var(--surface);cursor:pointer;align-items:center;gap:8px;padding:9px 13px;font-weight:500;display:inline-flex}.radio-row label:has(input:checked){border-color:var(--action);color:var(--action)}.radio-row input{width:auto;min-height:auto;accent-color:var(--action)}.status{align-items:center;padding:3px 9px;font-size:11.5px;font-weight:700;line-height:1.6;display:inline-flex}.status.ok{color:var(--ok);background:var(--ok-bg)}.status.warn{color:var(--warn);background:var(--warn-bg)}.status.bad{color:var(--bad);background:var(--bad-bg)}.hero{gap:12px;padding-block:clamp(12px,2vw,24px);display:grid}.hero-media{border:1px solid var(--line);background:var(--bg);overflow:hidden}.hero-media img{object-fit:cover;width:100%;height:100%}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.product-card{transition:border-color .16s}.product-card:hover{border-color:var(--action)}.product-image{aspect-ratio:4/3;background:var(--bg);overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-body{gap:10px;padding:16px;display:grid}.price{color:var(--ink);letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:18px;font-weight:800}.checkout-layout{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:20px;display:grid}.checkout-mobile-cta{display:none}.checkout-desktop-submit{display:contents}.order-delivery{border:1px solid var(--line);gap:6px;margin-top:16px;padding:16px;display:grid}.order-delivery address{color:var(--muted);font-style:normal;line-height:1.7}.admin-shell{background:var(--bg);min-height:100vh;display:flex}.admin-sidebar{z-index:40;background:var(--surface);border-inline-end:1px solid var(--line);flex-direction:column;flex:0 0 236px;max-height:100vh;display:flex;position:sticky;top:0}.admin-brand{border-bottom:1px solid var(--line-soft);direction:ltr;flex-direction:row-reverse;align-items:center;gap:10px;padding:18px 20px 16px;font-weight:800;display:flex}.admin-brand-mark{background:var(--action);flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid}.admin-brand-mark img{width:18px;height:19px}.admin-brand strong{letter-spacing:-.04em;font-size:15px;font-style:normal}.admin-sidenav{flex-direction:column;flex:1;gap:2px;padding:12px;display:flex;position:relative;overflow-y:auto}.admin-nav-label{color:var(--faint);padding:12px 10px 4px;font-size:10.5px;font-weight:600}[dir=ltr] .admin-nav-label{letter-spacing:.06em;text-transform:uppercase}.admin-nav-link{z-index:1;min-height:36px;color:var(--body);border-inline-start:3px solid #0000;align-items:center;gap:10px;padding:0 13px;font-size:13px;transition:background-color .12s,color .12s;display:flex;position:relative}.admin-nav-link svg{color:var(--faint);flex:none}.admin-nav-link:hover,.admin-nav-link:focus-visible{background:var(--bg);color:var(--ink)}.admin-nav-link[aria-current=page]{border-inline-start-color:var(--action);color:var(--action);background:#2b23e512;font-weight:700}.admin-nav-link[aria-current=page] svg{color:var(--action)}@media (prefers-reduced-motion:reduce){.admin-nav-link{transition:none;animation:none}}.admin-sidebar-user{border-top:1px solid var(--line-soft);align-items:center;gap:10px;margin-top:auto;padding:14px 20px;display:flex}.admin-user-avatar{width:30px;height:30px;color:var(--body);background:#f1f1f6;border-radius:50%;place-items:center;font-size:12px;font-weight:700;display:grid}.admin-user-meta{gap:1px;min-width:0;display:grid}.admin-user-meta b{white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:700;overflow:hidden}.admin-user-meta small{color:var(--faint);font-size:11px}.admin-main{flex-direction:column;flex:1;min-width:0;display:flex}.admin-topbar{z-index:30;background:var(--surface);border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:12px clamp(16px,3vw,32px);display:flex;position:sticky;top:0}.admin-store-name{align-items:baseline;gap:12px;min-width:0;display:flex}.admin-store-name strong{font-size:15px;font-weight:800}.admin-store-name span{color:var(--faint);direction:ltr;font-size:12px}.admin-topbar-actions{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.admin-topbar-link{min-height:36px;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);cursor:pointer;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:600;transition:border-color .16s,color .16s;display:inline-flex}.admin-topbar-link:hover,.admin-topbar-link:focus-visible{border-color:var(--action);color:var(--action)}.admin-logout{color:var(--bad)}.admin-main .container{width:min(100% - 32px, var(--container))}.frontage-home{--frontage-bg:#2b23e5;--frontage-fg:#fff;--frontage-primary:#dfff00;--frontage-muted:#ffffffc7;--frontage-line:#ffffff29;isolation:isolate;min-height:100vh;color:var(--frontage-fg);background:var(--frontage-bg);font-feature-settings:"ss01" on, "tnum" on;position:relative;overflow-x:hidden}.frontage-home:before{z-index:1;top:0;content:"";background:linear-gradient(90deg, #2b23e575 0%, #2b23e58f 38%, #2b23e58f 62%, #2b23e575 100%), linear-gradient(0deg, var(--frontage-bg) 0%, #2b23e58f 8%, #2b23e524 18%, transparent 30%);pointer-events:none;height:clamp(760px,96svh,1120px);position:absolute;inset-inline:0}.frontage-hero-art{z-index:0;object-fit:cover;object-position:center;pointer-events:none;height:clamp(760px,96svh,1120px)!important}@keyframes frontage-hero-reveal{0%{opacity:0;clip-path:inset(0 0 18%);transform:translateY(26px)}to{opacity:1;clip-path:inset(0);transform:translateY(0)}}.frontage-home>*{z-index:2;position:relative}.frontage-home>.frontage-hero-art{z-index:0}.frontage-home a,.frontage-home button{color:inherit}.frontage-actions,.frontage-cta>div{align-items:center;display:flex}.frontage-kicker,.frontage-section-head span,.frontage-integrations>div>span,.frontage-steps>span,.frontage-pricing>span{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.frontage-plain:hover{color:var(--frontage-primary)}.frontage-primary,.frontage-secondary,.frontage-plain{border:2px solid var(--frontage-fg);text-transform:uppercase;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:0 22px;font-weight:900;line-height:1;transition:transform .16s,background-color .16s,color .16s,border-color .16s;display:inline-flex}.frontage-primary{border-color:var(--frontage-primary);color:var(--frontage-bg);background:var(--frontage-primary)}.frontage-secondary{color:var(--frontage-fg);background:0 0}.frontage-primary:hover,.frontage-secondary:hover{transform:translateY(-2px)}.frontage-secondary:hover{border-color:var(--frontage-primary);color:var(--frontage-primary)}.frontage-xl{min-height:76px;padding-inline:clamp(26px,4vw,48px);font-size:clamp(1rem,1.7vw,1.25rem)}.frontage-hero,.frontage-section,.frontage-integrations,.frontage-steps,.frontage-pricing,.frontage-cta,.frontage-footer{width:min(100% - 40px,1800px);margin-inline:auto}.frontage-hero{grid-template-columns:minmax(0,1fr);align-items:center;min-height:min(860px,100svh);padding:clamp(130px,13vw,200px) 0 clamp(64px,8vw,120px);display:grid}.frontage-hero>div{box-sizing:border-box;width:min(100%,760px);max-width:760px;animation:.72s cubic-bezier(.16,1,.3,1) both frontage-hero-reveal}.frontage-hero h1,.frontage-section-head h2,.frontage-steps h2,.frontage-pricing h2,.frontage-cta h2{letter-spacing:-.02em;margin:0;font-family:inherit;font-weight:900}.frontage-hero h1{max-width:900px;margin-top:28px;font-size:clamp(3rem,6.8vw,6.5rem);line-height:1.06}[data-lang=en] .frontage-hero h1{letter-spacing:-.04em;max-width:820px;font-size:clamp(2.55rem,5.9vw,6rem);line-height:1.04}.frontage-hero h1 span{white-space:nowrap;display:block}.frontage-hero h1 .is-accent{color:var(--frontage-primary)}.frontage-lede{color:#ffffffeb;text-wrap:pretty;max-width:560px;margin:24px 0 0;font-size:clamp(1.1rem,1.6vw,1.3rem);font-weight:500;line-height:1.9}.frontage-actions{flex-wrap:wrap;align-items:stretch;gap:14px;margin-top:34px}.frontage-actions>a{min-width:220px}.frontage-quote{border-bottom:2px solid var(--frontage-line);width:min(100% - 40px,1800px);margin:0 auto;padding:clamp(42px,6vw,84px) 0}.frontage-quote blockquote{letter-spacing:-.01em;max-width:980px;margin:0;font-size:clamp(1.8rem,3.6vw,3.4rem);font-weight:800;line-height:1.35}.frontage-quote cite{color:var(--frontage-primary);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin-top:24px;font-size:.88rem;font-style:normal;font-weight:900;display:block}.frontage-section,.frontage-integrations,.frontage-steps,.frontage-pricing{padding:clamp(72px,9vw,150px) 0}.frontage-section-head{border-bottom:2px solid var(--frontage-fg);padding-bottom:42px}.frontage-section-head span,.frontage-integrations>div>span,.frontage-steps>span,.frontage-pricing>span,.frontage-kicker{color:var(--frontage-primary)}.frontage-section-head h2{max-width:980px;margin-top:20px;font-size:clamp(2.6rem,6vw,6.5rem);line-height:1.12}.frontage-section-head p,.frontage-integrations p,.frontage-steps p,.frontage-cta p{max-width:860px;color:var(--frontage-muted);margin:22px 0 0;font-size:clamp(1.05rem,1.6vw,1.4rem);font-weight:500;line-height:1.7}.frontage-feature-grid{border-top:2px solid var(--frontage-line);border-inline-start:2px solid var(--frontage-line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.frontage-feature-grid article{border-inline-end:2px solid var(--frontage-line);border-bottom:2px solid var(--frontage-line);min-height:310px;padding:clamp(28px,3vw,48px);transition:background-color .16s,color .16s}.frontage-feature-grid article:hover{color:var(--frontage-bg);background:var(--frontage-fg)}.frontage-feature-grid article:hover p{color:#2b23e5b8}.frontage-feature-grid svg{float:inline-end;color:var(--frontage-primary)}.frontage-feature-grid h3{clear:both;letter-spacing:-.02em;margin:72px 0 14px;font-size:clamp(1.5rem,2.2vw,2.1rem);font-weight:900;line-height:1.25}.frontage-feature-grid p{color:var(--frontage-muted);margin:0;font-size:1rem;font-weight:500;line-height:1.7}.frontage-integrations{background:#ffffff0f;grid-template-columns:minmax(0,.75fr) minmax(420px,1fr);gap:44px;padding-inline:clamp(24px,4vw,56px);display:grid}.frontage-integrations h2,.frontage-steps h2,.frontage-pricing h2,.frontage-cta h2{margin-top:14px;font-size:clamp(2.3rem,4.6vw,4.4rem);line-height:1.15}.frontage-integrations h2{letter-spacing:-.02em;margin:14px 0 0;font-family:inherit;font-weight:900}.frontage-integration-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.frontage-integration-grid article{border:1px solid var(--frontage-line);text-align:center;background:#ffffff0b;place-items:center;gap:10px;min-height:150px;padding:18px;display:grid}.frontage-integration-grid article:hover{border-color:var(--frontage-primary)}.frontage-integration-grid svg{color:var(--frontage-primary)}.frontage-integration-grid small{color:var(--frontage-muted)}.frontage-steps,.frontage-pricing{text-align:center}.frontage-steps>div,.frontage-pricing>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:54px;display:grid}.frontage-steps article,.frontage-pricing article{border:2px solid var(--frontage-line);background:#ffffff0b;padding:clamp(24px,4vw,42px);position:relative}.frontage-steps article b{top:18px;width:42px;height:42px;color:var(--frontage-bg);background:var(--frontage-primary);place-items:center;display:grid;position:absolute;inset-inline-start:18px}.frontage-steps svg{color:var(--frontage-primary);margin-top:24px}.frontage-steps h3,.frontage-pricing h3{margin:22px 0 0;font-size:clamp(1.4rem,2.2vw,1.9rem);font-weight:900}.frontage-steps p{margin-inline:auto;font-size:1rem}.frontage-pricing article{text-align:start;flex-direction:column;display:flex}.frontage-pricing article.is-featured{color:var(--frontage-bg);background:var(--frontage-primary);border-color:var(--frontage-primary)}.frontage-pricing article p{align-items:end;gap:10px;margin:22px 0;display:flex}.frontage-pricing article p strong{font-variant-numeric:tabular-nums;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1}.frontage-pricing article p span{color:var(--frontage-muted);margin-bottom:7px}.frontage-pricing article.is-featured p span{color:#2b23e5b8}.frontage-pricing ul{flex:1;gap:12px;margin:0 0 28px;padding:0;list-style:none;display:grid}.frontage-pricing li{color:var(--frontage-muted);align-items:flex-start;gap:10px;font-weight:600;display:flex}.frontage-pricing article.is-featured li{color:#2b23e5c7}.frontage-pricing li svg{color:var(--frontage-primary);flex:none}.frontage-pricing article.is-featured li svg{color:var(--frontage-bg)}.frontage-pricing .frontage-primary,.frontage-pricing .frontage-secondary{width:100%}.frontage-pricing article.is-featured .frontage-primary{border-color:var(--frontage-bg);color:var(--frontage-primary);background:var(--frontage-bg)}.frontage-cta{color:var(--frontage-bg);background:radial-gradient(circle at 1px 1px, #2b23e521 1px, transparent 0), var(--frontage-primary);text-align:center;background-size:24px 24px;place-items:center;margin-bottom:clamp(44px,7vw,92px);padding:clamp(46px,8vw,96px);display:grid}.frontage-cta p{color:#2b23e5b8}.frontage-cta>div{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:34px}.frontage-cta .frontage-primary{border-color:var(--frontage-bg);color:var(--frontage-primary);background:var(--frontage-bg)}.frontage-plain{color:var(--frontage-bg);background:0 0;border-color:#0000}.frontage-footer{color:var(--frontage-muted);border-top:1px solid var(--frontage-line);justify-content:space-between;align-items:center;gap:18px;padding:26px 0 0;display:flex}.frontage-footer strong{color:var(--frontage-fg);letter-spacing:-.06em;font-size:1.8rem;font-weight:900}.frontage-visual-stories{width:min(100% - 40px,1800px);margin:0 auto;padding:clamp(72px,9vw,150px) 0}.frontage-visual-stories-head{border-bottom:2px solid var(--frontage-fg);gap:18px;max-width:980px;padding-bottom:42px;display:grid}.frontage-visual-stories-head span{color:var(--frontage-primary);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.frontage-visual-stories-head h2{letter-spacing:-.02em;margin:0;font-family:inherit;font-size:clamp(2.6rem,6vw,6.5rem);font-weight:900;line-height:1.12}.frontage-visual-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:36px;display:grid}.frontage-visual-grid article{border:2px solid var(--frontage-line);background:#00000014;grid-template-rows:auto 1fr;min-width:0;display:grid}.frontage-visual-grid article img{aspect-ratio:4/3;object-fit:cover;filter:saturate(1.08)contrast(1.04);width:100%;display:block}.frontage-visual-grid article>div{align-content:start;gap:10px;padding:22px;display:grid}.frontage-visual-grid h3{margin:0;font-size:clamp(1.3rem,2vw,1.9rem);font-weight:900;line-height:1.25}.frontage-visual-grid p{color:var(--frontage-muted);margin:0;font-size:1rem;font-weight:500;line-height:1.7}.frontage-auth{background:var(--surface);min-height:100vh;color:var(--ink);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);display:grid}.frontage-auth-form-panel{flex-direction:column;justify-content:center;padding:clamp(28px,6vh,56px) clamp(24px,6vw,64px);display:flex}.frontage-auth-form-panel>*{width:min(100%,460px);margin-inline:auto}.frontage-auth-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.frontage-auth-back{width:36px;height:36px;color:var(--text-secondary,#666);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.frontage-auth-back:hover{background:var(--bg-hover,#0000000f);color:var(--text-primary,#111)}[dir=rtl] .frontage-auth-back svg{transform:scaleX(-1)}.frontage-auth-logo{direction:ltr;flex-direction:row-reverse;align-items:center;gap:10px;display:inline-flex}.frontage-auth-logo .admin-brand-mark{width:30px;height:30px}.frontage-auth-logo .admin-brand-mark img{width:18px;height:19px}.frontage-auth-logo strong{letter-spacing:-.04em;font-size:16px;font-style:normal;font-weight:800}.frontage-auth-lang{min-height:38px;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);cursor:pointer;padding:0 14px;font-size:12px;font-weight:700;transition:border-color .16s,color .16s}.frontage-auth-lang:hover,.frontage-auth-lang:focus-visible{border-color:var(--action);color:var(--action)}.frontage-auth-card{gap:8px;display:grid}.frontage-auth-card h1{letter-spacing:-.01em;margin:0;font-size:24px;font-weight:800;line-height:1.4}.frontage-auth-lede{color:var(--muted);margin:0 0 16px;font-size:13.5px;line-height:1.8}.frontage-auth-form{gap:16px;margin-top:2px;display:grid}.otp-fieldset{border:0;margin:0;padding:0}.otp-fieldset legend{margin-bottom:8px;font-weight:700}.otp-inputs{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:8px;display:grid}.otp-inputs input{text-align:center;min-width:0;height:54px;padding:0;font-size:1.4rem;font-weight:800}.frontage-auth-form label span{color:var(--ink);font-size:13px;font-weight:600}.frontage-auth-help{color:var(--faint);margin:0;font-size:11.5px;font-weight:400;line-height:1.6}.frontage-auth-submit{width:100%;min-height:48px;margin-top:4px;font-size:14.5px}.frontage-auth-switch{color:var(--muted);text-align:center;margin:22px 0 0;font-size:13px}.frontage-auth-switch a{color:var(--action);font-weight:700}.frontage-auth .demo-banner{width:100%;margin:0 0 4px}.frontage-auth-brand-panel{color:#fff;background-position:50%;background-size:cover;flex-direction:column;justify-content:flex-end;gap:14px;padding:48px;display:flex;position:relative}.frontage-auth-login{background-image:linear-gradient(#2b23e552,#2b23e566),url(/img/frontage-auth-login.webp)}.frontage-auth .frontage-auth-top,.frontage-auth .frontage-auth-card,.frontage-auth-brand-panel>*{animation:.56s cubic-bezier(.16,1,.3,1) both frontage-auth-enter}.frontage-auth .frontage-auth-card{animation-delay:90ms}.frontage-auth-brand-panel>:nth-child(2){animation-delay:.12s}.frontage-auth-brand-panel>:nth-child(3){animation-delay:.18s}@keyframes frontage-auth-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.frontage-auth-signup{background-image:linear-gradient(#2b23e54d,#2b23e561),url(/img/frontage-auth-signup.webp)}.frontage-auth-brand-dash{background:var(--lime);width:34px;height:5px}.frontage-auth-brand-quote{letter-spacing:-.01em;margin:0;font-size:clamp(20px,2.4vw,26px);font-weight:800;line-height:1.5}.frontage-auth-brand-cite{color:#ffffffb8;margin:0;font-size:12.5px;font-weight:600}.frontage-auth-points{color:#ffffffd9;gap:10px;margin:6px 0 0;padding:0;font-size:13px;list-style:none;display:grid}.frontage-auth-points li{align-items:center;gap:9px;display:flex}.frontage-auth-points li:before{content:"";background:var(--lime);flex:none;width:7px;height:7px}@media (prefers-reduced-motion:reduce){.frontage-auth .frontage-auth-top,.frontage-auth .frontage-auth-card,.frontage-auth-brand-panel>*{animation:none}}.plan-hero{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.plan-hero h2{margin:4px 0}.usage-meter{background:var(--line);width:min(240px,100%);height:8px;margin-top:10px;overflow:hidden}.usage-meter-fill{background:var(--action);height:100%;transition:width .32s}.plan-card{border:1px solid var(--line);background:var(--surface);align-content:start;gap:12px;padding:18px 20px;display:grid}.plan-card ul{color:var(--muted);gap:6px;margin:0;padding-inline-start:20px;display:grid}.plan-price{font-variant-numeric:tabular-nums;margin:0;font-size:18px;font-weight:800}.plan-card.is-featured{border-color:var(--action);box-shadow:0 0 0 1px var(--action)}.plan-card.is-current{border-inline-start:3px solid var(--action)}.store-status-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.theme-picker{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-top:10px;display:grid}.theme-card{border:1px solid var(--line);cursor:pointer;gap:8px;padding:12px;transition:border-color .16s;display:grid}.theme-card:hover{border-color:var(--line-strong)}.theme-card:has(input:checked){border-color:var(--action);box-shadow:0 0 0 1px var(--action)}.theme-card input{width:auto;min-height:0;accent-color:var(--action);justify-self:start}.theme-preview{border:1px solid var(--line);gap:6px;padding:8px;display:grid}.theme-preview-header{border:1px solid;border-radius:4px;align-items:center;gap:6px;height:12px;padding:0 6px;display:flex}.theme-preview-header span{border-radius:3px;width:10px;height:6px}.theme-preview-hero{height:30px}.theme-preview-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.theme-preview-grid span{height:22px;display:block}.wizard-steps{margin-bottom:6px}.wizard-skip{margin-top:12px}.wizard-qr-panel{align-content:center;justify-items:center;display:grid}.wizard-compliance-card{max-width:420px;min-height:auto;margin-top:16px}.copy-link-input{flex:1;min-width:220px}.onboarding-task-action{justify-self:start;margin-top:auto}@media (max-width:980px){.section-header{flex-direction:column;align-items:flex-start}.hero,.checkout-layout,.frontage-auth{grid-template-columns:1fr}.frontage-auth-brand-panel{display:none}.cols-4,.cols-3,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shell{flex-direction:column}.admin-sidebar{border-inline-end:0;border-bottom:1px solid var(--line);flex:none;max-height:none;position:static}.admin-brand{border-bottom:0;padding:12px 16px}.admin-sidenav{-webkit-overflow-scrolling:touch;flex-flow:row;gap:4px;padding:0 12px 12px;overflow-x:auto}.admin-nav-label{display:none}.admin-nav-link{border:1px solid var(--line);white-space:nowrap;flex:none;min-height:40px;padding:0 12px}.admin-nav-link[aria-current=page]{border:1px solid var(--action)}.admin-sidebar-user{display:none}}@media (max-width:680px){.container,.demo-banner{width:min(100% - 22px, var(--container))}.toolbar{width:100%}.button,.ghost-button{flex:auto}.cols-2,.cols-3,.cols-4,.product-grid,.form-grid{grid-template-columns:1fr}.cart-table-wrap{background:0 0;border:0;overflow:visible}.cart-table{min-width:0}.cart-table thead{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.cart-table tbody,.cart-table tr,.cart-table td{width:100%;display:block}.cart-table tbody{gap:12px;display:grid}.cart-table tr{border:1px solid var(--line);background:var(--surface);padding:12px}.cart-table td{border-bottom:1px solid var(--line);grid-template-columns:minmax(90px,.7fr) minmax(0,1fr);align-items:center;gap:12px;padding:10px 0;display:grid}.cart-table td:before{content:attr(data-label);color:var(--muted);font-size:.78rem;font-weight:600}.cart-table td:last-child{border-bottom:0}.cart-table .cart-quantity .toolbar,.cart-table .cart-actions form,.cart-table .cart-actions button{width:100%}.cart-table .cart-empty{border:0;display:block}.cart-table .cart-empty:before{content:none}.cart-checkout{padding-bottom:94px}.checkout-mobile-cta{inset-inline:11px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:70;color:var(--ink);background:var(--surface);border:2px solid var(--action);grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:10px;padding:10px;display:grid;position:fixed;box-shadow:0 18px 44px #0000003d}.checkout-mobile-cta span{color:var(--muted);gap:2px;font-size:.72rem;font-weight:600;display:grid}.checkout-mobile-cta strong{color:var(--ink);font-size:1rem}.checkout-mobile-cta .button{width:100%;min-width:0}.checkout-desktop-submit{display:none}}@media (max-width:1100px){.frontage-hero,.frontage-integrations{grid-template-columns:1fr}.frontage-hero h1{max-width:100%;font-size:clamp(2.8rem,6.4vw,5.6rem)}[data-lang=en] .frontage-hero h1{max-width:760px;font-size:clamp(2.35rem,5.4vw,5.2rem)}.frontage-feature-grid,.frontage-steps>div,.frontage-pricing>div{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.frontage-hero,.frontage-section,.frontage-visual-stories,.frontage-integrations,.frontage-steps,.frontage-pricing,.frontage-cta,.frontage-footer,.frontage-quote{width:min(100% - 24px,1800px)}.frontage-primary,.frontage-secondary,.frontage-plain{min-height:44px;padding-inline:14px;font-size:.82rem}.frontage-hero h1{font-size:clamp(2.4rem,13vw,4.2rem)}[data-lang=en] .frontage-hero h1{font-size:clamp(2rem,11vw,3.6rem)}.frontage-home:before{height:max(760px,100svh)}.frontage-hero-art{object-position:58% center;height:max(760px,100svh)!important}.frontage-hero{min-height:100svh;padding-top:120px}.frontage-hero>div{max-width:100%;padding:24px 18px}.frontage-actions>a{width:100%;min-width:0}.frontage-feature-grid,.frontage-visual-grid,.frontage-integration-grid,.frontage-steps>div,.frontage-pricing>div{grid-template-columns:1fr}.frontage-integrations{padding-inline:18px}.frontage-cta{padding-inline:22px}.frontage-footer{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
