/* BUILD: 2026-02-07  (CLEANED / SINGLE-SOURCE-OF-TRUTH) */

/* =========================
   BASE GENERAL
   ========================= */

html, body{
  height: 100%;
}

body{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;

  /* Fondo CORPO visible (un solo fondo, sin peleas) */
  background:
    radial-gradient(900px 520px at 12% -10%, rgba(17,59,117,.14), transparent 60%),
    radial-gradient(700px 420px at 92% 0%, rgba(255,209,102,.12), transparent 55%),
    linear-gradient(180deg, #eef2f8 0%, #e7edf6 100%) !important;
}

/* textura sutil (grid fino) para “producto” */
body::before{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(15,23,42,.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,23,42,.05) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .22;
  mask-image: radial-gradient(70% 60% at 50% 0%, #000 40%, transparent 75%);
}

/* =========================
   HEADER / BARRA SUPERIOR
   (NO TOCAR: fintech)
   ========================= */

.navbar{
  background: linear-gradient(180deg, #020617 0%, #0b1220 100%);
  border-bottom: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 1px 0 rgba(15, 23, 42, .75);
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

/* Marca Remates360 */
.navbar-brand{
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #f9fafb !important;
}

.navbar-brand span{
  color: #FFD166;
}

/* Links del menú principal */
.navbar-dark .navbar-nav .nav-link,
.navbar .nav-link{
  font-size: 0.9rem;
  color: #e5e7eb;
  padding-inline: 0.9rem;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active{
  color: #ffffff;
}

/* subrayado fino al estilo corporativo */
.navbar .nav-link.active::after,
.navbar .nav-link:hover::after{
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.2rem;
  height: 2px;
  border-radius: 999px;
  background-color: #FFD166;
}

/* texto de la derecha (correo, Premium, salir) */
.navbar-text{
  font-size: 0.82rem;
  color: #e5e7eb;
}

.navbar-text .badge{
  font-size: 0.7rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.1rem 0.55rem;
}

/* botón toggler en mobile */
.navbar-dark .navbar-toggler{
  border-color: rgba(148, 163, 184, 0.6);
}
.navbar-dark .navbar-toggler-icon{
  filter: brightness(1.6);
}

/* =========================
   LANDING WRAPPER (UNA SOLA DEFINICIÓN)
   ========================= */

.landing-wrapper{
  padding: 1.25rem 1.25rem 2rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.46)) !important;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 22px 60px rgba(15,23,42,.08);
  padding-bottom: 3rem; /* mantiene aire al final */
}

.landing-wrapper > section:not(.hero){
  position: relative;
  z-index: 1;
}

/* Secciones inferiores como “bandas” con padding real (evita bordes mordidos) */
.features-section,
.upcoming-section,
.landing-wrapper section.mt-5{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 1.25rem 1.25rem !important;
}

/* divisor elegante entre secciones (NO aplica al salto desde hero) */
.landing-wrapper section:not(.hero) + section:not(.hero){
  border-top: 1px solid rgba(15,23,42,.10);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

/* margen para que no quede “pegado” al hero */
.features-section{ margin-top: 2.25rem; }
.upcoming-section{ margin-top: 2.25rem; }

/* =========================
   HERO
   ========================= */

.hero{
  margin-top: 1.8rem;
  margin-bottom: 2.25rem;
  padding: 3rem 0 3.4rem;
  border-radius: 24px;

  /* azul original pero más profundo */
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(76,132,255,.26), transparent 58%),
    radial-gradient(700px 420px at 92% 15%, rgba(255,209,102,.12), transparent 60%),
    linear-gradient(135deg, #0B2A4A 0%, #103A73 45%, #071A30 100%);

  border: 1px solid rgba(148,163,184,.18);

  box-shadow:
    0 30px 70px rgba(15,23,42,.32),
    0 0 0 1px rgba(148,163,184,.10),
    0 0 140px rgba(17,59,117,.20);

  color: #f9fafb;
  position: relative;
  overflow: hidden;
}

/* brillo suave arriba */
.hero::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:
    radial-gradient(700px 240px at 18% 0%, rgba(255,255,255,.10), transparent 70%),
    linear-gradient(90deg, rgba(255,255,255,.06), transparent 40%, rgba(255,255,255,.05));
  opacity: .55;
  pointer-events: none;
}

/* centramos el contenido dentro de la container bootstrap */
.hero-row{
  max-width: 1120px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

/* text side */
.hero-pill{
  display: inline-block;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.28);
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background: rgba(15,23,42,.22);
  backdrop-filter: blur(6px);
}

.hero-title{
  font-size: clamp(2.15rem, 3.4vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
}

.hero-highlight{
  color: #FFD166;
}

.hero-subtitle{
  max-width: 36rem;
  font-size: 0.98rem;
  color: rgba(226,232,240,.92);
}

/* Botones más premium */
.hero-actions .btn{ border-radius: 14px; }
.hero-actions .btn.hero-cta{
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(2,6,23,.20);
}
.hero-actions .btn.hero-cta-alt{
  border-color: rgba(248, 250, 252, 0.28);
  color: #f9fafb;
  background: rgba(255,255,255,.06);
}
.hero-actions .btn.hero-cta-alt:hover{
  background-color: rgba(248, 250, 252, 0.10);
}

/* Stats debajo de los botones */
.hero-stats{
  display: flex;
  gap: 1.4rem;
  flex-wrap: nowrap;
}
.hero-stat{
  flex: 1 1 0;
  min-width: 0;
}
@media (max-width: 991.98px){
  .hero-stats{ flex-wrap: wrap; }
  .hero-stat{ min-width: 150px; }
}
.hero-stat-number{
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
}
.hero-stat-label{
  font-size: 0.85rem;
  color: rgba(226,232,240,.78);
}

/* panel derecha */
.hero-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  border-radius: 18px;
  padding: 1.4rem 1.2rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.65);
  color: #e5e7eb;
  backdrop-filter: blur(8px);
}

.hero-card-header{ margin-bottom: 0.7rem; }
.hero-card-title{
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-badge-estado{
  background-color: #FFD166;
  color: #5E3A00;
  font-size: 0.7rem;
  padding-inline: 0.7rem;
  border-radius: 999px;
}

.hero-dl{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem 1rem;
  font-size: 0.82rem;
  margin-bottom: 1rem;
}

.hero-dl dt{
  font-weight: 500;
  color: rgba(156,163,175,.95);
}
.hero-dl dd{
  margin: 0;
  font-weight: 500;
}

/* --- previews del hero --- */
.hero-preview-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.hero-preview{
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(148,163,184,.18);
}

.hero-preview img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-preview-label{
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  color: #fff;
}

@media (max-width: 992px){
  .hero-preview-grid{ grid-template-columns: 1fr; }
}

/* =======================
   SECCIONES INFERIORES
   ======================= */

.section-title{
  font-size: 1.45rem;
  font-weight: 600;
  position: relative;
  padding-bottom: .55rem;
}

.section-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width: 92px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #FFD166, rgba(255,209,102,0));
}

/* Cards de features (UNA SOLA DEFINICIÓN) */
.feature-card{
  position: relative;
  background: rgba(255,255,255,.92);
  border-radius: 14px;
  padding: 1.4rem 1.3rem;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 16px 44px rgba(15,23,42,.10);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

/* top bar pro */
.feature-card::before{
  content:"";
  position:absolute;
  left: 12px;
  right: 12px;
  top: 10px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(17,59,117,.85), rgba(255,209,102,.85));
  opacity: .90;
}

.feature-card h3{
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  padding-top: .35rem;
}

.feature-card p{
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #4b5563;
}

.feature-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(15,23,42,.14);
  border-color: rgba(17,59,117,.22);
}

/* links */
.section-link{
  font-size: 0.85rem;
  text-decoration: none;
  color: #1d4ed8;
}
.section-link:hover{ text-decoration: underline; }

/* próximos remates */
.upcoming-empty{
  background: rgba(255,255,255,.65);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  border: 1px dashed rgba(15,23,42,.18);
  font-size: 0.87rem;
  color: #4b5563;
}

/* thumbnails de bienes */
.bien-thumb-img{
  border-radius: 8px;
  border: 1px solid rgba(148, 163, 184, 0.6);
}

/* tarjetas genéricas bootstrap */
.card{
  border-radius: 1rem;
  border: 1px solid rgba(15,23,42,.10);
}

/* =========================
   INFORME – Sección pro (texto + hoja)
   ========================= */

.report-section{
  margin-top: 3rem;
}

.report-wrap{
  border-radius: 22px;
  padding: 2rem 1.75rem;
  background:
    radial-gradient(900px 520px at 15% 0%, rgba(17,59,117,.10), transparent 60%),
    radial-gradient(700px 420px at 85% 0%, rgba(255,209,102,.12), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.60));
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 55px rgba(15,23,42,.08);
}

