.elementor-kit-8{--e-global-color-primary:#00FF66;--e-global-color-secondary:#1CDD7F;--e-global-color-text:#51AE59;--e-global-color-accent:#61CE70;--e-global-color-310940a:#FFFFFF;--e-global-color-9fcc100:#808080;--e-global-color-ab3edea:#CCCCCC;--e-global-color-dec4b61:#0F0F0F;--e-global-color-40445c6:#191516;--e-global-color-789bafc:#201D1E;--e-global-color-ad64472:#181818;--e-global-color-c8fb243:#292929;--e-global-color-3c66941:#FBC02D;--e-global-color-23a7c53:#2D2B2C;--e-global-color-538733f:#1E1E1E;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   TRIGGSPACE — GLOBAL CSS (glows only, stars removed)
   SAFER VERSION: reduces global overrides that can break Elementor frontend
   ========================================================= */


/* =========================================================
   TRIGGSPACE CARD (Premium)
   ========================================================= */
.feature-card,
.trigg-card{
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 16px;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);

  box-shadow:
    0 10px 30px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.04);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.feature-card::before,
.trigg-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;

  background: radial-gradient(
    600px circle at 20% 0%,
    rgba(0,255,102,0.14) 0%,
    rgba(0,255,102,0.0) 45%
  );

  opacity:0;
  transition: opacity 0.25s ease;
}

.feature-card:hover,
.trigg-card:hover{
  transform: translateY(-6px);
  background: rgba(255,255,255,0.05);
  border-color: rgba(0,255,102,0.25);

  box-shadow:
    0 16px 42px rgba(0,0,0,0.50),
    0 0 30px rgba(0,255,102,0.10),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.feature-card:hover::before,
.trigg-card:hover::before{
  opacity:1;
}

.feature-card .feature-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:14px;
  border-radius:999px;

  background: rgba(0,255,102,0.08);
  border: 1px solid rgba(0,255,102,0.35);
  box-shadow: 0 0 18px rgba(0,255,102,0.12);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.feature-card:hover .feature-icon{
  transform: translateY(-1px);
  border-color: rgba(0,255,102,0.55);
  box-shadow: 0 0 26px rgba(0,255,102,0.18);
}

.feature-card .feature-divider{
  width:44px;
  height:2px;
  margin:10px 0 16px;
  border-radius:999px;
  background: rgba(0,255,102,0.8);
}

.feature-card .feature-text{
  color: rgba(255,255,255,0.78);
  line-height: 1.55;
  font-size: 15px;
}

/* Disable hover effects on touch devices */
@media (hover: none){
  .feature-card:hover,
  .trigg-card:hover{
    transform:none;
    box-shadow:
      0 10px 30px rgba(0,0,0,0.35),
      inset 0 1px 0 rgba(255,255,255,0.04);
  }

  .feature-card::before,
  .trigg-card::before{
    display:none;
  }
}


/* =========================================================
   Glass utility
   ========================================================= */
:root{
  --glass-blur: 12px;
  --glass-bg: rgba(12,12,12,0.45);
  --glass-border: rgba(255,255,255,0.06);
}

.glass{
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(1);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(1);
  border-bottom: 1px solid var(--glass-border);
}


/* =========================================================
   Global float hover utility
   ========================================================= */
.float-hover{
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease;
}

.float-hover:hover,
.float-hover:focus{
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.25);
}

.float-hover:active{
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

@media (hover: none){
  .float-hover:hover{
    transform:none;
    box-shadow:none;
  }
}


/* =========================================================
   Hero seam fix (safe)
   ========================================================= */
.hero-rotator{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

.hero-rotator + .elementor-section,
.hero-rotator + .e-con{
  margin-top:-1px !important;
}


/* =========================================================
   TRIGGSPACE – Game card system
   ========================================================= */
.ts-game-card{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  min-height: 340px;
  padding: 18px;

  border-radius: 22px;
  overflow: hidden;

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow: 0 18px 50px rgba(0,0,0,0.45);
  transform: translateZ(0);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;

  outline: 1px solid transparent;
  outline-offset: -1px;
}

.ts-game-card > *{
  position: relative;
  z-index: 3;
}

.ts-game-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;

  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.06) 0%,
    rgba(0,0,0,0.18) 35%,
    rgba(0,0,0,0.55) 70%,
    rgba(0,0,0,0.85) 100%
  );
}

