*{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,input{font-family:inherit}
img{max-width:100%}

:root{
  --front-accent-1:#f97316;
  --front-accent-2:#facc15;
  --front-accent-3:#22d3ee;
  --front-accent-4:#6366f1;

  --rgb-speed:8s;
  --rgb-thickness:2px;
  --rgb-active:1;
  --rgb-cards-active:1;
  --rgb-brand-active:1;

  --wrap:1550px;
  --wrap-pad:16px;

  --bg:#212630;
  --bg2:#212630;
  --panel:#212630;
  --panel2:#212630;
  --panel-soft:#2a313d;
  --panel-soft-2:#313947;
  --gap-dark:#1b2029;
  --gap-dark-2:#171c24;
  --border:rgba(255,255,255,.08);
  --text:#eef2f7;
  --muted:#aeb7c4;
  --shadow:0 18px 55px rgba(0,0,0,.45);
}

body{
  min-height:100vh;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
  background:var(--bg);
  color:var(--text);
  position:relative;
}

body.has-bg::before{
  content:"";
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at top, rgba(33,38,48,.22), transparent 58%),
    linear-gradient(to bottom, rgba(33,38,48,.78), rgba(33,38,48,.88));
  pointer-events:none;
  z-index:0;
}

body[data-theme="light"]{
  --bg:#f3f4f6;
  --bg2:#ffffff;
  --panel:#ffffff;
  --panel2:#ffffff;
  --panel-soft:#ffffff;
  --panel-soft-2:#f8fafc;
  --gap-dark:#eef2f7;
  --gap-dark-2:#e5e7eb;
  --border:rgba(17,24,39,.14);
  --text:#111827;
  --muted:#6b7280;
  --shadow:0 18px 55px rgba(17,24,39,.12);
}

.top-bar,
.main-header,
.game-menu,
.brand-strip,
.brand-row,
.slider-area,
.page-wrap{
  position:relative;
  z-index:1;
}

.wrap{
  max-width:var(--wrap);
  margin:0 auto;
  padding:0 var(--wrap-pad);
}

@keyframes rgbLineMove{
  0%{background-position:0% 50%}
  100%{background-position:100% 50%}
}

.glow-line{
  height:var(--rgb-thickness);
  border-radius:999px;
  background:linear-gradient(90deg,var(--front-accent-1),var(--front-accent-2),var(--front-accent-3),var(--front-accent-4),var(--front-accent-1));
  background-size:300% 100%;
  animation:rgbLineMove var(--rgb-speed) linear infinite;
  opacity:var(--rgb-active);
}

.top-bar{
  background:var(--panel);
  border-bottom:1px solid rgba(255,255,255,.05);
  font-size:12px;
  color:var(--muted);
}

.top-bar .wrap{
  padding-top:6px;
  padding-bottom:6px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.top-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.top-links a{
  white-space:nowrap;
  transition:.15s ease;
}

.top-links a:hover{
  color:var(--front-accent-2);
}

.main-header{
  background:var(--panel);
  border-bottom:1px solid rgba(255,255,255,.05);
  box-shadow:0 10px 35px rgba(0,0,0,.28);
}

.header-grid{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  padding:14px 0;
}

.logo-area{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:240px;
}

.logo-mark{
  width:52px;
  height:52px;
  border-radius:16px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:24px;
  color:#111827;
  box-shadow:0 10px 25px rgba(0,0,0,.28);
  flex:0 0 auto;
}

.logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}

.logo-text-main{
  font-size:22px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#f8fafc;
}

.logo-text-main span{
  color:var(--front-accent-1);
}

.logo-text-sub{
  font-size:11px;
  color:var(--muted);
  letter-spacing:.20em;
  text-transform:uppercase;
  margin-top:4px;
}

.search-box{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}

.search-input{
  width:100%;
  min-width:0;
  padding:14px 18px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:var(--panel-soft);
  color:var(--text);
  font-size:15px;
  outline:none;
  box-shadow:0 8px 22px rgba(0,0,0,.14);
}

.search-input::placeholder{
  color:var(--muted);
}