.report-kicker{
  display: inline-block;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .3rem .75rem;
  border-radius: 999px;
  background: rgba(17,59,117,.10);
  border: 1px solid rgba(17,59,117,.18);
  color: #0A2540;
}

.report-bullets{
  padding-left: 0;
  list-style: none;
}

.report-bullets li{
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: .55rem;
  color: #334155;
}

.report-bullets li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .42rem;
  width: .9rem;
  height: .9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(17,59,117,.85), rgba(255,209,102,.85));
  box-shadow: 0 8px 18px rgba(15,23,42,.12);
}

.report-cta{
  border-radius: 14px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(2,6,23,.10);
}

.report-cta-alt{
  border-radius: 14px;
  font-weight: 600;
}

/* Mockup “hoja impresa” */
.report-mockup{
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
}

.report-paper{
  width: min(520px, 100%);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.12);
  box-shadow: 0 26px 70px rgba(15,23,42,.18);
  overflow: hidden;
  transform: rotate(-1.2deg);
}

.report-paper img{
  width: 100%;
  height: auto;
  display: block;
}

.report-paper-header{
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .75rem .9rem;
  background: linear-gradient(180deg, rgba(15,23,42,.06), rgba(15,23,42,.02));
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.report-paper-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(15,23,42,.18);
}

