/* =========================================================
   HEVVUX • PRIMAVERA 2026 (PRE-PASCUA • SIN PASCUA)
   Reemplazo completo de tu CSS para look & feel Valentine
   ========================================================= */

/* Fonts (mantengo tus imports) */
@import "//fonts.googleapis.com/css?family=Maven+Pro:500,600,700";
@import "//fonts.googleapis.com/css?family=Open+Sans:400,600,700";

/* Ubuntu Condensed local (mantengo tu @font-face) */
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-Dfqw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
                 U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
                 U+2212, U+2215, U+FEFF, U+FFFD;
}

/* -------------------------
   Variables tema Hevvux VDay
   ------------------------- */
:root{
  /* Paleta Primavera (pre-Pascua, sin iconografía de Pascua) */
  --hv-bg: #f2fff6;              /* menta muy claro */
  --hv-bg-2: #e9f7ff;            /* cielo suave */
  --hv-card: #ffffff;
  --hv-ink: #1f2a24;

  /* Mantengo nombres para no tocar tu estructura */
  --hv-pink: #2fd072;            /* verde primavera */
  --hv-pink-2: #7fe6a6;          /* verde pastel */
  --hv-red: #169f76;             /* verde/teal profundo */
  --hv-gold: #ffd166;            /* sol suave */
  --hv-brown: #5a4a2f;           /* tierra */

  --hv-border: rgba(0,0,0,.12);
  --hv-shadow: 0 10px 22px rgba(0,0,0,.14);

  --hv-radius: 12px;
  --hv-radius-sm: 9px;

  /* “pixel-ish” outline */
  --hv-outline: 0 0 0 2px rgba(0,0,0,.10), 0 0 0 4px rgba(47,208,114,.18);

  /* overlays */
  --hv-overlay-dark: rgba(0,0,0,.45);
  --hv-overlay-soft: rgba(0,0,0,.26);
}

/* -------------------------
   Base / fondo general
   ------------------------- */
body{
  background:
    radial-gradient(circle at 12% 8%, rgba(47,208,114,.14) 0 20%, transparent 21%),
    radial-gradient(circle at 88% 18%, rgba(246,196,83,.14) 0 22%, transparent 23%),
    radial-gradient(circle at 25% 88%, rgba(22,159,118,.12) 0 24%, transparent 25%),
    linear-gradient(180deg, var(--hv-bg) 0%, var(--hv-bg-2) 100%);
  font-family: 'Ubuntu Condensed', 'Open Sans', sans-serif;
  font-style: normal;
  overflow: hidden;
  color: var(--hv-ink);
}

/* links */
a{ color: #1b7a4a; }
a:hover{ color: var(--hv-red); text-decoration: underline; }

/* =========================================================
   PRELOADER (corazones)
   ========================================================= */
#preloader{
  position: fixed;
  inset: 0;
  background-color: rgba(15, 10, 20, .65);
  z-index: 99;
  backdrop-filter: blur(2px);
}

#status{
  width: 120px;
  height: 120px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 78px 78px;

  /* Spinner corazón SVG inline para evitar dependencias externas */
  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%3Cdefs%3E%3CradialGradient id='g' cx='50%25' cy='35%25'%3E%3Cstop offset='0%25' stop-color='%237fe6a6'/%3E%3Cstop offset='55%25' stop-color='%232fd072'/%3E%3Cstop offset='100%25' stop-color='%23169f76'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cg fill='none' stroke='rgba(255,255,255,.25)' stroke-width='6'%3E%3Ccircle cx='60' cy='60' r='48'/%3E%3C/g%3E%3Cg fill='url(%23g)'%3E%3Ccircle cx='60' cy='60' r='10' fill='%23ffd166'/%3E%3Cellipse cx='60' cy='30' rx='12' ry='18'/%3E%3Cellipse cx='60' cy='90' rx='12' ry='18'/%3E%3Cellipse cx='30' cy='60' rx='18' ry='12'/%3E%3Cellipse cx='90' cy='60' rx='18' ry='12'/%3E%3Cellipse cx='39' cy='39' rx='14' ry='10' transform='rotate(-45 39 39)'/%3E%3Cellipse cx='81' cy='39' rx='14' ry='10' transform='rotate(45 81 39)'/%3E%3Cellipse cx='39' cy='81' rx='14' ry='10' transform='rotate(45 39 81)'/%3E%3Cellipse cx='81' cy='81' rx='14' ry='10' transform='rotate(-45 81 81)'/%3E%3C/g%3E%3C/svg%3E");
  animation: hvPulse 900ms ease-in-out infinite;
}

@keyframes hvPulse{
  0%,100%{ transform: translate(-50%,-50%) scale(1); filter: drop-shadow(0 0 0 rgba(255,79,163,0)); }
  50%{ transform: translate(-50%,-50%) scale(1.06); filter: drop-shadow(0 10px 14px rgba(47,208,114,.28)); }
}

/* =========================================================
   BARRAS MENSAJES
   ========================================================= */
#error-message{
  background: linear-gradient(90deg, #0f7f63 0%, #34d399 100%);
  color: #fff;
  height: 35px;
  padding-top: 5px;
  border-bottom: 2px solid rgba(0,0,0,.18);
}

#top-message {
    background: linear-gradient(90deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, 0)), linear-gradient(90deg, #ffc47a 0%, #af7c35 55%, var(--hv-gold) 100%);
    border-bottom: 2px solid rgba(0, 0, 0, .25);
    color: #fff;
    padding: 6px 10px;
    letter-spacing: .2px;
    font-size: 17px !important;
    border-radius: 10px;
    box-shadow: var(--hv-shadow);
}

/* =========================================================
   HEADER / HOME
   ========================================================= */
#header-index{
  background:
    radial-gradient(circle at 15% 45%, rgba(47,208,114,.22) 0 25%, transparent 26%),
    radial-gradient(circle at 88% 25%, rgba(246,196,83,.22) 0 22%, transparent 23%),
    linear-gradient(180deg, #4aa3ff 0%, var(--hv-pink) 55%, var(--hv-gold) 100%);
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 3px solid rgba(0,0,0,.12);
}

#header-home{
  background:
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,0)),
    linear-gradient(135deg, var(--hv-pink) 0%, #3bb6a0 45%, #f6c453 100%);
  background-size: cover;
  position: relative;
  border-bottom: 3px solid rgba(0,0,0,.12);
}