.search-input:focus{
  border-color:color-mix(in srgb, var(--front-accent-2) 60%, rgba(255,255,255,.10));
  box-shadow:0 0 0 3px rgba(250,204,21,.08);
}

.search-btn{
  width:50px;
  height:50px;
  border-radius:14px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  border:none;
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  flex:0 0 auto;
  box-shadow:0 10px 22px rgba(249,115,22,.24);
  transition:.15s ease;
}

.search-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(249,115,22,.30);
}

.ico{
  width:20px;
  height:20px;
  display:block;
}

.ico path,
.ico circle,
.ico line{
  stroke:currentColor;
}

.ico-fill{
  fill:currentColor;
}

.actions{
  display:flex;
  align-items:center;
  gap:12px;
  justify-content:flex-end;
}

.pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:var(--panel-soft);
  color:var(--text);
  box-shadow:0 8px 22px rgba(0,0,0,.12);
  transition:.15s ease;
  white-space:nowrap;
  font-weight:850;
}

.pill:hover{
  border-color:color-mix(in srgb, var(--front-accent-2) 55%, rgba(255,255,255,.08));
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.pill-mini{
  padding:10px 14px;
}

.pill-logged{
  border-color:color-mix(in srgb, #22c55e 55%, rgba(255,255,255,.08));
}

.cart-box{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:var(--panel-soft);
  box-shadow:0 8px 22px rgba(0,0,0,.12);
  transition:.15s ease;
}

.cart-box:hover{
  border-color:color-mix(in srgb, var(--front-accent-2) 55%, rgba(255,255,255,.08));
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.cart-icon{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cart-badge{
  position:absolute;
  top:-6px;
  right:-10px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  background:var(--front-accent-1);
  color:#111827;
  font-size:10px;
  font-weight:950;
  display:flex;
  align-items:center;
  justify-content:center;
  border:2px solid var(--panel);
}

.cart-text{
  font-size:12px;
  line-height:1.15;
  color:var(--text);
}

.cart-amount{
  color:var(--front-accent-2);
  font-weight:950;
}

.theme-toggle,
.hamburger{
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.08);
  background:var(--panel-soft);
  color:var(--text);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(0,0,0,.12);
  transition:.15s ease;
}

.theme-toggle:hover,
.hamburger:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.theme-toggle:hover{
  border-color:color-mix(in srgb, var(--front-accent-1) 55%, rgba(255,255,255,.08));
}

.hamburger:hover{
  border-color:color-mix(in srgb, var(--front-accent-2) 55%, rgba(255,255,255,.08));
}

.theme-sun{
  display:none;
}

body[data-theme="light"] .theme-sun{
  display:block;
}

body[data-theme="light"] .theme-moon{
  display:none;
}

.mini-actions{
  display:none;
  align-items:center;
  gap:10px;
  justify-content:flex-end;
}

.offcanvas{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.62);
  display:none;
  z-index:9999;
}

.offcanvas.show{
  display:block;
}

.offcanvas-panel{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:min(360px,86vw);
  background:var(--panel);
  border-right:1px solid rgba(255,255,255,.08);
  box-shadow:20px 0 60px rgba(0,0,0,.45);
  padding:16px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  animation:ocIn .18s ease forwards;
  transform:translateX(-10px);
}

@keyframes ocIn{
  to{transform:translateX(0)}
}

.oc-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
}

.oc-title{
  font-weight:950;
  letter-spacing:.08em;
}

.oc-close{
  width:40px;
  height:40px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.08);
  background:var(--panel-soft);
  color:var(--text);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}

.oc-section + .oc-section{
  margin-top:18px;
}

.oc-section-title{
  font-size:12px;
  color:var(--muted);
  margin:10px 0 8px;
}

.oc-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.06);
  background:var(--panel-soft);
  color:var(--text);
  margin-bottom:8px;
  font-weight:850;
}

.oc-link:hover{
  border-color:color-mix(in srgb, var(--front-accent-2) 45%, rgba(255,255,255,.06));
}