.ts-game-card::before{
  content:"";
  position:absolute;
  left:-20%;
  right:-20%;
  bottom:-35%;
  height:70%;
  z-index:2;
  pointer-events:none;

  opacity:0.35;
  filter: blur(26px);

  background: radial-gradient(
    ellipse at bottom,
    rgba(76,175,80,0.85) 0%,
    rgba(76,175,80,0.20) 45%,
    rgba(76,175,80,0.00) 70%
  );

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.ts-game-card__content{
  transition: transform 0.25s ease;
  margin-top: auto;
  position: relative;
  z-index: 4;
}

.ts-game-card__content::before{
  content:"";
  position:absolute;
  left:-30%;
  bottom:-40%;
  width:160%;
  height:140%;
  z-index:-1;
  pointer-events:none;

  background: radial-gradient(
    ellipse at bottom left,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.55) 35%,
    rgba(0,0,0,0.25) 55%,
    rgba(0,0,0,0.00) 70%
  );

  transform: rotate(-12deg);
}

.ts-game-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 26px 80px rgba(0,0,0,0.55);
  filter: brightness(1.05);
  outline-color: rgba(76,175,80,0.45);
}

.ts-game-card:hover::before{
  opacity:0.6;
  transform: translateY(-8px);
}

.ts-game-card:hover .ts-game-card__content{
  transform: translateY(-4px);
}

.price-green{ color:#4CAF50; font-weight:600; }
.price-muted{ color:#808080; font-weight:500; }


/* =========================================================
   TS SECTION BLEND
   ========================================================= */
.ts-section-blend{ position: relative; }

.ts-section-blend::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.45) 0%,
      rgba(0,0,0,0.15) 18%,
      rgba(0,0,0,0.00) 35%,
      rgba(0,0,0,0.00) 65%,
      rgba(0,0,0,0.15) 82%,
      rgba(0,0,0,0.45) 100%
    );
  z-index:0;
}

.ts-section-blend > *{
  position: relative;
  z-index:1;
}


/* =========================================================
   DRAGGABLE + AUTO-SCROLL GAME ROW (Mobile safe)
   ========================================================= */
.games-marquee{
  position: relative;
  width: 100%;

  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;

  cursor: grab;
  padding: 10px 16px 18px;

  scrollbar-width: none;
}

.games-marquee::-webkit-scrollbar{ display:none; }

.games-marquee:active,
.games-marquee.is-dragging{ cursor: grabbing; }

.games-marquee__track{
  display:flex !important;
  flex-wrap: nowrap !important;
  gap:18px;
  width:max-content !important;
}

.games-marquee__track .ts-game-card{
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
}

@media (max-width: 1024px){
  .games-marquee__track .ts-game-card{
    width: 240px !important;
    height: 320px !important;
    min-height: 0 !important;
    background-size: cover !important;
    background-position: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .games-marquee__track .ts-game-card{
    width: 280px !important;
    height: 340px !important;
  }
}

.games-marquee,
.games-marquee__track{ background: transparent !important; }

.ts-divider{
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}


/* =========================================================
   GLOBAL BACKGROUND + GLOWS (NO STARS)
   ========================================================= */
body{
  background:
    radial-gradient(1100px circle at 20% -10%, rgba(76,175,80,0.12) 0%, rgba(76,175,80,0) 55%),
    radial-gradient(900px circle at 85% 20%,  rgba(76,175,80,0.08) 0%, rgba(76,175,80,0) 60%),
    linear-gradient(180deg, #171516 0%, #0B0B0B 55%, #000 100%);
  background-attachment: scroll;
}

/* ✅ SAFER: do NOT blanket-force transparency on *every* wrapper.
   Keep Elementor sections transparent, but avoid nuking your theme containers. */
.elementor-section,
.e-con{
  background-color: transparent;
}

/* If you still need content area transparency, scope it to Elementor content only */
.elementor .site-content,
.elementor .elementor-section-wrap{
  background-color: transparent;
}

/* Leave header alone (no forced transparency on header wrappers) */
.elementor{ background: initial !important; }


/* =========================================================
   HEADER STACKING (SAFER)
   ========================================================= */

/* ✅ SAFER: very high z-index can create weird stacking contexts.
   Keep header above content, but don’t go nuclear. */
.elementor-location-header,
header,
.site-header{
  position: relative;
  z-index: 1000;
}

/* Keep main content below header */
.elementor-location-header ~ .elementor,
.elementor-location-header ~ #page{
  position: relative;
  z-index: 1;
}

/* ✅ REMOVED: .elementor-section,.e-con{ z-index:auto !important; }
   This was a real risk for “frontend blank / behind overlay” issues. */


/* =========================================================
   Green glows + vignette overlay (single source of truth)
   ========================================================= */
html{
  position: relative;
}

/* ✅ SAFER: keep it behind everything without relying on z-index:-1 quirks */
body{ position: relative; }
body::before{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0; /* overlay sits at base of body stacking context */

  background:
    radial-gradient(900px circle at 18% 12%, rgba(76,175,80,0.14) 0%, rgba(76,175,80,0) 58%),
    radial-gradient(800px circle at 82% 22%, rgba(76,175,80,0.10) 0%, rgba(76,175,80,0) 62%),
    radial-gradient(1000px circle at 50% 88%, rgba(76,175,80,0.08) 0%, rgba(76,175,80,0) 60%),
    radial-gradient(1400px circle at 50% 50%, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0) 62%);
}

