:root{--ink:#171522;--muted:#6e6a7c;--paper:#fbfaf7;--card:#fff;--purple:#6d5dfc;--line:#e8e5ed}.merchant-logo{overflow:hidden}.merchant-logo img{width:100%;height:100%;object-fit:cover}.merchant-hero.has-cover{background-position:50%;background-size:cover}.product-gallery{display:grid;grid-gap:14px;gap:14px}.product-thumbnails{display:flex;gap:10px;overflow:auto}.product-thumbnails button{width:82px;height:82px;flex:0 0 82px;padding:3px;border:2px solid transparent;border-radius:13px;background:#fff;cursor:pointer}.product-thumbnails button.active{border-color:var(--accent)}.product-thumbnails img{width:100%;height:100%;object-fit:cover;border-radius:9px}.seller-branding-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-bottom:26px}.seller-branding-fields label{min-height:175px;padding:16px;display:grid;align-content:start;grid-gap:10px;gap:10px;border:1px dashed #ccc8d5;border-radius:15px;background:#faf9fc;font-size:13px;font-weight:800}.seller-branding-fields img{width:100%;height:105px;object-fit:cover;border-radius:10px}.seller-branding-fields label:first-child img{width:80px;height:80px}.seller-branding-fields input{width:100%}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.page-shell{width:min(1120px,calc(100% - 40px));margin-inline:auto}.site-header{height:78px;padding:0 max(20px,calc((100% - 1120px)/2));justify-content:space-between;border-bottom:1px solid var(--line);background:rgba(251,250,247,.92)}.site-header,.site-header nav{display:flex;align-items:center}.site-header nav{gap:22px;font-size:14px}.my-store-link{font-weight:800;color:var(--purple)}.language-switcher{display:inline-flex;gap:3px;padding:3px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.75)}.language-switcher button{min-width:36px;padding:6px 8px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:11px;font-weight:900;cursor:pointer}.language-switcher button.active{background:var(--ink);color:#fff}.language-switcher.compact button{min-width:32px;padding:5px 7px}.blue-header .language-switcher{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.12)}.blue-header .language-switcher button{color:rgba(255,255,255,.75)}.blue-header .language-switcher button.active{background:#ffd643;color:#173aa7}.login-language{display:flex;justify-content:flex-end;margin:-4px -4px 8px}.brand{font-size:26px;font-weight:900;letter-spacing:-1.5px}.brand span{color:var(--purple)}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:15px 22px;color:#fff;background:var(--ink);font-weight:750;cursor:pointer;box-shadow:0 8px 22px rgba(23,21,34,.12)}.button-small{padding:10px 16px;border-radius:10px}.full-width{width:100%}.text-link{font-weight:700}.eyebrow{color:var(--purple);font-size:12px;font-weight:800;letter-spacing:1.4px;text-transform:uppercase}.button:disabled{opacity:.6;cursor:wait}.form-error{margin:0;padding:12px;border-radius:10px;background:#fff0f0;color:#a32b2b;font-size:13px}.hero{min-height:660px;display:grid;grid-template-columns:1.08fr .92fr;grid-gap:80px;gap:80px;align-items:center;padding-block:70px}.builder h1,.hero h1,.not-found h1{max-width:670px;margin:14px 0 22px;font-size:clamp(48px,7vw,82px);line-height:.96;letter-spacing:-4px}.hero-copy{max-width:580px;color:var(--muted);font-size:20px;line-height:1.6}.hero-actions{display:flex;gap:24px;align-items:center;margin-top:34px}.store-preview{padding:24px;border:1px solid var(--line);border-radius:30px;background:var(--card);box-shadow:0 30px 80px rgba(41,29,71,.12);transform:rotate(1.5deg)}.preview-top{display:flex;gap:12px;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line)}.preview-top>span,.store-avatar{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;color:#fff;background:var(--purple);font-weight:800}.preview-top div{display:grid;grid-gap:4px;gap:4px}.preview-top small{color:var(--muted)}.preview-product{display:grid;grid-template-columns:120px 1fr;grid-gap:18px;gap:18px;align-items:center;padding:18px 0}.preview-product+.preview-product{border-top:1px solid var(--line)}.preview-product div:last-child{display:grid;grid-gap:7px;gap:7px}.preview-product small{color:var(--muted)}.product-art{height:100px;border-radius:18px;display:grid;place-items:center;background:#d9f7ec;color:#17644e;font-weight:900;font-size:24px}.product-art.lilac{background:#eeeafd;color:#5b48d2}.steps{padding-block:80px 110px}.catalog h2,.steps h2{font-size:42px;letter-spacing:-2px;margin:10px 0 35px}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.step-grid article{padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff}.step-grid span{color:var(--purple);font-size:13px;font-weight:900}.step-grid h3{font-size:21px;margin:35px 0 10px}.step-grid p{color:var(--muted);line-height:1.6;margin:0}.builder{padding-block:70px 100px}.builder-heading{max-width:700px}.builder-heading h1{font-size:64px}.builder-heading>p:last-child{color:var(--muted);font-size:18px;line-height:1.6}.builder-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:50px;gap:50px;margin-top:45px}.builder-form,.builder-preview{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff}.builder-form{display:grid;grid-gap:22px;gap:22px}.builder-form label{display:grid;grid-gap:9px;gap:9px;font-size:14px;font-weight:750}.builder-form input,.builder-form select{width:100%;padding:14px;border:1px solid var(--line);border-radius:11px;background:#fff;outline:none}.builder-form input:focus,.builder-form select:focus{border-color:var(--purple);box-shadow:0 0 0 3px #6d5dfc18}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.slug-field{padding:14px;border-radius:11px;background:#f5f3f8;color:var(--muted);font-weight:400}.slug-field strong{color:var(--ink)}.form-note{text-align:center;color:var(--muted)}.builder-preview{text-align:center;background:#1d1929;color:#fff}.preview-label{display:block;text-align:left;color:#aaa4b9;font-size:12px;text-transform:uppercase;letter-spacing:1px}.builder-preview .store-avatar{margin:42px auto 16px}.builder-preview h2{margin:0 0 8px}.builder-preview>p{color:#bdb7cb}.empty-products{margin-top:36px;padding:36px 20px;border:1px dashed #514a65;border-radius:18px;display:grid;grid-gap:8px;gap:8px}.empty-products>span{margin:auto;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#302a41}.empty-products small{color:#aaa4b9}.success-box{margin-top:18px;padding:18px;border-radius:14px;text-align:left;background:#dff9ee;color:#145d45;display:grid;grid-gap:7px;gap:7px}.success-box span{font-size:13px}.success-box a{font-weight:800;margin-top:4px}.dashboard{padding-block:65px 100px}.dashboard-title{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.dashboard-title h1{font-size:52px;letter-spacing:-2px;margin:8px 0}.dashboard-title p{color:var(--muted)}.share-link{display:grid;grid-gap:7px;gap:7px;margin:35px 0;padding:18px 22px;border:1px solid #d9d3ff;border-radius:16px;background:#f0edff}.share-link span{color:var(--muted);font-size:12px;text-transform:uppercase}.dashboard-grid{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:24px;gap:24px}.builder-form textarea{min-height:110px;padding:14px;border:1px solid var(--line);border-radius:11px;resize:vertical}.builder-form h2,.product-list h2{margin:0}.product-list{padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff}.list-title{display:flex;align-items:center;justify-content:space-between}.list-title span{padding:5px 10px;border-radius:999px;background:#eeeafd;color:var(--purple);font-weight:800}.product-list article{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.product-list article div{display:grid;grid-gap:6px;gap:6px}.product-list article span{color:var(--muted);font-size:13px}.empty-products.light{border-color:var(--line);text-align:center;color:var(--ink)}.empty-products.light small{color:var(--muted)}.empty-catalog{display:grid;grid-gap:8px;gap:8px;margin-top:30px;padding:60px;text-align:center;border:1px dashed var(--line);border-radius:22px;background:#fff}.empty-catalog span{color:var(--muted)}.storefront-hero{background:linear-gradient(135deg,var(--accent),#342b79);color:#fff}.storefront-head{min-height:300px;display:flex;align-items:center;gap:24px}.store-avatar.large{width:82px;height:82px;border-radius:24px;background:#fff;color:#4d3ed0;font-size:25px}.storefront-head h1{font-size:48px;letter-spacing:-2px;margin:8px 0}.storefront-head p{margin:0;opacity:.8}.store-meta{text-transform:uppercase;font-size:12px;font-weight:800;letter-spacing:1px}.cart-pill{margin-left:auto;padding:13px 17px;border:0;border-radius:999px;background:#fff;color:var(--ink);font-weight:800}.cart-pill b{margin-left:8px;padding:3px 7px;border-radius:50%;color:#fff;background:var(--purple)}.catalog{padding-block:65px 100px}.catalog-heading{display:flex;align-items:flex-end;justify-content:space-between}.catalog-heading h2{margin-bottom:0}.catalog-heading>span{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:30px}.product-card{padding:16px;border:1px solid var(--line);border-radius:22px;background:#fff}.product-image{height:210px;border-radius:16px;display:grid;place-items:center;background:#e6f8f1;color:#17644e;font-size:36px;font-weight:900}.tone-2{background:#efeaff;color:#5b48d2}.tone-3{background:#fff0dc;color:#9a5c0b}.product-card>small{display:block;margin-top:18px;color:var(--muted)}.product-card h3{font-size:20px;margin:7px 0}.product-card p{min-height:66px;color:var(--muted);font-size:14px;line-height:1.55}.product-buy{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.product-buy button{width:40px;height:40px;border:0;border-radius:12px;color:#fff;background:var(--ink);font-size:24px;cursor:pointer}.seller-contact{display:flex;align-items:center;justify-content:space-between;margin-top:35px;padding:24px 28px;border-radius:20px;background:#ece9ff}.seller-contact div{display:grid;grid-gap:5px;gap:5px}.seller-contact span{color:var(--muted);font-size:14px}.seller-contact a{font-weight:900}.not-found{padding-block:130px;text-align:center}.not-found h1{margin-inline:auto}.not-found p{color:var(--muted)}.not-found .button{margin-top:20px}.site-footer{padding:30px;text-align:center;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.builder-form input[type=file]{padding:10px}.field-hint{color:var(--muted);font-weight:500;line-height:1.4}.slug-field{overflow-wrap:anywhere}.product-thumb{width:62px;height:62px;flex:0 0 62px;object-fit:cover;border-radius:12px}.product-image{overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-image-button{width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.image-lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;background:rgba(10,9,16,.88);cursor:zoom-out}.image-lightbox-content{position:relative;max-width:min(1000px,95vw);max-height:92vh;cursor:default}.image-lightbox-content img{display:block;max-width:100%;max-height:92vh;object-fit:contain;border-radius:16px}.image-lightbox-close{position:absolute;top:-14px;right:-14px;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:30px;line-height:1;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.28)}.merchant-store,.product-detail{min-height:100vh;background:#f7f7f4}.merchant-announcement{padding:9px 20px;text-align:center;background:var(--accent);color:#fff;font-size:12px;font-weight:800;letter-spacing:.5px}.merchant-demo-bar{min-height:42px;padding:8px max(20px,calc((100vw - 1400px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;background:#171522;font-size:12px}.merchant-demo-bar a{padding:7px 11px;border-radius:9px;background:#fff;color:#171522;font-weight:900}.merchant-demo-bar span{color:#c9c5d3;font-weight:700}.merchant-nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.merchant-identity{display:flex;align-items:center;gap:13px}.merchant-identity>span:last-child{display:grid;grid-gap:4px;gap:4px}.merchant-identity small{color:var(--muted);font-size:12px}.merchant-logo{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--accent);color:#fff;font-weight:900}.merchant-nav-actions{display:flex;align-items:center;gap:18px}.merchant-phone{font-size:14px;font-weight:800}.merchant-hero{color:#fff;background:linear-gradient(125deg,var(--accent),#171522 88%);overflow:hidden}.merchant-hero-inner{min-height:420px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;grid-gap:80px;gap:80px;position:relative}.merchant-hero-inner:after{content:"";position:absolute;width:440px;height:440px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-160px;top:-120px}.merchant-hero-copy{position:relative;z-index:1}.merchant-kicker{display:inline-block;margin-bottom:16px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1.5px;color:rgba(255,255,255,.72)}.merchant-kicker.dark{color:var(--accent)}.merchant-hero h1{margin:0 0 18px;max-width:760px;font-size:clamp(50px,7vw,82px);line-height:.94;letter-spacing:-4px}.merchant-hero-copy>p{max-width:600px;margin:0;color:rgba(255,255,255,.76);font-size:19px;line-height:1.6}.merchant-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.merchant-benefits span{padding:9px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.08);font-size:12px}.merchant-hero-card{position:relative;z-index:1;display:grid;grid-gap:8px;gap:8px;padding:32px;border-radius:26px;color:var(--ink);background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.2)}.merchant-hero-card>small,.merchant-hero-card>span{color:var(--muted)}.merchant-hero-card strong{font-size:68px;line-height:1}.merchant-hero-card a{margin-top:16px;font-weight:900;color:var(--accent)}.merchant-catalog{padding-block:70px 110px}.merchant-catalog-head{display:flex;align-items:end;justify-content:space-between;gap:30px}.merchant-catalog-head h2{margin:0;font-size:42px;letter-spacing:-2px}.merchant-search{width:min(360px,100%);display:flex;align-items:center;gap:10px;padding:13px 15px;border:1px solid var(--line);border-radius:14px;background:#fff}.merchant-search span{font-size:24px}.merchant-search input{width:100%;border:0;outline:0;background:transparent}.merchant-categories{display:flex;gap:9px;overflow:auto;padding:28px 0 8px}.merchant-categories button{white-space:nowrap;padding:11px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer}.merchant-categories button.active{border-color:var(--accent);background:var(--accent);color:#fff}.merchant-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-top:26px}.merchant-product-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;transition:transform .2s,box-shadow .2s}.merchant-product-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px rgba(23,21,34,.1)}.merchant-product-image{height:260px;position:relative;display:grid;place-items:center;background:#e6f8f1;color:#17644e;font-size:32px;font-weight:900;overflow:hidden}.merchant-product-image>button{width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.merchant-product-image img{width:100%;height:100%;display:block;object-fit:cover}.merchant-product-image>small{position:absolute;left:14px;top:14px;padding:7px 10px;border-radius:999px;background:#fff;color:#257153;font-size:11px;box-shadow:0 5px 15px rgba(0,0,0,.08)}.merchant-product-body{padding:20px}.merchant-product-body>span{color:var(--accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}.merchant-product-body h3{margin:8px 0;font-size:21px}.merchant-product-body p{height:44px;margin:0;color:var(--muted);font-size:13px;line-height:1.55;overflow:hidden}.merchant-product-buy{display:flex;align-items:end;justify-content:space-between;margin-top:22px}.merchant-product-buy>div{display:grid;grid-gap:4px;gap:4px}.merchant-product-buy small{color:var(--muted)}.merchant-product-buy strong{font-size:19px}.merchant-product-buy>button{width:44px;height:44px;border:0;border-radius:14px;background:var(--ink);color:#fff;font-size:24px;cursor:pointer}.merchant-contact-card{margin-top:75px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:40px;border-radius:28px;background:#eae7ff}.merchant-contact-card h2{margin:0 0 10px;font-size:34px}.merchant-contact-card p{max-width:620px;margin:0;color:var(--muted);line-height:1.6}.merchant-contact-card>div:last-child{display:grid;grid-gap:14px;gap:14px;min-width:210px}.merchant-telegram{text-align:center;font-weight:800}.merchant-footer{padding:38px 0;background:#171522;color:#fff}.merchant-footer .page-shell{display:flex;align-items:center;justify-content:space-between;gap:24px}.merchant-footer .page-shell>div{display:grid;grid-gap:5px;gap:5px}.merchant-footer small,.merchant-footer span{color:#aaa4b9}.merchant-footer b{color:#fff}.product-detail-main{padding-block:38px 90px}.product-breadcrumb{display:flex;align-items:center;gap:9px;overflow:hidden;margin-bottom:30px;color:var(--muted);font-size:13px;white-space:nowrap}.product-breadcrumb b{overflow:hidden;text-overflow:ellipsis;color:var(--ink)}.product-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:60px;gap:60px;align-items:start}.product-detail-image{height:600px;display:grid;place-items:center;overflow:hidden;border-radius:28px;background:#ebe9ff;color:var(--accent);font-size:42px;font-weight:900}.product-detail-image img{width:100%;height:100%;object-fit:contain;background:#fff}.product-detail-info{padding:24px 0}.product-detail-info>small{display:block;margin-top:24px;color:var(--accent);font-weight:900;text-transform:uppercase;letter-spacing:1px}.product-detail-info h1{margin:10px 0 18px;font-size:52px;line-height:1;letter-spacing:-2.5px}.product-detail-info>p{color:var(--muted);font-size:17px;line-height:1.7}.product-stock{display:inline-block;padding:8px 11px;border-radius:999px;background:#e2f7ec;color:#23704f;font-size:12px;font-weight:800}.product-detail-price{display:grid;grid-gap:6px;gap:6px;margin:32px 0}.product-detail-price span{color:var(--muted);font-size:12px}.product-detail-price strong{font-size:34px}.product-detail-actions{display:flex;gap:12px}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:14px;background:#fff}.quantity button{width:45px;height:48px;border:0;background:transparent;font-size:20px;cursor:pointer}.quantity b{min-width:30px;text-align:center}.product-detail-actions>.button{flex:1 1}.product-assurances{display:grid;grid-gap:10px;gap:10px;margin-top:28px;color:var(--muted);font-size:13px}.product-description{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:30px;gap:30px;margin-top:70px}.product-description aside,.product-description>div{padding:32px;border:1px solid var(--line);border-radius:24px;background:#fff}.product-description h2{margin:0 0 18px;font-size:34px}.product-description p{color:var(--muted);line-height:1.8}.product-description aside{display:grid;align-content:start;grid-gap:10px;gap:10px}.product-description aside h3{margin:0 0 12px}.product-description aside span{color:var(--muted)}.product-description aside a{margin-top:10px;color:var(--accent);font-weight:900}.seller-workspace{min-height:100vh;display:grid;grid-template-columns:270px 1fr;background:#f5f5f2}.seller-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:28px 20px;display:flex;flex-direction:column;border-right:1px solid #e5e4e0;background:#171522;color:#fff}.seller-brand{padding:0 10px;font-size:27px;font-weight:900;letter-spacing:-1.5px}.seller-brand span{color:#8f82ff}.seller-store-chip{display:flex;align-items:center;gap:12px;margin:34px 0 28px;padding:14px;border-radius:16px;background:#24212f}.seller-store-chip>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;font-size:12px;font-weight:900}.seller-store-chip>div{min-width:0;display:grid;grid-gap:4px;gap:4px}.seller-store-chip small,.seller-store-chip strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seller-store-chip small{color:#aaa4b9;font-size:11px}.seller-sidebar nav{display:grid;grid-gap:5px;gap:5px}.seller-sidebar nav button{padding:13px 14px;display:flex;justify-content:space-between;border:0;border-radius:11px;text-align:left;background:transparent;color:#c9c5d2;cursor:pointer}.seller-sidebar nav button.active{background:#302b42;color:#fff;font-weight:800}.seller-sidebar nav b{padding:2px 7px;border-radius:999px;background:#47405e;font-size:11px}.seller-preview-link{margin-top:auto;padding:13px;text-align:center;border:1px solid #474157;border-radius:12px;color:#d8d4df;font-size:13px;font-weight:800}.seller-main{min-width:0;padding:52px clamp(24px,5vw,76px) 100px}.seller-main-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:34px}.seller-main-head span,.seller-panel-title span{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.seller-main-head h1{margin:7px 0 0;font-size:40px;letter-spacing:-1.8px}.dashboard-notice{margin:0 0 22px;padding:14px 17px;border-radius:12px;font-size:13px;font-weight:700}.dashboard-notice.success{background:#def5e9;color:#176046}.dashboard-notice.error{background:#ffebeb;color:#9b2828}.seller-overview{display:grid;grid-gap:24px;gap:24px}.seller-next,.seller-panel,.seller-progress,.seller-share{padding:26px;border:1px solid #e4e2dd;border-radius:21px;background:#fff}.seller-progress>div:first-child{display:flex;align-items:center;justify-content:space-between}.seller-progress strong{font-size:26px}.progress-track{height:9px;margin-top:16px;overflow:hidden;border-radius:999px;background:#eeece8}.progress-track i{height:100%;display:block;border-radius:inherit}.seller-progress p{margin:12px 0 0;color:var(--muted);font-size:13px}.seller-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.seller-stats article{padding:24px;display:grid;grid-gap:10px;gap:10px;border:1px solid #e4e2dd;border-radius:20px;background:#fff}.seller-stats article>span{color:var(--muted);font-size:12px}.seller-stats article>strong{font-size:29px}.seller-stats article a,.seller-stats article button{padding:0;border:0;text-align:left;background:transparent;color:var(--purple);font-weight:800;cursor:pointer}.seller-share{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#ebe8ff}.seller-share>div{min-width:0;display:grid;grid-gap:7px;gap:7px}.seller-share span{color:var(--muted);font-size:11px;text-transform:uppercase}.seller-share strong{overflow-wrap:anywhere}.seller-share button{padding:10px 15px;border:0;border-radius:10px;background:#fff;font-weight:800;cursor:pointer}.seller-next h2{margin:0 0 18px}.seller-next>div{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.seller-next a,.seller-next button{padding:17px;display:flex;gap:12px;border:1px solid var(--line);border-radius:14px;text-align:left;background:#fff;cursor:pointer}.seller-next b{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;border-radius:50%;background:#eeeafd;color:var(--purple);font-size:12px}.seller-next span{display:grid;grid-gap:5px;gap:5px}.seller-next small{color:var(--muted);line-height:1.4}.seller-products-layout{display:grid;grid-template-columns:minmax(320px,.75fr) minmax(450px,1.25fr);grid-gap:22px;gap:22px;align-items:start}.seller-panel-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.seller-panel-title h2{margin:5px 0 0}.seller-panel-title>button{border:0;background:transparent;color:var(--purple);font-weight:800;cursor:pointer}.seller-panel-title>b{padding:6px 10px;border-radius:999px;background:#eeeafd;color:var(--purple)}.seller-product-form{display:grid;grid-gap:18px;gap:18px}.seller-product-form label,.seller-settings label{display:grid;grid-gap:8px;gap:8px;font-size:13px;font-weight:800}.seller-product-form input,.seller-product-form select,.seller-product-form textarea,.seller-settings input,.seller-settings select,.seller-settings textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px;background:#fff;outline:none}.seller-product-form textarea,.seller-settings textarea{min-height:110px;resize:vertical}.seller-product-form label small{color:var(--muted);font-weight:400}.seller-product-list>article{display:grid;grid-template-columns:66px minmax(0,1fr) auto;align-items:center;grid-gap:15px;gap:15px;padding:16px 0;border-top:1px solid var(--line)}.seller-product-list>article>img,.seller-product-placeholder{width:66px;height:66px;display:grid;place-items:center;object-fit:cover;border-radius:12px;background:#efedf6;color:var(--muted);font-size:11px}.seller-product-list article>div:nth-child(2){min-width:0;display:grid;grid-gap:5px;gap:5px}.seller-product-list article small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}.seller-product-list em{width:max-content;padding:4px 7px;border-radius:999px;font-size:10px;font-style:normal}.seller-product-list em.stock{background:#e1f5ea;color:#1e6b4c}.seller-product-list em.out{background:#f0eeee;color:#777}.seller-product-actions{display:grid;justify-items:end;grid-gap:5px;gap:5px}.seller-product-actions button{padding:2px;border:0;background:transparent;color:var(--purple);font-size:11px;font-weight:800;cursor:pointer}.seller-product-actions button.danger{color:#b33b3b}.seller-empty{padding:60px 20px;display:grid;grid-gap:7px;gap:7px;text-align:center;color:var(--muted)}.seller-empty strong{color:var(--ink)}.seller-settings{max-width:850px}.seller-settings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.seller-settings-grid .wide{grid-column:1/-1}.color-field{display:flex;align-items:center;gap:12px;padding:7px 12px;border:1px solid var(--line);border-radius:10px}.color-field input{width:48px;height:35px;padding:0;border:0}.seller-settings-actions{display:flex;align-items:center;gap:22px;margin-top:28px}.seller-settings-actions>a{font-weight:800;color:var(--purple)}.product-commerce{background:#fff}.commerce-main{padding-block:24px 90px}.commerce-grid{display:grid;grid-template-columns:minmax(430px,1.1fr) minmax(330px,.82fr) minmax(290px,.62fr);grid-gap:34px;gap:34px;align-items:start}.commerce-gallery{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr);grid-gap:14px;gap:14px;position:-webkit-sticky;position:sticky;top:20px}.commerce-gallery:not(:has(.commerce-thumbnails)){grid-template-columns:1fr}.commerce-thumbnails{display:grid;align-content:start;grid-gap:10px;gap:10px}.commerce-thumbnails button{width:72px;height:72px;padding:4px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}.commerce-thumbnails button.active{border:2px solid var(--accent)}.commerce-thumbnails img{width:100%;height:100%;object-fit:contain}.commerce-main-image{min-height:520px;position:relative;display:grid;place-items:center;padding:20px;border:0;border-radius:18px;background:#fff;cursor:zoom-in}.commerce-main-image img{width:100%;height:100%;max-height:590px;object-fit:contain}.commerce-main-image>span{color:var(--accent);font-size:42px;font-weight:900}.commerce-main-image>small{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);padding:7px 11px;border-radius:999px;background:#f1f0ed;color:var(--muted);font-size:10px;white-space:nowrap}.commerce-information{min-width:0;padding-top:5px}.commerce-badges{display:flex;flex-wrap:wrap;gap:7px}.commerce-badges span{padding:6px 9px;border-radius:6px;background:#eef4ff;color:#27579c;font-size:10px;font-weight:900;text-transform:uppercase}.commerce-information h1{margin:12px 0 13px;font-size:27px;line-height:1.25;letter-spacing:-.8px}.commerce-availability{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid var(--line);font-size:12px}.commerce-availability b{color:#18794e}.commerce-availability span{color:var(--muted)}.commerce-mobile-price{display:none}.commerce-highlights{padding:22px 0}.commerce-highlights h2{margin:0 0 14px;font-size:17px}.commerce-highlights ul{margin:0;padding-left:19px;display:grid;grid-gap:9px;gap:9px}.commerce-highlights li,.commerce-highlights p{color:#4e4b56;font-size:13px;line-height:1.5}.commerce-disclosures{border-top:1px solid var(--line)}.commerce-disclosures details{border-bottom:1px solid var(--line)}.commerce-disclosures summary{padding:16px 2px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:900;cursor:pointer;list-style:none}.commerce-disclosures summary::-webkit-details-marker{display:none}.commerce-disclosures details>p{margin:0;padding:0 2px 18px;color:var(--muted);font-size:13px;line-height:1.65}.commerce-disclosures dl{margin:0;padding:0 2px 18px}.commerce-disclosures dl>div{display:flex;justify-content:space-between;gap:20px;padding:7px 0;font-size:12px}.commerce-disclosures dt{color:var(--muted)}.commerce-disclosures dd{margin:0;text-align:right;font-weight:800}.commerce-buy-card{position:-webkit-sticky;position:sticky;top:20px;padding:22px;border:1px solid #dedede;border-radius:14px;background:#fff;box-shadow:0 10px 35px rgba(23,21,34,.08)}.commerce-buy-card>span{color:var(--muted);font-size:11px}.commerce-buy-card>strong{display:block;margin-top:4px;font-size:29px;letter-spacing:-1px}.commerce-buy-card>strong small{font-size:14px}.commerce-buy-card>p{margin:12px 0 18px;padding:10px 12px;border-radius:8px;font-size:12px;font-weight:900}.commerce-buy-card>p.available{background:#e7f7ef;color:#18794e}.commerce-buy-card>p.unavailable{background:#f4eeee;color:#8b3b3b}.commerce-quantity{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.commerce-quantity>span{font-size:12px;font-weight:800}.commerce-quantity>div{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px}.commerce-quantity button{width:33px;height:32px;border:0;background:transparent;cursor:pointer}.commerce-quantity button:disabled{opacity:.3;cursor:not-allowed}.commerce-quantity b{min-width:24px;text-align:center;font-size:12px}.commerce-cart-button{width:100%;border-radius:999px}.commerce-cart-button:disabled{opacity:.5;cursor:not-allowed}.commerce-contact-button{margin-top:9px;padding:11px 14px;display:block;text-align:center;border:1px solid var(--ink);border-radius:999px;font-size:12px;font-weight:900}.commerce-contact-button.telegram{border-color:#2aabee;color:#1685bd}.commerce-order-notes{margin-top:20px;border-top:1px solid var(--line)}.commerce-order-notes p{margin:0;padding:13px 0;display:grid;grid-gap:4px;gap:4px;border-bottom:1px solid var(--line)}.commerce-order-notes b{font-size:11px}.commerce-order-notes span{color:var(--muted);font-size:10px}.commerce-responsibility{display:block;margin-top:16px;color:var(--muted);font-size:9px;line-height:1.5}.commerce-image-open{width:100%;height:100%;min-height:480px;padding:0;display:grid;place-items:center;border:0;background:transparent;cursor:zoom-in}.commerce-image-open>span{color:var(--accent);font-size:42px;font-weight:900}.commerce-image-open>small{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);padding:7px 11px;border-radius:999px;background:#f1f0ed;color:var(--muted);font-size:10px;white-space:nowrap}.commerce-favorite{position:absolute;z-index:3;right:15px;top:15px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;font-size:27px;box-shadow:0 5px 20px rgba(0,0,0,.12);cursor:pointer}.commerce-favorite.active{color:#d91e3e}.commerce-gallery-arrow{position:absolute;z-index:3;top:50%;width:45px;height:45px;transform:translateY(-50%);border:0;border-radius:50%;background:#fff;font-size:34px;box-shadow:0 5px 20px rgba(0,0,0,.14);cursor:pointer}.commerce-gallery-arrow.previous{left:14px}.commerce-gallery-arrow.next{right:14px}.commerce-seller-card{margin-top:18px;padding:15px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;border:1px solid var(--line);border-radius:13px}.commerce-seller-logo{width:46px;height:46px;display:grid;place-items:center;overflow:hidden;border-radius:50%;color:#fff;font-weight:900}.commerce-seller-logo img{width:100%;height:100%;object-fit:cover}.commerce-seller-card>div:nth-child(2){min-width:0;display:grid;grid-gap:2px;gap:2px}.commerce-seller-card small,.commerce-seller-card span{color:var(--muted);font-size:10px}.commerce-seller-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.commerce-seller-links{display:grid;justify-items:end;grid-gap:5px;gap:5px}.commerce-seller-links a{color:var(--accent);font-size:10px;font-weight:900}.commerce-secondary-button{width:100%;margin-top:9px;padding:11px 14px;border:1px solid var(--accent);border-radius:999px;background:#fff;color:var(--accent);font-weight:900;cursor:pointer}.commerce-secondary-button:disabled{opacity:.45;cursor:not-allowed}.commerce-secondary-button.favorite.active{background:#fff0f3;color:#c81f42;border-color:#e8a4b2}.commerce-cart-button{display:block;text-align:center}.commerce-cart-button.disabled{pointer-events:none;opacity:.5}.commerce-toast{position:fixed;z-index:20;left:50%;top:18px;transform:translateX(-50%);padding:12px 14px 12px 18px;display:flex;align-items:center;gap:16px;border-radius:999px;background:#171522;color:#fff;font-size:12px;font-weight:800;box-shadow:0 10px 35px rgba(0,0,0,.25)}.commerce-toast button{width:25px;height:25px;border:0;border-radius:50%;background:#35313f;color:#fff;cursor:pointer}@media (max-width:1180px){.commerce-grid{grid-template-columns:minmax(390px,1fr) minmax(300px,.85fr)}.commerce-buy-card{grid-column:2;position:static}.commerce-information{grid-column:2}.commerce-gallery{grid-row:1/3}}@media (max-width:1000px){.seller-workspace{grid-template-columns:1fr}.seller-sidebar{position:static;height:auto;padding:16px 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:16px;gap:16px}.seller-store-chip{display:none}.seller-sidebar nav{display:flex;overflow:auto}.seller-sidebar nav button{white-space:nowrap}.seller-preview-link{margin:0}.seller-products-layout{grid-template-columns:1fr}.seller-main{padding:35px 24px 80px}}@media (max-width:800px){.site-header nav>a:first-child{display:none}.hero{grid-template-columns:1fr;gap:30px;min-height:auto}.builder-heading h1,.hero h1{font-size:52px;letter-spacing:-2.5px}.store-preview{transform:none}.builder-grid,.dashboard-grid,.field-row,.product-grid,.step-grid{grid-template-columns:1fr}.storefront-head{align-items:flex-start;flex-wrap:wrap;padding-block:45px}.cart-pill{margin-left:0}.storefront-head h1{font-size:38px}.dashboard-title,.seller-contact{align-items:flex-start;flex-direction:column;gap:18px}.merchant-announcement{font-size:10px}.merchant-nav{height:auto;padding-block:16px}.merchant-phone{display:none}.merchant-identity small{max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.merchant-hero-inner{min-height:auto;grid-template-columns:1fr;gap:32px;padding-block:55px}.merchant-hero h1{font-size:52px;letter-spacing:-2.5px}.merchant-hero-card{display:none}.merchant-benefits{gap:7px}.merchant-catalog{padding-block:48px 80px}.merchant-catalog-head{align-items:stretch;flex-direction:column}.merchant-catalog-head h2{font-size:34px}.merchant-search{width:100%}.merchant-product-grid{grid-template-columns:1fr}.merchant-product-image{height:310px}.merchant-contact-card{align-items:flex-start;flex-direction:column;padding:28px}.merchant-contact-card>div:last-child{width:100%}.merchant-footer .page-shell{align-items:flex-start;flex-direction:column}.product-description,.product-detail-grid{grid-template-columns:1fr}.product-detail-grid{gap:25px}.product-detail-image{height:400px}.product-detail-info h1{font-size:39px}.product-detail-actions{align-items:stretch;flex-direction:column}.quantity{justify-content:space-between}.product-description{margin-top:35px}.seller-sidebar{grid-template-columns:1fr}.seller-brand{display:none}.seller-sidebar nav{order:2}.seller-preview-link{display:none}.seller-main-head{align-items:flex-start}.seller-main-head h1{font-size:32px}.seller-main-head .button{display:none}.seller-next>div,.seller-settings-grid,.seller-stats{grid-template-columns:1fr}.seller-share{align-items:flex-start;flex-direction:column}.seller-product-list>article{grid-template-columns:58px minmax(0,1fr)}.seller-product-list>article>img,.seller-product-placeholder{width:58px;height:58px}.seller-product-actions{grid-column:1/-1;display:flex;justify-content:flex-start}.seller-settings-grid .wide{grid-column:auto}.seller-settings-actions{align-items:flex-start;flex-direction:column}}.merchant-product-buy>button{transition:transform .2s,background .2s}.merchant-product-buy>button:hover{transform:scale(1.06)}.merchant-product-buy>button.added{background:#18794e}.merchant-product-buy>button:disabled{opacity:.4;cursor:not-allowed;transform:none}@media (max-width:800px){.commerce-main{padding-block:18px 65px}.product-breadcrumb{margin-bottom:18px}.commerce-grid{grid-template-columns:1fr;gap:24px}.commerce-buy-card,.commerce-gallery,.commerce-information{grid-column:1;grid-row:auto}.commerce-gallery{position:static;grid-template-columns:1fr}.commerce-main-image{min-height:360px;padding:10px}.commerce-thumbnails{grid-row:2;display:flex;overflow:auto}.commerce-thumbnails button{flex:0 0 62px;width:62px;height:62px}.commerce-information h1{font-size:30px}.commerce-mobile-price{display:grid;grid-gap:3px;gap:3px;margin-top:18px}.commerce-mobile-price small{color:var(--muted)}.commerce-mobile-price strong{font-size:26px}.commerce-buy-card{position:static}.commerce-buy-card>span,.commerce-buy-card>strong{display:none}}.login-page{min-height:100vh;display:grid;place-items:center;padding-block:60px}.login-card{width:min(500px,100%);padding:42px;display:grid;grid-gap:18px;gap:18px;text-align:center;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:0 30px 80px rgba(23,21,34,.12)}.login-logo{width:62px;height:62px;margin:auto;display:grid;place-items:center;border-radius:20px;background:var(--purple);color:#fff;font-size:27px;font-weight:900}.login-card h1{margin:0;font-size:42px;line-height:1}.login-card>p:not(.eyebrow):not(.form-error){margin:0;color:var(--muted);line-height:1.6}.login-card>a{display:block}.login-card>small{color:var(--muted)}.login-benefits{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;padding-top:6px}.login-benefits span{padding:7px 10px;border-radius:999px;background:#f3f1ff;color:#5144bd;font-size:10px;font-weight:800}.account-page{padding-block:70px 100px}.account-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:45px}.account-head h1{margin:5px 0;font-size:52px;letter-spacing:-2px}.account-head p{margin-bottom:0;color:var(--muted)}.account-head>div:last-child{display:flex;align-items:center;gap:12px}.account-head>div:last-child>button{padding:12px;border:0;background:transparent;cursor:pointer}.account-empty{padding:70px;text-align:center;border:1px dashed var(--line);border-radius:28px;background:#fff}.account-empty strong{font-size:24px}.account-empty p{color:var(--muted)}.account-store-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.account-store-grid article{padding:24px;display:grid;grid-template-columns:58px 1fr;grid-gap:16px;gap:16px;border:1px solid var(--line);border-radius:24px;background:#fff}.account-store-grid article>span{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:var(--store-color);color:#fff;font-weight:900}.account-store-grid h2{margin:5px 0;font-size:22px}.account-store-grid p,.account-store-grid small{margin:0;color:var(--muted)}.account-store-grid article>div:last-child{grid-column:1/-1;display:flex;gap:10px}.account-store-grid article>div:last-child a{padding:10px 14px;border-radius:999px;background:#f2f0f7;font-size:12px;font-weight:800}.account-store-grid article>div:last-child a:first-child{background:var(--ink);color:#fff}@media (max-width:800px){.login-card{padding:30px 22px}.login-card h1{font-size:34px}.account-head{align-items:flex-start;flex-direction:column}.account-head h1{font-size:42px}.account-store-grid{grid-template-columns:1fr}}.merchant-contact-actions{display:grid!important;grid-template-columns:repeat(2,minmax(210px,1fr));grid-gap:12px!important;gap:12px!important;min-width:460px!important}.merchant-contact-action{min-height:58px;padding:12px 18px;display:flex;align-items:center;justify-content:center;gap:10px;border:2px solid var(--ink);border-radius:17px;background:var(--ink);color:#fff;text-align:center;transition:transform .2s,box-shadow .2s}.merchant-contact-action:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(23,21,34,.14)}.merchant-contact-action>span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;border-radius:50%;background:rgba(255,255,255,.14);font-size:15px}.merchant-contact-action.telegram{border-color:#229ed9;background:#229ed9}.merchant-contact-action b{font-size:14px}@media (max-width:800px){.merchant-contact-actions{width:100%;min-width:0!important;grid-template-columns:1fr}.merchant-contact-action{width:100%}}.merchant-product-image img{object-fit:contain;object-position:center;background:#f7f7f4}.merchant-product-image>button{min-width:0;min-height:0;padding:16px;display:grid;place-items:center;overflow:hidden;background:#f7f7f4}.merchant-product-image>button img{width:100%;height:100%;min-width:0;min-height:0;object-fit:contain;object-position:center}.cart-pill{cursor:pointer}.cart-overlay{position:fixed;inset:0;z-index:1100;display:flex;justify-content:flex-end;background:rgba(12,10,18,.48);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cart-drawer{width:min(460px,100%);height:100%;padding:28px;display:flex;flex-direction:column;background:#fff;box-shadow:-20px 0 60px rgba(0,0,0,.18);overflow:auto}.cart-drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;border-bottom:1px solid var(--line)}.cart-drawer-head small{color:var(--accent);font-size:10px;font-weight:900;letter-spacing:1px}.cart-drawer-head h2{margin:4px 0 0;font-size:34px}.cart-drawer-head>button,.cart-items article>button{border:0;background:transparent;cursor:pointer}.cart-drawer-head>button{width:42px;height:42px;border-radius:50%;background:#f1eff5;font-size:27px}.cart-empty{margin:auto;display:grid;grid-gap:8px;gap:8px;text-align:center}.cart-empty span{color:var(--muted)}.cart-items{display:grid}.cart-items article{padding:18px 0;display:grid;grid-template-columns:78px minmax(0,1fr) 30px;align-items:center;grid-gap:14px;gap:14px;border-bottom:1px solid var(--line)}.cart-item-placeholder,.cart-items img{width:78px;height:78px;display:grid;place-items:center;object-fit:contain;border-radius:13px;background:#f5f4f1;color:var(--accent);font-weight:900}.cart-items article>div{min-width:0;display:grid;grid-gap:5px;gap:5px}.cart-items article strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-items article small{color:var(--muted)}.cart-items article b{font-size:14px}.cart-items article>button{font-size:24px;color:var(--muted)}.cart-item-quantity{width:max-content;display:flex;align-items:center;border:1px solid var(--line);border-radius:999px}.cart-item-quantity button{width:28px;height:26px;border:0;background:transparent;cursor:pointer}.cart-item-quantity button:disabled{opacity:.3;cursor:not-allowed}.cart-item-quantity b{min-width:24px;text-align:center;font-size:12px}.cart-summary{margin-top:auto;padding:24px 0 18px;display:flex;align-items:end;justify-content:space-between}.cart-summary span{color:var(--muted)}.cart-summary strong{font-size:26px}.cart-checkout{display:block;text-align:center}.cart-clear{margin-top:12px;padding:10px;border:0;background:transparent;color:var(--muted);cursor:pointer}@media(max-width:600px){.cart-drawer{padding:22px}.cart-items article{grid-template-columns:66px minmax(0,1fr) 26px}.cart-item-placeholder,.cart-items img{width:66px;height:66px}}.merchant-rating-mini{color:#d89100!important;font-size:11px!important}.merchant-reviews{margin-top:75px}.merchant-reviews-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.merchant-reviews-head h2{margin:3px 0 8px;font-size:38px}.merchant-reviews-head p{margin:0;color:var(--muted)}.merchant-rating-summary{min-width:190px;padding:20px;display:grid;justify-items:center;grid-gap:5px;gap:5px;border:1px solid var(--line);border-radius:20px;background:#fff}.merchant-rating-summary>strong{font-size:42px}.merchant-rating-summary small{color:var(--muted)}.review-stars{display:flex;gap:3px}.review-stars i{color:#ddd8cc;font-size:20px;font-style:normal}.review-stars i.active{color:#f5a623}.review-stars.small i{font-size:13px}.merchant-reviews-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:24px;gap:24px;align-items:start}.review-list{display:grid;grid-gap:12px;gap:12px}.review-empty,.review-form,.review-list article{padding:23px;border:1px solid var(--line);border-radius:20px;background:#fff}.review-list article>div{display:flex;align-items:center;gap:11px}.review-avatar{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:50%;background:#eeeaff;color:var(--accent);font-weight:900}.review-list article>div>div{display:grid;grid-gap:3px;gap:3px}.review-list article small{color:var(--muted)}.review-list article .review-stars{margin-left:auto}.review-list article p{margin:16px 0 0;color:#4d4955;line-height:1.6}.review-empty{min-height:180px;display:grid;place-content:center;grid-gap:8px;gap:8px;text-align:center}.review-empty span{color:var(--muted)}.review-form{display:grid;grid-gap:16px;gap:16px;position:-webkit-sticky;position:sticky;top:20px}.review-form h3{margin:0;font-size:25px}.review-form label{display:grid;grid-gap:7px;gap:7px;font-size:12px;font-weight:800}.review-form input,.review-form textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:11px;background:#fff;outline:none}.review-form textarea{min-height:105px;resize:vertical}.review-rating-input{display:flex;gap:5px}.review-rating-input button{padding:0;border:0;background:transparent;color:#ddd8cc;font-size:32px;cursor:pointer}.review-rating-input button.active{color:#f5a623}.review-message{margin:0;color:var(--muted);font-size:12px}.review-form .button:disabled{opacity:.5}@media(max-width:800px){.merchant-reviews-head{align-items:flex-start;flex-direction:column}.merchant-rating-summary{width:100%}.merchant-reviews-grid{grid-template-columns:1fr}.review-form{position:static}.merchant-reviews-head h2{font-size:32px}}.cart-checkout{width:100%;border:0;cursor:pointer}.checkout-form{margin-top:4px;padding:18px;display:grid;grid-gap:13px;gap:13px;border-radius:17px;background:#f6f5f2}.checkout-form h3{margin:0 0 3px}.checkout-form label{display:grid;grid-gap:6px;gap:6px;font-size:11px;font-weight:900}.checkout-form input,.checkout-form textarea{width:100%;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff;outline:none}.checkout-form textarea{min-height:66px;resize:vertical}.checkout-form .button{border:0;cursor:pointer}.checkout-delivery{margin:0;padding:0;border:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.checkout-delivery legend{margin-bottom:7px;font-size:11px;font-weight:900}.checkout-delivery label{padding:11px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}.checkout-delivery input{width:auto;accent-color:var(--accent)}.checkout-error{margin:0;color:#a52d2d;font-size:12px}.order-success-overlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;background:rgba(12,10,18,.62);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.order-success{width:min(500px,100%);max-height:calc(100vh - 40px);padding:38px;display:grid;justify-items:center;grid-gap:12px;gap:12px;text-align:center;border-radius:28px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.25);overflow:auto}.order-success>span{width:66px;height:66px;display:grid;place-items:center;border-radius:50%;background:#dff6e9;color:#18794e;font-size:34px}.order-success>small{color:#18794e;font-weight:900;letter-spacing:1px}.order-success h2{margin:0;font-size:34px}.order-success p{margin:0;color:var(--muted);line-height:1.6}.order-success>div{width:100%;margin:9px 0;padding:18px;display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px;text-align:left;border-radius:15px;background:#f5f4f1}.order-success>div small{color:var(--muted)}.order-success>div strong{text-align:right}.order-next-steps{width:100%;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px;list-style:none;text-align:left}.order-next-steps li{padding:10px 12px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:11px}.order-next-steps b{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px;border-radius:50%;background:#eeeafd;color:var(--accent);font-size:11px}.order-next-steps span{font-size:12px;font-weight:700}@media(max-width:600px){.checkout-delivery{grid-template-columns:1fr}.order-success{padding:28px 22px}.order-success h2{font-size:29px}}.checkout-form select{width:100%;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff;outline:none}.checkout-schedule{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.checkout-location{display:flex;align-items:center;gap:10px}.checkout-location button{padding:10px 12px;border:1px solid #cfc8ff;border-radius:10px;background:#fff;color:#5d50dc;font-size:11px;font-weight:900;cursor:pointer}.checkout-location span{color:#18794e;font-size:11px;font-weight:800}@media(max-width:600px){.checkout-schedule{grid-template-columns:1fr}.checkout-location{align-items:flex-start;flex-direction:column}}.checkout-delivery label>span{display:grid;grid-gap:2px;gap:2px}.checkout-delivery label small{color:var(--muted);font-weight:500;line-height:1.25}.checkout-total-breakdown{padding:10px 12px;display:grid;grid-gap:6px;gap:6px;border-radius:10px;background:#fff}.checkout-total-breakdown span{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.checkout-total-breakdown b{color:var(--ink)}.seller-orders{max-width:980px}.seller-order-list{display:grid;grid-gap:16px;gap:16px}.seller-order-list>article{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fafaf8}.seller-order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.seller-order-head h3{margin:6px 0 3px}.seller-order-head small{color:var(--muted)}.seller-order-head a{color:var(--purple);font-weight:800}.seller-order-head>strong{font-size:20px}.seller-order-items{margin:18px 0;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.seller-order-items p{margin:0;padding:5px 0;display:flex;justify-content:space-between;gap:20px;font-size:13px}.seller-order-note{margin:8px 0;color:#55515d;font-size:13px}.seller-order-status{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:12px;font-weight:900}.seller-order-status select{padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff}@media(max-width:600px){.seller-order-head{flex-direction:column}.seller-order-items p{gap:3px}.seller-order-items p,.seller-order-status{align-items:flex-start;flex-direction:column}.seller-order-status select{width:100%}}.seller-order-filters{margin:-4px 0 22px;display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.seller-order-filters button{padding:9px 12px;display:flex;align-items:center;gap:7px;white-space:nowrap;border:1px solid var(--line);border-radius:999px;background:#fff;color:#55515d;font-size:12px;font-weight:800;cursor:pointer}.seller-order-filters button.active{border-color:#171522;background:#171522;color:#fff}.seller-order-filters b{padding:2px 6px;border-radius:999px;background:#efedf6;font-size:10px;color:#5d50dc}.seller-order-list>article.is-new{border-color:#bcb2ff;background:#f9f7ff}.seller-order-list>article.is-focused{outline:4px solid rgba(109,93,252,.18);border-color:#6d5dfc}.seller-order-summary{display:grid;justify-items:end;grid-gap:10px;gap:10px}.seller-order-summary>strong{font-size:20px}.order-status-badge{padding:6px 9px;border-radius:999px;background:#eeeafd;color:#5d50dc;font-size:10px;font-weight:900;text-transform:uppercase}.order-status-badge.confirmed{background:#e9f3ff;color:#1f65a5}.order-status-badge.shipping{background:#fff2cf;color:#8a5c00}.order-status-badge.completed{background:#def5e9;color:#176046}.order-status-badge.cancelled{background:#ffebeb;color:#9b2828}.seller-order-actions{margin-top:18px;display:flex;flex-wrap:wrap;gap:9px}.seller-order-actions a,.seller-order-actions button{padding:11px 14px;border:1px solid #171522;border-radius:11px;background:#fff;color:#171522;font-size:12px;font-weight:900;cursor:pointer}.seller-order-actions button.primary{background:#171522;color:#fff}.seller-order-actions button.danger{border-color:#d9a5a5;color:#a52f2f}.seller-order-actions .order-call{border-color:#d9d5ff;color:#5d50dc}@media(max-width:1000px){.seller-sidebar{position:-webkit-sticky;position:sticky;top:0;z-index:20;box-shadow:0 8px 22px rgba(18,16,28,.12)}}@media(max-width:600px){.seller-order-list>article,.seller-orders{padding:18px}.seller-order-summary{justify-items:start}.seller-order-actions{display:grid;grid-template-columns:1fr}.seller-order-actions a,.seller-order-actions button{text-align:center}.seller-main{padding:25px 14px 80px}.seller-sidebar{padding:12px 14px}.seller-sidebar nav{width:100%}}.seller-order-delivery{margin:14px 0;padding:14px;border-radius:12px;background:#f0eefc}.seller-order-delivery p{margin:0;padding:3px 0;color:#45404e;font-size:13px}.seller-order-delivery p:first-child{font-weight:900}.seller-order-delivery a{color:#5d50dc;font-weight:900}.seller-delivery-settings{max-width:980px}.delivery-intro{max-width:720px;margin:-8px 0 24px;color:var(--muted);line-height:1.6}.delivery-method-cards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;margin-bottom:24px}.delivery-method-cards article,.delivery-method-cards label{min-height:118px;padding:18px;display:grid;align-content:start;grid-gap:7px;gap:7px;border:1px solid var(--line);border-radius:15px;background:#fafaf8}.delivery-method-cards label{grid-template-columns:auto 1fr;cursor:pointer}.delivery-method-cards label input{grid-row:1/3;width:auto;margin:3px 5px 0 0;accent-color:var(--purple)}.delivery-method-cards article small,.delivery-method-cards label small{color:var(--muted);line-height:1.4}.delivery-method-cards label.active{border-color:#8b7cff;background:#f1efff}.delivery-method-cards article{opacity:.72}.delivery-method-cards article em{width:max-content;padding:5px 8px;border-radius:999px;background:#eeeae3;color:#716b62;font-size:10px;font-style:normal;font-weight:800}.pickup-location-row{margin-top:18px;display:flex;align-items:center;gap:12px}.pickup-location-row button{padding:11px 13px;border:1px solid #cfc8ff;border-radius:10px;background:#fff;color:#5d50dc;font-weight:800;cursor:pointer}.pickup-location-row span{color:#18794e;font-size:12px;font-weight:800}@media(max-width:700px){.delivery-method-cards{grid-template-columns:1fr}.pickup-location-row{align-items:flex-start;flex-direction:column}}.seller-workspace{grid-template-columns:286px 1fr}.seller-sidebar{padding:22px 16px;border-right:1px solid #deddd8;background:#f0f0ee}.seller-brand,.seller-sidebar{color:var(--ink)}.seller-store-chip{margin:24px 0 18px;padding:12px;background:#fff;border:1px solid #e1e0dc}.seller-store-chip small{color:var(--muted)}.seller-navigation{min-height:0;display:block!important;overflow-y:auto;padding-right:3px}.seller-nav-group{display:grid;grid-gap:3px;gap:3px;padding:9px 0;border-top:1px solid #deddd8}.seller-nav-group:first-child{border-top:0}.seller-nav-group>small{padding:5px 11px 7px;color:#85818a;font-size:10px;font-weight:900;letter-spacing:.9px;text-transform:uppercase}.seller-sidebar .seller-nav-group button{min-height:39px;padding:8px 11px;border-radius:9px;color:#4b4851;font-size:13px;font-weight:750}.seller-sidebar .seller-nav-group button>span{display:flex;align-items:center;gap:10px}.seller-sidebar .seller-nav-group button i{width:20px;display:grid;place-items:center;color:#67636d;font-size:15px;font-style:normal}.seller-sidebar .seller-nav-group button:hover{background:#e4e3df;color:var(--ink)}.seller-sidebar .seller-nav-group button.active{background:#fff;color:var(--ink);box-shadow:0 1px 2px rgba(23,21,34,.07)}.seller-sidebar .seller-nav-group button.active i{color:var(--purple)}.seller-sidebar nav b{background:#e9e5ff;color:#5d50dc}.seller-preview-link{margin-top:14px;border-color:#d4d2cc;background:#fff;color:var(--ink)}.seller-feature-section{max-width:980px;padding:36px}.seller-feature-section>div:first-child>span{color:var(--purple);font-size:11px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.seller-feature-section h2{margin:7px 0 10px;font-size:30px}.seller-feature-section>div:first-child>p{max-width:680px;margin:0;color:var(--muted);line-height:1.6}.seller-feature-grid{margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:13px;gap:13px}.seller-feature-grid article{padding:20px;display:grid;grid-gap:9px;gap:9px;border:1px solid var(--line);border-radius:15px;background:#fafaf8}.seller-feature-grid i{width:27px;height:27px;display:grid;place-items:center;border-radius:9px;background:#eae6ff;color:var(--purple);font-size:11px;font-style:normal;font-weight:900}.seller-feature-grid small{color:var(--muted);line-height:1.4}.seller-feature-note{margin:22px 0 0;padding:12px 14px;border-radius:10px;background:#f0eefc;color:#5d50dc;font-size:12px;font-weight:800}@media(max-width:1000px){.seller-workspace{grid-template-columns:minmax(0,1fr)}.seller-sidebar{width:100%;min-width:0;background:#f0f0ee;overflow:hidden}.seller-navigation{width:100%;min-width:0;max-width:100%;display:flex!important;gap:7px;overflow-x:auto;overscroll-behavior-inline:contain}.seller-nav-group{display:flex;flex:0 0 auto;padding:0;border:0}.seller-nav-group>small{display:none}.seller-sidebar .seller-nav-group button{white-space:nowrap}.seller-preview-link{margin:0}.seller-main{width:100%;min-width:0}.seller-feature-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.seller-workspace{width:100%;max-width:100vw;overflow-x:hidden}.seller-sidebar{grid-template-columns:minmax(0,1fr)!important}.seller-navigation{order:2}.seller-main{max-width:100vw;overflow-x:hidden}.seller-order-list,.seller-order-list>article,.seller-orders,.seller-overview,.seller-panel,.seller-products-layout{min-width:0;max-width:100%}.seller-order-head,.seller-order-head>div,.seller-order-items p{min-width:0}.seller-order-delivery p,.seller-order-head a{overflow-wrap:anywhere}.seller-feature-section{padding:22px}.seller-feature-grid{grid-template-columns:1fr}.seller-feature-section h2{font-size:26px}}.seller-order-actions .order-message{border-color:#9ddcf5;color:#1685bd}.seller-customers{max-width:980px;padding:34px}.seller-customers-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.seller-customers-heading>div>span{color:var(--purple);font-size:11px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.seller-customers-heading h2{margin:7px 0 8px;font-size:30px}.seller-customers-heading p{margin:0;color:var(--muted)}.seller-customers-heading>strong{padding:12px 15px;border-radius:13px;background:#eeeafd;color:#5d50dc;font-size:23px}.seller-customers-heading>strong small{font-size:11px}.seller-customer-tools{margin:26px 0 18px;display:flex;align-items:center;justify-content:space-between;gap:13px}.seller-customer-tools label{min-width:250px;padding:0 13px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:11px;background:#fff}.seller-customer-tools input{width:100%;padding:12px 0;border:0;outline:0;background:transparent}.seller-customer-tools>div{display:flex;gap:7px;overflow-x:auto}.seller-customer-tools button{padding:9px 11px;white-space:nowrap;border:1px solid var(--line);border-radius:999px;background:#fff;color:#55515d;font-size:11px;font-weight:800;cursor:pointer}.seller-customer-tools button.active{border-color:#171522;background:#171522;color:#fff}.seller-customer-list{display:grid;grid-gap:11px;gap:11px}.seller-customer-list>article{border:1px solid var(--line);border-radius:15px;background:#fafaf8;overflow:hidden}.seller-customer-list>article.expanded{border-color:#bcb2ff}.seller-customer-summary{width:100%;padding:17px;display:grid;grid-template-columns:auto minmax(150px,1.5fr) .65fr 1fr .8fr auto;align-items:center;grid-gap:14px;gap:14px;border:0;background:transparent;text-align:left;cursor:pointer}.seller-customer-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#6957f5;color:#fff;font-weight:900}.seller-customer-identity{display:grid;grid-gap:3px;gap:3px;min-width:0}.seller-customer-identity small{color:#5d50dc;font-weight:800}.seller-customer-identity em{width:max-content;padding:3px 6px;border-radius:999px;background:#def5e9;color:#176046;font-size:9px;font-style:normal;font-weight:900}.seller-customer-last,.seller-customer-metric{display:grid;grid-gap:3px;gap:3px}.seller-customer-last small,.seller-customer-metric small{color:var(--muted);font-size:10px}.seller-customer-last strong,.seller-customer-metric strong{font-size:12px}.seller-customer-summary>i{font-size:20px;font-style:normal}.seller-customer-details{padding:0 17px 18px}.seller-customer-actions{padding:14px 0;display:flex;gap:8px;border-top:1px solid var(--line)}.seller-customer-actions a,.seller-customer-actions button{padding:9px 12px;border:1px solid #d9d5ff;border-radius:9px;background:#fff;color:#5d50dc;font-size:11px;font-weight:900;cursor:pointer}.seller-customer-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.seller-customer-stats span{padding:11px;border-radius:10px;background:#f0eefc;display:grid;grid-gap:3px;gap:3px}.seller-customer-stats small{color:var(--muted);font-size:10px}.seller-customer-history{margin-top:18px}.seller-customer-history h3{font-size:15px}.seller-customer-history>div{padding:10px 0;display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-gap:10px;gap:10px;border-top:1px solid var(--line);font-size:11px}.seller-customer-history>div>span:first-child{display:grid;grid-gap:3px;gap:3px}.seller-customer-history>div>span:first-child small{color:var(--muted)}@media(max-width:760px){.seller-customers{padding:20px}.seller-customers-heading h2{font-size:26px}.seller-customer-tools{align-items:stretch;flex-direction:column}.seller-customer-tools label{min-width:0}.seller-customer-summary{grid-template-columns:auto 1fr auto}.seller-customer-last,.seller-customer-metric{display:none}.seller-customer-stats{grid-template-columns:repeat(3,1fr)}.seller-customer-history>div{grid-template-columns:1fr auto}.seller-customer-history>div>strong{grid-column:2}.seller-customer-actions{display:grid;grid-template-columns:1fr 1fr}.seller-customer-actions a,.seller-customer-actions button{text-align:center}}@media(max-width:600px){.merchant-demo-bar{padding:8px 12px;align-items:stretch;flex-direction:column-reverse;gap:7px;text-align:center}.merchant-demo-bar a{display:block}.merchant-demo-bar span{font-size:10px}}.admin-access{min-height:100vh;padding:40px;display:grid;place-content:center;justify-items:center;grid-gap:14px;gap:14px;text-align:center;background:#f4f4f1}.admin-access>span{color:var(--purple);font-size:12px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.admin-access h1{margin:0;font-size:clamp(38px,7vw,72px);letter-spacing:-3px}.admin-access p{max-width:580px;margin:0 0 12px;color:var(--muted);line-height:1.6}.admin-workspace{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr);background:#f4f4f1;color:#171522}.admin-sidebar{height:100vh;padding:25px 18px;position:-webkit-sticky;position:sticky;top:0;display:flex;flex-direction:column;background:#171522;color:#fff}.admin-brand{display:flex;align-items:center;gap:2px;color:#fff;font-size:26px;font-weight:950;letter-spacing:-1px}.admin-brand span{color:#6d5dfc}.admin-brand b{margin-left:8px;padding:4px 7px;border-radius:7px;background:#6d5dfc;font-size:9px;letter-spacing:1px}.admin-person{margin:29px 0 22px;padding:14px;display:grid;grid-gap:4px;gap:4px;border:1px solid #373343;border-radius:13px;background:#211e2b}.admin-person small{color:#a9a4b3;font-size:10px;text-transform:uppercase;letter-spacing:.8px}.admin-person strong{overflow:hidden;text-overflow:ellipsis}.admin-sidebar nav{display:grid;grid-gap:6px;gap:6px}.admin-sidebar nav button{width:100%;min-height:45px;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:10px;background:transparent;color:#cac5d2;text-align:left;font-weight:750;cursor:pointer}.admin-sidebar nav button.active,.admin-sidebar nav button:hover{background:#fff;color:#171522}.admin-sidebar nav button b{min-width:24px;padding:3px 6px;border-radius:999px;background:#6d5dfc;color:#fff;text-align:center;font-size:10px}.admin-exit{margin-top:auto;padding:11px 12px;border:1px solid #45404f;border-radius:10px;color:#c7c2ce;font-size:12px;font-weight:800}.admin-main{min-width:0;padding:34px 38px 70px}.admin-main>header{margin-bottom:27px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.admin-main>header span,.admin-panel-head span{color:#6d5dfc;font-size:10px;font-weight:900;letter-spacing:1px;text-transform:uppercase}.admin-main>header h1{margin:5px 0 0;font-size:38px;letter-spacing:-1.5px}.admin-main>header p{max-width:500px;margin:0;color:var(--muted);text-align:right;line-height:1.5}.admin-error{margin:0 0 18px;padding:12px 14px;border:1px solid #efb5b5;border-radius:10px;background:#fff0f0;color:#9c2929;font-size:12px;font-weight:800}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:13px;gap:13px;margin-bottom:22px}.admin-stat-grid article{min-height:130px;padding:20px;display:grid;align-content:space-between;border:1px solid #deddd8;border-radius:17px;background:#fff}.admin-stat-grid article small{color:var(--muted);font-weight:700}.admin-stat-grid article strong{font-size:30px;letter-spacing:-1px}.admin-stat-grid article span{color:#6d5dfc;font-size:11px;font-weight:850}.admin-panel{padding:24px;border:1px solid #deddd8;border-radius:19px;background:#fff;overflow:hidden}.admin-panel-head{margin-bottom:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.admin-panel-head h2{margin:5px 0 0;font-size:25px}.admin-panel-head>button{padding:9px 12px;border:1px solid #deddd8;border-radius:9px;background:#fff;font-weight:800;cursor:pointer}.admin-panel-head label{min-width:280px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid #deddd8;border-radius:10px}.admin-panel-head input{width:100%;padding:11px 0;border:0;outline:0;background:transparent}.admin-orders-table,.admin-products-table,.admin-store-table{width:100%;overflow-x:auto}.admin-table-row{min-width:880px;padding:13px 10px;display:grid;grid-template-columns:1.35fr 1.2fr .55fr .7fr .9fr 1fr;align-items:center;grid-gap:14px;gap:14px;border-top:1px solid #ebeae6;font-size:12px}.admin-orders-table .admin-table-row,.admin-products-table .admin-table-row{grid-template-columns:1fr 1fr 1.15fr .75fr .8fr}.admin-table-row.header{padding-block:9px;border-top:0;background:#f6f5f2;color:#7a7680;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.6px}.admin-table-row>span{min-width:0;display:grid;grid-gap:3px;gap:3px}.admin-table-row small{overflow:hidden;color:var(--muted);text-overflow:ellipsis}.admin-table-row a{color:#5d50dc;font-weight:850}.admin-table-row select{width:100%;padding:9px;border:1px solid #deddd8;border-radius:9px;background:#fff;font-size:11px;font-weight:800}.admin-status{width:max-content;padding:5px 8px;border-radius:999px;background:#eeeafd;color:#5d50dc;font-size:9px;font-style:normal;font-weight:900;text-transform:uppercase}.admin-status.order-completed{background:#def5e9;color:#176046}.admin-status.order-cancelled{background:#ffebeb;color:#9b2828}.admin-status.order-confirmed{background:#e9f3ff;color:#1f65a5}.admin-status.order-shipping{background:#fff2cf;color:#8a5c00}@media(max-width:1050px){.admin-stat-grid{grid-template-columns:1fr 1fr}.admin-main{padding:28px 24px 60px}}@media(max-width:760px){.admin-workspace{grid-template-columns:1fr}.admin-sidebar{height:auto;padding:14px;position:static;gap:12px}.admin-person{display:none}.admin-sidebar nav{display:flex;overflow-x:auto}.admin-sidebar nav button{width:auto;white-space:nowrap}.admin-exit{margin:0}.admin-main{padding:23px 14px 60px}.admin-main>header{align-items:flex-start;flex-direction:column;gap:8px}.admin-main>header p{text-align:left}.admin-panel{padding:16px}.admin-panel-head{align-items:stretch;flex-direction:column}.admin-panel-head label{min-width:0}.admin-stat-grid{gap:9px}.admin-stat-grid article{min-height:112px;padding:15px}.admin-stat-grid article strong{font-size:24px}}.admin-status.archived{background:#ececec;color:#555}.admin-store-controls{display:grid!important;grid-gap:7px!important;gap:7px!important}.admin-delete-store{padding:7px;border:1px solid #efb5b5;border-radius:8px;background:#fff;color:#a12626;font-size:10px;font-weight:850;cursor:pointer}.admin-delete-store:hover{background:#fff0f0}.admin-delete-store:disabled{opacity:.5;cursor:wait}.telegram-widget-login{min-height:44px}.button-secondary{margin-top:10px;background:#f0eefb!important;color:#312a80!important}@media(max-width:760px){.admin-store-table{overflow:visible}.admin-store-table .admin-table-row.header{display:none}.admin-store-table .admin-table-row{min-width:0;margin-bottom:12px;padding:16px;grid-template-columns:1fr 1fr;border:1px solid #e3e1dc;border-radius:14px}.admin-store-table .admin-store-controls,.admin-store-table .admin-table-row>span:first-child,.admin-store-table .admin-table-row>span:nth-child(2){grid-column:1/-1}.admin-store-table .admin-store-controls{margin-top:5px;grid-template-columns:1fr auto}.admin-delete-store{padding-inline:10px}}.landing-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 25%,#ebe7ff 0,transparent 31%),#fbfaf7}.landing-hero:before{content:"";position:absolute;width:330px;height:330px;left:-190px;top:120px;border:1px solid #dfdafd;border-radius:50%}.landing-hero-grid{min-height:700px;padding-block:82px 92px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;grid-gap:76px;gap:76px}.landing-hero-copy{position:relative;z-index:2}.landing-hero-copy h1{max-width:660px;margin:15px 0 24px;font-size:clamp(52px,6.2vw,86px);line-height:.94;letter-spacing:-4.7px}.landing-hero-copy>p:not(.eyebrow){max-width:625px;margin:0;color:var(--muted);font-size:19px;line-height:1.65}.landing-actions{margin-top:31px;display:flex;align-items:center;gap:22px}.landing-primary{padding:16px 24px;border-radius:12px;background:var(--purple)}.landing-primary:hover{background:#5748e8}.landing-demo-link{display:inline-flex;align-items:center;gap:8px;font-weight:850}.landing-demo-link span{color:var(--purple);font-size:20px}.landing-assurances{margin-top:29px;display:flex;flex-wrap:wrap;gap:9px}.landing-assurances span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#56515f;font-size:11px;font-weight:750}.landing-product-demo{min-width:0;position:relative;padding:28px 10px 42px}.landing-demo-window{overflow:hidden;border:1px solid #ded9e8;border-radius:24px;background:#fff;box-shadow:0 34px 90px rgba(43,31,81,.16);transform:rotate(1deg)}.landing-demo-browser{height:42px;padding:0 15px;display:flex;align-items:center;gap:6px;border-bottom:1px solid #ece9ef;background:#f5f3f7}.landing-demo-browser i{width:8px;height:8px;border-radius:50%;background:#c9c5cf}.landing-demo-browser i:first-child{background:#ff8b87}.landing-demo-browser i:nth-child(2){background:#ffd36d}.landing-demo-browser i:nth-child(3){background:#72d39c}.landing-demo-browser span{margin-left:8px;padding:6px 12px;flex:1 1;border-radius:7px;background:#fff;color:#8a8592;font-size:9px}.landing-demo-store{padding:23px}.landing-demo-brand{padding-bottom:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;border-bottom:1px solid var(--line)}.landing-demo-brand>b{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--purple);color:#fff}.landing-demo-brand>span{display:grid;grid-gap:3px;gap:3px}.landing-demo-brand small{color:var(--muted)}.landing-demo-brand em{padding:5px 8px;border-radius:999px;background:#def5e9;color:#176046;font-size:9px;font-style:normal;font-weight:900;text-transform:uppercase}.landing-demo-products article{padding:18px 0;display:grid;grid-template-columns:105px 1fr auto;align-items:center;grid-gap:17px;gap:17px}.landing-demo-products article+article{border-top:1px solid var(--line)}.landing-product-art{height:88px;display:grid;place-items:center;border-radius:18px;font-size:25px;font-weight:900}.landing-product-art.mint{background:#d9f7ec;color:#17644e}.landing-product-art.lilac{background:#eeeafd;color:#5b48d2}.landing-demo-products article>div{display:grid;grid-gap:5px;gap:5px}.landing-demo-products small{color:var(--muted)}.landing-demo-products button{width:41px;height:41px;border:0;border-radius:13px;background:var(--ink);color:#fff;font-size:24px}.landing-order-toast{position:absolute;right:-12px;bottom:0;width:315px;padding:15px;display:flex;align-items:flex-start;gap:12px;border-radius:17px;background:#171522;color:#fff;box-shadow:0 18px 40px rgba(23,21,34,.24)}.landing-order-toast>span{width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;border-radius:50%;background:#5ed49a;color:#123d2b;font-weight:900}.landing-order-toast>div{display:grid;grid-gap:3px;gap:3px}.landing-order-toast p,.landing-order-toast small{color:#bdb8c7}.landing-order-toast p{margin:1px 0 0;font-size:9px}.landing-proof{padding-block:26px;border-block:1px solid var(--line);background:#fff}.landing-proof .page-shell{display:flex;align-items:center;justify-content:space-between;gap:35px}.landing-proof p{color:var(--muted);font-size:12px}.landing-proof div div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:34px}.landing-proof strong{color:#4f4a58;font-size:14px}.landing-problem{padding-block:105px 60px;display:grid;grid-template-columns:1fr .78fr;align-items:end;grid-gap:90px;gap:90px}.landing-benefit h2,.landing-final h2,.landing-problem h2,.landing-section-heading h2{margin:10px 0 0;font-size:clamp(40px,5vw,62px);line-height:1;letter-spacing:-3px}.landing-problem>p{margin:0;color:var(--muted);font-size:17px;line-height:1.75}.landing-features{padding-bottom:110px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.landing-features article{min-height:285px;padding:25px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:20px;background:#fff;transition:transform .2s,box-shadow .2s}.landing-features article:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(23,21,34,.08)}.landing-features span{color:var(--purple);font-size:11px;font-weight:900}.landing-features h3{margin:auto 0 11px;font-size:21px;line-height:1.15}.landing-features p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.landing-flow{padding-block:100px;background:#171522;color:#fff}.landing-section-heading{max-width:720px}.landing-section-heading>p:last-child{color:#aaa5b3}.landing-step-grid{margin-top:55px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.landing-step-grid article{padding:24px;border:1px solid #3c3748;border-radius:17px;background:#211e2b}.landing-step-grid span{color:#9b8fff;font-size:12px;font-weight:900}.landing-step-grid h3{margin:45px 0 10px;font-size:18px}.landing-step-grid p{margin:0;color:#aca7b5;font-size:12px;line-height:1.6}.landing-benefit{padding-block:115px;display:grid;grid-template-columns:1fr .85fr;align-items:center;grid-gap:100px;gap:100px}.landing-benefit-copy>p:not(.eyebrow){margin:23px 0;color:var(--muted);font-size:17px;line-height:1.7}.landing-benefit-list{padding:12px 28px;border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:0 25px 60px rgba(42,31,78,.08)}.landing-benefit-list p{margin:0;padding:22px 0;display:grid;grid-template-columns:42px 1fr;grid-gap:5px 14px;gap:5px 14px;border-bottom:1px solid var(--line)}.landing-benefit-list p:last-child{border:0}.landing-benefit-list span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eeeafd;color:var(--purple);font-size:11px;font-weight:900}.landing-benefit-list small{color:var(--muted)}.landing-final{padding-block:105px;text-align:center;background:#e8e4ff}.landing-final .page-shell{display:grid;justify-items:center}.landing-final h2{max-width:820px}.landing-final p:not(.eyebrow){max-width:660px;margin:24px 0;color:#5d5868;font-size:17px;line-height:1.7}.landing-final small{margin-top:15px;color:#6b6674}.site-footer{padding:32px max(20px,calc((100% - 1120px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left}.site-footer strong{font-size:22px}.site-footer strong span{color:var(--purple)}.site-footer p{margin:0;color:var(--muted)}@media(max-width:980px){.landing-hero-grid{grid-template-columns:1fr;padding-top:65px}.landing-product-demo{max-width:650px}.landing-features,.landing-step-grid{grid-template-columns:1fr 1fr}.landing-benefit,.landing-problem{gap:45px}.landing-proof .page-shell{align-items:flex-start;flex-direction:column;gap:8px}.landing-proof div div{justify-content:flex-start}}@media(max-width:680px){.site-header{height:auto;padding-block:15px}.site-header nav{gap:12px}.site-header nav>a:first-child{display:none}.button-small{padding:9px 11px;font-size:11px}.landing-hero-grid{min-height:0;width:min(100% - 28px,1120px);padding-block:60px 75px;gap:36px}.landing-hero-copy h1{font-size:49px;letter-spacing:-3px}.landing-hero-copy>p:not(.eyebrow){font-size:16px}.landing-actions{align-items:stretch;flex-direction:column;gap:15px}.landing-demo-link{justify-content:center}.landing-product-demo{padding:0 0 35px}.landing-demo-store{padding:15px}.landing-demo-brand em{display:none}.landing-demo-products article{grid-template-columns:72px 1fr auto;gap:10px}.landing-product-art{height:66px}.landing-demo-products article>div{font-size:11px}.landing-demo-products button{width:35px;height:35px}.landing-order-toast{right:-5px;width:285px}.landing-proof div div{gap:14px}.landing-benefit,.landing-problem{padding-block:75px;grid-template-columns:1fr;gap:30px}.landing-benefit h2,.landing-final h2,.landing-problem h2,.landing-section-heading h2{font-size:42px;letter-spacing:-2px}.landing-features,.landing-step-grid{grid-template-columns:1fr}.landing-features{padding-bottom:75px}.landing-features article{min-height:220px}.landing-flow{padding-block:75px}.landing-step-grid{margin-top:35px}.landing-benefit,.landing-final{padding-block:75px}.site-footer{align-items:flex-start;flex-direction:column}.site-footer p{font-size:12px}}.compact-landing-hero .landing-hero-grid{min-height:590px;padding-block:75px 85px;display:block}.compact-landing-hero .landing-hero-copy{max-width:850px}.compact-landing-hero .landing-hero-copy h1{max-width:820px;font-size:clamp(52px,6.2vw,82px)}.compact-value{padding-block:82px;background:#fff;border-top:1px solid var(--line)}.compact-value-heading{display:grid;grid-template-columns:1.1fr .75fr;align-items:end;grid-gap:80px;gap:80px}.compact-start h2,.compact-value-heading h2{max-width:700px;margin:10px 0 0;font-size:clamp(38px,4vw,56px);line-height:1.02;letter-spacing:-2.8px}.compact-value-heading>p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}.compact-outcomes{margin-top:48px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.compact-outcomes article{min-height:210px;padding:25px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:20px;background:var(--paper)}.compact-outcomes span{color:var(--purple);font-size:11px;font-weight:900}.compact-outcomes h3{margin:auto 0 9px;font-size:21px;line-height:1.15}.compact-outcomes p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.compact-start{padding-block:74px;background:#171522;color:#fff}.compact-start-inner{display:grid;grid-template-columns:1.15fr .65fr;align-items:center;grid-gap:90px;gap:90px}.compact-start-action{display:grid;justify-items:start;grid-gap:20px;gap:20px}.compact-start-action p{margin:0;color:#b9b4c2;font-size:15px;line-height:1.65}@media(max-width:900px){.compact-start-inner,.compact-value-heading{grid-template-columns:1fr;gap:24px}.compact-outcomes{grid-template-columns:1fr}.compact-outcomes article{min-height:170px}}@media(max-width:680px){.compact-landing-hero .landing-hero-grid{padding-block:48px 58px}.compact-landing-hero .landing-hero-copy h1{font-size:47px}.compact-value{padding-block:62px}.compact-start h2,.compact-value-heading h2{font-size:38px;letter-spacing:-2px}.compact-outcomes{margin-top:32px}.compact-start{padding-block:60px}.compact-start-action .button{width:100%}}.brand-logo{display:flex;align-items:center;gap:10px;letter-spacing:0}.brand-mark{width:38px;height:38px;position:relative;display:grid;place-items:center;border-radius:12px 12px 12px 4px;background:linear-gradient(145deg,#745cff,#5038e8);color:#fff;font-size:25px;font-weight:950;line-height:1;box-shadow:0 8px 18px rgba(92,70,235,.23)}.brand-mark i{width:11px;height:11px;position:absolute;right:-4px;top:-4px;border:3px solid var(--paper);border-radius:50%;background:#ff6f61}.brand-name{font-size:25px;font-weight:950;letter-spacing:-1.4px}.brand-name b{color:#6653f5}.home-header{height:76px;position:relative;z-index:20;background:#fff;border:0}.one-screen-home{height:calc(100dvh - 76px);min-height:620px;position:relative;overflow:hidden;background:linear-gradient(118deg,#fff9f2,#fbf9ff 48%,#f0edff)}.one-screen-home:before{content:"";width:560px;height:560px;position:absolute;right:-150px;top:-210px;border-radius:50%;background:linear-gradient(135deg,#715cff22,#ff7c6820);filter:blur(2px)}.one-screen-home:after{content:"";width:240px;height:240px;position:absolute;left:-120px;bottom:-105px;border:42px solid #ffd85c55;border-radius:50%}.one-screen-orb{position:absolute;border-radius:50%;filter:blur(.2px)}.orb-coral{width:21px;height:21px;left:7%;top:17%;background:#ff725f}.orb-mint{width:32px;height:32px;right:45%;bottom:12%;background:#65d9ad}.one-screen-grid{height:100%;position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.82fr);align-items:center;grid-gap:80px;gap:80px;padding-block:40px}.one-screen-copy{align-self:center}.one-screen-label{width:max-content;margin-bottom:24px;padding:7px 8px 7px 14px;display:flex;align-items:center;gap:10px;border:1px solid #dcd4ff;border-radius:999px;background:#fff;color:#554d65;font-size:11px;font-weight:800}.one-screen-label b{padding:6px 9px;border-radius:999px;background:#ffe582;color:#5c4710}.one-screen-copy h1{margin:0;font-size:clamp(58px,6.1vw,90px);line-height:.9;letter-spacing:-5.5px}.one-screen-copy h1 em{color:#6754f7;font-style:normal}.one-screen-copy>p{max-width:610px;margin:27px 0 0;color:#625d6c;font-size:18px;line-height:1.65}.one-screen-actions{margin-top:31px;display:flex;align-items:center;gap:25px}.one-screen-primary{padding:16px 23px;background:#171522}.one-screen-primary:hover{background:#6754f7}.one-screen-demo{display:flex;align-items:center;gap:7px;font-weight:900}.one-screen-demo span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#ff725f;color:#fff}.one-screen-trust{margin-top:36px;display:flex;gap:0}.one-screen-trust span{min-width:118px;padding-right:22px;display:grid;grid-gap:2px;gap:2px;border-right:1px solid #dcd7e4}.one-screen-trust span+span{padding-left:22px}.one-screen-trust span:last-child{border:0}.one-screen-trust b{font-size:18px}.one-screen-trust small{color:#7b7584;font-size:10px}.order-story{padding:30px;position:relative;border:1px solid #ded8ed;border-radius:30px;background:#ffffffcc;box-shadow:0 32px 80px rgba(52,37,102,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:rotate(1deg)}.order-story-title{margin-bottom:21px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.order-story-title span{color:#6b6175;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.order-story-title strong{font-size:18px}.story-card{min-height:78px;padding:13px 15px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:13px;gap:13px;border-radius:18px}.story-card>div{display:grid;grid-gap:4px;gap:4px}.story-card small{font-size:11px}.story-card strong{font-size:14px}.story-card>i{width:35px;height:35px;place-items:center;border-radius:11px;font-style:normal}.story-card>i,.story-number{display:grid;font-weight:900}.story-number{width:31px;height:31px;place-items:center;border-radius:10px;background:#fff;font-size:11px}.story-share{background:#ede9ff;color:#40359d}.story-share>i{background:#6b57f5;color:#fff}.story-buyer{background:#fff0d0;color:#6a4b05}.story-buyer>i{background:#ffc947;color:#503600}.story-telegram{background:#dff8ef;color:#176047}.story-telegram>i{background:#29b6f6;color:#fff}.story-connector{height:24px;display:grid;place-items:center;color:#8f8998;font-weight:900}.order-story-note{margin:20px 0 0;text-align:center;color:#544e5c;font-size:12px;font-weight:850}@media(max-height:720px) and (min-width:781px){.one-screen-grid{padding-block:22px}.one-screen-copy h1{font-size:64px}.one-screen-copy>p{margin-top:18px;font-size:16px}.one-screen-actions{margin-top:21px}.one-screen-trust{margin-top:24px}.order-story{padding:23px}.story-card{min-height:66px}.story-connector{height:15px}}@media(max-width:900px){.one-screen-home{height:auto;min-height:calc(100dvh - 76px);overflow:hidden}.one-screen-grid{grid-template-columns:1fr;gap:42px;padding-block:55px 70px}.one-screen-copy{max-width:720px}.order-story{max-width:620px}}@media(max-width:680px){.home-header{height:70px}.brand-mark{width:34px;height:34px}.brand-name{font-size:22px}.one-screen-home{min-height:calc(100dvh - 70px)}.one-screen-grid{width:min(100% - 28px,1120px);padding-block:42px 65px}.one-screen-label{margin-bottom:20px}.one-screen-copy h1{font-size:52px;letter-spacing:-3.6px}.one-screen-copy>p{font-size:16px}.one-screen-actions{align-items:stretch;flex-direction:column;gap:14px}.one-screen-demo{justify-content:center}.one-screen-trust{justify-content:space-between}.one-screen-trust span{min-width:0;padding-right:12px}.one-screen-trust span+span{padding-left:12px}.order-story{padding:20px;border-radius:23px}.order-story-title{align-items:flex-start;flex-direction:column;gap:5px}.story-card{padding:11px}.story-card strong{font-size:12px}.story-card>i{width:31px;height:31px}}.blue-header{height:76px;position:relative;z-index:30;border:0;background:#3158e8;color:#fff}.blue-header .brand-name,.blue-header nav>a{color:#fff}.brand-mark{overflow:hidden;background:#ffd643;color:#173aa7;box-shadow:none}.brand-mark:after{content:"";width:12px;height:12px;position:absolute;right:-3px;bottom:-3px;border:3px solid;border-radius:50%;background:#fff}.blue-header .brand-mark:after{border-color:#3158e8}.blue-header .brand-name b{color:#ffd643}.blue-header-button{border:1px solid rgba(255,255,255,.3);background:#fff;color:#173aa7!important}.blue-header-button:hover{background:#ffd643;color:#173aa7!important}.builder{position:relative;padding-block:64px 96px}.builder:before{content:"";position:absolute;z-index:-1;top:24px;right:-10vw;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#dce7ff 0,rgba(220,231,255,0) 68%);pointer-events:none}.builder-heading{max-width:760px}.builder-heading .eyebrow{width:max-content;padding:7px 11px;border:1px solid #c9d5ff;border-radius:999px;background:#edf2ff;color:#3158e8}.builder-heading h1{margin-top:18px;color:#13275f;font-size:clamp(48px,6vw,72px)}.builder-heading>p:last-child{max-width:680px;color:#5f6982}.builder-grid{grid-template-columns:minmax(0,1.06fr) minmax(380px,.94fr);gap:28px;margin-top:38px;align-items:stretch}.builder-form,.builder-preview{padding:34px;border-radius:28px}.builder-form{border-color:#dfe6fa;box-shadow:0 24px 70px rgba(35,70,166,.09)}.builder-form label{color:#23345f}.builder-form input,.builder-form select{min-height:50px;border-color:#d9e1f5;background:#fbfcff}.builder-form input:hover,.builder-form select:hover{border-color:#afc0ee}.builder-form input:focus,.builder-form select:focus{border-color:#3158e8;box-shadow:0 0 0 4px rgba(49,88,232,.11);background:#fff}.builder-form .field-hint{color:#74809a}.builder-form .slug-field{border:1px solid #e0e7fa;background:#f0f4ff;color:#63708e}.builder-form .slug-field strong{color:#2449c5}.builder-form .button{min-height:55px;background:#ffd643;color:#173aa7;box-shadow:0 14px 30px rgba(255,214,67,.28)}.builder-form .button:hover{background:#ffe06f;transform:translateY(-1px)}.builder-form .form-note{color:#78839b}.builder-preview{position:relative;overflow:hidden;isolation:isolate;border:0;background:linear-gradient(rgba(255,255,255,.07) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 0),linear-gradient(145deg,#3158e8,#2148d3 55%,#173aa7);background-size:40px 40px,40px 40px,auto;box-shadow:0 26px 70px rgba(31,70,192,.25)}.builder-preview:after{content:"";position:absolute;z-index:-1;right:-120px;bottom:-130px;width:330px;height:330px;border:1px solid rgba(255,214,67,.45);border-radius:50%;box-shadow:0 0 0 48px rgba(255,214,67,.05)}.builder-preview .preview-label{color:#dbe4ff;font-weight:800;letter-spacing:1.4px}.builder-preview .store-avatar{width:68px;height:68px;margin:44px auto 18px;border-radius:20px;background:#ffd643;color:#173aa7;font-size:20px;box-shadow:0 14px 30px rgba(8,28,99,.22)}.builder-preview h2{font-size:30px}.builder-preview>p{color:#dbe4ff}.builder-preview .empty-products{margin-top:38px;padding:38px 22px;border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.builder-preview .empty-products>span{background:#ffd643;color:#173aa7;font-size:22px;font-weight:900}.builder-preview .empty-products small{color:#dbe4ff}@media(max-width:900px){.builder-grid{grid-template-columns:1fr}.builder-preview{min-height:520px}}@media(max-width:680px){.builder{padding-block:42px 70px}.builder-heading h1{font-size:47px;letter-spacing:-2.8px}.builder-grid{margin-top:28px}.builder-form,.builder-preview{padding:24px;border-radius:22px}.field-row{grid-template-columns:1fr}.builder-preview{min-height:470px}}.blue-home{height:calc(100dvh - 76px);min-height:650px;position:relative;overflow:hidden;background:linear-gradient(145deg,#3158e8,#2149d4 52%,#1239ba);color:#fff}.blue-home-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 0);background-size:58px 58px;-webkit-mask-image:linear-gradient(180deg,black 0,transparent 85%);mask-image:linear-gradient(180deg,black 0,transparent 85%)}.blue-glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.48}.blue-glow-left{width:440px;height:440px;left:-170px;bottom:-220px;background:#1fd3ec}.blue-glow-right{width:370px;height:370px;right:-90px;top:120px;background:#735dff}.blue-hero{height:100%;position:relative;z-index:2;display:grid;grid-template-rows:auto minmax(265px,1fr);align-items:start;padding-top:clamp(36px,5vh,64px);padding-bottom:24px}.blue-hero-copy{text-align:center}.blue-kicker{width:max-content;margin:0 auto 16px;padding:7px 13px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.1);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.blue-hero h1{max-width:1000px;margin:0 auto;font-size:clamp(52px,5.2vw,78px);line-height:.96;letter-spacing:-4.5px}.blue-subtitle{max-width:710px;margin:20px auto 0;color:#dbe4ff;font-size:17px;line-height:1.55}.blue-actions{margin-top:25px;display:flex;justify-content:center;gap:12px}.blue-primary,.blue-secondary{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;font-weight:900;transition:.2s ease}.blue-primary{background:#ffd643;color:#14245f;box-shadow:0 12px 32px rgba(8,23,83,.24)}.blue-primary:hover{background:#ffe478;transform:translateY(-2px)}.blue-secondary{border:1px solid rgba(255,255,255,.36);background:rgba(255,255,255,.08);color:#fff}.blue-secondary:hover{background:rgba(255,255,255,.16)}.blue-secondary span{font-size:18px}.blue-proof{margin-top:18px;display:flex;justify-content:center;gap:22px;color:#dbe4ff;font-size:11px;font-weight:700}.blue-proof span:before{content:"✓";margin-right:6px;color:#ffd643}.blue-workspace{width:min(970px,88%);height:100%;min-height:270px;position:relative;margin:10px auto 0}.float-card{position:absolute;border:1px solid rgba(255,255,255,.78);border-radius:17px;background:rgba(255,255,255,.97);color:#171927;box-shadow:0 18px 55px rgba(10,28,101,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.store-card{width:250px;left:0;top:35px;padding:16px;display:flex;align-items:center;gap:12px;transform:rotate(-2deg)}.mini-icon{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border-radius:13px;font-weight:950}.mini-icon-violet{background:#705cff;color:#fff}.mini-icon-yellow{background:#fff0a5;color:#8e6911}.customer-card div:nth-child(2),.store-card div:nth-child(2){display:grid;grid-gap:2px;gap:2px}.customer-card small,.store-card small{color:#797c8d;font-size:10px}.customer-card strong,.store-card strong{font-size:16px}.store-card p{margin:0;color:#198a65;font-size:10px;font-weight:800}.store-card p i{width:6px;height:6px;display:inline-block;border-radius:50%;background:#20bd88}.store-card button{margin-left:auto;border:0;background:transparent;font-weight:900}.order-card{width:260px;left:245px;top:8px;padding:17px 18px;transform:rotate(1.5deg)}.order-status{width:max-content;margin-bottom:7px;padding:5px 8px;border-radius:7px;background:#e8f9f2;color:#16835f;font-size:9px;font-weight:900;text-transform:uppercase}.order-card>strong{font-size:17px}.order-card>p{margin:5px 0 13px;color:#797c8d;font-size:11px}.order-card footer{padding-top:11px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #ececf1}.order-card footer b{font-size:12px}.order-card footer span{padding:7px 9px;border-radius:8px;background:#3158e8;color:#fff;font-size:9px;font-weight:900}.products-card{width:258px;right:0;top:22px;padding:16px;transform:rotate(2deg)}.analytics-card header,.products-card header{display:flex;align-items:center;justify-content:space-between}.analytics-card header span,.products-card header span{color:#797c8d;font-size:10px;font-weight:800}.products-card header b{font-size:20px}.product-line{margin-top:10px;padding-top:10px;display:flex;align-items:center;gap:9px;border-top:1px solid #ececf1}.product-art{width:37px;height:32px;display:block;border-radius:8px;background:linear-gradient(145deg,#dfe7ff,#9aacfb)}.phone-art{background:linear-gradient(145deg,#d7e9ff,#4e7ee7)}.product-line span{display:grid;grid-gap:2px;gap:2px}.product-line strong{font-size:10px}.product-line small{color:#797c8d;font-size:9px}.customer-card{width:225px;left:90px;bottom:5px;padding:14px;display:flex;align-items:center;gap:10px;transform:rotate(1deg)}.customer-card p{margin:0;color:#797c8d;font-size:9px}.analytics-card{width:270px;right:112px;bottom:0;padding:15px 17px;transform:rotate(-1deg)}.analytics-card header{align-items:flex-start}.analytics-card header strong{font-size:15px}.mini-bars{height:48px;margin-top:10px;display:flex;align-items:end;gap:6px}.mini-bars i{flex:1 1;border-radius:4px 4px 2px 2px;background:linear-gradient(#5979ef,#3158e8)}.mini-bars i:last-child{background:#ffd643}.workspace-badge{position:absolute;left:50%;top:124px;z-index:5;padding:10px 14px;display:flex;align-items:center;gap:9px;border-radius:999px;background:#17245d;box-shadow:0 12px 30px rgba(7,20,71,.35);transform:translateX(-50%);color:#fff}.workspace-badge>span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#39d2a0;color:#11255e;font-weight:950}.workspace-badge p{margin:0;display:grid}.workspace-badge strong{font-size:10px}.workspace-badge small{color:#aebce9;font-size:8px}@media(max-height:760px) and (min-width:901px){.blue-hero{padding-top:24px}.blue-hero h1{font-size:58px}.blue-subtitle{margin-top:14px;font-size:15px}.blue-actions{margin-top:18px}.blue-proof{margin-top:12px}.blue-workspace{min-height:240px}.store-card{top:25px}.order-card{top:2px}.products-card{top:15px}.workspace-badge{top:108px}}@media(max-width:900px){.blue-home{height:auto;min-height:calc(100dvh - 76px);overflow:hidden}.blue-hero{grid-template-rows:auto 390px;padding-block:50px 35px}.blue-workspace{width:100%;transform:scale(.88)}}@media(max-width:680px){.blue-header{height:70px;padding-inline:16px}.blue-header nav>a:first-child{display:none}.blue-header .brand-mark{width:34px;height:34px}.blue-header .brand-name{font-size:21px}.blue-header nav{gap:9px}.blue-header-button{padding:9px 10px;font-size:10px}.blue-home{min-height:calc(100dvh - 70px)}.blue-hero{width:min(100% - 28px,1120px);padding-top:42px;grid-template-rows:auto 365px}.blue-kicker{font-size:9px}.blue-hero h1{font-size:45px;letter-spacing:-3px}.blue-subtitle{font-size:15px}.blue-actions{align-items:stretch;flex-direction:column}.blue-proof{gap:10px;font-size:9px}.blue-workspace{width:560px;left:50%;margin-left:-280px;transform:scale(.66);transform-origin:top center}.store-card{left:0}.order-card{left:180px}.products-card{right:0}.customer-card{left:55px}.analytics-card{right:45px}}.bayzar-explainer{padding:92px 0;background:#fff;color:#151625}.bayzar-explainer-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.bayzar-explainer header{max-width:890px}.bayzar-explainer header>p{margin:0 0 13px;color:#3158e8;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.bayzar-explainer h2{max-width:900px;margin:0;font-size:clamp(43px,5vw,70px);line-height:.98;letter-spacing:-3.7px}.bayzar-explainer header>span{max-width:800px;margin-top:22px;display:block;color:#676b80;font-size:18px;line-height:1.6}.bayzar-explainer-steps{margin-top:46px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.bayzar-explainer-steps article{min-height:245px;padding:28px;position:relative;overflow:hidden;border:1px solid #dfe3f2;border-radius:24px;background:#f7f9ff}.bayzar-explainer-steps article:after{content:"";width:120px;height:120px;position:absolute;right:-58px;bottom:-58px;border:1px solid #ccd7ff;border-radius:50%}.bayzar-explainer-steps b{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#ffd643;color:#173aa7;font-size:12px}.bayzar-explainer-steps h3{margin:32px 0 10px;font-size:23px;letter-spacing:-.7px}.bayzar-explainer-steps p{margin:0;color:#676b80;font-size:15px;line-height:1.6}@media(max-width:820px){.bayzar-explainer-steps{grid-template-columns:1fr}.bayzar-explainer-steps article{min-height:0}.bayzar-explainer-steps h3{margin-top:22px}}@media(max-width:650px){.bayzar-explainer{padding:64px 0}.bayzar-explainer-shell{width:min(100% - 26px,1180px)}.bayzar-explainer h2{font-size:42px;letter-spacing:-2.6px}.bayzar-explainer header>span{font-size:15px}.bayzar-explainer-steps{margin-top:30px}}.gateway-home{position:relative;overflow:hidden;background:linear-gradient(145deg,#3158e8,#2149d4 56%,#1538b6);color:#fff}.gateway-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 0);background-size:58px 58px;-webkit-mask-image:linear-gradient(180deg,#000 0,transparent);mask-image:linear-gradient(180deg,#000 0,transparent)}.gateway-glow{position:absolute;border-radius:50%;filter:blur(85px);opacity:.46}.gateway-glow-left{width:440px;height:440px;left:-180px;bottom:-240px;background:#20d3eb}.gateway-glow-right{width:400px;height:400px;right:-120px;top:20px;background:#7c62ff}.gateway-shell{min-height:610px;padding-block:68px;position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(410px,.78fr);align-items:center;grid-gap:clamp(48px,7vw,104px);gap:clamp(48px,7vw,104px)}.gateway-copy{max-width:720px}.gateway-kicker{width:max-content;margin:0 0 22px;padding:8px 14px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.1);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.gateway-copy h1{margin:0;font-size:clamp(56px,5.4vw,82px);line-height:.96;letter-spacing:-4.8px}.gateway-copy h1 span{display:block;color:#ffd643}.gateway-subtitle{max-width:660px;margin:27px 0 0;color:#e2e9ff;font-size:18px;line-height:1.6}.gateway-description{max-width:660px;margin:10px 0 0;color:#fff;font-size:16px;line-height:1.55}.gateway-actions{margin-top:31px;display:flex;gap:12px}.gateway-primary,.gateway-secondary{min-height:54px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-weight:950;transition:.2s ease}.gateway-primary{background:#ffd643;color:#14245f;box-shadow:0 14px 34px rgba(8,23,83,.25)}.gateway-primary:hover{background:#ffe47b;transform:translateY(-2px)}.gateway-secondary{border:1px solid rgba(255,255,255,.38);background:rgba(255,255,255,.08);color:#fff}.gateway-secondary:hover{background:rgba(255,255,255,.16);transform:translateY(-2px)}.gateway-proof{margin-top:23px;display:flex;flex-wrap:wrap;gap:11px 20px;color:#dce5ff;font-size:11px;font-weight:800}.gateway-proof span:before{content:"✓";margin-right:6px;color:#ffd643}.gateway-panel{padding:34px;border:1px solid rgba(255,255,255,.72);border-radius:28px;background:rgba(255,255,255,.98);box-shadow:0 30px 80px rgba(6,24,91,.32);color:#171927}.gateway-panel-label{margin:0;color:#3158e8;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.gateway-panel h2{margin:10px 0 26px;font-size:32px;line-height:1.05;letter-spacing:-1.3px}.gateway-choice{padding:18px;display:grid;grid-template-columns:52px 1fr 24px;align-items:center;grid-gap:14px;gap:14px;border:1px solid #dfe4f3;border-radius:18px;color:#171927;transition:.2s ease}.gateway-choice+.gateway-choice{margin-top:12px}.gateway-choice:hover{border-color:#3158e8;box-shadow:0 14px 30px rgba(37,73,205,.12);transform:translateY(-2px)}.gateway-choice-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px}.gateway-choice-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.gateway-choice-buyer .gateway-choice-icon{background:#fff1a8;color:#173aa7}.gateway-choice-seller .gateway-choice-icon{background:#e8eeff;color:#3158e8}.gateway-choice-copy{min-width:0;display:grid;grid-gap:3px;gap:3px}.gateway-choice-copy small{color:#75798b;font-size:10px;font-weight:850;text-transform:uppercase}.gateway-choice-copy strong{font-size:17px;letter-spacing:-.25px}.gateway-choice-copy em{color:#676b80;font-size:12px;font-style:normal;line-height:1.35}.gateway-choice>b{color:#3158e8;font-size:21px}.gateway-route{margin-top:23px;padding-top:20px;display:flex;align-items:center;gap:10px;border-top:1px solid #e4e7f0;color:#676b80;font-size:12px;font-weight:750}.gateway-route i{width:9px;height:9px;flex:0 0 auto;border-radius:50%;background:#26bd89;box-shadow:0 0 0 5px #e3f8f0}.gateway-service-list{display:grid;grid-gap:12px;gap:12px}.gateway-service-item{padding:16px 0;display:grid;grid-template-columns:42px 1fr;grid-gap:14px;gap:14px;border-top:1px solid #e4e7f0}.gateway-service-item:first-child{border-top:0}.gateway-service-item>b{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#e8eeff;color:#3158e8;font-size:11px}.gateway-service-item>span{display:grid;grid-gap:5px;gap:5px}.gateway-service-item strong{font-size:16px}.gateway-service-item small{color:#676b80;font-size:12px;line-height:1.45}.gateway-panel-cta{margin-top:22px;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;border-radius:14px;background:#ffd643;color:#123286;font-weight:900;box-shadow:0 12px 26px rgba(255,214,67,.28)}.gateway-panel-cta:hover{transform:translateY(-2px)}.gateway-home+.marketplace-home{border-top:0}@media(max-width:980px){.gateway-shell{grid-template-columns:1fr;gap:44px;padding-block:58px}.gateway-copy{max-width:760px}.gateway-panel{max-width:680px}.gateway-copy h1{font-size:clamp(52px,8vw,72px)}}@media(max-width:640px){.gateway-shell{width:min(100% - 26px,1120px);min-height:0;padding-block:42px}.gateway-kicker{font-size:9px}.gateway-copy h1{font-size:46px;letter-spacing:-3px}.gateway-subtitle{margin-top:20px;font-size:15px}.gateway-description{font-size:14px}.gateway-actions{flex-direction:column}.gateway-primary,.gateway-secondary{width:100%}.gateway-proof{gap:8px 12px;font-size:9px}.gateway-panel{padding:22px;border-radius:23px}.gateway-panel h2{font-size:27px}.gateway-choice{grid-template-columns:46px 1fr 18px;padding:14px;gap:11px}.gateway-choice-icon{width:46px;height:46px}.gateway-choice-copy strong{font-size:15px}.gateway-choice-copy em{font-size:11px}}.marketplace-home{padding:92px 0 110px;background:#f5f7ff;color:#151625}.marketplace-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.marketplace-heading{display:flex;align-items:end;justify-content:space-between;gap:40px}.marketplace-heading>div{max-width:760px}.marketplace-heading p{margin:0 0 12px;color:#3158e8;font-size:12px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.marketplace-heading h2{margin:0;font-size:clamp(42px,5vw,70px);line-height:.98;letter-spacing:-3.6px}.marketplace-heading>div>span{max-width:680px;margin-top:20px;display:block;color:#676b80;font-size:18px;line-height:1.55}.marketplace-heading>a{flex:0 0 auto;padding:15px 20px;border-radius:14px;background:#ffd643;color:#17245d;font-weight:950;box-shadow:0 12px 25px rgba(39,70,183,.12)}.marketplace-search-row{margin-top:42px;padding:10px;display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;border:1px solid #dfe3f2;border-radius:20px;background:#fff;box-shadow:0 18px 55px rgba(35,55,126,.09)}.marketplace-search{display:flex;align-items:center;gap:12px;padding:0 14px}.marketplace-search>span{font-size:27px;color:#3158e8}.marketplace-search input{width:100%;height:48px;border:0;outline:0;background:transparent;color:#151625;font:inherit;font-size:17px}.marketplace-search-row>button{padding:0 22px;border:0;border-radius:13px;background:#3158e8;color:#fff;font-weight:900;cursor:pointer}.marketplace-search-row>button span{margin-right:6px;font-size:18px}.marketplace-categories{margin:20px 0 42px;display:flex;gap:9px;overflow-x:auto;scrollbar-width:none}.marketplace-categories::-webkit-scrollbar{display:none}.marketplace-categories button{white-space:nowrap;padding:11px 17px;border:1px solid #dfe3f2;border-radius:999px;background:#fff;color:#343747;font-weight:800;cursor:pointer}.marketplace-categories button.active{border-color:#3158e8;background:#3158e8;color:#fff}.marketplace-section-title{margin-bottom:20px;display:flex;align-items:center;gap:10px}.marketplace-section-title h3{margin:0;font-size:29px}.marketplace-section-title span{min-width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#dfe6ff;color:#3158e8;font-weight:900}.marketplace-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.marketplace-store-card{min-width:0;padding:22px;display:flex;flex-direction:column;border:1px solid #dfe3f2;border-radius:24px;background:#fff;box-shadow:0 14px 38px rgba(31,49,115,.06);transition:.2s ease}.marketplace-store-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(31,49,115,.12)}.marketplace-store-card>header{display:flex;align-items:center;gap:12px}.marketplace-store-logo{width:54px;height:54px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:16px;color:#fff;font-size:17px;font-weight:950}.marketplace-store-logo img{width:100%;height:100%;object-fit:cover}.marketplace-store-card>header>div:nth-child(2){min-width:0}.marketplace-store-card h4{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:19px}.marketplace-store-card>header p{margin:4px 0 0;color:#75798d;font-size:12px}.marketplace-store-card>header>span{margin-left:auto;padding:6px 8px;border-radius:8px;background:#e8f8f2;color:#147757;font-size:10px;font-weight:900}.marketplace-store-products{margin:20px 0;display:grid;grid-gap:8px;gap:8px}.marketplace-store-products>a{min-width:0;padding:8px;display:flex;align-items:center;gap:10px;border-radius:12px;color:#151625;transition:.2s}.marketplace-store-products>a:hover{background:#f2f5ff}.marketplace-store-products>a>div{width:45px;height:42px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#e6f8f1;color:#126c50;font-size:11px;font-weight:950}.marketplace-store-products img{width:100%;height:100%;object-fit:contain}.marketplace-store-products span{min-width:0;display:grid;grid-gap:2px;gap:2px}.marketplace-store-products b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.marketplace-store-products small{color:#6d7183;font-size:11px}.marketplace-store-products>p{color:#8b8e9e;font-size:12px}.marketplace-open-store{margin-top:auto;padding-top:16px;display:flex;justify-content:space-between;border-top:1px solid #e8eaf3;color:#3158e8;font-weight:950}.marketplace-empty{padding:28px;border:1px dashed #cbd2e8;border-radius:18px;background:#fff;color:#70758a;text-align:center}.price-compare-panel{margin:-12px 0 40px;padding:26px;border:1px solid #cdd7ff;border-radius:24px;background:#17245d;color:#fff;box-shadow:0 22px 60px rgba(18,37,103,.18)}.price-compare-panel>header{display:flex;align-items:start;justify-content:space-between;gap:20px}.price-compare-panel header small{color:#91a8ff;font-size:11px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.price-compare-panel h3{margin:7px 0 0;font-size:25px}.price-compare-panel>header>button{width:38px;height:38px;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:transparent;color:#fff;font-size:24px;cursor:pointer}.price-compare-summary{margin:20px 0 12px;display:flex;align-items:center;justify-content:space-between;color:#dfe6ff}.price-compare-summary b{color:#ffd643}.price-compare-summary span{font-size:12px}.price-offers{display:grid;grid-gap:8px;gap:8px}.price-offers .marketplace-empty{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff}.price-offers article{padding:12px;display:grid;grid-template-columns:50px minmax(0,1fr) auto auto;align-items:center;grid-gap:13px;gap:13px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.07)}.price-offers article.best{border-color:#ffd643;background:rgba(255,214,67,.1)}.price-offer-art{width:50px;height:50px;display:grid;place-items:center;overflow:hidden;border-radius:11px;background:#fff;color:#17245d}.price-offer-art img{width:100%;height:100%;object-fit:contain}.price-offers h4{margin:2px 0;font-size:15px}.price-offers article small{color:#ffd643;font-size:9px;font-weight:900;text-transform:uppercase}.price-offers article p{margin:0;color:#aebbe8;font-size:11px}.price-offers article>strong{white-space:nowrap;color:#ffd643}.price-offers article>a{padding:9px 11px;border-radius:9px;background:#fff;color:#17245d;font-size:11px;font-weight:900}@media(max-width:940px){.marketplace-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-heading{align-items:start;flex-direction:column}.price-offers article{grid-template-columns:50px minmax(0,1fr) auto}.price-offers article>a{grid-column:2/-1;width:max-content}}@media(max-width:650px){.marketplace-home{padding:62px 0 80px}.marketplace-shell{width:min(100% - 26px,1180px)}.marketplace-heading h2{font-size:42px;letter-spacing:-2.5px}.marketplace-heading>div>span{font-size:15px}.marketplace-heading>a{width:100%;text-align:center}.marketplace-search-row{grid-template-columns:1fr}.marketplace-search-row>button{min-height:48px}.marketplace-store-grid{grid-template-columns:1fr}.price-compare-panel{padding:18px}.price-offers article{grid-template-columns:44px minmax(0,1fr)}.price-offers article>a,.price-offers article>strong{grid-column:2}.price-compare-summary{align-items:start;flex-direction:column;gap:5px}}.merchant-store{--accent:#3158e8!important;--brand-blue:#3158e8;--brand-blue-dark:#173aa7;--brand-yellow:#ffd643}.merchant-demo-bar{background:var(--brand-blue-dark);color:#fff}.merchant-demo-bar a{background:var(--brand-yellow);color:#14245f}.merchant-demo-bar span{color:#dbe4ff}.merchant-logo{background:var(--brand-yellow);color:var(--brand-blue-dark)}.merchant-hero{background:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(135deg,var(--brand-blue) 0,#2149d4 55%,var(--brand-blue-dark) 100%);background-size:58px 58px,58px 58px,auto}.merchant-hero-card a,.merchant-kicker.dark,.merchant-product-body>span{color:var(--brand-blue)}.merchant-categories button.active{border-color:var(--brand-blue);background:var(--brand-blue)}.cart-pill b{background:var(--brand-blue)}.merchant-contact-card{background:#eaf0ff}.merchant-telegram{color:var(--brand-blue)}.merchant-footer{background:var(--brand-blue-dark)}.login-page{max-width:none;position:relative;overflow:hidden;background:linear-gradient(rgba(255,255,255,.055) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 0),linear-gradient(145deg,#3158e8,#2149d4 55%,#173aa7);background-size:58px 58px,58px 58px,auto}.login-page:before{content:"";width:360px;height:360px;position:absolute;right:-150px;top:-130px;border:1px solid rgba(255,255,255,.15);border-radius:50%}.login-card{position:relative;z-index:1;border:0;box-shadow:0 32px 80px rgba(8,23,83,.3)}.login-brand{margin:auto;display:flex;align-items:center;gap:10px}.login-brand>strong{color:#173aa7;font-size:27px;font-weight:950;letter-spacing:-1.5px}.login-brand>strong b{color:#3158e8}.login-logo{width:58px;height:58px;position:relative;margin:0;overflow:visible;border-radius:16px 16px 16px 5px;background:#ffd643;color:#173aa7;font-size:34px;font-weight:950}.login-logo i{width:15px;height:15px;position:absolute;right:-5px;bottom:-5px;border:3px solid #fff;border-radius:50%;background:#3158e8}.login-card .eyebrow{color:#3158e8}.login-card .button:not(.button-secondary){background:#3158e8;color:#fff}.login-card .button:not(.button-secondary):hover{background:#173aa7}.telegram-widget-login{width:100%;min-height:62px;padding:10px 18px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.38);border-radius:17px;background:linear-gradient(135deg,#36aee8,#229ed9 55%,#1686c3);box-shadow:0 13px 28px rgba(34,158,217,.25);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.telegram-widget-login:hover{transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 18px 34px rgba(34,158,217,.32)}.telegram-widget-login iframe{display:block;border-radius:12px;transform:scale(1.12);transform-origin:center}.login-benefits span{background:#edf2ff;color:#2448c8}.site-header .site-login-link{color:inherit;font-weight:750;opacity:.76;transition:opacity .18s ease}.site-header .site-login-link:hover{opacity:1}.site-header .site-create-link{min-height:42px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#171522;color:#fff;font-weight:900;box-shadow:0 10px 24px rgba(23,21,34,.16)}.site-header .site-create-link:hover{transform:translateY(-1px)}.blue-header .site-login-link{color:#fff}.blue-header .site-create-link{background:#ffd643;color:#173aa7;box-shadow:0 10px 24px rgba(13,37,119,.22)}.gateway-final-cta{padding:clamp(72px,9vw,118px) 24px;background:#edf2ff;text-align:center}.gateway-final-cta .page-shell{display:flex;flex-direction:column;align-items:center}.gateway-final-cta p{margin:0 0 14px;color:#3158e8;font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.gateway-final-cta h2{max-width:760px;margin:0;font-size:clamp(38px,5vw,62px);line-height:1;letter-spacing:-2.5px}.gateway-final-cta span{max-width:620px;margin:22px 0 30px;color:#66708d;font-size:17px;line-height:1.65}@media(max-width:680px){.site-header .site-create-link{min-height:38px;padding:0 11px}.gateway-final-cta{padding:64px 18px}.gateway-final-cta h2{font-size:38px;letter-spacing:-1.8px}.gateway-final-cta span{font-size:15px}}@media(max-width:600px){.seller-main{width:100%;padding:20px 14px calc(92px + env(safe-area-inset-bottom))}.seller-main-head{align-items:flex-start;gap:12px;margin-bottom:20px}.seller-main-head h1{margin-top:5px;font-size:30px;line-height:1.05;letter-spacing:-1.2px}.seller-customers,.seller-next,.seller-panel,.seller-progress,.seller-share{width:100%;min-width:0;max-width:100%;padding:18px;border-radius:18px}.seller-customers-heading,.seller-panel-title{align-items:center;gap:12px;margin-bottom:18px}.seller-customers-heading h2,.seller-panel-title h2{margin:4px 0 0;font-size:24px;line-height:1.1;letter-spacing:-.6px}.seller-panel-title>b{min-width:32px;text-align:center}.field-row,.seller-settings-grid{grid-template-columns:minmax(0,1fr);gap:16px}.seller-customer-tools input,.seller-order-status select,.seller-product-form input,.seller-product-form select,.seller-product-form textarea,.seller-settings input,.seller-settings select,.seller-settings textarea{min-height:48px;font-size:16px}.seller-product-form>.button,.seller-settings-actions>*{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;text-align:center}.seller-order-list>article{width:100%;padding:18px}.seller-order-head,.seller-order-status{width:100%;align-items:stretch;gap:10px}.seller-order-summary{width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;justify-items:start}.seller-order-summary>strong{justify-self:end;text-align:right}.seller-order-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:10px;gap:10px}.seller-customer-actions a,.seller-customer-actions button,.seller-order-actions a,.seller-order-actions button{width:100%;min-height:46px;display:flex;align-items:center;justify-content:center;padding:11px 12px;text-align:center}.seller-product-list>article{grid-template-columns:56px minmax(0,1fr);align-items:start;gap:12px}.seller-product-actions{grid-column:1/-1;width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.seller-product-actions button{width:100%;min-height:40px;padding:8px 4px;border:1px solid var(--line);border-radius:10px;text-align:center}.seller-customer-summary{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding:14px}.seller-customer-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:8px;gap:8px}.seller-customer-tools{gap:10px}.seller-customer-tools label{width:100%;min-width:0}.seller-customer-stats{grid-template-columns:minmax(0,1fr)}.seller-customer-history>div{grid-template-columns:minmax(0,1fr) auto}.delivery-method-cards{grid-template-columns:minmax(0,1fr)}.delivery-method-cards article,.delivery-method-cards label{min-height:0;padding:16px}.seller-settings-actions{width:100%;align-items:stretch;gap:10px}}