/* pequeños corazones “flotando” en el header */
#header-home::after,
#header-index::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    radial-gradient(circle at 10% 30%, rgba(255,255,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 25% 65%, rgba(255,255,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 40%, rgba(255,255,255,.9) 0 2px, transparent 3px),
    radial-gradient(circle at 92% 70%, rgba(255,255,255,.9) 0 2px, transparent 3px);
}

/* Logo */
#logo{
  background-repeat: no-repeat !important;
  background-size: contain !important;
  image-rendering: pixelated !important;
  width: 295px;
  height: 138px;
  margin: 10px 12px 12px 15px;
  float: left;
  margin-left: 1.2rem;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,.22));
}

#users-on {
    background: url(//images.hartico.com/cosmos/img/icons/online.png) 7px 4px no-repeat, #fff;
    color: #131313;
    padding-top: 4px;
    padding-left: 26px;
    padding-right: 10px;
    padding-bottom: 26px;
    margin-top: 45px;
    margin-left: -5px;
    height: 27px;
    font-size: 15px;
    border-radius: 25px;
}

/* =========================================================
   COMPONENT HEADER (icon + título)
   ========================================================= */
.component-page-header{
  display: flex;
  padding: .75rem;
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-top: -.75rem;
  gap: .75rem;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: rgba(0,0,0,.10);
  background:
    linear-gradient(90deg, rgba(47,208,114,.16), rgba(246,196,83,.14));
}

.component-page-header-icon{
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: 3rem;
  height: 3rem;
  background: linear-gradient(180deg, var(--hv-pink) 0%, var(--hv-red) 100%) !important;
  box-shadow: var(--hv-outline);
}
.component-page-header-icon img{ max-width: 100%; height: auto; }

.component-page-header-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-top: .1rem;
}
.component-page-header-title p{ margin: 0; margin-bottom: 2px; }
.component-page-header-text{
  font-weight: 800;
  color: #1b1b1b;
}

/* =========================================================
   TITULOS PRINCIPALES (Primavera 2026)
   ========================================================= */
.principal-title {
    font-family: 'Ubuntu Condensed';
    font-size: 28px;
    color: #ffffff;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 1rem;
    border-radius: 10px 10px 0 0;
    border: solid 2px rgba(0, 0, 0, .10);
    background: /* patrón de corazones */ radial-gradient(circle at 14px 14px, rgba(255, 255, 255, .22) 0 7px, transparent 8px), radial-gradient(circle at 38px 14px, rgba(255, 255, 255, .22) 0 7px, transparent 8px), linear-gradient(135deg, #c9ac21 0%, #ab8d3b 55%, var(--hv-gold) 110%);
    box-shadow: var(--hv-shadow);
    text-transform: uppercase;
    letter-spacing: .6px;
}

/* NEWS overlay (manteniendo tu estructura) */
#section-news .content-news .principal-title{
  font-family: 'Ubuntu Condensed';
  font-size: 30px;
  font-weight: 900;
  color: white;
  margin-top: -9rem;
  position: absolute;
  margin-left: 0rem;
  line-height: 30px;
  text-transform: uppercase;
  text-shadow: 2px 3px 0 rgba(0,0,0,.35);
  background: none;
  border: none;
  box-shadow: none;
}

#section-news .content-news .card-title{
  font-family: 'Ubuntu Condensed';
  font-size: 17px;
  color: white;
  margin-top: -6.5rem;
  margin-left: 1rem;
  position: absolute;
  text-shadow: 1px 2px 0 rgba(0,0,0,.30);
}

#section-news .content-news .card-subtitle{
  font-family: 'Ubuntu Condensed';
  font-size: 15px;
  color: white;
  margin-top: -3rem;
  margin-left: 1rem;
  position: absolute;
  text-shadow: 1px 2px 0 rgba(0,0,0,.30);
}

.secondary-title {
    font-family: 'Ubuntu Condensed';
    font-size: 30px;
    text-transform: uppercase;
    color: #786017;
}

.title-bg{
  background: #fff;
  color: #3a3a3a;
  padding: 0 12px;
  border-bottom: 2px solid rgba(0,0,0,.12);
  border-radius: 8px 8px 0 0;
}

/* =========================================================
   INPUTS / FORM
   ========================================================= */
.big-input{ position: relative; margin-top: 10px; height: 45px; }

.big-input-box{
  width: 100%;
  height: 45px;
  font-size: 20px;
  padding-left: 50px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: inset 0 2px 0 0 rgba(0,0,0,.08);
  background: linear-gradient(180deg, #fff 0%, #f4fff9 100%);
}

.username, .email, .password{
  position: absolute;
  height: 37px;
  width: 35px;
  top: 4px;
  left: 8px;
  z-index: 2;
  filter: drop-shadow(0 2px 0 rgba(0,0,0,.15));
}
.username{ background: url(//images.hartico.com/xdr-web/2016WEB3/images/pageregister.png) -2px -1px; }
.email{ background: url(//images.hartico.com/xdr-web/2016WEB3/images/pageregister.png) -154px -2px; }
.password{ background: url(//images.hartico.com/xdr-web/2016WEB3/images/pageregister.png) -113px -1px; }

.recaptcha-box{
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  text-align: center;
  box-shadow: var(--hv-outline);
}

#before-recaptcha{
  display: inline-block;
  overflow: hidden;
  width: 290px;
  height: 75px;
  text-align: left;
  margin-top: -1px;
}

.g-recaptcha{ position: relative; left: -10px; }
#fb-login-button{ width: 100%; font-weight: lighter; }

/* =========================================================
   STAFF GRID + CARDS (look “Habbo popup”)
   ========================================================= */
.staff-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px){
  .staff-grid{ grid-template-columns: 1fr; }
}

/* tarjeta */
.staff-box-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #f0fff7 100%);
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0,0,0,.14);
  border-radius: var(--hv-radius);
  box-shadow: var(--hv-shadow);
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

/* mini brillo superior */
.staff-box-container::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.55) 0 28%, transparent 40%),
    radial-gradient(circle at 75% 0%, rgba(255,255,255,.40) 0 20%, transparent 34%);
  opacity:.35;
}

/* header con fondo valentín */
.user-card-header{
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
    background: url(/model/hevvux/assets/images/egipto/egipcio.png), linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, 1));
    background-position: -33rem 24rem;
    min-height: 76px;
    border-bottom: 2px solid rgba(0, 0, 0, .12);
}