/* Ensure normal site content sits above body::before */
/*#page,
.site,
.site-content,
.elementor,
.elementor-section,
.e-con{
  position: relative;
  z-index: 1;
}


/* =========================================================
   (Optional) Hood safety — kept once
   ========================================================= */
.ts-hood{
  position: relative;
  z-index: 0;
  transform: none !important;
  filter: none !important;
  opacity: 1 !important;
  isolation: auto !important;
}

.ts-hood__header,
.ts-hood__header *{
  position: relative !important;
  z-index: 0 !important;
}


/* =========================================================
   TRIGGSPACE — OFF CANVAS NAV (Mobile) — EclipseNode-aligned
   (Kept as-is, scoped to .ts-oc)
   ========================================================= */

.ts-oc{
  --ts-green:#4CAF50;

  --panel-top: rgba(18,18,22,0.90);
  --panel-bot: rgba(8,8,10,0.86);
  --panel-stroke: rgba(255,255,255,0.08);

  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.62);
  --greyhead: rgba(255,255,255,0.50);

  --radius-btn: 14px;
  --radius-row: 12px;

  --gutter: 8px;
  --stack-gap: 8px;
  --row-gap: 6px;

  --nudge: 3px;
  --primary-nudge: 2px;
  --link-nudge: 2px;

  --accent-w: 4px;
  --accent-gap: 10px;

  --nav-icon-size: 40px;
  --nav-icon-glyph: 22px;

  color: var(--text);
}

.ts-oc{
  background:
    radial-gradient(120% 55% at 0% 0%, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.00) 55%),
    linear-gradient(180deg, var(--panel-top) 0%, var(--panel-bot) 100%) !important;
  border-left: 1px solid var(--panel-stroke);
  box-shadow: -28px 0 90px rgba(0,0,0,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* (rest of your .ts-oc rules unchanged) */


/* =========================================================
   TS GAME CARD — readability fixes (kept)
   ========================================================= */
.ts-game-card::after{ z-index: 1 !important; }
.ts-game-card__content{ position: relative; z-index: 4 !important; }

.ts-game-card__content::before{
  content:"";
  position:absolute;
  left:-24px;
  right:-24px;
  bottom:-28px;
  height: 70%;
  z-index:-1;
  pointer-events:none;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.92) 0%,
    rgba(0,0,0,0.65) 45%,
    rgba(0,0,0,0.00) 100%
  );
}

.ts-game-card__content,
.ts-game-card__content *{
  text-shadow: 0 2px 12px rgba(0,0,0,0.75);
}
.ts-game-card__content .price-green,
.ts-game-card__content .price{
  font-weight: 700;
  letter-spacing: .02em;
}
/* =========================================================
   TRIGGSPACE — EMAIL SECTION (MATCH IMAGE 2)
   Requirements:
   - Left panel wrapper:  class="ts-panel ts-panel--dark"
   - Right panel wrapper: class="ts-panel ts-panel--glass"
   - Elementor Form widget: add class "ts-form"
   ========================================================= */

/* ---------- Panel Base (both sides) ---------- */
.ts-panel{
  border-radius: 22px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.55) !important;
  padding: 28px !important;
  backdrop-filter: blur(12px);
  opacity: 1 !important;
}

.ts-panel--dark{
  background: rgba(0,0,0,.18) !important;
}

.ts-panel--glass{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)) !important;
}

/* ---------- Panel kicker ---------- */
.ts-panel__kicker{
  font-weight: 950 !important;
  font-size: 12px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,.78) !important;
  margin: 0 0 14px !important;
}

/* =========================================================
   LEFT EMAIL PANEL — TYPOGRAPHY + LIST + EMAIL CARD
   ========================================================= */

/* Big title like Image 2 */
.ts-panel--dark .ts-h2{
  font-size: clamp(34px, 3.3vw, 46px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 14px !important;
  color: rgba(255,255,255,.95) !important;
}

/* Supporting paragraph */
.ts-panel--dark .ts-sub{
  margin: 0 0 20px !important;
  max-width: 62ch !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: rgba(255,255,255,.74) !important;
}

/* List spacing */
.ts-panel--dark .ts-list{
  margin: 0 !important;
  display: grid !important;
  gap: 14px !important;
}

.ts-panel--dark .ts-list__item{
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: rgba(255,255,255,.86) !important;
}

.ts-panel--dark .ts-list__item strong{
  font-weight: 950 !important;
  color: rgba(255,255,255,.95) !important;
}

/* Green dot bullet like Image 2 */
.ts-panel--dark .ts-list__dot{
  width: 7px !important;
  height: 7px !important;
  border-radius: 99px !important;
  margin-top: 9px !important;
  background: #4CAF50 !important;
  box-shadow: 0 0 0 3px rgba(76,175,80,.10), 0 0 18px rgba(76,175,80,.35) !important;
}

/* Email card block like Image 2 */
.ts-panel--dark .ts-emailCard{
  margin-top: 22px !important;
  padding: 20px !important;
  border-radius: 18px !important;
  background: rgba(0,0,0,.28) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.45) !important;
}