.report-paper-title{
  margin-left: .35rem;
  font-size: .78rem;
  color: #334155;
  font-weight: 600;
}

.report-paper-body{
  padding: 1rem 1.1rem 1.15rem;
}

/* Skeleton pro */
.report-skel-line{
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15,23,42,.08), rgba(15,23,42,.04));
  margin-bottom: .6rem;
}

.report-skel-block{
  height: 86px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(17,59,117,.08), rgba(255,209,102,.08));
  border: 1px solid rgba(15,23,42,.08);
  margin: .85rem 0 1rem;
}

.report-skel-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  margin-top: .65rem;
}

.report-skel-card{
  border-radius: 14px;
  background: rgba(15,23,42,.03);
  border: 1px solid rgba(15,23,42,.06);
  padding: .75rem .75rem .6rem;
}

.report-skel-footer{
  display: flex;
  gap: .5rem;
  margin-top: 1rem;
}

.report-skel-pill{
  height: 26px;
  flex: 1 1 0;
  border-radius: 999px;
  background: rgba(15,23,42,.05);
  border: 1px solid rgba(15,23,42,.06);
}

/* widths helpers */
.w-85{ width: 85%; }
.w-80{ width: 80%; }
.w-75{ width: 75%; }
.w-70{ width: 70%; }
.w-60{ width: 60%; }
.w-55{ width: 55%; }
.w-50{ width: 50%; }
.w-40{ width: 40%; }

.report-shadow{
  position: absolute;
  inset: auto 10% -22px 10%;
  height: 60px;
  filter: blur(18px);
  background: radial-gradient(closest-side, rgba(15,23,42,.22), transparent);
  z-index: -1;
}