/* nombre “chip” */
.staff-name{
  padding: .35rem .9rem;
  margin-top: .25rem;
  border-radius: 9999px;
  font-size: .78rem;
  line-height: 1rem;
  font-weight: 900;
  background:
    linear-gradient(180deg, #ffffff 0%, #e6fff2 100%);
  box-shadow: var(--hv-outline);
  border: 1px solid rgba(0,0,0,.10);
}

/* badge box */
.staff-badge-box{
  display: flex;
  position: relative;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background:
    linear-gradient(180deg, #fff 0%, #f4fff9 100%);
  box-shadow: var(--hv-outline);
  border: 1px solid rgba(0,0,0,.12);
}
.staff-badge-box img{ max-width: none; }

/* =========================================================
   SECCIONES / CONTENEDORES
   ========================================================= */
#section-index,
#section-home{
  background:
    linear-gradient(180deg, rgba(255,255,255,.35) 0%, rgba(255,255,255,.0) 35%),
    linear-gradient(180deg, #e6fff2 0%, #ffffff 100%);
  padding-top: 6px;
  padding-bottom: 20px;
  border-top: 2px solid rgba(0,0,0,.10);
  border-bottom: 2px solid rgba(0,0,0,.10);
}

/* middle background */
#middle-index {
    background-blend-mode: multiply;
    background-image: url(/model/hevvux/assets/images/egipto/egipcio.png);
    background-color: #858585ad;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

/* =========================================================
   USER INFO / PERFIL
   ========================================================= */
/* =========================
   USER INFO — HABBO 2026
   ========================= */

#user-info {
    position: relative;
    display: flex;
    width: 100%;
    padding: 16px 16px;
    margin-bottom: .6rem;
    overflow: hidden;
    border-radius: 18px;
    background: radial-gradient(1200px 420px at 10% 15%, rgba(255, 255, 255, .22), transparent 55%), linear-gradient(135deg, rgb(197 154 34 / 82%) 0%, rgb(189 144 60 / 66%) 35%, rgba(251, 191, 36, .60) 110%), url(/model/hevvux/assets/images/egipto/egipcio.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 18px 40px rgba(2, 6, 23, .20), inset 0 1px 0 rgba(255, 255, 255, .22);
    backdrop-filter: blur(10px);
}

/* Glow outline “2026” */
#user-info::after{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,.55),
    rgba(255,255,255,.12),
    rgba(34,197,94,.35),
    rgba(251,191,36,.28)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events:none;
  opacity: .55;
}

/* “Noise” ultra sutil (sin imagen extra) */
#user-info::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 15%, rgba(255,255,255,.12) 0 2px, transparent 3px),
    radial-gradient(circle at 55% 45%, rgba(255,255,255,.10) 0 2px, transparent 3px),
    radial-gradient(circle at 85% 25%, rgba(255,255,255,.08) 0 2px, transparent 3px);
  background-size: 120px 120px;
  opacity: .18;
  pointer-events:none;
}

/* Asegura que el contenido quede encima */
#user-info > *{
  position: relative;
  z-index: 2;
}

/* Avatar: más “3D pop” */
#user-avatar{
  float: left;
  filter:
    drop-shadow(0 10px 18px rgba(2, 6, 23, .35))
    drop-shadow(0 0 0.8px rgba(255,255,255,.55));
}

/* Texto: jerarquía más pro */
#section-home #username {
    font-family: 'Ubuntu Condensed';
    font-size: 33px;
    line-height: 1;
    letter-spacing: -1.1px;
    margin: 0 0 6px 0;
    color: rgba(255, 255, 255, .98);
    text-shadow: 0 10px 22px rgba(2, 6, 23, .35), 0 2px 0 rgba(0, 0, 0, .22);
}

/* Motto: pill glass 2026 */
#motto{
  background:
    url(//images.hartico.com/cosmos/img/icons/dialogue.gif) 10px 7px no-repeat,
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
  border: 1px solid rgba(255,255,255,.35);
  color: rgba(15, 23, 42, .92);

  padding: 5px 12px 5px 32px;
  font-size: 13px;
  border-radius: 999px;
  margin-bottom: 10px;

  box-shadow:
    0 10px 22px rgba(2, 6, 23, .12),
    inset 0 1px 0 rgba(255,255,255,.55);
}

/* CTA: entrar — look moderno */
#entrar-al-hotel {
    font-size: 24px;
    font-family: 'Ubuntu Condensed';
    text-transform: uppercase;
    letter-spacing: .7px;
    color: rgba(15, 23, 42, .90);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .55);
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 14px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 12px 24px rgba(2, 6, 23, .14), inset 0 1px 0 rgba(255, 255, 255, .55);
    transition: transform .15s ease, box-shadow .2s ease;
}

#entrar-al-hotel:hover{
  transform: translateY(-1px);
  box-shadow:
    0 18px 32px rgba(2, 6, 23, .18),
    inset 0 1px 0 rgba(255,255,255,.55);
}


/* =========================================================
   SLIDER
   ========================================================= */
#slider-index{ margin-top: 10px; }

#section-home #slider-home{
  border: solid 2px rgba(0,0,0,.12);
  border-radius: 0 0 12px 12px;
  margin-bottom: .5rem;
  margin-top: -2px;
  box-shadow: var(--hv-shadow);
  overflow: hidden;
}

#header-index #slider-home{ margin-top: 9rem; }

.carousel-caption{
  left: 8%;
  top: 18px;
  text-align: left;
}
.carousel-caption h5{
  font-family: 'Ubuntu Condensed';
  font-size: 33px;
  text-shadow: 2px 3px 0 rgba(0,0,0,.25);
}

/* =========================================================
   NAVBAR (valentín)
   ========================================================= */
.navbar{
  background:
    linear-gradient(180deg, #fff 0%, #f0fff7 100%) !important;
  font-weight: 800;
  font-size: 15px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 2px solid rgba(0,0,0,.10);
  box-shadow: 0 6px 14px rgba(0,0,0,.10);
}

.navbar-icon{
  float: left;
  width: 45px;
  height: 38px;
  margin-top: -3px;
  margin-left: -10px;
  background-position: center center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 2px 0 rgba(0,0,0,.12));
}

