*{margin:0;padding:0;box-sizing:border-box;cursor:default}:root{--primary-orange: #ff6b35;--dark-bg: #0a0a0a;--dark-secondary: #1a1a1a;--accent-orange: #ff8c42;--text-light: #e0e0e0;--text-gray: #999}body{background-color:var(--dark-bg);color:var(--text-light);font-family:Fredoka,sans-serif;overflow-x:hidden;cursor:default}.app-container{min-height:100vh;background:linear-gradient(135deg,var(--dark-bg) 0%,var(--dark-secondary) 100%);position:relative}.navbar{position:fixed;top:0;left:0;right:0;padding:1.5rem 2rem;padding-left:10%;padding-right:10%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0acc;border-bottom:1px solid rgba(255,107,53,.1);z-index:1000;width:100%}.nav-content{width:100%;display:flex;justify-content:space-between;align-items:center;margin:0;padding:0}.logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.logo-img{height:2.8rem;width:auto}.nav-links{display:flex;gap:3rem;align-items:center;flex-shrink:0}.nav-link{color:#ffffffb3;text-decoration:none;font-family:Fredoka,sans-serif;font-stretch:semi-condensed;font-size:clamp(.85rem,.87rem + .37vw,1.1rem);transition:color .3s ease;cursor:pointer;font-weight:300}.nav-link:hover{color:var(--primary-orange)}.hero-section{min-height:100vh;padding:120px 2rem 4rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-image:url(/assets/HomePage-CHgCiqP5.png);background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1400px;width:100%;align-items:center;z-index:10}.left-content{display:flex;flex-direction:column;justify-content:center;padding:5rem}.hero-text{animation:slideInLeft .8s ease-out}.hero-subtitle{font-size:clamp(1rem,.27rem + 10.26vw,3.2rem);font-family:"Baloo 2",sans-serif;font-weight:700;color:#fff;text-transform:capitalize;margin-bottom:.5rem;letter-spacing:1px}.hero-title{font-size:clamp(2rem,1rem + 10.44vw,5rem);font-weight:800;font-family:"Baloo 2",sans-serif;color:var(--primary-orange);margin-bottom:1.5rem;line-height:.5}.hero-description{color:#fff9;font-family:Fredoka,sans-serif;font-stretch:semi-condensed;font-size:clamp(.95rem,1.5rem + .63vw,1.275rem);font-style:normal;font-weight:300;line-height:normal}.right-content{display:flex;align-items:flex-start;justify-content:flex-end;padding-right:5rem;position:relative}.games-section{animation:slideInRight .8s ease-out}.games-title{font-size:clamp(1.4rem,1.24rem + .7vw,1.875rem);margin-bottom:2.5rem;font-family:Fredoka,sans-serif;font-stretch:semi-condensed;font-weight:500;text-align:left;background:linear-gradient(180deg,var(--accent-orange),var(--primary-orange));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.store-buttons{display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.store-btn{display:flex;align-items:center;gap:1rem;padding:.9rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:12px;background:#ff6b350d;color:var(--text-light);text-decoration:none;transition:all .3s ease;font-size:.9rem;min-width:220px;cursor:pointer}.store-btn:hover{background:#ff6b3526;border-color:var(--primary-orange);transform:translate(10px)}.store-btn img{width:2rem;height:2rem;object-fit:contain}.store-btn span{display:flex;flex-direction:column;line-height:1.4}.store-btn-label{font-family:Fredoka,sans-serif;font-stretch:semi-condensed;font-size:clamp(.8rem,.79rem + .3vw,.9rem);font-weight:500}.store-btn-name{font-family:Roboto,sans-serif;font-size:clamp(1rem,1.2rem + .3vw,1.125rem);font-weight:500}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media(max-width:1200px){.hero-content{gap:3rem}.store-btn{min-width:200px}}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:2.5rem}.left-content{padding:0}.right-content{justify-content:flex-start;padding-right:0}}@media(max-width:768px){.navbar{padding:1rem 1.5rem}.nav-content{flex-direction:row;justify-content:space-between;align-items:center}.logo-img{height:2rem}.nav-links{flex-direction:row;gap:1rem;align-items:center}.hero-section{padding:90px 1.5rem 2rem;min-height:auto;background-image:none;background-attachment:scroll}.hero-content{grid-template-columns:1fr;gap:2rem}.hero-description{max-width:100%}.games-section{width:100%}.store-btn{min-width:auto;width:100%;max-width:280px}}@media(max-width:480px){.navbar{padding:1rem}.nav-content{flex-direction:column;gap:1rem;align-items:flex-start}.nav-links{width:100%;flex-direction:column;gap:.5rem}.nav-link{word-break:break-word}.hero-section{padding:180px 1.95rem 1.5rem}.hero-content{gap:1.5rem}.hero-text{padding:0}.hero-title{margin-bottom:1rem}.hero-description{line-height:1.6}.games-title{margin-bottom:1.5rem}.store-btn{padding:1rem;gap:.75rem;font-size:.85rem;width:100%;max-width:100%}.store-btn img{width:1.5rem;height:1.5rem}}
