.lr-clean{background:#fbf8f4;color:#061d35;font-family:Open Sans,Arial,sans-serif}
.lr-clean a{color:#061d35;text-decoration:none}

.lr-top{
  height:44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 42px;
  border-bottom:1px solid #e8e2dc;
  font-size:13px;
}

.lr-row{
  display:flex;
  align-items:center;
  gap:20px;
}

.lr-sep{
  width:1px;
  height:22px;
  background:#ded8d1;
}

.lr-brand{
  height:135px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  background:#fbf8f4;
}

.lr-brand img{
  width:235px;
  height:auto;
}

.lr-radio{
  position:absolute!important;
  left:42px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  width:auto!important;
  min-width:0!important;
  height:48px!important;
  padding:7px 13px!important;
  background:white!important;
  border-radius:999px!important;
  box-shadow:0 8px 20px rgba(0,0,0,.055)!important;
  font-weight:700!important;
  box-sizing:border-box!important;
}

.lr-play{
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  background:#1598e8!important;
  color:white!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 34px!important;
  font-size:12px!important;
  line-height:1!important;
}

.lr-radio small{
  display:block!important;
  font-weight:600!important;
  font-size:12px!important;
  line-height:1.05!important;
}

.lr-bars{
  color:#1598e8!important;
  margin-left:4px!important;
  font-size:12px!important;
  letter-spacing:1px!important;
}

.lr-menu{
  height:48px;
  background:white;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  display:flex;
  align-items:center;
  gap:34px;
  padding:0 42px;
}

.lr-burger{
  border:0;
  background:transparent;
  font-size:25px;
  line-height:1;
}

.lr-menu nav{
  display:flex;
  gap:30px;
}

.lr-menu nav a{
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.lr-menu nav a.active{
  color:#078ee8;
}

.lr-info{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:22px;
  padding:10px 28px!important;
  background:#fbf8f4;
  min-height:64px!important;
}

.lr-card{
  height:44px!important;
  min-height:44px!important;
  background:white;
  border-radius:10px;
  display:flex;
  align-items:center;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.035);
}

.lr-disc{
  gap:10px;
  padding:0 14px!important;
}

.lr-pulse{
  width:26px!important;
  height:26px!important;
  border-radius:8px!important;
  background:#1f8fe5!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  position:relative!important;
  flex:0 0 26px!important;
}

.lr-pulse i{
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  background:#fff!important;
  display:block!important;
  margin:0!important;
  position:relative!important;
}

.lr-pulse i:before,
.lr-pulse i:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:7px;
  height:7px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.65);
  transform:translate(-50%,-50%) scale(1);
  animation:lrPulse 1.8s ease-out infinite;
}

.lr-pulse i:after{
  animation-delay:.7s;
}

@keyframes lrPulse{
  to{
    transform:translate(-50%,-50%) scale(4.2);
    opacity:0;
  }
}

.lr-disc b{
  font-size:11px;
}

.lr-ticker{
  flex:1;
  overflow:hidden;
}

.lr-ticker-track{
  display:flex;
  gap:34px;
  white-space:nowrap;
  animation:lrTicker 26s linear infinite;
}

.lr-ticker small{
  font-size:12px;
}

@keyframes lrTicker{
  from{transform:translateX(100%)}
  to{transform:translateX(-100%)}
}

.lr-market{
  overflow:hidden;
}

.lr-market-track{
  display:flex;
  align-items:center;
  white-space:nowrap;
  animation:lrMarket 22s linear infinite;
}

.lr-market-track > span{
  display:inline-flex;
  gap:8px;
  align-items:center;
  height:44px!important;
  padding:0 28px;
  border-right:1px solid #eee;
  font-size:12px;
  white-space:nowrap;
  flex:0 0 auto;
}

.lr-market-track b{
  font-weight:800;
}

.lr-market-track em{
  font-style:normal;
}

@keyframes lrMarket{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

.lr-social{
  font-weight:800;
  font-size:16px;
}


/* ALUAR inline correcto */
.lr-aluar-item{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}

.lr-aluar-item b{
  display:inline!important;
  white-space:nowrap!important;
}

.lr-aluar-item em,
#alua-precio,
#alua-precio-2{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  white-space:nowrap!important;
  line-height:1!important;
  vertical-align:middle!important;
  font-style:normal!important;
}

.lr-aluar-item em span,
#alua-precio span,
#alua-precio-2 span{
  display:inline!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  margin:0 0 0 4px!important;
  border:0!important;
  position:static!important;
  float:none!important;
  transform:none!important;
  line-height:1!important;
  vertical-align:middle!important;
  white-space:nowrap!important;
  color:#ff4d4f!important;
}

/* Estabilidad visual del header */
.lr-brand,
.lr-menu,
.lr-info,
.lr-card,
.lr-disc,
.lr-market{
  box-sizing:border-box;
}

.lr-market,
.lr-disc{
  min-height:58px;
}

.lr-market-track,
.lr-ticker-track{
  will-change:transform;
}


/* LR VIEWPORT STABLE - evita salto horizontal del header */
html{
  overflow-y:scroll;
  scrollbar-gutter:stable;
}

body{
  overflow-x:hidden;
}

.lr-clean{
  width:100%;
  max-width:none;
  overflow-x:hidden;
}

.lr-top,
.lr-brand,
.lr-menu,
.lr-info{
  width:100%;
  max-width:none;
}

/* LR HEADER STABLE COMPACT */
.lr-brand{
  height:135px!important;
  min-height:135px!important;
  position:relative!important;
}

.lr-brand > a:not(.lr-radio){
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:0!important;
}

.lr-brand img{
  display:block!important;
  width:235px!important;
  height:auto!important;
  max-height:90px!important;
  object-fit:contain!important;
}

.lr-menu{
  height:48px!important;
  min-height:48px!important;
}

.lr-card{
  height:44px!important;
  min-height:44px!important;
}

@media(max-width:900px){
  .lr-top,
  .lr-brand,
  .lr-info{
    display:none;
  }

  .lr-menu nav{
    display:none;
  }
}