/* FIX: si hay imagen real en el mockup, ocultar placeholder */
.report-paper:has(> img) .report-paper-header,
.report-paper:has(> img) .report-paper-body{
  display: none !important;
}
.report-paper:has(> img){
  padding: 0 !important;
}
.report-paper > img{
  display: block;
  width: 100%;
  height: auto;
}

/* =======================
   RESPONSIVE
   ======================= */

@media (max-width: 991.98px){
  .hero{
    margin-top: 1.5rem;
    padding: 2.4rem 1rem 2.6rem;
  }
  .hero-row{ max-width: 100%; }
  .hero-card{ margin-top: 1.8rem; }

  /* paneles */
  .features-section,
  .upcoming-section,
  .landing-wrapper section.mt-5{
    padding: 1rem 1rem !important;
  }

  .report-wrap{ padding: 1.5rem 1.1rem; }
  .report-mockup{ min-height: 360px; }
  .report-paper{ transform: rotate(0deg); }
  .report-skel-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 575.98px){
  .hero{
    padding: 2rem 0.75rem 2.2rem;
    border-radius: 18px;
  }

  .hero-title{ font-size: 1.8rem; }

  .hero-dl{ grid-template-columns: 1fr; }

  .hero-stats{ gap: 1.2rem; }
}

.bien-title{ line-height: 1.2; }
.bien-desc{ white-space: pre-wrap; }


/* BACK MÁS NOTORIO (solo body) */
body{
  background:
    radial-gradient(1100px 620px at 12% -10%, rgba(17,59,117,.22), transparent 62%),
    radial-gradient(900px 520px at 92% 0%, rgba(255,209,102,.18), transparent 60%),
    linear-gradient(180deg, #e8eef9 0%, #dfe8f6 100%) !important;
}
body::before{ opacity: .30; }




/* === FEATURE CARDS: ruptura visual REAL === */
.feature-card{
  background: linear-gradient(
    135deg,
    rgba(17,59,117,.14) 0%,
    rgba(255,255,255,.96) 38%
  ) !important;

  border: 1px solid rgba(17,59,117,.28) !important;
  box-shadow: 0 18px 45px rgba(17,59,117,.18) !important;
}

.feature-card::before{
  background: linear-gradient(
    90deg,
    #113B75,
    #FFD166
  ) !important;
  height: 4px;
}

.feature-card h3{
  color: #0A2540;
}

.feature-card p{
  color: #374151;
}


/* HERO: subtitle en modo “callout” para que no pase desapercibido */


.hero-subtitle-callout{
  max-width: 42rem;
  font-size: 1.15rem;          /* ← más grande */
  line-height: 1.4;
  padding: 1.1rem 1.25rem;
  margin-top: 1.2rem !important;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,.14),
    rgba(255,255,255,.06)
  );

  border-left: 4px solid #FFD166;   /* ← en vez de la rayita arriba */
  border-radius: 14px;

  box-shadow: 
    0 18px 50px rgba(2,6,23,.28),
    inset 0 1px 0 rgba(255,255,255,.18);
}


/*mejora visual*/

/* =========================
   REMATES LISTADO (TABLA PRO)
   ========================= */

.remates-table-card{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  box-shadow: 0 18px 55px rgba(15,23,42,.08);
  overflow: hidden;
}

/* encabezado sticky */
.remates-table thead th{
  position: sticky;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.82));
  border-bottom: 1px solid rgba(15,23,42,.10);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #334155;
}

/* celdas más “aireadas” */
.remates-table tbody td{
  padding-top: .85rem;
  padding-bottom: .85rem;
  border-color: rgba(15,23,42,.08);
}

/* fila (opcional si la hacés clickeable) */
.remates-row{
  cursor: pointer;
  transition: background-color .12s ease;
}
.remates-row:hover{
  background-color: rgba(17,59,117,.06);
}

/* carátula: clamp para no destruir la tabla */
.remates-caratula .fw-semibold{
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 56ch;
}

/* acciones más limpias */
.remates-actions .btn{
  border-radius: 12px;
}



