:root{
  --satdx-ink:#0e1a2d;
  --satdx-muted:#6f7784;
  --satdx-gold:#f6a900;
  --satdx-gold2:#ffbd3e;
  --satdx-cream:#fbf7ef;
  --satdx-line:#ece7de;
  --satdx-bg:#f7f8fa;
}
#satdx-root{display:none}
@media(min-width:1181px){
  html,body{overflow-x:hidden!important;background:var(--satdx-bg)!important}
  body.satdx-enabled #page,
  body.satdx-enabled>.site,
  body.satdx-enabled #sat-temu-home{display:none!important}

  #satdx-root{
    display:block!important;position:relative!important;width:100%!important;max-width:none!important;margin:0!important;
    padding:0 0 96px!important;background:linear-gradient(180deg,#fffaf3 0,#f7f8fa 38%,#f7f8fa 100%)!important;
    color:var(--satdx-ink)!important;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif!important;z-index:1!important
  }
  #satdx-root *{box-sizing:border-box!important}
  #satdx-root a{text-decoration:none!important;color:inherit}

  .satdx-brandbar{
    height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;max-width:1080px;margin:0 auto;
    background:rgba(255,250,243,.92);backdrop-filter:blur(18px);position:relative;z-index:10
  }
  .satdx-brand{font-size:24px;font-weight:950;letter-spacing:-1px;color:#0b1c34!important}
  .satdx-brand span{font-size:22px}
  .satdx-brandbar nav{display:flex;align-items:center;gap:8px}
  .satdx-brandbar nav a{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;font-size:24px;color:#14233a!important}

  .satdx-main{max-width:1080px;margin:0 auto;padding:0 18px 34px}

  .satdx-hero{
    position:relative;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#fffaf2,#f7efe2);
    box-shadow:0 16px 48px rgba(65,50,27,.08)
  }
  .satdx-hero-controls{
    position:relative;z-index:5;display:grid;grid-template-columns:auto minmax(280px,1fr);align-items:center;gap:18px;padding:18px 20px 0
  }
  .satdx-country{
    display:flex;align-items:center;padding:4px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);
    border-radius:999px;box-shadow:0 7px 22px rgba(17,24,39,.05)
  }
  .satdx-country-link{height:38px;padding:0 14px;display:flex;align-items:center;gap:7px;border-radius:999px;font-size:13px;color:#697180!important;white-space:nowrap}
  .satdx-country-link.is-active{background:#fff;color:#12223a!important;box-shadow:0 4px 12px rgba(17,24,39,.08);outline:1px solid rgba(238,168,23,.55)}

  .satdx-search-native,.satdx-search-fallback{min-width:0}
  .satdx-search-native>*{margin:0!important}
  .satdx-search-native form,.satdx-search-fallback{
    height:52px!important;display:flex!important;align-items:center!important;background:rgba(255,255,255,.9)!important;border:1px solid rgba(18,34,58,.09)!important;
    border-radius:999px!important;padding:5px!important;box-shadow:0 8px 26px rgba(26,34,48,.06)!important;overflow:hidden!important
  }
  .satdx-search-native input[type=search],.satdx-search-native input[type=text],.satdx-search-fallback input[type=search]{
    height:40px!important;min-width:0!important;flex:1!important;border:0!important;box-shadow:none!important;background:transparent!important;padding:0 14px!important;
    font-size:15px!important;color:#445064!important;outline:none!important
  }
  .satdx-search-native button,.satdx-search-fallback button{
    height:40px!important;min-width:88px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,var(--satdx-gold2),#ff9c1b)!important;
    color:#182132!important;font-size:12px!important;font-weight:950!important;text-transform:uppercase!important;padding:0 18px!important
  }
  .satdx-search-fallback>span{font-size:24px;color:#f18416;padding-left:10px}

  .satdx-slider{position:relative;min-height:490px}
  .satdx-slide{position:absolute;inset:0;display:grid;grid-template-columns:.88fr 1.12fr;align-items:stretch;opacity:0;pointer-events:none;transition:opacity .55s ease}
  .satdx-slide.is-active{opacity:1;pointer-events:auto}
  .satdx-slide-copy{position:relative;z-index:2;padding:52px 16px 44px 42px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
  .satdx-kicker{display:inline-flex;font-size:10px;font-weight:900;letter-spacing:.12em;color:#fff;background:#1d2737;border-radius:999px;padding:7px 10px;margin-bottom:16px}
  .satdx-slide h1{margin:0;max-width:500px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(44px,5.8vw,72px);line-height:.92;font-weight:500;letter-spacing:-3px;color:#111827}
  .satdx-slide p{margin:18px 0 0;max-width:500px;font-size:16px;line-height:1.48;font-weight:650;color:#566173}
  .satdx-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
  .satdx-actions a{min-height:48px;padding:0 20px;border-radius:999px;display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:900}
  .satdx-primary{background:linear-gradient(135deg,#ffb52d,#f69b13);color:#1a2230!important}
  .satdx-secondary{background:rgba(255,255,255,.82);color:#1a2230!important;border:1px solid rgba(17,24,39,.05)}
  .satdx-slide-image{position:relative;overflow:hidden}
  .satdx-slide-image:before{content:"";position:absolute;left:-80px;top:0;bottom:0;width:180px;z-index:2;background:linear-gradient(90deg,#f9f1e5 0%,rgba(249,241,229,.86) 35%,transparent 100%)}
  .satdx-slide-image picture,.satdx-slide-image img{width:100%;height:100%;display:block}
  .satdx-slide-image img{object-fit:cover;object-position:center}
  .satdx-dots{position:absolute;z-index:6;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(12px)}
  .satdx-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#cfd3da}
  .satdx-dots button.is-active{width:24px;background:#f59e0b}

  .satdx-section{
    margin-top:18px;background:rgba(255,255,255,.9);border:1px solid rgba(226,229,234,.9);border-radius:24px;padding:20px;
    box-shadow:0 10px 32px rgba(17,24,39,.045);overflow:hidden
  }
  .satdx-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}
  .satdx-section-head h2{margin:3px 0 0;font-size:30px;line-height:1.02;letter-spacing:-1.2px;color:#0c1b31}
  .satdx-section-head>a{font-size:13px;font-weight:850;color:#a66c00!important;white-space:nowrap}
  .satdx-eyebrow{font-size:10px;font-weight:900;letter-spacing:.14em;color:#ed7600}

  .satdx-rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 5px}
  .satdx-rail::-webkit-scrollbar,.satdx-cat-rail::-webkit-scrollbar,.satdx-tools-rail::-webkit-scrollbar{display:none}

  .satdx-card{flex:0 0 210px;background:#fff;border:1px solid #e9ebef;border-radius:18px;overflow:hidden;scroll-snap-align:start;position:relative;box-shadow:0 4px 16px rgba(17,24,39,.035)}
  .satdx-card-media{position:relative;display:block;aspect-ratio:1/1;background:#fff;overflow:hidden}
  .satdx-card-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
  .satdx-sale{position:absolute;left:8px;top:8px;padding:5px 8px;border-radius:999px;background:#0aae66;color:#fff;font-size:10px;font-weight:950}
  .satdx-like-proxy{position:absolute;right:8px;top:8px;height:30px;min-width:38px;padding:0 9px;border:1px solid rgba(255,255,255,.8);border-radius:999px;background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;gap:5px;color:#d78a00;box-shadow:0 5px 14px rgba(17,24,39,.08);z-index:3}
  .satdx-like-proxy span{font-size:14px}
  .satdx-like-proxy b{font-size:10px}
  .satdx-native-like{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:.001!important;pointer-events:none!important}
  .satdx-card-body{padding:11px 12px 13px}
  .satdx-store{display:block;color:#8a93a1;font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .satdx-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:5px;min-height:34px;font-size:13px;font-weight:800;line-height:1.28;color:#182132!important}
  .satdx-price{margin-top:9px;color:#0f1b2e}
  .satdx-price-wrap{display:block;font-size:19px;font-weight:900;line-height:1.1}
  .satdx-price-sale del{display:block;font-size:11px;color:#9aa1ab;margin:0 0 4px;text-decoration:line-through}
  .satdx-price-sale ins{display:inline-block;text-decoration:none;font-size:19px;font-weight:950;color:#0f1b2e}
  .satdx-discount{display:inline-flex;align-items:center;margin-left:8px;padding:3px 7px;border-radius:999px;background:#ecfdf3;color:#0a9b5f;font-size:10px;font-weight:900;vertical-align:middle}
  .satdx-direct{display:flex;align-items:center;gap:5px;margin-top:9px;color:#6d7785;font-size:10px;font-weight:750}
  .satdx-direct i{width:7px;height:7px;border-radius:50%;background:#0bc56d;box-shadow:0 0 0 3px rgba(11,197,109,.10)}

  .satdx-editorial{margin-top:18px;min-height:170px;border-radius:24px;background:linear-gradient(135deg,#ffad2d,#f59a18);display:flex;align-items:center;justify-content:space-between;padding:26px 28px;color:#182132;overflow:hidden;position:relative}
  .satdx-editorial>div{max-width:620px;position:relative;z-index:2}
  .satdx-editorial span{font-size:10px;font-weight:950;letter-spacing:.15em}
  .satdx-editorial h2{font-family:Georgia,"Times New Roman",serif;font-size:36px;font-weight:500;line-height:1;margin:10px 0 0}
  .satdx-editorial p{font-size:14px;font-weight:650;line-height:1.45;max-width:520px}
  .satdx-editorial a{font-size:13px;font-weight:950}
  .satdx-editorial>strong{font-size:90px;font-weight:300;line-height:1;color:rgba(255,255,255,.92);padding-right:24px}

  .satdx-cat-rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .satdx-cat{flex:0 0 190px;scroll-snap-align:start;background:#f8f4ed;border:1px solid #ece5d9;border-radius:18px;overflow:hidden;padding-bottom:13px;text-align:center}
  .satdx-cat img,.satdx-cat-fallback{width:100%;height:118px;object-fit:cover;display:grid;place-items:center;background:#efe8dc;font-size:34px}
  .satdx-cat b{display:block;font-size:12px;line-height:1.15;margin:10px 10px 0;text-transform:uppercase;color:#1c283a}
  .satdx-cat small{display:block;margin-top:5px;font-size:11px;color:#9299a3}

  .satdx-tools-band{margin-top:18px;border-radius:24px;overflow:hidden;background:#13233b;color:#fff;display:grid;grid-template-columns:250px 1fr}
  .satdx-tools-intro{padding:26px}
  .satdx-tools-intro span{font-size:10px;font-weight:900;letter-spacing:.15em;color:#f2a719}
  .satdx-tools-intro h2{font-size:30px;line-height:1.05;letter-spacing:-1px;margin:12px 0 0}
  .satdx-tools-intro p{font-size:13px;line-height:1.4;color:rgba(255,255,255,.65)}
  .satdx-tools-rail{display:flex;align-items:stretch;overflow-x:auto;scrollbar-width:none}
  .satdx-tools-rail a{flex:0 0 190px;padding:22px 18px;border-left:1px solid rgba(255,255,255,.09);display:flex;flex-direction:column;justify-content:center}
  .satdx-tools-rail i{width:38px;height:38px;border-radius:12px;background:#fff;display:grid;place-items:center;color:#17263d;font-style:normal;font-weight:900}
  .satdx-tools-rail b{margin-top:12px;font-size:14px}
  .satdx-tools-rail small{margin-top:5px;font-size:11px;line-height:1.3;color:rgba(255,255,255,.57)}

  .satdx-feed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .satdx-feed-grid .satdx-card{width:100%;min-width:0;flex:none}
  .satdx-sentinel{height:1px}
  .satdx-loading{text-align:center;padding:16px;color:#8c949f;font-size:12px;font-weight:800}

  .satdx-dock{
    position:fixed;z-index:999999;left:50%;bottom:12px;transform:translateX(-50%);width:min(620px,calc(100% - 24px));height:76px;
    border:1px solid rgba(226,229,234,.9);border-radius:24px;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);
    box-shadow:0 14px 38px rgba(17,24,39,.15);display:grid;grid-template-columns:repeat(5,1fr);padding:5px 8px
  }
  .satdx-dock a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#8a929e!important;font-size:10px;font-weight:800}
  .satdx-dock i{font-style:normal;font-size:21px;line-height:1}
  .satdx-dock a.is-active{color:#0e1a2d!important}
  .satdx-dock .satdx-publish i{width:52px;height:52px;border-radius:16px;background:#ffd000;color:#0e1a2d;display:grid;place-items:center;font-size:28px;margin-top:-17px;box-shadow:0 8px 20px rgba(255,208,0,.25)}
  .satdx-dock .satdx-publish span{color:#0e1a2d;margin-top:-1px}
}

@media(max-width:767px){
  body.satdx-enabled #wpadminbar{display:none!important}
  html{margin-top:0!important}

  #satdx-root{padding-bottom:92px!important}
  .satdx-brandbar{height:58px;padding:0 16px}
  .satdx-brand{font-size:22px}
  .satdx-brand span{font-size:20px}
  .satdx-brandbar nav a{width:38px;height:38px;font-size:22px}
  .satdx-main{padding:0 14px 22px}

  .satdx-hero{
    border-radius:0 0 26px 26px;margin:0 -14px 0;box-shadow:none;overflow:hidden;background:linear-gradient(180deg,#fbf5ea 0%,#f8f1e5 100%)
  }
  .satdx-hero-controls{grid-template-columns:1fr;gap:10px;padding:14px 16px 6px}
  .satdx-country{justify-self:start;max-width:100%;overflow:auto;padding:4px}
  .satdx-country-link{height:36px;padding:0 12px;font-size:12px}

  .satdx-search-native form,.satdx-search-fallback{height:50px!important;padding:4px!important}
  .satdx-search-native input[type=search],.satdx-search-native input[type=text],.satdx-search-fallback input[type=search]{font-size:14px!important;padding:0 12px!important}
  .satdx-search-native button,.satdx-search-fallback button{height:40px!important;min-width:94px!important;padding:0 16px!important;font-size:11px!important}

  .satdx-slider{min-height:auto;padding-bottom:12px}
  .satdx-slide{position:relative;inset:auto;display:none;opacity:1;pointer-events:auto;transition:none;grid-template-columns:1fr;grid-template-rows:auto auto}
  .satdx-slide.is-active{display:grid}
  .satdx-slide-copy{padding:18px 20px 8px;justify-content:flex-start}
  .satdx-kicker{margin-bottom:12px;font-size:10px;padding:7px 12px}
  .satdx-slide h1{font-size:clamp(36px,13vw,54px);line-height:.98;letter-spacing:-1.6px;max-width:320px}
  .satdx-slide p{font-size:15px;line-height:1.48;margin-top:14px;max-width:100%;color:#5f6978}
  .satdx-actions{margin-top:18px;gap:10px}
  .satdx-actions a{min-height:46px;padding:0 18px;font-size:12px}
  .satdx-slide-image{
    min-height:242px;margin:8px 20px 0;border-radius:22px;overflow:hidden;box-shadow:0 12px 26px rgba(34,31,22,.08);background:#efe7d8
  }
  .satdx-slide-image:before{left:0;right:0;top:-1px;bottom:auto;width:auto;height:52px;background:linear-gradient(180deg,rgba(248,241,229,.86),transparent)}
  .satdx-slide-image img{object-position:center center}
  .satdx-slide.no-media{grid-template-rows:auto}
  .satdx-slide.no-media .satdx-slide-copy{padding-bottom:18px}
  .satdx-slide.no-media .satdx-slide-image{display:none}
  .satdx-dots{position:relative;left:auto;bottom:auto;transform:none;justify-content:center;width:max-content;margin:10px auto 0;padding:6px 10px}

  .satdx-section{margin:14px 0 0;border-radius:22px;padding:18px 16px}
  .satdx-section-head{align-items:center;margin-bottom:14px}
  .satdx-section-head h2{font-size:22px;line-height:1.05;letter-spacing:-.7px}
  .satdx-section-head>a{font-size:12px}
  .satdx-eyebrow{font-size:10px;letter-spacing:.12em}

  .satdx-rail{gap:10px;padding-bottom:2px}
  .satdx-card{flex:0 0 168px;border-radius:18px}
  .satdx-card-media{aspect-ratio:1/1.02}
  .satdx-card-body{padding:10px 10px 12px}
  .satdx-store{font-size:10px}
  .satdx-card-title{font-size:12px;min-height:32px;margin-top:4px}
  .satdx-price-wrap{font-size:17px}
  .satdx-price-sale ins{font-size:17px}
  .satdx-price-sale del{font-size:10px}
  .satdx-discount{font-size:9px;padding:3px 6px}
  .satdx-direct{font-size:10px;margin-top:8px}

  .satdx-editorial{min-height:136px;border-radius:22px;padding:20px 18px;align-items:flex-start}
  .satdx-editorial h2{font-size:30px}
  .satdx-editorial p{font-size:12px;max-width:235px;margin:12px 0}
  .satdx-editorial>strong{font-size:58px;padding-right:2px;align-self:center}

  .satdx-cat-rail{gap:10px}
  .satdx-cat{flex:0 0 156px;border-radius:18px}
  .satdx-cat img,.satdx-cat-fallback{height:100px}
  .satdx-cat b{font-size:12px}
  .satdx-cat small{font-size:11px}

  .satdx-tools-band{display:block;border-radius:22px;overflow:hidden}
  .satdx-tools-intro{padding:18px 18px 10px}
  .satdx-tools-intro h2{font-size:23px;line-height:1.05}
  .satdx-tools-intro p{font-size:12px;line-height:1.45;margin:10px 0 0}
  .satdx-tools-rail{padding:10px 12px 14px;gap:10px}
  .satdx-tools-rail a{flex:0 0 76%;min-width:220px;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px;background:rgba(255,255,255,.03)}
  .satdx-tools-rail b{font-size:14px;margin-top:10px}
  .satdx-tools-rail small{font-size:11px}

  .satdx-feed-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .satdx-feed-grid .satdx-card{min-width:0}

  .satdx-dock{height:74px;bottom:8px;width:calc(100% - 18px);border-radius:24px;padding:5px 6px}
  .satdx-dock a{font-size:9px;gap:2px}
  .satdx-dock i{font-size:19px}
  .satdx-dock .satdx-publish i{width:48px;height:48px;border-radius:15px;font-size:26px;margin-top:-16px}
}

/* =========================================================
   SATDX 0.3.1 · MOBILE LAYOUT REBUILD
   Solo teléfono. Tablet/escritorio conservan la base anterior.
   ========================================================= */
@media(max-width:767px){
  #satdx-root{
    padding-bottom:82px!important;
    background:linear-gradient(180deg,#fbf8f2 0,#f7f8fa 34%,#f7f8fa 100%)!important;
  }
  .satdx-brandbar{
    height:54px!important;
    padding:0 16px!important;
    background:#fbf8f2!important;
  }
  .satdx-brand{font-size:21px!important;letter-spacing:-.7px!important}
  .satdx-brand span{font-size:18px!important}
  .satdx-brandbar nav{gap:2px!important}
  .satdx-brandbar nav a{width:36px!important;height:36px!important;font-size:21px!important}
  .satdx-main{padding:0 14px 24px!important}

  /* HERO: compacto, una sola lectura vertical, sin huecos */
  .satdx-hero{
    margin:0 -14px!important;
    border-radius:0 0 24px 24px!important;
    background:linear-gradient(180deg,#fbf5ea 0%,#f7efe1 100%)!important;
  }
  .satdx-hero-controls{
    display:block!important;
    padding:10px 16px 4px!important;
  }
  .satdx-country{
    width:max-content!important;
    max-width:100%!important;
    margin:0 0 9px!important;
    padding:3px!important;
    overflow:visible!important;
    box-shadow:none!important;
    background:rgba(255,255,255,.76)!important;
  }
  .satdx-country-link{
    height:34px!important;
    padding:0 11px!important;
    font-size:11px!important;
  }

  /* Buscador propio: icono + campo + botón en UNA fila */
  .satdx-search-fallback{
    width:100%!important;
    height:48px!important;
    display:grid!important;
    grid-template-columns:34px minmax(0,1fr) 86px!important;
    align-items:center!important;
    gap:0!important;
    padding:4px!important;
    margin:0!important;
    border:1px solid rgba(18,34,58,.10)!important;
    border-radius:999px!important;
    background:#fff!important;
    box-shadow:0 7px 20px rgba(17,24,39,.055)!important;
    overflow:hidden!important;
  }
  .satdx-search-fallback .satdx-search-icon{
    display:grid!important;
    place-items:center!important;
    width:34px!important;
    padding:0!important;
    font-size:23px!important;
    line-height:1!important;
    color:#13223a!important;
  }
  .satdx-search-fallback input[type=search]{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    height:40px!important;
    margin:0!important;
    padding:0 7px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    outline:none!important;
    font-size:14px!important;
    line-height:40px!important;
    color:#4e5868!important;
  }
  .satdx-search-fallback button{
    display:block!important;
    width:86px!important;
    min-width:86px!important;
    height:40px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#ffc247,#f4a313)!important;
    color:#13223a!important;
    font-size:11px!important;
    line-height:40px!important;
    font-weight:950!important;
    text-transform:uppercase!important;
  }

  .satdx-slider{padding:0 0 12px!important;min-height:0!important}
  .satdx-slide{grid-template-rows:auto auto!important}
  .satdx-slide-copy{
    padding:16px 20px 6px!important;
  }
  .satdx-kicker{
    margin:0 0 9px!important;
    padding:6px 10px!important;
    font-size:9px!important;
    letter-spacing:.1em!important;
  }
  .satdx-slide h1{
    max-width:330px!important;
    font-size:36px!important;
    line-height:.98!important;
    letter-spacing:-1.25px!important;
  }
  .satdx-slide p{
    margin:11px 0 0!important;
    font-size:13px!important;
    line-height:1.42!important;
    font-weight:650!important;
    max-width:340px!important;
  }
  .satdx-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
    width:100%!important;
    margin-top:14px!important;
  }
  .satdx-actions a{
    min-width:0!important;
    min-height:42px!important;
    padding:0 12px!important;
    justify-content:center!important;
    font-size:11px!important;
    white-space:nowrap!important;
  }
  .satdx-slide-image{
    height:168px!important;
    min-height:168px!important;
    margin:10px 18px 0!important;
    border-radius:20px!important;
    box-shadow:none!important;
    background:#efe6d6!important;
  }
  .satdx-slide-image:before{
    height:34px!important;
    background:linear-gradient(180deg,rgba(248,241,229,.72),transparent)!important;
  }
  .satdx-slide-image img{
    object-fit:cover!important;
    object-position:center 58%!important;
  }
  .satdx-slide.no-media .satdx-slide-copy{padding-bottom:16px!important}
  .satdx-dots{
    margin:8px auto 0!important;
    padding:5px 8px!important;
  }
  .satdx-dots button{width:7px!important;height:7px!important}
  .satdx-dots button.is-active{width:18px!important}

  /* Secciones: menos cajas dentro de cajas */
  .satdx-product-section,
  .satdx-feed{
    margin-top:18px!important;
    padding:0 2px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .satdx-cats{
    margin-top:18px!important;
    padding:14px!important;
    border-radius:20px!important;
    background:rgba(255,255,255,.72)!important;
    box-shadow:none!important;
  }
  .satdx-section-head{
    margin-bottom:11px!important;
    align-items:flex-end!important;
  }
  .satdx-section-head h2{
    margin-top:2px!important;
    max-width:280px!important;
    font-size:20px!important;
    line-height:1.04!important;
    letter-spacing:-.55px!important;
  }
  .satdx-section-head>a{font-size:11px!important}
  .satdx-eyebrow{font-size:9px!important;letter-spacing:.1em!important}

  /* Cards más densas: dos visibles sin ocupar media pantalla */
  .satdx-rail{gap:9px!important;padding:1px 1px 3px!important}
  .satdx-card{
    flex:0 0 calc((100vw - 47px)/2)!important;
    min-width:142px!important;
    max-width:168px!important;
    border-radius:16px!important;
  }
  .satdx-card-media{aspect-ratio:1/1!important}
  .satdx-card-body{padding:9px 9px 10px!important}
  .satdx-store{font-size:9px!important}
  .satdx-card-title{
    margin-top:4px!important;
    min-height:30px!important;
    font-size:11px!important;
    line-height:1.25!important;
  }
  .satdx-price{margin-top:7px!important}
  .satdx-price-wrap,.satdx-price-sale ins{font-size:16px!important}
  .satdx-price-sale del{font-size:9px!important;margin-bottom:3px!important}
  .satdx-discount{margin-left:5px!important;padding:2px 5px!important;font-size:8px!important}
  .satdx-direct{margin-top:7px!important;font-size:9px!important}
  .satdx-like-proxy{
    right:6px!important;top:6px!important;height:27px!important;min-width:34px!important;padding:0 7px!important;
  }
  .satdx-like-proxy span{font-size:12px!important}
  .satdx-like-proxy b{font-size:9px!important}
  .satdx-sale{left:6px!important;top:6px!important;padding:4px 7px!important;font-size:9px!important}

  /* Publicar: de bloque gigante a franja */
  .satdx-editorial{
    min-height:112px!important;
    margin-top:18px!important;
    padding:16px 18px!important;
    border-radius:20px!important;
    align-items:center!important;
  }
  .satdx-editorial>div{max-width:78%!important}
  .satdx-editorial span{font-size:9px!important}
  .satdx-editorial h2{
    margin:5px 0 0!important;
    font-size:25px!important;
    line-height:1!important;
  }
  .satdx-editorial p{
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    margin:7px 0 5px!important;
    max-width:245px!important;
    font-size:10px!important;
    line-height:1.35!important;
  }
  .satdx-editorial a{font-size:10px!important}
  .satdx-editorial>strong{font-size:48px!important;padding:0!important}

  /* Categorías */
  .satdx-cat-rail{gap:9px!important}
  .satdx-cat{
    flex:0 0 142px!important;
    border-radius:16px!important;
    padding-bottom:10px!important;
  }
  .satdx-cat img,.satdx-cat-fallback{height:86px!important;font-size:27px!important}
  .satdx-cat b{margin-top:8px!important;font-size:10px!important}
  .satdx-cat small{margin-top:3px!important;font-size:9px!important}

  /* Herramientas: una banda compacta, no otra pantalla completa */
  .satdx-tools-band{
    margin-top:18px!important;
    border-radius:20px!important;
  }
  .satdx-tools-intro{padding:15px 16px 6px!important}
  .satdx-tools-intro span{font-size:9px!important;letter-spacing:.11em!important}
  .satdx-tools-intro h2{margin-top:5px!important;font-size:21px!important;line-height:1.05!important}
  .satdx-tools-intro p{display:none!important}
  .satdx-tools-rail{padding:8px 12px 13px!important;gap:8px!important}
  .satdx-tools-rail a{
    flex:0 0 164px!important;
    min-width:164px!important;
    min-height:82px!important;
    padding:11px 12px!important;
    border-radius:15px!important;
    display:grid!important;
    grid-template-columns:36px 1fr!important;
    grid-template-rows:auto auto!important;
    column-gap:10px!important;
    align-content:center!important;
  }
  .satdx-tools-rail i{
    grid-row:1/3!important;
    width:34px!important;height:34px!important;border-radius:10px!important;
  }
  .satdx-tools-rail b{margin:0!important;font-size:12px!important;line-height:1.15!important}
  .satdx-tools-rail small{margin:3px 0 0!important;font-size:9px!important;line-height:1.2!important}

  /* Feed */
  .satdx-feed-grid{gap:9px!important}
  .satdx-feed-grid .satdx-card{max-width:none!important}

  /* Dock realmente de app: más chico y se oculta al bajar */
  .satdx-dock{
    height:60px!important;
    bottom:7px!important;
    width:calc(100% - 18px)!important;
    padding:3px 5px!important;
    border-radius:21px!important;
    transition:transform .25s ease,opacity .2s ease!important;
    will-change:transform!important;
  }
  .satdx-dock.is-hidden{
    transform:translate(-50%,calc(100% + 24px))!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  .satdx-dock a{font-size:8px!important;gap:1px!important}
  .satdx-dock i{font-size:17px!important}
  .satdx-dock .satdx-publish i{
    width:43px!important;height:43px!important;border-radius:14px!important;font-size:24px!important;margin-top:-12px!important;
  }
  .satdx-dock .satdx-publish span{font-size:8px!important}
}

@media(max-width:380px){
  .satdx-slide h1{font-size:34px!important}
  .satdx-actions a{font-size:10px!important;padding:0 9px!important}
  .satdx-search-fallback{grid-template-columns:32px minmax(0,1fr) 78px!important}
  .satdx-search-fallback button{width:78px!important;min-width:78px!important}
  .satdx-card{min-width:138px!important}
}

/* =========================================================
   SATDX 0.3.2 · TOOLS SHOWCASE
   Más vivo, visual y editorial. Escritorio del sitio no se toca.
   ========================================================= */
@media(max-width:1180px){
  .satdx-tools-showcase{
    margin-top:18px;
    padding:22px;
    border:1px solid rgba(229,220,204,.9);
    border-radius:26px;
    background:
      radial-gradient(circle at 92% 6%,rgba(255,184,62,.18),transparent 27%),
      radial-gradient(circle at 7% 100%,rgba(19,35,59,.07),transparent 26%),
      linear-gradient(145deg,#fffdf8 0%,#f8f1e5 52%,#fff 100%);
    box-shadow:0 14px 38px rgba(43,35,23,.055);
    overflow:hidden;
    position:relative;
  }
  .satdx-tools-showcase:before{
    content:"";position:absolute;right:-44px;top:-44px;width:150px;height:150px;border-radius:50%;
    border:1px solid rgba(246,169,0,.18);pointer-events:none;
  }
  .satdx-tools-showcase-head{
    position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:17px;
  }
  .satdx-tools-kicker{display:block;color:#d87900;font-size:10px;font-weight:950;letter-spacing:.13em}
  .satdx-tools-showcase-head h2{margin:7px 0 0;color:#10203a;font-size:30px;line-height:1.02;letter-spacing:-1px}
  .satdx-tools-showcase-head p{margin:8px 0 0;max-width:590px;color:#687180;font-size:13px;line-height:1.45;font-weight:600}
  .satdx-tools-swipe{flex:0 0 auto;color:#a66d00;font-size:11px;font-weight:900;white-space:nowrap}
  .satdx-tools-visual-rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 2px 7px}
  .satdx-tools-visual-rail::-webkit-scrollbar{display:none}
  .satdx-tool-visual{
    flex:0 0 216px;scroll-snap-align:start;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(224,218,207,.9);
    border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(28,35,47,.055);transition:transform .16s ease,box-shadow .16s ease;
  }
  .satdx-tool-visual:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(28,35,47,.09)}
  .satdx-tool-picture{position:relative;display:block;height:118px;overflow:hidden;background:#eee8dc}
  .satdx-tool-picture:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,22,38,0) 45%,rgba(10,22,38,.16) 100%);pointer-events:none}
  .satdx-tool-picture img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.93) contrast(.98)}
  .satdx-tool-icon{position:absolute;left:10px;bottom:10px;z-index:2;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.94);color:#10203a;font-size:14px;font-weight:950;font-style:normal;box-shadow:0 6px 16px rgba(17,24,39,.12)}
  .satdx-tool-featured{position:absolute;right:9px;top:9px;z-index:2;padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.91);color:#b46f00;font-size:8px;font-weight:950;letter-spacing:.08em;backdrop-filter:blur(8px)}
  .satdx-tool-copy{display:flex;flex-direction:column;min-height:126px;padding:13px 14px 14px}
  .satdx-tool-copy b{color:#112039;font-size:15px;line-height:1.15}
  .satdx-tool-copy small{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:6px;color:#737b87;font-size:11px;line-height:1.35;min-height:30px}
  .satdx-tool-cta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;color:#a66b00;font-size:10px;font-weight:950;border-top:1px solid #f1ede5}
  .satdx-tool-cta i{font-style:normal;font-size:14px}
}

@media(max-width:767px){
  .satdx-tools-showcase{
    margin-top:18px!important;
    padding:16px 0 14px!important;
    border-radius:22px!important;
    background:
      radial-gradient(circle at 92% 4%,rgba(255,183,48,.21),transparent 31%),
      linear-gradient(145deg,#fffdf8 0%,#f8f1e5 58%,#fff 100%)!important;
    box-shadow:none!important;
  }
  .satdx-tools-showcase-head{align-items:flex-start!important;margin:0 16px 13px!important;gap:10px!important}
  .satdx-tools-kicker{font-size:9px!important;letter-spacing:.11em!important}
  .satdx-tools-showcase-head h2{margin-top:5px!important;max-width:285px!important;font-size:22px!important;line-height:1.04!important;letter-spacing:-.65px!important}
  .satdx-tools-showcase-head p{margin-top:7px!important;max-width:290px!important;font-size:11px!important;line-height:1.4!important}
  .satdx-tools-swipe{margin-top:2px!important;font-size:9px!important}
  .satdx-tools-visual-rail{gap:10px!important;padding:1px 16px 4px!important;scroll-padding-left:16px!important}
  .satdx-tool-visual{
    flex:0 0 178px!important;
    border-radius:18px!important;
    box-shadow:0 7px 20px rgba(28,35,47,.055)!important;
  }
  .satdx-tool-picture{height:96px!important}
  .satdx-tool-icon{left:9px!important;bottom:9px!important;width:34px!important;height:34px!important;border-radius:11px!important;font-size:12px!important}
  .satdx-tool-featured{right:8px!important;top:8px!important;padding:4px 6px!important;font-size:7px!important}
  .satdx-tool-copy{min-height:112px!important;padding:11px 12px 12px!important}
  .satdx-tool-copy b{font-size:13px!important}
  .satdx-tool-copy small{margin-top:5px!important;min-height:28px!important;font-size:9px!important;line-height:1.35!important}
  .satdx-tool-cta{padding-top:9px!important;font-size:9px!important}
  .satdx-tool-cta i{font-size:13px!important}
}

/* =========================================================
   SATDX 0.4.0 · GOLDEN HOME SYNC
   Sincroniza móvil/tablet con la nueva identidad visual.
   ========================================================= */
:root{
  --satdx-ink:#17253e;
  --satdx-muted:#687487;
  --satdx-gold:#d78a13;
  --satdx-gold2:#ffc653;
  --satdx-cream:#fff9ef;
  --satdx-line:rgba(224,193,134,.48);
  --satdx-bg:#fffdf8;
}

@media(max-width:1180px){
  html,body{background:#fffaf2!important}
  #satdx-root{
    background:
      radial-gradient(760px 180px at 50% 9%,rgba(244,199,91,.18),rgba(244,199,91,0) 70%),
      radial-gradient(900px 210px at 50% 43%,rgba(248,217,145,.12),rgba(248,217,145,0) 72%),
      linear-gradient(180deg,#fffefb 0%,#fbf5e9 50%,#fffdf9 100%)!important;
  }

  .satdx-brandbar{
    background:rgba(255,252,246,.93)!important;
    border-bottom:1px solid rgba(224,193,134,.28);
  }
  .satdx-brand{display:flex!important;align-items:center!important;gap:9px!important;font-size:0!important}
  .satdx-brand img{display:block!important;width:30px!important;height:30px!important;object-fit:contain!important}
  .satdx-brand strong{display:block!important;color:#17253e!important;font-size:23px!important;font-weight:950!important;letter-spacing:-.8px!important}

  .satdx-country{background:rgba(255,252,246,.93)!important;border-color:rgba(224,193,134,.44)!important}
  .satdx-country-link{color:#76572b!important}
  .satdx-country-link.is-active{background:linear-gradient(180deg,#fffdf9,#fff2d9)!important;outline:1px solid rgba(215,151,31,.42)!important;color:#674716!important}
  .satdx-country-flag{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:15px!important;overflow:hidden!important;border-radius:2px!important;box-shadow:0 0 0 1px rgba(17,24,39,.08)!important;flex:0 0 auto!important}
  .satdx-country-flag svg{display:block!important;width:22px!important;height:15px!important}

  .satdx-hero{
    border:1px solid rgba(224,193,134,.44)!important;
    background:linear-gradient(135deg,#fffefb 0%,#fff5e7 100%)!important;
    box-shadow:0 18px 44px rgba(104,76,25,.075)!important;
  }
  .satdx-hero:after{
    content:"";position:absolute;left:8%;right:8%;bottom:-30px;height:86px;
    background:radial-gradient(closest-side,rgba(244,198,92,.18),rgba(244,198,92,0) 76%);filter:blur(20px);pointer-events:none
  }
  .satdx-kicker{background:rgba(255,250,240,.92)!important;color:#b66f0a!important;border:1px solid rgba(224,193,134,.50)!important;box-shadow:0 7px 18px rgba(104,76,25,.055)!important}
  .satdx-slide h1{color:#17253e!important}
  .satdx-slide p{color:#667386!important}
  .satdx-primary{background:linear-gradient(135deg,#ffd66f 0%,#ffc149 46%,#efa42b 100%)!important;box-shadow:0 11px 24px rgba(203,142,36,.19)!important}
  .satdx-secondary{background:rgba(255,253,248,.92)!important;border:1px solid rgba(224,193,134,.48)!important;color:#a26710!important}

  .satdx-section,
  .satdx-tools-showcase{
    background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,249,240,.98))!important;
    border-color:rgba(224,193,134,.42)!important;
    box-shadow:0 12px 28px rgba(104,76,25,.045)!important;
  }
  .satdx-section-head h2,.satdx-tools-showcase-head h2{color:#17253e!important}
  .satdx-section-head>a,.satdx-tool-cta{color:#b6710d!important}
  .satdx-eyebrow,.satdx-tools-kicker{color:#cf8410!important}

  .satdx-card{
    background:linear-gradient(180deg,#fffefd 0%,#fff8ef 100%)!important;
    border-color:rgba(226,197,141,.44)!important;
    box-shadow:0 8px 19px rgba(104,76,25,.04)!important;
  }
  .satdx-card-media{background:linear-gradient(180deg,#fffefb,#fff5e7)!important;padding:5px!important}
  .satdx-card-media img{object-fit:contain!important;background:#fff!important;border-radius:12px!important}
  .satdx-card-title{color:#17253e!important}
  .satdx-like-proxy{border-color:rgba(224,193,134,.44)!important;color:#c47b0f!important}

  /* Categorías: misma lógica de pills horizontales que la home nueva. */
  .satdx-cats{overflow:hidden!important}
  .satdx-cat-rail{gap:10px!important;align-items:stretch!important;padding:1px 1px 4px!important}
  .satdx-cat{
    flex:0 0 208px!important;min-width:208px!important;height:58px!important;padding:0!important;
    display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;grid-template-rows:1fr 1fr!important;
    text-align:left!important;border-radius:999px!important;overflow:hidden!important;
    background:linear-gradient(180deg,#fffdf9,#fff6ea)!important;border:1px solid rgba(224,193,134,.46)!important;
    box-shadow:0 6px 15px rgba(104,76,25,.035)!important;
  }
  .satdx-cat img,.satdx-cat-fallback{
    grid-row:1/3!important;grid-column:1!important;width:58px!important;height:58px!important;min-height:58px!important;
    object-fit:cover!important;border-radius:999px 0 0 999px!important;font-size:20px!important;background:#f3eadb!important
  }
  .satdx-cat b{grid-column:2!important;grid-row:1!important;align-self:end!important;margin:0!important;padding:0 10px 1px!important;font-size:10px!important;line-height:1.05!important;text-transform:none!important;color:#17253e!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .satdx-cat small{grid-column:2!important;grid-row:2!important;align-self:start!important;margin:0!important;padding:1px 10px 0!important;font-size:8.5px!important;color:#88909c!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .satdx-work-cta{flex-basis:286px!important;min-width:286px!important;grid-template-columns:58px minmax(0,1fr)!important;border-color:rgba(219,168,68,.56)!important;background:linear-gradient(180deg,#fffdf8,#fff1d8)!important}
  .satdx-work-cta-media{grid-row:1/3!important;display:flex!important;align-items:center!important;justify-content:center!important;width:58px!important;height:58px!important;background:linear-gradient(135deg,#ffe07f,#f2a72c)!important;border-radius:999px 0 0 999px!important}
  .satdx-work-cta-media img{width:38px!important;height:38px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important}
  .satdx-work-cta-copy{grid-column:2!important;grid-row:1/3!important;display:grid!important;grid-template-columns:minmax(0,1fr) 24px!important;align-content:center!important;padding:0 10px!important;min-width:0!important}
  .satdx-work-cta-copy b{grid-column:1!important;grid-row:1!important;padding:0!important;align-self:end!important;font-size:11px!important}
  .satdx-work-cta-copy small{grid-column:1!important;grid-row:2!important;padding:2px 0 0!important;font-size:8px!important}
  .satdx-work-cta-copy em{grid-column:2!important;grid-row:1/3!important;align-self:center!important;justify-self:end!important;font-style:normal!important;color:#c47b0f!important;font-size:16px!important}

  /* Herramientas: tablet en grilla completa, teléfono en carrusel. */
  .satdx-tools-showcase{background:radial-gradient(circle at 92% 4%,rgba(244,193,77,.14),transparent 28%),linear-gradient(145deg,#fffdf8,#fff4e4 62%,#fffdf9)!important}
  .satdx-tool-visual{background:linear-gradient(180deg,#fffefd,#fff7eb)!important;border-color:rgba(224,193,134,.42)!important;box-shadow:0 8px 20px rgba(104,76,25,.04)!important}
  .satdx-tool-picture{background:linear-gradient(180deg,#fffdf8,#fff1dd)!important}
  .satdx-tool-picture img{filter:saturate(.94) contrast(.99)!important}
  .satdx-tool-icon{background:#fffdf8!important;border:1px solid rgba(224,193,134,.50)!important;color:#b66f0a!important;font-size:10px!important;letter-spacing:.04em!important}
  .satdx-tool-featured{color:#b36c08!important}

  /* Bloque Argentina en móvil/tablet, solo cuando todavía hay poca oferta. */
  .satdx-ar-growth{
    position:relative;margin-top:18px;padding:20px;border-radius:25px;overflow:hidden;
    display:grid;grid-template-columns:130px minmax(0,1fr);gap:18px;align-items:center;
    background:radial-gradient(circle at 10% 20%,rgba(244,201,98,.16),transparent 32%),linear-gradient(135deg,#fffefb,#fff1d8);
    border:1px solid rgba(224,193,134,.48);box-shadow:0 12px 28px rgba(104,76,25,.05)
  }
  .satdx-ar-growth-mark{height:128px;border-radius:26px;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#ffe18c,#f1a52a);box-shadow:0 12px 24px rgba(199,140,34,.16)}
  .satdx-ar-growth-mark>span{position:absolute;left:10px;top:10px;padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.9)}
  .satdx-ar-growth-mark img{width:70px;height:70px;object-fit:contain}
  .satdx-ar-growth-copy h2{margin:5px 0 0;color:#17253e;font-size:29px;line-height:1;letter-spacing:-1px}
  .satdx-ar-growth-copy p{margin:9px 0 0;color:#687487;font-size:12px;line-height:1.45;font-weight:650}
  .satdx-ar-growth-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
  .satdx-ar-growth-actions a{display:inline-flex;min-height:40px;align-items:center;padding:0 14px;border-radius:999px;border:1px solid rgba(224,193,134,.5);background:#fffaf1;color:#a3670d!important;font-size:11px;font-weight:900}
  .satdx-ar-growth-actions a.is-primary{background:linear-gradient(135deg,#ffd66f,#f4aa2e)!important;color:#17253e!important}
  .satdx-ar-growth-points{grid-column:1/3;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
  .satdx-ar-growth-points span{display:flex;min-height:66px;flex-direction:column;align-items:center;justify-content:center;border-radius:16px;background:rgba(255,255,255,.78);border:1px solid rgba(224,193,134,.42)}
  .satdx-ar-growth-points b{font-size:18px;color:#d1840f}
  .satdx-ar-growth-points small{margin-top:3px;color:#738095;font-size:9px;font-weight:800}

  .satdx-editorial{background:linear-gradient(135deg,#ffe08a 0%,#ffc95a 45%,#efa42a 100%)!important;box-shadow:0 12px 26px rgba(203,142,36,.14)!important}
  .satdx-editorial h2{color:#17253e!important}

  .satdx-backtop{
    position:fixed;right:16px;bottom:98px;z-index:999998;width:44px;height:44px;border-radius:999px;
    display:flex;align-items:center;justify-content:center;border:1px solid rgba(224,193,134,.64);background:rgba(255,252,246,.96);
    color:#c47b0f;font-size:22px;font-weight:900;box-shadow:0 10px 24px rgba(17,24,39,.12);cursor:pointer;
    opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease
  }
  .satdx-backtop.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
  .satdx-dock{border-color:rgba(224,193,134,.48)!important;background:rgba(255,253,249,.97)!important}
  .satdx-dock .satdx-publish i{background:linear-gradient(135deg,#ffd86e,#f2aa2c)!important}
  .satdx-dock a:nth-child(4) i{font-size:10px!important;font-weight:950!important;letter-spacing:.02em!important}
}

@media(min-width:768px) and (max-width:1180px){
  .satdx-tools-visual-rail{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important;scroll-snap-type:none!important}
  .satdx-tool-visual{width:100%!important;min-width:0!important;flex:none!important}
  .satdx-tools-swipe{display:none!important}
}

@media(max-width:767px){
  #satdx-root{background:radial-gradient(620px 145px at 50% 8%,rgba(244,199,91,.17),rgba(244,199,91,0) 72%),linear-gradient(180deg,#fffefb,#fbf5e9 54%,#fffdf9)!important}
  .satdx-brandbar{background:rgba(255,252,246,.97)!important}
  .satdx-brand img{width:27px!important;height:27px!important}
  .satdx-brand strong{font-size:20px!important}
  .satdx-hero{background:linear-gradient(180deg,#fffdf9,#fff4e4)!important;border-bottom-color:rgba(224,193,134,.42)!important}
  .satdx-slide-image{background:#fff6e8!important;border:1px solid rgba(224,193,134,.32)!important}
  .satdx-section{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,249,240,.98))!important}
  .satdx-card-media{padding:4px!important}

  .satdx-cat{flex-basis:190px!important;min-width:190px!important;height:54px!important;grid-template-columns:54px minmax(0,1fr)!important}
  .satdx-cat img,.satdx-cat-fallback,.satdx-work-cta-media{width:54px!important;height:54px!important;min-height:54px!important}
  .satdx-work-cta{flex-basis:260px!important;min-width:260px!important}
  .satdx-work-cta-media img{width:34px!important;height:34px!important}

  .satdx-tools-visual-rail{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:10px!important}
  .satdx-tool-visual{flex:0 0 76%!important;min-width:232px!important;scroll-snap-align:start!important}
  .satdx-tools-swipe{display:block!important}

  .satdx-ar-growth{grid-template-columns:1fr!important;padding:16px!important;gap:12px!important}
  .satdx-ar-growth-mark{height:112px!important}
  .satdx-ar-growth-mark img{width:62px!important;height:62px!important}
  .satdx-ar-growth-copy{text-align:center!important}
  .satdx-ar-growth-copy h2{font-size:24px!important}
  .satdx-ar-growth-actions{justify-content:center!important}
  .satdx-ar-growth-points{grid-column:1!important;gap:6px!important}
  .satdx-ar-growth-points span{min-height:58px!important}
  .satdx-ar-growth-points b{font-size:16px!important}
  .satdx-backtop{right:12px!important;bottom:76px!important;width:40px!important;height:40px!important;font-size:20px!important}
}


/* SATDX 0.4.1 · reloj para Ofertas Flash */
.satdx-product-section.is-offers .satdx-card.is-flash-offer .satdx-card-media{padding-bottom:28px!important}
.satdx-flash-timer{position:absolute;left:10px;right:10px;bottom:10px;display:flex;align-items:center;justify-content:center;gap:6px;min-height:26px;padding:5px 10px;border-radius:999px;background:rgba(255,248,231,.96);border:1px solid rgba(226,196,138,.58);color:#9d6708;box-shadow:0 8px 18px rgba(110,80,24,.08);font-size:11px;font-weight:900;line-height:1;z-index:3;backdrop-filter:blur(6px)}
.satdx-flash-timer i{font-style:normal;font-size:12px;line-height:1}
.satdx-flash-timer strong{font-size:11px;font-weight:900;letter-spacing:.01em}
@media (max-width:767px){.satdx-flash-timer{left:8px;right:8px;bottom:8px;min-height:24px;padding:4px 9px;font-size:10px}.satdx-flash-timer i{font-size:11px}.satdx-flash-timer strong{font-size:10px}}


/* SATDX 0.4.5 · feed estable + una sola flecha móvil/tablet */
@media(max-width:1180px){
  body.satdx-enabled [data-satx-back-top],
  body.satdx-enabled .satx-back-to-top{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
  body.satdx-enabled .satdx-backtop{display:grid}
  body.satdx-enabled .satdx-loading{display:none;cursor:pointer}
  body.satdx-enabled .satdx-loading.is-error{display:block;color:#b06b00;background:#fff8e8;border:1px solid #f2d29a;border-radius:999px;width:max-content;max-width:calc(100% - 32px);margin:12px auto;padding:10px 16px}
}


/* V0.4.6 · Acceso Adultos +18 dentro de herramientas, sin mezclar productos adultos en feeds generales. */
.satdx-tool-visual.is-adult{background:linear-gradient(180deg,#151c27,#0b1018)!important;border-color:rgba(222,181,105,.36)!important;box-shadow:0 10px 28px rgba(8,13,20,.18)!important}
.satdx-tool-visual.is-adult .satdx-tool-picture{background:radial-gradient(circle at 50% 38%,#2e3949 0,#151c27 48%,#0b1018 100%)!important}
.satdx-tool-visual.is-adult .satdx-tool-picture:after{background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.22))!important}
.satdx-adult-visual{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.satdx-adult-visual strong{display:grid;place-items:center;width:64px;height:64px;border:2px solid #f2d08c;border-radius:50%;color:#f7dfae;font-size:27px;line-height:1;font-weight:950;box-shadow:0 0 0 6px rgba(242,208,140,.08)}
.satdx-adult-visual em{color:#e7c77f;font-size:8px;letter-spacing:.16em;font-style:normal;font-weight:950}
.satdx-tool-visual.is-adult .satdx-tool-copy b{color:#fff!important}
.satdx-tool-visual.is-adult .satdx-tool-copy small{color:#d7dde6!important}
.satdx-tool-visual.is-adult .satdx-tool-cta{color:#f2d08c!important;border-top-color:rgba(255,255,255,.14)!important}


/* SAT Desktop Fast v1.0.0 — desktop-only refinements */
@media(min-width:1181px){
  body.satdx-standalone{margin:0!important;background:#f7f8fa!important;overflow-x:hidden!important}
  #satdx-root{padding-bottom:42px!important;min-height:100vh!important}
  .satdx-brandbar{max-width:1500px!important;height:72px!important;padding:0 28px!important}
  .satdx-brand{display:flex!important;align-items:center!important;gap:10px!important}
  .satdx-brand img{width:44px!important;height:44px!important;object-fit:contain!important;border-radius:12px!important}
  .satdx-main{max-width:1500px!important;padding:0 28px 46px!important}
  .satdx-hero{border-radius:30px!important}
  .satdx-hero-controls{grid-template-columns:340px minmax(420px,1fr)!important;padding:20px 28px 0!important}
  .satdx-slider{min-height:470px!important}
  .satdx-slide{grid-template-columns:.82fr 1.18fr!important}
  .satdx-slide-copy{padding:54px 30px 48px 54px!important}
  .satdx-slide h1{font-size:clamp(48px,4vw,72px)!important}
  .satdx-section{padding:22px!important;margin-top:20px!important}
  .satdx-section-head h2{font-size:28px!important}
  .satdx-rail{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important;scroll-snap-type:none!important}
  .satdx-rail .satdx-card{width:100%!important;min-width:0!important;flex:none!important}
  .satdx-cat-rail{display:grid!important;grid-template-columns:repeat(9,minmax(0,1fr))!important;gap:12px!important;overflow:visible!important}
  .satdx-cat{min-width:0!important;flex:none!important}
  .satdx-cat img,.satdx-cat-fallback{height:105px!important}
  .satdx-tools-visual-rail{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important}
  .satdx-feed-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:14px!important}
  .satdx-card{border-radius:16px!important}
  .satdx-card-title{font-size:14px!important;min-height:36px!important}
  .satdx-price-wrap,.satdx-price-sale ins{font-size:18px!important}
  .satdx-dock{display:none!important}
  .satdx-backtop{bottom:28px!important;right:28px!important}
}
@media(min-width:1181px) and (max-width:1350px){
  .satdx-rail,.satdx-feed-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .satdx-cat-rail{grid-template-columns:repeat(6,minmax(0,1fr))!important}
}

/* =========================================================
   SAT Desktop Fast v1.0.1 · Herramientas en carrusel desktop
   4 visibles, altura compacta y navegación lateral.
   ========================================================= */
@media(min-width:1181px){
  .satdx-tools-showcase{
    position:relative!important;
    margin-top:20px!important;
    padding:22px!important;
    overflow:hidden!important;
    border:1px solid rgba(224,193,134,.42)!important;
    border-radius:24px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,249,240,.98))!important;
    box-shadow:0 12px 28px rgba(104,76,25,.045)!important;
  }
  .satdx-tools-showcase-head{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:20px!important;
    margin-bottom:16px!important;
  }
  .satdx-tools-kicker{display:block!important;color:#cf8410!important;font-size:10px!important;font-weight:950!important;letter-spacing:.13em!important}
  .satdx-tools-showcase-head h2{margin:6px 0 0!important;color:#17253e!important;font-size:28px!important;line-height:1.05!important;letter-spacing:-.8px!important}
  .satdx-tools-showcase-head p{margin:7px 0 0!important;max-width:640px!important;color:#687487!important;font-size:12px!important;line-height:1.45!important;font-weight:600!important}
  .satdx-tools-swipe{display:none!important}
  .satdx-tools-carousel-controls{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important}
  .satdx-tools-carousel-controls button{
    width:38px!important;height:38px!important;border-radius:999px!important;border:1px solid rgba(224,193,134,.60)!important;
    background:#fffaf1!important;color:#a26710!important;display:grid!important;place-items:center!important;padding:0!important;
    font-size:24px!important;line-height:1!important;font-weight:700!important;cursor:pointer!important;
    box-shadow:0 5px 14px rgba(104,76,25,.06)!important;transition:transform .16s ease,opacity .16s ease,background .16s ease!important;
  }
  .satdx-tools-carousel-controls button:hover{transform:translateY(-1px)!important;background:#fff3dc!important}
  .satdx-tools-carousel-controls button:disabled{opacity:.32!important;cursor:default!important;transform:none!important}

  .satdx-tools-visual-rail{
    display:flex!important;
    grid-template-columns:none!important;
    gap:14px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    scrollbar-width:none!important;
    padding:2px 1px 6px!important;
  }
  .satdx-tools-visual-rail::-webkit-scrollbar{display:none!important}
  .satdx-tool-visual{
    flex:0 0 calc((100% - 42px)/4)!important;
    width:calc((100% - 42px)/4)!important;
    min-width:0!important;
    scroll-snap-align:start!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    border:1px solid rgba(224,193,134,.42)!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,#fffefd,#fff7eb)!important;
    box-shadow:0 8px 20px rgba(104,76,25,.04)!important;
    text-decoration:none!important;
    transition:transform .16s ease,box-shadow .16s ease!important;
  }
  .satdx-tool-visual:hover{transform:translateY(-2px)!important;box-shadow:0 12px 26px rgba(104,76,25,.08)!important}
  .satdx-tool-picture{position:relative!important;display:block!important;height:148px!important;overflow:hidden!important;background:linear-gradient(180deg,#fffdf8,#fff1dd)!important}
  .satdx-tool-picture:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(10,22,38,0) 52%,rgba(10,22,38,.12) 100%)!important;pointer-events:none!important}
  .satdx-tool-picture img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(.94) contrast(.99)!important}
  .satdx-tool-icon{position:absolute!important;left:11px!important;bottom:10px!important;z-index:2!important;width:36px!important;height:36px!important;border-radius:11px!important;display:grid!important;place-items:center!important;background:#fffdf8!important;border:1px solid rgba(224,193,134,.50)!important;color:#b66f0a!important;font-size:10px!important;font-weight:950!important;letter-spacing:.04em!important;box-shadow:0 6px 16px rgba(17,24,39,.10)!important}
  .satdx-tool-featured{position:absolute!important;right:10px!important;top:10px!important;z-index:2!important;padding:5px 7px!important;border-radius:999px!important;background:rgba(255,255,255,.92)!important;color:#b36c08!important;font-size:8px!important;font-weight:950!important;letter-spacing:.08em!important}
  .satdx-tool-copy{display:flex!important;flex-direction:column!important;min-height:116px!important;padding:12px 13px 13px!important}
  .satdx-tool-copy b{color:#17253e!important;font-size:14px!important;line-height:1.15!important}
  .satdx-tool-copy small{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;margin-top:5px!important;color:#737b87!important;font-size:10px!important;line-height:1.35!important;min-height:27px!important}
  .satdx-tool-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-top:auto!important;padding-top:9px!important;border-top:1px solid #f1ede5!important;color:#b6710d!important;font-size:9px!important;font-weight:950!important}
  .satdx-tool-cta i{font-style:normal!important;font-size:13px!important}

  .satdx-tool-visual.is-adult .satdx-tool-picture{height:148px!important}
  .satdx-adult-visual strong{width:58px!important;height:58px!important;font-size:24px!important}
}

@media(min-width:1181px) and (max-width:1350px){
  .satdx-tool-visual{flex-basis:calc((100% - 30px)/3)!important;width:calc((100% - 30px)/3)!important}
}


/* =========================================================
   SAT Desktop Fast v1.0.2 · "Seguí descubriendo" en carrusel
   Evita segunda fila y elimina el gran espacio vacío del bloque.
   ========================================================= */
@media(min-width:1181px){
  .satdx-cats{overflow:hidden!important}
  .satdx-cats .satdx-section-head{align-items:center!important;gap:18px!important}
  .satdx-cat-head-actions{display:flex!important;align-items:center!important;gap:12px!important;flex:0 0 auto!important}
  .satdx-cat-head-actions>a{white-space:nowrap!important}
  .satdx-cat-carousel-controls{display:flex!important;align-items:center!important;gap:7px!important}
  .satdx-cat-carousel-controls button{
    width:34px!important;height:34px!important;border:1px solid #e5d7bf!important;border-radius:999px!important;
    background:#fff!important;color:#18253b!important;font-size:22px!important;line-height:1!important;font-weight:800!important;
    cursor:pointer!important;display:grid!important;place-items:center!important;transition:.18s ease!important;
  }
  .satdx-cat-carousel-controls button:hover{transform:translateY(-1px)!important;background:#fff4df!important}
  .satdx-cat-carousel-controls button:disabled{opacity:.32!important;cursor:default!important;transform:none!important}
  .satdx-cat-rail{
    display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important;padding:1px 1px 5px!important;
  }
  .satdx-cat-rail::-webkit-scrollbar{display:none!important}
  .satdx-cat{
    flex:0 0 calc((100% - 96px)/9)!important;min-width:128px!important;max-width:170px!important;
    scroll-snap-align:start!important;height:auto!important;display:block!important;
  }
  .satdx-cat img,.satdx-cat-fallback{height:94px!important;width:100%!important}
  .satdx-cat b{display:block!important;margin:8px 8px 0!important;padding:0!important;font-size:10px!important;line-height:1.1!important;text-transform:uppercase!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
  .satdx-cat small{display:block!important;margin:4px 8px 0!important;padding:0!important;font-size:9px!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
  .satdx-work-cta{
    flex:0 0 150px!important;min-width:150px!important;max-width:150px!important;height:auto!important;display:flex!important;flex-direction:column!important;
    justify-content:stretch!important;background:linear-gradient(180deg,#fffdf8,#fff1d8)!important;border-color:rgba(219,168,68,.56)!important;
  }
  .satdx-work-cta-media{display:grid!important;place-items:center!important;width:100%!important;height:94px!important;background:#f1e7d7!important;border-radius:0!important}
  .satdx-work-cta-media img{width:76px!important;height:76px!important;object-fit:contain!important;background:transparent!important;border-radius:0!important}
  .satdx-work-cta-copy{display:block!important;padding:0!important}
  .satdx-work-cta-copy b{display:block!important;margin:8px 8px 0!important;padding:0!important;font-size:10px!important;line-height:1.1!important;text-transform:uppercase!important}
  .satdx-work-cta-copy small{display:block!important;margin:4px 8px 0!important;padding:0!important;font-size:9px!important;line-height:1.25!important;white-space:normal!important}
  .satdx-work-cta-copy em{display:block!important;margin:4px 0 0!important;font-size:13px!important;line-height:1!important}
}
@media(min-width:1181px) and (max-width:1350px){
  .satdx-cat{flex-basis:148px!important;min-width:148px!important;max-width:148px!important}
  .satdx-work-cta{flex-basis:150px!important;min-width:150px!important;max-width:150px!important}
}

/* =========================================================
   SAT Desktop Fast v1.0.3 · Países + Argentina + publicador
   ========================================================= */
@media(min-width:1181px){
  /* Selector de país: bandera real, legible y estable en desktop. */
  .satdx-country{gap:3px!important;padding:4px!important}
  .satdx-country-link{min-width:132px!important;justify-content:center!important;gap:9px!important;padding:0 15px!important;font-weight:750!important}
  .satdx-country-flag{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    width:25px!important;height:17px!important;min-width:25px!important;flex:0 0 25px!important;
    overflow:hidden!important;border-radius:3px!important;background:#fff!important;
    box-shadow:0 0 0 1px rgba(17,24,39,.12),0 2px 5px rgba(17,24,39,.08)!important
  }
  .satdx-country-flag svg{display:block!important;width:25px!important;height:17px!important;min-width:25px!important;max-width:25px!important}
  .satdx-country-link.is-active .satdx-country-flag{box-shadow:0 0 0 1px rgba(205,139,25,.42),0 2px 6px rgba(17,24,39,.08)!important}

  /* Argentina: bloque desktop propio. Antes heredaba casi todo desde reglas mobile/tablet. */
  .satdx-ar-growth{
    position:relative!important;margin-top:20px!important;padding:0!important;min-height:245px!important;
    display:grid!important;grid-template-columns:260px minmax(0,1fr) 330px!important;align-items:stretch!important;gap:0!important;
    overflow:hidden!important;border-radius:26px!important;
    background:linear-gradient(118deg,#ffffff 0%,#f9fcff 48%,#f7fbff 100%)!important;
    border:1px solid rgba(92,154,207,.25)!important;
    box-shadow:0 14px 34px rgba(26,55,87,.075)!important
  }
  .satdx-ar-growth:before{
    content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:5px!important;
    background:linear-gradient(90deg,#74acdf 0 36%,#fff 36% 64%,#74acdf 64% 100%)!important;z-index:3!important
  }
  .satdx-ar-growth-mark{
    position:relative!important;height:auto!important;min-height:245px!important;border-radius:0!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    background:radial-gradient(circle at 45% 38%,rgba(255,255,255,.98) 0 18%,rgba(255,255,255,.25) 19% 31%,transparent 32%),linear-gradient(145deg,#e9f6ff,#b7dcf6)!important;
    box-shadow:none!important;border-right:1px solid rgba(92,154,207,.18)!important
  }
  .satdx-ar-growth-mark:after{
    content:"ARGENTINA"!important;position:absolute!important;left:22px!important;bottom:19px!important;
    font-size:10px!important;font-weight:950!important;letter-spacing:.18em!important;color:#3274aa!important
  }
  .satdx-ar-growth-mark>span{
    position:absolute!important;left:18px!important;top:20px!important;padding:7px 9px!important;border-radius:9px!important;
    background:rgba(255,255,255,.92)!important;box-shadow:0 5px 16px rgba(41,83,121,.09)!important
  }
  .satdx-ar-growth-mark .satdx-country-flag{width:34px!important;height:23px!important;min-width:34px!important;flex-basis:34px!important}
  .satdx-ar-growth-mark .satdx-country-flag svg{width:34px!important;height:23px!important;min-width:34px!important;max-width:34px!important}
  .satdx-ar-growth-mark img{width:105px!important;height:105px!important;object-fit:contain!important;filter:drop-shadow(0 10px 15px rgba(34,61,90,.10))!important}

  .satdx-ar-growth-copy{padding:34px 38px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important}
  .satdx-ar-growth-copy .satdx-eyebrow{color:#397eaf!important;font-size:10px!important;letter-spacing:.16em!important}
  .satdx-ar-growth-copy h2{
    margin:8px 0 0!important;max-width:720px!important;color:#13243b!important;font-family:Georgia,"Times New Roman",serif!important;
    font-size:34px!important;line-height:1.03!important;letter-spacing:-1.15px!important;font-weight:500!important
  }
  .satdx-ar-growth-copy p{margin:12px 0 0!important;max-width:700px!important;color:#657487!important;font-size:13px!important;line-height:1.5!important;font-weight:650!important}
  .satdx-ar-growth-actions{display:flex!important;gap:9px!important;flex-wrap:wrap!important;margin-top:18px!important}
  .satdx-ar-growth-actions a{
    display:inline-flex!important;min-height:42px!important;align-items:center!important;justify-content:center!important;padding:0 17px!important;
    border-radius:999px!important;border:1px solid rgba(92,154,207,.27)!important;background:#fff!important;color:#236a9e!important;
    font-size:11px!important;font-weight:900!important;box-shadow:0 5px 14px rgba(38,77,111,.04)!important
  }
  .satdx-ar-growth-actions a.is-primary{background:linear-gradient(135deg,#ffcf5c,#f2a52a)!important;border-color:transparent!important;color:#15243a!important}

  .satdx-ar-growth-points{
    grid-column:auto!important;padding:28px 25px!important;display:grid!important;grid-template-columns:1fr!important;gap:9px!important;
    align-content:center!important;background:rgba(239,248,255,.66)!important;border-left:1px solid rgba(92,154,207,.15)!important
  }
  .satdx-ar-growth-points span{
    min-height:54px!important;padding:8px 13px!important;display:grid!important;grid-template-columns:88px minmax(0,1fr)!important;
    align-items:center!important;justify-items:start!important;border-radius:15px!important;background:rgba(255,255,255,.92)!important;
    border:1px solid rgba(92,154,207,.19)!important
  }
  .satdx-ar-growth-points b{font-size:17px!important;color:#2875aa!important;line-height:1!important}
  .satdx-ar-growth-points small{margin:0!important;color:#6a7888!important;font-size:10px!important;font-weight:800!important;line-height:1.2!important}
}

@media(min-width:1181px) and (max-width:1350px){
  .satdx-ar-growth{grid-template-columns:220px minmax(0,1fr) 285px!important}
  .satdx-ar-growth-copy{padding:30px 28px!important}
  .satdx-ar-growth-copy h2{font-size:29px!important}
  .satdx-ar-growth-points{padding:24px 18px!important}
}
