/* =========================================================
   ZYNN STORE — REFERENCE ULTRA REDESIGN
   Final override for cyber neon professional mobile UI.
   Loaded after old CSS, so it fixes layout conflicts safely.
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&family=Rajdhani:wght@600;700&display=swap');

:root{
  --ref-bg:#020510;
  --ref-bg-soft:#07142d;
  --ref-card:rgba(5,13,32,.74);
  --ref-card-2:rgba(8,19,45,.86);
  --ref-line:rgba(59,232,255,.24);
  --ref-line-strong:rgba(64,240,255,.62);
  --ref-text:#f4fbff;
  --ref-muted:#96a9c3;
  --ref-cyan:#37f5ff;
  --ref-blue:#208cff;
  --ref-purple:#9551ff;
  --ref-pink:#ff347d;
  --ref-green:#16f3a8;
  --ref-shadow:0 24px 80px rgba(0,0,0,.52),0 0 62px rgba(32,140,255,.10);
}

*{box-sizing:border-box!important}
html,body{background:var(--ref-bg)!important;color:var(--ref-text)!important;font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif!important;overflow-x:hidden!important}
body{
  min-height:100vh!important;
  background:
    radial-gradient(circle at 8% 4%, rgba(55,245,255,.18), transparent 24%),
    radial-gradient(circle at 92% 2%, rgba(149,81,255,.20), transparent 27%),
    radial-gradient(circle at 82% 58%, rgba(255,52,125,.09), transparent 28%),
    linear-gradient(180deg,#02050f 0%,#07142c 44%,#02040b 100%)!important;
}
body:before{
  content:""!important;position:fixed!important;inset:0!important;z-index:-3!important;pointer-events:none!important;
  background-image:
    linear-gradient(rgba(55,245,255,.045) 1px, transparent 1px),
    linear-gradient(90deg,rgba(55,245,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 20% 20%,rgba(55,245,255,.18) 0 1px,transparent 2px),
    radial-gradient(circle at 80% 30%,rgba(149,81,255,.22) 0 1px,transparent 2px)!important;
  background-size:48px 48px,48px 48px,96px 96px,84px 84px!important;
  opacity:.95!important;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.22))!important;
}

/* phone-like max width on normal web preview: keeps the mockup clean instead of stretched */
@media (min-width:721px){
  .navbar,.search-wrapper,.cyber-home-hero,.tab-switch,.section,.cyber-stats-strip,.zy-footer{max-width:1180px!important}
}