.navbar-nav > li{
  border-right: none;
  padding: 0 18px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.navbar-nav > li:first-child{ padding-left: 0; }
.navbar-nav > li:last-child{ border: none; }

.navbar-nav>li a{
  font-size: 16px;
  font-family: 'Ubuntu Condensed';
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .3px;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: .5rem;
  padding-left: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  color: #333 !important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link{
  color: #111 !important;
  position: relative;
}

.navbar-light .navbar-nav .active > .nav-link::before,
.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .nav-link.show::before,
.navbar-light .navbar-nav .show > .nav-link::before{
  content: '';
  position: absolute;
  bottom: -1px;
  left: 1px;
  right: -5px;
  height: 4px;
  background: linear-gradient(90deg, var(--hv-red), var(--hv-pink), var(--hv-gold));
  border-radius: 8px;
}

.navbar-light .navbar-nav .nav-link:hover::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 1px;
    right: -5px;
    height: 4px;
    background: linear-gradient(90deg, #e5b734, #a77c1b, var(--hv-gold));
    opacity: .55;
    border-radius: 8px;
}

/* dropdown */
.dropdown-menu{
  min-width: 13rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  border-radius: 12px;
  border: 2px solid rgba(0,0,0,.12);
  box-shadow: var(--hv-shadow);
  background: linear-gradient(180deg, #fff 0%, #f0fff7 100%);
}

/* =========================================================
   LISTADOS / USER BOX
   ========================================================= */
#last-articles .list-group-item{
  padding: .4rem 1.1rem;
  border-color: rgba(0,0,0,.10);
}
#last-articles .list-group-item a{
  color: #13604a;
  text-decoration: none;
}
#last-articles .list-group-item a:hover{
  color: var(--hv-red);
  text-decoration: underline;
}

.user-box{
  display: flex;
  background: #ffffff;
  border: 2px solid rgba(0,0,0,.10);
  border-radius: 12px;
  color: #303030;
  margin-bottom: 8px;
  box-shadow: 0 8px 16px rgba(0,0,0,.10);
}
.user-box .user-img{
  width: 60px;
  height: 61px;
  margin-right: -6px;
  margin-left: 1px;
  overflow: hidden;
  border-right: 2px solid rgba(0,0,0,.08);
  background: linear-gradient(180deg, #fff, #e6fff2);
}
.user-box .user-img img{ margin-top: 0rem; }
.user-box .user-info{
  width: 100%;
  float: right;
  padding: 13px 18px 0 15px;
}

/* =========================================================
   EVENT CARD
   ========================================================= */
#event{
  font-family: 'Ubuntu Condensed';
  font-size: 15px;
  line-height: 18px;
}
#event .card-title{
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
  background:
    linear-gradient(90deg, rgba(0,0,0,.38), rgba(0,0,0,.08)),
    linear-gradient(90deg, var(--hv-red), var(--hv-pink), var(--hv-gold));
  color: #fff;
  padding: 6px 10px 6px 22px;
  margin-left: -20px;
  border-radius: 12px;
  box-shadow: var(--hv-shadow);
}
#event .card-text{
  background: rgba(0,0,0,.22);
  color: #fff;
  padding: 8px 10px;
  border-radius: 12px;
  backdrop-filter: blur(2px);
}

/* =========================================================
   MONEDAS / NITRO BOX (Primavera)
   ========================================================= */
.nitro-notification{
    background: rgba(46, 46, 44, 1);
    box-shadow: inset 0 0 0 2px hsla(0deg, 0%, 100%, 0.2);
    border-radius: 6px 6px 6px 6px;
    border: solid rgba(0, 0, 0, 0.2901960784);
    border-width: 1px 1px 2px;
    height: 30px;
    font-size: 13px;
    align-items: center;
}

.seasonal-padding{ padding-left: 7px; padding-top: 1px; }
.seasonal-bold{ padding-right: 3px; }
.seasonal-amount{ padding-right: 3px; padding-top: 1px; width: 90px; }