.oc-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.oc-chip{
  padding:8px 10px;
  border-radius:999px;
  background:var(--panel-soft);
  border:1px solid rgba(255,255,255,.06);
  font-size:12px;
  color:var(--muted);
}

.oc-chip:hover{
  color:var(--text);
  border-color:color-mix(in srgb, var(--front-accent-1) 45%, rgba(255,255,255,.06));
}

.game-menu{
  background:var(--panel);
  border-top:1px solid rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.04);
  box-shadow:0 3px 10px rgba(0,0,0,.18);
  margin-top:10px;
}

.game-menu-inner{
  display:grid;
  grid-template-columns:repeat(9, 1fr);
  gap:0;
}

.game-menu a{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 8px;
  font-size:13px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:var(--text);
  border-left:1px solid rgba(255,255,255,.03);
  border-right:1px solid rgba(0,0,0,.16);
  white-space:nowrap;
  transition:.16s ease-in-out;
}

.game-menu a:first-child{
  color:var(--front-accent-2);
}

.game-menu a:hover{
  background:var(--panel-soft);
  color:var(--front-accent-2);
  box-shadow:inset 0 -3px 0 var(--front-accent-2);
}

.top-line-wrap{
  margin-top:10px;
}

.page-wrap{
  padding-top:14px;
  padding-bottom:40px;
  background:transparent;
}

/* ===============================
   BRAND STRIP - FINAL
=============================== */

.brand-strip{
  width:100%;
  margin:8px 0 12px;
  padding:10px 0;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  overflow:hidden;
  background:transparent;
}

.brand-row{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:nowrap;
  gap:8px;
  width:100%;
  margin:0;
  padding:0;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
}

.brand-row::-webkit-scrollbar{
  display:none;
}

.brand-item{
  flex:0 0 auto;
  width:58px;
  min-width:58px;
  height:58px;
  min-height:58px;
  padding:0;
  margin:0;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  background:#111827;
  border:2px solid #12d7ff;
  box-shadow:none;
  transform:none;
}

.brand-item::before,
.brand-item::after{
  display:none !important;
  content:none !important;
}

.brand-item:hover{
  transform:none;
  border-color:#12d7ff;
  box-shadow:none;
}

.brand-item img{
  width:54%;
  height:54%;
  max-width:none;
  max-height:none;
  object-fit:contain;
  display:block;
  filter:none;
  transition:none;
}

.brand-item:hover img{
  transform:none;
  filter:none;
}

.after-brand-line{
  margin:10px 0 0;
}

.rgb-card{
  position:relative;
  border-radius:18px;
  z-index:0;
  overflow:hidden;
}

.rgb-card::before{
  content:"";
  position:absolute;
  inset:0;
  padding:2px;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--front-accent-1),var(--front-accent-2),var(--front-accent-3),var(--front-accent-4),var(--front-accent-1));
  background-size:300% 100%;
  animation:rgbLineMove var(--rgb-speed) linear infinite;
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  opacity:calc(var(--rgb-active) * var(--rgb-cards-active));
  z-index:-1;
}

.slider-area{
  width:100%;
  margin:16px 0 32px;
  display:grid;
  grid-template-columns:260px minmax(0,2.1fr) 260px;
  gap:14px;
  position:relative;
  background:transparent;
}

.banner-side,
.big-slider{
  border-radius:18px;
  overflow:hidden;
  background:var(--panel-soft);
  border:1px solid rgba(255,255,255,.06);
  height:400px;
  position:relative;
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.banner-side img,
.big-slider img,
.banner-side video,
.big-slider video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.hero-center-media{
  width:100%;
  height:100%;
  position:relative;
}

.big-slider::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.18), rgba(0,0,0,.03));
  pointer-events:none;
  z-index:1;
}

.slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111827;
  cursor:pointer;
  border:none;
  font-size:20px;
  z-index:5;
  box-shadow:0 8px 24px rgba(0,0,0,.16);
}

.slider-arrow.left{
  left:12px;
}

.slider-arrow.right{
  right:12px;
}

.slider-arrow:hover{
  transform:translateY(-50%) scale(1.03);
  background:#fff;
}