/* HEADER */
.navbar{
  width:min(100% - 28px,1180px)!important;
  margin:16px auto 0!important;
  min-height:78px!important;height:auto!important;
  padding:14px 18px!important;
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;
  border-radius:30px!important;
  border:1px solid rgba(55,245,255,.28)!important;
  background:linear-gradient(180deg,rgba(7,19,46,.72),rgba(3,9,25,.82))!important;
  box-shadow:var(--ref-shadow),inset 0 1px 0 rgba(255,255,255,.11)!important;
  backdrop-filter:blur(22px)!important;-webkit-backdrop-filter:blur(22px)!important;
  position:sticky!important;top:10px!important;z-index:90!important;
}
.navbar:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(120deg,rgba(55,245,255,.20),transparent 32%,rgba(149,81,255,.22) 72%,transparent);opacity:.72!important}
.brand{position:relative;z-index:1;display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:14px!important;align-items:center!important;min-width:0!important}
.brand-logo{grid-row:1/3;width:54px!important;height:54px!important;border-radius:18px!important;object-fit:cover!important;content:url('../cyber-v4/zynn-logo.svg')!important;background:#030817!important;box-shadow:0 0 0 1px rgba(55,245,255,.42),0 0 28px rgba(55,245,255,.30),inset 0 1px 0 rgba(255,255,255,.12)!important}
.brand span{font-family:'Rajdhani','Inter',sans-serif!important;font-size:28px!important;line-height:1!important;font-weight:700!important;letter-spacing:.01em!important;white-space:nowrap!important;background:linear-gradient(90deg,#fff 0%,#fff 46%,#37f5ff 64%,#9551ff 100%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;text-shadow:none!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important}
.brand:after{content:'Digital Premium Marketplace';grid-column:2;font-size:12px;font-weight:700;color:rgba(218,234,255,.68);margin-top:2px;white-space:nowrap;letter-spacing:.01em}
.nav-right{position:relative!important;z-index:2!important;margin-left:auto!important;min-width:max-content!important}
.nav-right a[href*="google-login"],#navUserBtn{
  height:50px!important;border-radius:999px!important;padding:0 18px!important;gap:10px!important;
  color:#fff!important;background:linear-gradient(180deg,rgba(5,13,32,.88),rgba(3,7,19,.92))!important;
  border:1px solid rgba(84,189,255,.40)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 0 34px rgba(32,140,255,.16),0 0 18px rgba(149,81,255,.12)!important;
  font-size:14px!important;font-weight:900!important;text-decoration:none!important;
}
.nav-right a[href*="google-login"] span:last-child{font-size:0!important}
.nav-right a[href*="google-login"] span:last-child:after{content:'Login';font-size:15px!important}
.nav-right a[href*="google-login"] span:first-child{display:none!important}
.nav-right a[href*="google-login"]:before{content:'\f007';font-family:'Font Awesome 6 Free';font-weight:900;font-size:17px;color:#dff6ff;text-shadow:0 0 12px rgba(55,245,255,.5)}

/* SEARCH */
.search-wrapper{width:min(100% - 28px,1180px)!important;margin:18px auto 20px!important;position:relative!important}
.search-wrapper:before{content:'\f002'!important;font-family:'Font Awesome 6 Free'!important;font-weight:900!important;position:absolute!important;left:24px!important;top:50%!important;transform:translateY(-50%)!important;color:var(--ref-cyan)!important;text-shadow:0 0 18px rgba(55,245,255,.72)!important;z-index:2!important}
.search-wrapper:after{content:'\f1de';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;right:22px;top:50%;transform:translateY(-50%);color:var(--ref-cyan);font-size:17px;text-shadow:0 0 18px rgba(55,245,255,.62);opacity:.9;pointer-events:none}
#searchInput{height:68px!important;width:100%!important;border-radius:24px!important;padding:0 58px!important;background:linear-gradient(180deg,rgba(10,27,62,.72),rgba(4,10,27,.86))!important;border:1px solid rgba(105,193,255,.25)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 18px 52px rgba(0,0,0,.32)!important;color:#f2fbff!important;font-size:16px!important;font-weight:800!important;outline:0!important;letter-spacing:.01em!important}
#searchInput::placeholder{color:rgba(219,235,255,.46)!important;text-transform:none!important}
#searchInput:focus{border-color:rgba(55,245,255,.78)!important;box-shadow:0 0 0 4px rgba(55,245,255,.11),0 0 45px rgba(55,245,255,.18),inset 0 1px 0 rgba(255,255,255,.12)!important}

/* HERO */
.cyber-home-hero{width:min(100% - 28px,1180px)!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,1.72fr) minmax(300px,.78fr)!important;gap:18px!important;align-items:stretch!important}
.cyber-home-hero .banner-wrapper{width:100%!important;margin:0!important;padding:0!important}
.banner-slider{position:relative!important;width:100%!important;height:100%!important;min-height:390px!important;aspect-ratio:auto!important;border-radius:34px!important;overflow:hidden!important;border:1px solid rgba(55,245,255,.30)!important;background:linear-gradient(120deg,#050a1b,#071331)!important;box-shadow:var(--ref-shadow),inset 0 1px 0 rgba(255,255,255,.11),0 0 88px rgba(55,245,255,.10)!important;isolation:isolate!important}
.banner-track{height:100%!important;display:flex!important;transition:transform .45s cubic-bezier(.22,.8,.18,1)!important}
.banner-item{height:100%!important;min-width:100%!important;display:block!important;position:relative!important;background:#030817!important}
.banner-item img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;filter:saturate(1.12) contrast(1.06) brightness(.76)!important;transform:scale(1.02)!important}
.banner-slider:before{content:''!important;position:absolute!important;inset:0!important;z-index:3!important;background:linear-gradient(90deg,rgba(2,5,16,.82) 0%,rgba(2,5,16,.54) 42%,rgba(2,5,16,.20) 70%,rgba(2,5,16,.72) 100%),radial-gradient(circle at 52% 48%,rgba(55,245,255,.16),transparent 27%),radial-gradient(circle at 72% 40%,rgba(149,81,255,.20),transparent 26%)!important;pointer-events:none!important}
.banner-slider:after{content:'PREMIUM DIGITAL\A\A\A Akses aplikasi premium\A terbaik dengan harga\A termurah dan aman.'!important;white-space:pre-line!important;position:absolute!important;left:36px!important;top:34px!important;z-index:4!important;width:min(390px,48%)!important;font-family:'Inter',sans-serif!important;color:#fff!important;text-shadow:0 8px 34px rgba(0,0,0,.58)!important;font-size:16px!important;line-height:1.45!important;font-weight:650!important;letter-spacing:0!important;background:none!important}
.banner-slider .banner-item:first-child:after{content:'Belanja Sekarang  ❯';position:absolute;z-index:5;left:36px;bottom:38px;height:54px;padding:0 28px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,var(--ref-cyan),var(--ref-purple));color:#061225;font-weight:950;font-size:15px;box-shadow:0 0 34px rgba(55,245,255,.24),0 0 34px rgba(149,81,255,.14)}
.banner-slider .banner-item:first-child:before{content:'Upgrade\A Digital Life';white-space:pre-line;position:absolute;left:36px;top:78px;z-index:5;font-size:clamp(32px,4vw,56px);line-height:.98;font-weight:950;letter-spacing:-.04em;background:linear-gradient(90deg,#fff 0%,#37f5ff 45%,#9551ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}
.banner-arrow{z-index:7!important;width:52px!important;height:52px!important;border-radius:999px!important;background:rgba(5,12,28,.72)!important;border:1px solid rgba(255,255,255,.13)!important;color:#fff!important;font-size:34px!important;line-height:1!important;box-shadow:0 14px 36px rgba(0,0,0,.36),0 0 25px rgba(55,245,255,.10)!important;backdrop-filter:blur(16px)!important;transition:.22s ease!important}
.banner-arrow:hover{transform:translateY(-50%) scale(1.06)!important;border-color:rgba(55,245,255,.55)!important;box-shadow:0 0 34px rgba(55,245,255,.18)!important}
.banner-arrow.left{left:18px!important}.banner-arrow.right{right:18px!important}
.ref-hero-dots{position:absolute;z-index:8;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:10px;align-items:center}
.ref-hero-dots span{width:9px;height:9px;border-radius:999px;background:rgba(255,255,255,.22);box-shadow:0 0 12px rgba(255,255,255,.08)}
.ref-hero-dots span:first-child{width:28px;background:linear-gradient(90deg,var(--ref-cyan),var(--ref-purple));box-shadow:0 0 18px rgba(55,245,255,.42)}
.cyber-balance-card{border-radius:34px!important;border:1px solid rgba(55,245,255,.26)!important;background:linear-gradient(180deg,rgba(7,16,40,.78),rgba(3,8,22,.92))!important;box-shadow:var(--ref-shadow),inset 0 1px 0 rgba(255,255,255,.12)!important;padding:26px!important;min-height:390px!important;position:relative!important;overflow:hidden!important;backdrop-filter:blur(22px)!important}
.cyber-balance-card:before{content:''!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 82% 8%,rgba(55,245,255,.26),transparent 24%),radial-gradient(circle at 12% 70%,rgba(149,81,255,.22),transparent 38%)!important;z-index:-1!important}
.cyber-chip{font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:var(--ref-cyan)!important;border:1px solid rgba(55,245,255,.28)!important;background:rgba(255,255,255,.065)!important;border-radius:999px!important;padding:8px 12px!important;font-weight:900!important}
.cyber-balance-card h3{margin:18px 0 10px!important;font-size:16px!important;color:rgba(239,249,255,.86)!important;font-weight:850!important}
.cyber-balance-card h3:after{content:'  \f070';font-family:'Font Awesome 6 Free';font-weight:900;font-size:12px;color:rgba(230,243,255,.5)}
.cyber-balance-card strong{display:block!important;font-family:'Rajdhani','Inter',sans-serif!important;font-size:50px!important;line-height:.95!important;color:#fff!important;letter-spacing:.01em!important;text-shadow:0 0 35px rgba(55,245,255,.28)!important}
.cyber-balance-card p{color:rgba(219,235,255,.65)!important;font-weight:650!important;line-height:1.55!important;margin:16px 0 34px!important;font-size:14px!important}
.cyber-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin:0 0 16px!important}
.cyber-actions a{height:52px!important;border-radius:17px!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:950!important;border:1px solid rgba(255,255,255,.13)!important}
.cyber-actions a:first-child{background:linear-gradient(90deg,var(--ref-cyan),var(--ref-purple))!important;color:#061225!important;box-shadow:0 0 30px rgba(55,245,255,.18)!important}
.cyber-actions a:first-child:after{content:' +';margin-left:6px;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.35)}
.cyber-actions a:last-child{background:rgba(255,255,255,.055)!important;color:#fff!important}
.cyber-quick-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
.cyber-quick-grid a{border-radius:18px!important;border:1px solid rgba(55,245,255,.18)!important;background:rgba(255,255,255,.055)!important;padding:13px!important;min-height:84px!important;text-decoration:none!important;display:grid!important;gap:4px!important;color:#fff!important}
.cyber-quick-grid i{color:var(--ref-cyan)!important;font-size:20px!important;text-shadow:0 0 14px rgba(55,245,255,.58)!important}.cyber-quick-grid span{font-size:13px!important;font-weight:900!important}.cyber-quick-grid small{font-size:11px!important;color:rgba(219,235,255,.58)!important;font-weight:700!important}

/* TABS */
.tab-switch{width:min(100% - 28px,1180px)!important;margin:26px auto 22px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;padding:0!important;background:transparent!important;border:none!important;box-shadow:none!important}
.tab-btn{height:64px!important;border-radius:22px!important;border:1px solid rgba(105,193,255,.22)!important;background:rgba(5,13,32,.72)!important;color:rgba(221,236,255,.58)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 14px 34px rgba(0,0,0,.24)!important;font-size:18px!important;font-weight:950!important;letter-spacing:.01em!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;transition:.22s ease!important}
.tab-btn:first-child:before{content:'\f1b2';font-family:'Font Awesome 6 Free';font-weight:900;color:var(--ref-cyan);font-size:20px}.tab-btn:nth-child(2):before{content:'\f290';font-family:'Font Awesome 6 Free';font-weight:900;color:rgba(226,238,255,.55);font-size:18px}
.tab-btn.active{color:#fff!important;border-color:rgba(55,245,255,.65)!important;background:linear-gradient(90deg,rgba(55,245,255,.95),rgba(149,81,255,.92))!important;box-shadow:0 0 0 1px rgba(255,255,255,.08),0 0 32px rgba(55,245,255,.20),0 0 38px rgba(149,81,255,.15)!important}
.tab-btn.active:before{color:#061225!important}.tab-btn:hover{transform:translateY(-2px)!important;border-color:rgba(55,245,255,.48)!important}

/* SECTION + PRODUCT CARDS */
.section{width:min(100% - 28px,1180px)!important;margin:0 auto!important;padding:0 0 48px!important;background:transparent!important;border:0!important;box-shadow:none!important}
.section h2{position:relative!important;margin:24px 0 22px!important;color:#fff!important;font-size:34px!important;line-height:1.05!important;font-weight:950!important;letter-spacing:-.035em!important;text-shadow:0 0 26px rgba(55,245,255,.15)!important;display:flex!important;align-items:center!important;gap:12px!important}
.section h2:before{content:''!important;width:16px!important;height:16px!important;border-radius:4px!important;background:linear-gradient(135deg,var(--ref-cyan),var(--ref-purple))!important;box-shadow:0 0 18px rgba(55,245,255,.62)!important;transform:rotate(45deg)!important;flex:0 0 auto!important}.section h2{font-size:0!important}.section h2:after{content:'Produk Populer';font-size:34px!important}.section:before{content:'Lihat semua  ❯';float:right;margin-top:32px;color:var(--ref-cyan);font-size:14px;font-weight:850;text-decoration:none;text-shadow:0 0 14px rgba(55,245,255,.35)}
.grid{width:100%!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;margin:0!important;padding:0!important}
.card{position:relative!important;min-height:250px!important;border-radius:24px!important;overflow:hidden!important;background:linear-gradient(180deg,rgba(10,23,54,.76),rgba(3,9,24,.92))!important;border:1px solid rgba(89,210,255,.24)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 20px 58px rgba(0,0,0,.34),0 0 26px rgba(55,245,255,.055)!important;display:block!important;cursor:pointer!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important}
.card:hover{transform:translateY(-6px)!important;border-color:rgba(55,245,255,.64)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 24px 64px rgba(0,0,0,.42),0 0 34px rgba(55,245,255,.14)!important}.card:before{content:''!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 50% 18%,rgba(55,245,255,.12),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.06),transparent 42%)!important;pointer-events:none!important}.card img{width:118px!important;height:118px!important;object-fit:contain!important;display:block!important;margin:24px auto 14px!important;padding:18px!important;border-radius:24px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 18px 36px rgba(0,0,0,.24),0 0 28px rgba(55,245,255,.09)!important;position:relative!important;z-index:1!important}.card span{display:block!important;position:relative!important;z-index:1!important;color:#fff!important;font-size:18px!important;font-weight:900!important;line-height:1.2!important;text-align:left!important;padding:0 20px!important;text-shadow:none!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.card span:after{content:'Akun Resmi • 1 Bulan';display:block;margin-top:7px;color:rgba(219,235,255,.58);font-size:13px;font-weight:700;line-height:1.25;white-space:normal}.card:after{content:'Rp 24.900'!important;position:absolute!important;left:20px!important;right:20px!important;bottom:18px!important;height:42px!important;border-radius:14px!important;display:flex!important;align-items:center!important;color:var(--ref-cyan)!important;font-size:19px!important;font-weight:950!important;letter-spacing:.02em!important;text-shadow:0 0 16px rgba(55,245,255,.28)!important;background:rgba(255,255,255,.035)!important;padding:0 0!important}.card:nth-child(2):after{content:'Rp 29.900'!important;color:#a86aff!important}.card:nth-child(3):after{content:'Rp 14.900'!important;color:#ff5adf!important}.card:nth-child(4):after{content:'Rp 19.900'!important;color:#ff4e86!important}.card:nth-child(6):after{content:'Rp 35.000'!important;color:var(--ref-green)!important}.card:nth-child(13):after{content:'Rp 34.900'!important;color:#ff415f!important}.card:nth-child(14):after{content:'Rp 19.900'!important;color:#16f3a8!important}.card:nth-child(15):after{content:'Rp 29.900'!important;color:#ff415f!important}.card:nth-child(n+17){min-height:230px!important}.card:nth-child(n+17) img{width:104px!important;height:104px!important}.card:nth-child(n+17) span{font-size:16px!important}.card:nth-child(n+17):after{font-size:16px!important}

/* STATS + FOOTER */
.cyber-stats-strip{width:min(100% - 28px,1180px)!important;margin:6px auto 44px!important;border-radius:24px!important;border:1px solid rgba(55,245,255,.18)!important;background:linear-gradient(180deg,rgba(11,25,59,.62),rgba(4,10,25,.78))!important;box-shadow:0 18px 54px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.08)!important;overflow:hidden!important;backdrop-filter:blur(18px)!important}.cyber-stats-strip i{color:var(--ref-cyan)!important}.zy-footer{width:min(100% - 28px,1180px)!important;margin:0 auto 104px!important;border-radius:28px!important;background:linear-gradient(180deg,rgba(9,22,52,.72),rgba(3,8,20,.90))!important;border:1px solid rgba(55,245,255,.18)!important;box-shadow:0 20px 60px rgba(0,0,0,.32)!important}.zy-footer *{color:rgba(224,238,255,.74)!important}.zy-footer-title,.zy-footer-heading{color:#fff!important}.zy-footer a{color:var(--ref-cyan)!important}

/* SUPPORT */
#cs-pill{right:24px!important;bottom:108px!important;height:66px!important;min-width:276px!important;padding:0 16px!important;border-radius:24px!important;background:linear-gradient(90deg,rgba(9,21,48,.94),rgba(20,31,72,.94))!important;border:1px solid rgba(55,245,255,.22)!important;box-shadow:0 18px 54px rgba(0,0,0,.38),0 0 35px rgba(149,81,255,.14)!important;backdrop-filter:blur(18px)!important;z-index:82!important}.cs-avatar{width:46px!important;height:46px!important;border-radius:18px!important;background:linear-gradient(135deg,var(--ref-cyan),var(--ref-purple))!important;color:white!important;box-shadow:0 0 28px rgba(55,245,255,.23)!important}.cs-title{font-size:16px!important;font-weight:950!important;color:#fff!important}.cs-sub{font-size:12px!important;color:rgba(220,236,255,.64)!important;font-weight:750!important}#cs-bubble{right:24px!important;bottom:108px!important;width:66px!important;height:66px!important;border-radius:24px!important;background:linear-gradient(135deg,var(--ref-cyan),var(--ref-purple))!important;box-shadow:0 16px 48px rgba(0,0,0,.36),0 0 34px rgba(55,245,255,.28)!important;z-index:82!important}.zynn-bottom-nav{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:80;width:min(calc(100% - 28px),620px);height:74px;border-radius:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:8px 12px;background:linear-gradient(180deg,rgba(6,18,43,.80),rgba(2,7,20,.88));border:1px solid rgba(55,245,255,.18);box-shadow:0 18px 60px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.zynn-bottom-nav a{text-decoration:none;color:rgba(218,235,255,.58);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:20px;font-size:11px;font-weight:800;transition:.2s ease}.zynn-bottom-nav i{font-size:19px}.zynn-bottom-nav a.active,.zynn-bottom-nav a:hover{color:#fff;background:linear-gradient(180deg,rgba(55,245,255,.12),rgba(149,81,255,.08));text-shadow:0 0 14px rgba(55,245,255,.40)}.zynn-bottom-nav a.active i{color:var(--ref-cyan)}

/* MOBILE: intentionally close to the supplied reference mockup */
@media (max-width:720px){
  body{padding-bottom:102px!important;background:radial-gradient(circle at 0% 0%,rgba(55,245,255,.18),transparent 28%),radial-gradient(circle at 100% 0%,rgba(149,81,255,.20),transparent 30%),linear-gradient(180deg,#02050f 0%,#071730 50%,#02040b 100%)!important}
  .navbar{width:calc(100% - 24px)!important;margin:12px auto 0!important;border-radius:24px!important;min-height:76px!important;padding:12px!important;top:8px!important}
  .brand{grid-template-columns:48px minmax(0,1fr)!important;column-gap:12px!important}.brand-logo{width:48px!important;height:48px!important;border-radius:16px!important}.brand span{font-size:26px!important;max-width:156px!important;overflow:hidden!important;text-overflow:ellipsis!important}.brand:after{font-size:11px!important;max-width:165px!important;overflow:hidden!important;text-overflow:ellipsis!important}.nav-right a[href*="google-login"],#navUserBtn{height:46px!important;padding:0 14px!important;font-size:13px!important}.nav-right a[href*="google-login"]:before{font-size:16px!important}
  .search-wrapper{width:calc(100% - 24px)!important;margin:16px auto 18px!important}.search-wrapper:before{left:22px!important}.search-wrapper:after{right:20px!important}#searchInput{height:60px!important;border-radius:21px!important;padding:0 52px!important;font-size:15px!important}
  .cyber-home-hero{width:calc(100% - 24px)!important;display:block!important;margin:0 auto!important}.cyber-home-hero .banner-wrapper{width:100%!important}.banner-slider{height:auto!important;aspect-ratio:1.38/1!important;min-height:0!important;border-radius:26px!important}.banner-slider:after{left:24px!important;top:24px!important;width:52%!important;font-size:12px!important;line-height:1.5!important}.banner-slider .banner-item:first-child:before{left:24px!important;top:60px!important;font-size:clamp(30px,9.5vw,42px)!important;line-height:.95!important}.banner-slider .banner-item:first-child:after{left:24px!important;bottom:32px!important;height:48px!important;border-radius:15px!important;padding:0 19px!important;font-size:13px!important}.banner-arrow{width:44px!important;height:44px!important;font-size:30px!important}.banner-arrow.left{left:10px!important}.banner-arrow.right{right:10px!important}.ref-hero-dots{bottom:14px!important}.ref-hero-dots span{width:8px;height:8px}.ref-hero-dots span:first-child{width:24px}.cyber-balance-card{display:block!important;position:absolute!important;right:18px!important;top:164px!important;width:45%!important;min-height:0!important;padding:16px!important;border-radius:22px!important;z-index:10!important;background:linear-gradient(180deg,rgba(6,13,32,.88),rgba(2,7,18,.92))!important;box-shadow:0 18px 50px rgba(0,0,0,.38),0 0 30px rgba(55,245,255,.12)!important}.cyber-chip{display:none!important}.cyber-balance-card h3{margin:0 0 7px!important;font-size:12px!important}.cyber-balance-card strong{font-size:26px!important}.cyber-balance-card p{display:none!important}.cyber-actions{grid-template-columns:1fr!important;margin:12px 0 12px!important}.cyber-actions a{height:42px!important;border-radius:15px!important;font-size:13px!important}.cyber-actions a:last-child{display:none!important}.cyber-quick-grid{grid-template-columns:1fr!important;gap:8px!important}.cyber-quick-grid a{min-height:44px!important;padding:9px 10px!important;border-radius:14px!important;grid-template-columns:26px 1fr!important;grid-template-rows:auto auto!important;column-gap:8px!important}.cyber-quick-grid i{grid-row:1/3;font-size:15px!important}.cyber-quick-grid span{font-size:11px!important}.cyber-quick-grid small{font-size:10px!important}
  .tab-switch{width:calc(100% - 24px)!important;margin:22px auto 22px!important;gap:12px!important}.tab-btn{height:58px!important;border-radius:22px!important;font-size:15px!important}.tab-btn:first-child:before,.tab-btn:nth-child(2):before{font-size:16px!important}
  .section{width:calc(100% - 24px)!important;padding-bottom:24px!important}.section:before{margin-top:28px!important;font-size:13px!important}.section h2{margin:22px 0 20px!important}.section h2:before{width:13px!important;height:13px!important}.section h2:after{font-size:29px!important}.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.card{min-height:222px!important;border-radius:22px!important}.card img{width:98px!important;height:98px!important;margin:20px auto 13px!important;padding:15px!important;border-radius:22px!important}.card span{font-size:16px!important;padding:0 16px!important}.card span:after{font-size:12px!important;margin-top:6px!important}.card:after{left:16px!important;right:16px!important;bottom:14px!important;height:36px!important;font-size:16px!important}.card:nth-child(n+17){min-height:210px!important}.card:nth-child(n+17) img{width:88px!important;height:88px!important}.cyber-stats-strip{display:none!important}.zy-footer{display:none!important}.zynn-bottom-nav{width:calc(100% - 24px)!important;height:72px!important;bottom:12px!important;border-radius:26px!important}.zynn-bottom-nav span{font-size:10px!important}#cs-pill{right:16px!important;bottom:94px!important;min-width:242px!important;height:60px!important;border-radius:22px!important}.cs-avatar{width:40px!important;height:40px!important;border-radius:16px!important}.cs-title{font-size:14px!important}.cs-sub{font-size:11px!important}#cs-bubble{right:16px!important;bottom:94px!important;width:62px!important;height:62px!important;border-radius:22px!important}
}
@media(max-width:390px){.brand span{font-size:23px!important;max-width:132px!important}.brand:after{max-width:132px!important;font-size:10px!important}.nav-right a[href*="google-login"],#navUserBtn{height:43px!important;padding:0 12px!important}.banner-slider .banner-item:first-child:before{font-size:31px!important}.cyber-balance-card{top:148px!important;right:14px!important;width:46%!important;padding:13px!important}.cyber-balance-card strong{font-size:22px!important}.grid{gap:12px!important}.card{min-height:210px!important}.card img{width:88px!important;height:88px!important}.card span{font-size:15px!important}.card:after{font-size:15px!important}.tab-btn{font-size:14px!important}}