.seasonal-credits{ color: #ffe08a; }
.nitro-seasonal-box-credits{
  background: linear-gradient(180deg, #f6c453, #e0b84f);
  box-shadow: inset 0 0 0 2px #fff2b3;
  border: solid 1px rgba(0,0,0,.35);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  padding: 9px 5px 5px 5px;
}
.nitro-currency-icon-credits{
  background-image: url(https://static.hartico.tv/images_/cosmos/img/userinfo/credits_icon.png);
  width: 20px;
  height: 20px;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
}

.seasonal-emeralds{ color: #2fd072; }
.nitro-seasonal-box-emeralds{
  background: linear-gradient(180deg, #20b56f, #159a72);
  box-shadow: inset 0 0 0 2px #a8ff9e;
  border: solid 1px rgba(0,0,0,.35);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  padding: 9px 5px 5px 5px;
}
.nitro-currency-icon-emeralds{
  background-image: url(https://static.hartico.tv/images_/cosmos/img/userinfo/emeralds_icon.png);
  width: 20px;
  height: 20px;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
}

.seasonal-pixels{ color: #4aa3ff; }
.nitro-seasonal-box-pixels{
  background: linear-gradient(180deg, #4aa3ff, #2d7db8);
  box-shadow: inset 0 0 0 2px #b7f7ff;
  border: solid 1px rgba(0,0,0,.35);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  padding: 9px 5px 5px 5px;
}
.nitro-currency-icon-pixels{
  background-image: url(https://static.hartico.tv/images_/cosmos/img/userinfo/pixels_icon.png);
  width: 20px;
  height: 20px;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
}

.seasonal-purple{ color: #7aa2ff; }
.seasonal-red{ color: #0ea5a4; }
.nitro-seasonal-box{
  background: linear-gradient(180deg, var(--hv-pink), #0f7f63);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.22);
  border: solid 1px rgba(0,0,0,.35);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  padding: 9px 5px 5px 5px;
}
.nitro-currency-icon{
  background-image: url(https://static.hartico.tv/images_/cosmos/img/userinfo/specialcoins_icon.gif);
  width: 20px;
  height: 20px;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
}

/* Cuadrícula 2x2 */
.currency-grid{
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.currency-row{
  display: flex;
  gap: 6px;
  width: 100%;
}
.currency-row .nitro-notification{
  flex: 1 1 0;
  width: calc(50% - 3px);
  min-width: 0;
  max-width: calc(50% - 3px);
}

/* =========================================================
   FOOTER (Primavera)
   ========================================================= */
footer.footer-winter {
    background: linear-gradient(90deg, rgba(0, 0, 0, .20), rgba(0, 0, 0, 0)), linear-gradient(135deg, #fdb126 0%, #efb763 55%, #f6c453 110%);
    color: #ffffff;
    font-size: .9rem;
    border-top: 3px solid rgba(0, 0, 0, .18);
    box-shadow: 0 -10px 22px rgba(0, 0, 0, .18);
}

footer.footer-winter a{
  color: rgba(255,255,255,0.95);
  text-decoration: none;
  transition: color .15s ease, transform .15s ease;
}
footer.footer-winter a:hover{
  color: #ffffff;
  text-decoration: underline;
  transform: translateY(-1px);
}

footer.footer-winter h5{
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .7px;
  font-size: .8rem;
  margin-bottom: .6rem;
  text-shadow: 1px 2px 0 rgba(0,0,0,.18);
}

.footer-brand{
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-brand img{
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #ffffff;
  padding: 4px;
  box-shadow: var(--hv-outline);
}

footer.footer-winter small{ color: rgba(255,255,255,0.78); }

footer.footer-winter .social-icons{
  display: flex;
  gap: 10px;
}
footer.footer-winter .social-icons a{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.18);
  color: #fff;
  transition: background .15s ease, transform .15s ease;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.16);
}
footer.footer-winter .social-icons a:hover{
  background: rgba(255,255,255,0.32);
  transform: translateY(-2px);
}

/* =========================================================
   COOKIE CONSENT (Primavera)
   ========================================================= */
.cc_container{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.40), rgba(0,0,0,.12)),
    linear-gradient(135deg, var(--hv-red), var(--hv-pink));
  color: #fff;
  font-size: 17px;
  font-family: 'Ubuntu Condensed';
  box-sizing: border-box;
  border-top: 2px solid rgba(255,255,255,.18);
  box-shadow: 0 -10px 20px rgba(0,0,0,.22);
}

.cc_container .cc_btn{
  cursor: pointer;
  text-align: center;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 140px;
  padding: 9px 12px;
  color: #2b2b2b;
  background:
    linear-gradient(180deg, #fff 0%, #e6fff2 100%);
  border-radius: 12px;
  box-shadow: var(--hv-outline);
  border: 1px solid rgba(0,0,0,.12);
  font-weight: 900;
}
.cc_container .cc_btn:hover{
  background: #fff;
  color: #000;
}

.cc_container .cc_message{
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

/* =========================================================
   MISC
   ========================================================= */
.center-content{ text-align: center; }
.transparent-bg{ color: black; background-image: url(../images/top_transparent_brackground.png); }
.text-muted{ color: #fff !important; }

.vertical-center{
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.list-group-item.active{
  z-index: 2;
      background: linear-gradient(90deg, #b37820, #ffcc59);
  border-color: rgba(0,0,0,.12);
}
.list-group-item.active a{ color: white; }

/* =========================================================
   EVENTS CONTAINER (tu bloque final) – lo adapto a VDay
   ========================================================= */
:root{
  --color-principal-verde: #2fd072;
  --color-principal-rosa: #4aa3ff;
  --color-fondo-oscuro: rgba(0, 0, 0, 0.39);
  --color-texto-claro: #FFFFFF;
  --borde-radio: 0.55rem;
}

.events-container .card-title{
  background:
    linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,.08)),
    linear-gradient(90deg, var(--hv-red), var(--hv-pink), var(--hv-gold));
  color: var(--color-texto-claro);
  padding: 0.35rem 0.6rem;
  font-size: 1.1rem;
  font-weight: 900;
  border-radius: var(--borde-radio);
  margin-bottom: 0.25rem;
  display: inline-block;
  width: 90%;
  text-transform: uppercase;
  margin-top: 15px;
  box-shadow: var(--hv-shadow);
}

.events-container .card-text{
  background-color: rgba(0,0,0,.26);
  color: var(--color-texto-claro);
  padding: 0.35rem 0.6rem;
  font-size: 0.85rem;
  border-radius: var(--borde-radio);
  display: inline-block;
  text-transform: uppercase;
  width: 80%;
  backdrop-filter: blur(2px);
}

.events-container .live-timer{
  width: 202px;
  border-radius: var(--borde-radio);
  border: 2px solid rgba(0,0,0,.18);
  text-transform: uppercase;
  margin-left: 0px;
  margin-top: 4px;
  background:
    linear-gradient(180deg, #fff 0%, #f0fff7 100%);
  box-shadow: var(--hv-outline);
}

.events-container .live-timer .mx-2{ flex-grow: 1; padding: 0 0.5rem; }
.events-container .live-timer .fs-6{
  font-size: 1.8rem !important;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.2rem;
  color: #145c3d;
  text-shadow: 0 1px 0 rgba(255,255,255,.65);
}
.events-container .live-timer small{
  font-size: 0.65rem;
  opacity: 0.8;
  color: #1a5a3d;
}

.events-container .secondary-title{
  background:
    linear-gradient(90deg, var(--hv-red), var(--hv-pink));
  color: var(--color-texto-claro);
  font-size: 1.5rem;
  font-weight: 900;
  padding: 0.75rem 1.5rem;
  border-radius: var(--borde-radio) var(--borde-radio) 0 0;
  border-bottom: 3px solid rgba(0,0,0,.18);
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.25);
}

/* =========================================================
   HEVVUX SECTION PRO – lo paso a VDay “Habbo Store”
   ========================================================= */
.hevvux-section-pro{
  background:
    radial-gradient(circle at 18% 20%, rgba(47,208,114,.14) 0 22%, transparent 40%),
    radial-gradient(circle at 85% 25%, rgba(246,196,83,.14) 0 18%, transparent 35%),
    linear-gradient(135deg, #fff 0%, #f0fff7 100%);
  padding: 33px 20px;
  border-radius: 14px;
  margin-bottom: 35px;
  margin-top: 35px;
  border: 2px solid rgba(0,0,0,.10);
  box-shadow: var(--hv-shadow);
}

.hevvux-section-pro .section-title {
    text-align: center;
    font-size: 2rem;
    color: #7f6018;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.hevvux-section-pro .section-subtitle{
  text-align: center;
  color: #8f681e;
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.hevvux-section-pro .features-grid-pro{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
}

.hevvux-section-pro .feature-card-pro{
  background:
    linear-gradient(180deg, #fff 0%, #f4fff9 100%);
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
  border: 2px solid rgba(0,0,0,.10);
  position: relative;
  overflow: hidden;
}

.hevvux-section-pro .feature-card-pro::after{
  content:"";
  position:absolute;
  inset:-40px -40px auto auto;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(47,208,114,.22), transparent 60%);
  transform: rotate(18deg);
  pointer-events:none;
}

.hevvux-section-pro .feature-card-pro:hover{
  transform: translateY(-6px);
  box-shadow: 0 16px 26px rgba(0,0,0,.14);
}

.hevvux-section-pro .btn-register-pro{
      background: linear-gradient(90deg, #b37820, #ffcc59);
  color: #fff;
  padding: 12px 30px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 900;
  transition: .2s ease;
  box-shadow: var(--hv-outline);
  border: 1px solid rgba(0,0,0,.10);
}

.hevvux-section-pro .btn-register-pro:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
}

/* Mini “imágenes” CSS (las re-colorizo a VDay) */
.hevvux-section-pro .feature-img{
  width: 70px;
  height: 70px;
  margin: 0 auto 15px auto;
  position: relative;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.12));
}

/* Avatar */
.hevvux-section-pro .avatar-img .head{
  width: 28px;
  height: 28px;
  background: #d9fff2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 21px;
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.08);
}
.hevvux-section-pro .avatar-img .body{
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, var(--hv-pink), var(--hv-red));
  position: absolute;
  top: 30px;
  left: 15px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.22);
}

/* Salas */
.hevvux-section-pro .rooms-img .room-wall{
  width: 70px;
  height: 40px;
  background: linear-gradient(180deg, #d7fff0, var(--hv-pink-2));
  position: absolute;
  top: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.18);
}
.hevvux-section-pro .rooms-img .room-floor{
  width: 70px;
  height: 30px;
  background: linear-gradient(180deg, #f6c453, #e0b84f);
  position: absolute;
  bottom: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.18);
}

/* Chat */
.hevvux-section-pro .chat-img .chat-bubble{
  width: 50px;
  height: 30px;
  background: #ffffff;
  border: 2px solid var(--hv-pink);
  border-radius: 10px;
  position: absolute;
  top: 15px;
  left: 10px;
  box-shadow: 0 8px 12px rgba(0,0,0,.10);
}
.hevvux-section-pro .chat-img .chat-text{
  width: 30px;
  height: 4px;
  background: var(--hv-pink);
  position: absolute;
  top: 25px;
  left: 20px;
  border-radius: 2px;
}

/* Minijuegos */
.hevvux-section-pro .mini-games-img .game-block{
  width: 25px;
  height: 25px;
  background: linear-gradient(180deg, var(--hv-pink), var(--hv-red));
  position: absolute;
  top: 20px;
  left: 10px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.16);
}
.hevvux-section-pro .mini-games-img .game-block.small{
  width: 15px;
  height: 15px;
  background: linear-gradient(180deg, #f6c453, #e0b84f);
  top: 35px;
  left: 40px;
  border-radius: 6px;
}
.hv-hero{
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.10);
  box-shadow: 0 14px 26px rgba(0,0,0,.10);
  border: 1px solid rgba(255,255,255,.18);
}
.hv-panel{ padding-top: 8px; padding-bottom: 8px; 
}

/* =========================================================
   HEVVUX • Bottom Panels PRO (Salas / Facebook / Usuarios)
   ========================================================= */

.hv-bottom-grid{
  margin-top: 6px;
}

.hv-panel{
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Card wrapper uniforme */
.hv-card{
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(0,0,0,.10);
  background: linear-gradient(180deg, #fff 0%, #f4fff9 100%);
  box-shadow: 0 14px 26px rgba(0,0,0,.12);
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Header del card (reusa principal-title pero lo ajusta) */
.hv-card-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 0 !important;
  margin: 0 !important;
}

/* Pill del header (TOP / SOCIAL / NEW) */
.hv-pill{
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .6px;
  color: #2b2b2b;
  background: linear-gradient(180deg, #fff 0%, #e6fff2 100%);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 6px 12px rgba(0,0,0,.10);
}

/* Body para facebook */
.hv-card-body{
  padding: 12px;
}

/* Listas con scroll suave */
.hv-list{
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  overflow: auto;
  max-height: 420px; /* controla altura para look limpio */
}

/* Items list */
.hv-list-item{
  border: none !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
  background: transparent !important;
  padding: 10px 12px !important;
}
.hv-list-item:last-child{
  border-bottom: none !important;
}
.hv-list-item:hover{
  background: linear-gradient(180deg, #f4fff9 0%, #e6fff2 100%) !important;
}

/* Layout fila */
.hv-row{
  display: flex;
  align-items: center;
  gap: 10px;
}
.hv-row-main{
  flex: 1 1 auto;
  min-width: 0;
}
.hv-row-title{
  font-weight: 900;
  font-size: 16px;
  color: #13604a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hv-row-sub{
  font-size: 13px;
  opacity: .85;
  color: #2b2b2b;
}

/* Room icon */
.hv-room-icon{
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 2px solid rgba(0,0,0,.10);
  background-color: #fff;
  box-shadow: 0 8px 14px rgba(0,0,0,.10);
}

/* Avatar */
.hv-avatar{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(0,0,0,.10);
  background: linear-gradient(180deg, #fff 0%, #e6fff2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 14px rgba(0,0,0,.10);
}
.hv-avatar img{
  width: 48px;
  height: 48px;
  object-fit: cover;
  image-rendering: pixelated;
}

/* Chip derecho (contador / icono) */
.hv-chip{
  flex: 0 0 auto;
  min-width: 34px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 12px;
  color: #fff;
      background: linear-gradient(90deg, #b37820, #ffcc59);
  box-shadow: 0 8px 14px rgba(0,0,0,.12);
}
.hv-chip-soft{
  background: linear-gradient(90deg, var(--hv-gold), #ffe08a);
  color: #2b2b2b;
}

/* Facebook embed: bordes suaves */
.fb-page{
  width: 100%;
}
.fb-page span,
.fb-page iframe{
  border-radius: 14px !important;
  overflow: hidden !important;
}

/* Responsive */
@media (max-width: 992px){
  .hv-list{ max-height: 360px; }
}
/* HERO con banner arriba (login + slider) */
.hv-hero-wrap{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hv-hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,.22) 55%, rgba(0,0,0,.15) 100%);
  pointer-events: none;
}
.hv-hero{
  position: relative;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 14px 26px rgba(0,0,0,.14);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(2px);
}
.hv-title-shadow{
  text-shadow: 1px 2px 0 rgba(0,0,0,.22);
}
.hv-card-pro{
  border: 2px solid rgba(0,0,0,.10) !important;
  box-shadow: 0 14px 26px rgba(0,0,0,.12);
}
.hv-login-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.hv-trust-note{
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(0,0,0,.08);
}

/* Slider pro */
.hv-slider-pro{
  border-radius: 16px !important;
  overflow: hidden;
  border: 2px solid rgba(0,0,0,.10);
  box-shadow: 0 14px 26px rgba(0,0,0,.14);
}
.hv-slider-caption{
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  top: auto !important;
  text-align: left !important;
  padding: 18px !important;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 55%, rgba(0,0,0,.70) 100%);
}

/* Mini legal */
.hv-mini-legal{
  border-radius: 14px;
  padding: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.80));
  border: 2px solid rgba(0,0,0,.10);
  box-shadow: 0 10px 18px rgba(0,0,0,.10);
}
.hv-mini-legal a{
  font-weight: 800;
}

/* Bottom cards PRO (salas / fb / users) */
.hv-bottom-grid{ margin-top: 6px; }
.hv-panel{ padding-top: 10px; padding-bottom: 10px; }
.hv-card{
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(0,0,0,.10);
  background: linear-gradient(180deg, #fff 0%, #f4fff9 100%);
  box-shadow: 0 14px 26px rgba(0,0,0,.12);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hv-card-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border-radius: 0 !important;
  margin: 0 !important;
}
.hv-pill{
  display:inline-flex;
  align-items:center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .6px;
  color: #2b2b2b;
  background: linear-gradient(180deg, #fff 0%, #e6fff2 100%);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 6px 12px rgba(0,0,0,.10);
}
.hv-card-body{ padding: 12px; }

.hv-list{
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  overflow: auto;
  max-height: 420px;
}
.hv-list-item{
  border: none !important;
  border-bottom: 1px solid rgba(0,0,0,.08) !important;
  background: transparent !important;
  padding: 10px 12px !important;
}
.hv-list-item:last-child{ border-bottom: none !important; }
.hv-list-item:hover{
  background: linear-gradient(180deg, #f4fff9 0%, #e6fff2 100%) !important;
}
.hv-row{ display:flex; align-items:center; gap:10px; }
.hv-row-main{ flex: 1 1 auto; min-width: 0; }
.hv-row-title{
  font-weight: 900;
  font-size: 16px;
  color: #13604a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hv-row-sub{ font-size: 13px; opacity: .85; color:#2b2b2b; }

.hv-room-icon{
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 2px solid rgba(0,0,0,.10);
  background-color: #fff;
  box-shadow: 0 8px 14px rgba(0,0,0,.10);
}
.hv-avatar{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(0,0,0,.10);
  background: linear-gradient(180deg, #fff 0%, #e6fff2 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 8px 14px rgba(0,0,0,.10);
}
.hv-avatar img{
  width: 48px;
  height: 48px;
  object-fit: cover;
  image-rendering: pixelated;
}
.hv-chip{
  min-width: 34px;
  height: 26px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  font-size: 12px;
  color:#fff;
      background: linear-gradient(90deg, #b37820, #ffcc59);
  box-shadow: 0 8px 14px rgba(0,0,0,.12);
}
.hv-chip-soft{
  background: linear-gradient(90deg, var(--hv-gold), #ffe08a);
  color: #2b2b2b;
}

/* FB embed redondeado */
.fb-page span,
.fb-page iframe{
  border-radius: 14px !important;
  overflow: hidden !important;
}

/* Banner San Primavera 2026 SOLO para el hero (login + noticias) */
#header-index.hv-hero-wrap{
  position: relative;
  background-image: url(/model/hevvux/assets/images/egipto/egipcio.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay para que se lea el texto encima */
#header-index.hv-hero-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.28) 55%,
    rgba(0,0,0,.18) 100%
  );
  pointer-events: none;
}

/* Asegura que el contenido va por encima */
#header-index.hv-hero-wrap > .container{
  position: relative;
  z-index: 1;
}
.hv-hero{
  backdrop-filter: blur(2px);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 14px 26px rgba(0,0,0,.14);
  border-radius: 16px;
  padding: 12px;
}
/* =========================================================
   HEVVUX • NAV PRO • San Primavera 2026
   (Pegar al final del CSS)
   ========================================================= */

:root{
  --hv-vday-banner: url("/model/hartico/assets/images/pascua2026.png");
  --hv-vday-overlay: linear-gradient(
    180deg,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.28) 55%,
    rgba(0,0,0,.18) 100%
  );
--hv-surface: rgba(255,255,255,.92);
  --hv-surface-soft: rgba(255,255,255,.80);
  --hv-border: rgba(0,0,0,.10);
  --hv-shadow: 0 14px 26px rgba(0,0,0,.14);
}



/* ---------- HEADER HOME con banner de fondo ---------- */


/* overlay para legibilidad */
#header-home::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}

/* el contenido por encima */
#header-home .container{
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ---------- BLOQUE LOGO + ONLINE ---------- */
#logo{
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.35));
}



/* ---------- BOTONES DEL HEADER (Entrar / Logout / Register / HK) ---------- */
#header-home .btn{
  border-radius: 14px !important;
  font-weight: 900;
  letter-spacing: .2px;
  box-shadow: 0 12px 18px rgba(0,0,0,.18);
  border: none !important;
}

#header-home .btn-success {
    background: linear-gradient(90deg, #d09e2f, #e3a22c) !important;
    color: #fff !important;
}
#header-home .btn-success:hover{ filter: brightness(1.05); }

#header-home .btn-danger {
    background: linear-gradient(90deg, #d95151, #cf3d3d) !important;
    color: #fff !important;
}
#header-home .btn-danger:hover{ filter: brightness(1.05); }

#header-home .btn-warning{
  background: linear-gradient(90deg, #ffd166, #ffe8a3) !important;
  color: #2b2b2b !important;
}
#header-home .btn-warning:hover{ filter: brightness(1.02); }


/* ---------- DROPDOWN MÁS LIMPIO ---------- */
.dropdown-menu{
  border-radius: 14px;
  border: 2px solid rgba(0,0,0,.10);
  box-shadow: 0 18px 32px rgba(0,0,0,.18);
  overflow: hidden;
}

.dropdown-item{
  font-weight: 800;
  padding: 10px 12px;
}
.dropdown-item:hover{
  background: linear-gradient(180deg, #f4fff9 0%, #e6fff2 100%);
}


/* 1) MUY IMPORTANTE: NO recortar dropdowns */
.navbar,
.navbar .container,
.navbar .navbar-collapse{
  overflow: visible !important;
}

/* Asegura que el dropdown se vea por encima */
.dropdown-menu{
  z-index: 2000 !important;
}

/* 2) Banner San Primavera como fondo del header */
#header-home.hv-hero-wrap{
  position: relative;
  background-image: url(/model/hevvux/assets/images/egipto/egipcio.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Overlay para legibilidad */
#header-home.hv-hero-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.20));
  pointer-events:none;
}

/* Contenido encima del overlay */
#header-home.hv-hero-wrap .container{
  position: relative;
  z-index: 1;
}
/* =========================================================
   HEVVUX • San Primavera 2026 • COMPAT (no rompe tu CSS)
   Pegar AL FINAL del cosmos.css
   ========================================================= */

/* 1) Banner de fondo en header (Nav.php) */
#header-home{
  position: relative;
  /*background-image: url("https://pbs.twimg.com/media/GF4VVZNW4AAM3SE.png") !important;*/
  background-image: url(/model/hevvux/assets/images/egipto/egipcio.png) !important;
  background-size: cover !important;
  background-position: 0rem 0rem !important;
  background-repeat: no-repeat !important;
}

/* Overlay para legibilidad (sin tocar HTML) */
#header-home::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.28) 55%, rgba(0,0,0,.18) 100%);
  pointer-events:none;
}

/* Asegura que el contenido esté encima */
#header-home .container{
  position: relative;
  z-index: 1;
}

/* 2) Navbar: NO cortar dropdowns (esto te arregla “Equipo”) */
.navbar,
.navbar .container,
.navbar .navbar-collapse{
  overflow: visible !important;
}
.dropdown-menu{
  z-index: 2500 !important;
  border-radius: 14px;
  border: 2px solid rgba(0,0,0,.10);
  box-shadow: 0 18px 32px rgba(0,0,0,.18);
}

/* 3) Estilo San Primavera para el underline del active */
.navbar-light .navbar-nav .active > .nav-link::before,
.navbar-light .navbar-nav .nav-link.active::before,
.navbar-light .navbar-nav .nav-link.show::before,
.navbar-light .navbar-nav .show > .nav-link::before{
  background: linear-gradient(90deg, var(--hv-pink), #1fbf86) !important;
}

/* 4) Botones del header (Entrar / Logout / Register / HK) más PRO sin romper */
#header-home .btn{
  border-radius: 14px !important;
  font-weight: 900;
  letter-spacing: .2px;
  box-shadow: 0 12px 18px rgba(0,0,0,.18);
  border: none !important;
}

#header-home .btn-warning{
  background: linear-gradient(90deg, #ffd166, #ffe8a3) !important;
  color:#2b2b2b !important;
}

/* 5) “Online pill” (#users-on) más pro sin cambiar tu sprite */
#users-on{
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow: 0 10px 18px rgba(0,0,0,.22) !important;
  border-radius: 999px !important;
}

/* =========================================================
   SHOP.php (usa tus IDs existentes)
   Solo “refina” lo que YA tienes, no cambia estructura
   ========================================================= */

/* Tu .transparent-bg mete imagen, aquí lo hacemos más “glass” */
#section-home .transparent-bg{
  border-radius: 16px !important;
  border: 2px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 26px rgba(0,0,0,.12);
  backdrop-filter: blur(2px);
}

/* OJO: en tu cosmos tienes .text-muted { color:#fff !important; }
   Eso rompe textos en shop (si quieres). Aquí lo arreglamos SOLO dentro de shop. */
#section-home .text-muted{
  color: rgba(255,255,255,.92) !important;
}

/* #vip-subscription (ya existe en tu css) => solo mejora visual */
#vip-subscription{
  border-radius: 16px;
  overflow: visible;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.22));
}

/* Avatar del VIP */
#vip-subscription .avatar{
  border-radius: 16px;
  border: 2px solid rgba(255,255,255,.22);
  box-shadow: 0 12px 18px rgba(0,0,0,.18);
  image-rendering: pixelated;
}

/* Producto (tu shop usa class="vip-product" aunque tengas #vip-product en css)
   Hacemos que NO dependa de width fijo */
.vip-product{
  width: 100% !important;
  max-width: 520px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(0,0,0,.14);
  transition: transform .12s ease, filter .12s ease;
}
.vip-product:hover{
  transform: translateY(-2px);
  filter: brightness(1.03);
}

/* Tus IDs del producto: refinamos sin romper */
#product-content{
  border-top: 5px solid rgba(255,255,255,.85) !important;
  border-bottom: 5px solid rgba(255,255,255,.50) !important;
  border-left: 5px solid rgba(255,255,255,.50) !important;
  border-right: 5px solid rgba(255,255,255,.50) !important;
}
#product-caption{
  text-transform: uppercase;
  letter-spacing: .4px;
  font-weight: 900;
}
#product-prize{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 12px 18px rgba(0,0,0,.18);
}