.ts-panel--dark .ts-emailCard__label{
  font-size: 12px !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,.68) !important;
  margin: 0 0 10px !important;
}

.ts-panel--dark .ts-emailCard__value{
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  color: rgba(255,255,255,.95) !important;
  text-decoration: none !important;
}

.ts-panel--dark .ts-emailCard__value:hover{
  color: #6fdc7a !important;
}

.ts-panel--dark .ts-emailCard__hint{
  margin-top: 10px !important;
  font-size: 13px !important;
  color: rgba(255,255,255,.65) !important;
}

/* =========================================================
   RIGHT PANEL — ELEMENTOR PRO FORM (ts-form) MATCH IMAGE 2
   ========================================================= */

/* Remove Elementor spacing that makes the top feel off */
.ts-panel--glass .ts-form .elementor-form-fields-wrapper{
  margin: 0 !important;
  padding: 0 !important;
}

/* Each field group spacing */
.ts-form .elementor-field-group{
  margin: 0 0 18px !important;
}

/* Labels */
.ts-form .elementor-field-label{
  display: block !important;
  margin: 0 0 10px !important;
  font-weight: 900 !important;
  font-size: 13px !important;
  color: rgba(255,255,255,.72) !important;
}

/* Kill Elementor defaults that cause white fields */
.ts-form .elementor-field,
.ts-form .elementor-field-textual,
.ts-form input.elementor-field,
.ts-form textarea.elementor-field,
.ts-form select.elementor-field{
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;

  background: rgba(0,0,0,.18) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 16px !important;
  padding: 14px 16px !important;

  color: rgba(255,255,255,.90) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03) !important;
  outline: none !important;

  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

/* Placeholder */
.ts-form .elementor-field::placeholder,
.ts-form .elementor-field-textual::placeholder{
  color: rgba(255,255,255,.42) !important;
}

/* Focus state */
.ts-form .elementor-field:focus,
.ts-form .elementor-field-textual:focus{
  border-color: rgba(76,175,80,.70) !important;
  box-shadow: 0 0 0 3px rgba(76,175,80,.22), inset 0 0 0 1px rgba(255,255,255,.04) !important;
  background: rgba(0,0,0,.22) !important;
}

/* Textarea height to match Image 2 */
.ts-form textarea.elementor-field{
  min-height: 190px !important;
  line-height: 1.5 !important;
  resize: vertical !important;
}

/* Remove Elementor input-size height locks */
.ts-form .elementor-size-sm,
.ts-form .elementor-size-md,
.ts-form .elementor-size-lg{
  min-height: unset !important;
  height: auto !important;
}

/* Submit spacing */
.ts-form .elementor-field-type-submit{
  margin-top: 18px !important;
}

/* Submit button like Image 2 */
.ts-form .elementor-button{
  width: 100% !important;
  border-radius: 16px !important;
  padding: 16px 18px !important;
  font-weight: 950 !important;

  border: 1px solid rgba(76,175,80,.65) !important;
  background: linear-gradient(180deg, rgba(76,175,80,.95), rgba(76,175,80,.75)) !important;
  color: #04110a !important;

  box-shadow: 0 16px 40px rgba(0,0,0,.35) !important;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.ts-form .elementor-button:hover{
  transform: translateY(-1px) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.55) !important;
  filter: brightness(1.03) !important;
}

/* Messages */
.ts-form .elementor-message{
  margin-top: 12px !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: rgba(0,0,0,.18) !important;
  color: rgba(255,255,255,.88) !important;
}

/* Errors */
.ts-form .elementor-error,
.ts-form .elementor-message-danger{
  margin-top: 8px !important;
  font-size: 13px !important;
  color: rgba(255,180,180,.92) !important;
}

/* Responsive: keep the same “panel density” */
@media (max-width: 980px){
  .ts-panel{ padding: 22px !important; }
}
/* =========================================================
   TIGHTEN SPACE BELOW DISCORD BANNER
   ========================================================= */

/* Reduce the gap after the banner */
#ts-contact .ts-divider--soft{
  margin-top: 22px !important; /* was ~48px */
}

/* If you want it even tighter, use 14px */
/* =========================================================
   REMOVE LARGE GAP UNDER DISCORD BANNER (TARGETED)
   ========================================================= */

#ts-contact .ts-discordBanner + .ts-divider--soft{
  display: none !important;
}/* End custom CSS */