.mobile-bottom-bar{
  display:none;
}

@media (max-width:1200px){
  .slider-area{
    grid-template-columns:220px minmax(0,1fr) 220px;
  }
}

@media (max-width:1024px){
  body{
    padding-bottom:78px;
  }

  .top-bar{
    display:none;
  }

  .header-grid{
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "logo mini"
      "search search";
    gap:12px;
  }

  .logo-area{
    grid-area:logo;
    min-width:0;
  }

  .mini-actions{
    grid-area:mini;
    display:flex;
  }

  .search-box{
    grid-area:search;
  }

  .actions{
    display:none;
  }

  .main-header,
  .top-bar,
  .mobile-bottom-bar{
    background:var(--panel) !important;
  }

  .search-input,
  .theme-toggle,
  .hamburger,
  .banner-side,
  .big-slider{
    background:var(--panel-soft);
    border:1px solid rgba(255,255,255,.07);
  }

  .game-menu{
    display:none !important;
  }

  .page-wrap{
    padding-top:10px;
  }

  .brand-strip{
    margin:6px 0 10px;
    padding:8px 0;
  }

  .brand-row{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:8px;
    grid-template-columns:none !important;
    padding:0;
    margin:0;
  }

  .brand-item{
    width:54px;
    min-width:54px;
    height:54px;
    min-height:54px;
    border-radius:50%;
    box-shadow:none;
  }

  .brand-item img{
    width:54%;
    height:54%;
    max-height:none;
  }

  .after-brand-line{
    display:none;
  }

  .slider-area{
    margin:14px 0 24px;
    grid-template-columns:minmax(0,1fr);
    gap:0;
  }

  .banner-side{
    display:none !important;
  }

  .big-slider{
    height:290px;
    border-radius:18px;
    box-shadow:
      0 16px 38px rgba(0,0,0,.18),
      inset 0 1px 0 rgba(255,255,255,.03);
  }

  .hero-center-media img,
  .hero-center-media video{
    object-fit:cover;
    object-position:center;
  }

  .slider-arrow{
    width:40px;
    height:40px;
    font-size:20px;
  }

  .slider-arrow.left{
    left:10px;
  }

  .slider-arrow.right{
    right:10px;
  }

  .mobile-bottom-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9998;
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:0;
    background:var(--panel);
    border-top:1px solid rgba(255,255,255,.08);
    box-shadow:0 -10px 30px rgba(0,0,0,.18);
    padding-bottom:env(safe-area-inset-bottom, 0);
  }

  .mb-item{
    min-height:62px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    color:#cbd5e1;
    font-size:11px;
    font-weight:700;
    transition:.15s ease;
    position:relative;
  }

  .mb-item span{
    line-height:1;
  }

  .mb-ico{
    width:21px;
    height:21px;
    display:block;
  }

  .mb-ico path,
  .mb-ico circle,
  .mb-ico rect{
    stroke:currentColor;
  }

  .mb-item.active,
  .mb-item:hover{
    color:#f59e0b;
  }

  .mb-item.active::before{
    content:"";
    position:absolute;
    top:0;
    left:18%;
    width:64%;
    height:3px;
    border-radius:0 0 999px 999px;
    background:linear-gradient(90deg,#f59e0b,#f97316);
  }
}