/* =========================
   LISTADOS: layout + cards mobile
   ========================= */

.page-section{
  padding-bottom: 1rem;
}

.list-header{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: .85rem;
}

/* filter-card (si ya existe en otro lado, esto lo “pro” sin romper) */
.filter-card{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  box-shadow: 0 18px 55px rgba(15,23,42,.08);
  padding: 1rem 1rem .9rem;
}

/* Cards list */
.list-cards{
  display: grid;
  gap: .85rem;
}

.item-card{
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(15,23,42,.08);
  padding: .95rem .95rem .9rem;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.item-card:hover{
  transform: translateY(-2px);
  border-color: rgba(17,59,117,.20);
  box-shadow: 0 18px 52px rgba(15,23,42,.10);
}

.item-top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .75rem;
}

.item-meta{
  margin-top: .55rem;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.item-actions .btn{
  border-radius: 12px;
}

.chip{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .18rem .55rem;
  border-radius: 999px;
  font-size: .78rem;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(248,250,252,.85);
  color: #334155;
}

.chip-warn{
  background: rgba(255, 209, 102, .25);
  border-color: rgba(255, 209, 102, .55);
  color: #5E3A00;
}

.chip-danger{
  background: rgba(239, 68, 68, .12);
  border-color: rgba(239, 68, 68, .28);
  color: #b91c1c;
}

/* clamp helpers */
.clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* badges estado (si ya existen, esto los unifica y mejora) */
.badge-estado{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .18rem .6rem;
  font-size: .78rem;
  font-weight: 600;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(248,250,252,.85);
  color: #334155;
}

.badge-estado-pendiente{
  background: rgba(255, 209, 102, .25);
  border-color: rgba(255, 209, 102, .55);
  color: #5E3A00;
}

.badge-estado-finalizado{
  background: rgba(34, 197, 94, .14);
  border-color: rgba(34, 197, 94, .28);
  color: #166534;
}

/* principal (ya lo usás en remates_list) */
.badge-principal{
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .16rem .55rem;
  font-size: .75rem;
  font-weight: 600;
  border: 1px solid rgba(255, 209, 102, .55);
  background: rgba(255, 209, 102, .22);
  color: #5E3A00;
}

/* Ajustes de tabla en bienes (desktop) para que siga “pro” */
.remates-table{
  background: transparent;
}




/* =========================
   LISTADOS: look más premium (sin romper)
   ========================= */

/* más aire arriba y ancho óptimo */
.page-section{
  padding-top: .35rem;
  padding-bottom: 1.25rem;
}

/* header del listado */
.list-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:1rem;
  flex-wrap:wrap;
  margin-bottom:1rem;
}
.list-header h1{
  font-weight: 750;
  letter-spacing: -.01em;
}

/* filtros como “panel pro” */
.filter-card{
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.78)) !important;
  border: 1px solid rgba(17,59,117,.18) !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 60px rgba(15,23,42,.10) !important;
  position: relative;
}
.filter-card::before{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  top:10px;
  height:4px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(17,59,117,.9), rgba(255,209,102,.95));
  opacity:.95;
}
.filter-card form{ margin-top: .35rem; }

/* tabla card más “premium” */
.remates-table-card{
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.74)) !important;
  border: 1px solid rgba(17,59,117,.18) !important;
  border-radius: 18px !important;
  box-shadow: 0 22px 70px rgba(15,23,42,.10) !important;
}

/* encabezado con más presencia */
.remates-table thead th{
  background: linear-gradient(180deg, rgba(2,6,23,.06), rgba(255,255,255,.78)) !important;
  font-weight: 700;
}

/* zebra + hover con más contraste */
.remates-table tbody tr:nth-child(even){
  background-color: rgba(2,6,23,.02);
}
.remates-row:hover{
  background-color: rgba(17,59,117,.08) !important;
}

/* acciones más modernas */
.remates-actions .btn{
  border-radius: 999px !important;
  padding-inline: .75rem;
}
.remates-actions .btn-outline-primary{
  border-width: 2px;
}
