.elementor-88 .elementor-element.elementor-element-33406e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-190dd2b *//* ======================================================
LPP HEADER — GOLD / BLACK PREMIUM VERSION
====================================================== */

:root{
  --lpp-gold: #FFD943;
  --lpp-gold-strong: #ffb800;
  --lpp-black: #0c0c0c;
  --lpp-black-soft: #1a1a1a;
  --lpp-white: #ffffff;
}

/* Prevent scroll when drawer open */
html.lpp-no-scroll,
html.lpp-no-scroll body{
  overflow: hidden !important;
}

/* ======================================================
HEADER BASE
====================================================== */

.lpp-header{
  position: sticky;
  top: 0;
  z-index: 9999;
}

.lpp-wrap{
  width: min(1280px, 92%);
  margin: 0 auto;
}

/* ======================================================
🔥 GOLD TICKER (SMOOTH LOOP)
====================================================== */

.lpp-ticker{
  height: 36px;
  background: linear-gradient(90deg, #ffd943, #ffcc00, #ffd943);
  border-bottom: 1px solid rgba(0,0,0,.2);
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: transform .22s ease;
}

.lpp-ticker.is-hidden{
  transform: translateY(-100%);
}

.lpp-ticker__inner{
  display: flex;
  width: max-content;
  animation: lppTickerScroll 35s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.lpp-ticker__track{
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.lpp-ticker__track span{
  margin-right: 60px;
  color: #1a1a1a;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .6px;
  text-transform: uppercase;
}

@keyframes lppTickerScroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

@media (hover:hover){
  .lpp-ticker:hover .lpp-ticker__inner{
    animation-play-state: paused;
  }
}

/* ======================================================
⚫ MAIN HEADER BAR
====================================================== */

.lpp-bar{
  background: linear-gradient(180deg, #0c0c0c 0%, #1a1a1a 100%);
  border-bottom: 1px solid rgba(255,217,67,.15);
}

.lpp-bar__inner{
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 8px 0; /* reduced height */
}

/* ======================================================
LOGO
====================================================== */

.lpp-logo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 94px;
  border-radius: 22px;
  background: rgba(255,217,67,.06);
  border: 1px solid rgba(255,217,67,.35);
  box-shadow:
    0 10px 30px rgba(0,0,0,.6),
    0 0 18px rgba(255,217,67,.15);
  transform: translateY(8px);
  overflow: hidden;
}
.lpp-logo img{
  width: 86%;
  height: auto;
}

/* ======================================================
NAVIGATION
====================================================== */

.lpp-nav{
  display: flex;
  justify-content: center;
  gap: 34px;
}

.lpp-nav__link{
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  position: relative;
}

.lpp-nav__link:hover{
  color: var(--lpp-gold);
}

.lpp-nav__link::after{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: var(--lpp-gold);
  transform: scaleX(0);
  transition: .2s;
}

.lpp-nav__link:hover::after{
  transform: scaleX(1);
}

/* ======================================================
CTA BUTTON (PLAY NOW STYLE)
====================================================== */

.lpp-auth a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 900;
  font-size: 14px;
  background: linear-gradient(180deg, #ffe27a, #ffb800);
  color: #000 !important;
  text-decoration: none;
  box-shadow:
    0 6px 18px rgba(255,200,0,.45),
    inset 0 1px 0 rgba(255,255,255,.4);
  transition: .25s;
}

.lpp-auth a:hover{
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    0 10px 26px rgba(255,200,0,.6),
    0 0 18px rgba(255,217,67,.6);
}

/* ======================================================
ICON BUTTONS
====================================================== */

.lpp-quick{
  display: flex;
  align-items: center;
  gap: 10px;
}

.lpp-iconbtn{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255,217,67,.08);
  border: 1px solid rgba(255,217,67,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s;
}

.lpp-iconbtn svg{
  width: 18px;
  height: 18px;
  fill: var(--lpp-gold);
}

.lpp-iconbtn:hover{
  background: rgba(255,217,67,.18);
  border-color: rgba(255,217,67,.6);
  box-shadow: 0 0 12px rgba(255,217,67,.35);
  transform: translateY(-2px);
}

/* ======================================================
WALLET
====================================================== */

.lpp-wallet{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  background: rgba(255,217,67,.08);
  border: 1px solid rgba(255,217,67,.4);
}

.lpp-wallet__amount{
  font-weight: 900;
  color: #fff;
}

/* ======================================================
BURGER
====================================================== */

.lpp-burger{
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255,217,67,.08);
  border: 1px solid rgba(255,217,67,.3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.lpp-burger span{
  width: 18px;
  height: 2px;
  background: var(--lpp-gold);
}

/* ======================================================
MOBILE
====================================================== */

@media (max-width: 980px){

  .lpp-nav,
  .lpp-desktop-only{
    display: none !important;
  }

  .lpp-bar__inner{
    grid-template-columns: 1fr auto 1fr;
    padding: 10px 14px;
  }

  .lpp-logo{
    grid-column: 2;
    transform: translateY(4px);
  }

  .lpp-actions{
    grid-column: 3;
    justify-self: end;
    display: flex;
    gap: 8px;
  }

  .lpp-burger{
    display: flex;
  }

  .lpp-iconbtn{
    width: 38px;
    height: 38px;
  }

  .lpp-wallet__amount{
    display: none;
  }
}

/* ======================================================
DRAWER
====================================================== */

.lpp-drawer{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  opacity: 0;
  pointer-events: none;
  transition: .2s;
}

.lpp-drawer.is-open{
  opacity: 1;
  pointer-events: auto;
}

.lpp-drawer__panel{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(360px, 90%);
  background: linear-gradient(180deg, #0c0c0c, #1a1a1a);
  padding: 16px;
}

.lpp-drawer__nav a{
  display: block;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.lpp-drawer__nav a:hover{
  color: var(--lpp-gold);
}/* End custom CSS */