@media (max-width:768px){
  .wrap{
    padding:0 12px;
  }

  .main-header .wrap{
    padding-top:2px;
    padding-bottom:2px;
  }

  .header-grid{
    padding:12px 0 10px;
    align-items:center;
  }

  .logo-area{
    gap:8px;
  }

  .mini-actions{
    gap:8px;
  }

  .logo-mark{
    width:44px;
    height:44px;
    border-radius:14px;
    font-size:20px;
  }

  .logo-text-main{
    font-size:17px;
    letter-spacing:.10em;
  }

  .logo-text-sub{
    display:none;
  }

  .theme-toggle,
  .hamburger{
    width:42px;
    height:42px;
    border-radius:12px;
    flex:0 0 auto;
  }

  .search-box{
    margin-top:2px;
  }

  .search-input{
    padding:13px 15px;
    font-size:14px;
  }

  .search-btn{
    width:46px;
    height:46px;
  }

  .brand-strip{
    margin:4px 0 8px;
    padding:8px 0;
  }

  .brand-row{
    display:flex !important;
    flex-wrap:nowrap !important;
    grid-template-columns:none !important;
    gap:7px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:0;
    margin:0;
    justify-content:flex-start;
  }

  .brand-item{
    width:50px;
    min-width:50px;
    height:50px;
    min-height:50px;
    border-radius:50%;
    border-width:2px;
  }

  .brand-item img{
    width:52%;
    height:52%;
    max-height:none;
  }

  .big-slider{
    height:250px;
    border-radius:16px;
  }

  .slider-arrow{
    width:36px;
    height:36px;
    font-size:18px;
  }
}

@media (max-width:480px){
  .logo-text-main{
    font-size:14px;
    letter-spacing:.04em;
  }

  .brand-row{
    gap:6px;
  }

  .brand-item{
    width:46px;
    min-width:46px;
    height:46px;
    min-height:46px;
  }

  .brand-item img{
    width:50%;
    height:50%;
  }

  .big-slider{
    height:220px;
    border-radius:14px;
  }

  .slider-arrow{
    width:34px;
    height:34px;
    font-size:17px;
  }

  .mb-item{
    min-height:58px;
    font-size:10px;
  }

  .mb-ico{
    width:20px;
    height:20px;
  }
}
/* BRAND ROW - KUTUSUZ */
.brand-strip{
  display:none !important;
}

.brand-row-plain{
  display:flex !important;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:nowrap !important;
  gap:8px;
  margin:8px 0 10px;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  -ms-overflow-style:none;
}

.brand-row-plain::-webkit-scrollbar{
  display:none;
}

.brand-row-plain::before,
.brand-row-plain::after{
  display:none !important;
  content:none !important;
}

.brand-row-plain .brand-item{
  flex:0 0 auto !important;
  width:58px;
  min-width:58px;
  height:58px;
  min-height:58px;
  border-radius:50%;
  background:#111827;
  border:2px solid #12d7ff;
  box-shadow:none !important;
  margin:0;
  padding:0;
}

.brand-row-plain .brand-item::before,
.brand-row-plain .brand-item::after{
  display:none !important;
  content:none !important;
}

.brand-row-plain .brand-item img{
  width:54%;
  height:54%;
  object-fit:contain;
  display:block;
  max-width:none;
  max-height:none;
  filter:none;
}

.after-brand-line{
  display:none !important;
}

@media (max-width:768px){
  .brand-row-plain{
    gap:7px;
    margin:6px 0 8px;
  }

  .brand-row-plain .brand-item{
    width:50px;
    min-width:50px;
    height:50px;
    min-height:50px;
  }

  .brand-row-plain .brand-item img{
    width:52%;
    height:52%;
  }
}
.brand-row-plain{
  gap:12px;
  margin:10px 0 12px;
}

.brand-row-plain .brand-item{
  width:72px;
  min-width:72px;
  height:72px;
  min-height:72px;
  border-radius:50%;
}

.brand-row-plain .brand-item img{
  width:58%;
  height:58%;
}

/* tablet */
@media (max-width:1024px){
  .brand-row-plain{
    gap:10px;
  }

  .brand-row-plain .brand-item{
    width:66px;
    min-width:66px;
    height:66px;
    min-height:66px;
  }
}

/* mobil */
@media (max-width:768px){
  .brand-row-plain{
    gap:8px;
    margin:8px 0 10px;
  }

  .brand-row-plain .brand-item{
    width:58px;
    min-width:58px;
    height:58px;
    min-height:58px;
  }

  .brand-row-plain .brand-item img{
    width:56%;
    height:56%;
  }
}
.top-line-wrap,
.after-brand-line,
.glow-line{
  display:none !important;
}
.brand-row-plain{
  margin-top:-6px !important;
  margin-bottom:12px !important;
}
.site-footer{
  margin-top:40px;
  background:var(--panel);
  border-top:1px solid rgba(255,255,255,.06);
  box-shadow:0 -10px 30px rgba(0,0,0,.18);
  position:relative;
  z-index:1;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:24px;
  padding:28px 0 20px;
}

