/* =====================================================================
   TESLASHOP.GE 2026 — unified visual system
   Reference direction: clean light marketplace + data-first dashboards.
   Loaded after the legacy compatibility CSS so business templates remain
   intact while presentation is modernised consistently.
   ===================================================================== */
:root{
  --ts-red:#e82127;
  --ts-red-dark:#c9151b;
  --ts-red-soft:#fff0f1;
  --ts-ink:#101421;
  --ts-navy:#0d214b;
  --ts-muted:#687083;
  --ts-line:#e6e9ef;
  --ts-line-strong:#d8dde6;
  --ts-canvas:#f6f7f9;
  --ts-card:#fff;
  --ts-soft:#fafbfc;
  --ts-green:#20a253;
  --ts-green-soft:#eaf8ef;
  --ts-blue:#256bdc;
  --ts-blue-soft:#edf4ff;
  --ts-purple:#6f42c1;
  --ts-purple-soft:#f3edff;
  --ts-orange:#f26a21;
  --ts-orange-soft:#fff3e9;
  --ts-teal:#168f9a;
  --ts-teal-soft:#e8f8fa;
  --ts-radius-sm:10px;
  --ts-radius:16px;
  --ts-radius-lg:22px;
  --ts-shadow:0 8px 30px rgba(16,20,33,.07);
  --ts-shadow-hover:0 16px 42px rgba(16,20,33,.12);
  --ts-font:'Inter','Noto Sans Georgian',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --module-accent:var(--ts-red);
  --module-soft:var(--ts-red-soft);
}

