:root{
  --sy-bg:#fff8f3;
  --sy-bg-soft:#fff3e8;
  --sy-card:#ffffff;
  --sy-card-soft:#fffaf6;
  --sy-border:#fed7aa;
  --sy-border-soft:#fde7d3;
  --sy-text:#0f172a;
  --sy-text-soft:#475569;
  --sy-text-muted:#64748b;
  --sy-orange:#f97316;
  --sy-orange-dark:#ea580c;
  --sy-orange-soft:#fff1e6;
  --sy-green:#166534;
  --sy-red:#991b1b;
  --sy-shadow:0 18px 40px rgba(15,23,42,.08);
  --sy-shadow-soft:0 10px 24px rgba(15,23,42,.05);
  --sy-radius-xl:30px;
  --sy-radius-lg:24px;
  --sy-radius-md:18px;
  --sy-radius-sm:14px;
}

.sy-home-shortcode,
.sy-listado-shortcode,
.sy-ficha-shortcode{
  color:var(--sy-text);
}

.sy-notice{
  padding:14px 16px;
  border-radius:16px;
  margin:0 0 18px;
  font-weight:700;
  box-shadow:var(--sy-shadow-soft);
}
.sy-notice-success{background:#ecfdf5;color:var(--sy-green);border:1px solid #bbf7d0}
.sy-notice-error{background:#fef2f2;color:var(--sy-red);border:1px solid #fecaca}
.sy-notice-soft{background:#fff7ed;color:#9a3412;border:1px solid var(--sy-border)}

.sy-wrap{
  width:min(1200px,calc(100% - 32px));
  margin:0 auto;
}

.sy-grid-2,
.sy-ficha-grid,
.sy-ficha-grid-enhanced,
.sy-trust-grid-main,
.sy-sellers-grid{
  display:grid;
  gap:24px;
  align-items:start;
}
.sy-grid-2{grid-template-columns:1.1fr .9fr;align-items:center}
.sy-ficha-grid,.sy-ficha-grid-enhanced{grid-template-columns:1fr}

.sy-section{padding:64px 0}
.sy-hero{
  padding:40px 0 30px;
  background:
    radial-gradient(circle at top left, rgba(249,115,22,.14), transparent 28%),
    radial-gradient(circle at top right, rgba(251,191,36,.12), transparent 24%),
    linear-gradient(180deg,#fff8f3 0%,#ffffff 100%);
}

.sy-card,
.sy-feature-card{
  background:var(--sy-card);
  border:1px solid var(--sy-border-soft);
  border-radius:var(--sy-radius-lg);
  padding:24px;
  box-shadow:var(--sy-shadow-soft);
}

.sy-card-soft{
  background:linear-gradient(180deg,#fffdfb 0%,#fff8f3 100%);
  border-color:var(--sy-border);
}

.sy-card-emphasis{
  background:linear-gradient(180deg,#172338 0%,#0f172a 100%);
  color:#fff;
  border:none;
  box-shadow:0 24px 50px rgba(15,23,42,.18);
}

.sy-auction-card,
.sy-feature-card,
.sy-trust-card,
.sy-step-card,
.sy-seller-feature,
.sy-mini-card,
.sy-bid-row,
.sy-check-item{
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.sy-auction-card:hover,
.sy-feature-card:hover,
.sy-trust-card:hover,
.sy-step-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 38px rgba(15,23,42,.09);
}

.sy-badge,
.sy-info-pill,
.sy-status-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.01em;
}
.sy-badge,
.sy-info-pill{
  background:var(--sy-orange-soft);
  color:#9a3412;
  border:1px solid var(--sy-border);
}
.sy-status-active{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}
.sy-status-closed{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}
.sy-status-draft{background:#e5e7eb;color:#334155;border:1px solid #cbd5e1}

.sy-home-shortcode h1,
.sy-home-shortcode h2,
.sy-home-shortcode h3,
.sy-listado-shortcode h2,
.sy-ficha-shortcode h1,
.sy-ficha-shortcode h2,
.sy-ficha-shortcode h3{
  margin:0 0 10px;
  line-height:1.08;
  color:var(--sy-text);
}
.sy-home-shortcode h1{font-size:clamp(36px,5vw,60px);font-weight:800;letter-spacing:-.03em}
.sy-home-shortcode h2,
.sy-listado-shortcode h2,
.sy-ficha-shortcode h2{font-size:clamp(28px,3vw,38px);font-weight:800;letter-spacing:-.02em}
.sy-home-shortcode h3,
.sy-ficha-shortcode h3,
.sy-listado-shortcode h3{font-size:22px;font-weight:800}
.sy-kicker{
  display:inline-block;
  margin-bottom:8px;
  font-size:13px;
  font-weight:800;
  color:var(--sy-orange-dark);
  letter-spacing:.02em;
}
.sy-lead{font-size:16px;line-height:1.8;color:var(--sy-text-soft)}
.sy-no-margin{margin-bottom:0}
.sy-content{margin-top:18px;color:#334155;line-height:1.9}
.sy-muted-line{font-size:13px;color:var(--sy-text-muted)}

.sy-actions,
.sy-btn-row,
.sy-trust-pills,
.sy-category-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.sy-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:16px;
  text-decoration:none;
  font-weight:800;
  transition:all .18s ease;
  cursor:pointer;
}
.sy-btn:focus,
.sy-bid-form input[type=number]:focus{
  outline:none;
  box-shadow:0 0 0 3px rgba(249,115,22,.14);
}
.sy-btn-full{width:100%}
.sy-btn-primary{background:linear-gradient(180deg,#fb923c 0%,#f97316 100%);color:#fff;border:none;box-shadow:0 10px 18px rgba(249,115,22,.22)}
.sy-btn-primary:hover{background:linear-gradient(180deg,#f97316 0%,#ea580c 100%);color:#fff;transform:translateY(-1px)}
.sy-btn-secondary{background:#fff;color:var(--sy-text);border:1px solid var(--sy-border)}
.sy-btn-secondary:hover{background:#fff7ed;color:var(--sy-text);border-color:#fdba74}
.sy-btn-dark-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.18)}
.sy-btn-dark-outline:hover{background:#fff;color:var(--sy-text)}

.sy-inline-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}

.sy-ficha-media,
.sy-ficha-sidebar{
  width:100%;
  max-width:1100px;
  margin-inline:auto;
}

.sy-ficha-media{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px;
}

.sy-ficha-sidebar{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.sy-ficha-media > *{
  width:100%;
}

.sy-gallery-shell{
  width:100%;
  max-width:980px;
  margin-inline:auto;
}

.sy-gallery-main{
  display:flex;
  justify-content:center;
}

.sy-gallery-main-image{
  width:100%;
  max-width:980px;
  margin-inline:auto;
}

.sy-sidebar-main-card{
  position:static;
}

.sy-ficha-media > * + *{margin-top:20px}
.sy-card-image-shell{padding:16px}
.sy-gallery-shell{display:flex;flex-direction:column;gap:14px}
.sy-gallery-main{border-radius:20px;overflow:hidden;background:#fff}
.sy-gallery-main-image,
.sy-ficha-image img,
.sy-card-thumb img,
.sy-featured-thumb img{
  width:100%;
  height:auto;
  display:block;
  border-radius:18px;
}
.sy-gallery-main-image{aspect-ratio:4/3;object-fit:cover;border-radius:20px}
.sy-gallery-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:12px}
.sy-gallery-thumb{appearance:none;border:2px solid transparent;background:#fff;padding:0;border-radius:16px;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px rgba(15,23,42,.06);transition:.2s ease}
.sy-gallery-thumb img{width:100%;height:86px;object-fit:cover;display:block}
.sy-gallery-thumb:hover{transform:translateY(-1px);border-color:#fdba74}
.sy-gallery-thumb.is-active{border-color:var(--sy-orange);box-shadow:0 0 0 3px rgba(249,115,22,.12)}
.sy-ficha-placeholder,
.sy-card-thumb-empty,
.sy-featured-thumb-empty{
  min-height:300px;
  border-radius:20px;
  background:linear-gradient(135deg,#fff7ed 0%,#fef3c7 55%,#ffffff 100%);
}
.sy-card-thumb,
.sy-featured-thumb{
  display:block;
  overflow:hidden;
  border-radius:20px;
}
.sy-card-thumb img,
.sy-featured-thumb img{
  aspect-ratio:4/3;
  object-fit:cover;
}

.sy-sidebar-main-card{
  position:sticky;
  top:24px;
}
.sy-sidebar-top-tight{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}
.sy-countdown-wrap{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:4px;
}
.sy-countdown-label{font-size:12px;opacity:.78}
.sy-countdown{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
  color:#fff;
  font-weight:800;
  letter-spacing:.01em;
}
.sy-card-countdown-row .sy-countdown,
.sy-card-mini-time.sy-countdown{
  background:#fff7ed;
  color:var(--sy-orange-dark);
  border:1px solid var(--sy-border);
}

.sy-price-box-main,
.sy-card-price-block{
  margin:18px 0;
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}
.sy-price-box-main span,
.sy-card-price-block .sy-price-label{display:block;font-size:13px;opacity:.8;margin-bottom:8px}
.sy-price-box-main strong,
.sy-price-big{display:block;font-size:clamp(34px,5vw,48px);font-weight:800;line-height:1;letter-spacing:-.03em}
.sy-price-box-main small,
.sy-price-note{display:block;margin-top:8px;font-size:14px;line-height:1.6;opacity:.82}

.sy-sidebar-stats,
.sy-featured-stats,
.sy-card-meta-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.sy-sidebar-stats > div,
.sy-featured-stats > div,
.sy-card-meta-grid > div{
  border-radius:16px;
  padding:14px 16px;
}
.sy-sidebar-stats > div{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}
.sy-featured-stats > div,
.sy-card-meta-grid > div{
  background:#fffaf6;
  border:1px solid var(--sy-border-soft);
}
.sy-sidebar-stats span,
.sy-featured-stats span,
.sy-card-meta span,
.sy-card-meta-grid span{
  display:block;
  font-size:12px;
  color:inherit;
  opacity:.78;
  margin-bottom:5px;
}
.sy-sidebar-stats strong,
.sy-featured-stats strong,
.sy-card-meta strong,
.sy-card-meta-grid strong{
  display:block;
  font-size:18px;
  line-height:1.2;
  color:inherit;
  font-weight:800;
}

.sy-reserve-box{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  padding:14px 16px;
  border-radius:16px;
  margin-bottom:18px;
  font-weight:700;
}
.sy-reserve-ok{background:#052e16;color:#dcfce7}
.sy-reserve-pending{background:#7c2d12;color:#ffedd5}
.sy-extend-rule{
  margin:14px 0 6px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.07);
  border:1px dashed rgba(255,255,255,.18);
  font-size:13px;
  line-height:1.6;
  color:rgba(255,255,255,.84);
}

.sy-bid-actions-wrap{display:flex;flex-direction:column;gap:14px;margin-top:14px}
.sy-bid-form{
  margin:0;
}
.sy-bid-form-manual{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}
.sy-bid-form label{display:block;font-weight:800;margin:0 0 8px}
.sy-bid-form input[type=number]{
  width:100%;
  height:52px;
  border:1px solid #cbd5e1;
  border-radius:14px;
  padding:0 14px;
  font-size:17px;
  background:#fff;
  color:var(--sy-text);
}
.sy-field-help{font-size:13px;line-height:1.7;margin:8px 0 12px;opacity:.82}
.sy-card-emphasis .sy-field-help{color:rgba(255,255,255,.82)}

.sy-info-card-head,
.sy-featured-head,
.sy-card-topline,
.sy-section-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}
.sy-featured-thumb{margin:16px 0}
.sy-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.sy-auction-card{padding:18px}
.sy-card-body h3{font-size:22px;letter-spacing:-.02em}
.sy-card-body h3 a{color:var(--sy-text)}
.sy-card-body h3 a:hover{color:var(--sy-orange-dark)}
.sy-card-meta{display:flex;justify-content:space-between;gap:12px;align-items:flex-end;margin-top:14px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}
.sy-card-topline{margin-bottom:12px}
.sy-card-status{display:inline-flex}
.sy-card-countdown-row{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:10px 0 16px}
.sy-card-mini-time{font-size:13px;font-weight:800}

.sy-product-text{
  position:relative;
  overflow:hidden;
}
.sy-product-text::after{
  content:"";
  position:absolute;
  right:-60px;
  top:-60px;
  width:180px;
  height:180px;
  background:radial-gradient(circle, rgba(249,115,22,.12) 0%, rgba(249,115,22,0) 70%);
  pointer-events:none;
}

.sy-meta-list{list-style:none;margin:0;padding:0}
.sy-meta-list li{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid #edf2f7;
}
.sy-meta-list li:last-child{border-bottom:none}
.sy-meta-list span{color:var(--sy-text-muted)}
.sy-meta-list strong{color:var(--sy-text);text-align:right}

.sy-bid-history{display:flex;flex-direction:column;gap:10px}
.sy-bid-row{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  padding:13px 14px;
  border-radius:16px;
  background:#f8fafc;
  border:1px solid #edf2f7;
}
.sy-bid-row-top{background:#fff7ed;border-color:var(--sy-border)}
.sy-bid-row div{display:flex;flex-direction:column;gap:4px}
.sy-bid-row span{font-size:12px;color:var(--sy-text-muted)}
.sy-bid-row strong{color:var(--sy-text)}

.sy-home-shortcode .sy-hero .sy-actions{margin-top:28px}
.sy-listado-shortcode .sy-card-grid{margin-top:0}

.sy-footer-grid{display:grid;grid-template-columns:1.2fr auto auto auto;gap:34px}
.sy-footer-brand{font-size:26px;font-weight:800;color:var(--sy-text);margin-bottom:10px}
.sy-footer h4{margin:0 0 12px;font-size:15px;font-weight:800;color:var(--sy-text)}
.sy-footer ul{list-style:none;margin:0;padding:0}
.sy-footer li + li{margin-top:10px}
.sy-footer a{color:var(--sy-text-soft);font-size:15px}
.sy-footer a:hover{color:var(--sy-orange)}

@media (max-width: 980px){
  .sy-ficha-grid,.sy-ficha-grid-enhanced,.sy-grid-2,.sy-card-grid,.sy-footer-grid{grid-template-columns:1fr}
  .sy-featured-stats,.sy-card-meta-grid,.sy-sidebar-stats{grid-template-columns:1fr 1fr}
  .sy-sidebar-main-card{position:static}
}

@media (max-width: 640px){
  .sy-wrap{width:min(100% - 20px,100%)}
  .sy-card,.sy-feature-card,.sy-auction-card{padding:18px}
  .sy-sidebar-stats,.sy-featured-stats,.sy-card-meta-grid{grid-template-columns:1fr}
  .sy-info-card-head,.sy-card-meta,.sy-featured-head,.sy-card-topline,.sy-section-head,.sy-sidebar-top-tight{flex-direction:column;align-items:flex-start}
  .sy-countdown-wrap{align-items:flex-start}
  .sy-home-shortcode h1{font-size:34px}
  .sy-home-shortcode h2,.sy-listado-shortcode h2,.sy-ficha-shortcode h2{font-size:28px}
  .sy-price-box-main strong,.sy-price-big{font-size:34px}
  .sy-ficha-placeholder,.sy-card-thumb-empty,.sy-featured-thumb-empty{min-height:220px}
}


/* Limpieza visual ficha */
.single-subasta .entry-title,
.single-subasta h1.entry-title,
.single-subasta .et_pb_title_container h1,
.single-subasta .et_post_meta_wrapper h1.entry-title,
.single-subasta .post-meta,
.single-subasta .et_pb_post .entry-title{
  display:none !important;
}

.sy-product-description{
  padding-top:20px;
}

.sy-history-more{
  margin-top:12px;
  border-top:1px solid #edf2f7;
  padding-top:12px;
}

.sy-history-more summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
  font-weight:800;
  color:var(--sy-orange-dark);
  padding:14px 16px;
  border-radius:16px;
  background:#fff7ed;
  border:1px solid var(--sy-border);
}

.sy-history-more summary::-webkit-details-marker{
  display:none;
}

.sy-history-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--sy-border);
  transition:transform .2s ease;
}

.sy-history-more[open] .sy-history-arrow{
  transform:rotate(180deg);
}

.sy-bid-history-more-list{
  margin-top:12px;
}

.single-subasta .et_post_meta_wrapper > img,
.single-subasta .et_post_meta_wrapper .entry-featured-image-url,
.single-subasta .et_post_meta_wrapper .entry-featured-image-url img,
.single-subasta article.et_pb_post > img,
.single-subasta .post > img,
.single-subasta .wp-post-image:not(.sy-gallery-main-image):not(.attachment-thumbnail):not(.attachment-large){
  display:none !important;
}

@media (max-width: 767px){
  .sy-gallery-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
  .sy-gallery-thumb img{height:70px}
}


body.single-subasta #main-content .container{max-width:1380px;width:calc(100% - 40px);padding-top:32px;}
body.single-subasta #left-area{width:100%;padding-right:0 !important;float:none;}
body.single-subasta #sidebar{display:none !important;}
body.single-subasta #main-content .container:before{display:none !important;}
body.single-subasta.et_right_sidebar #left-area{float:none !important;}
body.single-subasta.et_right_sidebar #sidebar{display:none !important;}
body.single-subasta .et_post_meta_wrapper,
body.single-subasta h1.entry-title.main_title,
body.single-subasta .post-meta{display:none;}
body.single-subasta article.et_pb_post{margin-bottom:0;padding-bottom:0;}
body.single-subasta .sy-ficha-shortcode{max-width:1180px;margin:0 auto 48px;}
body.single-subasta .sy-ficha-grid, body.single-subasta .sy-ficha-grid-enhanced{grid-template-columns:1fr;}
body.single-subasta .sy-gallery-main-image{aspect-ratio:16/10;}
body.single-subasta .sy-ficha-media,
body.single-subasta .sy-ficha-sidebar{max-width:1100px;}
body.single-subasta .sy-gallery-shell{max-width:980px;}
@media (max-width:980px){body.single-subasta #main-content .container{width:calc(100% - 24px);} body.single-subasta .sy-ficha-shortcode{margin-bottom:32px;}}
/* v0.4.7 ajustes de tamaño y ficha estática */
body.single-subasta #main-content .container{
  max-width:1100px;
  width:calc(100% - 32px);
  padding-top:24px;
}
body.single-subasta .sy-ficha-shortcode{
  max-width:920px;
  margin:0 auto 36px;
}
body.single-subasta .sy-ficha-media,
body.single-subasta .sy-ficha-sidebar,
body.single-subasta .sy-gallery-shell{
  max-width:820px;
}
body.single-subasta .sy-gallery-main-image{
  max-width:820px;
  aspect-ratio:4 / 3;
}
body.single-subasta .sy-sidebar-main-card{
  position:static !important;
  top:auto !important;
}
body.single-subasta .sy-card,
body.single-subasta .sy-feature-card,
body.single-subasta .sy-auction-card{
  padding:20px;
  border-radius:22px;
}
body.single-subasta .sy-price-box-main,
body.single-subasta .sy-card-price-block{
  margin:14px 0;
  padding:16px;
}
body.single-subasta .sy-sidebar-stats{
  gap:12px;
}
body.single-subasta .sy-sidebar-stats > div{
  padding:14px;
  border-radius:16px;
}
body.single-subasta .sy-sidebar-stats strong,
body.single-subasta .sy-price-box-main strong{
  font-size:clamp(18px, 3vw, 28px);
}
body.single-subasta .sy-bid-form input[type=number]{
  min-height:44px;
  font-size:15px;
}
body.single-subasta .sy-btn{
  min-height:44px;
  border-radius:14px;
}
.sy-condition-notes-card .sy-content{
  margin-top:0;
}
@media (max-width: 767px){
  body.single-subasta #main-content .container{width:calc(100% - 20px);}
  body.single-subasta .sy-ficha-shortcode{max-width:100%;margin-bottom:28px;}
  body.single-subasta .sy-ficha-media,
  body.single-subasta .sy-ficha-sidebar,
  body.single-subasta .sy-gallery-shell,
  body.single-subasta .sy-gallery-main-image{max-width:100%;}
}


/* v0.4.9 fondo más estable, más compacto y con guiño visual a subastas */
body.single-subasta{
  background:
    radial-gradient(circle at 0% 0%, rgba(249,115,22,.08), transparent 22%),
    radial-gradient(circle at 100% 8%, rgba(251,191,36,.07), transparent 18%),
    linear-gradient(180deg,#fffaf7 0%,#fff8f2 48%,#fffdfb 100%);
}
body.single-subasta #main-content{
  background:transparent;
  position:relative;
}
body.single-subasta #main-content:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='none' stroke='%23f59e0b' stroke-opacity='.12' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M42 44l18-18 14 14-18 18z'/%3E%3Cpath d='M72 34l9-9 14 14-9 9z'/%3E%3Cpath d='M55 57l33 33'/%3E%3Cpath d='M89 92l10 10'/%3E%3C/g%3E%3C/svg%3E");
  background-size:140px 140px;
  background-repeat:repeat;
}
body.single-subasta .sy-ficha-shortcode{
  position:relative;
  isolation:isolate;
}
body.single-subasta .sy-ficha-shortcode:before{
  content:"";
  position:absolute;
  inset:-16px -18px auto -18px;
  height:220px;
  z-index:-1;
  border-radius:34px;
  background:linear-gradient(135deg, rgba(249,115,22,.10) 0%, rgba(255,255,255,.18) 45%, rgba(251,191,36,.08) 100%);
  filter:blur(2px);
}
body.single-subasta .sy-card,
body.single-subasta .sy-feature-card,
body.single-subasta .sy-auction-card,
body.single-subasta .sy-history-card,
body.single-subasta .sy-data-card,
body.single-subasta .sy-condition-notes-card{
  background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,249,244,.99) 100%);
}
body.single-subasta .sy-gallery-main{
  box-shadow:0 14px 28px rgba(15,23,42,.06);
  background:linear-gradient(180deg,#fffdfb 0%,#fff8f2 100%);
}
body.single-subasta .sy-gallery-strip{
  padding:6px;
  border-radius:16px;
  background:rgba(255,255,255,.92);
  box-shadow:0 8px 20px rgba(15,23,42,.04);
}
body.single-subasta .sy-history-details,
body.single-subasta .sy-history-more{
  background:rgba(255,255,255,.94);
}
body.single-subasta #main-content .container{
  max-width:960px;
  width:calc(100% - 28px);
  padding-top:18px;
}
body.single-subasta .sy-ficha-shortcode{
  max-width:760px;
  margin:0 auto 28px;
}
body.single-subasta .sy-ficha-media,
body.single-subasta .sy-ficha-sidebar,
body.single-subasta .sy-gallery-shell,
body.single-subasta .sy-gallery-main-image{
  max-width:680px;
}
body.single-subasta .sy-gallery-main-image{
  aspect-ratio:4 / 3;
}
body.single-subasta .sy-card,
body.single-subasta .sy-feature-card,
body.single-subasta .sy-auction-card{
  padding:16px;
  border-radius:18px;
}
body.single-subasta .sy-price-box-main,
body.single-subasta .sy-card-price-block{
  margin:12px 0;
  padding:14px;
}
body.single-subasta .sy-sidebar-stats{
  gap:10px;
}
body.single-subasta .sy-sidebar-stats > div{
  padding:12px;
  border-radius:14px;
}
body.single-subasta .sy-sidebar-stats strong,
body.single-subasta .sy-price-box-main strong{
  font-size:clamp(16px, 2.3vw, 24px);
}
body.single-subasta .sy-ficha-shortcode h2{
  font-size:clamp(24px,2.4vw,32px);
}
body.single-subasta .sy-ficha-shortcode h3{
  font-size:20px;
}
body.single-subasta .sy-lead,
body.single-subasta .sy-content,
body.single-subasta .sy-meta-list,
body.single-subasta .sy-history-row{
  font-size:14px;
}
body.single-subasta .sy-btn{
  min-height:42px;
  padding:0 16px;
  border-radius:14px;
  font-size:14px;
}
body.single-subasta .sy-bid-form input[type=number]{
  min-height:42px;
  font-size:14px;
}
@media (max-width: 767px){
  body.single-subasta #main-content:before{
    opacity:.14;
    background-size:92px 92px;
  }
  body.single-subasta #main-content .container{
    width:calc(100% - 14px);
    padding-top:12px;
  }
  body.single-subasta .sy-ficha-shortcode{
    max-width:100%;
    margin:0 auto 18px;
  }
  body.single-subasta .sy-ficha-shortcode:before{
    inset:-8px -8px auto -8px;
    height:120px;
    border-radius:22px;
  }
  body.single-subasta .sy-ficha-media,
  body.single-subasta .sy-ficha-sidebar,
  body.single-subasta .sy-gallery-shell,
  body.single-subasta .sy-gallery-main-image{
    max-width:100%;
  }
  body.single-subasta .sy-card,
  body.single-subasta .sy-feature-card,
  body.single-subasta .sy-auction-card,
  body.single-subasta .sy-history-card,
  body.single-subasta .sy-data-card,
  body.single-subasta .sy-condition-notes-card{
    padding:14px;
    border-radius:16px;
  }
  body.single-subasta .sy-gallery-main-image{
    aspect-ratio:1 / 1;
    border-radius:16px;
  }
  body.single-subasta .sy-gallery-strip{gap:8px;padding:4px;}
  body.single-subasta .sy-gallery-thumb img{height:56px;}
  body.single-subasta .sy-sidebar-stats{grid-template-columns:repeat(2, minmax(0, 1fr));}
  body.single-subasta .sy-sidebar-stats > div{padding:10px;border-radius:12px;}
  body.single-subasta .sy-price-box-main strong{font-size:clamp(15px, 7vw, 20px);}
  body.single-subasta .sy-ficha-shortcode h2{font-size:24px;}
  body.single-subasta .sy-ficha-shortcode h3{font-size:18px;}
  body.single-subasta .sy-countdown{min-height:32px;padding:0 10px;font-size:12px;}
  body.single-subasta .sy-btn{min-height:40px;font-size:13px;}
}


/* v0.4.10 corrección visual: patrón visible y tarjeta principal oscura */
body.single-subasta #main-content:before{
  opacity:.42;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23f59e0b' stroke-opacity='.22' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M28 40l18-18 14 14-18 18z'/%3E%3Cpath d='M58 30l8-8 14 14-8 8z'/%3E%3Cpath d='M41 53l28 28'/%3E%3Cpath d='M70 82l9 9'/%3E%3Cpath d='M88 20l12 12'/%3E%3C/g%3E%3C/svg%3E");
  background-size:120px 120px;
}
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis{
  background:linear-gradient(180deg,#172338 0%,#0f172a 100%) !important;
  color:#fff !important;
  border:none !important;
  box-shadow:0 24px 50px rgba(15,23,42,.18) !important;
}
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-price-box-main,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-sidebar-stats > div,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-bid-form-manual{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.1) !important;
  color:#fff !important;
}
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-price-box-main span,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-price-box-main strong,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-price-box-main small,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-sidebar-stats span,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-sidebar-stats strong,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis label,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-field-help,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-countdown-label,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-extend-rule{
  color:#fff !important;
}
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-field-help,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-countdown-label{
  opacity:.82;
}
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-price-box-main small,
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-extend-rule{
  color:rgba(255,255,255,.84) !important;
}
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-countdown{
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#fff !important;
}
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis .sy-bid-form input[type=number]{
  background:#fff !important;
  color:var(--sy-text) !important;
  border:1px solid #cbd5e1 !important;
}
body.single-subasta .sy-gallery-shell,
body.single-subasta .sy-sidebar-main-card,
body.single-subasta .sy-info-card,
body.single-subasta .sy-history-card,
body.single-subasta .sy-condition-notes-card{
  backdrop-filter:blur(2px);
}
@media (max-width: 767px){
  body.single-subasta #main-content:before{
    opacity:.28;
    background-size:88px 88px;
  }
}


/* v0.4.11 fondo de subastas más visible y corrección de desbordes móviles */
html, body.single-subasta, body.single-subasta #page-container, body.single-subasta #main-content{
  overflow-x:hidden !important;
}
body.single-subasta #main-content:before{
  opacity:.52;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='112' viewBox='0 0 112 112'%3E%3Cg fill='none' stroke='%23ea580c' stroke-opacity='.26' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M26 32l16-16 14 14-16 16z'/%3E%3Cpath d='M52 24l8-8 14 14-8 8z'/%3E%3Cpath d='M38 44l23 23'/%3E%3Cpath d='M61 67l8 8'/%3E%3Cpath d='M66 78h24'/%3E%3Cpath d='M70 84h20'/%3E%3C/g%3E%3C/svg%3E");
  background-size:112px 112px;
}
body.single-subasta{
  background:
    radial-gradient(circle at 0% 0%, rgba(249,115,22,.10), transparent 24%),
    radial-gradient(circle at 100% 10%, rgba(251,191,36,.10), transparent 20%),
    linear-gradient(180deg,#fffaf6 0%,#fff7f0 42%,#fffdfb 100%);
}
body.single-subasta .sy-ficha-shortcode,
body.single-subasta .sy-ficha-shortcode *,
body.single-subasta .sy-gallery-shell,
body.single-subasta .sy-gallery-main,
body.single-subasta .sy-gallery-strip,
body.single-subasta .sy-gallery-thumb,
body.single-subasta .sy-gallery-main-image,
body.single-subasta .sy-sidebar-main-card,
body.single-subasta .sy-info-card,
body.single-subasta .sy-history-card,
body.single-subasta .sy-condition-notes-card,
body.single-subasta .sy-meta-list li,
body.single-subasta .sy-bid-row,
body.single-subasta .sy-sidebar-stats > div{
  box-sizing:border-box;
  max-width:100%;
}
body.single-subasta .sy-ficha-shortcode{
  width:100%;
}
body.single-subasta .sy-gallery-shell,
body.single-subasta .sy-sidebar-main-card,
body.single-subasta .sy-info-card,
body.single-subasta .sy-history-card,
body.single-subasta .sy-condition-notes-card{
  width:100%;
}
body.single-subasta .sy-gallery-main{
  overflow:hidden;
}
body.single-subasta .sy-gallery-main-image{
  width:100%;
  max-width:100%;
}
body.single-subasta .sy-gallery-strip{
  grid-template-columns:repeat(auto-fit,minmax(74px,88px));
  justify-content:center;
}
body.single-subasta .sy-sidebar-main-card.sy-card-emphasis{
  position:static !important;
  top:auto !important;
}
@media (max-width: 767px){
  body.single-subasta #main-content:before{
    opacity:.34;
    background-size:86px 86px;
  }
  body.single-subasta #main-content .container{
    width:calc(100% - 12px);
    padding-top:10px;
  }
  body.single-subasta .sy-ficha-shortcode{
    max-width:100%;
    margin:0 auto 16px;
  }
  body.single-subasta .sy-card,
  body.single-subasta .sy-feature-card,
  body.single-subasta .sy-auction-card,
  body.single-subasta .sy-history-card,
  body.single-subasta .sy-data-card,
  body.single-subasta .sy-condition-notes-card,
  body.single-subasta .sy-sidebar-main-card{
    padding:12px;
    border-radius:14px;
  }
  body.single-subasta .sy-gallery-shell{
    gap:10px;
  }
  body.single-subasta .sy-gallery-main-image{
    aspect-ratio:1 / 1;
    border-radius:14px;
  }
  body.single-subasta .sy-gallery-strip{
    grid-template-columns:repeat(3,minmax(0,78px));
    gap:8px;
    justify-content:center;
  }
  body.single-subasta .sy-gallery-thumb{
    width:78px;
    max-width:100%;
    margin:0 auto;
  }
  body.single-subasta .sy-gallery-thumb img{
    height:58px;
  }
  body.single-subasta .sy-sidebar-stats{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  body.single-subasta .sy-sidebar-stats > div{
    padding:9px;
  }
  body.single-subasta .sy-price-box-main,
  body.single-subasta .sy-card-price-block,
  body.single-subasta .sy-bid-form-manual,
  body.single-subasta .sy-reserve-box,
  body.single-subasta .sy-extend-rule,
  body.single-subasta .sy-check-item,
  body.single-subasta .sy-bid-row,
  body.single-subasta .sy-history-more summary{
    padding:10px 12px;
  }
  body.single-subasta .sy-meta-list li{
    padding:10px 0;
    gap:8px;
  }
  body.single-subasta .sy-meta-list strong{
    max-width:52%;
    text-align:right;
    word-break:break-word;
  }
  body.single-subasta .sy-btn{
    min-height:38px;
    padding:0 12px;
    font-size:13px;
  }
  body.single-subasta .sy-bid-form input[type=number]{
    min-height:38px;
    height:38px;
    padding:0 12px;
    font-size:14px;
  }
  body.single-subasta .sy-countdown{
    min-height:30px;
    padding:0 9px;
    font-size:11px;
  }
  body.single-subasta .sy-ficha-shortcode h2{
    font-size:22px;
  }
  body.single-subasta .sy-ficha-shortcode h3{
    font-size:17px;
  }
  body.single-subasta .sy-lead,
  body.single-subasta .sy-content,
  body.single-subasta .sy-field-help,
  body.single-subasta .sy-muted-line,
  body.single-subasta .sy-history-row,
  body.single-subasta .sy-meta-list{
    font-size:13px;
  }
  body.single-subasta .sy-price-box-main strong,
  body.single-subasta .sy-sidebar-stats strong{
    font-size:clamp(15px,5.5vw,19px);
  }
}


/* v0.4.12 corrección fuerte móvil: sin desbordes y historial más compacto */
body.single-subasta .sy-ficha-shortcode,
body.single-subasta .sy-ficha-grid,
body.single-subasta .sy-ficha-grid-enhanced,
body.single-subasta .sy-ficha-media,
body.single-subasta .sy-ficha-sidebar,
body.single-subasta .sy-sidebar-main-card,
body.single-subasta .sy-info-card,
body.single-subasta .sy-history-card,
body.single-subasta .sy-condition-notes-card,
body.single-subasta .sy-card,
body.single-subasta .sy-feature-card,
body.single-subasta .sy-auction-card,
body.single-subasta .sy-price-box-main,
body.single-subasta .sy-sidebar-stats,
body.single-subasta .sy-sidebar-stats > div,
body.single-subasta .sy-bid-actions-wrap,
body.single-subasta .sy-bid-form,
body.single-subasta .sy-bid-form-manual,
body.single-subasta .sy-meta-list,
body.single-subasta .sy-bid-history,
body.single-subasta .sy-bid-row,
body.single-subasta .sy-history-more,
body.single-subasta .sy-history-more summary,
body.single-subasta .sy-gallery-main,
body.single-subasta .sy-gallery-strip{
  min-width:0;
}
body.single-subasta .sy-btn{
  white-space:normal;
  text-align:center;
  line-height:1.2;
}
body.single-subasta .sy-bid-form input[type=number],
body.single-subasta .sy-content,
body.single-subasta .sy-field-help,
body.single-subasta .sy-meta-list strong,
body.single-subasta .sy-meta-list span,
body.single-subasta .sy-bid-row strong,
body.single-subasta .sy-bid-row span,
body.single-subasta .sy-condition-notes-card,
body.single-subasta .sy-condition-notes-card .sy-content{
  overflow-wrap:anywhere;
  word-break:break-word;
}
body.single-subasta .sy-history-card .sy-info-card-head{
  margin-bottom:8px;
}
body.single-subasta .sy-history-card .sy-bid-history{
  gap:8px;
}
body.single-subasta .sy-history-card .sy-bid-row{
  padding:10px 12px;
  border-radius:14px;
}
body.single-subasta .sy-history-card .sy-bid-row strong{
  font-size:15px;
}
body.single-subasta .sy-history-card .sy-bid-row span,
body.single-subasta .sy-history-card .sy-close-date,
body.single-subasta .sy-history-card .sy-history-more summary{
  font-size:12px;
}
@media (max-width: 767px){
  body.single-subasta #main-content .container{
    width:calc(100% - 8px);
    padding-top:8px;
  }
  body.single-subasta .sy-ficha-shortcode{
    padding-inline:0;
    margin:0 auto 14px;
  }
  body.single-subasta .sy-card,
  body.single-subasta .sy-feature-card,
  body.single-subasta .sy-auction-card,
  body.single-subasta .sy-history-card,
  body.single-subasta .sy-data-card,
  body.single-subasta .sy-condition-notes-card,
  body.single-subasta .sy-sidebar-main-card{
    padding:10px;
    border-radius:12px;
  }
  body.single-subasta .sy-gallery-shell{
    gap:8px;
  }
  body.single-subasta .sy-gallery-main{
    padding:0;
    border-radius:12px;
  }
  body.single-subasta .sy-gallery-main-image{
    aspect-ratio:auto;
    max-height:52vh;
    object-fit:cover;
    border-radius:12px;
  }
  body.single-subasta .sy-gallery-strip{
    grid-template-columns:repeat(3,minmax(0,72px));
    gap:6px;
    padding:2px;
  }
  body.single-subasta .sy-gallery-thumb{
    width:72px;
    border-radius:10px;
  }
  body.single-subasta .sy-gallery-thumb img{
    height:52px;
    border-radius:8px;
  }
  body.single-subasta .sy-sidebar-top-tight,
  body.single-subasta .sy-info-card-head,
  body.single-subasta .sy-section-head,
  body.single-subasta .sy-card-topline,
  body.single-subasta .sy-card-meta{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
  body.single-subasta .sy-countdown-wrap{
    align-items:flex-start;
  }
  body.single-subasta .sy-price-box-main,
  body.single-subasta .sy-card-price-block,
  body.single-subasta .sy-bid-form-manual,
  body.single-subasta .sy-reserve-box,
  body.single-subasta .sy-extend-rule,
  body.single-subasta .sy-check-item,
  body.single-subasta .sy-bid-row,
  body.single-subasta .sy-history-more summary{
    padding:9px 10px;
  }
  body.single-subasta .sy-sidebar-stats{
    grid-template-columns:1fr !important;
    gap:8px;
  }
  body.single-subasta .sy-sidebar-stats > div{
    padding:9px 10px;
  }
  body.single-subasta .sy-meta-list li{
    display:grid;
    grid-template-columns:1fr;
    gap:4px;
    padding:8px 0;
  }
  body.single-subasta .sy-meta-list strong{
    max-width:100%;
    text-align:left;
  }
  body.single-subasta .sy-btn,
  body.single-subasta .sy-btn-full{
    width:100%;
    min-height:36px;
    height:auto;
    padding:10px 12px;
    font-size:12px;
  }
  body.single-subasta .sy-bid-form input[type=number]{
    min-height:36px;
    height:36px;
    padding:0 10px;
    font-size:13px;
    border-radius:10px;
  }
  body.single-subasta .sy-countdown{
    min-height:28px;
    padding:0 8px;
    font-size:10px;
  }
  body.single-subasta .sy-countdown-label,
  body.single-subasta .sy-field-help,
  body.single-subasta .sy-muted-line,
  body.single-subasta .sy-lead,
  body.single-subasta .sy-content,
  body.single-subasta .sy-meta-list,
  body.single-subasta .sy-history-row,
  body.single-subasta .sy-history-card .sy-bid-row span,
  body.single-subasta .sy-history-card .sy-close-date,
  body.single-subasta .sy-history-card .sy-history-more summary{
    font-size:11px;
  }
  body.single-subasta .sy-ficha-shortcode h2{
    font-size:19px;
  }
  body.single-subasta .sy-ficha-shortcode h3{
    font-size:15px;
  }
  body.single-subasta .sy-price-box-main strong,
  body.single-subasta .sy-sidebar-stats strong{
    font-size:clamp(14px,4.8vw,18px);
  }
  body.single-subasta .sy-history-card .sy-bid-row strong{
    font-size:13px;
  }
}


/* v0.4.13 fondo con martillos más reales */
body.single-subasta #main-content:before{
  opacity:.24 !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg opacity='.9'%3E%3Cg transform='translate(18 16) rotate(-28 40 40)' fill='%23ea580c' fill-opacity='.16'%3E%3Crect x='18' y='20' width='34' height='16' rx='4'/%3E%3Crect x='49' y='16' width='14' height='24' rx='4'/%3E%3Crect x='43' y='34' width='10' height='58' rx='5'/%3E%3Crect x='34' y='86' width='28' height='10' rx='5'/%3E%3C/g%3E%3Cg transform='translate(84 88) rotate(-28 40 40)' fill='%23f59e0b' fill-opacity='.14'%3E%3Crect x='18' y='20' width='34' height='16' rx='4'/%3E%3Crect x='49' y='16' width='14' height='24' rx='4'/%3E%3Crect x='43' y='34' width='10' height='58' rx='5'/%3E%3Crect x='34' y='86' width='28' height='10' rx='5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-size:160px 160px !important;
  background-repeat:repeat !important;
}
@media (max-width: 767px){
  body.single-subasta #main-content:before{
    opacity:.16 !important;
    background-size:112px 112px !important;
  }
}


/* ===== v0.5.1 app style overrides ===== */
.sy-listado-shortcode,
.sy-ficha-shortcode{
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(249,115,22,.08), transparent 28%),
    radial-gradient(circle at top left, rgba(15,23,42,.05), transparent 24%),
    linear-gradient(180deg,#fffaf7 0%,#f8fafc 100%);
}

.sy-ficha-shortcode{
  max-width: 980px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 32px;
}

.sy-ficha-shortcode .sy-card,
.sy-listado-shortcode .sy-card,
.sy-listado-shortcode .sy-auction-card{
  border-radius: 26px;
  border: 1px solid rgba(148,163,184,.12);
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.sy-sidebar-main-card.sy-card-emphasis{
  background: linear-gradient(135deg,#0f172a 0%,#172554 55%,#1e293b 100%);
  padding: 22px;
}

.sy-sidebar-top-tight{
  align-items: center;
}

.sy-countdown{
  min-height: 34px;
  font-size: 12px;
  padding: 0 11px;
}

.sy-price-box-main{
  margin: 14px 0;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
}

.sy-price-box-main strong,
.sy-price-big{
  font-size: clamp(28px, 4.2vw, 40px);
}

.sy-sidebar-stats > div,
.sy-featured-stats > div,
.sy-card-meta-grid > div{
  border-radius: 18px;
  padding: 12px 14px;
}

.sy-bid-actions-wrap{ gap: 10px; }
.sy-bid-form-manual{ padding: 14px; border-radius: 20px; }
.sy-bid-form input[type=number]{ height: 46px; font-size: 16px; border-radius: 14px; }
.sy-btn{ min-height: 44px; border-radius: 18px; font-size: 14px; }
.sy-btn-primary{ box-shadow: 0 12px 22px rgba(249,115,22,.18); }

.sy-gallery-shell{ max-width: 820px; }
.sy-gallery-main-image{ border-radius: 24px; aspect-ratio: 4/3; }
.sy-gallery-strip{ grid-template-columns: repeat(auto-fit,minmax(74px,1fr)); gap: 10px; }
.sy-gallery-thumb{ border-radius: 14px; }
.sy-gallery-thumb img{ height: 72px; }

.sy-info-card-head h2,
.sy-history-card h2,
.sy-product-description h2{
  font-size: 20px;
  letter-spacing: -.02em;
}

.sy-meta-list li{
  padding: 10px 0;
  font-size: 14px;
}

.sy-bid-history{ gap: 8px; }
.sy-bid-row{
  padding: 10px 12px;
  border-radius: 14px;
}
.sy-bid-row span{ font-size: 11px; }
.sy-bid-row strong{ font-size: 14px; }

.sy-history-more summary{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sy-text-soft);
  list-style: none;
}
.sy-history-more summary::-webkit-details-marker{ display:none; }
.sy-history-arrow{ transition: transform .18s ease; display:inline-block; }
.sy-history-more[open] .sy-history-arrow{ transform: rotate(180deg); }

.sy-card-grid{ gap: 16px; }
.sy-listado-shortcode .sy-card-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
.sy-auction-card{ padding: 14px; }
.sy-card-thumb,
.sy-card-thumb img{ border-radius: 20px; }
.sy-card-body h3{ font-size: 18px; margin-bottom: 6px; }
.sy-card-meta{ margin-top: 10px; padding-bottom: 10px; }
.sy-card-countdown-row{ padding: 8px 0 12px; }

@media (max-width: 980px){
  .sy-ficha-shortcode{ max-width: 760px; }
}

@media (max-width: 767px){
  .sy-ficha-shortcode{ padding: 8px; border-radius: 20px; }
  .sy-ficha-shortcode .sy-card,
  .sy-listado-shortcode .sy-auction-card{ border-radius: 22px; }
  .sy-sidebar-main-card.sy-card-emphasis{ padding: 18px; }
  .sy-gallery-shell{ max-width: 100%; }
  .sy-gallery-main-image{ border-radius: 18px; }
  .sy-gallery-strip{ grid-template-columns: repeat(4,minmax(0,1fr)); }
  .sy-gallery-thumb img{ height: 58px; }
  .sy-listado-shortcode .sy-card-grid{ grid-template-columns: 1fr; }
  .sy-card-body h3{ font-size: 16px; }
  .sy-price-box-main strong,
  .sy-price-big{ font-size: 30px; }
  .sy-bid-row{ padding: 8px 10px; }
  .sy-bid-row strong{ font-size: 13px; }
}

/* v0.5.2 app home */
.sy-home-app{
  background:#f8fafc;
  padding:24px 0 40px;
}
.sy-home-app .sy-app-shell{
  width:min(1120px,calc(100% - 24px));
  margin:0 auto;
  background:#fffaf7;
  border-radius:36px;
  box-shadow:0 0 0 1px rgba(15,23,42,.03),0 30px 80px rgba(15,23,42,.08);
  overflow:hidden;
}
.sy-home-app .sy-app-hero,
.sy-home-app .sy-app-tabs-wrap,
.sy-home-app .sy-app-search-wrap,
.sy-home-app .sy-app-stats-wrap,
.sy-home-app .sy-app-listing-section,
.sy-home-app .sy-app-info-wrap{padding-inline:20px}
.sy-home-app .sy-app-hero{padding-top:20px;padding-bottom:18px}
.sy-home-app .sy-app-hero-card{
  border-radius:28px;
  background:linear-gradient(135deg,#0f172a 0%,#172554 55%,#1e293b 100%);
  color:#fff;
  padding:24px;
  box-shadow:0 16px 40px rgba(15,23,42,.18);
}
.sy-home-app .sy-app-hero-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}
.sy-home-app .sy-app-pill,
.sy-home-app .sy-app-timer{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:11px;font-weight:800}
.sy-home-app .sy-app-pill{background:rgba(255,255,255,.12);color:#fff}
.sy-home-app .sy-app-timer{background:rgba(249,115,22,.18);color:#fed7aa}
.sy-home-app h1{color:#fff;font-size:clamp(32px,5vw,52px);max-width:800px}
.sy-home-app .sy-lead{color:#cbd5e1;max-width:720px}
.sy-home-app .sy-actions{margin-top:20px}
.sy-home-app .sy-btn-dark-outline{min-height:44px;padding-inline:18px}
.sy-home-app .sy-app-tabs-wrap{padding-bottom:12px}
.sy-home-app .sy-app-tabs{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
.sy-home-app .sy-app-tabs::-webkit-scrollbar{display:none}
.sy-home-app .sy-app-tab{flex:0 0 auto;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700;background:#fff;color:#475569;box-shadow:var(--sy-shadow-soft)}
.sy-home-app .sy-app-tab.is-active{background:#0f172a;color:#fff}
.sy-home-app .sy-app-search-wrap{padding-bottom:14px}
.sy-home-app .sy-app-search{display:flex;align-items:center;gap:10px;border:1px solid var(--sy-border-soft);background:#fff;border-radius:22px;padding:8px 10px;box-shadow:var(--sy-shadow-soft)}
.sy-home-app .sy-app-search-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:16px;background:#fff7ed;color:#f97316;font-size:18px;font-weight:700}
.sy-home-app .sy-app-search-placeholder{flex:1;color:#64748b;font-size:14px}
.sy-home-app .sy-app-search-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 14px;border-radius:16px;background:#f97316;color:#fff;font-size:14px;font-weight:700}
.sy-home-app .sy-app-stats-wrap{padding-bottom:20px}
.sy-home-app .sy-app-stats-grid{display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}
.sy-home-app .sy-app-stat-card{border-radius:20px;background:#f8fafc;padding:16px}
.sy-home-app .sy-app-stat-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:14px;background:#fff;color:#f97316;box-shadow:var(--sy-shadow-soft);font-weight:800;margin-bottom:10px}
.sy-home-app .sy-app-stat-label{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}
.sy-home-app .sy-app-stat-card strong{display:block;margin-top:4px;font-size:14px;font-weight:800;color:#0f172a}
.sy-home-app .sy-app-listing-section{padding-top:4px;padding-bottom:22px}
.sy-home-app .sy-app-section-head{margin-bottom:18px;display:flex;justify-content:space-between;align-items:end;gap:16px}
.sy-home-app .sy-app-section-head-no-margin{margin-bottom:14px}
.sy-home-app .sy-app-link{font-size:14px;font-weight:700;color:#475569;text-decoration:none}
.sy-home-app .sy-app-link:hover{color:#0f172a}
.sy-home-app .sy-card-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}
.sy-home-app .sy-auction-card{
  border:0;
  border-radius:24px;
  padding:0;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 30px rgba(15,23,42,.08);
}
.sy-home-app .sy-auction-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.1)}
.sy-home-app .sy-card-thumb{display:block;aspect-ratio:4/3;background:linear-gradient(135deg,#e2e8f0 0%,#fff7ed 60%,#fff 100%);overflow:hidden}
.sy-home-app .sy-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.sy-home-app .sy-card-thumb-empty{background:linear-gradient(135deg,#e2e8f0 0%,#fff7ed 60%,#fff 100%)}
.sy-home-app .sy-card-body{padding:16px}
.sy-home-app .sy-card-topline{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}
.sy-home-app .sy-card-status,.sy-home-app .sy-card-mini-time{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:800}
.sy-home-app .sy-card-mini-time{background:#f1f5f9;color:#475569}
.sy-home-app .sy-auction-card h3{font-size:16px;line-height:1.3;margin-bottom:6px}
.sy-home-app .sy-auction-card h3 a{color:#0f172a;text-decoration:none}
.sy-home-app .sy-card-meta{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-top:12px}
.sy-home-app .sy-card-meta span{display:block;font-size:11px;color:#64748b}
.sy-home-app .sy-card-meta strong{display:block;font-size:24px;font-weight:800;color:#0f172a;line-height:1.1}
.sy-home-app .sy-card-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}
.sy-home-app .sy-card-meta-grid > div{background:#f8fafc;border-radius:18px;padding:12px}
.sy-home-app .sy-card-meta-grid strong{font-size:18px}
.sy-home-app .sy-auction-card .sy-btn{min-height:40px;margin-top:14px;border-radius:16px}
.sy-home-app .sy-app-info-wrap{padding-bottom:24px}
.sy-home-app .sy-app-info-card{background:#fff;border-radius:28px;padding:20px;box-shadow:var(--sy-shadow-soft)}
.sy-home-app .sy-app-arrow{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:18px;background:#fff7ed;color:#f97316;font-size:20px;font-weight:800}
.sy-home-app .sy-app-benefits-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}
.sy-home-app .sy-app-benefit{background:#fffaf7;border-radius:20px;padding:16px}
.sy-home-app .sy-app-benefit h3{font-size:14px;margin-bottom:8px}
.sy-home-app .sy-app-benefit p{margin:0;color:#475569;font-size:12px;line-height:1.6}

@media (max-width: 1024px){
  .sy-home-app .sy-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sy-home-app .sy-app-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 767px){
  .sy-home-app{padding:0 0 24px}
  .sy-home-app .sy-app-shell{width:100%;border-radius:0;box-shadow:none}
  .sy-home-app .sy-app-hero,
  .sy-home-app .sy-app-tabs-wrap,
  .sy-home-app .sy-app-search-wrap,
  .sy-home-app .sy-app-stats-wrap,
  .sy-home-app .sy-app-listing-section,
  .sy-home-app .sy-app-info-wrap{padding-inline:14px}
  .sy-home-app .sy-app-hero{padding-top:14px}
  .sy-home-app .sy-app-hero-card{padding:18px;border-radius:24px}
  .sy-home-app h1{font-size:32px}
  .sy-home-app .sy-app-search{padding:8px}
  .sy-home-app .sy-app-search-placeholder{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .sy-home-app .sy-app-stats-grid,
  .sy-home-app .sy-app-benefits-grid,
  .sy-home-app .sy-card-meta-grid{grid-template-columns:1fr}
  .sy-home-app .sy-app-section-head{align-items:flex-start;flex-direction:column}
  .sy-home-app .sy-card-meta{flex-direction:row}

  /* Carrusel móvil para subastas activas */
  .sy-home-app .sy-app-listing-section .sy-card-grid{
    display:flex;
    grid-template-columns:none;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding-bottom:6px;
    padding-right:14px;
  }
  .sy-home-app .sy-app-listing-section .sy-card-grid::-webkit-scrollbar{display:none}
  .sy-home-app .sy-app-listing-section .sy-card-grid > *{
    flex:0 0 84%;
    min-width:84%;
    scroll-snap-align:start;
  }
  .sy-home-app .sy-app-listing-section .sy-auction-card{
    min-height:100%;
  }
  .sy-home-app .sy-app-listing-section .sy-card-body{padding:14px}
  .sy-home-app .sy-app-listing-section .sy-card-meta strong{font-size:22px}
  .sy-home-app .sy-app-listing-section .sy-auction-card .sy-btn{width:100%}
}


/* v0.6.0 ficha estilo app */
body.single-subasta .sy-ficha-shortcode{max-width:780px;}
body.single-subasta .sy-ficha-grid,
body.single-subasta .sy-ficha-grid-enhanced{display:block;}
body.single-subasta .sy-ficha-media > *,
body.single-subasta .sy-ficha-sidebar > *{margin-top:0;}
body.single-subasta .sy-ficha-sidebar > * + *{margin-top:14px;}
body.single-subasta .sy-app-ficha-main{
  background:linear-gradient(135deg,#0f172a 0%,#172554 55%,#1e293b 100%) !important;
  border:none !important;
  border-radius:28px !important;
  box-shadow:0 18px 44px rgba(15,23,42,.18) !important;
  padding:18px !important;
}
body.single-subasta .sy-app-ficha-top{align-items:flex-start;gap:12px;}
body.single-subasta .sy-app-countdown-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:6px;}
body.single-subasta .sy-app-ficha-main .sy-countdown-label{color:rgba(255,255,255,.72) !important;font-size:12px;font-weight:600;}
body.single-subasta .sy-app-ficha-main .sy-countdown{background:rgba(255,255,255,.1) !important;border:1px solid rgba(255,255,255,.12) !important;color:#fff !important;min-height:34px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:700;}
body.single-subasta .sy-app-bid-status{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin:2px 0 10px;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:700;}
body.single-subasta .sy-app-bid-status-dot{width:8px;height:8px;border-radius:50%;background:currentColor;display:block;}
body.single-subasta .sy-app-bid-status-leading{background:#dcfce7;color:#166534;}
body.single-subasta .sy-app-bid-status-outbid{background:#fee2e2;color:#b91c1c;}
body.single-subasta .sy-app-bid-status-neutral{background:rgba(255,255,255,.1);color:#e2e8f0;}
body.single-subasta .sy-app-price-box-main{background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.08) !important;border-radius:22px !important;margin:6px 0 12px !important;padding:16px !important;}
body.single-subasta .sy-app-price-box-main span{color:rgba(255,255,255,.68) !important;font-size:12px;font-weight:600;}
body.single-subasta .sy-app-price-box-main strong{color:#fff !important;font-size:clamp(28px,5vw,42px) !important;line-height:1.02;}
body.single-subasta .sy-app-price-box-main small{color:rgba(255,255,255,.82) !important;font-size:13px;display:block;margin-top:6px;}
body.single-subasta .sy-app-ficha-main .sy-sidebar-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
body.single-subasta .sy-app-ficha-main .sy-sidebar-stats > div{background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.08) !important;border-radius:18px !important;padding:14px !important;}
body.single-subasta .sy-app-ficha-main .sy-sidebar-stats span{color:rgba(255,255,255,.72) !important;font-size:12px;font-weight:600;}
body.single-subasta .sy-app-ficha-main .sy-sidebar-stats strong{color:#fff !important;font-size:22px !important;line-height:1.05;}
body.single-subasta .sy-app-ficha-main .sy-reserve-box{border-radius:18px;margin-top:12px;}
body.single-subasta .sy-app-ficha-main .sy-extend-rule{margin-top:12px;background:rgba(255,255,255,.06);border:1px dashed rgba(255,255,255,.16);border-radius:18px;color:rgba(255,255,255,.78) !important;}
body.single-subasta .sy-app-ficha-main .sy-bid-actions-wrap{margin-top:14px;}
body.single-subasta .sy-app-ficha-main .sy-bid-form{background:transparent;padding:0;margin:0;}
body.single-subasta .sy-app-ficha-main .sy-bid-form + .sy-bid-form{margin-top:12px;}
body.single-subasta .sy-app-ficha-main .sy-bid-form label{color:#fff !important;font-size:13px;margin-bottom:8px;}
body.single-subasta .sy-app-ficha-main .sy-bid-form input[type=number]{min-height:48px;border-radius:16px !important;border:1px solid rgba(255,255,255,.12) !important;background:#fff !important;color:#0f172a !important;padding:0 14px;}
body.single-subasta .sy-app-ficha-main .sy-field-help{color:rgba(255,255,255,.76) !important;font-size:12px;line-height:1.5;margin:8px 0 0;}
body.single-subasta .sy-app-ficha-main .sy-btn{min-height:46px;border-radius:16px;font-size:14px;font-weight:800;}
body.single-subasta .sy-app-ficha-main .sy-btn-secondary{background:#fff;color:#0f172a;border:none;}
body.single-subasta .sy-app-ficha-main .sy-btn-primary{background:#f97316;color:#fff;border:none;}
body.single-subasta .sy-gallery-shell,
body.single-subasta .sy-info-card,
body.single-subasta .sy-condition-notes-card,
body.single-subasta .sy-history-card,
body.single-subasta .sy-product-description{border-radius:24px !important;box-shadow:0 10px 24px rgba(15,23,42,.06);}
body.single-subasta .sy-history-card .sy-info-card-head,
body.single-subasta .sy-info-card .sy-info-card-head{align-items:center;}
body.single-subasta .sy-history-card .sy-bid-row{padding:12px 14px;border-radius:16px;background:#fffaf7;border:1px solid #ffedd5;}
body.single-subasta .sy-history-card .sy-bid-row + .sy-bid-row{margin-top:8px;}
body.single-subasta .sy-history-card .sy-bid-row strong:last-child{font-size:20px;}
body.single-subasta .sy-history-more summary{padding:12px 14px;border-radius:16px;background:#f8fafc;font-weight:700;font-size:13px;}
@media (max-width: 767px){
  body.single-subasta #main-content .container{width:calc(100% - 10px) !important;}
  body.single-subasta .sy-ficha-shortcode{max-width:100%;}
  body.single-subasta .sy-app-ficha-main{padding:14px !important;border-radius:22px !important;}
  body.single-subasta .sy-app-ficha-main .sy-sidebar-stats{grid-template-columns:1fr 1fr;gap:10px;}
  body.single-subasta .sy-app-ficha-main .sy-sidebar-stats > div{padding:10px !important;border-radius:14px !important;min-width:0;}
  body.single-subasta .sy-app-ficha-main .sy-sidebar-stats strong{font-size:18px !important;word-break:break-word;}
  body.single-subasta .sy-app-price-box-main strong{font-size:34px !important;}
  body.single-subasta .sy-app-ficha-main .sy-countdown{font-size:11px;min-height:30px;padding:0 10px;}
  body.single-subasta .sy-gallery-main-image{aspect-ratio:4/4 !important;}
  body.single-subasta .sy-gallery-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;}
  body.single-subasta .sy-gallery-thumb img{height:54px;}
  body.single-subasta .sy-history-card .sy-bid-row{padding:10px 12px;}
  body.single-subasta .sy-history-card .sy-bid-row strong:last-child{font-size:17px;}
}

/* Home app funcional */
.sy-home-app-functional .sy-app-tabs-links a{text-decoration:none}
.sy-home-app-functional .sy-app-search-form input[type=text]{
  flex:1;
  min-width:0;
  height:40px;
  border:none;
  background:transparent;
  font-size:14px;
  color:#0f172a;
  outline:none;
  box-shadow:none;
  padding:0 4px;
}
.sy-home-app-functional .sy-app-search-form button{border:none;cursor:pointer}
.sy-home-app-functional .sy-app-results-note{margin:6px 0 0;color:#64748b;font-size:13px}
.sy-home-app-functional .sy-app-explain-wrap,
.sy-home-app-functional .sy-app-cta-wrap{padding:0 20px 24px}
.sy-home-app-functional .sy-app-steps-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}
.sy-home-app-functional .sy-app-step{background:#fffaf7;border-radius:20px;padding:16px}
.sy-home-app-functional .sy-app-step-num{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#fff;color:#f97316;font-size:14px;font-weight:800;box-shadow:var(--sy-shadow-soft);margin-bottom:10px}
.sy-home-app-functional .sy-app-step h3{font-size:14px;margin-bottom:8px}
.sy-home-app-functional .sy-app-step p{margin:0;color:#475569;font-size:12px;line-height:1.6}
.sy-home-app-functional .sy-app-cta-card{background:linear-gradient(135deg,#fff 0%,#fff7ed 100%);border:1px solid var(--sy-border-soft);border-radius:28px;padding:20px;display:flex;justify-content:space-between;align-items:center;gap:16px;box-shadow:var(--sy-shadow-soft)}
.sy-home-app-functional .sy-app-cta-card p{margin:8px 0 0;color:#475569;font-size:14px;line-height:1.7;max-width:700px}
.sy-home-app-functional .sy-actions-compact{margin-top:0;flex-wrap:wrap;justify-content:flex-end}
@media (max-width: 980px){
  .sy-home-app-functional .sy-app-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sy-home-app-functional .sy-app-cta-card{flex-direction:column;align-items:flex-start}
}
@media (max-width: 640px){
  .sy-home-app-functional .sy-app-explain-wrap,
  .sy-home-app-functional .sy-app-cta-wrap{padding-inline:14px}
  .sy-home-app-functional .sy-app-steps-grid{grid-template-columns:1fr}
  .sy-home-app-functional .sy-app-search-form{padding:8px}
  .sy-home-app-functional .sy-app-search-form input[type=text]{font-size:13px}
  .sy-home-app-functional .sy-app-cta-card{padding:18px;border-radius:24px}
  .sy-home-app-functional .sy-actions-compact{width:100%}
  .sy-home-app-functional .sy-actions-compact .sy-btn{width:100%;justify-content:center}
}


/* v0.7.2 mobile compact fix: compact only, preserve all blocks */
@media (max-width: 767px){
  /* Keep all existing sections, only make them smaller */
  .sy-home-app .sy-app-hero,
  .sy-home-app .sy-app-tabs-wrap,
  .sy-home-app .sy-app-search-wrap,
  .sy-home-app .sy-app-stats-wrap,
  .sy-home-app .sy-app-listing-section,
  .sy-home-app .sy-app-explain-wrap,
  .sy-home-app .sy-app-info-wrap,
  .sy-home-app .sy-app-cta-wrap{padding-inline:12px}

  .sy-home-app .sy-app-hero{padding-top:12px;padding-bottom:12px}
  .sy-home-app .sy-app-hero-card{padding:14px;border-radius:20px}
  .sy-home-app .sy-app-hero-top{margin-bottom:10px;gap:8px}
  .sy-home-app .sy-app-pill,
  .sy-home-app .sy-app-timer{min-height:26px;padding:0 10px;font-size:10px}
  .sy-home-app h1{font-size:24px;line-height:1.15;max-width:none}
  .sy-home-app .sy-lead{font-size:13px;line-height:1.5}
  .sy-home-app .sy-actions{margin-top:14px;gap:8px}
  .sy-home-app .sy-btn,
  .sy-home-app .sy-btn-dark-outline{min-height:38px;padding-inline:12px;font-size:13px;border-radius:14px}

  .sy-home-app .sy-app-tabs{gap:8px;padding-bottom:0}
  .sy-home-app .sy-app-tab{padding:8px 12px;font-size:12px}
  .sy-home-app .sy-app-search{padding:6px 8px;gap:8px;border-radius:16px}
  .sy-home-app .sy-app-search-icon{width:32px;height:32px;border-radius:12px;font-size:14px}
  .sy-home-app .sy-app-search input{height:34px;font-size:13px}
  .sy-home-app .sy-app-search-btn{height:34px;padding:0 12px;font-size:12px;border-radius:12px}

  /* Keep transparency / pujas / tiempo in one row on mobile */
  .sy-home-app .sy-app-stats-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px;
  }
  .sy-home-app .sy-app-stat-card{padding:10px;border-radius:14px}
  .sy-home-app .sy-app-stat-icon{width:28px;height:28px;border-radius:10px;font-size:12px;margin-bottom:6px}
  .sy-home-app .sy-app-stat-label{font-size:9px;letter-spacing:.04em}
  .sy-home-app .sy-app-stat-card strong{font-size:11px;line-height:1.25}

  .sy-home-app .sy-app-section-head{margin-bottom:12px;gap:8px}
  .sy-home-app .sy-app-link{font-size:12px}

  /* Mobile carousel: keep all cards, just smaller */
  .sy-home-app .sy-app-listing-section .sy-card-grid{
    gap:10px;
    padding-right:12px;
  }
  .sy-home-app .sy-app-listing-section .sy-card-grid > *{
    flex:0 0 78%;
    min-width:78%;
  }
  .sy-home-app .sy-app-listing-section .sy-auction-card{border-radius:18px}
  .sy-home-app .sy-app-listing-section .sy-card-body{padding:12px}
  .sy-home-app .sy-app-listing-section .sy-auction-card h3{font-size:14px;line-height:1.35}
  .sy-home-app .sy-app-listing-section .sy-muted-line,
  .sy-home-app .sy-app-listing-section .sy-card-meta,
  .sy-home-app .sy-app-listing-section .sy-card-topline{font-size:11px}
  .sy-home-app .sy-app-listing-section .sy-card-meta strong{font-size:18px}
  .sy-home-app .sy-app-listing-section .sy-auction-card .sy-btn{width:100%;min-height:36px;font-size:12px;padding-inline:10px}

  /* Explain / trust / CTA sections: smaller but preserved */
  .sy-home-app .sy-app-how-card,
  .sy-home-app .sy-app-trust-card,
  .sy-home-app .sy-app-cta-card,
  .sy-home-app .sy-app-info-card{padding:14px;border-radius:18px}
  .sy-home-app .sy-app-steps-grid,
  .sy-home-app .sy-app-benefits-grid{gap:8px}
  .sy-home-app .sy-app-step,
  .sy-home-app .sy-app-benefit{padding:10px;border-radius:14px}
  .sy-home-app .sy-app-step h3,
  .sy-home-app .sy-app-benefit h3{font-size:13px;line-height:1.3}
  .sy-home-app .sy-app-step p,
  .sy-home-app .sy-app-benefit p,
  .sy-home-app .sy-app-results-note{font-size:11px;line-height:1.45}
  .sy-home-app .sy-app-step-num{width:24px;height:24px;font-size:11px;margin-bottom:8px}
  .sy-home-app .sy-app-arrow{width:32px;height:32px;border-radius:12px;font-size:13px}
  .sy-home-app .sy-app-benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
}


/* v0.7.3 - carruseles automáticos en móvil para Cómo funciona y Confianza
   + cards de subastas activas simplificadas en móvil */
@media (max-width: 767px){
  /* Subastas activas: dejar solo foto + título + botón */
  .sy-home-app .sy-app-listing-section .sy-auction-card{
    padding: 0 !important;
    overflow: hidden;
  }
  .sy-home-app .sy-app-listing-section .sy-card-thumb{
    border-radius: 18px 18px 0 0 !important;
  }
  .sy-home-app .sy-app-listing-section .sy-card-body{
    padding: 12px !important;
  }
  .sy-home-app .sy-app-listing-section .sy-card-topline,
  .sy-home-app .sy-app-listing-section .sy-card-meta,
  .sy-home-app .sy-app-listing-section .sy-card-meta-grid{
    display:none !important;
  }
  .sy-home-app .sy-app-listing-section .sy-card-body h3{
    margin: 0 0 10px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    min-height: auto !important;
  }
  .sy-home-app .sy-app-listing-section .sy-card-body .sy-btn{
    width: 100% !important;
    min-height: 36px !important;
    font-size: 12px !important;
    padding-inline: 10px !important;
  }

  /* Cómo funciona y Confianza como carrusel */
  .sy-home-app .sy-app-steps-grid,
  .sy-home-app .sy-app-benefits-grid{
    display:flex !important;
    flex-wrap: nowrap !important;
    overflow-x:auto !important;
    gap:10px !important;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding-bottom: 4px;
    scrollbar-width:none;
  }
  .sy-home-app .sy-app-steps-grid::-webkit-scrollbar,
  .sy-home-app .sy-app-benefits-grid::-webkit-scrollbar{
    display:none;
  }
  .sy-home-app .sy-app-steps-grid > *,
  .sy-home-app .sy-app-benefits-grid > *{
    flex:0 0 82% !important;
    min-width:82% !important;
    scroll-snap-align:start;
  }
}

/* Frontend modal create auction */
.sy-actions{flex-wrap:wrap}
.sy-modal{position:fixed; inset:0; display:none; z-index:99999}
.sy-modal.is-open{display:block}
.sy-modal__backdrop{position:absolute; inset:0; background:rgba(15,23,42,.55); backdrop-filter: blur(4px);}
.sy-modal__dialog{position:relative; width:min(980px, calc(100% - 24px)); max-height:calc(100vh - 24px); overflow:auto; margin:12px auto; background:#fff; border-radius:24px; padding:22px; box-shadow:0 30px 80px rgba(15,23,42,.25)}
.sy-modal__close{position:absolute; top:12px; right:12px; width:40px; height:40px; border:none; border-radius:50%; background:#f1f5f9; font-size:24px; line-height:1; cursor:pointer}
.sy-modal__header h2{margin:0 0 6px}
.sy-modal__header p{margin:0 0 16px; color:#64748b}
.sy-form-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px}
.sy-field{display:flex; flex-direction:column; gap:6px}
.sy-field-full{grid-column:1/-1}
.sy-field label{font-size:13px; font-weight:700; color:#0f172a}
.sy-field input,.sy-field textarea,.sy-field select{width:100%; min-height:44px; border:1px solid #e2e8f0; border-radius:14px; padding:10px 12px; font:inherit; background:#fff}
.sy-field textarea{min-height:110px; resize:vertical}
.sy-modal__footer{display:flex; justify-content:flex-end; gap:10px; margin-top:18px}
.sy-media-box{display:flex; flex-direction:column; gap:10px}
.sy-media-preview,.sy-gallery-preview{display:flex; flex-wrap:wrap; gap:8px}
.sy-media-preview img,.sy-gallery-preview img{width:70px; height:70px; object-fit:cover; border-radius:12px; border:1px solid #e2e8f0}
.sy-home-app .sy-create-feedback{margin:0 0 14px}
@media (max-width:767px){
  .sy-modal__dialog{padding:16px; width:calc(100% - 16px); margin:8px auto; border-radius:18px}
  .sy-form-grid{grid-template-columns:1fr}
  .sy-modal__footer{flex-direction:column}
}
