@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=Tajawal:wght@400;500;600;700;800&display=swap');

:root { --ink:#151927; --muted:#737889; --line:#e9eaf0; --paper:#f7f7fa; --white:#fff; --violet:#5b55f7; --violet2:#766fff; --lime:#c9f66f; --green:#0eb66a; --shadow:0 12px 32px rgba(25,27,43,.07); }
* { box-sizing:border-box; }
[hidden] { display:none!important; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:"Tajawal", Arial, sans-serif; }
button,input,select,textarea { font:inherit; }
button { color:inherit; }
.topbar { height:76px; padding:0 28px; background:#fff; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; position:sticky; top:0; z-index:20; }
.brand { border:0; background:none; display:flex; align-items:center; gap:11px; font-weight:800; font-size:24px; cursor:pointer; }
.brand-mark { width:34px; height:34px; padding:7px; border-radius:11px; background:var(--ink); display:flex; gap:3px; align-items:flex-end; }
.brand-mark i { display:block; width:5px; border-radius:4px; background:var(--lime); transform:skew(-8deg); }
.brand-mark i:nth-child(1){height:10px}.brand-mark i:nth-child(2){height:19px}.brand-mark i:nth-child(3){height:14px}
.mode-switch { display:flex; gap:4px; padding:4px; background:#f1f1f5; border-radius:12px; }
.mode-switch button { border:0; background:transparent; padding:8px 18px; border-radius:9px; cursor:pointer; color:#777b89; font-weight:600; }
.mode-switch button.active { background:#fff; color:var(--ink); box-shadow:0 2px 7px rgba(20,22,35,.08); }
.top-actions,.merchant { display:flex; align-items:center; gap:12px; }
.icon-btn { width:39px;height:39px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:23px;position:relative;cursor:pointer; }
.dot { width:7px;height:7px;border-radius:50%;background:#ff5264;position:absolute;top:8px;right:8px;border:2px solid #fff; }
.merchant { padding-right:12px;border-right:1px solid var(--line); }
.merchant .avatar { width:40px;height:40px;border-radius:12px;background:#e9e7ff;color:var(--violet);display:grid;place-items:center;font-weight:800; }
.merchant div:last-child { display:flex;flex-direction:column;line-height:1.35; }
.merchant b{font-size:14px}.merchant small{font-size:11px;color:var(--muted)}
.dashboard-shell { min-height:calc(100vh - 76px); display:grid; grid-template-columns:238px 1fr; }
.sidebar { background:#fff;border-left:1px solid var(--line);padding:22px 16px;display:flex;flex-direction:column; }
.launch-card { background:#171a28;color:#fff;border-radius:14px;padding:15px;margin-bottom:21px;display:flex;flex-direction:column;position:relative;overflow:hidden; }
.launch-card:after { content:"";position:absolute;width:70px;height:70px;border:16px solid rgba(201,246,111,.08);border-radius:50%;left:-20px;top:-28px; }
.launch-card span{font-size:11px;color:#c4c6d1}.launch-card b{font-size:13px;margin:5px 0}.launch-card div{font-size:10px;color:#b9ef67}.launch-card i,.live-pill i{width:6px;height:6px;display:inline-block;border-radius:50%;background:#b9ef67;margin-left:4px;box-shadow:0 0 0 4px rgba(185,239,103,.1)}
.sidebar nav,.sidebar-bottom { display:flex;flex-direction:column;gap:5px; }
.sidebar nav button,.sidebar-bottom>button { border:0;background:none;display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;cursor:pointer;color:#6c7080;text-align:right;font-weight:600;position:relative; }
.sidebar nav button.active { background:#eeedff;color:var(--violet); }
.nav-icon { width:21px;text-align:center;font-size:17px; }
.sidebar nav em { margin-right:auto;background:var(--violet);color:#fff;border-radius:20px;font-style:normal;font-size:10px;padding:2px 7px; }
.sidebar-bottom { margin-top:auto;border-top:1px solid var(--line);padding-top:13px; }
.help-card { margin-top:14px;background:#f1f0ff;border-radius:14px;padding:14px;display:grid;grid-template-columns:34px 1fr;column-gap:9px; }
.help-card>span{width:32px;height:32px;background:var(--violet);color:#fff;border-radius:10px;display:grid;place-items:center;grid-row:1/3}.help-card b{font-size:12px}.help-card small{font-size:10px;color:var(--muted)}.help-card button{grid-column:1/3;margin-top:12px;border:0;background:#fff;border-radius:8px;padding:7px;font-size:11px;color:var(--violet);font-weight:700;cursor:pointer}
.content { padding:30px 34px 50px; max-width:1540px;width:100%;margin:0 auto; }
.page-head { display:flex;align-items:center;justify-content:space-between;margin-bottom:25px; }
.page-head p{margin:0 0 4px;color:#9296a5;font-size:12px}.page-head h1{font-size:25px;margin:0 0 5px}.page-head span{font-size:12px;color:var(--muted)}
.primary { border:0;background:var(--violet);color:#fff;padding:11px 18px;border-radius:11px;font-weight:700;cursor:pointer;box-shadow:0 7px 16px rgba(91,85,247,.22);transition:.2s; }
.primary:hover{transform:translateY(-1px);background:#4c47e5}.primary b{font-size:18px;margin-left:4px}.primary.full{width:100%;margin-top:5px;padding:13px}
.primary:disabled{opacity:.6;cursor:wait;transform:none}.form-error{color:#d74755!important;background:#fff0f1;border-radius:9px;padding:9px!important;margin:8px 0!important;font-size:10px!important}
.stats-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:16px; }
.stat-card { background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px;display:flex;align-items:center;gap:13px;box-shadow:0 5px 16px rgba(30,32,45,.025); }
.stat-icon { width:40px;height:40px;border-radius:12px;background:#efeeff;color:var(--violet);display:grid;place-items:center;font-size:19px; }
.stat-card>div:last-child{display:flex;flex-direction:column}.stat-card span{font-size:11px;color:var(--muted)}.stat-card b{font-size:20px;margin:2px 0}.stat-card small{font-size:9px;color:var(--green)}.stat-card small i{font-style:normal}.stat-card small em{font-style:normal;color:#a4a7b2}
.insight-grid { display:grid;grid-template-columns:minmax(0,1.85fr) minmax(260px,.7fr);gap:16px;margin-bottom:16px; }
.panel { background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 5px 16px rgba(30,32,45,.025); }
.revenue-panel,.delivery-panel{padding:20px 22px}.panel-title{display:flex;justify-content:space-between;align-items:flex-start}.panel-title h2{font-size:15px;margin:0}.panel-title p{font-size:10px;color:var(--muted);margin:3px 0}.panel-title select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:6px 9px;font-size:10px;color:var(--muted)}
.revenue-summary { margin-top:10px;display:flex;align-items:center;gap:10px }.revenue-summary b{font-size:22px}.revenue-summary span{font-size:9px;color:var(--green);background:#eafaf2;padding:4px 8px;border-radius:12px}
.chart { height:123px;margin-top:15px;padding:8px 5px 0;display:flex;gap:8px;align-items:flex-end;border-bottom:1px solid #eeeefa;background:repeating-linear-gradient(to top,transparent 0,transparent 30px,#f3f3f7 31px); }
.chart i { flex:1;display:flex;align-items:flex-end;min-width:4px; }
.chart i span { width:100%;height:100%;border-radius:5px 5px 1px 1px;background:linear-gradient(180deg,#6e67fb,#b9b6ff);opacity:.88;transition:.3s }.chart i:hover span{background:var(--lime)}
.chart-labels{display:flex;justify-content:space-between;color:#a7aab6;font-size:9px;padding-top:7px}
.live-pill{font-size:9px;color:var(--green);background:#e9faf1;border-radius:10px;padding:5px 8px}.live-pill i{background:var(--green);box-shadow:none}
.donut{width:120px;height:120px;border-radius:50%;margin:14px auto;background:conic-gradient(var(--violet) 0 98.7%,#ececf2 98.7% 100%);display:grid;place-items:center;position:relative}.donut:before{content:"";position:absolute;width:88px;height:88px;background:#fff;border-radius:50%}.donut div{z-index:1;display:flex;flex-direction:column;text-align:center}.donut b{font-size:19px}.donut span{font-size:9px;color:var(--muted)}
.delivery-row { display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:9px 2px;font-size:11px}.delivery-row span{color:#6e7281}.delivery-row i{display:inline-block;width:7px;height:7px;border-radius:2px;margin-left:6px}.email{background:var(--violet)}.sms{background:var(--lime)}
.lower-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}.orders-panel,.stock-panel{padding:20px 22px}.panel-title button{border:0;background:none;color:var(--violet);font-weight:600;font-size:10px;cursor:pointer}.count-pill{width:23px;height:23px;border-radius:8px;background:#fff0f1;color:#f05a69;display:grid;place-items:center;font-size:10px;font-weight:700}
.order-row{display:grid;grid-template-columns:34px 1fr 60px 76px;gap:9px;align-items:center;padding:11px 0;border-top:1px solid var(--line)}.order-row:nth-of-type(2){margin-top:10px}.order-avatar{width:32px;height:32px;border-radius:10px;background:#f0efff;color:var(--violet);display:grid;place-items:center;font-weight:700}.order-row div{display:flex;flex-direction:column}.order-row div b{font-size:11px}.order-row div small{font-size:9px;color:var(--muted)}.order-row strong{font-size:11px}.order-row em{font-style:normal;font-size:9px;border-radius:12px;padding:5px 7px;text-align:center}.order-row em i{display:inline-block;width:5px;height:5px;border-radius:50%;margin-left:4px}.done{color:var(--green);background:#eafaef}.done i{background:var(--green)}.pending{color:#d59117;background:#fff7e5}.pending i{background:#d59117}
.stock-item{display:grid;grid-template-columns:40px 1fr 28px;gap:10px;align-items:center;padding:12px 0;border-top:1px solid var(--line)}.stock-item:nth-of-type(2){margin-top:10px}.stock-item>div{display:flex;flex-direction:column}.stock-item b{font-size:10px}.stock-item span{font-size:9px;color:#e05c67}.stock-item progress{height:4px;width:100%;margin-top:6px;accent-color:#ed6772}.stock-item button{border:1px solid var(--line);background:#fff;border-radius:8px;width:28px;height:28px;cursor:pointer;color:var(--violet)}
.product-art{height:164px;border-radius:16px;position:relative;overflow:hidden;display:grid;place-items:center}.product-art span{font-size:43px;font-weight:800;color:#fff;z-index:2;letter-spacing:-3px}.product-art i{position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%;width:130px;height:130px;right:-55px;top:-50px}.product-art i:last-child{right:auto;top:auto;left:-45px;bottom:-70px;width:160px;height:160px}.product-art.small{width:40px;height:40px;border-radius:11px}.product-art.small span{font-size:13px;letter-spacing:-1px}.product-art.small i{display:none}.berry{background:linear-gradient(135deg,#9a1c45,#ee3e62)}.blue{background:linear-gradient(135deg,#152a9e,#286bea)}.lime{background:linear-gradient(135deg,#6ca824,#b7df46)}.green{background:linear-gradient(135deg,#0a8358,#1bd684)}.violet{background:linear-gradient(135deg,#5041cf,#9473ff)}
.table-tools{padding:16px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px}.search{display:flex;align-items:center;background:#f7f7fa;border:1px solid var(--line);border-radius:10px;padding:0 10px;width:280px}.search input{border:0;background:transparent;outline:0;padding:9px;width:100%}.product-row{display:grid;grid-template-columns:44px minmax(130px,1fr) 100px 100px 65px 150px;align-items:center;gap:10px;padding:12px 18px;border-bottom:1px solid var(--line)}.product-info{display:flex;flex-direction:column}.product-info b{font-size:12px}.product-info span,.product-row>span{font-size:10px;color:var(--muted)}.product-row strong{font-size:12px}.product-row .low{color:#e05c67}.product-row .stock-ok{color:var(--green)}.inventory-pill{font-weight:700}.product-actions{display:flex!important;flex-direction:row!important;gap:5px;justify-content:flex-end}.product-actions button,.fulfill-cell button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 9px;color:var(--violet);font-size:9px;font-weight:700;cursor:pointer;white-space:nowrap}.product-actions button:last-child{color:var(--muted)}
.empty-state{text-align:center;padding:65px 20px}.empty-state>span{width:58px;height:58px;background:#efeeff;color:var(--violet);border-radius:18px;display:grid;place-items:center;margin:auto;font-size:24px}.empty-state h2{margin:15px 0 4px}.empty-state p{color:var(--muted);font-size:12px;margin-bottom:20px}
.storefront{background:#f7f7f1;min-height:calc(100vh - 76px)}.store-nav{max-width:1180px;margin:auto;padding:22px 24px;display:flex;align-items:center;justify-content:space-between}.store-brand{display:flex;align-items:center;gap:10px}.store-brand>span{width:42px;height:42px;background:var(--ink);color:var(--lime);display:grid;place-items:center;border-radius:13px;font-size:20px;font-weight:800}.store-brand div{display:flex;flex-direction:column}.store-brand b{font-size:15px}.store-brand small{font-size:9px;color:var(--muted)}.store-links{display:flex;gap:25px}.store-links button{border:0;background:none;font-size:12px;cursor:pointer}.cart{border:1px solid #dbdcd4;background:#fff;border-radius:11px;padding:8px 13px;font-weight:600;cursor:pointer}.cart span{background:var(--ink);color:#fff;border-radius:8px;padding:1px 6px;margin-right:5px;font-size:9px}
.store-hero{max-width:1180px;margin:auto;min-height:510px;padding:58px 50px;border-radius:28px;background:#171a28;color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;position:relative}.store-hero:after{content:"";position:absolute;inset:auto -100px -260px auto;width:530px;height:530px;border-radius:50%;border:85px solid rgba(201,246,111,.045)}.eyebrow{display:inline-block;border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:7px 13px;font-size:10px;color:#dfe1e8}.store-hero h1{font-size:52px;line-height:1.15;margin:19px 0 13px;letter-spacing:-2px}.store-hero h1 em{font-style:normal;color:var(--lime)}.store-hero p{color:#b8bbc7;line-height:1.8;font-size:14px;max-width:470px}.store-hero>div:first-child>button{border:0;background:var(--lime);color:#171a28;padding:13px 19px;border-radius:11px;font-weight:800;margin-top:13px;cursor:pointer}.store-hero>div:first-child>button b{margin-right:13px}.trust{display:flex;gap:18px;margin-top:25px;color:#9ea2b1;font-size:10px}
.hero-art{height:390px;position:relative;display:grid;place-items:center}.orb{width:240px;height:240px;border-radius:50%;background:radial-gradient(circle at 35% 28%,#948fff,#5b55f7 52%,#3931b5);display:grid;place-items:center;box-shadow:0 35px 70px rgba(67,59,215,.35);position:relative;z-index:2}.orb:after,.orb:before{content:"";position:absolute;border:1px solid rgba(255,255,255,.17);border-radius:50%;width:305px;height:305px}.orb:before{width:370px;height:370px}.orb span{font-size:86px;font-weight:800;color:#fff;transform:rotate(-5deg)}.float-card{position:absolute;background:rgba(255,255,255,.96);color:var(--ink);border-radius:14px;padding:13px 15px;z-index:4;box-shadow:0 18px 40px rgba(0,0,0,.18);backdrop-filter:blur(10px)}.float-card.one{top:28px;right:3px;width:185px;display:flex;flex-direction:column;transform:rotate(3deg)}.float-card.one span{font-size:8px;color:var(--green)}.float-card.one b{font-size:12px;margin:5px 0;letter-spacing:1px}.float-card.one small{font-size:8px;color:var(--muted)}.float-card.two{bottom:28px;left:5px;display:flex;gap:9px;align-items:center;transform:rotate(-3deg)}.float-card.two>i{width:29px;height:29px;background:#eafaf1;color:var(--green);border-radius:9px;display:grid;place-items:center;font-style:normal}.float-card.two div{display:flex;flex-direction:column}.float-card.two b{font-size:10px}.float-card.two small{font-size:9px;color:var(--muted)}
.store-products{max-width:1180px;margin:auto;padding:70px 24px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.section-heading span{font-size:10px;color:var(--violet);font-weight:700}.section-heading h2{font-size:28px;margin:4px 0}.section-heading button{border:0;background:none;color:var(--muted);font-size:11px;cursor:pointer}.store-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.store-card{background:#fff;border:1px solid #e7e7e0;border-radius:20px;padding:9px;transition:.25s}.store-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.store-card-body{padding:14px 8px 8px}.store-card-body>span{font-size:9px;color:var(--violet);background:#eeedff;padding:4px 8px;border-radius:9px}.store-card h3{font-size:15px;margin:11px 0 5px}.store-card p{font-size:9px;color:var(--muted);line-height:1.6}.store-card-body>div{display:flex;align-items:center;justify-content:space-between;margin-top:13px}.store-card strong{font-size:20px}.store-card strong small{font-size:9px}.store-card button{border:0;background:var(--ink);color:#fff;border-radius:9px;padding:8px 12px;font-size:10px;cursor:pointer}.store-card button:disabled{cursor:not-allowed;background:#d9d9df;color:#777}.store-card.sold-out .product-art{filter:grayscale(.7);opacity:.65}.availability{display:block;margin-top:9px;font-size:9px;font-weight:700}.availability.ready{color:var(--green)}.availability.empty{color:#e05c67}
.modal-backdrop{position:fixed;inset:0;background:rgba(18,20,31,.55);z-index:50;display:grid;place-items:center;padding:20px;backdrop-filter:blur(5px);animation:fade .2s}.modal{width:min(450px,100%);background:#fff;border-radius:21px;padding:28px;position:relative;box-shadow:0 30px 90px rgba(0,0,0,.24);animation:rise .25s}.close{position:absolute;left:17px;top:15px;border:0;background:#f2f2f6;width:29px;height:29px;border-radius:9px;font-size:20px;cursor:pointer}.modal-icon{width:42px;height:42px;background:#eeedff;color:var(--violet);border-radius:12px;display:grid;place-items:center;font-size:20px}.modal h2{margin:14px 0 4px}.modal>p{font-size:11px;color:var(--muted);margin:0 0 20px}.modal label{display:flex;flex-direction:column;font-size:11px;font-weight:600;gap:7px;margin:13px 0}.modal input,.modal select,.modal textarea{border:1px solid var(--line);border-radius:10px;padding:11px;outline:0;background:#fff}.modal input:focus,.modal textarea:focus{border-color:var(--violet);box-shadow:0 0 0 3px rgba(91,85,247,.09)}.inventory-modal textarea{resize:vertical;min-height:170px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;text-align:left}.inventory-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0}.inventory-summary span{background:#f7f7fa;border:1px solid var(--line);border-radius:10px;padding:10px;text-align:center;font-size:9px;color:var(--muted)}.inventory-summary b{display:block;font-size:17px;color:var(--ink);margin-bottom:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.step{font-size:9px;color:var(--violet);background:#eeedff;border-radius:10px;padding:5px 9px}.checkout-product{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;background:#f8f8fa;border-radius:12px;padding:11px;margin:17px 0}.checkout-product div:nth-child(2){display:flex;flex-direction:column}.checkout-product b{font-size:11px}.checkout-product span{font-size:9px;color:var(--muted)}.checkout-product strong{font-size:13px}.payment-note{display:flex;align-items:center;gap:9px;border:1px dashed #d9d9e2;padding:10px;border-radius:10px;margin:13px 0}.payment-note>span{color:var(--violet)}.payment-note div{display:flex;flex-direction:column}.payment-note b{font-size:10px}.payment-note small{font-size:8px;color:var(--muted)}.success{text-align:center;padding:22px 5px}.success>span{width:64px;height:64px;background:#e9faf1;color:var(--green);border-radius:50%;display:grid;place-items:center;margin:auto;font-size:26px}.success h2{font-size:24px}.success p{font-size:12px!important}.success b{display:block;margin-top:20px;padding:14px;background:#f1f0ff;color:var(--violet);border-radius:12px;direction:ltr;letter-spacing:2px}
@keyframes fade{from{opacity:0}to{opacity:1}}@keyframes rise{from{transform:translateY(15px);opacity:.5}to{transform:none;opacity:1}}
@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.store-grid{grid-template-columns:repeat(2,1fr)}.store-hero{margin:0 18px}.store-links{display:none}}
@media(max-width:820px){.topbar{height:66px;padding:0 14px}.merchant div:last-child,.mode-switch button:first-child{display:none}.mode-switch button{padding:8px 11px}.dashboard-shell{display:block}.sidebar{display:none}.content{padding:22px 14px}.insight-grid,.lower-grid{grid-template-columns:1fr}.store-hero{grid-template-columns:1fr;padding:38px 24px}.hero-art{height:320px}.store-hero h1{font-size:40px}.store-nav{padding:15px 18px}.store-brand small{display:none}}
@media(max-width:560px){.brand{font-size:20px}.brand-mark{width:30px;height:30px}.top-actions .icon-btn{display:none}.merchant{padding:0;border:0}.stats-grid{grid-template-columns:1fr}.page-head{align-items:flex-end}.page-head h1{font-size:20px}.page-head span{display:none}.primary{padding:10px 12px}.order-row{grid-template-columns:34px 1fr 60px}.order-row em{display:none}.store-hero{margin:0 10px;border-radius:20px;padding:30px 21px}.store-hero h1{font-size:34px}.hero-art{height:270px}.orb{width:180px;height:180px}.orb:after{width:230px;height:230px}.orb:before{width:270px;height:270px}.orb span{font-size:62px}.float-card.one{width:155px}.store-products{padding:50px 14px}.store-grid{grid-template-columns:1fr}.section-heading h2{font-size:22px}.store-card{display:grid;grid-template-columns:120px 1fr}.product-art{height:150px}.store-card .product-art{height:100%}.store-card-body{padding:7px 11px}.form-row{grid-template-columns:1fr}.product-row{grid-template-columns:44px 1fr auto}.product-row>strong,.product-row>span{display:none}.product-actions{grid-column:2/4;justify-content:flex-start}.search{width:200px}}

/* Merchant authentication and connected dashboard */
[hidden]{display:none!important}
.auth-screen{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#f6f6f2}
.auth-copy{background:#171a28;color:#fff;padding:clamp(38px,7vw,100px);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.auth-copy:after{content:"";position:absolute;width:520px;height:520px;border:90px solid rgba(201,246,111,.055);border-radius:50%;left:-260px;bottom:-280px}
.auth-brand{color:#fff;position:absolute;right:clamp(30px,6vw,80px);top:34px}.auth-copy>.eyebrow{align-self:flex-start;margin-top:45px}.auth-copy h1{font-size:clamp(40px,5vw,68px);line-height:1.15;letter-spacing:-3px;margin:24px 0 18px}.auth-copy h1 em{color:var(--lime);font-style:normal}.auth-copy>p{color:#b9bdca;line-height:1.9;max-width:520px}.auth-benefits{display:flex;flex-direction:column;gap:12px;margin-top:28px;color:#d9dce6;font-size:12px}.auth-benefits span:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--lime);margin-left:8px}
.auth-card{width:min(470px,calc(100% - 36px));margin:auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 30px 80px rgba(30,32,45,.09)}.auth-card h2{font-size:24px;margin:16px 0 5px}.auth-card>div>p,.auth-card>form>p{color:var(--muted);font-size:11px}.auth-card label,.settings-panel label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:700;margin:13px 0}.auth-card input,.settings-panel input,.settings-panel textarea{border:1px solid var(--line);border-radius:11px;padding:12px;background:#fff;outline:0;font-family:inherit}.auth-card input:focus,.settings-panel input:focus,.settings-panel textarea:focus{border-color:var(--violet);box-shadow:0 0 0 3px rgba(91,85,247,.09)}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f2f2f6;padding:4px;border-radius:11px;margin:20px 0 8px}.auth-tabs button{border:0;background:transparent;border-radius:8px;padding:9px;font-family:inherit;cursor:pointer;color:var(--muted)}.auth-tabs button.active{background:#fff;color:var(--ink);font-weight:700;box-shadow:0 2px 8px rgba(20,22,35,.07)}
.channel-picker{border:0;padding:0;margin:16px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:7px}.channel-picker legend{font-size:10px;font-weight:700;margin-bottom:7px}.channel-picker label{margin:0;display:block}.channel-picker input{position:absolute;opacity:0}.channel-picker span{display:block;text-align:center;border:1px solid var(--line);border-radius:9px;padding:9px;font-size:10px;cursor:pointer}.channel-picker input:checked+span{border-color:var(--violet);background:#f0efff;color:var(--violet)}.otp-input{text-align:center;direction:ltr;font-size:25px!important;letter-spacing:8px}.dev-code{background:#effbea;color:#317548!important;border-radius:10px;padding:10px}.back-link{border:0;background:none;color:var(--violet);padding:0;cursor:pointer;font-family:inherit}
.merchant{background:none;border:0;cursor:pointer;font-family:inherit;text-align:right}.merchant>span:last-child{display:flex;flex-direction:column}.logout-btn{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 11px;color:var(--muted);font-family:inherit;cursor:pointer}.mobile-nav{display:none;gap:6px;overflow:auto;margin-bottom:18px}.mobile-nav button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 11px;font-family:inherit}.mobile-nav button.active{background:var(--ink);color:#fff}
.empty-mini{padding:35px 12px;text-align:center;color:var(--muted);font-size:11px}.check-row{display:flex;gap:11px;align-items:center;border-top:1px solid var(--line);padding:12px 0}.check-row:nth-of-type(2){margin-top:10px}.check-row>i{width:28px;height:28px;border-radius:9px;background:#eeedff;color:var(--violet);display:grid;place-items:center;font-style:normal;font-weight:700}.check-row>span{display:flex;flex-direction:column}.check-row b{font-size:11px}.check-row small{font-size:9px;color:var(--muted)}
.data-panel{padding:22px}.data-list{margin-top:16px}.data-row{display:grid;grid-template-columns:1.2fr 1fr 100px 150px;align-items:center;gap:14px;border-top:1px solid var(--line);padding:14px 5px}.data-row>div{display:flex;flex-direction:column}.data-row b,.data-row strong{font-size:11px}.data-row small{font-size:9px;color:var(--muted)}.fulfill-cell{align-items:flex-start;gap:6px}.fulfill-cell button{width:100%}.data-row.customer{grid-template-columns:40px 1fr 90px 100px}.reports-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.report-card{padding:25px}.report-card>span{font-size:11px;color:var(--muted)}.report-card>b{font-size:28px;display:block;margin:9px 0}.report-card p{font-size:10px;color:var(--muted);line-height:1.7}
.integration-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.integration-card{padding:20px;display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:12px}.integration-icon{width:43px;height:43px;border-radius:13px;background:#eeedff;color:var(--violet);display:grid;place-items:center;font-weight:800;font-size:18px}.integration-card h3{margin:0;font-size:13px}.integration-card p{margin:3px 0;font-size:9px;color:var(--muted)}.integration-card small{font-size:9px;color:#999}.status-pill{border-radius:14px;padding:5px 9px;font-size:9px;font-weight:700;white-space:nowrap}.status-pill.ready{background:#eafaef;color:var(--green)}.status-pill.waiting{background:#fff7e5;color:#b67612}.setup-guide{padding:24px;margin-top:16px}.setup-guide h2{margin-top:0}.setup-guide ol{padding-right:22px;line-height:2;font-size:11px}.setup-guide>p{background:#f6f6fa;padding:12px;border-radius:10px;font-size:10px;color:var(--muted)}
.settings-panel{padding:25px;display:grid;grid-template-columns:.7fr 1.3fr;gap:35px}.settings-panel h2,.domain-panel h2{margin:0 0 5px}.settings-panel>div>p,.domain-panel p{font-size:10px;color:var(--muted);line-height:1.8}.settings-panel textarea{resize:vertical}.domain-panel{padding:22px;margin-top:16px;display:flex;align-items:center;justify-content:space-between}.domain-panel>div{display:flex;gap:12px;align-items:center}.toast{position:fixed;z-index:100;bottom:24px;left:24px;background:#171a28;color:#fff;border-radius:12px;padding:13px 18px;box-shadow:var(--shadow);font-size:11px;animation:rise .2s}.empty-store{grid-column:1/-1;text-align:center;padding:70px 20px;background:#fff;border-radius:18px;border:1px solid var(--line)}
@media(max-width:1280px){.auth-screen{grid-template-columns:1fr;padding:28px 0;align-content:start}.auth-card{grid-row:1;margin:0 auto}.auth-copy{grid-row:2;min-height:300px;padding:75px 40px 42px}.auth-copy h1{font-size:42px}.auth-benefits{display:none}}
@media(max-width:900px){.mobile-nav{display:flex}.reports-grid{grid-template-columns:1fr}.integration-grid{grid-template-columns:1fr}.settings-panel{grid-template-columns:1fr}.data-row{grid-template-columns:1fr 1fr}.data-row>em{display:none}}
@media(max-width:560px){.auth-screen{padding:14px 0;place-items:center}.auth-copy{display:none}.auth-card{padding:23px;margin:0 auto}.top-actions{gap:6px}.logout-btn{font-size:0;padding:9px}.logout-btn:after{content:"↪";font-size:15px}.data-row.customer{grid-template-columns:35px 1fr}.data-row.customer>strong,.data-row.customer>b{display:none}.integration-card{grid-template-columns:42px 1fr}.integration-card>.status-pill{grid-column:2}.domain-panel{align-items:flex-start;gap:10px;flex-direction:column}}

/* Raqami commerce workspace — refined dashboard and storefront */
:root{--ink:#191a24;--muted:#767887;--line:#e8e8ee;--paper:#f6f6f8;--violet:#665cf6;--violet2:#827afa;--lime:#c8f36d;--green:#0b9f63;--shadow:0 18px 45px rgba(30,30,50,.08)}
body{font-family:"Tajawal","Segoe UI",Tahoma,Arial,sans-serif;background:var(--paper)}
.topbar{height:72px;padding:0 24px;box-shadow:0 1px 0 rgba(20,20,35,.02)}
.dashboard-shell{min-height:calc(100vh - 72px);grid-template-columns:248px 1fr}
.sidebar{padding:20px 14px;position:sticky;top:72px;height:calc(100vh - 72px);overflow:auto}
.content{max-width:1440px;padding:30px 38px 60px}
.panel,.stat-card{box-shadow:0 8px 30px rgba(25,26,45,.035)}
.visit-store{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--violet);background:#f1f0ff;border:1px solid #e4e2ff;border-radius:10px;padding:9px 13px;font-size:11px;font-weight:800}.visit-store b{font-size:14px}
.launch-card{padding:17px;border-radius:17px;background:linear-gradient(145deg,#202130,#151621);min-height:125px}.launch-card>b{direction:ltr;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.launch-card .launch-actions{display:flex;gap:6px;margin-top:13px;position:relative;z-index:2}.launch-card .launch-actions button{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:#fff;border-radius:8px;padding:6px 9px;font-size:9px;cursor:pointer}.launch-card .launch-actions button:first-child{background:var(--lime);color:#171821;border-color:transparent;font-weight:800}
.page-head h1{font-size:26px;letter-spacing:-.4px}.page-head{margin-bottom:23px}
.welcome-banner{background:linear-gradient(135deg,#1d1e2a,#28293b);border-radius:22px;padding:29px 32px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:35px;margin-bottom:18px;position:relative;overflow:hidden}.welcome-banner:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;border:50px solid rgba(200,243,109,.045);left:-75px;bottom:-160px}.banner-kicker{display:block;color:var(--lime);font-size:10px;font-weight:800}.welcome-banner h2{font-size:24px;margin:7px 0 4px}.welcome-banner p{color:#bfc1ce;font-size:11px;margin:0}.banner-actions{display:flex;gap:8px;margin-top:18px}.banner-actions button{border-radius:10px;padding:9px 14px;font-size:10px;font-weight:800;cursor:pointer}.banner-primary{border:0;background:var(--lime)}.banner-secondary{border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff}.launch-score{min-width:205px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);padding:17px;border-radius:16px;position:relative;z-index:2}.launch-score>span{font-size:9px;color:#bfc1ce}.launch-score>b{display:block;font-size:29px;margin:4px 0}.launch-score>div{height:5px;background:rgba(255,255,255,.12);border-radius:10px;overflow:hidden}.launch-score>div i{height:100%;display:block;background:var(--lime);border-radius:10px;transition:.4s}.launch-score>small{font-size:8px;color:#aeb1bf;display:block;margin-top:8px;line-height:1.6}
.check-row{transition:.2s}.check-row.complete>i{background:#e8f9ef;color:var(--green)}.check-row.complete>i:after{content:"✓";font-size:13px}.check-row.complete>i{font-size:0}.check-row.complete b{text-decoration:line-through;color:#898b96}.count-pill:empty{display:none}
.empty-mini{display:flex;flex-direction:column;align-items:center;gap:4px}.empty-mini>span{width:40px;height:40px;border-radius:12px;background:#f0efff;color:var(--violet);display:grid;place-items:center;font-size:17px;margin-bottom:5px}.empty-mini>b{color:var(--ink);font-size:12px}.empty-mini>small{font-size:9px}
.product-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.product-summary>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px 18px;display:grid;grid-template-columns:1fr auto;align-items:center}.product-summary span,.product-summary small{font-size:9px;color:var(--muted)}.product-summary b{font-size:24px;grid-row:1/3;grid-column:2}.product-summary small{grid-column:1}.table-tools{gap:10px}.table-tools select{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 10px;font-size:10px;margin-right:auto}.product-table-head,.product-row{display:grid;grid-template-columns:minmax(280px,1.5fr) 110px 90px 80px 225px;gap:15px;align-items:center}.product-table-head{background:#fafafd;border-bottom:1px solid var(--line);padding:10px 18px;color:#9a9ca8;font-size:9px}.product-row{padding:14px 18px}.product-cell{display:flex;align-items:center;gap:11px;min-width:0}.product-info{min-width:0}.product-info b{display:flex;align-items:center;gap:6px;font-size:12px}.product-info b em{font-style:normal;background:#fff2d7;color:#ad7113;border-radius:7px;padding:2px 5px;font-size:7px}.product-info span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price-cell{display:flex;flex-direction:column}.price-cell del{font-size:8px;color:#a5a6ae}.product-status{justify-self:start;padding:5px 8px;border-radius:9px;font-size:8px!important;font-weight:800}.product-status.active{color:var(--green);background:#eaf9f0}.product-status.draft{color:#a66a0c;background:#fff5df}.product-status.archived{color:#777986;background:#f0f0f3}.product-actions button:first-child{background:#f1f0ff}.product-art.has-image{background:#eee}.product-art.has-image img{width:100%;height:100%;object-fit:cover;display:block}.product-art.has-image:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);border-radius:inherit}
.report-visual{padding:24px;margin-top:16px}.report-bars{height:220px;margin-top:28px;display:flex;align-items:flex-end;gap:14px;padding:0 12px;border-bottom:1px solid var(--line);background:repeating-linear-gradient(to top,transparent,transparent 54px,#f2f2f6 55px)}.report-bars i{flex:1;max-width:75px;background:linear-gradient(180deg,var(--violet),#b6b1ff);border-radius:7px 7px 2px 2px}.report-days{display:flex;justify-content:space-around;color:#999ba7;font-size:8px;padding-top:8px}
.appearance-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.72fr);gap:16px;align-items:start}.appearance-panel{padding:25px}.settings-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px}.settings-heading>div>span{font-size:9px;color:var(--violet);font-weight:800}.settings-heading h2{margin:3px 0;font-size:18px}.settings-heading p{font-size:10px;color:var(--muted);margin:0}.theme-picker{border:0;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.theme-picker legend{font-size:10px;font-weight:800;margin-bottom:10px}.theme-option{border:1px solid var(--line);border-radius:13px;padding:7px;cursor:pointer;position:relative}.theme-option>input{position:absolute;opacity:0}.theme-option:has(input:checked){border-color:var(--violet);box-shadow:0 0 0 3px rgba(102,92,246,.09)}.theme-option:has(input:checked):after{content:"✓";position:absolute;left:10px;top:10px;width:18px;height:18px;background:var(--violet);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:9px}.theme-shot{height:78px;border-radius:9px;padding:10px;display:block;background:#1c1d28}.theme-shot i{width:20px;height:5px;background:#c8f36d;border-radius:3px;display:block}.theme-shot b{height:21px;width:65%;background:rgba(255,255,255,.8);border-radius:4px;display:block;margin-top:15px}.theme-shot em{height:8px;width:85%;background:rgba(255,255,255,.2);border-radius:3px;display:block;margin-top:6px}.theme-sand .theme-shot{background:#e9decb}.theme-sand .theme-shot i{background:#92613d}.theme-sand .theme-shot b{background:#33261e}.theme-sand .theme-shot em{background:#b9a997}.theme-mint .theme-shot{background:#e2f1eb}.theme-mint .theme-shot i{background:#107457}.theme-mint .theme-shot b{background:#143c31}.theme-mint .theme-shot em{background:#9cbeb1}.theme-rose .theme-shot{background:#f5e3e9}.theme-rose .theme-shot i{background:#c3456c}.theme-rose .theme-shot b{background:#50192c}.theme-rose .theme-shot em{background:#d3a6b5}.theme-option>strong,.theme-option>small{display:block}.theme-option>strong{font-size:10px;margin:8px 3px 1px}.theme-option>small{font-size:8px;color:var(--muted);margin:0 3px 3px}.appearance-fields,.settings-fields{display:grid;grid-template-columns:1fr 1fr;gap:0 12px;margin-top:20px}.appearance-fields label,.settings-fields label{display:flex;flex-direction:column;gap:7px;font-size:10px;font-weight:700;margin:9px 0;position:relative}.appearance-fields input,.appearance-fields select,.settings-fields input,.settings-fields select,.settings-fields textarea,.publish-settings select{width:100%;border:1px solid var(--line);background:#fff;border-radius:10px;padding:11px;outline:0}.appearance-fields input:focus,.appearance-fields select:focus,.settings-fields input:focus,.settings-fields select:focus,.settings-fields textarea:focus{border-color:var(--violet);box-shadow:0 0 0 3px rgba(102,92,246,.08)}.appearance-fields .wide,.settings-fields .wide{grid-column:1/-1}.color-field{display:grid;grid-template-columns:46px 1fr;gap:7px}.color-field input[type=color]{padding:3px;height:42px}.toggle-line{flex-direction:row!important;align-items:center!important;border:1px solid var(--line);border-radius:12px;padding:12px!important;margin-top:15px!important;cursor:pointer}.toggle-line>input{position:absolute;opacity:0}.toggle-line>span{display:flex;flex-direction:column}.toggle-line b{font-size:10px}.toggle-line small{font-size:8px;color:var(--muted);font-weight:400}.toggle-line>i{width:36px;height:20px;border-radius:20px;background:#d8d9df;margin-right:auto;position:relative}.toggle-line>i:after{content:"";position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;top:3px;right:3px;transition:.2s}.toggle-line:has(input:checked)>i{background:var(--violet)}.toggle-line:has(input:checked)>i:after{right:19px}.live-preview{padding:14px;position:sticky;top:90px}.preview-top{display:flex;justify-content:space-between;padding:4px 4px 13px;font-size:9px;color:var(--muted)}.preview-top button{border:0;background:none;color:var(--violet);font-size:9px;cursor:pointer}.mini-store{--store-accent:#665cf6;border-radius:14px;overflow:hidden;background:#f7f7f2;border:1px solid var(--line);min-height:430px}.mini-announcement{text-align:center;background:var(--store-accent);color:#fff;font-size:6px;padding:5px}.mini-nav{display:flex;justify-content:space-between;align-items:center;padding:12px 15px}.mini-nav b{font-size:10px}.mini-nav i{width:34px;height:12px;border-radius:7px;background:#e2e2e2}.mini-hero{margin:0 10px;background:#1b1c27;color:#fff;border-radius:12px;padding:28px 20px;min-height:210px}.mini-hero span{font-size:6px;color:#c3c5d0}.mini-hero h3{font-size:19px;line-height:1.4;max-width:220px;margin:10px 0}.mini-hero button{border:0;background:var(--store-accent);color:#fff;border-radius:7px;padding:7px 10px;font-size:7px}.mini-products{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding:13px 10px}.mini-products i{height:80px;background:#fff;border:1px solid #e8e8e3;border-radius:9px}.mini-store[data-theme=sand]{background:#f8f4ec}.mini-store[data-theme=sand] .mini-hero{background:#33281f}.mini-store[data-theme=mint]{background:#f0f8f4}.mini-store[data-theme=mint] .mini-hero{background:#153c31}.mini-store[data-theme=rose]{background:#fbf3f6}.mini-store[data-theme=rose] .mini-hero{background:#4e1d2e}
.billing-hero{background:linear-gradient(135deg,#1d1e2a,#2c2d3e);border-radius:21px;color:#fff;padding:27px 30px;display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.billing-hero>div:first-child span{font-size:9px;color:var(--lime)}.billing-hero h2{font-size:22px;margin:5px 0}.billing-hero p{font-size:10px;color:#bfc1cd;margin:0}.billing-hero>div:last-child{background:rgba(255,255,255,.08);padding:13px 20px;border-radius:13px;text-align:center}.billing-hero>div:last-child span{display:block;font-size:8px;color:#bbbcc7}.billing-hero>div:last-child b{display:block;font-size:16px;margin-top:3px}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:stretch}.plan-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;position:relative;display:flex;flex-direction:column}.plan-card.popular{border-color:var(--violet);box-shadow:0 17px 45px rgba(102,92,246,.12)}.plan-card.current{box-shadow:inset 0 0 0 2px #d7d4ff}.popular-label{position:absolute;left:18px;top:18px;background:var(--violet);color:#fff;border-radius:10px;padding:5px 8px;font-size:8px}.plan-head>span{font-size:9px;color:var(--muted)}.plan-head h3{font-size:19px;margin:6px 0 16px}.plan-head>div{display:flex;align-items:end;gap:7px}.plan-head>div b{font-size:29px}.plan-head>div small{font-size:8px;color:var(--muted);margin-bottom:5px}.plan-card ul{list-style:none;padding:17px 0;margin:18px 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:11px}.plan-card li{font-size:10px}.plan-card li i{font-style:normal;color:var(--green);margin-left:7px}.plan-card>button{margin-top:auto;border:1px solid var(--violet);background:#fff;color:var(--violet);border-radius:10px;padding:10px;font-size:10px;font-weight:800;cursor:pointer}.plan-card.popular>button{background:var(--violet);color:#fff}.plan-card>button:disabled{background:#f1f1f5;color:#8c8e98;border-color:#e4e4e8;cursor:default}.plan-note{display:flex;gap:11px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px 18px;margin-top:14px}.plan-note>span{width:35px;height:35px;border-radius:10px;background:#eeedff;color:var(--violet);display:grid;place-items:center}.plan-note b{font-size:10px}.plan-note p{font-size:8px;color:var(--muted);margin:3px 0}
.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.settings-grid .settings-panel{display:block;padding:24px}.settings-grid .settings-heading{margin-bottom:14px}.settings-panel>label{display:flex;flex-direction:column;gap:7px;font-size:10px;font-weight:700}.slug-field{display:flex;direction:ltr;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fafafd}.slug-field span{padding:0 11px;color:#8e909b;font-size:9px;white-space:nowrap}.slug-field input{border:0!important;border-radius:0!important;box-shadow:none!important;padding-left:4px!important}.link-actions{display:flex;gap:7px;margin-top:9px}.link-actions button,.link-actions a{border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 10px;text-decoration:none;font-size:9px;color:var(--violet);cursor:pointer}.publish-settings{grid-column:1/-1;padding:19px 22px;display:flex;align-items:center;justify-content:space-between}.publish-settings>div{display:flex;align-items:center;gap:11px}.publish-settings h2{font-size:14px;margin:0}.publish-settings p{font-size:9px;color:var(--muted);margin:3px 0}.publish-settings select{width:220px}.settings-save{grid-column:1/-1;display:flex;justify-content:flex-end;align-items:center;gap:15px}.settings-save .form-error{margin:0!important}
.product-modal{width:min(760px,100%);padding:25px 29px;max-height:92vh;overflow:auto}.product-modal-head{display:flex;align-items:center;gap:12px}.product-modal-head>div>span{font-size:8px;color:var(--violet);font-weight:800}.product-modal-head h2{font-size:19px;margin:2px 0}.product-modal-head p{font-size:9px;color:var(--muted);margin:0}.product-steps{display:grid;grid-template-columns:repeat(3,1fr);margin:22px 0;border:1px solid var(--line);border-radius:13px;padding:6px}.product-steps button{border:0;background:none;display:flex;align-items:center;gap:8px;padding:8px;border-radius:9px;text-align:right;cursor:pointer;color:#999ba6}.product-steps button.active{background:#f2f1ff;color:var(--ink)}.product-steps button>i{width:25px;height:25px;border-radius:8px;background:#eeeef1;display:grid;place-items:center;font-style:normal;font-size:9px}.product-steps button.active>i{background:var(--violet);color:#fff}.product-steps button>span{display:flex;flex-direction:column}.product-steps b{font-size:9px}.product-steps small{font-size:7px;color:var(--muted)}.upload-zone{border:1.5px dashed #d7d7e2;background:#fafafd;border-radius:14px;min-height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;transition:.2s}.upload-zone:hover{border-color:var(--violet);background:#f7f6ff}.upload-zone input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-zone>span{width:34px;height:34px;background:#eeedff;color:var(--violet);border-radius:10px;display:grid;place-items:center;font-size:17px}.upload-zone>b{font-size:10px;margin:9px 0 2px}.upload-zone>small{font-size:8px;color:var(--muted)}.image-preview{display:flex;gap:8px;overflow:auto;margin-top:9px}.image-preview figure{margin:0;min-width:85px;height:85px;border-radius:10px;overflow:hidden;position:relative;background:#eee}.image-preview img{width:100%;height:100%;object-fit:cover}.image-preview button{position:absolute;left:4px;top:4px;border:0;background:rgba(20,20,25,.75);color:#fff;border-radius:6px;width:20px;height:20px;cursor:pointer}.image-preview figcaption{position:absolute;bottom:3px;right:3px;background:rgba(255,255,255,.88);border-radius:5px;padding:2px 4px;font-size:6px}.field-hint{align-self:flex-end;color:var(--muted);font-size:7px}.input-suffix{position:absolute;left:10px;bottom:13px;font-size:8px;color:var(--muted)}.tip-card{display:flex;gap:10px;background:#f6f5ff;border:1px solid #e7e5ff;border-radius:12px;padding:13px;margin-top:16px}.tip-card>span{color:var(--violet)}.tip-card b{font-size:10px}.tip-card p{font-size:8px;color:var(--muted);margin:3px 0}.publish-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}.publish-choice>label{margin:0}.publish-choice input{position:absolute;opacity:0}.publish-choice label>span{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:12px;padding:15px;cursor:pointer}.publish-choice label:has(input:checked)>span{border-color:var(--violet);background:#f8f7ff;box-shadow:0 0 0 3px rgba(102,92,246,.07)}.publish-choice span>i{width:28px;height:28px;border-radius:9px;background:#eeedff;color:var(--violet);display:grid;place-items:center;font-style:normal;margin-bottom:9px}.publish-choice b{font-size:11px}.publish-choice small{font-size:8px;color:var(--muted);margin-top:2px}.product-review{background:#f8f8fa;border-radius:13px;padding:11px;margin-top:15px}.product-review>div{display:grid;grid-template-columns:70px 1fr auto;gap:11px;align-items:center}.product-review .product-art{width:70px;height:60px}.product-review>div>span{display:flex;flex-direction:column}.product-review b{font-size:11px}.product-review small{font-size:8px;color:var(--muted)}.product-review strong{font-size:13px}.modal-footer{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line);margin-top:18px;padding-top:15px}.modal-footer>span{flex:1}.secondary{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 16px;font-weight:700;cursor:pointer}

.storefront{--store-accent:#665cf6;--product-columns:3;background:#f7f7f2;min-height:100vh;color:#191a24}.store-announcement{background:var(--store-accent);color:#fff;text-align:center;padding:8px;font-size:9px;font-weight:700;letter-spacing:.2px}.store-nav{padding-top:18px;padding-bottom:18px}.store-links a{color:inherit;text-decoration:none;font-size:12px}.store-hero{background:#1b1c27;min-height:500px}.store-hero h1{white-space:pre-line}.store-hero h1 em{color:var(--store-accent)}.store-hero>div:first-child>button{background:var(--store-accent);color:#fff}.orb{background:radial-gradient(circle at 35% 28%,color-mix(in srgb,var(--store-accent),white 35%),var(--store-accent) 55%,color-mix(in srgb,var(--store-accent),black 35%));box-shadow:0 35px 70px color-mix(in srgb,var(--store-accent),transparent 65%)}.store-grid{grid-template-columns:repeat(var(--product-columns),1fr);gap:20px}.store-card{border-radius:20px;padding:10px;position:relative}.store-card .product-art{height:220px}.store-card-body>span{color:var(--store-accent);background:color-mix(in srgb,var(--store-accent),white 90%)}.store-card h3{font-size:17px}.store-card p{font-size:10px;min-height:32px}.store-card button{background:var(--store-accent)}.featured-badge{position:absolute;top:19px;right:19px;z-index:3;background:#fff;color:#181922!important;border-radius:9px;padding:5px 8px;font-size:8px!important;font-weight:800;box-shadow:0 5px 18px rgba(0,0,0,.1)}.store-price{display:flex!important;flex-direction:column}.store-price del{font-size:8px;color:#9a9ba3}.store-footer{max-width:1180px;margin:0 auto;padding:26px 24px 35px;border-top:1px solid #e1e1dc;display:flex;align-items:center;justify-content:space-between;color:var(--muted)}.store-footer p,.store-footer a,.store-footer>div:last-child span{font-size:8px}.store-footer>div:last-child{display:flex;gap:14px}.store-footer a{color:inherit;text-decoration:none}.empty-store>span{width:44px;height:44px;border-radius:12px;background:color-mix(in srgb,var(--store-accent),white 88%);color:var(--store-accent);display:grid;place-items:center;margin:auto}.storefront[data-card-style=sharp] .store-card,.storefront[data-card-style=sharp] .product-art{border-radius:5px}.storefront[data-card-style=minimal] .store-card{border-color:transparent;background:transparent;padding:0}.storefront[data-card-style=minimal] .product-art{border-radius:14px}.storefront[data-theme=sand]{background:#f7f1e7;color:#362a21}.storefront[data-theme=sand] .store-hero{background:#33281f}.storefront[data-theme=sand] .store-brand>span{background:#443225}.storefront[data-theme=mint]{background:#eef7f3;color:#153d32}.storefront[data-theme=mint] .store-hero{background:#153d32}.storefront[data-theme=mint] .store-brand>span{background:#153d32}.storefront[data-theme=rose]{background:#fbf2f5;color:#4e1e2e}.storefront[data-theme=rose] .store-hero{background:#4e1e2e}.storefront[data-theme=rose] .store-brand>span{background:#4e1e2e}

@media(max-width:1180px){.appearance-layout{grid-template-columns:1fr}.live-preview{position:static}.mini-store{min-height:360px}.settings-grid{grid-template-columns:1fr}.store-grid{grid-template-columns:repeat(2,1fr)}.product-table-head,.product-row{grid-template-columns:minmax(230px,1fr) 90px 80px 75px 195px}.visit-store{display:none}}
@media(max-width:900px){.content{padding:22px 16px 50px}.welcome-banner{align-items:flex-start}.launch-score{min-width:180px}.theme-picker{grid-template-columns:repeat(2,1fr)}.plans-grid{grid-template-columns:1fr}.product-table-head{display:none}.product-row{grid-template-columns:1fr auto auto}.product-row .inventory-pill{display:block}.product-row .product-status{display:block}.product-actions{grid-column:1/-1;justify-content:flex-start}.publish-settings{align-items:flex-start;gap:14px;flex-direction:column}.publish-settings select{width:100%}}
@media(max-width:700px){.welcome-banner{flex-direction:column}.launch-score{width:100%}.product-summary{grid-template-columns:1fr}.appearance-fields,.settings-fields{grid-template-columns:1fr}.appearance-fields .wide,.settings-fields .wide{grid-column:auto}.product-modal{padding:21px 17px}.product-steps button>span{display:none}.publish-choice{grid-template-columns:1fr}.store-footer{flex-direction:column;align-items:flex-start;gap:15px}.store-footer>div:last-child{flex-wrap:wrap}.billing-hero{align-items:flex-start;flex-direction:column;gap:15px}.billing-hero>div:last-child{text-align:right;width:100%}}
@media(max-width:560px){.topbar .mode-switch{display:none}.merchant{display:none}.page-head{gap:10px}.welcome-banner{padding:24px 20px}.welcome-banner h2{font-size:20px}.theme-picker{grid-template-columns:1fr 1fr}.table-tools{flex-wrap:wrap}.table-tools .search{width:100%}.table-tools select{margin:0}.product-row{grid-template-columns:1fr auto}.product-row .inventory-pill{display:none}.product-cell .product-art{width:52px;height:52px}.product-cell{align-items:flex-start}.product-info span{max-width:190px}.store-card{display:block}.store-card .product-art{height:220px}.store-grid{grid-template-columns:1fr}.store-hero h1{font-size:33px}.store-announcement{font-size:8px}.product-form-step .form-row{grid-template-columns:1fr}.product-review>div{grid-template-columns:55px 1fr}.product-review .product-art{width:55px}.product-review strong{grid-column:2}.settings-save{flex-direction:column;align-items:stretch}.settings-save button{width:100%}}

/* Resilient session state */
.boot-screen{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 28%,#eeedff,#f8f8f5 48%);padding:24px}.boot-screen>div{display:grid;justify-items:center;text-align:center}.boot-screen .brand-mark{width:48px;height:48px;margin-bottom:15px}.boot-screen h1{font-size:27px;margin:0;color:var(--ink)}.boot-screen p{margin:8px 0 19px;color:var(--muted);font-size:12px}.boot-spinner{width:24px;height:24px;border:3px solid #dedcf8;border-top-color:var(--violet);border-radius:50%;animation:boot-spin .8s linear infinite}@keyframes boot-spin{to{transform:rotate(360deg)}}
.connection-screen{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 25%,#eceaff,#f7f7fa 48%);padding:24px}.connection-screen>div{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:38px;text-align:center;box-shadow:var(--shadow)}.connection-screen>div>span{width:58px;height:58px;border-radius:18px;background:#eeedff;color:var(--violet);display:grid;place-items:center;margin:auto;font-size:26px}.connection-screen h2{margin:18px 0 6px}.connection-screen p{color:var(--muted);font-size:12px;margin:0 0 20px}

/* Theme library */
.theme-picker-six{grid-template-columns:repeat(3,1fr)}.theme-option{min-width:0}.theme-shot{position:relative;overflow:hidden}.theme-shot:after{content:"";position:absolute;left:9px;right:9px;bottom:8px;height:13px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.85) 0 22%,transparent 22% 27%);border-radius:4px}.theme-dawn .theme-shot{background:#f8f8f6;border:1px solid #e5e5e0}.theme-dawn .theme-shot i{background:#171717}.theme-dawn .theme-shot b{background:#2b2b2b;width:48%}.theme-dawn .theme-shot em{background:#c9c9c4}.theme-dawn .theme-shot:after{background:repeating-linear-gradient(90deg,#e0e0db 0 22%,transparent 22% 27%)}.theme-spotlight .theme-shot{background:#f1ff52}.theme-spotlight .theme-shot i,.theme-spotlight .theme-shot b{background:#161616}.theme-spotlight .theme-shot em{background:#70742c}.theme-craft .theme-shot{background:#e9dfcf}.theme-craft .theme-shot i{background:#74583c}.theme-craft .theme-shot b{background:#34291f;width:75%}.theme-craft .theme-shot em{background:#b6a48c}.theme-sense .theme-shot{background:linear-gradient(145deg,#eef8ff,#dff8e9)}.theme-sense .theme-shot i{background:#168265}.theme-sense .theme-shot b{background:#143d36;border-radius:12px}.theme-sense .theme-shot em{background:#9cc6bb}.theme-sense .theme-shot:after{border-radius:12px;background:repeating-linear-gradient(90deg,#fff 0 22%,transparent 22% 27%)}.theme-studio .theme-shot{background:#19191b}.theme-studio .theme-shot i{background:#ff6f91}.theme-studio .theme-shot b{background:#f4f0e9}.theme-studio .theme-shot em{background:#555158}.theme-colorblock .theme-shot{background:#ff5b87}.theme-colorblock .theme-shot i{background:#f6ff4d}.theme-colorblock .theme-shot b{background:#161616;border-radius:0}.theme-colorblock .theme-shot em{background:#7d1733}.theme-colorblock .theme-shot:after{background:repeating-linear-gradient(90deg,#f6ff4d 0 22%,transparent 22% 27%);border-radius:0}
.mini-store[data-theme=dawn]{background:#fff}.mini-store[data-theme=dawn] .mini-hero{background:#fff;color:#161616;border:1px solid #e3e3df;border-radius:0;text-align:center}.mini-store[data-theme=dawn] .mini-hero span{color:#777}.mini-store[data-theme=spotlight]{background:#f1ff52}.mini-store[data-theme=spotlight] .mini-announcement,.mini-store[data-theme=spotlight] .mini-hero button{background:#171717}.mini-store[data-theme=spotlight] .mini-hero{background:transparent;color:#171717;border-radius:0}.mini-store[data-theme=spotlight] .mini-hero span{color:#555}.mini-store[data-theme=craft]{background:#efe7da}.mini-store[data-theme=craft] .mini-hero{background:#44372b;border-radius:3px}.mini-store[data-theme=craft] .mini-hero h3{font-family:Georgia,serif;font-weight:500}.mini-store[data-theme=sense]{background:linear-gradient(180deg,#eff9ff,#effaf4)}.mini-store[data-theme=sense] .mini-hero{background:linear-gradient(135deg,#dff8ed,#dcecff);color:#173c35;border-radius:30px}.mini-store[data-theme=sense] .mini-hero span{color:#45726a}.mini-store[data-theme=studio]{background:#151517;color:#fff}.mini-store[data-theme=studio] .mini-hero{background:#242126;border:1px solid #3a363e}.mini-store[data-theme=studio] .mini-products i{background:#28252b;border-color:#3b3740}.mini-store[data-theme=colorblock]{background:#f6ff4d}.mini-store[data-theme=colorblock] .mini-announcement{background:#171717}.mini-store[data-theme=colorblock] .mini-hero{background:#ff5b87;color:#171717;border:2px solid #171717;border-radius:0;box-shadow:7px 7px 0 #171717}.mini-store[data-theme=colorblock] .mini-hero span{color:#602032}.mini-store[data-theme=colorblock] .mini-hero button{background:#171717}.mini-store[data-theme=colorblock] .mini-products i{border:2px solid #171717;border-radius:0}

/* Six storefront layouts */
.storefront[data-theme=dawn]{background:#fff;color:#171717}.storefront[data-theme=dawn] .store-announcement{background:#171717}.storefront[data-theme=dawn] .store-nav{border-bottom:1px solid #e5e5e1;max-width:none;padding-inline:max(24px,calc((100vw - 1260px)/2))}.storefront[data-theme=dawn] .store-brand>span{border-radius:50%;background:#171717;color:#fff}.storefront[data-theme=dawn] .store-hero{max-width:1260px;background:#fff;color:#171717;border-radius:0;min-height:520px;grid-template-columns:1fr .85fr;border-bottom:1px solid #ddd}.storefront[data-theme=dawn] .store-hero:after{display:none}.storefront[data-theme=dawn] .store-hero h1{font-weight:500;font-size:62px}.storefront[data-theme=dawn] .store-hero h1 em{color:var(--store-accent)}.storefront[data-theme=dawn] .store-hero p,.storefront[data-theme=dawn] .trust{color:#666}.storefront[data-theme=dawn] .eyebrow{border-color:#ccc;color:#555}.storefront[data-theme=dawn] .orb{border-radius:6px;box-shadow:none}.storefront[data-theme=dawn] .float-card{border:1px solid #ddd;box-shadow:0 10px 24px rgba(0,0,0,.08)}.storefront[data-theme=dawn] .store-card{border:0;border-radius:0;padding:0}.storefront[data-theme=dawn] .store-card .product-art{border-radius:0}.storefront[data-theme=dawn] .store-card button{border-radius:0}.storefront[data-theme=dawn] .store-products{max-width:1260px}
.storefront[data-theme=spotlight]{background:#f2ff56;color:#161616}.storefront[data-theme=spotlight] .store-announcement{background:#161616}.storefront[data-theme=spotlight] .store-brand>span{background:#161616;color:#f2ff56;border-radius:50%}.storefront[data-theme=spotlight] .store-nav{max-width:1280px;border-bottom:2px solid #161616}.storefront[data-theme=spotlight] .store-hero{max-width:1280px;min-height:610px;background:transparent;color:#161616;border-radius:0;padding-inline:24px;grid-template-columns:1.2fr .8fr}.storefront[data-theme=spotlight] .store-hero:after{display:none}.storefront[data-theme=spotlight] .store-hero h1{font-size:78px;line-height:.98;letter-spacing:-5px}.storefront[data-theme=spotlight] .store-hero h1 em{color:#161616}.storefront[data-theme=spotlight] .store-hero p,.storefront[data-theme=spotlight] .trust{color:#3e4319}.storefront[data-theme=spotlight] .eyebrow{border-color:#161616;color:#161616}.storefront[data-theme=spotlight] .store-hero>div:first-child>button{background:#161616}.storefront[data-theme=spotlight] .orb{border:3px solid #161616;box-shadow:18px 18px 0 #ff7da2;border-radius:0}.storefront[data-theme=spotlight] .orb:after,.storefront[data-theme=spotlight] .orb:before{display:none}.storefront[data-theme=spotlight] .float-card{border:2px solid #161616;border-radius:0;box-shadow:7px 7px 0 #161616}.storefront[data-theme=spotlight] .store-card{border:2px solid #161616;border-radius:0;box-shadow:7px 7px 0 #161616}.storefront[data-theme=spotlight] .store-card .product-art,.storefront[data-theme=spotlight] .store-card button{border-radius:0}.storefront[data-theme=spotlight] .store-card button{background:#161616}.storefront[data-theme=spotlight] .store-footer{border-color:#161616}
.storefront[data-theme=craft]{background:#eee5d7;color:#382d24;font-family:Georgia,"Tajawal",serif}.storefront[data-theme=craft] .store-announcement{background:#5a4635}.storefront[data-theme=craft] .store-brand>span{background:#4a392c;color:#f3dfbf;border-radius:50%}.storefront[data-theme=craft] .store-nav{padding-block:28px}.storefront[data-theme=craft] .store-hero{background:#43362c;border-radius:4px;min-height:560px;grid-template-columns:.85fr 1.15fr}.storefront[data-theme=craft] .store-hero>div:first-child{padding-left:32px}.storefront[data-theme=craft] .store-hero h1{font-size:58px;font-weight:500;letter-spacing:-1px}.storefront[data-theme=craft] .store-hero h1 em{color:#e8cda5}.storefront[data-theme=craft] .store-hero>div:first-child>button{background:#e8cda5;color:#34281f;border-radius:2px}.storefront[data-theme=craft] .orb{border-radius:48% 52% 44% 56%;background:linear-gradient(145deg,#a98765,#6e5039);box-shadow:none}.storefront[data-theme=craft] .store-card{background:#f7f1e8;border:0;border-radius:3px;padding:12px}.storefront[data-theme=craft] .store-card .product-art{border-radius:2px}.storefront[data-theme=craft] .store-card button{background:#4a392c;border-radius:2px}.storefront[data-theme=craft] .section-heading h2{font-weight:500}.storefront[data-theme=craft] .store-footer{border-color:#cfc2af}
.storefront[data-theme=sense]{background:linear-gradient(180deg,#f1f9ff 0,#eefaf4 60%,#fff 100%);color:#173b35}.storefront[data-theme=sense] .store-announcement{background:#11775f}.storefront[data-theme=sense] .store-brand>span{background:#11775f;color:#fff;border-radius:50%}.storefront[data-theme=sense] .store-hero{background:linear-gradient(135deg,#dff8ed,#dcecff);color:#173b35;border-radius:55px;min-height:545px}.storefront[data-theme=sense] .store-hero:after{border-color:rgba(255,255,255,.35)}.storefront[data-theme=sense] .store-hero h1 em{color:#11775f}.storefront[data-theme=sense] .store-hero p,.storefront[data-theme=sense] .trust{color:#4e756e}.storefront[data-theme=sense] .eyebrow{border-color:#9ccdc1;color:#397067}.storefront[data-theme=sense] .store-hero>div:first-child>button{background:#11775f}.storefront[data-theme=sense] .orb{background:linear-gradient(145deg,#65c9ae,#258b73);box-shadow:0 30px 60px rgba(30,125,104,.2)}.storefront[data-theme=sense] .store-card{border:0;border-radius:28px;box-shadow:0 16px 45px rgba(44,99,85,.08)}.storefront[data-theme=sense] .store-card .product-art{border-radius:22px}.storefront[data-theme=sense] .store-card button{border-radius:18px;background:#11775f}
.storefront[data-theme=studio]{background:#151517;color:#f5f1ea}.storefront[data-theme=studio] .store-announcement{background:#ff6e91;color:#171317}.storefront[data-theme=studio] .store-nav{border-bottom:1px solid #373239}.storefront[data-theme=studio] .store-brand>span{background:#f5f1ea;color:#171317;border-radius:2px}.storefront[data-theme=studio] .store-brand small,.storefront[data-theme=studio] .section-heading button,.storefront[data-theme=studio] .store-footer{color:#aaa3ad}.storefront[data-theme=studio] .cart{background:#222025;border-color:#49444d;color:#fff}.storefront[data-theme=studio] .cart span{background:#ff6e91;color:#171317}.storefront[data-theme=studio] .store-hero{background:#211e23;border:1px solid #39343c;border-radius:0;max-width:1320px}.storefront[data-theme=studio] .store-hero h1{font-size:66px;font-weight:500}.storefront[data-theme=studio] .store-hero h1 em{color:#ff6e91}.storefront[data-theme=studio] .store-hero>div:first-child>button{background:#ff6e91;color:#171317;border-radius:0}.storefront[data-theme=studio] .orb{background:linear-gradient(145deg,#ff8aa7,#c54567);border-radius:2px;box-shadow:none}.storefront[data-theme=studio] .float-card{border-radius:0}.storefront[data-theme=studio] .store-products{max-width:1320px}.storefront[data-theme=studio] .store-card{background:#211e23;border:1px solid #39343c;border-radius:0;padding:0}.storefront[data-theme=studio] .store-card .product-art{border-radius:0;height:280px}.storefront[data-theme=studio] .store-card-body{padding:18px}.storefront[data-theme=studio] .store-card-body>span{background:#38272e;color:#ff91aa}.storefront[data-theme=studio] .store-card p{color:#aaa3ad}.storefront[data-theme=studio] .store-card button{background:#ff6e91;color:#171317;border-radius:0}.storefront[data-theme=studio] .store-footer{border-color:#373239}
.storefront[data-theme=colorblock]{background:#f7ff51;color:#171717}.storefront[data-theme=colorblock] .store-announcement{background:#171717}.storefront[data-theme=colorblock] .store-nav{border-bottom:3px solid #171717}.storefront[data-theme=colorblock] .store-brand>span{background:#ff5b87;color:#171717;border:2px solid #171717;border-radius:0}.storefront[data-theme=colorblock] .cart{border:2px solid #171717;border-radius:0;background:#fff}.storefront[data-theme=colorblock] .store-hero{background:#ff5b87;color:#171717;border:3px solid #171717;border-radius:0;box-shadow:12px 12px 0 #171717;margin-top:32px;min-height:560px}.storefront[data-theme=colorblock] .store-hero:after{display:none}.storefront[data-theme=colorblock] .store-hero h1{font-size:70px;font-weight:800;line-height:1}.storefront[data-theme=colorblock] .store-hero h1 em{color:#171717;text-decoration:underline;text-decoration-thickness:6px}.storefront[data-theme=colorblock] .store-hero p,.storefront[data-theme=colorblock] .trust{color:#68223a}.storefront[data-theme=colorblock] .eyebrow{border:2px solid #171717;color:#171717;border-radius:0}.storefront[data-theme=colorblock] .store-hero>div:first-child>button{background:#171717;border-radius:0}.storefront[data-theme=colorblock] .orb{background:#f7ff51;border:3px solid #171717;border-radius:0;box-shadow:12px 12px 0 #171717}.storefront[data-theme=colorblock] .orb:before,.storefront[data-theme=colorblock] .orb:after{display:none}.storefront[data-theme=colorblock] .float-card{border:2px solid #171717;border-radius:0;box-shadow:6px 6px 0 #171717}.storefront[data-theme=colorblock] .store-card{border:3px solid #171717;border-radius:0;box-shadow:8px 8px 0 #171717}.storefront[data-theme=colorblock] .store-card .product-art,.storefront[data-theme=colorblock] .store-card button{border-radius:0}.storefront[data-theme=colorblock] .store-card button{background:#171717}.storefront[data-theme=colorblock] .store-footer{border-color:#171717;border-width:3px}

/* Merchant domain center */
.domain-hero{background:linear-gradient(125deg,#171926,#292c43);border-radius:22px;padding:30px 34px;color:#fff;display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;overflow:hidden;position:relative}.domain-hero:after{content:"";position:absolute;width:310px;height:310px;border:1px solid rgba(255,255,255,.06);border-radius:50%;left:-80px;top:-130px}.domain-hero>div:first-child>span{font-size:9px;color:var(--lime);font-weight:800}.domain-hero h2{font-size:25px;margin:5px 0}.domain-hero p{color:#bfc2d0;font-size:11px;margin:0}.domain-globe{width:105px;height:105px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;position:relative;margin-left:35px}.domain-globe:before,.domain-globe:after{content:"";position:absolute;inset:16px 0;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);border-radius:50%}.domain-globe:after{inset:0 31px;border:0;border-left:1px solid rgba(255,255,255,.18);border-right:1px solid rgba(255,255,255,.18)}.domain-globe b{font-size:13px;color:var(--lime)}.domain-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:16px}.domain-connect,.dns-card{padding:24px}.domain-connect>label{display:flex;flex-direction:column;gap:7px;margin:12px 0;font-size:10px;font-weight:700}.domain-connect input,.domain-connect select{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff;outline:0}.domain-connect input:focus,.domain-connect select:focus{border-color:var(--violet);box-shadow:0 0 0 3px rgba(91,85,247,.08)}.status-pill.checking{color:#a66a0c;background:#fff5df}.dns-records{border:1px solid var(--line);border-radius:13px;overflow:hidden}.dns-records>div{display:grid;grid-template-columns:120px 1fr auto;gap:12px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line)}.dns-records>div:last-child{border-bottom:0}.dns-records span{font-size:9px;color:var(--muted)}.dns-records b{font-size:11px;overflow-wrap:anywhere}.dns-records button{border:0;background:#eeedff;color:var(--violet);border-radius:7px;padding:5px 8px;font-size:8px;cursor:pointer}.dns-records.empty{min-height:185px;display:grid;place-items:center;align-content:center;color:var(--muted);gap:7px}.dns-records.empty>span{font-size:30px;color:#b8b8c5}.dns-records.empty p{font-size:10px;margin:0}.dns-verification{margin-top:12px;padding:12px;background:#fff8e8;border:1px solid #f3dfb2;border-radius:11px}.dns-verification b{font-size:10px}.dns-verification p{font-size:8px;color:#8d6a28}.dns-verification code{display:block;background:#fff;border-radius:6px;padding:6px;margin-top:5px;overflow-wrap:anywhere;font-size:8px}.domain-actions{display:flex;justify-content:flex-end;gap:13px;margin-top:13px}.domain-actions a,.domain-actions button{border:0;background:none;font-size:9px;text-decoration:none;cursor:pointer}.domain-actions a{color:var(--violet)}.danger-text{color:#d74755}.provider-guides{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.provider-guides article{display:flex;gap:12px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:17px}.provider-guides article>span{width:31px;height:31px;min-width:31px;border-radius:9px;background:#eeedff;color:var(--violet);display:grid;place-items:center;font-size:9px;font-weight:800}.provider-guides b{font-size:11px}.provider-guides p{font-size:9px;color:var(--muted);line-height:1.7;margin:4px 0}.provider-guides a{color:var(--violet);font-size:8px;text-decoration:none;font-weight:700}.provider-guides small{font-size:8px;color:#9a762f}

@media(max-width:1000px){.domain-layout{grid-template-columns:1fr}.provider-guides{grid-template-columns:1fr}.storefront[data-theme=spotlight] .store-hero h1,.storefront[data-theme=colorblock] .store-hero h1{font-size:56px}}
@media(max-width:760px){.theme-picker-six{grid-template-columns:repeat(2,1fr)}.domain-hero{padding:25px 22px}.domain-globe{display:none}.dns-records>div{grid-template-columns:90px 1fr}.dns-records button{grid-column:2}.storefront[data-theme=dawn] .store-hero,.storefront[data-theme=spotlight] .store-hero,.storefront[data-theme=craft] .store-hero,.storefront[data-theme=sense] .store-hero,.storefront[data-theme=studio] .store-hero,.storefront[data-theme=colorblock] .store-hero{grid-template-columns:1fr;padding:42px 24px;margin-inline:14px}.storefront .hero-art{height:330px}.storefront[data-theme=spotlight] .store-hero h1,.storefront[data-theme=colorblock] .store-hero h1{font-size:44px;letter-spacing:-2px}.storefront[data-theme=dawn] .store-hero h1,.storefront[data-theme=craft] .store-hero h1,.storefront[data-theme=studio] .store-hero h1{font-size:42px}.storefront[data-theme=sense] .store-hero{border-radius:34px}.storefront[data-theme=colorblock] .store-hero{margin-bottom:15px;box-shadow:7px 7px 0 #171717}}

/* Commerce checkout, payments and decision-ready analytics */
.store-brand{border:0;background:none;color:inherit;text-align:right;cursor:pointer}.store-card{overflow:hidden}.product-card-open{display:block!important;width:100%;padding:0!important;background:transparent!important;color:inherit!important;text-align:right;border-radius:inherit!important}.product-card-open .store-card-body{display:block}.store-card-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 8px 9px}.store-card-actions>.js-add-cart{flex:none}.store-card-body p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-card:hover .product-art img{transform:scale(1.035)}.product-art img{transition:transform .3s}.order-row em.failed,.data-row em.failed{color:#b93443;background:#fff0f2}.order-row em.failed i,.data-row em.failed i{background:#d74755}

.product-detail-modal{width:min(980px,100%);padding:34px}.product-detail-modal>.close{z-index:4}.product-detail-modal #product-detail-content{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:start}.product-gallery #product-main-image .product-art{height:460px;border-radius:18px}.product-gallery #product-main-image .product-art.has-image{width:100%}.product-thumbs{display:flex;gap:9px;margin-top:12px;overflow:auto}.product-thumbs button{width:68px;height:68px;border:2px solid transparent;border-radius:10px;padding:3px;background:#f4f4f7;cursor:pointer}.product-thumbs button.active{border-color:var(--store-accent,var(--violet))}.product-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:6px}.product-detail-copy{padding:18px 0}.product-category{display:inline-flex;color:var(--store-accent,var(--violet));background:color-mix(in srgb,var(--store-accent,var(--violet)),white 90%);font-size:10px;font-weight:800;padding:6px 10px;border-radius:20px}.product-detail-copy h1{font-size:34px;margin:16px 0 10px;line-height:1.3}.detail-price{display:flex;align-items:center;gap:10px;margin:0 0 20px}.detail-price strong{font-size:28px}.detail-price del{color:#999;font-size:13px}.detail-price em{font-style:normal;color:#14784f;background:#eaf8f0;padding:4px 7px;border-radius:8px;font-size:9px}.product-detail-copy>p{font-size:13px;line-height:2;color:#60616c;white-space:pre-line}.detail-trust{display:grid;gap:8px;background:#f7f7fa;border:1px solid #ededf1;border-radius:14px;padding:14px;margin:18px 0}.detail-trust span{font-size:10px}.product-detail-copy>.availability{font-size:10px;margin:12px 0}.product-detail-copy>.primary{margin-top:10px}

.cart-backdrop{place-items:stretch start;padding:0}.cart-drawer{width:min(430px,100%);height:100%;background:#fff;padding:28px;display:flex;flex-direction:column;box-shadow:20px 0 80px rgba(0,0,0,.22);animation:slideCart .25s}.cart-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid var(--line)}.cart-head span{font-size:9px;color:var(--violet);font-weight:800}.cart-head h2{font-size:20px;margin:4px 0}.cart-head .close{position:static;flex:none}.cart-items{flex:1;overflow:auto;padding:10px 0}.cart-items article{display:grid;grid-template-columns:62px 1fr auto;gap:11px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line);position:relative}.cart-items .product-art{width:62px;height:68px}.cart-items article>div:nth-child(2){display:flex;flex-direction:column;gap:4px}.cart-items b{font-size:11px}.cart-items small{font-size:9px;color:var(--muted)}.cart-items strong{font-size:12px}.quantity{display:flex!important;align-items:center;gap:7px;margin-top:5px}.quantity button{width:24px;height:24px;border:1px solid var(--line);border-radius:7px;background:#fff;cursor:pointer}.quantity span{font-size:10px}.remove-cart{position:absolute;left:0;bottom:7px;border:0;background:none;color:#c24150;font-size:8px;cursor:pointer}.empty-cart{text-align:center;padding:70px 20px;color:var(--muted)}.empty-cart>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#f0efff;color:var(--violet);margin:auto}.empty-cart h3{color:var(--ink);margin:13px 0 4px}.empty-cart p{font-size:10px}.cart-summary{border-top:1px solid var(--line);padding-top:18px;display:grid;grid-template-columns:1fr auto;align-items:end}.cart-summary>span{font-size:11px}.cart-summary>b{font-size:22px}.cart-summary>small{grid-column:1/3;color:var(--muted);font-size:8px;margin:6px 0 14px}.cart-summary>button{grid-column:1/3}.checkout-intro{margin-bottom:14px!important}.checkout-items{max-height:185px;overflow:auto;border:1px solid var(--line);border-radius:13px}.checkout-items>div{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:9px;padding:9px;border-bottom:1px solid var(--line)}.checkout-items>div:last-child{border-bottom:0}.checkout-items .product-art{width:48px;height:48px}.checkout-items span{display:flex;flex-direction:column}.checkout-items b{font-size:10px}.checkout-items small{font-size:8px;color:var(--muted)}.checkout-items strong{font-size:10px}.checkout-total{display:flex;justify-content:space-between;align-items:center;margin:12px 0;padding:12px;background:#f7f7fa;border-radius:10px}.checkout-total span{font-size:10px}.checkout-total strong{font-size:18px}.payment-modal{width:min(560px,100%);max-height:92vh;overflow:auto}.payment-modal .mysr-form{margin-top:18px;direction:ltr}.result-modal{text-align:center;width:min(420px,100%)}.result-icon{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;margin:auto;background:#e7f8ee;color:#158454;font-size:28px;font-weight:800}.result-modal.failed .result-icon{background:#fff0f2;color:#c13949}.result-modal h2{font-size:24px}.result-modal p{font-size:12px!important;line-height:1.8!important}.result-modal button{margin-top:18px}

.payment-settings{padding:25px;margin-top:16px}.payment-settings>.toggle-line{margin:18px 0}.payment-methods{border:0;padding:0;margin:20px 0}.payment-methods legend{font-size:10px;font-weight:800;margin-bottom:10px}.payment-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.payment-methods label{cursor:pointer}.payment-methods label>input{position:absolute;opacity:0}.payment-methods label>span{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:13px;padding:15px;min-height:68px}.payment-methods input:checked+span{border-color:var(--violet);background:#f3f2ff;box-shadow:0 0 0 2px rgba(91,85,247,.08)}.payment-methods b{font-size:11px}.payment-methods small{font-size:8px;color:var(--muted);margin-top:4px}.payment-setup-note{display:flex;flex-direction:column;gap:4px;background:#f7f7fa;border-radius:11px;padding:13px;margin:10px 0 18px}.payment-setup-note b{font-size:10px}.payment-setup-note span{font-size:9px;line-height:1.7;color:var(--muted)}.domain-safety{display:flex;align-items:center;gap:12px;background:#eaf9f1;border:1px solid #ccebdc;color:#226546;border-radius:14px;padding:14px 18px;margin-bottom:16px}.domain-safety>span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#fff;font-weight:800}.domain-safety b{font-size:11px}.domain-safety p{font-size:9px;margin:3px 0 0;color:#4e7d67}

.reports-toolbar{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.reports-toolbar>div>span{font-size:9px;color:var(--violet);font-weight:800}.reports-toolbar h2{font-size:23px;margin:4px 0}.reports-toolbar p{font-size:10px;color:var(--muted);margin:0}.reports-toolbar select{border:1px solid var(--line);border-radius:10px;padding:10px;background:#fff}.reports-grid-four{grid-template-columns:repeat(4,1fr)}.report-card p.positive{color:#168453}.report-card p.negative{color:#c33f50}.analytics-layout{display:grid;grid-template-columns:1.65fr .85fr;gap:16px;margin-top:16px}.analytics-layout.lower{grid-template-columns:1fr 1fr}.analytics-layout .report-visual{margin-top:0}.report-chart{height:260px;display:flex;align-items:flex-end;gap:6px;padding:30px 4px 0;border-bottom:1px solid var(--line);background:repeating-linear-gradient(to top,transparent,transparent 63px,#f1f1f5 64px)}.chart-column{height:100%;flex:1;min-width:4px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative}.chart-column i{display:block;width:70%;min-width:4px;max-width:28px;background:linear-gradient(180deg,var(--violet),#aaa5ff);border-radius:5px 5px 1px 1px;transition:.25s}.chart-column span{font-size:7px;white-space:nowrap;color:var(--muted);margin-bottom:4px}.chart-column small{font-size:7px;color:#999;position:absolute;top:calc(100% + 7px);white-space:nowrap}.report-chart{margin-bottom:22px}.funnel-panel,.ranking-panel{padding:24px}.report-funnel{display:grid;gap:17px;margin-top:22px}.report-funnel>div{display:grid;grid-template-columns:105px 1fr 36px;align-items:center;gap:9px}.report-funnel span{display:flex;flex-direction:column}.report-funnel b{font-size:9px}.report-funnel small{font-size:8px;color:var(--muted)}.report-funnel>div>i{height:8px;background:#ededf2;border-radius:8px;overflow:hidden}.report-funnel em{display:block;height:100%;background:var(--violet);border-radius:8px}.report-funnel strong{font-size:9px;text-align:left}.ranking-list{margin-top:15px}.ranking-list>div{display:grid;grid-template-columns:31px 1fr auto;align-items:center;gap:10px;padding:11px 0;border-top:1px solid var(--line)}.ranking-list>div>span{width:29px;height:29px;border-radius:9px;background:#efeeff;color:var(--violet);display:grid;place-items:center;font-size:9px;font-weight:800}.ranking-list>div>div{display:flex;flex-direction:column}.ranking-list b,.ranking-list strong{font-size:10px}.ranking-list small{font-size:8px;color:var(--muted);margin-top:3px}.analytics-empty{text-align:center;color:var(--muted);font-size:10px;padding:35px 10px}

@keyframes slideCart{from{transform:translateX(-30px);opacity:0}to{transform:translateX(0);opacity:1}}
@media(max-width:900px){.reports-grid-four{grid-template-columns:1fr 1fr}.analytics-layout,.analytics-layout.lower{grid-template-columns:1fr}.product-detail-modal #product-detail-content{grid-template-columns:1fr}.product-gallery #product-main-image .product-art{height:360px}.product-detail-modal{max-height:94vh;overflow:auto}.payment-methods{grid-template-columns:1fr}}
@media(max-width:560px){.reports-toolbar{align-items:flex-start;gap:12px;flex-direction:column}.reports-grid-four{grid-template-columns:1fr}.report-chart{gap:3px}.chart-column span{display:none}.product-detail-modal{padding:18px}.product-detail-modal #product-detail-content{gap:10px}.product-gallery #product-main-image .product-art{height:300px}.product-detail-copy h1{font-size:25px}.store-card-actions{padding:10px 11px}.store-card{display:block}.cart-drawer{padding:20px}.store-links{display:none}.store-nav{gap:10px}.store-brand{min-width:0}.store-brand div{min-width:0}.store-brand b,.store-brand small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.report-funnel>div{grid-template-columns:92px 1fr 30px}}

/* Full customer product page */
.store-card .product-art.has-image{background:linear-gradient(145deg,#f4f4f5,#fff)}.store-card .product-art.has-image img{object-fit:contain;padding:12px;box-sizing:border-box}.card-purchases{display:block;color:#a14e1e;font-size:9px;font-weight:800;margin-top:9px}.product-page{--product-surface:#fff;--product-soft:#f5f5f1;--product-border:#e5e5df;--product-copy:#5f616b;background:#fafaf7}.product-page-nav{position:sticky;top:0;z-index:18;max-width:none;padding-inline:max(24px,calc((100vw - 1240px)/2));background:color-mix(in srgb,var(--product-surface),transparent 4%);border-bottom:1px solid var(--product-border);backdrop-filter:blur(14px)}.product-page-shell{max-width:1240px;margin:0 auto;padding:25px 28px 90px}.product-breadcrumb{display:flex;align-items:center;gap:9px;min-width:0;margin:2px 0 24px;color:var(--product-copy);font-size:11px}.product-breadcrumb button{border:0;background:none;color:inherit;padding:0;cursor:pointer}.product-breadcrumb b{color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:360px}.product-page-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(370px,.92fr);gap:58px;align-items:start}.full-product-gallery{position:sticky;top:108px;min-width:0}.product-media-stage{height:610px;position:relative;display:grid;place-items:center;overflow:hidden;background:var(--product-surface);border:1px solid var(--product-border);border-radius:24px;box-shadow:0 20px 55px rgba(31,32,38,.07)}.product-media-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--store-accent),transparent 94%),transparent 57%);pointer-events:none}.product-media-stage>img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;padding:44px;box-sizing:border-box}.product-image-counter{position:absolute;z-index:3;top:18px;left:18px;padding:6px 10px;border-radius:20px;background:rgba(25,26,36,.76);color:#fff;font-size:9px;direction:ltr}.gallery-arrow{position:absolute;z-index:3;top:50%;translate:0 -50%;width:42px;height:42px;border:1px solid var(--product-border);border-radius:50%;background:rgba(255,255,255,.9);color:#1b1c24;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.08)}.gallery-arrow.previous{right:18px}.gallery-arrow.next{left:18px}.product-media-empty{position:relative;z-index:1;text-align:center;display:grid;justify-items:center;gap:7px}.product-media-empty>span{width:150px;height:150px;border-radius:38px;background:linear-gradient(135deg,var(--store-accent),color-mix(in srgb,var(--store-accent),white 38%));display:grid;place-items:center;color:#fff;font-size:46px;font-weight:900;box-shadow:0 20px 40px color-mix(in srgb,var(--store-accent),transparent 72%)}.product-media-empty>b{font-size:17px;margin-top:10px}.product-media-empty>small{color:var(--product-copy);font-size:10px}.product-thumbs{display:flex;gap:10px;margin-top:13px;overflow:auto;padding:2px}.product-thumbs button{width:76px;height:76px;flex:0 0 76px;border:2px solid transparent;border-radius:13px;padding:5px;background:var(--product-surface);cursor:pointer}.product-thumbs button.active{border-color:var(--store-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--store-accent),transparent 88%)}.product-thumbs img{width:100%;height:100%;object-fit:contain;border-radius:8px}.product-page-info{padding:12px 0}.product-page-info .product-category{color:var(--store-accent);background:color-mix(in srgb,var(--store-accent),white 90%);font-size:11px;padding:7px 11px}.product-page-info h1{font-size:40px;line-height:1.28;letter-spacing:-1px;margin:17px 0 9px}.product-meta-line{display:flex;align-items:center;gap:9px;color:var(--product-copy);font-size:10px}.product-meta-line i{width:4px;height:4px;border-radius:50%;background:#b7b8bf}.purchase-proof{display:flex;align-items:center;gap:11px;margin:22px 0 20px;padding:13px 15px;background:#fff8ed;border:1px solid #f3dfbd;border-radius:14px;color:#84501d}.purchase-proof>span{font-size:21px}.purchase-proof>div{display:flex;flex-direction:column;gap:2px}.purchase-proof b{font-size:11px}.purchase-proof strong{font-size:14px;color:#a34b1d}.purchase-proof small{font-size:9px;color:#98704c}.detail-price{display:flex;align-items:center;gap:11px;margin:0 0 19px}.detail-price strong{font-size:32px}.detail-price del{color:#96979e;font-size:13px}.detail-price em{font-style:normal;color:#14784f;background:#eaf8f0;padding:5px 8px;border-radius:8px;font-size:9px}.product-intro{font-size:12px;line-height:2;color:var(--product-copy);white-space:pre-line;margin:0 0 15px;max-height:170px;overflow:auto;padding-left:5px}.product-page-info>.availability{font-size:10px;margin:12px 0 16px}.purchase-panel{background:var(--product-surface);border:1px solid var(--product-border);border-radius:18px;padding:17px;display:grid;grid-template-columns:1fr 1fr;gap:9px;box-shadow:0 15px 35px rgba(31,32,38,.05)}.product-quantity-row{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;margin-bottom:2px;border-bottom:1px solid var(--product-border)}.product-quantity-row>div:first-child{display:flex;flex-direction:column;gap:2px}.product-quantity-row b{font-size:11px}.product-quantity-row small{font-size:8px;color:var(--product-copy)}.product-quantity-control{display:flex;align-items:center;border:1px solid var(--product-border);border-radius:10px;overflow:hidden}.product-quantity-control button{width:36px;height:34px;border:0;background:var(--product-soft);font-size:16px;cursor:pointer}.product-quantity-control button:disabled{opacity:.4;cursor:not-allowed}.product-quantity-control strong{width:38px;text-align:center;font-size:12px}.product-buy-now,.product-add-cart{min-height:45px;border-radius:11px;font-size:11px;font-weight:800;cursor:pointer}.product-buy-now{border:0;background:var(--store-accent);color:#fff}.product-add-cart{border:1px solid var(--store-accent);background:transparent;color:var(--store-accent)}.product-buy-now:disabled,.product-add-cart:disabled{opacity:.45;cursor:not-allowed}.product-mini-actions{display:flex;justify-content:space-between;align-items:center;margin-top:13px;color:var(--product-copy);font-size:8px}.product-mini-actions button{border:0;background:none;color:inherit;font-size:9px;cursor:pointer;padding:0}.product-assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:38px 0}.product-assurances article{background:var(--product-surface);border:1px solid var(--product-border);border-radius:16px;padding:17px;display:flex;gap:11px;align-items:center}.product-assurances article>span{width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:color-mix(in srgb,var(--store-accent),white 90%);color:var(--store-accent);display:grid;place-items:center}.product-assurances article>div{display:flex;flex-direction:column;gap:3px}.product-assurances b{font-size:10px}.product-assurances small{font-size:8px;line-height:1.6;color:var(--product-copy)}.product-detail-sections{display:grid;grid-template-columns:1.45fr .55fr;gap:16px}.product-detail-sections>article,.product-detail-sections>aside{background:var(--product-surface);border:1px solid var(--product-border);border-radius:20px;padding:27px}.product-detail-sections span,.related-products>div>span{font-size:9px;color:var(--store-accent);font-weight:800}.product-detail-sections h2{font-size:23px;margin:5px 0 13px}.product-detail-sections p{white-space:pre-line;color:var(--product-copy);font-size:11px;line-height:2.1;margin:0}.product-detail-sections aside{background:color-mix(in srgb,var(--store-accent),white 94%)}.product-detail-sections h3{font-size:16px;margin:6px 0 12px}.product-detail-sections ol{padding-right:18px;margin:0;font-size:10px;line-height:2.15;color:var(--product-copy)}.related-products{margin-top:48px}.related-products>div:first-child h2{font-size:24px;margin:5px 0 18px}.related-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.related-product-card{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:12px;text-align:right;background:var(--product-surface);color:inherit;border:1px solid var(--product-border);border-radius:16px;padding:9px;cursor:pointer}.related-product-card .product-art.small{width:100px;height:100px}.related-product-card>span{display:flex;flex-direction:column;min-width:0;gap:4px}.related-product-card small{font-size:8px;color:var(--store-accent)}.related-product-card b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-product-card strong{font-size:13px}.product-page[data-theme=studio]{--product-surface:#211e23;--product-soft:#2b282d;--product-border:#3b363e;--product-copy:#aaa3ad;background:#151517;color:#f5f1ea}.product-page[data-theme=studio] .product-page-nav{background:rgba(21,21,23,.92)}.product-page[data-theme=studio] .product-media-stage:before{background:radial-gradient(circle at 50% 50%,rgba(255,110,145,.08),transparent 57%)}.product-page[data-theme=studio] .product-page-info .product-category{background:#38272e;color:#ff91aa}.product-page[data-theme=studio] .purchase-proof{background:#2d2524;border-color:#544039;color:#f3c595}.product-page[data-theme=studio] .purchase-proof small{color:#c6a17c}.product-page[data-theme=studio] .product-add-cart{color:#ff6e91;border-color:#ff6e91}.product-page[data-theme=colorblock] .product-media-stage,.product-page[data-theme=colorblock] .purchase-panel,.product-page[data-theme=colorblock] .product-assurances article,.product-page[data-theme=colorblock] .product-detail-sections>*{border:3px solid #171717;border-radius:0;box-shadow:7px 7px 0 #171717}.product-page[data-theme=colorblock] .product-buy-now{background:#171717;border-radius:0}.product-page[data-theme=colorblock] .product-add-cart{border:2px solid #171717;color:#171717;border-radius:0}.product-page[data-theme=craft] .product-media-stage,.product-page[data-theme=craft] .purchase-panel,.product-page[data-theme=craft] .product-detail-sections>*{border-radius:3px}.product-page[data-theme=sense] .product-media-stage,.product-page[data-theme=sense] .purchase-panel,.product-page[data-theme=sense] .product-detail-sections>*{border-radius:28px}
@media(max-width:1000px){.product-page-grid{grid-template-columns:1fr;gap:28px}.full-product-gallery{position:static}.product-media-stage{height:540px}.product-page-info{padding-top:0}.product-assurances{margin-top:28px}.related-products-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.product-page-nav{padding-inline:16px}.product-page-nav .store-links{display:none}.product-page-shell{padding:18px 14px 60px}.product-breadcrumb{font-size:9px;margin-bottom:15px}.product-breadcrumb b{max-width:150px}.product-media-stage{height:390px;border-radius:17px}.product-media-stage>img{padding:22px}.gallery-arrow{width:36px;height:36px}.gallery-arrow.previous{right:10px}.gallery-arrow.next{left:10px}.product-thumbs button{width:62px;height:62px;flex-basis:62px}.product-page-info h1{font-size:29px;letter-spacing:-.4px}.purchase-proof{margin:17px 0}.detail-price strong{font-size:27px}.purchase-panel{grid-template-columns:1fr}.purchase-panel>button{grid-column:1}.product-assurances{grid-template-columns:1fr;gap:8px}.product-detail-sections{grid-template-columns:1fr}.product-detail-sections>article,.product-detail-sections>aside{padding:21px}.related-products-grid{grid-template-columns:1fr}.related-product-card{grid-template-columns:82px 1fr}.related-product-card .product-art.small{width:82px;height:82px}.product-mini-actions{align-items:flex-start;gap:10px}.product-mini-actions span{text-align:left}.product-page .store-footer{align-items:flex-start;gap:14px;flex-direction:column}}
@media(max-width:420px){.product-media-stage{height:330px}.product-media-stage>img{padding:16px}.product-page-info h1{font-size:25px}.product-media-empty>span{width:115px;height:115px;font-size:35px}.product-page-nav .store-brand small{display:none}}

/* Advanced theme studio, brand logos, and storefront categories */
.design-studio-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#171925,#292d43);border-radius:22px;padding:31px 34px;margin-bottom:16px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.design-studio-hero:after{content:"";position:absolute;width:330px;height:330px;border:54px solid rgba(200,243,109,.05);border-radius:50%;left:-85px;bottom:-250px}.design-studio-hero>div:first-child>span{font-size:9px;color:var(--lime);font-weight:800}.design-studio-hero h2{font-size:25px;margin:5px 0}.design-studio-hero p{font-size:10px;color:#c2c5d2;margin:0}.design-studio-hero>div:last-child{min-width:190px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:15px;padding:15px;display:grid;grid-template-columns:32px 1fr;align-items:center;gap:3px 10px;position:relative;z-index:1}.design-studio-hero>div:last-child i{grid-row:1/3;width:31px;height:31px;border-radius:10px;background:var(--lime);position:relative}.design-studio-hero>div:last-child i:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#171925;font-style:normal;font-weight:900}.design-studio-hero>div:last-child b{font-size:10px}.design-studio-hero>div:last-child small{font-size:8px;color:#aeb2c2}.appearance-layout-pro{grid-template-columns:minmax(0,1fr) 340px;align-items:start}.appearance-workspace{display:grid;gap:16px}.logo-editor{padding:24px}.identity-status{font-size:8px;color:#287052;background:#eaf8f0;border-radius:20px;padding:6px 9px;font-weight:800}.logo-editor-body{display:flex;align-items:center;gap:18px}.store-logo-preview{width:116px;height:86px;flex:0 0 116px;border:1px dashed #cfd0d8;border-radius:14px;background:#fafafd;display:grid;place-items:center;overflow:hidden}.store-logo-preview span{width:47px;height:47px;border-radius:13px;background:var(--ink);color:var(--lime);display:grid;place-items:center;font-size:21px;font-weight:900}.store-logo-preview img{width:100%;height:100%;object-fit:contain;padding:8px}.logo-editor-body>div:last-child{display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px}.logo-editor-body b,.logo-editor-body small{width:100%}.logo-editor-body b{font-size:11px}.logo-editor-body small{font-size:8px;color:var(--muted);margin-bottom:4px}.logo-editor-body button{font-size:9px}.appearance-panel-pro{padding:25px}.theme-picker-seven{grid-template-columns:repeat(4,1fr)}.theme-option{min-width:0}.theme-option mark{position:absolute;top:10px;right:10px;background:#c8f36d;color:#1b1d23;border-radius:6px;padding:2px 5px;font-size:6px;font-weight:900}.theme-riwaq .theme-shot{background:#f7f4ed;border:1px solid #e1dacf}.theme-riwaq .theme-shot i{width:100%;height:7px;background:#193d37}.theme-riwaq .theme-shot b{background:#193d37;width:74%;height:18px}.theme-riwaq .theme-shot em{background:#d9b969;width:100%;height:10px}.customizer-group{border-top:1px solid var(--line);margin-top:24px;padding-top:23px}.customizer-group-title{display:flex;align-items:flex-start;gap:11px}.customizer-group-title>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#efeeff;color:var(--violet);font-size:8px;font-weight:900}.customizer-group-title h3{font-size:14px;margin:0}.customizer-group-title p{font-size:9px;color:var(--muted);margin:3px 0}.live-preview-pro{top:92px}.preview-checklist{display:grid;grid-template-columns:1fr;gap:7px;padding:14px 5px 2px;font-size:8px;color:var(--muted)}.preview-checklist span{padding:7px 9px;background:#fafafd;border-radius:8px}.mini-logo{width:24px;height:24px;border-radius:7px;background:var(--store-secondary,#1c1d28);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:900;overflow:hidden}.mini-logo img{width:100%;height:100%;object-fit:contain;background:#fff}.mini-nav{justify-content:flex-start;gap:7px}.mini-nav>i{margin-right:auto}.mini-categories{display:flex;gap:5px;padding:0 15px 10px}.mini-categories i{height:13px;width:48px;border-radius:8px;background:color-mix(in srgb,var(--store-accent),white 83%);border:1px solid color-mix(in srgb,var(--store-accent),white 68%)}.mini-store[data-theme=riwaq]{background:#f7f4ed}.mini-store[data-theme=riwaq] .mini-announcement{background:#173b35}.mini-store[data-theme=riwaq] .mini-hero{background:#fff;color:#173b35;border:1px solid #e3ddd1}.mini-store[data-theme=riwaq] .mini-hero span{color:#8b6d30}.mini-store[data-theme=riwaq] .mini-hero button{background:#173b35}.mini-store[data-theme=riwaq] .mini-products i{border-radius:3px;box-shadow:0 5px 15px rgba(45,39,27,.06)}.mini-store[data-header-style=centered] .mini-nav b{order:2;margin:auto}.mini-store[data-header-style=compact] .mini-nav{padding-block:8px}.mini-store[data-hero-style=banner] .mini-hero{border-radius:0;margin-inline:0}.mini-store[data-hero-style=minimal] .mini-hero{min-height:175px;background:transparent;color:inherit}.mini-store[data-card-style=sharp] .mini-products i{border-radius:2px}.mini-store[data-card-style=minimal] .mini-products i{border-color:transparent;background:transparent;border-bottom:2px solid var(--store-accent)}
.store-brand>span.has-logo{width:auto;min-width:54px;max-width:150px;padding:4px 7px;background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;border-radius:10px!important}.store-brand>span.has-logo img{display:block;width:auto;max-width:134px;height:34px;object-fit:contain}.store-footer .store-brand>span.has-logo{min-width:46px}.store-footer .store-brand>span.has-logo img{height:30px}.orb span.has-logo{width:70%;height:70%;display:grid;place-items:center}.orb span.has-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.12))}.store-categories{max-width:1180px;margin:38px auto 0;padding:0 24px;display:flex;gap:10px;overflow:auto;scrollbar-width:none}.store-categories::-webkit-scrollbar{display:none}.store-categories button{min-width:132px;border:1px solid #e3e3dd;background:#fff;color:inherit;border-radius:16px;padding:12px 14px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;text-align:right;cursor:pointer;transition:.2s}.store-categories button>span{grid-row:1/3;width:34px;height:34px;border-radius:10px;background:color-mix(in srgb,var(--store-accent),white 88%);color:var(--store-accent);display:grid;place-items:center;font-size:9px;font-weight:900}.store-categories b{font-size:10px;white-space:nowrap}.store-categories small{font-size:8px;color:var(--muted)}.store-categories button.active{border-color:var(--store-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--store-accent),transparent 88%)}.storefront[data-category-style=pills] .store-categories button{min-width:auto;border-radius:30px;grid-template-columns:auto auto auto;padding:8px 12px}.storefront[data-category-style=pills] .store-categories button>span{width:24px;height:24px;border-radius:50%;grid-row:auto}.storefront[data-category-style=minimal] .store-categories{border-bottom:1px solid #e2e2dd;padding-bottom:0}.storefront[data-category-style=minimal] .store-categories button{min-width:auto;background:transparent;border:0;border-radius:0;padding:10px 4px;display:flex;box-shadow:none;border-bottom:2px solid transparent}.storefront[data-category-style=minimal] .store-categories button>span,.storefront[data-category-style=minimal] .store-categories small{display:none}.storefront[data-category-style=minimal] .store-categories button.active{color:var(--store-accent);border-bottom-color:var(--store-accent)}.storefront[data-image-fit=cover] .store-card .product-art.has-image img{object-fit:cover;padding:0}.storefront[data-image-fit=cover] .product-media-stage>img{object-fit:cover;padding:0}.storefront[data-image-fit=contain] .store-card .product-art.has-image img{object-fit:contain;padding:12px}.storefront[data-image-fit=contain] .product-media-stage>img{object-fit:contain}.storefront[data-font-family=cairo]{font-family:"Cairo",Arial,sans-serif}.storefront[data-font-family=ibm-plex]{font-family:"IBM Plex Sans Arabic",Arial,sans-serif}.storefront[data-font-family=system]{font-family:Arial,"Segoe UI",sans-serif}.storefront[data-sticky-header=true]>.store-nav{position:sticky;top:0;z-index:17;background:color-mix(in srgb,currentColor,transparent 96%);backdrop-filter:blur(18px)}.storefront[data-header-style=centered]>.store-nav{display:grid;grid-template-columns:1fr auto 1fr}.storefront[data-header-style=centered]>.store-nav .store-brand{grid-column:2;grid-row:1}.storefront[data-header-style=centered]>.store-nav .store-links{grid-column:1;grid-row:1;justify-self:start}.storefront[data-header-style=centered]>.store-nav .cart{grid-column:3;grid-row:1;justify-self:end}.storefront[data-header-style=compact]>.store-nav{padding-top:10px;padding-bottom:10px}.storefront[data-dark-footer=true] .store-footer{max-width:none;padding-inline:max(24px,calc((100vw - 1180px)/2));background:var(--store-secondary);color:#d6d8df;border:0}.storefront[data-hero-style=banner] .store-hero{max-width:none;margin-inline:0;border-radius:0;min-height:520px;padding-inline:max(40px,calc((100vw - 1180px)/2))}.storefront[data-hero-style=minimal] .store-hero{min-height:420px;background:transparent;color:inherit}.storefront[data-hero-style=minimal] .store-hero:after{display:none}.storefront[data-hero-style=minimal] .hero-art{display:none}.storefront[data-hero-style=minimal] .store-hero{grid-template-columns:1fr}.storefront[data-hero-style=minimal] .store-hero>div:first-child{max-width:760px;margin:auto;text-align:center}.storefront[data-hero-style=minimal] .store-hero p,.storefront[data-hero-style=minimal] .trust{color:var(--muted);justify-content:center}.storefront[data-hero-style=minimal] .eyebrow{color:var(--store-accent);border-color:color-mix(in srgb,var(--store-accent),white 60%)}
.storefront[data-theme=riwaq]{background:#f7f4ed;color:#173b35;--store-secondary:#173b35}.storefront[data-theme=riwaq] .store-announcement{background:#173b35;color:#f5e8bd}.storefront[data-theme=riwaq] .store-nav{max-width:1260px}.storefront[data-theme=riwaq] .store-brand>span:not(.has-logo){background:#173b35;color:#d9b969;border-radius:50%}.storefront[data-theme=riwaq] .cart{border-color:#d7d0c2;background:#fff;color:#173b35}.storefront[data-theme=riwaq] .cart span{background:#173b35}.storefront[data-theme=riwaq] .store-hero{max-width:1260px;background:#fff;color:#173b35;border:1px solid #e1dbd0;border-radius:6px;min-height:575px;box-shadow:0 20px 50px rgba(57,48,32,.06)}.storefront[data-theme=riwaq] .store-hero h1{font-size:61px;font-weight:700;letter-spacing:-2px}.storefront[data-theme=riwaq] .store-hero h1 em{color:var(--store-accent)}.storefront[data-theme=riwaq] .store-hero p,.storefront[data-theme=riwaq] .trust{color:#6e746e}.storefront[data-theme=riwaq] .eyebrow{color:#8f7135;border-color:#dbcfae}.storefront[data-theme=riwaq] .store-hero>div:first-child>button{background:#173b35;border-radius:4px}.storefront[data-theme=riwaq] .orb{border-radius:45% 55% 48% 52%;background:linear-gradient(145deg,#e2c67d,#b48b3c);box-shadow:0 30px 70px rgba(106,77,27,.18)}.storefront[data-theme=riwaq] .float-card{border-radius:5px}.storefront[data-theme=riwaq] .store-categories{max-width:1260px}.storefront[data-theme=riwaq][data-category-style=tiles] .store-categories{display:grid;grid-template-columns:repeat(5,1fr);overflow:visible}.storefront[data-theme=riwaq][data-category-style=tiles] .store-categories button{min-width:0;min-height:82px;border-radius:4px;border-color:#ddd5c7}.storefront[data-theme=riwaq] .store-products{max-width:1260px}.storefront[data-theme=riwaq] .section-heading span,.storefront[data-theme=riwaq] .store-card-body>span{color:#8b6b2f}.storefront[data-theme=riwaq] .store-card{border:1px solid #e0d9cc;border-radius:5px;padding:8px;box-shadow:0 12px 35px rgba(59,50,34,.045)}.storefront[data-theme=riwaq] .store-card .product-art,.storefront[data-theme=riwaq] .store-card button{border-radius:3px}.storefront[data-theme=riwaq] .store-card-actions>.js-add-cart{background:#173b35}.storefront[data-theme=riwaq] .store-footer{border-color:#d9d1c3}.product-page[data-theme=riwaq]{--product-surface:#fff;--product-soft:#f4f0e7;--product-border:#ddd6c9;--product-copy:#68706b;background:#f7f4ed;color:#173b35}.product-page[data-theme=riwaq] .product-buy-now{background:#173b35}.product-page[data-theme=riwaq] .product-add-cart{border-color:#173b35;color:#173b35}.product-page[data-theme=riwaq] .product-media-stage,.product-page[data-theme=riwaq] .purchase-panel,.product-page[data-theme=riwaq] .product-detail-sections>*{border-radius:6px}
@media(max-width:1150px){.appearance-layout-pro{grid-template-columns:1fr}.live-preview-pro{position:static}.theme-picker-seven{grid-template-columns:repeat(3,1fr)}.storefront[data-theme=riwaq][data-category-style=tiles] .store-categories{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.design-studio-hero{padding:24px}.design-studio-hero>div:last-child{display:none}.theme-picker-seven{grid-template-columns:repeat(2,1fr)}.logo-editor-body{align-items:flex-start}.store-logo-preview{width:94px;height:76px;flex-basis:94px}.storefront[data-header-style=centered]>.store-nav{display:flex}.storefront[data-theme=riwaq][data-category-style=tiles] .store-categories{display:flex;overflow:auto}.storefront[data-theme=riwaq] .store-hero h1{font-size:43px}.store-categories{margin-top:24px;padding-inline:14px}.storefront[data-dark-footer=true] .store-footer{padding-inline:18px}}
@media(max-width:480px){.design-studio-hero h2{font-size:21px}.appearance-panel-pro,.logo-editor{padding:18px}.theme-picker-seven{grid-template-columns:1fr 1fr}.logo-editor-body{flex-direction:column}.store-logo-preview{width:100%;height:100px}.customizer-group .appearance-fields{grid-template-columns:1fr}.customizer-group .appearance-fields label{grid-column:1}.store-brand>span.has-logo{max-width:100px;min-width:44px}.store-brand>span.has-logo img{max-width:84px;height:30px}}
.merchant-categories-panel{padding:21px;margin-bottom:14px}.merchant-categories-panel .panel-title{margin-bottom:13px}.merchant-categories-panel .panel-title button{border:0;background:#efeeff;color:var(--violet);border-radius:9px;padding:8px 11px;font-size:9px;font-weight:800;cursor:pointer}.merchant-category-list{display:flex;gap:9px;overflow:auto;padding-bottom:2px}.merchant-category-list>button{min-width:180px;border:1px solid var(--line);background:#fafafd;border-radius:12px;padding:11px;display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:9px;text-align:right;cursor:pointer}.merchant-category-list>button>span{width:29px;height:29px;border-radius:9px;background:#fff;color:var(--violet);display:grid;place-items:center;font-size:8px;font-weight:900}.merchant-category-list>button>div{display:flex;flex-direction:column}.merchant-category-list b{font-size:10px}.merchant-category-list small{font-size:8px;color:var(--muted)}.merchant-category-list i{font-size:8px;color:var(--violet);font-style:normal}.merchant-category-list .empty-mini{min-width:100%;padding:15px}.storefront[data-theme=studio] .store-categories button{background:#211e23;border-color:#3c3740}.storefront[data-theme=studio] .store-categories small{color:#aaa3ad}.storefront[data-theme=colorblock] .store-categories button{border:2px solid #171717;border-radius:0;box-shadow:4px 4px 0 #171717}.storefront[data-theme=colorblock] .store-categories button.active{background:#ff5b87}.storefront[data-theme=riwaq][data-hero-style=banner] .store-hero{max-width:none;border-radius:0}.storefront[data-theme=riwaq][data-hero-style=minimal] .store-hero{max-width:1260px;background:transparent;border:0;box-shadow:none}

/* Logo safety, cache-safe layouts, and final responsive guards */
html,body{max-width:100%;overflow-x:clip}.dashboard-shell,.content,.app-section,.appearance-layout-pro,.appearance-workspace,.logo-editor,.logo-editor-body,.logo-editor-actions,.live-preview,.mini-store,.storefront,.store-nav,.store-hero,.store-products,.store-grid,.store-card,.product-page-shell,.product-page-grid{min-width:0}
.mobile-nav{scrollbar-width:none}.mobile-nav::-webkit-scrollbar{display:none}
.logo-editor-body{overflow:hidden}.logo-editor-actions{display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px;flex:1}.logo-editor-actions>b,.logo-editor-actions>small,.logo-editor-actions>.logo-meta{width:100%}.logo-meta{display:block;color:#4f6470;background:#f4f7f8;border-radius:8px;padding:7px 9px;font-size:8px;line-height:1.6}
.store-logo-preview{position:relative;isolation:isolate;contain:layout paint;overflow:hidden}.store-logo-preview .brand-logo-image,.mini-logo .brand-logo-image,.store-brand .brand-logo-image,.orb .brand-logo-image{display:block;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important}.store-logo-preview .brand-logo-image{width:100%!important;height:100%!important}.mini-logo .brand-logo-image{width:100%!important;height:100%!important}.store-brand>span.has-logo{height:46px;max-width:158px;overflow:hidden;flex:0 1 auto}.store-brand>span.has-logo .brand-logo-image{width:auto!important;height:34px!important}.orb span.has-logo{width:68%;height:68%;max-width:68%;max-height:68%;overflow:hidden;transform:none;background:rgba(255,255,255,.94);border-radius:20%;padding:10px}.orb span.has-logo .brand-logo-image{width:100%!important;height:100%!important;filter:none}
.products-table,.data-panel,.analytics-layout>*{min-width:0}.products-table{overflow:hidden}.store-card .product-art,.product-media-stage{isolation:isolate}.store-card .product-art img,.product-media-stage>img,.image-preview img{max-width:100%;max-height:100%}
@media(max-width:1100px){.storefront .store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront[data-theme=riwaq][data-category-style=tiles] .store-categories{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.storefront .store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-hero{padding-inline:24px}.storefront[data-theme=spotlight] .store-hero h1{font-size:clamp(40px,12vw,58px);letter-spacing:-2px}.logo-editor-actions{width:100%}.settings-heading{gap:12px}.settings-heading>.identity-status{flex:0 0 auto}.theme-option{padding:8px}.theme-shot{height:72px}}
@media(max-width:560px){.topbar .mode-switch{display:flex!important}.mode-switch button{display:block!important;width:48px;padding:8px 5px;font-size:0}.mode-switch button:after{font-size:9px}.mode-switch button[data-view=dashboard]:after{content:"لوحتي"}.mode-switch button[data-view=store]:after{content:"المتجر"}.storefront .store-grid{grid-template-columns:1fr}.store-card .product-art{height:230px}.store-brand>span.has-logo{height:40px;max-width:104px}.store-brand>span.has-logo .brand-logo-image{height:30px!important}.store-hero{overflow:hidden}.hero-art{max-width:100%}.orb span.has-logo{padding:7px}.logo-editor-body{overflow:visible}.identity-status{display:none}.design-studio-hero{border-radius:16px}.settings-heading h2{font-size:17px}.appearance-panel-pro,.logo-editor{border-radius:14px}.product-page-grid,.product-detail-sections,.related-products-grid{min-width:0}.cart-items article{grid-template-columns:56px minmax(0,1fr) auto}}

/* Store content builder, policies, ordered shelves, and contact actions */
.content-studio-hero{border-radius:24px;padding:30px 32px;margin-bottom:18px;background:linear-gradient(135deg,#171925,#29244f);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;position:relative}.content-studio-hero:after{content:"";position:absolute;width:210px;height:210px;border:50px solid rgba(201,246,111,.07);border-radius:50%;left:-80px;bottom:-130px}.content-studio-hero>div{position:relative;z-index:1}.content-studio-hero span{color:var(--lime);font-size:9px;font-weight:800}.content-studio-hero h2{font-size:25px;margin:7px 0}.content-studio-hero p{font-size:11px;color:#c6c8d2;margin:0}.content-studio-hero>button{position:relative;z-index:1;white-space:nowrap}.content-builder-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.builder-panel{padding:22px;min-width:0}.builder-list{display:flex;flex-direction:column;gap:9px;margin-top:16px}.builder-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;gap:11px;align-items:center;border:1px solid var(--line);background:#fafafd;border-radius:13px;padding:11px}.builder-row.muted{opacity:.62}.builder-order{width:34px;height:34px;border-radius:10px;background:#eeedff;color:var(--violet);display:grid;place-items:center;font-size:9px;font-weight:900}.builder-row>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.builder-row>div:nth-child(2) b{font-size:10px}.builder-row>div:nth-child(2) small{font-size:8px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.builder-row>em{font-size:8px;font-style:normal;color:#248566;background:#e9f8f1;border-radius:20px;padding:5px 8px;white-space:nowrap}.builder-actions{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.builder-actions button{border:1px solid var(--line);background:#fff;border-radius:7px;padding:5px 7px;font-family:inherit;font-size:8px;cursor:pointer}.builder-actions button:disabled{opacity:.35;cursor:default}.builder-actions .danger-text{color:#b84949}.page-presets{display:flex;gap:6px;overflow:auto;padding:12px 0 2px}.page-presets button{white-space:nowrap;border:1px solid #dddaf7;background:#f7f6ff;color:#5750cd;border-radius:20px;padding:7px 10px;font:700 8px inherit;cursor:pointer}.contact-builder{margin-top:18px;padding:22px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center}.contact-builder>div:first-child>span{font-size:8px;color:var(--violet);font-weight:800}.contact-builder h2{font-size:17px;margin:4px 0}.contact-builder p{font-size:9px;color:var(--muted);margin:0}.contact-buttons-preview{display:flex;gap:7px;flex-wrap:wrap}.contact-buttons-preview span{background:#e9f8f1;color:#187456;border-radius:20px;padding:8px 11px;font-size:8px;font-weight:800}.contact-buttons-preview small{color:var(--muted);font-size:9px}.content-modal{width:min(650px,calc(100% - 28px));max-height:88vh;overflow:auto}.content-modal>p{color:var(--muted);font-size:10px}.section-product-picker{border:1px solid var(--line);border-radius:13px;padding:14px;margin:13px 0}.section-product-picker legend{font-size:10px;font-weight:800;padding:0 6px}.section-product-picker>#section-product-options{display:grid;grid-template-columns:1fr 1fr;gap:7px;max-height:190px;overflow:auto}.section-product-picker label{margin:0;border:1px solid var(--line);border-radius:9px;padding:8px;display:grid;grid-template-columns:auto 1fr;gap:3px 8px;align-items:center;cursor:pointer}.section-product-picker label input{grid-row:1/3}.section-product-picker label span{font-size:9px;font-weight:700}.section-product-picker label small{font-size:7px;color:var(--muted)}.section-selected-order{display:flex;flex-direction:column;gap:5px;margin-top:10px}.section-selected-order>span{display:grid;grid-template-columns:24px minmax(0,1fr) 28px 28px;gap:5px;align-items:center;background:#f4f3ff;border-radius:8px;padding:6px 8px;font-size:8px}.section-selected-order b{width:20px;height:20px;border-radius:6px;background:#fff;color:var(--violet);display:grid;place-items:center}.section-selected-order button{border:1px solid #dddaf7;background:#fff;border-radius:6px;height:23px;cursor:pointer}.section-selected-order button:disabled{opacity:.35}.store-sections{display:flex;flex-direction:column;gap:62px}.store-product-section{scroll-margin-top:100px}.store-product-section[data-layout=featured] .store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-product-section[data-layout=featured] .store-card .product-art{height:330px}.store-product-section[data-layout=featured] .store-card h3{font-size:21px}.store-product-section[data-layout=compact] .store-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.store-product-section[data-layout=compact] .store-card .product-art{height:150px}.store-product-section[data-layout=compact] .store-card p{display:none}.store-back-dashboard{display:block;margin:45px auto 0;border:0;background:transparent;color:var(--store-accent);font:700 10px inherit;cursor:pointer}.store-page-links{display:flex;gap:18px}.store-page-links button,.store-footer button{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.store-footer>div:last-child{flex-wrap:wrap;justify-content:flex-end}.floating-contact-actions{position:fixed;left:20px;bottom:20px;z-index:30;display:flex;flex-direction:column;gap:8px}.floating-contact-actions a{display:flex;align-items:center;gap:8px;background:#fff;color:#1e2030;border:1px solid rgba(0,0,0,.1);border-radius:30px;padding:8px 12px;text-decoration:none;box-shadow:0 12px 35px rgba(20,22,35,.14);font-size:9px;font-weight:800}.floating-contact-actions a b{width:25px;height:25px;border-radius:50%;background:#eeedff;color:var(--violet);display:grid;place-items:center}.floating-contact-actions a.whatsapp b{background:#dcf8e8;color:#16875b}.store-content-shell{max-width:960px;margin:0 auto;padding:54px 24px 90px}.content-breadcrumb{display:flex;gap:10px;align-items:center;color:var(--muted);font-size:9px;margin-bottom:16px}.content-breadcrumb button{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.store-content-card{background:#fff;border:1px solid #e4e4de;border-radius:24px;padding:clamp(28px,6vw,70px);box-shadow:0 24px 70px rgba(24,25,34,.06)}.store-content-card>span{display:inline-block;color:var(--store-accent);background:color-mix(in srgb,var(--store-accent),white 90%);border-radius:20px;padding:7px 11px;font-size:8px;font-weight:800}.store-content-card h1{font-size:clamp(30px,5vw,54px);margin:18px 0 34px;letter-spacing:-1px}.store-content-card p{font-size:14px;line-height:2.1;color:#545660;margin:0 0 22px;white-space:normal}.storefront[data-theme=studio] .store-content-card{background:#211e23;border-color:#39343c}.storefront[data-theme=studio] .store-content-card p{color:#c5bec8}.storefront[data-theme=colorblock] .store-content-card{border:3px solid #171717;border-radius:0;box-shadow:10px 10px 0 #171717}.storefront[data-theme=craft] .store-content-card{background:#f7f1e8;border-radius:3px}.storefront[data-theme=sense] .store-content-card{border:0;border-radius:35px}.storefront[data-theme=dawn] .store-content-card{border-radius:0;box-shadow:none}
@media(max-width:1050px){.content-builder-grid{grid-template-columns:1fr}.store-product-section[data-layout=compact] .store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.content-studio-hero{align-items:flex-start;flex-direction:column}.contact-builder{grid-template-columns:1fr}.builder-row{grid-template-columns:34px minmax(0,1fr) auto}.builder-actions{grid-column:2/4;justify-content:flex-start}.section-product-picker>#section-product-options{grid-template-columns:1fr}.store-product-section[data-layout=featured] .store-grid,.store-product-section[data-layout=compact] .store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-page-links{display:none}.floating-contact-actions{left:12px;bottom:12px}.floating-contact-actions a span{display:none}.floating-contact-actions a{padding:7px}.store-content-shell{padding:32px 14px 70px}}
@media(max-width:520px){.store-product-section[data-layout=featured] .store-grid,.store-product-section[data-layout=compact] .store-grid{grid-template-columns:1fr}.store-product-section[data-layout=featured] .store-card .product-art{height:250px}.builder-row>em{display:none}.builder-row{grid-template-columns:34px minmax(0,1fr)}.builder-actions{grid-column:2}.content-studio-hero{padding:24px 20px}.store-sections{gap:42px}.store-content-card{padding:26px 20px}.store-content-card p{font-size:12px}}

/* Flexible storefront page builder */
.theme-builder-inline{margin-top:22px;border-top:1px solid var(--line);padding-top:24px}.drag-help{align-self:center;background:#f2f1ff;color:var(--violet);border:1px dashed #c8c4ff;border-radius:20px;padding:7px 11px;font-size:8px;font-weight:800;white-space:nowrap}.builder-canvas-panel{background:linear-gradient(180deg,#fff,#fafafe)}.builder-canvas{position:relative}.builder-canvas:before{content:"واجهة العميل";display:block;align-self:flex-start;width:max-content;background:#181a25;color:#fff;border-radius:8px;padding:5px 9px;font-size:7px;font-weight:800;margin-bottom:2px}.builder-block{grid-template-columns:18px 38px 34px minmax(0,1fr) auto auto;cursor:grab;transition:border-color .18s,transform .18s,box-shadow .18s}.builder-block:active{cursor:grabbing}.builder-block.dragging{opacity:.45;transform:scale(.985)}.builder-block.drag-over{border-color:var(--violet);box-shadow:0 0 0 3px rgba(91,85,247,.09);transform:translateY(3px)}.builder-grip{color:#a4a5b1;font-size:17px;line-height:1}.builder-type-icon{width:32px;height:32px;border-radius:10px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;color:var(--violet);font-size:13px}.builder-block>.builder-type-icon+div{display:flex;flex-direction:column;min-width:0}.builder-block>.builder-type-icon+div b{font-size:10px;margin:2px 0}.builder-block>.builder-type-icon+div small{font-size:8px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.builder-block .builder-type{color:var(--violet)!important;font-weight:800}.section-picker-search{display:flex;align-items:center;border:1px solid var(--line);border-radius:9px;background:#fff;margin-bottom:9px;padding:0 9px}.section-picker-search input{width:100%;border:0!important;padding:9px!important;outline:0;background:transparent}.section-product-picker>#section-page-options{display:grid;grid-template-columns:1fr 1fr;gap:7px;max-height:190px;overflow:auto}.section-product-picker>#section-page-options label{margin:0}.section-selected-order>strong{font-size:8px;color:var(--muted);margin:2px 0}.section-selected-order>small{font-size:8px;color:var(--muted);background:#fafafd;border-radius:8px;padding:8px}.store-page-layout{min-height:360px}.layout-categories{max-width:1180px;margin:0 auto;padding:54px 24px 10px}.layout-section-intro{text-align:center;margin:0 auto 24px;max-width:650px}.layout-section-intro>span{color:var(--store-accent);font-size:9px;font-weight:800}.layout-section-intro h2{font-size:clamp(25px,4vw,38px);margin:7px 0}.layout-section-intro p{font-size:11px;color:#777985;margin:0}.layout-categories .store-categories{padding:0;max-width:none}.store-policy-section{max-width:1180px;margin:0 auto;padding:70px 24px}.store-policy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.store-policy-grid button{text-align:right;border:1px solid #e4e4de;background:#fff;border-radius:18px;padding:20px;display:grid;grid-template-columns:42px 1fr auto;grid-template-rows:auto auto;gap:3px 12px;align-items:center;color:#20212a;font-family:inherit;cursor:pointer;transition:.2s}.store-policy-grid button:hover{transform:translateY(-3px);border-color:var(--store-accent);box-shadow:0 14px 34px rgba(20,22,35,.08)}.store-policy-grid button>span{grid-row:1/3;width:40px;height:40px;border-radius:12px;background:color-mix(in srgb,var(--store-accent),white 90%);color:var(--store-accent);display:grid;place-items:center;font-size:16px}.store-policy-grid button b{font-size:12px}.store-policy-grid button small{font-size:8px;color:#7c7d86}.store-policy-grid button i{grid-column:3;grid-row:1/3;font-style:normal;color:var(--store-accent)}.store-contact-section{max-width:1132px;margin:30px auto 70px;background:var(--store-secondary);color:#fff;border-radius:24px;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.store-contact-section>div>span{font-size:8px;color:var(--store-accent);font-weight:800}.store-contact-section h2{font-size:26px;margin:5px 0}.store-contact-section p{font-size:10px;color:rgba(255,255,255,.7);margin:0}.store-contact-section nav{display:flex;gap:8px;flex-wrap:wrap}.store-contact-section a{display:flex;align-items:center;gap:7px;background:#fff;color:#20212a;text-decoration:none;border-radius:24px;padding:9px 14px;font-size:9px;font-weight:800}.store-contact-section a b{color:var(--store-accent)}.store-page-layout+.store-back-dashboard{margin-bottom:45px}.storefront[data-theme=studio] .store-policy-grid button{background:#211e23;color:#fff;border-color:#3d3841}.storefront[data-theme=colorblock] .store-policy-grid button{border:3px solid #171717;border-radius:0;box-shadow:5px 5px 0 #171717}.storefront[data-theme=craft] .store-policy-grid button{border-radius:3px;background:#f7f1e8}.storefront[data-theme=sense] .store-policy-grid button{border:0;border-radius:28px}.storefront[data-theme=dawn] .store-policy-grid button{border-radius:0;box-shadow:none}
@media(max-width:900px){.builder-block{grid-template-columns:18px 34px 32px minmax(0,1fr) auto}.builder-block .builder-actions{grid-column:4/6}.store-policy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-contact-section{margin-left:18px;margin-right:18px}}
@media(max-width:620px){.builder-block{grid-template-columns:16px 32px 30px minmax(0,1fr)}.builder-block>em{display:none}.builder-block .builder-actions{grid-column:4}.builder-block>.builder-type-icon+div small{white-space:normal}.section-product-picker>#section-page-options{grid-template-columns:1fr}.store-policy-grid{grid-template-columns:1fr}.store-contact-section{align-items:flex-start;flex-direction:column;padding:26px 22px}.store-contact-section nav{width:100%}.store-contact-section a{flex:1;justify-content:center}.layout-categories,.store-policy-section{padding-left:14px;padding-right:14px}}

/* One-time GoDaddy connection */
.godaddy-auto-panel{margin:16px 0;border:1px solid #d8d5ff;background:linear-gradient(180deg,#faf9ff,#f4f3ff);border-radius:15px;padding:15px}.godaddy-direct-head{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center}.godaddy-direct-head>span{width:37px;height:37px;border-radius:11px;background:#111827;color:#70d6ff;display:grid;place-items:center;font-size:17px;font-weight:900}.godaddy-direct-head>div{display:flex;flex-direction:column;gap:2px}.godaddy-direct-head b{font-size:10px}.godaddy-direct-head small{font-size:8px;color:var(--muted);line-height:1.6}.godaddy-direct-head em{font-style:normal;color:#187456;background:#e5f8ef;border-radius:20px;padding:5px 8px;font-size:7px;font-weight:800;white-space:nowrap}.godaddy-auto-panel ol{margin:13px 0 11px;padding-right:20px;color:#545665;font-size:8px;line-height:1.9}.godaddy-auto-panel a{color:var(--violet);font-weight:800}.godaddy-auto-panel code{background:#fff;border:1px solid #e2e0f4;border-radius:5px;padding:2px 4px;color:#373284;font-size:7px}.godaddy-auto-panel>label{margin:9px 0 0}.godaddy-auto-panel .replace-dns{display:flex;flex-direction:row;align-items:flex-start;gap:9px;border-top:1px solid #dfddef;margin-top:14px;padding-top:12px;cursor:pointer}.replace-dns>input{width:16px;height:16px;flex:0 0 16px;margin-top:2px;accent-color:var(--violet)}.replace-dns>span{display:flex;flex-direction:column;gap:2px}.replace-dns b{font-size:9px}.replace-dns small{font-size:7px;color:#8b6b2f;line-height:1.6}.domain-connect>.secondary.full{margin-top:8px}.domain-connect>.secondary.full[hidden]{display:none}
@media(max-width:540px){.godaddy-direct-head{grid-template-columns:34px minmax(0,1fr)}.godaddy-direct-head>em{grid-column:2;width:max-content}.godaddy-auto-panel{padding:12px}.godaddy-auto-panel ol{padding-right:17px}}
