
/* v35 mobile-first upgrade */
:root{
  --smx-v35-radius: 1.25rem;
  --smx-v35-gap: 1rem;
}
html{scroll-behavior:smooth}
body.smx-v35-mobile-ready{overflow-x:hidden}
img,video,iframe{max-width:100%;height:auto}
.smx-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.smx-page-title{font-size:1.75rem;line-height:1.1;font-weight:900;color:#0f172a}
.smx-page-desc{color:#64748b;max-width:56rem;line-height:1.7;margin-top:.4rem}
.smx-toolbar{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}
.smx-toolbar > *{min-width:0}
.smx-filter-panel{display:grid;gap:.75rem}
.smx-filter-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:.75rem}
.smx-filter-grid > *{grid-column:span 12}
.smx-stat-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}
.smx-stat-grid > *{grid-column:span 12}
.smx-form-section{border:1px solid #e2e8f0;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border-radius:1.5rem;padding:1.1rem}
.smx-form-section-title{font-size:1rem;font-weight:900;color:#0f172a;margin-bottom:.8rem}
.smx-form-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:.75rem}
.smx-form-grid > *{grid-column:span 12}
.smx-form-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}
.smx-mobile-stack{display:flex;flex-direction:column;gap:1rem}
.smx-section-subtle{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:#94a3b8}
.smx-table-shell{border:1px solid #e2e8f0;border-radius:1.25rem;overflow:hidden;background:#fff}
.smx-table-shell table{width:100%}
.smx-kpi-card{border-radius:1.35rem}
#mobileMenu{box-shadow:0 20px 50px rgba(15,23,42,.08)}
.top-profile-dropdown{position:absolute;right:0;top:calc(100% + 12px);display:none;min-width:260px;background:#fff;border:1px solid #dbe5f1;border-radius:1.25rem;box-shadow:0 24px 60px rgba(15,23,42,.14);z-index:320}
.top-profile-menu{position:relative;z-index:260}
.top-profile-menu.open .top-profile-dropdown{display:block}
.top-profile-link{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;border-radius:.9rem;color:#334155;font-weight:700}
.top-profile-link:hover{background:#f8fafc}
.smx-public-card{border-radius:1.5rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.06)}
.smx-sticky-actions{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 28%,#fff 100%);padding-top:1rem}
@media (min-width:640px){
  .smx-stat-grid > *{grid-column:span 6}
}
@media (min-width:1024px){
  .smx-filter-grid > .span-6{grid-column:span 6}
  .smx-filter-grid > .span-4{grid-column:span 4}
  .smx-filter-grid > .span-3{grid-column:span 3}
  .smx-form-grid > .span-6{grid-column:span 6}
  .smx-form-grid > .span-4{grid-column:span 4}
  .smx-form-grid > .span-3{grid-column:span 3}
  .smx-stat-grid > *{grid-column:span 3}
}
@media (max-width:1279px){
  .admin-main-flow{padding-bottom:5rem}
  .top-panel{padding:1rem !important;border-radius:1.1rem}
  .profile-card-btn{min-width:0;width:100%;justify-content:flex-start}
}
@media (max-width:767px){
  body{font-size:15px}
  .admin-card{border-radius:1.15rem !important}
  .btn-primary,.btn-soft,.btn-danger{width:100%;justify-content:center;min-height:3rem}
  .smx-hide-mobile{display:none !important}
  .smx-page-title{font-size:1.4rem}
  .smx-page-desc{font-size:.94rem;line-height:1.6}
  .page-pad{padding-inline:1rem !important}
  .site-shell,.inner-wrap,.content-shell,.content-shell-wide,.page-content-shell{max-width:100%}
  .quick-menu-card{flex-basis:calc((100% - .75rem)/2) !important;min-height:160px !important}
  .grid.md\:grid-cols-2,.grid.lg\:grid-cols-2,.grid.xl\:grid-cols-2,.grid.xl\:grid-cols-3,.grid.xl\:grid-cols-4,.grid.2xl\:grid-cols-4{grid-template-columns:1fr !important}
  .grid.sm\:grid-cols-2{grid-template-columns:1fr 1fr !important}
  .smx-table-shell,.overflow-x-auto{overflow:visible}
  .smx-responsive-table table,
  .smx-responsive-table thead,
  .smx-responsive-table tbody,
  .smx-responsive-table th,
  .smx-responsive-table td,
  .smx-responsive-table tr{display:block;width:100%}
  .smx-responsive-table thead{display:none}
  .smx-responsive-table tbody{display:flex;flex-direction:column;gap:.9rem;padding:.9rem}
  .smx-responsive-table tr{border:1px solid #e2e8f0 !important;border-radius:1rem;padding:.75rem .85rem;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.04)}
  .smx-responsive-table td{border:none !important;padding:.35rem 0 !important;white-space:normal !important}
  .smx-responsive-table td[data-label]::before{content:attr(data-label);display:block;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800;color:#94a3b8;margin-bottom:.2rem}
  .smx-responsive-table td:last-child{padding-top:.7rem !important}
  .smx-responsive-table .btn-soft,.smx-responsive-table .btn-primary,.smx-responsive-table .btn-danger{width:100%}
  .top-profile-dropdown{left:0;right:auto;min-width:calc(100vw - 2rem)}
  .quick-fab-cluster{bottom:1rem !important;right:1rem !important}
  footer .grid{gap:2rem !important}
}


/* v35.1 homepage layout + quick access */
.quick-menu-rail{cursor:grab;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.quick-menu-rail::-webkit-scrollbar{display:none}
.quick-menu-rail.is-dragging{cursor:grabbing;scroll-snap-type:none}
.homepage-hero-row > div,.homepage-feature-row > div,.homepage-section-row > div{min-width:0}
.homepage-hero-row .news-card,.homepage-feature-row .news-card{height:100%}
@media (min-width:1024px){
  .homepage-hero-row{align-items:stretch}
}
@media (max-width:767px){
  .homepage-section-row{margin-top:0 !important}
  .homepage-feature-row .col-12,.homepage-hero-row .col-12{margin-bottom:0}
}

/* v35.2 homepage panel-order restore */
.hero-side-highlight{min-height:260px}
.hero-side-stats-grid .news-card{height:100%}
@media (max-width:1023px){
  .hero-side-highlight{min-height:auto}
}


/* v35.4 frontpage spacing + hero alignment */
.homepage-quick-row{margin-bottom:1.25rem}
.homepage-quick-row > .col-12,.homepage-hero-row > .homepage-hero-main,.homepage-hero-row > .homepage-hero-side{min-width:0}
.homepage-hero-side{display:flex;align-self:stretch}
.homepage-hero-side > .smx-stack-col,
.homepage-hero-side > .news-card,
.homepage-hero-side > .hero-side-highlight{width:100%}
.homepage-hero-side .smx-stack-col{justify-content:flex-start}
.homepage-hero-row{margin-top:0}
@media (min-width:1200px){
  .homepage-hero-row{align-items:stretch}
}
@media (max-width:1199px){
  .homepage-quick-row{margin-bottom:1rem}
}


/* v35.5 hero grid lock */
.homepage-quick-row{margin-bottom:1.5rem}
.homepage-hero-row{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(320px,1fr);gap:1.5rem;align-items:start;margin:0 0 1.5rem}
.homepage-hero-main,.homepage-hero-side{min-width:0}
.homepage-hero-main > *{height:100%}
.homepage-hero-side{display:grid;grid-template-rows:auto auto;gap:1rem;align-content:start}
.homepage-hero-side-top{min-width:0}
.homepage-hero-portal-item,.homepage-hero-portal-item > *{height:100%}
.homepage-hero-portal-box{min-height:250px}
.homepage-hero-side-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-content:start}
.homepage-hero-stat-item{min-width:0}
.homepage-hero-stat-item > *{height:100%}
.homepage-hero-side-stats .news-card{min-height:132px}
@media (max-width:1199px){
  .homepage-hero-row{grid-template-columns:1fr;gap:1rem}
  .homepage-hero-side{grid-template-rows:auto auto}
  .homepage-hero-side-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
  .homepage-hero-portal-box{min-height:auto}
}
@media (max-width:767px){
  .homepage-quick-row{margin-bottom:1rem}
  .homepage-hero-row{gap:1rem;margin-bottom:1rem}
  .homepage-hero-side-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
  .homepage-hero-side-stats .news-card{min-height:118px}
}


/* v35.7 hero wrapper hard lock */
.homepage-main{position:relative;z-index:1}
.homepage-main .site-shell.page-pad{padding-top:1rem}
.homepage-hero-row{position:relative;isolation:isolate}
.homepage-hero-main,.homepage-hero-side,.homepage-hero-side-top,.homepage-hero-portal-item,.homepage-hero-stat-item,.homepage-hero-extra-item{min-width:0}
.homepage-hero-side{grid-auto-flow:row;grid-auto-rows:max-content}
.homepage-hero-side-top,.homepage-hero-side-extra{display:grid;gap:1rem;align-content:start}
.homepage-hero-side-extra .news-card{height:100%}
.homepage-hero-side-stats{grid-auto-rows:1fr}
.homepage-hero-portal-box{max-height:unset}
body .homepage-hero-row + .row{margin-top:0}
@media (min-width:1200px){
  .homepage-hero-row{grid-template-columns:minmax(0,2.2fr) minmax(340px,.95fr)}
  .homepage-hero-main > .bg-white{min-height:100%}
}
@media (max-width:1199px){
  .homepage-main .site-shell.page-pad{padding-top:.75rem}
}
@media (max-width:767px){
  .homepage-main .site-shell.page-pad{padding-top:.5rem}
  .homepage-hero-side{gap:.75rem}
  .homepage-hero-side-extra{gap:.75rem}
}


/* v35.8 hero compaction + alignment fix */
@media (min-width:1200px){
  .homepage-hero-row{grid-template-columns:minmax(0,1.92fr) minmax(372px,.98fr);gap:1.25rem}
}
.homepage-hero-main .bg-white{border-radius:1.5rem}
.homepage-hero-side{gap:.75rem}
.homepage-hero-side-top,.homepage-hero-side-extra{gap:.75rem}
.homepage-hero-side-stats{gap:.75rem}
.homepage-hero-portal-box.homepage-hero-portal-compact{min-height:220px;padding:1.2rem !important;border-radius:1.6rem;display:flex;flex-direction:column;justify-content:flex-start}
.homepage-hero-portal-eyebrow{display:block;line-height:1}
.homepage-hero-portal-title{font-size:1.45rem !important;line-height:1.08 !important;margin-top:.55rem !important}
.homepage-hero-portal-text{margin-top:.7rem !important;line-height:1.45 !important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;max-height:4.4em}
.homepage-hero-portal-actions{margin-top:.8rem !important;gap:.5rem !important}
.homepage-hero-portal-btn{padding:.7rem .95rem !important;border-radius:1rem !important;font-size:.84rem !important;line-height:1.1 !important;display:inline-flex;align-items:center;justify-content:center;min-height:42px}
.homepage-hero-stat-item .homepage-hero-stat-card{min-height:104px !important;padding:.9rem .55rem !important;border-radius:1.2rem !important}
.homepage-hero-stat-icon{font-size:.9rem !important}
.homepage-hero-stat-value{font-size:1.35rem !important;line-height:1 !important;margin-top:.4rem !important}
.homepage-hero-stat-label{font-size:.8rem !important;line-height:1.2 !important;margin-top:.3rem !important}
.homepage-hero-stat-caption{font-size:.68rem !important;line-height:1.2 !important;margin-top:.2rem !important}
@media (max-width:1199px){
  .homepage-hero-row{grid-template-columns:1fr;gap:1rem}
  .homepage-hero-portal-box.homepage-hero-portal-compact{min-height:auto;padding:1.1rem !important}
}
@media (max-width:767px){
  .homepage-hero-side-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}
  .homepage-hero-stat-item .homepage-hero-stat-card{min-height:96px !important}
  .homepage-hero-portal-title{font-size:1.2rem !important}
  .homepage-hero-portal-text{-webkit-line-clamp:4;max-height:5.8em}
}



/* v35.10 global homepage rhythm + shell alignment */
body{overflow-x:hidden}
.homepage-content-shell{display:block}
.homepage-content-shell > .row,
.homepage-content-shell > .homepage-quick-row,
.homepage-content-shell > .homepage-hero-row,
.homepage-content-shell > .homepage-categories-row{margin-bottom:1.5rem}
.homepage-content-shell > *:last-child{margin-bottom:0 !important}
.homepage-content-shell .row{--bs-gutter-x:1.25rem;--bs-gutter-y:1.25rem}
.homepage-content-shell .homepage-hero-row{margin-bottom:1.5rem}
.homepage-content-shell .homepage-categories-row{margin-bottom:1.75rem}
.homepage-content-shell .homepage-section-row,
.homepage-content-shell .homepage-feature-row,
.homepage-content-shell .homepage-categories-row{align-items:stretch}
.homepage-content-shell .homepage-section-row > div,
.homepage-content-shell .homepage-feature-row > div,
.homepage-content-shell .homepage-categories-row > div{display:flex;min-width:0}
.homepage-content-shell .homepage-section-row > div > *,
.homepage-content-shell .homepage-feature-row > div > *,
.homepage-content-shell .homepage-categories-row > div > *,
.homepage-content-shell .homepage-quick-row > div > *{width:100%}
.homepage-content-shell .news-card{height:100%}
.homepage-content-shell .bg-white.rounded-\[2rem\],
.homepage-content-shell .bg-white.rounded-\[2\.5rem\],
.homepage-content-shell .bg-white.rounded-3xl{height:100%}
.homepage-main .site-shell.page-pad{padding-top:1rem;padding-bottom:1rem}
footer{margin-top:3rem}
@media (min-width:1200px){
  .homepage-content-shell > .row,
  .homepage-content-shell > .homepage-quick-row,
  .homepage-content-shell > .homepage-hero-row,
  .homepage-content-shell > .homepage-categories-row{margin-bottom:1.75rem}
  .homepage-content-shell .row{--bs-gutter-x:1.5rem;--bs-gutter-y:1.5rem}
}
@media (max-width:991px){
  .homepage-content-shell > .row,
  .homepage-content-shell > .homepage-quick-row,
  .homepage-content-shell > .homepage-hero-row,
  .homepage-content-shell > .homepage-categories-row{margin-bottom:1.1rem}
  .homepage-content-shell .row{--bs-gutter-x:1rem;--bs-gutter-y:1rem}
}



/* v35.11 elastic hero equal-height alignment */
.homepage-hero-row{align-items:stretch !important}
.homepage-hero-main{display:flex;min-height:0}
.homepage-hero-main > *{flex:1 1 auto;min-height:100%}
.homepage-slider-card{height:100%;min-height:clamp(380px,42vw,560px)}
.homepage-slider-frame{height:100%;min-height:inherit}
.homepage-slider-card .slide-content{height:100%}
.homepage-hero-side{display:grid !important;grid-template-rows:auto 1fr !important;align-self:stretch;align-content:stretch;min-height:100%;height:100%}
.homepage-hero-side-top{display:grid;align-content:start;min-height:0}
.homepage-hero-portal-item,.homepage-hero-portal-item > *{height:100%}
.homepage-hero-portal-box.homepage-hero-portal-compact{min-height:clamp(180px,16vw,240px);height:100%}
.homepage-hero-side-stats{align-content:stretch;grid-auto-rows:minmax(0,1fr);min-height:100%;height:100%}
.homepage-hero-stat-item{display:flex;min-height:0}
.homepage-hero-stat-item > *{flex:1 1 auto;height:100%}
@media (min-width:1200px){
  .homepage-hero-row{grid-template-columns:minmax(0,1.95fr) minmax(360px,.98fr)}
}
@media (max-width:1199px){
  .homepage-hero-side{grid-template-rows:auto auto !important;height:auto}
  .homepage-slider-card{min-height:340px}
}
@media (max-width:767px){
  .homepage-slider-card{min-height:300px}
}

/* v35.15 homepage product showcase refinement */
.homepage-market-showcase{position:relative;isolation:isolate}
.homepage-market-link{box-shadow:0 14px 32px rgba(34,197,94,.12)}
.homepage-market-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}
.homepage-market-chip{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:.85rem;min-width:0}
.homepage-market-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:1rem;align-items:stretch}
.homepage-market-feature{min-height:100%}
.homepage-market-actions .product-buy-btn{padding:.85rem 1rem;border-radius:1rem}
.homepage-market-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;align-content:start}
.homepage-market-mini-card{height:100%}
.homepage-market-mini-card-inner{display:grid;grid-template-columns:92px minmax(0,1fr);min-height:100%;height:100%;text-decoration:none}
.homepage-market-mini-thumb{min-height:100%;overflow:hidden;background:#f8fafc}
.homepage-market-mini-content{padding:1rem 1rem .95rem;display:flex;flex-direction:column;min-width:0}
.homepage-market-mini-footer{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:.75rem}
@media (max-width:1399px){
  .homepage-market-categories{grid-template-columns:repeat(3,minmax(0,1fr))}
  .homepage-market-layout{grid-template-columns:minmax(0,1fr) minmax(380px,.95fr)}
}
@media (max-width:1199px){
  .homepage-market-categories{display:flex;gap:.85rem;overflow-x:auto;overflow-y:hidden;padding:.1rem .1rem .35rem;scroll-snap-type:x proximity}
  .homepage-market-categories::-webkit-scrollbar{height:8px}
  .homepage-market-categories::-webkit-scrollbar-thumb{background:rgba(148,163,184,.35);border-radius:999px}
  .homepage-market-chip{min-width:240px;scroll-snap-align:start}
  .homepage-market-layout{grid-template-columns:1fr;gap:1rem}
  .homepage-market-feature{min-height:320px}
}
@media (max-width:767px){
  .homepage-market-mini-grid{grid-template-columns:1fr}
  .homepage-market-mini-card-inner{grid-template-columns:88px minmax(0,1fr)}
  .homepage-market-mini-content{padding:.95rem}
  .homepage-market-actions{width:100%}
  .homepage-market-actions .product-buy-btn{flex:1;justify-content:center}
}


/* v44.20 market catalog compact polish */
.market-page-shell{display:grid;grid-template-columns:minmax(340px,var(--market-sidebar-width,380px)) minmax(0,1fr);gap:1.1rem;align-items:start}
.market-page-panel{overflow:hidden}
.market-sidebar-links{display:flex;flex-direction:column;gap:.72rem}
.market-sidebar-link{display:grid;grid-template-columns:46px minmax(0,1fr);gap:.85rem;align-items:center;padding:.92rem 1rem;border:1px solid #e2e8f0;border-radius:1.15rem;background:#fff;transition:.24s ease;text-decoration:none}
.market-sidebar-link:hover{border-color:#bbf7d0;background:#f0fdf4;transform:translateY(-1px)}
.market-sidebar-link.is-current{border-color:#86efac;background:#ecfdf5;box-shadow:0 12px 28px rgba(34,197,94,.08)}
.market-sidebar-link-icon{display:inline-flex;width:46px;height:46px;border-radius:1rem;align-items:center;justify-content:center;background:#f8fafc;color:#16a34a;box-shadow:inset 0 0 0 1px rgba(148,163,184,.14)}
.market-sidebar-switch{display:grid;grid-template-columns:46px minmax(0,1fr);gap:.9rem;align-items:center;padding:.95rem 1rem;border:1px solid #e2e8f0;border-radius:1.15rem;background:#f8fafc;cursor:pointer}
.market-sidebar-switch input{display:none}
.market-sidebar-switch-ui{width:46px;height:46px;border-radius:1rem;background:#fff;box-shadow:inset 0 0 0 1px rgba(148,163,184,.16);display:flex;align-items:center;justify-content:center;position:relative}
.market-sidebar-switch-ui::before{content:"";width:18px;height:18px;border-radius:999px;background:#cbd5e1;transition:.2s ease}
.market-sidebar-switch.is-active,.market-sidebar-switch:has(input:checked){border-color:#86efac;background:#ecfdf5}
.market-sidebar-switch.is-active .market-sidebar-switch-ui::before,.market-sidebar-switch:has(input:checked) .market-sidebar-switch-ui::before{background:#16a34a;box-shadow:0 0 0 5px rgba(34,197,94,.12)}
.market-grid{display:grid;grid-template-columns:repeat(var(--market-grid-cols,4),minmax(0,1fr));gap:.85rem;align-items:start}
.market-card{display:flex;flex-direction:column}
.market-card-thumb{display:block;aspect-ratio:5/4;overflow:hidden;background:#f8fafc}
.market-grid-refined .market-card{border-radius:1.4rem}
.market-card-body{display:flex;flex-direction:column;gap:.5rem}
.market-card-top{display:flex;flex-direction:column;gap:.34rem}
.market-card-title{font-size:clamp(.84rem,.3vw + .78rem,.98rem);line-height:1.08;letter-spacing:-.024em}
.market-card-summary{font-size:.78rem;line-height:1.34;margin:0}
.market-card-footer{margin-top:auto;display:flex;flex-direction:column;gap:.54rem}
.market-card-price{font-size:clamp(1.05rem,.28vw + .96rem,1.22rem)}
.market-card-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}
.market-card-actions .product-buy-btn{width:100%;padding:.62rem .74rem;border-radius:.92rem;min-height:40px;font-size:.88rem}
.market-card .inline-flex.rounded-full{padding:.34rem .58rem}

.homepage-market-showcase-v2{position:relative;isolation:isolate}
.homepage-market-v2-grid{display:grid;grid-template-columns:minmax(252px,286px) minmax(0,1fr);gap:1rem;align-items:start}
.homepage-market-v2-sidebar{height:100%}
.homepage-market-v2-filter-links{display:flex;flex-direction:column;gap:.7rem}
.homepage-market-v2-filter-link{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.8rem;align-items:center;padding:.85rem .9rem;border:1px solid #e2e8f0;border-radius:1.1rem;background:#fff;transition:.2s ease;text-decoration:none}
.homepage-market-v2-filter-link:hover{border-color:#bbf7d0;background:#f0fdf4;transform:translateY(-1px)}
.homepage-market-v2-filter-link.is-current{border-color:#86efac;background:#ecfdf5;box-shadow:0 10px 24px rgba(34,197,94,.08)}
.homepage-market-v2-filter-icon{display:inline-flex;width:42px;height:42px;border-radius:.95rem;align-items:center;justify-content:center;background:#f8fafc;color:#16a34a;box-shadow:inset 0 0 0 1px rgba(148,163,184,.14)}
.homepage-market-v2-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}
.homepage-market-v2-feature-card{height:100%}
.homepage-market-v2-feature-media{display:block;aspect-ratio:15/9;overflow:hidden;background:#f8fafc}
.homepage-market-v2-products-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.72rem}
.homepage-market-v2-product-thumb{display:block;aspect-ratio:1/1;overflow:hidden;background:#f8fafc}
.homepage-market-v2-feature-card .product-buy-btn,.homepage-market-v2-product-card .product-buy-btn{padding:.64rem .76rem;min-height:40px;border-radius:.92rem}
.homepage-market-v2-badges,.market-card-badges{position:absolute;top:.8rem;right:.8rem;display:flex;flex-direction:column;gap:.45rem;align-items:flex-end;z-index:3}
.smx-floating-badge{display:inline-flex;align-items:center;justify-content:center;padding:.48rem .72rem;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#fff;box-shadow:0 12px 24px rgba(15,23,42,.18);backdrop-filter:blur(10px);animation:smxFloatBadge 3s ease-in-out infinite}
.smx-floating-badge-featured{background:linear-gradient(135deg,#f59e0b,#f97316)}
.smx-floating-badge-new{background:linear-gradient(135deg,#0f766e,#10b981)}
.smx-floating-badge + .smx-floating-badge{animation-delay:.9s}
@keyframes smxFloatBadge{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
.homepage-market-v2-feature-card h3,.homepage-market-v2-product-card h3{letter-spacing:-.024em}
.homepage-market-v2-product-card{display:flex;flex-direction:column}
.homepage-market-v2-product-body{display:flex;flex-direction:column;gap:.28rem}
.homepage-market-v2-products-grid-six{grid-auto-flow:row}
.homepage-market-v2-product-card .text-\[1\.18rem\]{font-size:.96rem;line-height:1}
.homepage-market-v2-product-card .text-\[10px\]{font-size:8px}
.homepage-market-v2-product-card .inline-flex.items-center.gap-2.text-slate-900.font-black.text-sm.whitespace-nowrap{font-size:.76rem;gap:.3rem}
.homepage-market-v2-product-card-compact{border-radius:1.1rem}
.homepage-market-v2-product-card-compact .homepage-market-v2-product-body{padding:.78rem .78rem .82rem}
.homepage-market-v2-product-card-compact h3{font-size:.86rem;line-height:1.18}
.homepage-market-v2-product-card-compact p{font-size:.72rem;line-height:1.2rem}
.homepage-market-v2-product-card-compact .smx-floating-badge{padding:.34rem .5rem;font-size:8px;letter-spacing:.12em}
.homepage-market-v2-product-card-compact .homepage-market-v2-badges{top:.48rem;right:.48rem;gap:.28rem}
.homepage-market-v2-product-card-compact .text-\[1\.18rem\]{font-size:.9rem;line-height:1}
.homepage-market-v2-product-card-compact .text-xs{font-size:.66rem}
.product-detail-image-badges{top:1rem;right:1rem}
.smx-floating-badge-discount{background:linear-gradient(135deg,#ef4444,#f97316)}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:start;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)}
.product-media-column{background:#fff}
.product-summary-panel{background:linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%);border-left:1px solid #e2e8f0}
.product-detail-heading-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.product-detail-eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.28em;font-weight:900}
.product-detail-side-title{margin-top:.45rem;font-size:1.45rem;line-height:1.1;font-weight:900;color:#0f172a;letter-spacing:-.03em}
.product-detail-gallery-count{display:inline-flex;align-items:center;justify-content:center;padding:.7rem .95rem;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.75rem;font-weight:800;color:#475569;white-space:nowrap}
.product-detail-hero-wrap{height:clamp(360px,46vw,620px);box-shadow:0 20px 44px rgba(15,23,42,.10)}
.product-detail-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.03) 0%,rgba(15,23,42,.08) 58%,rgba(15,23,42,.18) 100%);pointer-events:none}
.product-detail-image-meta{position:absolute;left:1rem;bottom:1rem;display:flex;flex-wrap:wrap;gap:.65rem;z-index:3}
.product-detail-image-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.72rem .95rem;border-radius:999px;background:rgba(15,23,42,.74);color:#fff;font-size:.75rem;font-weight:800;backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(15,23,42,.16)}
.product-thumb-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}
.product-thumb-grid .product-thumb{height:94px;box-shadow:0 8px 22px rgba(15,23,42,.06)}
.product-thumb.active{border-color:#10b981;box-shadow:0 14px 28px rgba(16,185,129,.16)}
.product-feature-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
.product-feature-mini-card{display:flex;align-items:flex-start;gap:.8rem;padding:1rem;border:1px solid #e2e8f0;border-radius:1.2rem;background:#f8fafc;min-width:0}
.product-feature-mini-icon{width:44px;height:44px;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:1rem;flex:0 0 44px}
.product-feature-mini-title{font-size:.92rem;line-height:1.2;font-weight:900;color:#0f172a}
.product-feature-mini-text{margin-top:.2rem;font-size:.76rem;line-height:1.45;color:#64748b}
.product-summary-title{font-size:clamp(2rem,3.2vw,3.15rem);line-height:.98;font-weight:900;color:#0f172a;letter-spacing:-.045em}
.product-summary-text{margin-top:1rem;font-size:1rem;line-height:1.8;color:#475569;max-width:60ch}
.product-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}
.product-stat-card{display:flex;align-items:center;gap:.55rem;padding:.9rem 1rem;border-radius:1rem;background:#f8fafc;border:1px solid #e2e8f0;font-size:.82rem;font-weight:800;color:#475569;min-width:0}
.product-stat-card i{color:#10b981}
.product-price-card,.product-order-card,.product-summary-head{box-shadow:0 12px 30px rgba(15,23,42,.05)}
.product-price-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.8rem}
.product-price-current{font-size:clamp(2.1rem,3vw,3rem);line-height:.95;font-weight:900;color:#15803d;letter-spacing:-.05em}
.product-price-old{font-size:1rem;line-height:1.1;color:#94a3b8;text-decoration:line-through;font-weight:800;padding-bottom:.35rem}
.product-tax-chip{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1rem;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.78rem;font-weight:800;color:#64748b}
.product-price-save{display:inline-flex;align-items:center;padding:.72rem .95rem;border-radius:999px;background:#ecfdf5;color:#15803d;font-size:.78rem;font-weight:800}
.product-price-breakdown{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}
.product-price-breakdown div{padding:.95rem 1rem;border-radius:1rem;background:#f8fafc;border:1px solid #e2e8f0}
.product-price-breakdown small{display:block;font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#94a3b8}
.product-price-breakdown strong{display:block;margin-top:.35rem;font-size:.96rem;font-weight:900;color:#0f172a}
.product-order-state{display:inline-flex;align-items:center;padding:.75rem .95rem;border-radius:999px;background:#ecfdf5;color:#15803d;font-size:.76rem;font-weight:800}
.product-qty-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:.85rem;align-items:end}
.product-qty-label{display:block;font-size:.82rem;font-weight:900;color:#334155;padding-bottom:.4rem}
.product-qty-box{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;border:1px solid #e2e8f0;border-radius:1rem;background:#f8fafc;overflow:hidden;max-width:220px}
.product-qty-btn{height:52px;border:0;background:transparent;color:#334155;font-size:.9rem;font-weight:900}
.product-qty-btn:hover{background:#eef2f7}
.product-qty-input{height:52px;border:0;background:transparent;text-align:center;font-size:1rem;font-weight:900;color:#0f172a;outline:none;appearance:textfield;-moz-appearance:textfield}
.product-qty-input::-webkit-outer-spin-button,.product-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.product-order-actions{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:.75rem}
.product-buy-btn{display:inline-flex;align-items:center;gap:.55rem;padding:.88rem 1rem;border-radius:1rem;font-size:.92rem;font-weight:900;white-space:nowrap}
.product-buy-btn-primary{background:#16a34a;color:#fff;box-shadow:0 14px 30px rgba(22,163,74,.24)}
.product-buy-btn-primary:hover{background:#15803d}
.product-buy-btn-dark{background:#0f172a;color:#fff}
.product-buy-btn-light{background:#fff;color:#0f172a;border:1px solid #e2e8f0}
.product-support-pill{display:inline-flex;align-items:center;padding:.55rem .8rem;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:.73rem;font-weight:800}
.product-support-pill-ghost{background:rgba(255,255,255,.08)}
.product-detail-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1rem;align-items:start}
.product-detail-content-card{min-width:0}
.product-side-item{display:flex;align-items:flex-start;gap:.8rem}
.product-side-item-icon{width:42px;height:42px;border-radius:.95rem;display:flex;align-items:center;justify-content:center;flex:0 0 42px}
.product-side-link{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:1rem 1rem;border-radius:1rem;background:#f8fafc;border:1px solid #e2e8f0;font-size:.86rem;font-weight:900;color:#0f172a;text-decoration:none;transition:.2s ease}
.product-side-link:hover{transform:translateY(-1px);border-color:#cbd5e1;background:#fff}
.zoom-lens{display:none}
.product-summary-panel .product-buy-btn{min-height:50px;justify-content:center}
@media (max-width:1399px){
  .market-grid{grid-template-columns:repeat(var(--market-grid-cols-tablet,3),minmax(0,1fr))}
  .homepage-market-v2-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .homepage-market-v2-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:1199px){
  .homepage-market-v2-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:1199px){
  .market-page-shell,.homepage-market-v2-grid,.product-detail-grid{grid-template-columns:1fr}
  .product-media-grid{grid-template-columns:1fr}
  .product-thumb-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media (max-width:767px){
  .market-page-shell{gap:1rem}
  .market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .homepage-market-v2-featured-grid,.homepage-market-v2-products-grid{grid-template-columns:1fr}
  .market-card-thumb{aspect-ratio:4/3}
  .market-card-title{font-size:.96rem}
  .market-card-summary{font-size:.88rem;line-height:1.42}
  .product-detail-hero{height:300px}
  .product-thumb-grid{display:flex;gap:.65rem;overflow-x:auto;padding-bottom:.25rem}
  .product-thumb-grid .product-thumb{min-width:74px;height:74px}
  .product-media-grid{gap:.9rem}
  .product-summary-panel .grid.grid-cols-\[120px_1fr\]{grid-template-columns:1fr !important}
  .zoom-lens{display:none}
}


/* v44.19 centralized version + mobile market hardening */
.market-page-sidebar{min-width:0}
.market-mobile-filter-toggle i:last-child{transition:transform .2s ease}
.market-mobile-filter-toggle[aria-expanded="true"] i:last-child{transform:rotate(180deg)}

@media (min-width:1024px) and (max-width:1199px){
  .market-page-shell{grid-template-columns:minmax(320px,var(--market-sidebar-width,360px)) minmax(0,1fr)}
}
@media (max-width:575px){
  .market-card-actions{grid-template-columns:1fr}
  .market-card-actions .product-buy-btn{min-height:44px}
}
@media (max-width:1023px){
  .market-page-panel[data-market-filter-panel]{display:block}
  .market-page-shell{gap:1rem}
}
@media (max-width:767px){
  .market-page-panel{border-radius:1.25rem}
  .market-page-sidebar .market-page-panel{padding:1rem !important}
  .market-sidebar-links{gap:.55rem}
  .market-sidebar-link,.market-sidebar-switch{grid-template-columns:40px minmax(0,1fr);padding:.75rem .8rem;border-radius:1rem}
  .market-sidebar-link-icon,.market-sidebar-switch-ui{width:40px;height:40px;border-radius:.9rem}
  .market-card .p-4,.market-card .p-5,.market-card .md\:p-5{padding:.95rem !important}
  .market-card .product-buy-btn{width:100%;justify-content:center}
  .market-card .flex.items-center.justify-between.gap-3.mt-4{display:grid;grid-template-columns:1fr;gap:.75rem}
  .market-page-panel .flex.items-end.justify-between.gap-4.flex-wrap{align-items:flex-start}
  .product-detail-grid{gap:1rem}
  .product-summary-panel,.product-gallery-panel{border-radius:1.25rem !important}
}


@media (max-width:575px){
  .market-grid{grid-template-columns:1fr}
  .homepage-market-v2-products-grid{grid-template-columns:1fr}
}

/* v44.25 product detail professional layout */
@media (max-width:1279px){
  .product-detail-grid{grid-template-columns:1fr}
  .product-summary-panel{border-left:0;border-top:1px solid #e2e8f0}
  .product-detail-bottom-grid{grid-template-columns:1fr}
}
@media (max-width:991px){
  .product-feature-mini-grid{grid-template-columns:1fr}
  .product-stat-grid{grid-template-columns:1fr}
  .product-order-actions{grid-template-columns:1fr}
  .product-qty-row{grid-template-columns:1fr}
  .product-qty-box{max-width:none}
}
@media (max-width:767px){
  .product-detail-heading-row{align-items:flex-start;flex-direction:column}
  .product-detail-gallery-count{padding:.6rem .8rem}
  .product-detail-hero-wrap{height:340px}
  .product-detail-image-meta{left:.75rem;right:.75rem;bottom:.75rem;gap:.45rem}
  .product-detail-image-chip{padding:.58rem .75rem;font-size:.7rem}
  .product-summary-title{font-size:1.9rem;line-height:1.02}
  .product-summary-text{font-size:.94rem;line-height:1.72}
  .product-price-current{font-size:2rem}
  .product-price-breakdown{grid-template-columns:1fr}
  .product-thumb-grid{display:flex;gap:.65rem;overflow-x:auto;padding-bottom:.25rem}
  .product-thumb-grid .product-thumb{min-width:74px;height:74px}
  .product-detail-main,.product-detail-content-card{border-radius:1.35rem}
  .product-summary-head,.product-price-card,.product-order-card,.product-support-card{border-radius:1.2rem}
}
@media (max-width:575px){
  .product-detail-hero-wrap{height:300px}
  .market-card-badges,.product-detail-image-badges{top:.75rem;right:.75rem;gap:.35rem}
  .smx-floating-badge{padding:.38rem .58rem;font-size:9px;letter-spacing:.12em}
  .product-buy-btn{width:100%;justify-content:center}
}


/* v44.26 home premium strips and aligned content */
.home-top-story-banner{position:relative}
.home-top-story-banner::after{content:"";position:absolute;inset:auto -12% -38% auto;width:240px;height:240px;border-radius:999px;background:rgba(255,255,255,.12);filter:blur(42px);pointer-events:none}
.home-spark-card{min-height:240px}
.home-story-card{min-height:164px}
.home-banner-stack{grid-template-rows:minmax(188px,1fr) auto}
@media (max-width:991px){
  .home-banner-lush .grid{grid-template-columns:1fr}
  .home-banner-lush img{min-height:220px}
}
@media (max-width:767px){
  .home-top-story-banner .min-h-\[220px\],
  .home-top-story-banner .md\:min-h-\[250px\],
  .home-top-story-banner .lg\:min-h-\[270px\]{min-height:220px !important}
  .home-top-story-banner h2{font-size:1.65rem !important;line-height:1.05 !important}
  .home-spark-card{min-height:auto}
  .home-story-card{grid-template-columns:88px minmax(0,1fr) !important;min-height:auto}
  .home-story-card img{height:88px !important}
  .home-banner-stack{grid-template-columns:1fr}
}


/* v44.27 end-news + pro footer */
.smx-end-news-section{margin-top:.25rem}
.smx-end-news-shell{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #e6edf5;border-radius:2rem;padding:1.25rem;box-shadow:0 22px 60px rgba(15,23,42,.06)}
.smx-end-news-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.smx-end-news-eyebrow{display:inline-flex;align-items:center;gap:.45rem;font-size:.7rem;font-weight:900;letter-spacing:.24em;text-transform:uppercase;color:#64748b}
.smx-end-news-title{font-size:clamp(1.45rem,2vw,2.3rem);line-height:1.02;font-weight:900;color:#0f172a;margin-top:.35rem}
.smx-end-news-text{color:#64748b;font-size:.96rem;line-height:1.7;max-width:42rem;margin-top:.45rem}
.smx-end-news-all{display:inline-flex;align-items:center;gap:.65rem;padding:.9rem 1.15rem;border-radius:999px;background:#0f172a;color:#fff;font-weight:800;box-shadow:0 16px 34px rgba(15,23,42,.16);transition:.22s ease}
.smx-end-news-all:hover{transform:translateY(-2px);background:#172554;color:#fff}
.smx-end-news-layout{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);gap:1rem;align-items:stretch}
.smx-end-news-feature{position:relative;display:block;min-height:360px;overflow:hidden;border-radius:1.7rem;background:#0f172a;color:#fff;box-shadow:0 16px 40px rgba(15,23,42,.16)}
.smx-end-news-feature-image{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .5s ease}
.smx-end-news-feature:hover .smx-end-news-feature-image{transform:scale(1.04)}
.smx-end-news-feature-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.05) 8%,rgba(15,23,42,.52) 56%,rgba(15,23,42,.88) 100%)}
.smx-end-news-feature-body{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:1.5rem}
.smx-end-news-chip{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(10px);font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#fff;width:max-content}
.smx-end-news-feature-title{font-size:clamp(1.4rem,2vw,2.35rem);line-height:1.04;font-weight:900;margin-top:.9rem;max-width:18ch}
.smx-end-news-feature-text{margin-top:.8rem;color:rgba(255,255,255,.86);line-height:1.7;max-width:34rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.smx-end-news-feature-link{display:inline-flex;align-items:center;gap:.6rem;margin-top:1rem;font-weight:800;color:#fff}
.smx-end-news-side{display:grid;gap:1rem;grid-template-rows:repeat(4,minmax(0,1fr))}
.smx-end-news-mini{display:grid;grid-template-columns:136px minmax(0,1fr);align-items:stretch;border-radius:1.45rem;border:1px solid #e6edf5;background:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(15,23,42,.05);transition:.22s ease}
.smx-end-news-mini:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(15,23,42,.09)}
.smx-end-news-mini-thumb{min-height:136px;background:#e2e8f0}
.smx-end-news-mini-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.smx-end-news-mini:hover .smx-end-news-mini-image{transform:scale(1.04)}
.smx-end-news-mini-body{padding:1rem 1rem .95rem;display:flex;flex-direction:column;min-width:0}
.smx-end-news-mini-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}
.smx-end-news-mini-type{font-size:.64rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#2563eb}
.smx-end-news-mini-date{font-size:.72rem;color:#94a3b8;font-weight:700}
.smx-end-news-mini-title{font-size:1.08rem;line-height:1.15;font-weight:900;color:#0f172a;margin-top:.55rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.smx-end-news-mini-text{margin-top:.45rem;font-size:.9rem;color:#64748b;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.smx-end-news-mini-link{display:inline-flex;align-items:center;gap:.55rem;margin-top:auto;padding-top:.75rem;font-weight:800;color:#0f172a}

.smx-pro-footer{margin-top:3rem;padding:0 0 1.2rem;background:radial-gradient(circle at top left,rgba(59,130,246,.18),transparent 35%),linear-gradient(180deg,#071225 0%,#0f172a 48%,#0a1324 100%);border-top:1px solid rgba(148,163,184,.18);color:#cbd5e1}
.smx-pro-footer .site-shell{padding-top:1.4rem}
.smx-pro-footer-top{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap;padding:1.25rem 1.35rem;border:1px solid rgba(148,163,184,.14);border-radius:1.75rem;background:linear-gradient(135deg,rgba(30,41,59,.88),rgba(15,23,42,.9));box-shadow:0 24px 60px rgba(2,6,23,.24)}
.smx-pro-footer-eyebrow{display:inline-block;font-size:.7rem;font-weight:900;letter-spacing:.24em;text-transform:uppercase;color:#93c5fd}
.smx-pro-footer-top-title{margin-top:.4rem;font-size:clamp(1.35rem,2vw,2.35rem);line-height:1.02;font-weight:900;color:#fff;max-width:18ch}
.smx-pro-footer-top-text{margin-top:.55rem;color:#94a3b8;line-height:1.75;max-width:48rem}
.smx-pro-footer-top-actions{display:flex;gap:.8rem;flex-wrap:wrap}
.smx-pro-footer-btn-primary,.smx-pro-footer-btn-secondary{display:inline-flex;align-items:center;gap:.65rem;padding:.92rem 1.15rem;border-radius:999px;font-weight:800;transition:.22s ease}
.smx-pro-footer-btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 18px 34px rgba(37,99,235,.28)}
.smx-pro-footer-btn-secondary{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(148,163,184,.2)}
.smx-pro-footer-btn-primary:hover,.smx-pro-footer-btn-secondary:hover{transform:translateY(-2px);color:#fff}
.smx-pro-footer-grid{display:grid;grid-template-columns:1.15fr .9fr .9fr 1fr;gap:1rem;margin-top:1rem}
.smx-pro-footer-card{padding:1.2rem 1.15rem;border:1px solid rgba(148,163,184,.14);border-radius:1.6rem;background:rgba(15,23,42,.66);backdrop-filter:blur(14px);box-shadow:0 18px 40px rgba(2,6,23,.18)}
.smx-pro-footer-brand-card{background:linear-gradient(180deg,rgba(15,23,42,.84),rgba(15,23,42,.68))}
.smx-pro-footer-brand-head{display:flex;align-items:center;gap:.9rem}
.smx-pro-footer-logo-wrap{width:64px;height:64px;border-radius:1.15rem;padding:.45rem;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.16)}
.smx-pro-footer-logo{max-height:100%;width:auto;object-fit:contain}
.smx-pro-footer-label{font-size:.7rem;font-weight:900;letter-spacing:.22em;text-transform:uppercase;color:#93c5fd}
.smx-pro-footer-brand-title{font-size:1.35rem;line-height:1.05;font-weight:900;color:#fff;margin-top:.3rem}
.smx-pro-footer-brand-text{margin-top:1rem;color:#94a3b8;line-height:1.75}
.smx-pro-footer-stat-row{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1rem}
.smx-pro-footer-stat-pill{display:inline-flex;flex-direction:column;gap:.2rem;padding:.7rem .85rem;border-radius:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(148,163,184,.16);min-width:86px}
.smx-pro-footer-stat-pill strong{font-size:1.05rem;font-weight:900;color:#fff;line-height:1}
.smx-pro-footer-stat-pill span{font-size:.74rem;color:#94a3b8;font-weight:700}
.smx-pro-footer-socials{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1rem}
.smx-pro-footer-social{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:1px solid rgba(148,163,184,.16);color:#fff;transition:.22s ease}
.smx-pro-footer-social:hover{transform:translateY(-2px);background:#2563eb;color:#fff}
.smx-pro-footer-card-title{font-size:1.06rem;font-weight:900;color:#fff;margin-bottom:1rem}
.smx-pro-footer-link-list,.smx-pro-footer-module-list,.smx-pro-footer-contact-list{display:grid;gap:.7rem}
.smx-pro-footer-link{display:flex;align-items:center;gap:.75rem;padding:.72rem .8rem;border-radius:1rem;color:#dbe5f1;background:rgba(255,255,255,.03);border:1px solid transparent;transition:.2s ease}
.smx-pro-footer-link:hover{background:rgba(255,255,255,.07);border-color:rgba(148,163,184,.14);color:#fff}
.smx-pro-footer-link-icon{width:34px;height:34px;border-radius:.85rem;background:rgba(37,99,235,.16);display:inline-flex;align-items:center;justify-content:center;color:#93c5fd;flex:none}
.smx-pro-footer-module-list li a{display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding:.8rem .85rem;border-radius:1rem;background:rgba(255,255,255,.03);color:#dbe5f1;border:1px solid transparent;transition:.2s ease}
.smx-pro-footer-module-list li a:hover{background:rgba(255,255,255,.07);border-color:rgba(148,163,184,.14);color:#fff}
.smx-pro-footer-module-list li a strong{min-width:34px;padding:.32rem .45rem;border-radius:999px;background:rgba(255,255,255,.08);text-align:center;font-size:.72rem;color:#fff}
.smx-pro-footer-contact-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem .8rem;border-radius:1rem;background:rgba(255,255,255,.03)}
.smx-pro-footer-contact-list i{color:#60a5fa;margin-top:.15rem}
.smx-pro-footer-language-box{margin-top:1rem;padding:1rem;border-radius:1.15rem;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid rgba(148,163,184,.14)}
.smx-pro-footer-language-title{font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:#93c5fd;margin-bottom:.7rem}
.smx-pro-footer-language-list{display:flex;gap:.55rem;flex-wrap:wrap}
.smx-pro-footer-language-list a{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:.65rem .9rem;border-radius:999px;background:rgba(15,23,42,.8);color:#cbd5e1;font-weight:900;font-size:.78rem;text-transform:uppercase;border:1px solid rgba(148,163,184,.14)}
.smx-pro-footer-language-list a.is-active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-color:transparent}
.smx-pro-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:1rem;padding:1rem 1.15rem;border-top:1px solid rgba(148,163,184,.12);color:#94a3b8;font-size:.84rem}
.smx-pro-footer-payments{display:flex;align-items:center;gap:.85rem;font-size:2rem;color:rgba(255,255,255,.42)}
.smx-pro-footer-bottom span{color:#fff;font-weight:700}
@media (max-width:1279px){
  .smx-end-news-layout{grid-template-columns:1fr;}
  .smx-end-news-side{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}
  .smx-pro-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
  .smx-end-news-shell{padding:1rem;border-radius:1.5rem}
  .smx-end-news-head{margin-bottom:.85rem}
  .smx-end-news-title{font-size:1.35rem}
  .smx-end-news-text{font-size:.9rem}
  .smx-end-news-all{width:100%;justify-content:center}
  .smx-end-news-feature{min-height:280px;border-radius:1.35rem}
  .smx-end-news-feature-body{padding:1rem}
  .smx-end-news-feature-title{font-size:1.35rem}
  .smx-end-news-side{grid-template-columns:1fr;gap:.8rem}
  .smx-end-news-mini{grid-template-columns:96px minmax(0,1fr);border-radius:1.1rem}
  .smx-end-news-mini-thumb{min-height:96px}
  .smx-end-news-mini-body{padding:.8rem}
  .smx-end-news-mini-title{font-size:.98rem}
  .smx-pro-footer{padding-bottom:1rem}
  .smx-pro-footer .site-shell{padding-top:1rem}
  .smx-pro-footer-top{padding:1rem;border-radius:1.35rem}
  .smx-pro-footer-top-title{font-size:1.3rem}
  .smx-pro-footer-top-actions{width:100%}
  .smx-pro-footer-btn-primary,.smx-pro-footer-btn-secondary{width:100%;justify-content:center}
  .smx-pro-footer-grid{grid-template-columns:1fr;gap:.85rem}
  .smx-pro-footer-card{padding:1rem;border-radius:1.2rem}
  .smx-pro-footer-brand-head{align-items:flex-start}
  .smx-pro-footer-bottom{padding:.9rem 0 0;justify-content:center;text-align:center}
  .smx-pro-footer-payments{font-size:1.7rem}
}