.footer-col{
  min-width:0;
}

.footer-brand{
  padding-right:12px;
}

.footer-logo{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}

.footer-logo-mark{
  width:48px;
  height:48px;
  border-radius:14px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:22px;
  color:#111827;
  box-shadow:0 10px 25px rgba(0,0,0,.28);
  flex:0 0 auto;
}

.footer-logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}

.footer-logo-main{
  font-size:20px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#f8fafc;
}

.footer-logo-main span{
  color:var(--front-accent-1);
}

.footer-logo-sub{
  font-size:10px;
  color:var(--muted);
  letter-spacing:.20em;
  text-transform:uppercase;
  margin-top:4px;
}

.footer-desc{
  color:var(--muted);
  line-height:1.7;
  font-size:14px;
  max-width:420px;
}

.footer-title{
  font-size:14px;
  font-weight:900;
  color:var(--text);
  margin-bottom:14px;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.footer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.footer-links a{
  color:var(--muted);
  font-size:14px;
  transition:.15s ease;
}

.footer-links a:hover{
  color:var(--front-accent-2);
  transform:translateX(2px);
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.06);
  padding:14px 0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  color:var(--muted);
  font-size:13px;
}

.footer-bottom-right{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

@media (max-width:1024px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:20px;
  }
}

@media (max-width:768px){
  .site-footer{
    margin-top:28px;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:18px;
    padding:22px 0 16px;
  }

  .footer-logo-main{
    font-size:17px;
    letter-spacing:.10em;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    font-size:12px;
  }

  .footer-bottom-right{
    gap:10px;
  }
}
.top-bar .wrap,
.main-header .wrap,
.game-menu .wrap,
.site-footer .wrap{
  max-width:var(--wrap);
  margin:0 auto;
  padding-left:var(--wrap-pad);
  padding-right:var(--wrap-pad);
}

.site-footer{
  margin-top:40px;
  background:var(--panel);
  border-top:1px solid rgba(255,255,255,.06);
  box-shadow:0 -10px 30px rgba(0,0,0,.18);
  position:relative;
  z-index:1;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:24px;
  padding:28px 0 20px;
}

.footer-col{
  min-width:0;
}

.footer-brand{
  padding-right:12px;
}

.footer-logo{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:14px;
}

.footer-logo-mark{
  width:48px;
  height:48px;
  border-radius:14px;
  background:linear-gradient(135deg,#f59e0b,#f97316);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:22px;
  color:#111827;
  box-shadow:0 10px 25px rgba(0,0,0,.28);
  flex:0 0 auto;
}

.footer-logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}

.footer-logo-main{
  font-size:20px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#f8fafc;
}

.footer-logo-main span{
  color:var(--front-accent-1);
}

.footer-logo-sub{
  font-size:10px;
  color:var(--muted);
  letter-spacing:.20em;
  text-transform:uppercase;
  margin-top:4px;
}

.footer-desc{
  color:var(--muted);
  line-height:1.7;
  font-size:14px;
  max-width:420px;
}

.footer-title{
  font-size:14px;
  font-weight:900;
  color:var(--text);
  margin-bottom:14px;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.footer-links{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.footer-links a{
  color:var(--muted);
  font-size:14px;
  transition:.15s ease;
}

.footer-links a:hover{
  color:var(--front-accent-2);
  transform:translateX(2px);
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.06);
  padding:14px 0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  color:var(--muted);
  font-size:13px;
}

.footer-bottom-right{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

@media (max-width:1024px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:20px;
  }
}

@media (max-width:768px){
  .site-footer{
    margin-top:28px;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:18px;
    padding:22px 0 16px;
  }

  .footer-logo-main{
    font-size:17px;
    letter-spacing:.10em;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    font-size:12px;
  }

  .footer-bottom-right{
    gap:10px;
  }
}