@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");html body,html:root{width:100%;height:auto;min-height:100%}html body{overflow-x:hidden;overflow-y:auto;overscroll-behavior:auto;background:var(--canvas)}a{color:inherit}a,a:hover{text-decoration:none}.site-shell{display:flex;flex-direction:column;min-height:100vh}.site-main{width:min(100%,1120px);margin:0 auto;padding:16px 18px calc(var(--nav-height) + env(safe-area-inset-bottom) + 32px);flex:1 1}.page-title{margin:6px 0 14px;font-family:Space Grotesk,sans-serif;font-size:22px}.page-sub{margin:-8px 0 16px;color:var(--muted);font-size:13px;line-height:1.5}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--hairline);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;width:min(100%,1120px);margin:0 auto;padding:10px 18px}.site-header .search-box{height:44px}.site-header-actions{display:flex;align-items:center;gap:2px}.header-icon{position:relative;display:grid;width:44px;height:44px;min-height:44px;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--ink);font-size:22px}.header-icon:hover{background:#eef0ea}.site-nav{display:none}.brand-link{display:inline-flex;align-items:center}.site-footer{border-top:1px solid var(--hairline);background:var(--surface)}.site-footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;width:min(100%,1120px);margin:0 auto;padding:20px 18px calc(var(--nav-height) + 20px);color:var(--muted);font-size:12px}.site-footer-links{display:flex;flex-wrap:wrap;gap:16px}.site-footer-links a{color:var(--green);font-weight:700}.page-error{background:#f9e4df;color:var(--danger)}.page-error,.page-notice{margin:14px 0;padding:13px 15px;border-radius:var(--r-md);font-size:13px;line-height:1.45}.page-notice{background:#eaf3ef;color:var(--green)}.load-more{display:flex;justify-content:center;margin:18px 0 4px}.load-more button{min-height:46px;padding:0 26px;border:1px solid var(--line);border-radius:var(--r-pill);background:#fff;font-size:13px;font-weight:700}.load-more button:disabled{opacity:.55}.catalog-layout{display:grid;gap:16px;min-width:0}.catalog-layout>*{min-width:0}.filters-toggle{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 16px;border:1px solid var(--line);border-radius:var(--r-pill);background:#fff;font-size:12px;font-weight:700}.filters-panel{display:grid;min-width:0;gap:12px;padding:16px;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;box-shadow:var(--sh-1)}.filters-panel label{display:grid;gap:5px;color:var(--muted);font-size:11px;font-weight:800}.filters-panel input,.filters-panel select{width:100%;min-width:0;height:44px;padding:0 12px;border:1px solid var(--line);border-radius:var(--r-sm);box-sizing:border-box;background:#fff;color:var(--ink);font-size:13px;outline:0}.filters-panel input:focus,.filters-panel select:focus{border-color:var(--green)}.filters-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0}.filters-check{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:12px;font-weight:700}.filters-check input{width:18px;height:18px;accent-color:var(--green)}.filters-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0}.filters-actions button{width:100%;min-width:0;min-height:44px;padding:0 8px;border-radius:var(--r-sm);font-size:13px;font-weight:700;border:1px solid var(--line);background:#fff}.filters-actions button.apply{border:0;background:var(--green);color:#fff}.result-count{color:var(--muted);font-size:12px}.catalog-backoffice{display:grid;gap:18px;padding-bottom:28px}.backoffice-hero{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:clamp(24px,4vw,42px);border:1px solid #173e31;border-radius:28px;background:radial-gradient(circle at 88% 18%,rgba(249,199,61,.28),transparent 28%),linear-gradient(135deg,#102d25,#174b3b);color:#fff;box-shadow:0 24px 70px rgba(13,46,36,.16)}.backoffice-hero>div{max-width:720px}.backoffice-hero small,.panel-heading small{color:#efbf3d;font-size:10px;font-weight:900;letter-spacing:.14em}.backoffice-hero h1{margin:10px 0 8px;font-family:Space Grotesk,sans-serif;font-size:clamp(28px,5vw,48px);line-height:1.02}.backoffice-hero p{margin:0;max-width:650px;color:#c5dbd3;font-size:14px;line-height:1.65}.backoffice-live{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:10px 13px;border:1px solid rgba(255,255,255,.18);border-radius:var(--r-pill);background:rgba(255,255,255,.08);color:#d9eee7;font-size:11px;font-weight:800}.backoffice-live i{width:8px;height:8px;border-radius:50%;background:#54d99b;box-shadow:0 0 0 5px rgba(84,217,155,.14)}.backoffice-tabs{display:inline-flex;justify-self:start;gap:5px;padding:5px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:#fff;box-shadow:var(--sh-1)}.backoffice-tabs button{min-height:40px;padding:0 18px;border:0;border-radius:var(--r-pill);background:transparent;color:var(--muted);font-size:12px;font-weight:800}.backoffice-tabs button.on{background:var(--green);color:#fff}.backoffice-alert{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:var(--r-md);font-size:12px;font-weight:700}.backoffice-alert.error{background:#f9e4df;color:var(--danger)}.backoffice-alert.success{background:#e4f5ec;color:var(--green)}.backoffice-alert a{text-decoration:underline}.backoffice-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.backoffice-stats article{display:grid;gap:2px;min-width:0;padding:17px 18px;border:1px solid var(--hairline);border-radius:18px;background:#fff;box-shadow:var(--sh-1)}.backoffice-stats span{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.backoffice-stats strong{margin:3px 0;font-family:Space Grotesk,sans-serif;font-size:28px}.backoffice-stats small{color:var(--muted);font-size:10px}.backoffice-workspace{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.35fr);align-items:start;gap:16px}.manifest-panel,.promotion-editor,.promotion-library{min-width:0;padding:20px;border:1px solid var(--hairline);border-radius:22px;background:#fff;box-shadow:var(--sh-1)}.promotion-editor{position:sticky;top:82px;display:grid;gap:13px}.panel-heading{display:flex;align-items:start;justify-content:space-between;gap:12px;margin-bottom:4px}.panel-heading h2{margin:3px 0 0;font-family:Space Grotesk,sans-serif;font-size:21px}.text-action{min-height:36px;padding:0 7px;border:0;background:transparent;color:var(--green);font-size:11px;font-weight:800}.manifest-panel label,.promotion-editor label{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.promotion-editor input,.promotion-editor select,.promotion-filters select{width:100%;min-width:0;height:44px;padding:0 11px;border:1px solid var(--line);border-radius:12px;box-sizing:border-box;background:#fff;color:var(--ink);font:inherit;font-size:12px;outline:0}.promotion-editor input:focus,.promotion-editor select:focus,.promotion-filters select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(22,91,68,.08)}.form-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.promotion-editor .promotion-check{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:11px;text-transform:none}.promotion-check input{width:18px;height:18px;accent-color:var(--green)}.editor-note{margin:-2px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.promotion-library{display:grid;gap:14px}.promotion-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.promotion-list{display:grid;gap:10px}.promotion-row{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(180px,.9fr) auto;align-items:center;gap:16px;padding:16px;border:1px solid var(--hairline);border-radius:16px;background:#fbfcfa}.promotion-row-main{min-width:0}.promotion-row-main>small{display:block;margin:8px 0 3px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.promotion-row h3{margin:0 0 7px;font-family:Space Grotesk,sans-serif;font-size:16px}.promotion-status{display:inline-flex;padding:5px 8px;border-radius:var(--r-pill);background:#edf0eb;color:var(--muted);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.promotion-status.active{background:#dff4e9;color:#0e704a}.promotion-status.scheduled{background:#e8e7ff;color:#5a4ae3}.promotion-status.paused{background:#fff0d8;color:#a65c00}.promotion-status.expired,.promotion-status.sold_out{background:#f3e4e0;color:#9d4737}.promotion-price{display:flex;align-items:baseline;gap:8px}.promotion-price strong{color:var(--green);font-size:16px}.promotion-price del{color:var(--muted);font-size:11px}.promotion-window{display:grid;gap:3px;min-width:0}.promotion-window>span{color:var(--muted);font-size:9px;font-weight:900;text-transform:uppercase}.promotion-window b{font-size:11px}.promotion-window small{color:var(--muted);font-size:9px;line-height:1.4}.promotion-progress{height:5px;margin-top:7px;overflow:hidden;border-radius:var(--r-pill);background:#e6eae5}.promotion-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green),#52c997)}.promotion-actions{display:grid;gap:6px}.promotion-actions button{min-width:72px;min-height:36px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:10px;font-weight:800}.promotion-actions button.danger{color:var(--danger)}.promotion-actions button.success{color:var(--green)}.backoffice-empty{padding:32px 16px;border:1px dashed var(--line);border-radius:14px;color:var(--muted);font-size:12px;text-align:center}.manifest-panel{display:grid;gap:12px;max-width:900px}.manifest-panel>p{margin:0 0 4px;color:var(--muted);font-size:12px;line-height:1.5}.manifest-panel textarea{min-height:360px;padding:16px;resize:vertical;border:1px solid var(--line);border-radius:var(--r-md);background:#18201d;color:#d8eee5;font:12px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.commerce-import-result{display:grid;gap:4px;padding:16px;border:1px solid #b9dbc9;border-radius:var(--r-md);background:#eaf3ef;color:var(--green)}.commerce-import-result span{font-size:12px}@media (max-width:860px){.backoffice-hero{align-items:start;flex-direction:column}.backoffice-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.backoffice-workspace{grid-template-columns:1fr}.promotion-editor{position:static}}@media (max-width:600px){.backoffice-hero{padding:24px 20px;border-radius:20px}.backoffice-hero h1{font-size:31px}.backoffice-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.backoffice-tabs button{padding:0 10px}.backoffice-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.backoffice-stats article{padding:14px}.manifest-panel,.promotion-editor,.promotion-library{padding:16px;border-radius:18px}.promotion-row{grid-template-columns:1fr}.promotion-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.promotion-actions button{width:100%}.form-pair,.promotion-filters{grid-template-columns:1fr}.backoffice-alert{align-items:start;flex-direction:column}}.bo-login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 15% 10%,rgba(108,99,255,.18),transparent 28%),radial-gradient(circle at 90% 90%,rgba(32,176,144,.18),transparent 26%),#f4f5f1}.bo-login-card{width:min(100%,460px);display:grid;gap:16px;padding:36px;border:1px solid var(--hairline);border-radius:28px;background:#fff;box-shadow:0 32px 100px rgba(16,32,27,.14)}.bo-login-card h1,.bo-page-heading h1{margin:0;font-family:Space Grotesk,sans-serif;color:#111827}.bo-login-card p,.bo-page-heading p{margin:0;color:var(--muted);line-height:1.6}.bo-editor-panel label,.bo-form-grid label,.bo-login-card label{display:grid;gap:7px;color:#35413d;font-size:11px;font-weight:800}.bo-editor-panel input,.bo-editor-panel select,.bo-heading-actions input,.bo-login-card input,.bo-tabs select,.bo-topbar select{width:100%;min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:#fff;color:#101b17;font:inherit}.bo-recovery-links{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:12px}.bo-recovery-links a{color:var(--forest);font-weight:700;text-decoration:none}.bo-recovery-links a:hover{text-decoration:underline}.bo-kicker{color:#6558ff;font-size:10px;font-weight:900;letter-spacing:.16em}.bo-primary{min-height:46px;padding:0 20px;border:0;border-radius:12px;background:#6257ff;color:#fff;font-weight:900;cursor:pointer}.bo-primary.compact{min-height:40px;width:max-content}.bo-primary:disabled{opacity:.55;cursor:wait}.bo-shell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr);background:#f5f6f2;color:#111827}.bo-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:28px;padding:26px 18px;background:#102d25;color:#fff}.bo-brand{display:grid;gap:2px;padding:0 12px}.bo-brand strong{font-family:Space Grotesk,sans-serif;font-size:24px}.bo-brand span{color:#91b2a6;font-size:10px;letter-spacing:.14em;text-transform:uppercase}.bo-sidebar nav{display:grid;gap:5px}.bo-sidebar nav a{padding:12px 14px;border-radius:12px;color:#bfd2cb;font-size:12px;font-weight:750}.bo-sidebar nav a.active,.bo-sidebar nav a:hover{background:rgba(255,255,255,.11);color:#fff}.bo-sidebar nav a.active{box-shadow:inset 3px 0 #f5c847}.bo-logout{margin-top:auto;min-height:42px;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:transparent;color:#bfd2cb}.bo-content{min-width:0}.bo-topbar{position:sticky;z-index:20;top:0;min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px clamp(18px,4vw,42px);border-bottom:1px solid var(--hairline);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.bo-topbar>div{display:grid;gap:2px}.bo-topbar small{color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.12em}.bo-topbar strong{font-size:14px}.bo-topbar label{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:10px;font-weight:800}.bo-topbar select{min-width:250px}.bo-main{padding:clamp(20px,4vw,42px)}.bo-page{display:grid;gap:20px;max-width:1440px;margin:0 auto}.bo-page-heading{display:grid;gap:9px}.bo-page-heading h1{max-width:900px;font-size:clamp(30px,4vw,48px);line-height:1.03}.bo-page-heading p{max-width:780px}.bo-page-heading .bo-primary{margin-top:5px}.bo-alert{padding:14px 16px;border-radius:13px;font-size:12px;font-weight:750}.bo-alert.error{background:#f9e4df;color:#a33726}.bo-alert.success{background:#e3f5ec;color:#126144}.bo-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.bo-stat-grid article{display:grid;gap:3px;padding:20px;border:1px solid var(--hairline);border-radius:18px;background:#fff;box-shadow:var(--sh-1)}.bo-stat-grid span{color:var(--muted);font-size:10px;font-weight:850;text-transform:uppercase}.bo-stat-grid strong{margin:4px 0;font-family:Space Grotesk;font-size:28px}.bo-stat-grid small{color:var(--muted);font-size:10px}.bo-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.bo-action-grid a{min-height:210px;display:flex;flex-direction:column;padding:25px;border:1px solid var(--hairline);border-radius:22px;background:#fff;box-shadow:var(--sh-1);transition:transform .18s,box-shadow .18s}.bo-action-grid a:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(18,49,39,.11)}.bo-action-grid small{color:#6558ff;font-size:9px;font-weight:900;letter-spacing:.12em}.bo-action-grid h2{margin:10px 0 7px;font-family:Space Grotesk;font-size:23px}.bo-action-grid p{max-width:460px;margin:0;color:var(--muted);line-height:1.55}.bo-action-grid b{margin-top:auto;color:#1b6b51;font-size:12px}.bo-editor-panel{display:grid;gap:17px;padding:22px;border:1px solid #cfcafc;border-radius:22px;background:#fff;box-shadow:0 18px 55px rgba(58,48,170,.09)}.bo-panel-title{display:flex;align-items:start;justify-content:space-between;gap:20px}.bo-panel-title small{color:#6558ff;font-size:9px;font-weight:900;letter-spacing:.12em}.bo-panel-title h2{margin:4px 0 0;font-family:Space Grotesk}.bo-panel-title button{border:0;background:transparent;color:var(--muted)}.bo-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bo-rich-label{gap:9px!important}.bo-check{display:flex!important;align-items:center;gap:8px!important}.bo-check input{width:18px;min-height:18px}.zentto-md-editor{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fff}.zentto-md-editor.loading{background:#f2f4f1}.zentto-md-toolbar{display:flex;flex-wrap:wrap;gap:4px;padding:7px;border-bottom:1px solid var(--hairline);background:#f7f8f5}.zentto-md-toolbar button{min-height:34px;padding:0 9px;border:1px solid transparent;border-radius:8px;background:transparent;color:#52615c;font-size:11px}.zentto-md-toolbar button.on,.zentto-md-toolbar button:hover{border-color:#cbc5ff;background:#ebe9ff;color:#4d42d8}.zentto-md-toolbar button span{position:absolute;width:1px;height:1px;overflow:hidden}.zentto-md-editor .ProseMirror{min-height:inherit;padding:16px;outline:0;font-size:14px;line-height:1.65}.zentto-md-editor .ProseMirror p.is-editor-empty:first-child:before{float:left;height:0;color:#9aa6a1;content:attr(data-placeholder);pointer-events:none}.zentto-md-editor .ProseMirror blockquote{margin-left:0;padding-left:14px;border-left:3px solid #6558ff}.zentto-md-editor footer{padding:8px 14px;border-top:1px solid var(--hairline);background:#fafbf8;color:var(--muted);font-size:9px}.zentto-ai-command{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px;border-bottom:1px solid var(--hairline);background:#f6f4ff}.zentto-ai-command textarea{min-height:72px;padding:10px;border:1px solid #cbc5ff;border-radius:10px;resize:vertical;font:inherit}.zentto-ai-command button{align-self:end;min-height:40px;padding:0 13px;border:0;border-radius:10px;background:#6558ff;color:#fff;font-weight:800}.zentto-ai-command small{grid-column:1/-1;color:#a33726}.bo-modal,.zentto-ai-preview{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:rgba(9,28,22,.62);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bo-modal-card,.zentto-ai-preview-card{width:min(720px,96vw);max-height:90vh;overflow:auto;display:grid;gap:16px;padding:24px;border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.28)}.bo-modal-card.wide{width:min(980px,96vw)}.bo-modal-card h2,.zentto-ai-preview-card h3{margin:0}.bo-modal-card p,.zentto-ai-preview-card p{margin:0;color:var(--muted)}.zentto-ai-compare{display:grid;grid-template-columns:1fr 1fr;gap:12px}.zentto-ai-compare section{min-width:0}.bo-version-layout pre,.zentto-ai-compare pre{min-height:220px;max-height:440px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;padding:14px;border-radius:12px;background:#f4f6f3;font:12px/1.55 ui-monospace,monospace}.bo-modal-card label{display:grid;gap:7px;font-size:11px;font-weight:800}.bo-modal-card input{min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:11px;font:inherit}.bo-version-layout{display:grid;grid-template-columns:250px 1fr;gap:16px}.bo-version-layout aside{display:grid;align-content:start;gap:7px}.bo-version-layout aside button{display:grid;gap:4px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:left}.bo-version-layout aside button.active{border-color:#6558ff;background:#f0eeff}.bo-version-layout aside small{color:var(--muted)}.bo-catalog-groups{display:grid;gap:14px}.bo-catalog-groups>article{padding:20px;border:1px solid var(--hairline);border-radius:20px;background:#fff}.bo-catalog-groups>article>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:13px;border-bottom:1px solid var(--hairline)}.bo-catalog-groups header small{color:#6558ff;font-size:9px;font-weight:900}.bo-catalog-groups header h2{margin:3px 0 0}.bo-catalog-groups header>span{padding:6px 10px;border-radius:999px;background:#e6f5ef;color:#166148;font-size:10px;font-weight:800}.bo-plan-list{display:grid}.bo-plan-list>div{display:grid;grid-template-columns:minmax(180px,1fr) 140px auto;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid var(--hairline)}.bo-plan-list>div:last-child{border:0;padding-bottom:0}.bo-plan-list>div>div:first-child{display:grid;gap:4px}.bo-plan-list small{color:var(--muted)}.bo-inline-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.bo-inline-actions button,.bo-product-grid footer button{min-height:34px;padding:0 11px;border:1px solid var(--line);border-radius:9px;background:#fff;color:#174b3b;font-size:10px;font-weight:800}.bo-inline-actions button.danger{color:#b33f30}.bo-heading-actions{display:flex;gap:9px;margin-top:6px}.bo-heading-actions input{max-width:420px}.bo-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.bo-product-grid article{min-width:0;overflow:hidden;border:1px solid var(--hairline);border-radius:20px;background:#fff;box-shadow:var(--sh-1)}.bo-product-image{height:175px;display:grid;place-items:center;overflow:hidden;background:#edf1ee}.bo-product-image img{width:100%;height:100%;object-fit:contain}.bo-product-image span{color:#82a699;font-family:Space Grotesk;font-size:42px;font-weight:800}.bo-product-grid article>div:nth-child(2){padding:16px}.bo-product-grid article h2{margin:5px 0;font-size:17px}.bo-product-grid article p,.bo-product-grid article small{color:var(--muted);font-size:10px}.bo-product-grid article strong{display:block;margin-top:10px}.bo-product-grid article footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;border-top:1px solid var(--hairline)}.bo-status{display:inline-flex;width:max-content;padding:5px 8px;border-radius:999px;background:#eee;color:#64706c;font-size:9px;font-weight:900;text-transform:uppercase}.bo-status.ok{background:#e3f5ec;color:#126144}.bo-tabs{display:flex;align-items:center;gap:5px;padding:5px;border:1px solid var(--hairline);border-radius:14px;background:#fff}.bo-tabs button{min-height:38px;padding:0 14px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-weight:800}.bo-tabs button.on{background:#102d25;color:#fff}.bo-tabs select{width:auto;min-width:190px;margin-left:auto}.bo-operation-list{display:grid;gap:10px}.bo-operation-list>article{display:grid;grid-template-columns:minmax(220px,1fr) 180px minmax(220px,auto);align-items:center;gap:18px;padding:17px 19px;border:1px solid var(--hairline);border-radius:17px;background:#fff}.bo-operation-list h2{margin:4px 0;font-size:16px}.bo-operation-list p,.bo-operation-list small{margin:0;color:var(--muted);font-size:10px}.bo-operation-list>article>div:nth-child(2){display:grid;gap:3px}.bo-empty{padding:42px 20px;border:1px dashed var(--line);border-radius:18px;color:var(--muted);text-align:center}.bo-filter-bar{display:grid;grid-template-columns:minmax(240px,1fr) 220px auto;align-items:end;gap:12px;padding:17px;border:1px solid var(--hairline);border-radius:17px;background:#fff}.bo-filter-bar label{gap:7px}.bo-tenant-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.bo-tenant-grid article{display:flex;min-width:0;min-height:240px;flex-direction:column;padding:19px;border:1px solid var(--hairline);border-radius:19px;background:#fff;box-shadow:var(--sh-1)}.bo-tenant-grid article>header{display:flex;align-items:start;justify-content:space-between;gap:12px}.bo-tenant-grid h2{margin:4px 0 0;font-size:17px;line-height:1.2}.bo-tenant-grid header small{color:#6558ff;font-size:9px;font-weight:900;letter-spacing:.08em}.bo-tenant-grid dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}.bo-tenant-grid dt{color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.bo-tenant-grid dd{margin:3px 0 0;overflow-wrap:anywhere;font-size:12px;font-weight:750}.bo-tenant-grid footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--hairline);color:var(--muted);font-size:10px}.bo-status.active{background:#e3f5ec;color:#126144}.bo-status.trial{background:#fff3d5;color:#916514}.bo-status.cancelled,.bo-status.past_due{background:#f9e4df;color:#a33726}.bo-pagination{display:flex;align-items:center;justify-content:center;gap:14px}.bo-pagination button{min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#174b3b;font-weight:800}.bo-pagination button:disabled{opacity:.45}.bo-pagination span{color:var(--muted);font-size:11px}@media (max-width:1050px){.bo-shell{grid-template-columns:210px minmax(0,1fr)}.bo-form-grid,.bo-product-grid,.bo-stat-grid,.bo-tenant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bo-operation-list>article{grid-template-columns:1fr 150px}.bo-operation-list .bo-inline-actions{grid-column:1/-1;justify-content:flex-start}}@media (max-width:760px){.bo-shell{display:block}.bo-sidebar{position:sticky;z-index:30;height:auto;padding:12px 14px;gap:10px}.bo-brand{display:none}.bo-sidebar nav{display:flex;overflow-x:auto}.bo-sidebar nav a{flex:0 0 auto;padding:9px 11px}.bo-logout{position:absolute;right:14px;top:13px;width:34px;min-height:34px;overflow:hidden;color:transparent}.bo-logout:before{content:"×";color:#fff;font-size:20px}.bo-topbar{position:static}.bo-topbar,.bo-topbar label{align-items:stretch;flex-direction:column}.bo-topbar select{min-width:0}.bo-main{padding:18px 14px 90px}.bo-action-grid,.bo-plan-list>div,.bo-product-grid{grid-template-columns:1fr}.bo-plan-list .bo-inline-actions{justify-content:flex-start}.bo-form-grid,.bo-operation-list>article{grid-template-columns:1fr}.bo-operation-list .bo-inline-actions{grid-column:auto}.bo-tabs{align-items:stretch;flex-wrap:wrap}.bo-tabs select{width:100%;margin-left:0}.bo-heading-actions{align-items:stretch;flex-direction:column}.bo-heading-actions input{max-width:none}.bo-filter-bar,.bo-tenant-grid,.bo-version-layout,.zentto-ai-command,.zentto-ai-compare{grid-template-columns:1fr}.zentto-ai-command button{width:100%}}@media (max-width:480px){.bo-login-card{padding:25px 20px;border-radius:20px}.bo-stat-grid{grid-template-columns:1fr 1fr;gap:8px}.bo-stat-grid article{padding:14px}.bo-stat-grid strong{font-size:22px}.bo-page-heading h1{font-size:32px}.bo-editor-panel{padding:16px}.zentto-md-toolbar button{padding:0 7px}}.pd-layout{display:grid;gap:20px}.pd-gallery{position:relative;border-radius:var(--r-lg);overflow:hidden;background:#eef0ea}.pd-gallery>img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff}.pd-thumbs{display:flex;gap:8px;margin-top:8px;overflow-x:auto;scrollbar-width:none}.pd-thumbs button{flex:0 0 auto;width:62px;height:62px;min-height:62px;padding:0;border:2px solid transparent;border-radius:var(--r-sm);overflow:hidden;background:#fff}.pd-thumbs button.on{border-color:var(--green)}.pd-thumbs img{width:100%;height:100%;object-fit:cover;display:block}.pd-wish{position:absolute;top:12px;right:12px;z-index:2;display:grid;width:44px;height:44px;min-height:44px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:var(--muted);font-size:20px;box-shadow:var(--sh-1)}.pd-wish.on{color:var(--danger)}.pd-wish.on .ui-icon{fill:currentColor}.pd-info h1{margin:4px 0 10px;font-family:Space Grotesk,sans-serif;font-size:24px;line-height:1.15}.pd-overline{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pd-rating-link{display:inline-flex;align-items:center;gap:6px;margin:2px 0 10px;border:0;padding:0;min-height:32px;background:transparent;color:var(--green);font-size:12px;font-weight:700}.pd-desc{color:var(--muted);font-size:13px;line-height:1.65;white-space:pre-line}.pd-block{margin-top:18px}.pd-block h2{margin:0 0 10px;font-family:Space Grotesk,sans-serif;font-size:17px}.pd-highlights{display:grid;gap:7px;margin:0;padding:0 0 0 18px;color:var(--ink);font-size:13px;line-height:1.5}.spec-list{border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;overflow:hidden;box-shadow:var(--sh-1)}.spec-row{display:grid;grid-template-columns:42% 1fr;gap:12px;padding:11px 14px;border-top:1px solid var(--hairline);font-size:12px}.spec-row:first-child{border-top:0}.spec-row span{color:var(--muted)}.spec-row b{font-weight:600;word-break:break-word}.spec-group{padding:9px 14px 3px;border-top:1px solid var(--hairline);color:var(--green);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.variant-row{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 4px}.variant-chip{min-height:42px;padding:0 14px;border:1.5px solid var(--line);border-radius:var(--r-sm);background:#fff;font-size:12px;font-weight:700;color:var(--ink)}.variant-chip.on{border-color:var(--green);background:#f2f8f5;color:var(--green)}.variant-chip:disabled{opacity:.45}.pd-buyrow{display:flex;align-items:center;gap:14px;margin:14px 0 4px;flex-wrap:wrap}.compare-toggle{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:var(--r-pill);background:#fff;font-size:12px;font-weight:700}.compare-toggle.on{border-color:var(--green);background:var(--green);color:#fff}.review-summary{display:flex;align-items:center;gap:14px;margin-bottom:12px}.review-summary strong{font-family:Space Grotesk,sans-serif;font-size:34px}.review-summary small{display:block;color:var(--muted);font-size:11px}.review-list{display:grid;gap:10px}.review-card{padding:14px;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;box-shadow:var(--sh-1)}.review-card header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.review-card b{font-size:13px}.review-card time{color:var(--muted);font-size:11px}.review-card p{margin:6px 0 0;color:var(--ink);font-size:13px;line-height:1.5}.review-form{display:grid;gap:10px;margin-top:14px;padding:16px;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;box-shadow:var(--sh-1)}.review-form label{display:grid;gap:5px;color:var(--muted);font-size:11px;font-weight:800}.review-form input,.review-form select,.review-form textarea{padding:11px 12px;border:1px solid var(--line);border-radius:var(--r-sm);background:#fff;color:var(--ink);font:inherit;font-size:13px;outline:0;resize:vertical}.review-form input:focus,.review-form select:focus,.review-form textarea:focus{border-color:var(--green)}.star-picker{display:flex;gap:4px}.star-picker button{min-height:40px;width:40px;padding:0;border:0;background:transparent;color:#d7dad2;font-size:24px}.star-picker button.on{color:var(--accent-lo)}.star-picker button.on .ui-icon{fill:currentColor}.compare-scroll{overflow-x:auto;padding-bottom:8px}.compare-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,260px);gap:12px}.compare-col{display:grid;align-content:start;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;box-shadow:var(--sh-1);overflow:hidden}.compare-col>img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f4f5f2}.compare-head{padding:12px 14px 6px}.compare-head b{display:block;font-size:13px;line-height:1.3;min-height:34px}.compare-cell{display:grid;gap:2px;padding:9px 14px;border-top:1px solid var(--hairline);font-size:12px}.compare-cell span{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.compare-remove{margin:10px 14px 14px;min-height:40px;border:1px solid #e6c7c0;border-radius:var(--r-sm);background:#fff;color:var(--danger);font-size:12px;font-weight:700}.cart-line{display:grid;grid-template-columns:82px 1fr auto;gap:14px;align-items:center;padding:14px;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;box-shadow:var(--sh-1)}.cart-line+.cart-line{margin-top:10px}.cart-line img{width:82px;height:82px;object-fit:cover;border-radius:var(--r-sm);background:#f4f5f2}.cart-line-info{min-width:0}.cart-line-info a b{display:block;font-size:13px;line-height:1.3}.cart-line-info small{display:block;margin:2px 0 8px;color:var(--muted);font-size:11px}.cart-line-right{display:grid;justify-items:end;gap:8px}.cart-line-right strong{font-size:14px}.cart-remove{display:inline-flex;align-items:center;gap:4px;min-height:36px;padding:0 8px;border:0;background:transparent;color:var(--danger);font-size:11px;font-weight:700}.cart-summary{margin-top:16px;padding:16px;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;box-shadow:var(--sh-1)}.steps{grid-template-columns:repeat(3,1fr);margin:4px 0 20px}.steps,.steps>div{display:grid;gap:6px}.steps>div{justify-items:center;padding:8px 4px;color:var(--muted);font-size:11px;font-weight:700;text-align:center}.steps i{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#e5e7e0;color:var(--muted);font-size:12px;font-style:normal;font-weight:800}.steps>div.on{color:var(--green)}.steps>div.on i{background:var(--green);color:#fff}.steps>div.done i{background:#dff1e9;color:var(--green)}.pay-option{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;width:100%;min-height:68px;padding:12px 15px;border:1px solid var(--line);border-radius:var(--r-md);background:#fff;color:var(--ink);text-align:left}.pay-option.selected{border:2px solid var(--green);background:#f2f8f5}.pay-option:disabled{opacity:.5}.pay-option>span{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#eef0ea;color:var(--green);font-size:20px}.pay-option b{display:block;font-size:13px}.pay-option small{display:block;margin-top:3px;color:var(--muted);font-size:10px}.pay-option>i{width:18px;height:18px;border:2px solid #a8aca4;border-radius:50%}.pay-option.selected>i{border:5px solid var(--green)}.pay-options-list{display:grid;gap:9px}.checkout-form{display:grid;gap:12px}.checkout-form label{display:grid;gap:5px;color:var(--muted);font-size:11px;font-weight:800}.checkout-form input,.checkout-form textarea{padding:12px;border:1px solid var(--line);border-radius:var(--r-sm);background:#fff;color:var(--ink);font:inherit;font-size:13px;outline:0;resize:vertical}.checkout-form input:focus,.checkout-form textarea:focus{border-color:var(--green)}.checkout-nav{display:flex;gap:10px;margin-top:18px}.checkout-nav .back{min-height:50px;padding:0 18px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:14px;font-weight:700}.checkout-nav .primary-action{flex:1 1;margin-top:0}.login-offer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;padding:12px 14px;border-radius:var(--r-md);background:#eaf3ef;color:var(--green);font-size:12px}.login-offer a{font-weight:800;text-decoration:underline}.timeline{display:grid;gap:0}.timeline-row{display:grid;grid-template-columns:34px 1fr;gap:12px;position:relative;padding-bottom:18px}.timeline-row:before{content:"";position:absolute;top:26px;bottom:0;left:12px;width:2px;background:#d7dad2}.timeline-row:last-child:before{display:none}.timeline-dot{z-index:1;display:grid;width:26px;height:26px;place-items:center;border-radius:50%;background:#dff1e9;color:var(--green);font-size:13px}.timeline-dot.muted{background:#e5e7e0;color:var(--muted)}.timeline-row b{display:block;font-size:13px}.timeline-row small{display:block;margin-top:2px;color:var(--muted);font-size:11px;line-height:1.4}.order-card{padding:15px;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;box-shadow:var(--sh-1)}.order-card+.order-card{margin-top:10px}.order-card header{display:flex;align-items:center;justify-content:space-between;gap:10px}.order-card header b{font-size:13px}.order-card header small{color:var(--muted);font-size:11px}.order-chips{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--r-pill);font-size:11px;font-weight:800}.chip.ok{background:#dff1e9;color:var(--green)}.chip.warn{background:#fff1b8;color:#755a05}.chip.off{background:#eef0ea;color:var(--muted)}.chip.bad{background:#f8e2dd;color:var(--danger)}.order-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.order-card-foot strong{font-size:15px}.order-card-foot .actions{display:flex;gap:8px}.order-card-foot .actions a,.order-card-foot .actions button{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:var(--r-sm);background:#fff;color:var(--green);font-size:11px;font-weight:800}.account-hub{display:grid;gap:16px}.addr-grid{display:grid;gap:10px}.addr-card{padding:15px;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;box-shadow:var(--sh-1)}.addr-card b{font-size:13px}.addr-card p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.addr-card-actions{display:flex;gap:8px;margin-top:10px}.addr-card-actions button{min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:var(--r-sm);background:#fff;font-size:11px;font-weight:800}.addr-card-actions button.danger{border-color:#e6c7c0;color:var(--danger)}.default-star{margin-left:8px;padding:2px 8px;border-radius:var(--r-xs);background:#fff1b8;color:#755a05;font-size:10px;font-weight:800}.merchant-hero{margin-bottom:16px;padding:22px;border-radius:var(--r-lg);background:linear-gradient(135deg,rgba(23,79,63,.1),rgba(42,125,99,.18));color:var(--green)}.merchant-hero-head{display:flex;align-items:center;gap:14px}.merchant-hero img{width:64px;height:64px;border-radius:50%;object-fit:cover;background:#fff}.merchant-hero .fallback-logo{display:grid;width:64px;height:64px;place-items:center;border-radius:50%;background:#fff;color:var(--green);font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:700}.merchant-hero h1{margin:0;font-family:Space Grotesk,sans-serif;font-size:22px}.merchant-hero p{margin:10px 0 0;color:#43584d;font-size:13px;line-height:1.5}.merchant-hero-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px;font-size:12px;font-weight:700}.prose{max-width:720px;color:var(--ink);font-size:14px;line-height:1.7}.prose h2{margin:22px 0 8px;font-family:Space Grotesk,sans-serif;font-size:18px}.prose p{margin:0 0 12px;color:#3d4039}.prose ul{margin:0 0 12px;padding-left:20px}@media (min-width:700px){.sell-grid{grid-template-columns:repeat(3,1fr)}.catalog-layout{grid-template-columns:280px 1fr;align-items:start}.filters-panel{position:sticky;top:76px}.pd-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:start}.compare-grid{grid-auto-columns:minmax(230px,1fr)}}@media (min-width:768px){body .bottom-nav{display:none}.site-main{padding-bottom:40px}.site-footer-inner{padding-bottom:20px}.site-nav{display:flex;gap:4px;margin-left:8px}.site-nav a{display:inline-flex;align-items:center;min-height:40px;padding:0 12px;border-radius:var(--r-pill);color:var(--ink);font-size:13px;font-weight:700}.site-nav a:hover{background:#eef0ea}.site-header-inner{grid-template-columns:auto auto 1fr auto}.sticky-buy{margin-bottom:0}}@media (min-width:1000px){.sell-grid{grid-template-columns:repeat(4,1fr)}.account-hub{grid-template-columns:320px 1fr;align-items:start}.addr-grid{grid-template-columns:1fr 1fr}}.public-legal-page{width:min(860px,calc(100% - 32px));margin:0 auto;padding:32px 0 64px}.public-legal-page>nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.public-legal-page>nav a{padding:9px 13px;border:1px solid var(--line);border-radius:999px;color:var(--green);font-size:12px;font-weight:800;text-decoration:none}.public-legal-page>article{padding:clamp(20px,5vw,48px);border:1px solid var(--line);border-radius:18px;background:#fff}.public-legal-page article section p,.public-legal-page article>p,.public-legal-page article>small{color:var(--muted);line-height:1.65}.public-legal-page article h1{margin:8px 0;font-size:clamp(28px,5vw,44px)}.public-legal-page article section{margin-top:28px}.public-legal-page article section h2{font-size:19px}.public-legal-page article footer{display:grid;gap:4px;margin-top:36px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}.site-shell:has(.ecosystem-page){--docs-primary:#6c63ff;background:#fff}.site-shell:has(.ecosystem-page) .site-main{width:100%;max-width:none;padding:0 18px 64px;background:#fff}.site-shell:has(.ecosystem-page) .site-footer-inner,.site-shell:has(.ecosystem-page) .site-header-inner{width:min(100%,1280px)}.site-shell:has(.ecosystem-page) .site-header{border-color:#e5e7eb;background:rgba(255,255,255,.96)}.site-shell:has(.ecosystem-page) .site-nav a:hover{background:#f3f4f6;color:var(--docs-primary)}.site-shell:has(.ecosystem-page) .site-nav a.is-active{background:#f1f0ff;color:var(--docs-primary)}.ecosystem-page{--ecosystem-primary:#6c63ff;--ecosystem-accent:#ffb547;--ecosystem-ink:#111827;--ecosystem-muted:#667085;--ecosystem-line:#e5e7eb;width:min(100%,1280px);margin:0 auto;color:var(--ecosystem-ink);font-family:Inter,system-ui,sans-serif}.commerce-lead-modal *,.ecosystem-page *{box-sizing:border-box}.ecosystem-page h1,.ecosystem-page h2,.ecosystem-page h3{text-wrap:balance}.commerce-lead-modal button,.ecosystem-page a,.ecosystem-page button{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.ecosystem-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:center;gap:clamp(32px,6vw,80px);min-height:600px;margin:0;padding:clamp(64px,8vw,104px) clamp(24px,6vw,80px);overflow:hidden;border-radius:0 0 32px 32px;background:linear-gradient(135deg,color-mix(in srgb,var(--ecosystem-primary) 74%,#17154d),color-mix(in srgb,var(--ecosystem-primary) 45%,#252160));color:#fff}.ecosystem-hero:before{content:"";position:absolute;width:420px;height:420px;right:-170px;top:-180px;border:1px solid rgba(255,255,255,.15);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.03),0 0 0 140px rgba(255,255,255,.025)}.ecosystem-hero__content{position:relative;z-index:1}.ecosystem-eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--product-accent,var(--ecosystem-accent));font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.ecosystem-eyebrow i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px color-mix(in srgb,currentColor 18%,transparent)}.ecosystem-hero h1{max-width:790px;margin:24px 0 22px;font-size:clamp(42px,6vw,76px);font-weight:800;letter-spacing:-.055em;line-height:1.04}.ecosystem-hero__content>p{max-width:680px;margin:0;color:rgba(255,255,255,.73);font-size:clamp(17px,2vw,20px);line-height:1.7}.ecosystem-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:32px}.ecosystem-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:12px;padding:0 22px;border:1px solid transparent;border-radius:12px;font-family:inherit;font-size:14px;font-weight:750;text-align:center}.ecosystem-button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(17,24,39,.14)}.ecosystem-button--accent{border:0;background:var(--ecosystem-accent);color:#171717}.ecosystem-button--primary{border:0;background:var(--product-accent,var(--ecosystem-primary));color:#fff}.ecosystem-button--ghost{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#fff}.ecosystem-button--ghost:hover{background:rgba(255,255,255,.15)}.ecosystem-button--ghost-dark{border-color:#d1d5db;background:#fff;color:#344054}.ecosystem-button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.ecosystem-hero__spotlight{position:relative;z-index:1;padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(255,255,255,.1);box-shadow:0 24px 64px rgba(0,0,0,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.ecosystem-hero__spotlight>span{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--ecosystem-accent);color:#312b15;font-size:9px;font-weight:850;letter-spacing:.08em}.ecosystem-hero__spotlight h2{margin:22px 0 10px;font-size:30px;letter-spacing:-.03em}.ecosystem-hero__spotlight p{margin:0;color:rgba(255,255,255,.7);font-size:14px;line-height:1.65}.ecosystem-hero__spotlight a{display:inline-flex;gap:10px;margin-top:24px;color:#fff;font-size:13px;font-weight:750}.ecosystem-hero__visual{position:relative;z-index:1;display:grid;width:min(100%,350px);aspect-ratio:1;margin:auto;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:38%;background:rgba(255,255,255,.08);transform:rotate(8deg)}.ecosystem-hero__visual span{display:grid;width:140px;height:140px;place-items:center;border-radius:34px;background:#fff;color:var(--ecosystem-primary);font-size:76px;font-weight:900;transform:rotate(-8deg);box-shadow:0 35px 80px rgba(0,0,0,.25)}.ecosystem-hero__visual i{position:absolute;width:22px;height:22px;border-radius:50%;background:var(--ecosystem-accent)}.ecosystem-hero__visual i:first-of-type{left:12%;top:15%}.ecosystem-hero__visual i:nth-of-type(2){right:14%;bottom:19%;width:13px;height:13px}.ecosystem-hero__visual i:nth-of-type(3){right:20%;top:13%;width:8px;height:8px}.ecosystem-trust{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));width:min(1080px,calc(100% - 48px));margin:-34px auto 0;position:relative;z-index:2;overflow:hidden;border:1px solid var(--ecosystem-line);border-radius:18px;background:#fff;box-shadow:0 16px 50px rgba(17,24,39,.09)}.ecosystem-trust>div{display:grid;gap:4px;padding:24px;text-align:center;border-left:1px solid var(--ecosystem-line)}.ecosystem-trust>div:first-child{border-left:0}.ecosystem-trust strong{color:var(--ecosystem-primary);font-size:24px;font-weight:850}.ecosystem-trust span{color:var(--ecosystem-muted);font-size:11px}.ecosystem-section{padding:clamp(68px,8vw,104px) clamp(4px,2vw,18px);scroll-margin-top:90px}.ecosystem-anchor-alias{display:block;width:100%;height:0;scroll-margin-top:90px}.ecosystem-section--tinted{padding-right:clamp(20px,4vw,52px);padding-left:clamp(20px,4vw,52px);border-radius:28px;background:#f8f9fc}.ecosystem-section__header{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.ecosystem-section__header>div{max-width:720px}.commerce-checkout-aside>small,.ecosystem-conversion-panel small,.ecosystem-section__header small{color:var(--product-accent,var(--ecosystem-primary));font-size:10px;font-weight:800;letter-spacing:.13em}.ecosystem-section__header h2{margin:10px 0 8px;font-size:clamp(28px,4vw,44px);font-weight:750;letter-spacing:-.045em;line-height:1.12}.ecosystem-section__header p{margin:0;color:var(--ecosystem-muted);font-size:15px;line-height:1.65}.ecosystem-section__header--split>div{flex:1 1}.ecosystem-section__header--centered{justify-content:center;text-align:center}.ecosystem-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.ecosystem-filters button{min-height:42px;padding:0 15px;border:1px solid #dfe2e8;border-radius:999px;background:#fff;color:#475467;font-size:11px;font-weight:700}.ecosystem-filters button.is-active{border-color:var(--ecosystem-primary);background:var(--ecosystem-primary);color:#fff}.ecosystem-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ecosystem-product-card{position:relative;display:flex;min-height:390px;flex-direction:column;padding:24px;overflow:hidden;border:1px solid var(--ecosystem-line);border-radius:20px;background:#fff;color:var(--ecosystem-ink);box-shadow:0 2px 8px rgba(17,24,39,.03)}.ecosystem-product-card:after{content:"";position:absolute;right:24px;bottom:0;left:24px;height:4px;border-radius:6px 6px 0 0;background:var(--product-accent);opacity:0;transform:scaleX(.5);transition:opacity .18s ease,transform .18s ease}.ecosystem-product-card:hover{border-color:color-mix(in srgb,var(--product-accent) 45%,#e5e7eb);transform:translateY(-5px);box-shadow:0 24px 52px rgba(17,24,39,.11)}.ecosystem-product-card:hover:after{opacity:1;transform:scaleX(1)}.ecosystem-product-card--featured{border-color:color-mix(in srgb,var(--product-accent) 35%,#e5e7eb);box-shadow:0 16px 36px rgba(17,24,39,.08)}.ecosystem-product-card__topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ecosystem-product-card__icon{display:grid;width:52px;height:52px;flex:0 0 auto;place-items:center;overflow:hidden;border-radius:15px;background:color-mix(in srgb,var(--product-accent) 11%,#fff);color:var(--product-accent);font-size:24px;font-weight:850;letter-spacing:0}.ecosystem-product-card__icon img{width:100%;height:100%;object-fit:contain;padding:9px}.ecosystem-pill{padding:6px 10px;border-radius:999px;background:color-mix(in srgb,var(--product-accent) 10%,#fff);color:var(--product-accent);font-size:9px;font-weight:800;letter-spacing:.05em}.ecosystem-product-card__body{flex:1 1}.ecosystem-product-card__body small{display:block;margin-top:22px;color:var(--product-accent);font-size:9px;font-weight:800;letter-spacing:.1em}.ecosystem-product-card h3{margin:14px 0 8px;font-size:22px;font-weight:750;letter-spacing:-.035em}.ecosystem-product-card__body>p{min-height:0;margin:0;color:var(--ecosystem-muted);font-size:13px;line-height:1.6}.ecosystem-product-card__body .ecosystem-product-card__outcome{margin-bottom:8px;color:#344054;font-size:14px;font-weight:700}.ecosystem-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid #f0f1f4;color:var(--product-accent);font-size:12px;font-weight:750}.ecosystem-product-card__footer b{font-size:18px;transition:transform .18s ease}.ecosystem-product-card:hover .ecosystem-product-card__footer b{transform:translateX(4px)}.ecosystem-check-list{display:grid;gap:11px;margin:24px 0 0;padding:22px 0 0;border-top:1px solid #eef0f3;list-style:none}.ecosystem-check-list li{position:relative;padding-left:24px;color:#475467;font-size:12px;line-height:1.5}.ecosystem-check-list li:before{content:"✓";position:absolute;left:0;top:0;display:grid;width:17px;height:17px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--product-accent,var(--ecosystem-primary)) 11%,#fff);color:var(--product-accent,var(--ecosystem-primary));font-size:10px;font-weight:900}.ecosystem-check-list--compact{gap:7px;margin-top:16px;padding-top:0;border-top:0}.ecosystem-conversion-panel{display:grid;justify-items:center;padding:clamp(32px,6vw,60px);border:1px solid var(--ecosystem-line);border-radius:24px;background:linear-gradient(135deg,#fbfbff,#f5f4ff);text-align:center}.ecosystem-conversion-panel h1,.ecosystem-conversion-panel h2{max-width:700px;margin:12px 0 10px;font-size:clamp(30px,4vw,44px);letter-spacing:-.04em}.ecosystem-conversion-panel>div>p,.ecosystem-conversion-panel>p{max-width:620px;margin:0 0 24px;color:var(--ecosystem-muted);line-height:1.65}.ecosystem-conversion-panel--dark{grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);align-items:center;justify-items:stretch;gap:40px;margin-top:10px;background:#17152f;color:#fff;text-align:left}.ecosystem-conversion-panel--dark small{color:var(--ecosystem-accent)}.ecosystem-conversion-panel--dark h2{margin-bottom:0}.ecosystem-conversion-panel--dark>div>p{color:rgba(255,255,255,.66)}.ecosystem-back-link{display:inline-flex;margin:24px 0;color:#667085;font-size:12px;font-weight:700}.ecosystem-back-link:hover{color:var(--product-accent,var(--ecosystem-primary))}.ecosystem-tenant-context{display:flex;flex-wrap:wrap;gap:.35rem .75rem;align-items:baseline;margin:0 0 1rem;padding:.9rem 1rem;border:1px solid color-mix(in srgb,var(--product-accent,#6c63ff) 35%,#d9dbe7);border-radius:14px;background:color-mix(in srgb,var(--product-accent,#6c63ff) 8%,white);color:#172033}.ecosystem-tenant-context span{color:#586174}.ecosystem-product-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:center;gap:clamp(36px,7vw,90px);min-height:520px;padding:clamp(46px,7vw,86px);overflow:hidden;border-radius:28px;background:linear-gradient(135deg,color-mix(in srgb,var(--product-accent) 8%,#fff),color-mix(in srgb,var(--product-accent) 4%,#f8fafc));border:1px solid color-mix(in srgb,var(--product-accent) 18%,#e5e7eb)}.ecosystem-product-hero h1{margin:20px 0 8px;font-size:clamp(46px,6vw,72px);font-weight:800;letter-spacing:-.055em;line-height:1}.ecosystem-product-hero h2{max-width:700px;margin:0 0 18px;color:var(--product-accent);font-size:clamp(21px,3vw,30px);font-weight:650;letter-spacing:-.025em}.ecosystem-product-hero__content>p{max-width:680px;margin:0;color:var(--ecosystem-muted);font-size:16px;line-height:1.7}.ecosystem-product-hero__visual{position:relative;display:grid;min-height:320px;place-items:center;border-radius:28px;background:color-mix(in srgb,var(--product-accent) 11%,#fff)}.ecosystem-product-hero__visual:after{content:"";position:absolute;inset:24px;border:1px dashed color-mix(in srgb,var(--product-accent) 25%,transparent);border-radius:22px}.ecosystem-product-hero__visual img{position:relative;z-index:1;width:60%;height:60%;object-fit:contain}.ecosystem-product-hero__visual>span{position:relative;z-index:1;color:var(--product-accent);font-size:110px;font-weight:900}.ecosystem-product-hero__visual>strong{position:absolute;z-index:2;right:18px;bottom:18px;padding:8px 12px;border-radius:999px;background:var(--product-accent);color:#fff;font-size:10px}.ecosystem-benefits>ul{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0;padding:0;list-style:none}.ecosystem-benefits>ul li{display:grid;grid-template-rows:auto 1fr;gap:22px;min-height:230px;padding:26px;border:1px solid var(--ecosystem-line);border-radius:18px;background:#fff}.ecosystem-benefits>ul span{color:var(--product-accent);font-size:11px;font-weight:800;letter-spacing:.1em}.ecosystem-benefits>ul li>div{align-self:end}.ecosystem-benefits>ul h3{margin:0 0 10px;color:#172033;font-size:20px;line-height:1.2;letter-spacing:-.025em}.ecosystem-benefits>ul p{margin:0;color:#667085;font-size:14px;font-weight:500;line-height:1.6}.ecosystem-benefits>ul small{display:block;margin-top:14px;color:var(--product-accent);font-size:10px;font-weight:800;letter-spacing:.04em}.ecosystem-use-cases>div{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ecosystem-use-cases article{display:grid;grid-template-columns:28px 1fr;align-items:start;gap:12px;padding:18px;border:1px solid var(--ecosystem-line);border-radius:14px;background:#fff}.ecosystem-use-cases article i{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--product-accent) 12%,#fff);color:var(--product-accent);font-size:11px;font-style:normal;font-weight:900}.ecosystem-use-cases article p{margin:1px 0 0;color:#475467;font-size:13px;line-height:1.55}.ecosystem-editorial-section{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);align-items:start;gap:clamp(30px,6vw,80px)}.ecosystem-editorial-section .ecosystem-section__header{position:sticky;top:92px;margin-bottom:0}.ecosystem-markdown{color:#475467;font-size:15px;line-height:1.78;overflow-wrap:anywhere}.ecosystem-markdown>:first-child{margin-top:0}.ecosystem-markdown>:last-child{margin-bottom:0}.ecosystem-markdown h1,.ecosystem-markdown h2,.ecosystem-markdown h3{margin:1.65em 0 .55em;color:#101828;font-weight:750;letter-spacing:-.025em}.ecosystem-markdown h1{font-size:30px}.ecosystem-markdown h2{padding-bottom:10px;border-bottom:1px solid var(--ecosystem-line);font-size:23px}.ecosystem-markdown h3{font-size:18px}.ecosystem-markdown blockquote,.ecosystem-markdown ol,.ecosystem-markdown p,.ecosystem-markdown ul{margin:0 0 1.15em}.ecosystem-markdown ol,.ecosystem-markdown ul{padding-left:1.4em}.ecosystem-markdown li+li{margin-top:.4em}.ecosystem-markdown a{color:var(--product-accent,var(--ecosystem-primary));font-weight:650;text-decoration:underline;text-underline-offset:3px}.ecosystem-markdown blockquote{padding:14px 18px;border-left:3px solid var(--product-accent,var(--ecosystem-primary));background:#f8f9fc;color:#475467}.ecosystem-markdown code{padding:2px 5px;border-radius:5px;background:#f2f4f7;color:#7f56d9;font:.88em/1.5 ui-monospace,SFMono-Regular,Consolas,monospace}.ecosystem-markdown pre{max-width:100%;padding:18px;overflow-x:auto;border-radius:12px;background:#18162f;color:#f5f3ff}.ecosystem-markdown pre code{padding:0;background:transparent;color:inherit}.ecosystem-markdown table{display:block;width:100%;overflow-x:auto;border-collapse:collapse}.ecosystem-markdown td,.ecosystem-markdown th{padding:10px 12px;border:1px solid var(--ecosystem-line);text-align:left}.ecosystem-markdown th{background:#f8f9fc;color:#344054}.ecosystem-documentation>div{display:grid;gap:10px;max-width:920px}.ecosystem-documentation details,.ecosystem-offer-card__details{border:1px solid var(--ecosystem-line);border-radius:13px;background:#fff}.ecosystem-documentation summary,.ecosystem-offer-card__details summary{padding:17px 20px;cursor:pointer;color:#344054;font-size:13px;font-weight:750}.ecosystem-documentation details .ecosystem-markdown{padding:0 20px 22px;border-top:1px solid #f0f1f4}.ecosystem-offer-card__details{margin-top:18px}.ecosystem-offer-card__details summary{padding:13px 0;border:0;color:var(--product-accent)}.ecosystem-offer-card__details[open] summary{border-bottom:1px solid var(--ecosystem-line)}.ecosystem-offer-card__details .ecosystem-markdown{padding-top:15px;font-size:12px}.ecosystem-markdown-grid{display:block;width:100%;margin-bottom:1.15em;overflow-x:auto;border-top:1px solid var(--ecosystem-line);border-left:1px solid var(--ecosystem-line)}.ecosystem-markdown-grid [role=row]{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,1fr);min-width:max-content}.ecosystem-markdown-grid [role=cell],.ecosystem-markdown-grid [role=columnheader]{min-width:150px;padding:10px 12px;border-right:1px solid var(--ecosystem-line);border-bottom:1px solid var(--ecosystem-line);text-align:left}.ecosystem-markdown-grid [role=columnheader]{background:#f8f9fc;color:#344054;font-weight:750}.ecosystem-offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:22px;align-items:start}.ecosystem-offer-card{position:relative;display:flex;min-height:480px;flex-direction:column;padding:30px;border:1px solid var(--ecosystem-line);border-radius:20px;background:#fff;box-shadow:0 4px 16px rgba(17,24,39,.04)}.ecosystem-offer-card--recommended{margin-top:-12px;border:2px solid var(--product-accent);box-shadow:0 20px 45px color-mix(in srgb,var(--product-accent) 16%,transparent)}.ecosystem-offer-card__badge{position:absolute;top:-14px;left:50%;padding:7px 14px;border-radius:999px;background:var(--product-accent);color:#fff;font-size:9px;font-weight:850;letter-spacing:.07em;transform:translateX(-50%);white-space:nowrap}.ecosystem-offer-card header small{color:var(--product-accent);font-size:9px;font-weight:800;letter-spacing:.1em}.ecosystem-offer-card h3{margin:8px 0;font-size:22px;letter-spacing:-.03em}.ecosystem-offer-card header p{min-height:44px;margin:0;color:var(--ecosystem-muted);font-size:12px;line-height:1.55}.ecosystem-offer-card__price{display:flex;align-items:flex-end;gap:6px;margin:28px 0 4px}.ecosystem-offer-card__price strong{font-size:36px;font-weight:800;letter-spacing:-.05em}.ecosystem-offer-card__price span{margin-bottom:5px;color:var(--ecosystem-muted);font-size:11px}.ecosystem-offer-card__trial{margin:0 0 18px;color:var(--product-accent);font-size:11px;font-weight:750}.ecosystem-offer-card>button{width:100%;min-height:48px;margin-top:18px;border:0;border-radius:11px;background:var(--product-accent);color:#fff;font-size:13px;font-weight:750}.ecosystem-offer-card>button:hover{transform:translateY(-2px);box-shadow:0 12px 25px color-mix(in srgb,var(--product-accent) 24%,transparent)}.ecosystem-pricing__secondary{display:block;min-height:44px;margin:32px auto 0;padding:0;border:0;background:transparent;color:var(--product-accent);font-size:13px;font-weight:750}.ecosystem-billing-toggle{display:flex;width:fit-content;margin:0 auto 30px;padding:4px;border:1px solid var(--ecosystem-line);border-radius:999px;background:#f8f9fc}.ecosystem-billing-toggle button{min-height:42px;padding:0 20px;border:0;border-radius:999px;background:transparent;color:#667085;font-weight:750;cursor:pointer}.ecosystem-billing-toggle button.is-active{background:#fff;color:var(--ecosystem-primary);box-shadow:0 3px 12px rgba(17,24,39,.1)}.ecosystem-pricing__source{max-width:760px;margin:26px auto 0;color:#667085;font-size:12px;line-height:1.6;text-align:center}.ecosystem-detail-loading{padding-top:30px}.ecosystem-detail-loading__hero{min-height:440px;margin-bottom:32px;border-radius:28px;background:linear-gradient(100deg,#f0f1f4 20%,#fafafa 40%,#f0f1f4 60%);background-size:220% 100%;animation:skeleton-shimmer 1.3s infinite}.commerce-lead-modal{position:fixed;inset:0;z-index:500;display:grid;padding:20px;place-items:center;overflow-y:auto;background:rgba(17,16,36,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.commerce-lead-modal__panel{position:relative;width:min(100%,660px);padding:clamp(28px,5vw,48px);border:1px solid rgba(255,255,255,.3);border-radius:24px;background:#fff;color:#111827;font-family:Inter,system-ui,sans-serif;box-shadow:0 30px 100px rgba(0,0,0,.35);animation:lead-modal-in .22s ease-out}@keyframes lead-modal-in{0%{opacity:0;transform:translateY(16px) scale(.98)}}.commerce-lead-modal__close{position:absolute;top:14px;right:14px;display:grid;width:40px;height:40px;min-height:40px;padding:0;place-items:center;border:0;border-radius:50%;background:#f3f4f6;color:#667085;font-size:24px}.commerce-lead-modal__panel>small,.commerce-lead-modal__success>small{color:#6c63ff;font-size:10px;font-weight:800;letter-spacing:.13em}.commerce-lead-modal__panel h2{max-width:520px;margin:12px 0 10px;font-size:clamp(28px,5vw,40px);letter-spacing:-.045em;line-height:1.12}.commerce-lead-modal__panel>p,.commerce-lead-modal__success>p{margin:0;color:#667085;font-size:14px;line-height:1.6}.commerce-lead-form{margin-top:28px}.commerce-lead-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.commerce-lead-form label{display:grid;gap:7px;color:#475467;font-size:11px;font-weight:700}.commerce-lead-form input:not([type=checkbox]){min-width:0;height:48px;padding:0 13px;border:1px solid #d0d5dd;border-radius:9px;outline:0;background:#fff;color:#111827}.commerce-lead-form input:focus{border-color:#6c63ff;box-shadow:0 0 0 3px rgba(108,99,255,.11)}.commerce-lead-form__consent{display:grid!important;grid-template-columns:18px 1fr;align-items:start;gap:10px!important;margin:18px 0;line-height:1.45}.commerce-lead-form__consent input{width:17px;height:17px;margin:0;accent-color:#6c63ff}.commerce-lead-form>.ecosystem-button{width:100%}.commerce-lead-modal__success{display:grid;justify-items:center;padding:22px 0;text-align:center}.commerce-lead-modal__success>span{display:grid;width:70px;height:70px;margin-bottom:24px;place-items:center;border-radius:50%;background:#e9f8f0;color:#0f8a55;font-size:30px}.commerce-lead-modal__success button{min-height:48px;margin-top:26px;padding:0 22px;border:0;border-radius:11px;background:#6c63ff;color:#fff;font-weight:750}.commerce-checkout-page{padding-top:16px}.commerce-checkout-header{max-width:760px;margin:34px 0 44px}.commerce-checkout-header h1{margin:16px 0 10px;font-size:clamp(40px,6vw,62px);font-weight:800;letter-spacing:-.055em;line-height:1.05}.commerce-checkout-header>p{margin:0;color:var(--ecosystem-muted);font-size:16px;line-height:1.65}.commerce-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:34px}.commerce-checkout-card{padding:clamp(24px,4vw,42px);border:1px solid var(--ecosystem-line);border-radius:22px;background:#fff;box-shadow:0 12px 40px rgba(17,24,39,.06)}.commerce-checkout-card__heading{display:grid;grid-template-columns:42px 1fr;align-items:start;gap:14px}.commerce-checkout-card__heading>span{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:#efeeff;color:var(--ecosystem-primary);font-size:13px;font-weight:850}.commerce-checkout-card__heading h2{margin:0;font-size:20px;letter-spacing:-.025em}.commerce-checkout-card__heading p{margin:5px 0 0;color:var(--ecosystem-muted);font-size:12px;line-height:1.5}.commerce-checkout-card__divider{height:1px;margin:32px 0;background:var(--ecosystem-line)}.commerce-checkout-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:22px}.commerce-checkout-fields label{display:grid;gap:7px;color:#475467;font-size:11px;font-weight:750}.commerce-checkout-fields input{min-width:0;height:50px;padding:0 13px;border:1px solid #d0d5dd;border-radius:9px;outline:0;background:#fff;color:#111827}.commerce-checkout-fields input:focus{border-color:var(--ecosystem-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--ecosystem-primary) 12%,transparent)}.commerce-checkout-submit{width:100%;margin-top:26px}.commerce-checkout-help{display:block;min-height:40px;margin:8px auto 0;padding:0;border:0;background:transparent;color:var(--ecosystem-primary);font-size:12px;font-weight:750}.commerce-checkout-aside{position:sticky;top:88px;padding:28px;border-radius:20px;background:#17152f;color:#fff}.commerce-checkout-aside>small{color:var(--ecosystem-accent)}.commerce-checkout-aside ol{display:grid;gap:0;margin:24px 0 0;padding:0;list-style:none}.commerce-checkout-aside li{position:relative;display:grid;grid-template-columns:34px 1fr;gap:12px;padding-bottom:26px;color:rgba(255,255,255,.48)}.commerce-checkout-aside li:after{content:"";position:absolute;left:16px;top:34px;bottom:0;width:1px;background:rgba(255,255,255,.15)}.commerce-checkout-aside li:last-child:after{display:none}.commerce-checkout-aside li>span{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;font-size:11px;font-weight:800}.commerce-checkout-aside li.is-current{color:#fff}.commerce-checkout-aside li.is-current>span{border-color:var(--ecosystem-accent);background:var(--ecosystem-accent);color:#17152f}.commerce-checkout-aside b{display:block;font-size:12px}.commerce-checkout-aside p{margin:4px 0 0;font-size:10px;line-height:1.5}.commerce-checkout-aside__note{padding-top:22px;border-top:1px solid rgba(255,255,255,.14)}.commerce-checkout-aside__note p{color:rgba(255,255,255,.62);font-size:11px}.commerce-checkout-aside__note button{min-height:40px;margin-top:10px;padding:0;border:0;background:transparent;color:var(--ecosystem-accent);font-size:11px;font-weight:750}@media (max-width:980px){.ecosystem-hero,.ecosystem-product-hero{grid-template-columns:1fr;min-height:0}.ecosystem-hero__spotlight,.ecosystem-hero__visual{width:min(100%,580px);margin:0}.ecosystem-hero__visual{display:none}.ecosystem-benefits>ul,.ecosystem-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-checkout-layout{grid-template-columns:1fr 300px}}@media (max-width:760px){.site-shell:has(.ecosystem-page) .site-main{padding-right:12px;padding-left:12px}.ecosystem-hero{margin:0 -12px;padding:58px 24px;border-radius:0 0 24px 24px}.ecosystem-hero h1{font-size:clamp(39px,12vw,58px)}.ecosystem-actions{align-items:stretch;flex-direction:column}.ecosystem-actions .ecosystem-button{width:100%}.ecosystem-trust{grid-template-columns:repeat(2,1fr);width:calc(100% - 24px)}.ecosystem-trust>div:nth-child(odd){border-left:0}.ecosystem-trust>div:nth-child(n+3){border-top:1px solid var(--ecosystem-line)}.ecosystem-section{padding-top:58px;padding-bottom:58px}.ecosystem-section--tinted{padding-right:16px;padding-left:16px;border-radius:22px}.ecosystem-section__header,.ecosystem-section__header--split{align-items:flex-start;flex-direction:column}.ecosystem-filters{justify-content:flex-start}.ecosystem-benefits>ul,.ecosystem-product-grid,.ecosystem-use-cases>div{grid-template-columns:1fr}.ecosystem-product-card{min-height:350px}.ecosystem-conversion-panel--dark{grid-template-columns:1fr;text-align:center}.ecosystem-conversion-panel--dark .ecosystem-button{width:100%}.ecosystem-product-hero{padding:42px 22px}.ecosystem-product-hero__visual{min-height:240px}.ecosystem-product-hero__visual>span{font-size:80px}.ecosystem-editorial-section{grid-template-columns:1fr}.ecosystem-editorial-section .ecosystem-section__header{position:static}.ecosystem-offer-card--recommended{margin-top:0}.commerce-checkout-fields,.commerce-checkout-layout,.commerce-lead-form__grid{grid-template-columns:1fr}.commerce-checkout-aside{position:static;order:-1}.commerce-checkout-header{margin-top:24px}}@media (prefers-reduced-motion:reduce){.commerce-lead-modal__panel,.ecosystem-page a,.ecosystem-page button,.ecosystem-product-card{transition:none;animation:none}}