html{background:var(--ts-canvas)}
body{
  background:var(--ts-canvas);
  color:var(--ts-ink);
  font-family:var(--ts-font);
  font-size:14px;
  letter-spacing:-.006em;
}
body[data-module="products"]{--module-accent:var(--ts-red);--module-soft:var(--ts-red-soft)}
body[data-module="chargers"]{--module-accent:var(--ts-green);--module-soft:var(--ts-green-soft)}
body[data-module="cars"]{--module-accent:var(--ts-navy);--module-soft:#eef2fa}
body[data-module="parts"]{--module-accent:var(--ts-purple);--module-soft:var(--ts-purple-soft)}
body[data-module="services"]{--module-accent:var(--ts-blue);--module-soft:var(--ts-blue-soft)}
body[data-module="shops"]{--module-accent:var(--ts-orange);--module-soft:var(--ts-orange-soft)}
body[data-module="diy"]{--module-accent:var(--ts-teal);--module-soft:var(--ts-teal-soft)}
body[data-module="account"]{--module-accent:var(--ts-red);--module-soft:var(--ts-red-soft)}

/* Header shell ------------------------------------------------------ */
.site-header{
  height:auto!important;
  display:block!important;
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.97)!important;
  border-bottom:1px solid var(--ts-line)!important;
  box-shadow:0 3px 18px rgba(16,20,33,.035);
  backdrop-filter:blur(18px) saturate(1.25);
}
.header-inner{
  height:78px!important;
  max-width:1480px!important;
  padding:0 clamp(18px,4vw,54px)!important;
  gap:26px!important;
}
.site-logo{
  display:flex!important;
  align-items:center!important;
  gap:11px;
  min-width:235px;
  font-size:0!important;
}
.ts26-logo-mark{width:25px;height:39px;flex:0 0 auto;filter:drop-shadow(0 3px 5px rgba(232,33,39,.15))}
.ts26-logo-copy{display:flex;flex-direction:column;line-height:1}
.ts26-logo-word{font-size:22px;font-weight:800;letter-spacing:.035em;color:var(--ts-red)}
.ts26-logo-word b{color:var(--ts-ink);font-weight:800}
.ts26-logo-sub{font-size:10px;font-weight:500;color:#8a91a0;letter-spacing:.01em;margin-top:6px}
.ts26-trustbar{display:flex;align-items:center;justify-content:flex-end;gap:30px;margin-left:auto}
.ts26-trust{display:flex;align-items:center;gap:10px;color:var(--ts-ink);white-space:nowrap}
.ts26-trust svg{width:22px;height:22px;color:var(--ts-ink);stroke-width:1.65}
.ts26-trust strong{display:block;font-size:11px;font-weight:700;line-height:1.25}
.ts26-trust small{display:block;font-size:9px;color:#8a91a0;margin-top:2px}
.header-actions{margin-left:0!important;border-left:1px solid var(--ts-line);padding-left:16px}
.icon-btn,.user-menu-btn{border:1px solid transparent!important}
.icon-btn:hover,.user-menu-btn:hover{background:var(--ts-soft)!important;border-color:var(--ts-line)!important}
.btn-tesla{background:var(--ts-red)!important;border-color:var(--ts-red)!important;color:#fff!important;box-shadow:0 5px 12px rgba(232,33,39,.15)}
.btn-tesla:hover{background:var(--ts-red-dark)!important;border-color:var(--ts-red-dark)!important}
.btn-outline{background:#fff!important;border-color:var(--ts-line-strong)!important;color:var(--ts-ink)!important}

.ts26-categorybar{border-top:1px solid #f0f1f4;background:#fff}
.ts26-categorybar-inner{max-width:1480px;margin:auto;padding:0 clamp(18px,4vw,54px);height:48px;display:flex;align-items:center;gap:8px}
.ts26-categorybar .desktop-nav{margin:0!important;gap:2px!important;overflow-x:auto;scrollbar-width:none;flex:1}
.ts26-categorybar .desktop-nav::-webkit-scrollbar{display:none}
.ts26-categorybar .nav-link{height:36px;border-radius:10px!important;padding:0 15px!important;font-size:12px!important;font-weight:650!important;color:#353b48!important}
.ts26-categorybar .nav-link:hover{background:#f5f6f8!important;color:var(--ts-red)!important}
.ts26-categorybar .nav-link.active{background:var(--module-soft)!important;color:var(--module-accent)!important}
.ts26-categorybar .nav-link.active::before{content:'';width:5px;height:5px;border-radius:50%;background:currentColor}
.ts26-catalog-link{display:inline-flex;align-items:center;gap:8px;padding:0 15px;height:36px;border:1px solid var(--ts-line);border-radius:10px;font-size:12px;font-weight:700;color:var(--ts-ink);white-space:nowrap}
.ts26-catalog-link:hover{border-color:var(--ts-red);color:var(--ts-red);background:var(--ts-red-soft)}

main.container{max-width:1480px!important;padding:24px clamp(16px,4vw,54px) 48px!important;min-height:65vh}
body[data-module="home"] main.container{max-width:none!important;padding:0!important}

/* Shared components ------------------------------------------------- */
h1,h2,h3,h4,h5,h6{color:var(--ts-ink);letter-spacing:-.025em}
h1{font-weight:760}
.card,.admin-card,.panel,.pp-card,.cv-card,.dp-card,.sv-card,.shop-card,.cc{
  border:1px solid var(--ts-line)!important;
  background:var(--ts-card)!important;
  border-radius:var(--ts-radius)!important;
  box-shadow:0 3px 12px rgba(16,20,33,.035)!important;
}
.pp-card:hover,.cv-card:hover,.dp-card:hover,.sv-card:hover,.shop-card:hover,.cc:hover{
  border-color:color-mix(in srgb,var(--module-accent) 35%,var(--ts-line))!important;
  box-shadow:var(--ts-shadow-hover)!important;
  transform:translateY(-3px);
}
input,select,textarea,.flt-search,.filter-input,.filter-select{
  border:1px solid var(--ts-line-strong)!important;
  border-radius:10px!important;
  background:#fff!important;
  min-height:44px;
  box-shadow:none!important;
}
input:focus,select:focus,textarea:focus{
  border-color:var(--module-accent)!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--module-accent) 13%,transparent)!important;
  outline:none!important;
}
.badge,.pc-badge,.dp-badge,.cv-tag,.sv-chip,.tb-chip{
  border-radius:999px!important;
  font-weight:700!important;
  letter-spacing:0!important;
}
.pagination,.cv-pag,.dp-pagination{gap:6px!important}
.page-btn,.cv-page-btn,.dp-page-btn{
  min-width:38px;min-height:38px;border:1px solid var(--ts-line)!important;border-radius:9px!important;background:#fff!important;color:var(--ts-ink)!important
}
.page-btn.active,.cv-page-btn.active,.dp-page-btn.active{background:var(--module-accent)!important;color:#fff!important;border-color:var(--module-accent)!important}

/* Page headings / themed shells ------------------------------------ */
.pp-heading,.chp-heading,.cv-hero h1,.dp-hero h1,.sv-hero h1,.shops-title,.page-heading{
  font-size:clamp(28px,3.7vw,46px)!important;font-weight:780!important;line-height:1.08!important
}
.pp-breadcrumb,.breadcrumb{font-size:12px!important;color:#8a91a0!important}
.cat-layout,.dp-layout{gap:22px!important}
.flt-sidebar,.dp-sidebar{
  background:#fff!important;border:1px solid var(--ts-line)!important;border-radius:var(--ts-radius)!important;box-shadow:0 4px 18px rgba(16,20,33,.045)!important;padding:16px!important
}
.flt-block,.dp-sidebar>div{border-bottom-color:#edf0f4!important}
.flt-block-title{font-size:12px!important;font-weight:750!important;color:var(--ts-ink)!important}
.flt-cat-link.on,.flt-model-btn.on,.filter-cat-link.active{background:var(--module-soft)!important;color:var(--module-accent)!important;border-color:color-mix(in srgb,var(--module-accent) 22%,var(--ts-line))!important}
.pp-grid{gap:16px!important}
.pp-card{overflow:hidden!important;transition:.22s ease!important}
.pc-img-wrap{background:linear-gradient(145deg,#fff,#f2f3f6)!important}
.pc-body{padding:14px 15px!important}
.pc-title{font-size:14px!important;font-weight:700!important;color:var(--ts-ink)!important}
.pc-price{font-size:18px!important;font-weight:800!important;color:var(--module-accent)!important}
.pc-footer{border-top:1px solid #eef0f3!important;padding:10px 14px!important}

/* Cars */
.cv{--module-accent:var(--ts-navy);--module-soft:#eef2fa}
.cv-hero{
  border:1px solid var(--ts-line)!important;border-radius:var(--ts-radius-lg)!important;background:linear-gradient(120deg,#fff 0%,#f4f6fa 60%,#edf1f8 100%)!important;box-shadow:var(--ts-shadow)!important;padding:clamp(24px,4vw,54px)!important
}
.cv-hero::after{content:'TESLA';position:absolute;right:5%;top:5%;font-size:clamp(54px,10vw,150px);font-weight:800;color:rgba(13,33,75,.035);letter-spacing:.08em;pointer-events:none}
.cv-search-row,.cv-toolbar{background:#fff!important;border:1px solid var(--ts-line)!important;border-radius:14px!important;box-shadow:0 4px 16px rgba(16,20,33,.04)!important}
.cv-card-img{background:linear-gradient(155deg,#fff,#f0f2f7)!important}
.cv-card-price{color:var(--ts-navy)!important;font-size:20px!important}

/* Parts / dismantled */
.dp-hero{background:linear-gradient(120deg,#fff,#f5f0ff)!important;border:1px solid #eadfff!important;border-radius:var(--ts-radius-lg)!important;box-shadow:var(--ts-shadow)!important}
.dp-card-price{color:var(--ts-purple)!important;font-weight:800!important}
.dp-card-img{background:linear-gradient(145deg,#fff,#f4effd)!important}

/* Services */
.sv-hero{background:linear-gradient(110deg,#fff,#eef5ff)!important;border:1px solid #dfeafd!important;border-radius:var(--ts-radius-lg)!important;box-shadow:var(--ts-shadow)!important}
.sv-stat-box{background:#fff!important;border:1px solid var(--ts-line)!important;border-radius:13px!important}
.sv-card{overflow:hidden!important}
.sv-img-wrap{background:#edf3fb!important}
.sv-name{color:var(--ts-ink)!important;font-weight:760!important}
.sv-arrow{background:var(--ts-blue)!important;color:#fff!important}

/* Shops */
.shops-grid{gap:18px!important}
.shop-card{overflow:hidden!important;position:relative!important}
.shop-card::before{content:'';position:absolute;inset:0 auto 0 0;width:4px;background:var(--ts-orange)}
.shop-card-logo{background:linear-gradient(145deg,#fff,#fff1e7)!important}
.shop-card-name{font-weight:760!important}

/* Chargers */
.chp{--module-accent:var(--ts-green);--module-soft:var(--ts-green-soft)}
.c-stats{gap:12px!important}
.c-stat{background:#fff!important;border:1px solid var(--ts-line)!important;border-radius:14px!important;box-shadow:0 4px 14px rgba(16,20,33,.04)!important}
.c-filters{background:#fff!important;border:1px solid var(--ts-line)!important;border-radius:var(--ts-radius)!important;box-shadow:var(--ts-shadow)!important}
.cc{overflow:hidden!important}
.cc-top{border-bottom:1px solid #edf0f3!important}
.c-btn,.c-search-btn,.evp-btn-primary{background:var(--ts-green)!important;color:#fff!important;border-radius:10px!important}

/* Seller / account / service workspaces ---------------------------- */
.seller-layout,.sp-layout{gap:22px!important}
.seller-layout .card,.sp-layout .card,body[data-module="account"] .card{
  box-shadow:0 5px 18px rgba(16,20,33,.045)!important
}
.kpi-row{gap:14px!important}
.kpi,.kpi-card{
  border:1px solid var(--ts-line)!important;border-radius:15px!important;background:#fff!important;box-shadow:0 5px 16px rgba(16,20,33,.04)!important;padding:18px!important
}
.kpi .val,.kpi-val{font-size:26px!important;font-weight:800!important;color:var(--ts-ink)!important}
.sp-sidebar,.seller-sidebar{
  border:1px solid var(--ts-line)!important;background:#fff!important;border-radius:var(--ts-radius)!important;box-shadow:var(--ts-shadow)!important
}
.sp-nav.active,.seller-nav.active{background:var(--ts-red-soft)!important;color:var(--ts-red)!important}
.form-grid,.fgrid{gap:16px!important}
.upload-zone{border:1.5px dashed #cdd3dd!important;border-radius:14px!important;background:#fafbfc!important}
.upload-zone:hover{border-color:var(--ts-red)!important;background:var(--ts-red-soft)!important}

/* Homepage ---------------------------------------------------------- */
.hp{background:var(--ts-canvas)!important}
.hp-shell{max-width:1480px!important;padding:0 clamp(16px,4vw,54px)!important}
.hp-hero{
  min-height:auto!important;text-align:left!important;align-items:stretch!important;justify-content:flex-start!important;
  padding:34px clamp(16px,4vw,54px) 20px!important;background:var(--ts-canvas)!important
}
.hp-hero>div{max-width:1480px;width:100%;margin:0 auto;background:linear-gradient(110deg,#fff 0%,#fff 45%,#f4f5f8 100%);border:1px solid var(--ts-line);border-radius:var(--ts-radius-lg);box-shadow:var(--ts-shadow);padding:clamp(28px,5vw,62px);position:relative;overflow:hidden}
.hp-hero>div::after{content:'⚡';position:absolute;right:7%;top:50%;transform:translateY(-50%) rotate(-8deg);font-size:clamp(90px,18vw,240px);line-height:1;color:rgba(232,33,39,.09);filter:grayscale(1);pointer-events:none}
.hp-hero-eyebrow{color:var(--ts-red)!important;letter-spacing:.12em!important}
.hp-hero h1{margin:0!important;max-width:11ch!important;font-size:clamp(38px,5.6vw,74px)!important;z-index:1;position:relative}
.hp-hero-lead{margin:18px 0 0!important;max-width:650px!important;position:relative;z-index:1}
.hp-hero-actions{justify-content:flex-start!important;position:relative;z-index:1}
.hp-btn{background:var(--ts-red)!important;border-color:var(--ts-red)!important;border-radius:10px!important;font-weight:700!important;min-width:190px!important}
.hp-btn:hover{background:var(--ts-red-dark)!important}
.hp-btn-ghost{background:#fff!important;border:1px solid var(--ts-line-strong)!important;border-radius:10px!important;min-width:190px!important}
.hp-hero-stats{justify-content:flex-start!important;margin-top:34px!important;position:relative;z-index:1}
.hp-stat{text-align:left!important;border-left:3px solid var(--ts-red);padding-left:13px}
.hp-stat-num{font-size:24px!important}
.hp-scroll-hint{display:none!important}
.hp-sec{padding:38px 0!important}
.hp-band{background:transparent!important}
.hp-sec-head{margin-bottom:20px!important}
.hp-sec-kicker{color:var(--module-accent)!important}
.hp-modules{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}
.hp-module{
  min-height:250px!important;padding:0!important;overflow:hidden!important;position:relative!important;border-radius:18px!important;background:#fff!important;border:1px solid var(--ts-line)!important;box-shadow:0 5px 18px rgba(16,20,33,.05)!important
}
.hp-module::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(255,255,255,.98) 0 31%,rgba(255,255,255,.14) 60%,transparent 100%);z-index:1}
.hp-module::after{content:'';position:absolute;inset:0;background:var(--module-image) center 34%/64% auto no-repeat;opacity:.98;transition:transform .35s ease;filter:drop-shadow(0 10px 12px rgba(16,20,33,.08))}
.hp-module:hover::after{transform:scale(1.04) translateY(-3px)}
.hp-module .i{position:absolute;right:16px;bottom:16px;width:32px;height:32px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;background:var(--tone,#e82127);color:#fff;font-size:15px!important;z-index:3}
.hp-module .k{display:none!important}
.hp-module h3{position:absolute;left:18px;bottom:19px;z-index:2;font-size:18px!important;color:var(--tone,#e82127)!important;padding-right:48px}
.hp-module p,.hp-module .meta{display:none!important}
.hp-module[data-tone="products"]{--tone:var(--ts-red);--module-image:url('/assets/module-products.svg')}
.hp-module[data-tone="chargers"]{--tone:var(--ts-green);--module-image:url('/assets/module-chargers.svg')}
.hp-module[data-tone="cars"]{--tone:var(--ts-navy);--module-image:url('/assets/module-cars.svg')}
.hp-module[data-tone="parts"]{--tone:var(--ts-purple);--module-image:url('/assets/module-parts.svg')}
.hp-module[data-tone="services"]{--tone:var(--ts-blue);--module-image:url('/assets/module-services.svg')}
.hp-module[data-tone="shops"]{--tone:var(--ts-orange);--module-image:url('/assets/module-shops.svg')}
.hp-module[data-tone="diy"]{--tone:var(--ts-teal);--module-image:url('/assets/module-diy.svg')}
.hp-module[data-tone="orders"]{--tone:#e83a5f;--module-image:url('/assets/module-orders.svg')}
.hp-card,.hp-diy-card,.hp-role,.hp-cat{border-color:var(--ts-line)!important;border-radius:16px!important;box-shadow:0 4px 14px rgba(16,20,33,.035)!important}
.hp-card:hover,.hp-diy-card:hover,.hp-role:hover{box-shadow:var(--ts-shadow-hover)!important}
.hp-price{color:var(--ts-red)!important}
.hp-see-all{color:var(--ts-red)!important;font-weight:700!important}

/* Footer ------------------------------------------------------------ */
.site-footer{background:#fff!important;border-top:1px solid var(--ts-line)!important}
.footer-logo{color:var(--ts-red)!important;font-weight:800!important;letter-spacing:.04em!important}
.footer-logo span{color:var(--ts-ink)!important}
.footer-col h4{color:var(--ts-ink)!important;font-size:12px!important}
.footer-col a:hover{color:var(--ts-red)!important}

/* Mobile ------------------------------------------------------------ */
@media(max-width:1120px){
  .ts26-trustbar{display:none}
  .site-logo{min-width:auto}
  .header-actions{margin-left:auto!important}
  .hp-modules{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:820px){
  .header-inner{height:66px!important;padding-inline:16px!important}
  .ts26-logo-word{font-size:18px}.ts26-logo-sub{display:none}.ts26-logo-mark{width:20px;height:32px}
  .ts26-categorybar-inner{height:44px;padding-inline:10px}.ts26-catalog-link{display:none}
  .ts26-categorybar .nav-link{padding-inline:11px!important}
  main.container{padding:18px 14px 86px!important}
  .cat-layout,.dp-layout{display:block!important}
  .flt-sidebar,.dp-sidebar{margin-bottom:14px!important}
  .hp-hero{padding:16px 12px 8px!important}.hp-hero>div{padding:28px 22px}.hp-hero>div::after{right:-5%;opacity:.7}
  .hp-hero h1{font-size:39px!important}.hp-hero-actions{display:grid!important;grid-template-columns:1fr!important}.hp-btn,.hp-btn-ghost{width:100%!important}
  .hp-hero-stats{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important}
}
@media(max-width:520px){
  .site-logo{gap:7px}.ts26-logo-word{font-size:16px}
  .hp-modules{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .hp-module{min-height:178px!important}.hp-module::after{background-size:76% auto}.hp-module h3{left:12px;bottom:13px;font-size:13px!important}.hp-module .i{right:11px;bottom:10px;width:27px;height:27px;font-size:12px!important}
  .hp-card-grid,.hp-dash-grid{gap:10px!important}.hp-card-body{padding:11px!important}.hp-title-sm{font-size:12px!important}.hp-price{font-size:14px!important}.hp-foot-line{display:none!important}
}

@media(prefers-reduced-motion:reduce){
  .hp-module::after,.pp-card,.cv-card,.dp-card,.sv-card,.shop-card,.cc{transition:none!important}
}

/* Account workspace ------------------------------------------------- */
.ts26-account-layout{display:grid;grid-template-columns:238px minmax(0,1fr);gap:22px;align-items:start}
.ts26-account-sidebar{position:sticky;top:150px;background:#fff;border:1px solid var(--ts-line);border-radius:16px;box-shadow:0 5px 18px rgba(16,20,33,.045);overflow:hidden}
.ts26-account-user{display:flex;align-items:center;gap:11px;padding:17px;border-bottom:1px solid #edf0f3}
.ts26-account-avatar{width:42px;height:42px;border-radius:50%;background:var(--ts-red-soft);color:var(--ts-red);display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:850;flex:0 0 auto}
.ts26-account-user strong{display:block;font-size:12px}.ts26-account-user small{display:block;color:#89909e;font-size:9px;margin-top:3px;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ts26-account-nav{display:flex;flex-direction:column;padding:10px}
.ts26-account-nav a{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 11px;border-radius:9px;color:#4b5361;font-size:11px;font-weight:650}
.ts26-account-nav a:hover{background:#f6f7f9;color:#111521}.ts26-account-nav a.active{background:var(--ts-red-soft);color:var(--ts-red);box-shadow:inset 3px 0 0 var(--ts-red)}
.ts26-account-logout{display:flex;align-items:center;min-height:46px;padding:0 20px;border-top:1px solid #edf0f3;color:var(--ts-red);font-size:11px;font-weight:700}
.ts26-account-main{min-width:0}.ts26-account-main>.container{max-width:none!important;padding:0!important;margin:0!important}
.ts26-account-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}
.ts26-account-head h1{font-size:clamp(25px,3vw,38px);margin:4px 0 7px}.ts26-account-head p{max-width:650px;font-size:12px}.ts26-eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--ts-red)}
.ts26-account-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:20px}
.ts26-account-kpi{background:#fff;border:1px solid var(--ts-line);border-radius:15px;padding:17px;box-shadow:0 4px 15px rgba(16,20,33,.04);position:relative;overflow:hidden}
.ts26-account-kpi::after{content:'';position:absolute;width:86px;height:86px;border-radius:50%;right:-31px;top:-31px;background:var(--k-soft,#edf4ff)}
.ts26-account-kpi .ico{position:relative;z-index:1;display:flex;width:34px;height:34px;border-radius:11px;align-items:center;justify-content:center;color:var(--k,#256bdc);background:var(--k-soft,#edf4ff);font-size:17px}.ts26-account-kpi strong{display:block;font-size:25px;margin-top:11px}.ts26-account-kpi small{display:block;font-size:10px;color:#7d8492;margin-top:3px}.ts26-account-kpi.green{--k:#20a253;--k-soft:#eaf8ef}.ts26-account-kpi.navy{--k:#0d214b;--k-soft:#eef2fa}.ts26-account-kpi.red{--k:#e82127;--k-soft:#fff0f1}
.ts26-quick-title{margin:23px 0 11px}.ts26-quick-title h2{font-size:14px}
.ts26-quick-actions{display:grid;grid-template-columns:repeat(5,1fr);gap:11px;margin-bottom:20px}.ts26-quick-actions a{background:#fff;border:1px solid var(--ts-line);border-radius:13px;padding:15px;min-height:105px;box-shadow:0 4px 14px rgba(16,20,33,.035)}.ts26-quick-actions a:hover{border-color:#ffc7ca;box-shadow:var(--ts-shadow)}.ts26-quick-actions span{display:block;color:var(--ts-red);font-size:22px}.ts26-quick-actions b{display:block;font-size:11px;margin-top:7px}.ts26-quick-actions small{display:block;font-size:9px;color:#8a91a0;margin-top:5px;line-height:1.45}
.ts26-dashboard-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:14px}.ts26-dashboard-card{background:#fff;border:1px solid var(--ts-line);border-radius:15px;box-shadow:0 4px 15px rgba(16,20,33,.04);padding:16px}.ts26-card-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #edf0f3}.ts26-card-head h2{font-size:13px}.ts26-card-head a{font-size:10px;color:var(--ts-red);font-weight:700}.ts26-order-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid #eff1f4}.ts26-order-row:last-child{border-bottom:0}.ts26-order-row b{display:block;font-size:11px}.ts26-order-row small{display:block;color:#8a91a0;font-size:9px;margin-top:2px}.ts26-order-row strong{font-size:11px}.ts26-order-row em{font-style:normal;background:var(--ts-blue-soft);color:var(--ts-blue);border-radius:999px;padding:4px 8px;font-size:9px;font-weight:700}.ts26-health-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #eff1f4;font-size:11px}.ts26-health-row b{color:var(--ts-green)}.ts26-wide{width:100%;margin-top:14px}.ts26-empty{text-align:center;padding:26px 15px}.ts26-empty span{font-size:30px;color:#a8aeba}.ts26-empty p{font-size:11px;margin:8px}.ts26-empty a{color:var(--ts-red);font-size:10px;font-weight:700}
.seller-sidebar{background:#fff!important;border:1px solid var(--ts-line)!important;border-radius:16px!important;box-shadow:0 5px 18px rgba(16,20,33,.045)!important;overflow:hidden!important}.seller-sidebar .shop-name{padding:17px 16px 5px!important;font-weight:800!important}.seller-sidebar .shop-status{padding:0 16px 12px!important;border-bottom:1px solid #edf0f3!important}.seller-nav{padding:9px!important}.seller-nav .nav-sep{font-size:8px!important;letter-spacing:.13em!important;color:#a0a6b2!important;padding:12px 9px 4px!important;text-transform:uppercase!important;font-weight:800!important}.seller-nav a{display:flex!important;align-items:center!important;min-height:40px!important;padding:0 10px!important;border-radius:9px!important;font-size:10px!important;font-weight:650!important;color:#505765!important}.seller-nav a:hover{background:#f6f7f9!important;color:#111521!important}.seller-nav a.active{background:var(--ts-red-soft)!important;color:var(--ts-red)!important;box-shadow:inset 3px 0 0 var(--ts-red)!important}
@media(max-width:1000px){.ts26-account-layout{grid-template-columns:1fr}.ts26-account-sidebar{position:static;overflow:auto}.ts26-account-user{display:none}.ts26-account-nav{flex-direction:row;overflow-x:auto;scrollbar-width:none;padding:8px}.ts26-account-nav a{white-space:nowrap}.ts26-account-logout{display:none}.ts26-account-kpis{grid-template-columns:repeat(2,1fr)}.ts26-quick-actions{grid-template-columns:repeat(3,1fr)}}
@media(max-width:620px){.ts26-account-head{display:block}.ts26-account-head .btn-outline{margin-top:12px}.ts26-account-kpis{grid-template-columns:repeat(2,1fr)}.ts26-quick-actions{grid-template-columns:repeat(2,1fr)}.ts26-dashboard-grid{grid-template-columns:1fr}.ts26-account-nav a span{display:none}.ts26-account-nav a{min-width:44px;justify-content:center;font-size:16px}.ts26-order-row{grid-template-columns:1fr auto}.ts26-order-row em{grid-column:1/-1;width:max-content}}

/* Themed catalogue banners ----------------------------------------- */
.ts26-module-banner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);align-items:center;min-height:300px;margin:15px 0 22px;background:linear-gradient(120deg,#fff,#f3f4f7);border:1px solid var(--ts-line);border-radius:20px;box-shadow:var(--ts-shadow);overflow:hidden;position:relative}
.ts26-module-copy{padding:clamp(25px,4vw,52px);position:relative;z-index:1}.ts26-module-copy>span{display:block;font-size:9px;font-weight:850;letter-spacing:.15em;color:var(--module-accent);margin-bottom:10px}.ts26-module-copy h1,.ts26-module-copy h2{font-size:clamp(30px,4vw,50px);line-height:1.06;margin:0 0 13px}.ts26-module-copy p{max-width:590px;font-size:13px;line-height:1.7;margin-bottom:19px}.ts26-module-banner>img{width:100%;height:100%;object-fit:cover;min-height:300px}.ts26-products-banner{background:linear-gradient(115deg,#fff 0%,#fff 48%,#f2f3f6 100%)}.ts26-shops-banner{--module-accent:var(--ts-orange);background:linear-gradient(115deg,#fff 0%,#fff 48%,#fff2e9 100%)}.ts26-banner-stats{display:inline-flex;align-items:baseline;gap:8px;border-left:3px solid var(--module-accent);padding-left:12px}.ts26-banner-stats b{font-size:25px}.ts26-banner-stats small{font-size:10px;color:#7f8796}
@media(max-width:800px){.ts26-module-banner{grid-template-columns:1fr;min-height:0}.ts26-module-banner>img{min-height:190px;max-height:230px;order:-1}.ts26-module-copy{padding:23px}.ts26-module-copy h1,.ts26-module-copy h2{font-size:32px}}
@media(max-width:820px){
  .ts26-categorybar .desktop-nav{display:flex!important;min-width:0!important}
  .ts26-categorybar .nav-link{display:inline-flex!important;flex:0 0 auto!important}
}