/* Categorías (tu shop usa .category-item) */
.category-item{
  border-radius: 14px !important;
  font-weight: 900;
  letter-spacing: .2px;
  margin-bottom: 8px;
  border: 2px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 18px rgba(0,0,0,.08);
}
.category-item.active{
  background: linear-gradient(90deg, var(--hv-pink), #1fbf86) !important;
  color: #fff !important;
  border-color: transparent !important;
}

/* Modal: header San Primavera (Bootstrap) */
.modal-content{
  border-radius: 16px !important;
  overflow: hidden;
}
.modal-header {
    background: linear-gradient(90deg, #d0902f, #e9c251);
    color: #fff;
}
.modal-header .close{
  color:#fff; opacity:.95; text-shadow:none;
}

/* Input namechange: te vale aunque no uses #namechange-package-form-1 */
.namechange,
#namechange-package-form-1 input{
  border-radius: 14px !important;
  border: 2px solid rgba(0,0,0,.10) !important;
  height: 46px;
  font-weight: 800;
}

/* Responsive: tu bloque VIP es col-4/col-4/col-4; en móvil queda apretado */
@media (max-width: 768px){
  #section-home .transparent-bg .col-4{
    flex: 0 0 100%;
    max-width: 100%;
  }
  #vip-subscription{
    float: none;
    margin: 0 auto 10px auto;
  }
}
/* HOME LOGGED refinado (no rompe tus IDs) */
#user-info{
  border-radius: 16px !important;
  box-shadow: 0 14px 26px rgba(0,0,0,.12);
}

#user-avatar {
    border-radius: 14px;
    border: 2px solid rgba(255, 255, 255, .18);
    box-shadow: 0 12px 18px rgba(0, 0, 0, .18);
    background: url(/model/hevvux/assets/images/egipto/egipcio.png), #000000c4;
    background-blend-mode: luminosity;
    margin-right: 1rem;
}

#slider-home{
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(0,0,0,.12);
  border: 2px solid rgba(0,0,0,.10);
}

.events-container .event{
  box-shadow: 0 12px 18px rgba(0,0,0,.12);
  border: 2px solid rgba(0,0,0,.10);
}

.badge {
padding: 0 !important;
}