.ArcadeGames-module__TVwPiG__section{min-height:400px;padding:4rem 0}.ArcadeGames-module__TVwPiG__container{max-width:1200px;margin:0 auto;padding:0 1rem}.ArcadeGames-module__TVwPiG__header{text-align:center;margin-bottom:2rem}.ArcadeGames-module__TVwPiG__title{color:var(--theme-text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.ArcadeGames-module__TVwPiG__filterBar{flex-wrap:wrap;gap:.6rem;margin-bottom:2rem;padding:0 1rem;display:flex}.ArcadeGames-module__TVwPiG__filterPill{color:var(--theme-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #00a4ff4d;border-radius:2rem;padding:.4rem 1.1rem;font-size:.825rem;font-weight:500;transition:background .2s,border-color .2s,color .2s,box-shadow .2s}.ArcadeGames-module__TVwPiG__filterPill:hover{color:var(--theme-text-primary);background:#00a4ff14;border-color:#00a4ffb3}.ArcadeGames-module__TVwPiG__filterPillActive{color:#fff;background:#00a4ff2e;border-color:#00a4ff;box-shadow:0 0 0 1px #00a4ff40,0 0 14px #00a4ff4d}.ArcadeGames-module__TVwPiG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:1rem;animation:.5s ease-out ArcadeGames-module__TVwPiG__fadeIn;display:grid}.ArcadeGames-module__TVwPiG__gameCard{background:var(--theme-bg-card);opacity:0;border:1px solid var(--theme-border);cursor:pointer;border-radius:1rem;transition:all .3s;animation:.5s ease-out forwards ArcadeGames-module__TVwPiG__cardFadeIn;overflow:hidden;transform:translateY(20px)}@keyframes ArcadeGames-module__TVwPiG__cardFadeIn{to{opacity:1;transform:translateY(0)}}.ArcadeGames-module__TVwPiG__gameCard:nth-child(3n+1){animation-delay:.1s}.ArcadeGames-module__TVwPiG__gameCard:nth-child(3n+2){animation-delay:.2s}.ArcadeGames-module__TVwPiG__gameCard:nth-child(3n+3){animation-delay:.3s}.ArcadeGames-module__TVwPiG__gameCard:hover{box-shadow:0 8px 32px color-mix(in srgb,var(--color-accent)30%,transparent),0 0 20px color-mix(in srgb,var(--color-accent)10%,transparent);border-color:color-mix(in srgb,var(--color-accent)30%,transparent);background:var(--theme-bg-tertiary);transform:translateY(-4px)}.ArcadeGames-module__TVwPiG__imageWrapper{aspect-ratio:16/9;position:relative;overflow:hidden}.ArcadeGames-module__TVwPiG__gameImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s}.ArcadeGames-module__TVwPiG__gameCard:hover .ArcadeGames-module__TVwPiG__gameImage{transform:scale(1.05)}.ArcadeGames-module__TVwPiG__imageLoading{filter:blur(10px)}.ArcadeGames-module__TVwPiG__overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.ArcadeGames-module__TVwPiG__gameCard:hover .ArcadeGames-module__TVwPiG__overlay{opacity:1}.ArcadeGames-module__TVwPiG__content{flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.ArcadeGames-module__TVwPiG__meta{flex-wrap:wrap;gap:.5rem;display:flex}.ArcadeGames-module__TVwPiG__category,.ArcadeGames-module__TVwPiG__type,.ArcadeGames-module__TVwPiG__orientation{background:var(--theme-bg-tertiary);border-radius:1rem;padding:.25rem .75rem;font-size:.875rem}.ArcadeGames-module__TVwPiG__orientation{color:#ffb74d;background:#ffb74d26;border:1px solid #ffb74d66}.ArcadeGames-module__TVwPiG__price{color:var(--color-accent);font-weight:600}.ArcadeGames-module__TVwPiG__loader{text-align:center;color:var(--theme-text-secondary);padding:2rem}@media (max-width:768px){.ArcadeGames-module__TVwPiG__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}}@media (prefers-reduced-motion:reduce){.ArcadeGames-module__TVwPiG__gameCard{opacity:1;animation:none;transform:none}.ArcadeGames-module__TVwPiG__gameCard:hover{transform:none}.ArcadeGames-module__TVwPiG__gameImage{transition:none}}.ArcadeGames-module__TVwPiG__playButton{background:var(--color-accent);color:var(--theme-text-on-accent);cursor:pointer;border:none;border-radius:2rem;padding:1rem 2rem;font-size:1.1rem;font-weight:500;transition:all .3s}.ArcadeGames-module__TVwPiG__playButton:hover{filter:brightness(.9);transform:scale(1.05)}.ArcadeGames-module__TVwPiG__modalOverlay{z-index:9999;background:#000000f2;justify-content:center;align-items:center;animation:.3s ArcadeGames-module__TVwPiG__modalFadeIn;display:flex;position:fixed;inset:0}@keyframes ArcadeGames-module__TVwPiG__modalFadeIn{0%{opacity:0}to{opacity:1}}.ArcadeGames-module__TVwPiG__modal{background:#000;width:100%;height:100%;position:relative}.ArcadeGames-module__TVwPiG__controls{z-index:10000;gap:1rem;display:flex;position:fixed;top:1.5rem;right:1.5rem}.ArcadeGames-module__TVwPiG__closeButton,.ArcadeGames-module__TVwPiG__fullscreenButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;transition:all .2s;display:flex}.ArcadeGames-module__TVwPiG__closeButton:hover,.ArcadeGames-module__TVwPiG__fullscreenButton:hover{background:#ffffff40;transform:scale(1.1)}.ArcadeGames-module__TVwPiG__iframeContainer{position:fixed;inset:0;overflow:hidden}.ArcadeGames-module__TVwPiG__iframe{opacity:0;background:#000;border:none;width:100%;height:100%;transition:opacity .3s}.ArcadeGames-module__TVwPiG__iframe.ArcadeGames-module__TVwPiG__loaded{opacity:1}.ArcadeGames-module__TVwPiG__iframeLoading{color:var(--color-accent);z-index:1;font-size:1.2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ArcadeGames-module__TVwPiG__iframeLoading:after{content:"";border:4px solid color-mix(in srgb,var(--color-accent)20%,transparent);border-top-color:var(--color-accent);border-radius:50%;width:48px;height:48px;margin:1rem auto;animation:1s linear infinite ArcadeGames-module__TVwPiG__spin;display:block}@keyframes ArcadeGames-module__TVwPiG__spin{to{transform:rotate(360deg)}}.ArcadeGames-module__TVwPiG__rotatePrompt{text-align:center;color:#fff;z-index:2;background:#000000d9;justify-content:center;align-items:center;padding:2rem;font-size:1.2rem;line-height:1.6;display:flex;position:absolute;inset:0}@media (max-width:768px){.ArcadeGames-module__TVwPiG__playButton{text-align:center;width:100%;padding:1.25rem;font-size:1.2rem}.ArcadeGames-module__TVwPiG__controls{gap:.5rem;top:.5rem;right:.5rem}.ArcadeGames-module__TVwPiG__closeButton,.ArcadeGames-module__TVwPiG__fullscreenButton{width:40px;height:40px;font-size:1.2rem}.ArcadeGames-module__TVwPiG__overlay{padding:1rem}.ArcadeGames-module__TVwPiG__content{padding:1.25rem}.ArcadeGames-module__TVwPiG__title{font-size:1.25rem}.ArcadeGames-module__TVwPiG__category,.ArcadeGames-module__TVwPiG__type,.ArcadeGames-module__TVwPiG__orientation{font-size:.8rem}}
.ArcadeIntroOverlay-module__vJyn3q__overlay{z-index:9999;background:#000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ArcadeIntroOverlay-module__vJyn3q__video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.ArcadeIntroOverlay-module__vJyn3q__skipButton{color:#00a4ff;letter-spacing:.1em;cursor:pointer;background:#0000008c;border:1.5px solid #00a4ffb3;border-radius:.375rem;padding:.6rem 1.25rem;font-family:Cristik,"Press Start 2P",monospace;font-size:.75rem;transition:background .2s,color .2s,box-shadow .2s;position:absolute;bottom:2.5rem;right:2.5rem}.ArcadeIntroOverlay-module__vJyn3q__skipButton:hover{color:#fff;background:#00a4ff2e;box-shadow:0 0 12px #00a4ff73}@media (max-width:480px){.ArcadeIntroOverlay-module__vJyn3q__skipButton{padding:.5rem 1rem;font-size:.65rem;bottom:1.5rem;right:1.5rem}}
.CompatibleDevices-module__oTcXnq__section{background-color:var(--theme-bg-primary);color:var(--theme-text-primary);padding:6rem 0}.CompatibleDevices-module__oTcXnq__container{max-width:1200px;margin:0 auto;padding:0 2rem}.CompatibleDevices-module__oTcXnq__header{text-align:center;max-width:600px;margin:0 auto 4rem}.CompatibleDevices-module__oTcXnq__title{color:var(--theme-text-primary);font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.2}.CompatibleDevices-module__oTcXnq__devicesGrid{grid-template-columns:repeat(2,1fr);gap:4rem;max-width:800px;margin:0 auto 4rem;display:grid}.CompatibleDevices-module__oTcXnq__deviceCard{text-align:center;flex-direction:column;align-items:center;transition:transform .3s;display:flex}.CompatibleDevices-module__oTcXnq__deviceCard:hover{transform:translateY(-8px)}.CompatibleDevices-module__oTcXnq__iconWrapper{background:#ffffff0d;border-radius:1rem;margin-bottom:1.5rem;padding:2rem;transition:all .3s}.CompatibleDevices-module__oTcXnq__deviceCard:hover .CompatibleDevices-module__oTcXnq__iconWrapper{background:#00a4ff1a}.CompatibleDevices-module__oTcXnq__icon{-o-object-fit:contain;object-fit:contain;width:80px;height:80px;transition:transform .3s}.CompatibleDevices-module__oTcXnq__deviceCard:hover .CompatibleDevices-module__oTcXnq__icon{transform:scale(1.1)}.CompatibleDevices-module__oTcXnq__deviceTitle{color:var(--theme-text-primary);font-size:1.25rem;font-weight:600}.CompatibleDevices-module__oTcXnq__buttonWrapper{text-align:center}.CompatibleDevices-module__oTcXnq__downloadButton{color:#fff;cursor:pointer;background:#00a4ff;border:none;border-radius:2rem;flex-direction:column;align-items:center;padding:1rem 2.5rem;transition:all .3s;display:inline-flex}.CompatibleDevices-module__oTcXnq__downloadButton:hover{background:#0088d4;transform:translateY(-2px)}.CompatibleDevices-module__oTcXnq__buttonText{margin-bottom:.25rem;font-size:1.125rem;font-weight:500}.CompatibleDevices-module__oTcXnq__comingSoon{opacity:.8;font-size:.875rem;font-style:italic}.CompatibleDevices-module__oTcXnq__appStoreLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.CompatibleDevices-module__oTcXnq__appStoreButton{cursor:pointer;transition:transform .3s,opacity .3s;display:inline-block}.CompatibleDevices-module__oTcXnq__appStoreButton:hover{opacity:.9;transform:translateY(-4px)}.CompatibleDevices-module__oTcXnq__appStoreButtonDisabled{opacity:.6;cursor:not-allowed;display:inline-block;position:relative}.CompatibleDevices-module__oTcXnq__storeBadge{-o-object-fit:contain;object-fit:contain;width:180px;height:60px}.CompatibleDevices-module__oTcXnq__comingSoonBadge{background:var(--theme-bg-primary);color:#00a4ff;white-space:nowrap;border:2px solid #00a4ff;border-radius:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes CompatibleDevices-module__oTcXnq__glow{0%{box-shadow:0 0 5px #00a4ff33}50%{box-shadow:0 0 20px #00a4ff66}to{box-shadow:0 0 5px #00a4ff33}}.CompatibleDevices-module__oTcXnq__deviceCard:hover .CompatibleDevices-module__oTcXnq__iconWrapper{animation:2s infinite CompatibleDevices-module__oTcXnq__glow}@media (max-width:768px){.CompatibleDevices-module__oTcXnq__section{padding:4rem 0}.CompatibleDevices-module__oTcXnq__devicesGrid{grid-template-columns:1fr;gap:3rem}.CompatibleDevices-module__oTcXnq__deviceCard{max-width:300px;margin:0 auto}.CompatibleDevices-module__oTcXnq__iconWrapper{padding:1.5rem}.CompatibleDevices-module__oTcXnq__icon{width:60px;height:60px}.CompatibleDevices-module__oTcXnq__deviceTitle{font-size:1.125rem}.CompatibleDevices-module__oTcXnq__downloadButton{width:100%;max-width:300px}}@media (prefers-contrast:more){.CompatibleDevices-module__oTcXnq__iconWrapper{background:#ffffff1a}.CompatibleDevices-module__oTcXnq__downloadButton{border:2px solid #fff}}@media (prefers-reduced-motion:reduce){.CompatibleDevices-module__oTcXnq__deviceCard,.CompatibleDevices-module__oTcXnq__icon,.CompatibleDevices-module__oTcXnq__downloadButton{transition:none}.CompatibleDevices-module__oTcXnq__deviceCard:hover,.CompatibleDevices-module__oTcXnq__deviceCard:hover .CompatibleDevices-module__oTcXnq__icon{transform:none}.CompatibleDevices-module__oTcXnq__deviceCard:hover .CompatibleDevices-module__oTcXnq__iconWrapper{animation:none}}
.FAQ-module__i_anHW__section{background:var(--theme-bg-secondary);padding:6rem 0}.FAQ-module__i_anHW__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.FAQ-module__i_anHW__title{text-align:center;color:var(--theme-text-primary);margin-bottom:3rem;font-size:2.5rem;font-weight:700}.FAQ-module__i_anHW__faqList{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.FAQ-module__i_anHW__faqItem{background:var(--theme-bg-card);border-radius:12px;transition:all .3s;overflow:hidden}.FAQ-module__i_anHW__faqItem.FAQ-module__i_anHW__active{background:var(--theme-bg-tertiary)}.FAQ-module__i_anHW__question{width:100%;color:var(--theme-text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:500;transition:all .3s;display:flex}.FAQ-module__i_anHW__question:hover{background:var(--theme-bg-tertiary)}.FAQ-module__i_anHW__icon{width:20px;height:20px;position:relative}.FAQ-module__i_anHW__icon:before,.FAQ-module__i_anHW__icon:after{content:"";background:var(--theme-text-primary);transition:all .3s;position:absolute}.FAQ-module__i_anHW__icon:before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.FAQ-module__i_anHW__icon:after{width:2px;height:100%;top:0;left:50%;transform:translate(-50%)}.FAQ-module__i_anHW__active .FAQ-module__i_anHW__icon:after{opacity:0;transform:translate(-50%)rotate(90deg)}.FAQ-module__i_anHW__answer{color:var(--theme-text-secondary);opacity:0;max-height:0;padding:0 1.5rem 1.5rem;font-size:1rem;line-height:1.6;transition:all .3s ease-in-out;overflow:hidden}.FAQ-module__i_anHW__faqItem.FAQ-module__i_anHW__active .FAQ-module__i_anHW__answer{opacity:1;max-height:500px;padding:1.5rem}.FAQ-module__i_anHW__question:focus{outline-offset:-2px;outline:2px solid #00a4ff}.FAQ-module__i_anHW__question:focus:not(:focus-visible){outline:none}.FAQ-module__i_anHW__question:focus-visible{outline-offset:-2px;background:#ffffff1a;outline:2px solid #00a4ff}[aria-expanded=true] .FAQ-module__i_anHW__icon:after{opacity:0;transform:translate(-50%)rotate(90deg)}.FAQ-module__i_anHW__faqItem:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0003}@media (max-width:768px){.FAQ-module__i_anHW__section{padding:4rem 0}.FAQ-module__i_anHW__title{margin-bottom:2rem;font-size:2rem}.FAQ-module__i_anHW__question{padding:1.25rem;font-size:1rem}.FAQ-module__i_anHW__answer{padding:0 1.25rem 1.25rem}}
.FeaturedGames-module__KzLe8G__featuredGames{background-color:var(--theme-bg-primary);width:100%;padding:5rem 0;position:relative;overflow:hidden}.FeaturedGames-module__KzLe8G__container{max-width:1400px;margin:0 auto;padding:0 2rem}.FeaturedGames-module__KzLe8G__header{text-align:center;margin-bottom:3rem}.FeaturedGames-module__KzLe8G__title{color:var(--theme-text-primary);font-size:2.5rem;font-weight:700}.FeaturedGames-module__KzLe8G__slider{border-radius:1rem;width:100%;height:70vh;min-height:600px;position:relative;overflow:hidden}.FeaturedGames-module__KzLe8G__sliderTrack{width:100%;height:100%;position:relative}.FeaturedGames-module__KzLe8G__slide{opacity:0;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.FeaturedGames-module__KzLe8G__slide.FeaturedGames-module__KzLe8G__active{opacity:1;z-index:1}.FeaturedGames-module__KzLe8G__videoWrapper{width:100%;height:100%;position:relative;overflow:hidden}.FeaturedGames-module__KzLe8G__video{-o-object-fit:cover;object-fit:cover;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FeaturedGames-module__KzLe8G__videoOverlay{background:linear-gradient(#14051f33,#14051fcc);width:100%;height:100%;position:absolute;top:0;left:0}.FeaturedGames-module__KzLe8G__content{color:#fff;z-index:2;width:100%;padding:2rem;position:absolute;bottom:0;left:0}.FeaturedGames-module__KzLe8G__slideTitle{margin-bottom:1rem;font-size:2rem;font-weight:600}.FeaturedGames-module__KzLe8G__slideDescription{opacity:.9;font-size:1.125rem}.FeaturedGames-module__KzLe8G__sliderButton{z-index:3;cursor:pointer;color:#fff;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.FeaturedGames-module__KzLe8G__sliderButton:hover{background:#00a4ffcc}.FeaturedGames-module__KzLe8G__prev{left:1rem}.FeaturedGames-module__KzLe8G__next{right:1rem}.FeaturedGames-module__KzLe8G__navigation{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.FeaturedGames-module__KzLe8G__dot{cursor:pointer;background:#ffffff4d;border:2px solid #0000;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.FeaturedGames-module__KzLe8G__dot:hover{background:#ffffff80}.FeaturedGames-module__KzLe8G__dot.FeaturedGames-module__KzLe8G__active{background:#00a4ff;border-color:#fff}@media (max-width:1024px){.FeaturedGames-module__KzLe8G__slider{height:60vh}}@media (max-width:768px){.FeaturedGames-module__KzLe8G__featuredGames{padding:3rem 0}.FeaturedGames-module__KzLe8G__title{font-size:2rem}.FeaturedGames-module__KzLe8G__slider{height:50vh;min-height:400px}.FeaturedGames-module__KzLe8G__slideTitle{font-size:1.5rem}.FeaturedGames-module__KzLe8G__slideDescription{font-size:1rem}.FeaturedGames-module__KzLe8G__sliderButton{width:40px;height:40px}}
.ArcadeHero-module__X0Oe8W__hero{width:100%;height:100dvh;min-height:800px;position:relative;overflow:hidden}.ArcadeHero-module__X0Oe8W__backgroundWrapper{width:100%;height:100%;position:absolute;top:0;left:0}.ArcadeHero-module__X0Oe8W__backgroundImage{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:1}.ArcadeHero-module__X0Oe8W__overlay{background:linear-gradient(to right,var(--theme-hero-overlay),color-mix(in srgb,var(--theme-hero-overlay)70%,transparent));z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.ArcadeHero-module__X0Oe8W__container{z-index:3;max-width:1400px;height:100%;margin:0 auto;padding:0 2rem;position:relative}.ArcadeHero-module__X0Oe8W__content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;height:100%;display:grid}.ArcadeHero-module__X0Oe8W__textContent{max-width:600px}.ArcadeHero-module__X0Oe8W__title{color:var(--theme-text-primary);margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1.2}.ArcadeHero-module__X0Oe8W__subtitle{color:var(--theme-text-secondary);margin-bottom:2.5rem;font-size:clamp(1.125rem,2vw,1.35rem);line-height:1.6}.ArcadeHero-module__X0Oe8W__buttonGroup{gap:1.5rem;display:flex}.ArcadeHero-module__X0Oe8W__button{text-align:center;border-radius:2rem;min-width:180px;padding:1rem 2rem;font-weight:500;transition:all .3s;display:inline-block}.ArcadeHero-module__X0Oe8W__primaryButton{background:var(--color-accent);color:var(--theme-text-on-accent)}.ArcadeHero-module__X0Oe8W__primaryButton:hover{filter:brightness(.9);transform:translateY(-2px)}.ArcadeHero-module__X0Oe8W__secondaryButton{color:var(--theme-text-primary);border:1px solid var(--theme-border);background:0 0}.ArcadeHero-module__X0Oe8W__secondaryButton:hover{border-color:var(--color-accent);color:var(--color-accent)}.ArcadeHero-module__X0Oe8W__imageContainer{height:100%;position:relative}.ArcadeHero-module__X0Oe8W__gradientRight{background:linear-gradient(to right,transparent,color-mix(in srgb,var(--theme-bg-primary)80%,transparent));width:50%;height:100%;position:absolute;top:0;right:0}.ArcadeHero-module__X0Oe8W__gradientOverlay{background:linear-gradient(to bottom,transparent,var(--theme-bg-primary));z-index:2;width:100%;height:30%;position:absolute;bottom:0;left:0}@media (max-width:1024px){.ArcadeHero-module__X0Oe8W__content{text-align:center;grid-template-columns:1fr;gap:2rem}.ArcadeHero-module__X0Oe8W__textContent{margin:0 auto}.ArcadeHero-module__X0Oe8W__buttonGroup{justify-content:center}.ArcadeHero-module__X0Oe8W__imageContainer{display:none}}@media (max-width:768px){.ArcadeHero-module__X0Oe8W__hero{min-height:600px}.ArcadeHero-module__X0Oe8W__buttonGroup{flex-direction:column;gap:1rem}.ArcadeHero-module__X0Oe8W__button{width:100%}}@keyframes ArcadeHero-module__X0Oe8W__gradientShift{0%{opacity:.7}50%{opacity:.9}to{opacity:.7}}.ArcadeHero-module__X0Oe8W__overlay{animation:8s ease-in-out infinite ArcadeHero-module__X0Oe8W__gradientShift}
.page-module__arPUyW__pageWrapper{background-color:var(--theme-bg-primary);width:100%;min-height:100vh;overflow-x:hidden}.page-module__arPUyW__main{width:100%;max-width:1280px;margin:0 auto;padding:5rem 1rem 0}.page-module__arPUyW__section{opacity:0;margin:6rem 0;animation:.6s ease-out forwards page-module__arPUyW__sectionFadeIn;transform:translateY(20px)}.page-module__arPUyW__section:first-child{margin-top:2rem}.page-module__arPUyW__section:last-child{margin-bottom:6rem}.page-module__arPUyW__section:first-child{animation-delay:.1s}.page-module__arPUyW__section:nth-child(2){animation-delay:.2s}.page-module__arPUyW__section:nth-child(3){animation-delay:.3s}.page-module__arPUyW__section:nth-child(4){animation-delay:.4s}.page-module__arPUyW__section:nth-child(5){animation-delay:.5s}@keyframes page-module__arPUyW__sectionFadeIn{to{opacity:1;transform:translateY(0)}}.page-module__arPUyW__loading{color:var(--color-accent);background:color-mix(in srgb,var(--color-accent)5%,transparent);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;margin:2rem 0;padding:3rem;display:flex}.page-module__arPUyW__loadingSpinner{border:4px solid color-mix(in srgb,var(--color-accent)10%,transparent);border-left-color:var(--color-accent);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite page-module__arPUyW__spin}@keyframes page-module__arPUyW__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.page-module__arPUyW__main{padding:4rem 1rem 0}.page-module__arPUyW__section{margin:4rem 0}.page-module__arPUyW__section:first-child{margin-top:1rem}.page-module__arPUyW__section:last-child{margin-bottom:4rem}}@media (prefers-reduced-motion:reduce){.page-module__arPUyW__section{opacity:1;animation:none;transform:none}.page-module__arPUyW__loadingSpinner{animation:none}}
.LoadingSpinner-module__RfExIa__spinnerContainer{flex-direction:column;align-items:center;gap:1rem;display:flex}.LoadingSpinner-module__RfExIa__spinner{width:80px;height:80px;display:inline-block;position:relative}.LoadingSpinner-module__RfExIa__spinner div{box-sizing:border-box;border:8px solid var(--color-accent);border-color:var(--color-accent)transparent transparent transparent;border-radius:50%;width:64px;height:64px;margin:8px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite LoadingSpinner-module__RfExIa__spinner;display:block;position:absolute}.LoadingSpinner-module__RfExIa__spinner div:first-child{animation-delay:-.45s}.LoadingSpinner-module__RfExIa__spinner div:nth-child(2){animation-delay:-.3s}.LoadingSpinner-module__RfExIa__spinner div:nth-child(3){animation-delay:-.15s}@keyframes LoadingSpinner-module__RfExIa__spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LoadingSpinner-module__RfExIa__loadingText{color:var(--color-accent);font-size:1.2rem;font-weight:500;animation:1.5s ease-in-out infinite LoadingSpinner-module__RfExIa__pulse}@keyframes LoadingSpinner-module__RfExIa__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (prefers-reduced-motion:reduce){.LoadingSpinner-module__RfExIa__spinner div,.LoadingSpinner-module__RfExIa__loadingText{animation:none}}
.FriendActivityFeed-module__-ieA7q__container{width:100%;margin-bottom:var(--spacing-lg,32px);max-width:1280px;margin-left:auto;margin-right:auto;padding:0 2rem}.FriendActivityFeed-module__-ieA7q__header{margin-bottom:var(--spacing-md,24px)}.FriendActivityFeed-module__-ieA7q__title{background:linear-gradient(90deg,var(--color-accent)0%,var(--color-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.FriendActivityFeed-module__-ieA7q__subtitle{color:var(--theme-text-muted);font-size:.875rem}.FriendActivityFeed-module__-ieA7q__feed{gap:var(--spacing-sm,16px);flex-direction:column;display:flex}.FriendActivityFeed-module__-ieA7q__activityCard{align-items:start;gap:var(--spacing-sm,16px);padding:var(--spacing-md,24px);background:var(--theme-bg-card);border:1px solid color-mix(in srgb,var(--color-accent)20%,transparent);border-radius:var(--radius-lg,16px);transition:all .3s;display:flex}.FriendActivityFeed-module__-ieA7q__activityCard:hover{border-color:color-mix(in srgb,var(--color-accent)50%,transparent);box-shadow:0 10px 25px color-mix(in srgb,var(--color-accent)15%,transparent);transform:translateY(-2px)}.FriendActivityFeed-module__-ieA7q__activityIcon{background:color-mix(in srgb,var(--color-accent)10%,transparent);border:1px solid color-mix(in srgb,var(--color-accent)30%,transparent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.FriendActivityFeed-module__-ieA7q__icon{color:var(--color-accent)}.FriendActivityFeed-module__-ieA7q__iconAchievement{color:#f59e0b}.FriendActivityFeed-module__-ieA7q__iconHighScore{color:#10b981}.FriendActivityFeed-module__-ieA7q__iconLevelUp{color:#8b5cf6}.FriendActivityFeed-module__-ieA7q__activityContent{flex:1;min-width:0}.FriendActivityFeed-module__-ieA7q__activityHeader{justify-content:space-between;align-items:center;gap:var(--spacing-sm,16px);margin-bottom:.5rem;display:flex}.FriendActivityFeed-module__-ieA7q__username{color:var(--color-accent);font-weight:600;text-decoration:none;transition:color .3s}.FriendActivityFeed-module__-ieA7q__username:hover{filter:brightness(1.2)}.FriendActivityFeed-module__-ieA7q__time{color:var(--theme-text-muted);white-space:nowrap;align-items:center;gap:4px;font-size:.75rem;display:flex}.FriendActivityFeed-module__-ieA7q__description{color:var(--theme-text-secondary);margin-bottom:.5rem;font-size:.875rem;line-height:1.5}.FriendActivityFeed-module__-ieA7q__gameName,.FriendActivityFeed-module__-ieA7q__score,.FriendActivityFeed-module__-ieA7q__achievement{background:color-mix(in srgb,var(--color-accent)10%,transparent);border:1px solid color-mix(in srgb,var(--color-accent)20%,transparent);border-radius:var(--radius-md,8px);color:var(--color-accent);align-items:center;gap:6px;margin-top:.5rem;padding:4px 12px;font-size:.75rem;text-decoration:none;transition:all .3s;display:inline-flex}.FriendActivityFeed-module__-ieA7q__gameName:hover{background:color-mix(in srgb,var(--color-accent)20%,transparent);border-color:color-mix(in srgb,var(--color-accent)40%,transparent)}.FriendActivityFeed-module__-ieA7q__score{color:#10b981;background:#10b9811a;border-color:#10b98133}.FriendActivityFeed-module__-ieA7q__achievement{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b33}.FriendActivityFeed-module__-ieA7q__avatar{flex-shrink:0}.FriendActivityFeed-module__-ieA7q__avatarImage{border:2px solid color-mix(in srgb,var(--color-accent)30%,transparent);border-radius:50%}.FriendActivityFeed-module__-ieA7q__loadingContainer{padding:var(--spacing-2xl,64px);background:var(--theme-bg-card);border:1px solid color-mix(in srgb,var(--color-accent)20%,transparent);border-radius:var(--radius-lg,16px);justify-content:center;align-items:center;max-width:1280px;margin:0 auto 2rem;display:flex}.FriendActivityFeed-module__-ieA7q__emptyContainer{padding:var(--spacing-2xl,64px);background:var(--theme-bg-card);border:1px solid color-mix(in srgb,var(--color-accent)20%,transparent);border-radius:var(--radius-lg,16px);justify-content:center;align-items:center;gap:var(--spacing-sm,16px);flex-direction:column;display:flex}.FriendActivityFeed-module__-ieA7q__emptyIcon{color:color-mix(in srgb,var(--color-accent)50%,transparent)}.FriendActivityFeed-module__-ieA7q__emptyText{color:var(--theme-text-secondary);font-size:1.125rem;font-weight:600}.FriendActivityFeed-module__-ieA7q__emptySubtext{color:var(--theme-text-muted);font-size:.875rem}@media (max-width:768px){.FriendActivityFeed-module__-ieA7q__activityCard{padding:var(--spacing-sm,16px);gap:var(--spacing-sm,16px)}.FriendActivityFeed-module__-ieA7q__activityIcon{width:32px;height:32px}.FriendActivityFeed-module__-ieA7q__avatar{display:none}.FriendActivityFeed-module__-ieA7q__activityHeader{flex-direction:column;align-items:flex-start}}
.CommunityFriends-module__ob9doa__container{max-width:1400px;margin:0 auto;padding:2rem}.CommunityFriends-module__ob9doa__hero{background:linear-gradient(135deg,#10b9811a 0%,#06b6d41a 100%);border:1px solid #10b98133;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem;display:flex;position:relative;overflow:hidden}.CommunityFriends-module__ob9doa__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#10b98126 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-50%;right:-20%}.CommunityFriends-module__ob9doa__heroContent{z-index:1;position:relative}.CommunityFriends-module__ob9doa__heroTitle{color:var(--theme-text-primary);align-items:center;gap:.75rem;margin:0 0 .5rem;font-family:Cristik,"Press Start 2P",monospace;font-size:2rem;display:flex}.CommunityFriends-module__ob9doa__heroIcon{font-size:2.5rem}.CommunityFriends-module__ob9doa__heroDescription{color:var(--theme-text-secondary);max-width:500px;margin:0;font-size:1rem}.CommunityFriends-module__ob9doa__manageFriendsButton{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 15px #10b9814d}.CommunityFriends-module__ob9doa__manageFriendsButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}.CommunityFriends-module__ob9doa__buttonIcon{font-size:1.25rem}.CommunityFriends-module__ob9doa__statsBar{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);border-radius:12px;gap:1.5rem;margin-bottom:2rem;padding:1rem 1.5rem;display:flex}.CommunityFriends-module__ob9doa__stat{align-items:center;gap:.75rem;display:flex}.CommunityFriends-module__ob9doa__statIcon{font-size:1.5rem}.CommunityFriends-module__ob9doa__statValue{color:#10b981;font-family:Cristik,monospace;font-size:1.25rem;font-weight:700}.CommunityFriends-module__ob9doa__statLabel{color:var(--theme-text-secondary);font-size:.875rem}.CommunityFriends-module__ob9doa__contentGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.CommunityFriends-module__ob9doa__section{background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:16px;padding:1.5rem}.CommunityFriends-module__ob9doa__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.CommunityFriends-module__ob9doa__sectionTitle{color:var(--theme-text-primary);align-items:center;gap:.5rem;margin:0;font-family:Cristik,monospace;font-size:1.25rem;display:flex}.CommunityFriends-module__ob9doa__sectionIcon{font-size:1.25rem}.CommunityFriends-module__ob9doa__sectionCount{color:#10b981;background:#10b98133;border:1px solid #10b9814d;border-radius:12px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.CommunityFriends-module__ob9doa__friendsList{flex-direction:column;gap:.75rem;display:flex}.CommunityFriends-module__ob9doa__friendCard{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.CommunityFriends-module__ob9doa__friendCard:hover{background:var(--theme-bg-card);border-color:#10b9814d;transform:translate(4px)}.CommunityFriends-module__ob9doa__friendAvatar{flex-shrink:0;position:relative}.CommunityFriends-module__ob9doa__avatarImage{-o-object-fit:cover;object-fit:cover;border:2px solid #10b9814d;border-radius:50%;width:48px;height:48px}.CommunityFriends-module__ob9doa__avatarFallback{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.CommunityFriends-module__ob9doa__avatarFallbackSmall{color:#fff;background:linear-gradient(135deg,#6b7280 0%,#4b5563 100%);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.CommunityFriends-module__ob9doa__statusIndicator{border:2px solid var(--theme-bg-primary);border-radius:50%;width:14px;height:14px;position:absolute;bottom:0;right:0}.CommunityFriends-module__ob9doa__statusIndicator.CommunityFriends-module__ob9doa__online{background:#10b981;box-shadow:0 0 8px #10b98199}.CommunityFriends-module__ob9doa__friendInfo{flex:1;min-width:0}.CommunityFriends-module__ob9doa__friendName{color:var(--theme-text-primary);margin-bottom:.25rem;font-size:.95rem;font-weight:600;display:block}.CommunityFriends-module__ob9doa__friendStatus{color:#10b981;font-size:.8rem}.CommunityFriends-module__ob9doa__viewProfileButton{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);color:var(--theme-text-primary);border-radius:8px;padding:.5rem 1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s}.CommunityFriends-module__ob9doa__viewProfileButton:hover{background:var(--theme-bg-card);border-color:var(--theme-border-hover)}.CommunityFriends-module__ob9doa__offlineSection{border-top:1px solid var(--theme-border);margin-top:1.5rem;padding-top:1.5rem}.CommunityFriends-module__ob9doa__offlineTitle{color:var(--theme-text-muted);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.875rem;font-weight:600;display:flex}.CommunityFriends-module__ob9doa__offlineFriendsList{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.CommunityFriends-module__ob9doa__offlineFriendCard{background:var(--theme-bg-tertiary);border-radius:20px;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.CommunityFriends-module__ob9doa__offlineAvatar{flex-shrink:0}.CommunityFriends-module__ob9doa__offlineName{color:var(--theme-text-secondary);font-size:.8rem}.CommunityFriends-module__ob9doa__viewMoreLink{color:#10b981;background:#10b98126;border-radius:20px;padding:.5rem .75rem;font-size:.8rem;text-decoration:none;transition:all .2s}.CommunityFriends-module__ob9doa__viewMoreLink:hover{background:#10b98140}.CommunityFriends-module__ob9doa__activityList{flex-direction:column;gap:.75rem;display:flex}.CommunityFriends-module__ob9doa__activityCard{background:#0000004d;border:1px solid #ffffff14;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;transition:all .2s;display:flex}.CommunityFriends-module__ob9doa__activityCard:hover{background:#0006;transform:translate(4px)}.CommunityFriends-module__ob9doa__activityAvatar{flex-shrink:0;position:relative}.CommunityFriends-module__ob9doa__activityIconBadge{background:var(--theme-bg-secondary);border:2px solid var(--theme-bg-primary);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex;position:absolute;bottom:-4px;right:-4px}.CommunityFriends-module__ob9doa__activityContent{flex:1;min-width:0}.CommunityFriends-module__ob9doa__activityText{color:var(--theme-text-secondary);margin:0 0 .25rem;font-size:.9rem;line-height:1.4}.CommunityFriends-module__ob9doa__activityUsername{color:#10b981;font-weight:600}.CommunityFriends-module__ob9doa__activityTime{color:#fff6;font-size:.75rem}.CommunityFriends-module__ob9doa__loadingState{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.CommunityFriends-module__ob9doa__loadingSpinner{border:3px solid #10b98133;border-top-color:#10b981;border-radius:50%;width:3rem;height:3rem;animation:1s linear infinite CommunityFriends-module__ob9doa__spin}.CommunityFriends-module__ob9doa__loadingText{color:#fff9;font-size:.875rem}@keyframes CommunityFriends-module__ob9doa__spin{to{transform:rotate(360deg)}}.CommunityFriends-module__ob9doa__errorState{text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.CommunityFriends-module__ob9doa__errorIcon{margin-bottom:.5rem;font-size:2.5rem}.CommunityFriends-module__ob9doa__errorText{color:#fca5a5;margin:0 0 1rem}.CommunityFriends-module__ob9doa__retryButton{color:#fca5a5;cursor:pointer;background:#ef444433;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.CommunityFriends-module__ob9doa__retryButton:hover{background:#ef44444d}.CommunityFriends-module__ob9doa__emptyState{text-align:center;background:#0003;border:2px dashed #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem;display:flex}.CommunityFriends-module__ob9doa__emptyIcon{opacity:.8;margin-bottom:.75rem;font-size:2.5rem}.CommunityFriends-module__ob9doa__emptyText{color:#ffffffb3;margin:0 0 .25rem;font-size:1rem}.CommunityFriends-module__ob9doa__emptySubtext{color:#fff6;margin:0;font-size:.8rem}.CommunityFriends-module__ob9doa__quickActions{justify-content:center;gap:1rem;display:flex}.CommunityFriends-module__ob9doa__actionButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 12px #10b98140}.CommunityFriends-module__ob9doa__actionButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98159}.CommunityFriends-module__ob9doa__actionButtonSecondary{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.CommunityFriends-module__ob9doa__actionButtonSecondary:hover{background:#ffffff26;border-color:#ffffff4d}@media (max-width:1024px){.CommunityFriends-module__ob9doa__contentGrid{grid-template-columns:1fr}}@media (max-width:768px){.CommunityFriends-module__ob9doa__container{padding:1rem}.CommunityFriends-module__ob9doa__hero{text-align:center;flex-direction:column;gap:1.5rem}.CommunityFriends-module__ob9doa__heroTitle{justify-content:center;font-size:1.5rem}.CommunityFriends-module__ob9doa__heroDescription{max-width:none}.CommunityFriends-module__ob9doa__statsBar{flex-wrap:wrap;justify-content:center}.CommunityFriends-module__ob9doa__quickActions{flex-direction:column}.CommunityFriends-module__ob9doa__actionButton,.CommunityFriends-module__ob9doa__actionButtonSecondary{justify-content:center;width:100%}}
.Friends-module__PV6wvW__container{max-width:1280px;margin:0 auto;padding:2rem}.Friends-module__PV6wvW__tabs{border-bottom:4px solid color-mix(in srgb,var(--color-accent)20%,transparent);gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Friends-module__PV6wvW__tab{background:color-mix(in srgb,var(--color-accent)10%,transparent);color:var(--theme-text-primary);cursor:pointer;text-shadow:2px 2px #00000080;border:none;border-radius:.5rem;padding:1rem 2rem;font-family:Cristik,system-ui,-apple-system,sans-serif;font-size:1.5rem;transition:all .2s}.Friends-module__PV6wvW__tab:hover{background:color-mix(in srgb,var(--color-accent)20%,transparent);transform:translateY(-2px)}.Friends-module__PV6wvW__tab.Friends-module__PV6wvW__active{background:color-mix(in srgb,var(--color-accent)30%,transparent);color:var(--color-accent);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Friends-module__PV6wvW__section{background:var(--theme-bg-card);border:4px solid color-mix(in srgb,var(--color-accent)20%,transparent);border-radius:1rem;margin-bottom:3rem;padding:2rem}.Friends-module__PV6wvW__section h2{color:var(--color-accent);text-shadow:2px 2px #00000080;margin-bottom:2rem;font-family:Cristik,system-ui,-apple-system,sans-serif;font-size:2rem}.Friends-module__PV6wvW__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.Friends-module__PV6wvW__friendCard{background:var(--theme-bg-tertiary);border:4px solid color-mix(in srgb,var(--color-accent)20%,transparent);border-radius:1rem;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.Friends-module__PV6wvW__friendCard:hover{border-color:color-mix(in srgb,var(--color-accent)40%,transparent);transform:translateY(-4px);box-shadow:0 8px 16px #0003}.Friends-module__PV6wvW__avatar{width:80px;height:80px;position:relative}.Friends-module__PV6wvW__avatarImage{-o-object-fit:cover;object-fit:cover;border:4px solid color-mix(in srgb,var(--color-accent)30%,transparent);border-radius:1rem}.Friends-module__PV6wvW__avatarPlaceholder{background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent)20%,transparent),color-mix(in srgb,var(--color-secondary)20%,transparent));border:4px solid color-mix(in srgb,var(--color-accent)30%,transparent);width:80px;height:80px;color:var(--color-accent);text-shadow:2px 2px #00000080;border-radius:1rem;justify-content:center;align-items:center;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:2rem;display:flex}.Friends-module__PV6wvW__status{border:4px solid var(--theme-bg-primary);border-radius:50%;width:20px;height:20px;position:absolute;bottom:-6px;right:-6px;box-shadow:0 0 10px #0000004d}.Friends-module__PV6wvW__online{background-color:#34d399}.Friends-module__PV6wvW__offline{background-color:#6b7280}.Friends-module__PV6wvW__away{background-color:#f59e0b}.Friends-module__PV6wvW__busy{background-color:#ef4444}.Friends-module__PV6wvW__info{flex:1}.Friends-module__PV6wvW__info h3{color:var(--theme-text-primary);text-shadow:2px 2px #00000080;margin-bottom:.75rem;font-family:Cristik,system-ui,-apple-system,sans-serif;font-size:1.5rem}.Friends-module__PV6wvW__lastSeen{color:var(--theme-text-secondary);text-shadow:1px 1px #00000080;margin-bottom:1rem;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:1.125rem}.Friends-module__PV6wvW__actions{flex-wrap:wrap;gap:1rem;display:flex}.Friends-module__PV6wvW__button{cursor:pointer;text-shadow:1px 1px #00000080;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:1.125rem;transition:all .2s}.Friends-module__PV6wvW__accept{color:#000;background-color:#34d399}.Friends-module__PV6wvW__accept:hover{background-color:#10b981;transform:translateY(-2px)}.Friends-module__PV6wvW__reject,.Friends-module__PV6wvW__remove{color:#fff;background-color:#ef4444}.Friends-module__PV6wvW__reject:hover,.Friends-module__PV6wvW__remove:hover{background-color:#dc2626;transform:translateY(-2px)}.Friends-module__PV6wvW__block{color:#fff;background-color:#6b7280}.Friends-module__PV6wvW__block:hover{background-color:#4b5563;transform:translateY(-2px)}.Friends-module__PV6wvW__message{background:linear-gradient(135deg,var(--color-accent)0%,var(--color-secondary)100%);color:#fff;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.Friends-module__PV6wvW__message:hover{filter:brightness(1.1);transform:translateY(-2px)}.Friends-module__PV6wvW__cancel{color:#fff;background-color:#f59e0b}.Friends-module__PV6wvW__cancel:hover{background-color:#d97706;transform:translateY(-2px)}.Friends-module__PV6wvW__addFriendContainer{background:var(--theme-bg-card);border:4px solid color-mix(in srgb,var(--color-accent)20%,transparent);border-radius:1rem;margin-bottom:3rem;padding:2rem}.Friends-module__PV6wvW__searchForm{gap:1rem;margin-bottom:2rem;display:flex}.Friends-module__PV6wvW__searchInput{background:var(--theme-bg-tertiary);border:4px solid color-mix(in srgb,var(--color-accent)20%,transparent);color:var(--theme-text-primary);border-radius:.5rem;flex:1;padding:1rem 1.5rem;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:1.25rem;transition:all .2s}.Friends-module__PV6wvW__searchInput:focus{border-color:color-mix(in srgb,var(--color-accent)40%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent)10%,transparent);outline:none}.Friends-module__PV6wvW__searchButton{background:var(--color-accent);color:#fff;cursor:pointer;text-shadow:1px 1px #00000080;border:none;border-radius:.5rem;padding:1rem 2rem;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:1.25rem;transition:all .2s}.Friends-module__PV6wvW__searchButton:hover:not(:disabled){background:var(--color-secondary);transform:translateY(-2px)}.Friends-module__PV6wvW__searchButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.Friends-module__PV6wvW__container{padding:1rem}.Friends-module__PV6wvW__tabs{flex-wrap:wrap}.Friends-module__PV6wvW__tab{padding:.75rem 1.5rem;font-size:1.25rem}.Friends-module__PV6wvW__grid{grid-template-columns:1fr}.Friends-module__PV6wvW__friendCard{text-align:center;flex-direction:column}.Friends-module__PV6wvW__actions{justify-content:center}.Friends-module__PV6wvW__searchForm{flex-direction:column}}.Friends-module__PV6wvW__addFriendTitle{color:var(--color-accent);text-shadow:2px 2px #00000080;margin-bottom:2rem;font-family:Cristik,system-ui,-apple-system,sans-serif;font-size:2rem}.Friends-module__PV6wvW__searchResults{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem;display:grid}.Friends-module__PV6wvW__noResults{text-align:center;color:var(--theme-text-secondary);background:var(--theme-bg-card);border:4px solid color-mix(in srgb,var(--color-accent)20%,transparent);text-shadow:1px 1px #00000080;border-radius:1rem;padding:2rem;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:1.25rem}.Friends-module__PV6wvW__statusText{color:var(--theme-text-secondary);text-shadow:1px 1px #00000080;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:1.125rem}.Friends-module__PV6wvW__tabContent{margin-top:1.5rem}.Friends-module__PV6wvW__loading,.Friends-module__PV6wvW__error,.Friends-module__PV6wvW__empty{text-align:center;background:var(--theme-bg-card);border:4px solid color-mix(in srgb,var(--color-accent)20%,transparent);text-shadow:1px 1px #00000080;border-radius:1rem;padding:2rem;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:1.25rem}.Friends-module__PV6wvW__loading{color:var(--theme-text-secondary)}.Friends-module__PV6wvW__error{color:#ef4444;border-color:#ef444433}.Friends-module__PV6wvW__empty{color:var(--theme-text-muted)}.Friends-module__PV6wvW__suggestionsContainer{max-width:1280px;margin:0 auto 3rem;padding:0 2rem}.Friends-module__PV6wvW__suggestionsTitle{color:var(--color-accent);text-shadow:2px 2px #00000080;margin-bottom:1.5rem;font-family:Cristik,system-ui,-apple-system,sans-serif;font-size:2rem}.Friends-module__PV6wvW__suggestionsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.Friends-module__PV6wvW__suggestionCard{background:var(--theme-bg-card);border:4px solid color-mix(in srgb,var(--color-accent)20%,transparent);text-align:center;border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.Friends-module__PV6wvW__suggestionCard:hover{border-color:color-mix(in srgb,var(--color-accent)40%,transparent);transform:translateY(-4px);box-shadow:0 8px 16px #0003}.Friends-module__PV6wvW__suggestionInfo{text-align:center}.Friends-module__PV6wvW__suggestionUsername{color:var(--theme-text-primary);text-shadow:2px 2px #00000080;margin-bottom:.5rem;font-family:Cristik,system-ui,-apple-system,sans-serif;font-size:1.25rem}.Friends-module__PV6wvW__suggestionReason{color:var(--theme-text-secondary);margin-bottom:.5rem;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:.875rem}.Friends-module__PV6wvW__suggestionMeta{color:var(--theme-text-muted);font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:.75rem}.Friends-module__PV6wvW__suggestionActions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.Friends-module__PV6wvW__dismiss{background-color:var(--theme-bg-tertiary);color:var(--theme-text-secondary)}.Friends-module__PV6wvW__dismiss:hover{background-color:var(--theme-bg-secondary);transform:translateY(-2px)}.Friends-module__PV6wvW__loadingText{text-align:center;color:var(--theme-text-secondary);padding:2rem;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:1.125rem}.Friends-module__PV6wvW__emptyText{text-align:center;color:var(--theme-text-muted);background:var(--theme-bg-card);border:4px solid color-mix(in srgb,var(--color-accent)15%,transparent);border-radius:1rem;padding:2rem;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:1.125rem}@media (max-width:768px){.Friends-module__PV6wvW__suggestionsContainer{padding:0 1rem}.Friends-module__PV6wvW__suggestionsGrid{grid-template-columns:1fr}.Friends-module__PV6wvW__suggestionsTitle{text-align:center;font-size:1.5rem}}
.RecentActivity-module__Gd6GOa__container{width:100%}.RecentActivity-module__Gd6GOa__title{background:linear-gradient(90deg,#00a4ff 0%,#00f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.RecentActivity-module__Gd6GOa__subtitle{color:#9ca3af;margin-bottom:var(--spacing-md,24px);font-size:.875rem}.RecentActivity-module__Gd6GOa__feed{gap:var(--spacing-sm,16px);flex-direction:column;display:flex}.RecentActivity-module__Gd6GOa__activityCard{align-items:start;gap:var(--spacing-sm,16px);padding:var(--spacing-md,24px);border-radius:var(--radius-lg,16px);background:linear-gradient(135deg,#1a0a2e 0%,#0f0520 100%);border:1px solid #00a4ff33;transition:all .3s;display:flex}.RecentActivity-module__Gd6GOa__activityCard:hover{border-color:#00a4ff80;transform:translateY(-2px);box-shadow:0 10px 25px #00a4ff26}.RecentActivity-module__Gd6GOa__activityIcon{background:#00a4ff1a;border:1px solid #00a4ff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.RecentActivity-module__Gd6GOa__icon{color:#00a4ff}.RecentActivity-module__Gd6GOa__iconAchievement{color:#f59e0b}.RecentActivity-module__Gd6GOa__iconHighScore{color:#10b981}.RecentActivity-module__Gd6GOa__iconLevelUp{color:#8b5cf6}.RecentActivity-module__Gd6GOa__iconFriend{color:#ec4899}.RecentActivity-module__Gd6GOa__activityContent{flex:1;min-width:0}.RecentActivity-module__Gd6GOa__activityHeader{justify-content:space-between;align-items:start;gap:var(--spacing-sm,16px);margin-bottom:.5rem;display:flex}.RecentActivity-module__Gd6GOa__description{color:#d1d5db;flex:1;font-size:.875rem;line-height:1.5}.RecentActivity-module__Gd6GOa__time{color:#6b7280;white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;font-size:.75rem;display:flex}.RecentActivity-module__Gd6GOa__gameName,.RecentActivity-module__Gd6GOa__score,.RecentActivity-module__Gd6GOa__achievement,.RecentActivity-module__Gd6GOa__friendLink{border-radius:var(--radius-md,8px);color:#00a4ff;background:#00a4ff1a;border:1px solid #00a4ff33;align-items:center;gap:6px;margin-top:.5rem;padding:4px 12px;font-size:.75rem;text-decoration:none;transition:all .3s;display:inline-flex}.RecentActivity-module__Gd6GOa__gameName:hover,.RecentActivity-module__Gd6GOa__friendLink:hover{background:#00a4ff33;border-color:#00a4ff66}.RecentActivity-module__Gd6GOa__score{color:#10b981;background:#10b9811a;border-color:#10b98133}.RecentActivity-module__Gd6GOa__achievement{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b33}.RecentActivity-module__Gd6GOa__friendLink{color:#ec4899;background:#ec48991a;border-color:#ec489933}.RecentActivity-module__Gd6GOa__loadingContainer{padding:var(--spacing-2xl,64px);justify-content:center;align-items:center;display:flex}.RecentActivity-module__Gd6GOa__emptyContainer{padding:var(--spacing-2xl,64px);border-radius:var(--radius-lg,16px);justify-content:center;align-items:center;gap:var(--spacing-sm,16px);background:linear-gradient(135deg,#1a0a2e 0%,#0f0520 100%);border:1px solid #00a4ff33;flex-direction:column;display:flex}.RecentActivity-module__Gd6GOa__emptyIcon{color:#00a4ff80}.RecentActivity-module__Gd6GOa__emptyText{color:#d1d5db;font-size:1.125rem;font-weight:600}.RecentActivity-module__Gd6GOa__emptySubtext{color:#9ca3af;font-size:.875rem}@media (max-width:768px){.RecentActivity-module__Gd6GOa__activityCard{padding:var(--spacing-sm,16px);gap:var(--spacing-sm,16px)}.RecentActivity-module__Gd6GOa__activityIcon{width:32px;height:32px}.RecentActivity-module__Gd6GOa__activityHeader{flex-direction:column;align-items:flex-start}.RecentActivity-module__Gd6GOa__time{margin-top:.25rem}}
.CommunityOverview-module__Zfx-Qa__container{background:var(--theme-bg-primary);max-width:1200px;min-height:100vh;margin:0 auto;padding:0 1rem 3rem}.CommunityOverview-module__Zfx-Qa__hero{text-align:center;padding:3rem 1rem 2rem;position:relative}.CommunityOverview-module__Zfx-Qa__heroGlow{pointer-events:none;background:radial-gradient(#00a4ff26 0%,#0000 70%);width:600px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CommunityOverview-module__Zfx-Qa__heroTitle{color:var(--color-accent);text-shadow:0 0 40px color-mix(in srgb,var(--color-accent)40%,transparent);margin-bottom:.75rem;font-family:Cristik,sans-serif;font-size:3.5rem;position:relative}.CommunityOverview-module__Zfx-Qa__heroSubtitle{color:var(--theme-text-secondary);max-width:600px;margin:0 auto 2rem;font-size:1.25rem;position:relative}.CommunityOverview-module__Zfx-Qa__quickActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.CommunityOverview-module__Zfx-Qa__quickAction{background:color-mix(in srgb,var(--color-accent)10%,transparent);border:1px solid color-mix(in srgb,var(--color-accent)30%,transparent);color:var(--color-accent);border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.CommunityOverview-module__Zfx-Qa__quickAction:hover{background:color-mix(in srgb,var(--color-accent)20%,transparent);border-color:var(--color-accent);transform:translateY(-2px)}.CommunityOverview-module__Zfx-Qa__quickActionIcon{font-size:1.125rem}.CommunityOverview-module__Zfx-Qa__sectionsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.CommunityOverview-module__Zfx-Qa__sectionCard{background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:20px;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.CommunityOverview-module__Zfx-Qa__sectionCard:hover{border-color:var(--theme-border-hover);transform:translateY(-4px);box-shadow:0 20px 40px -12px #0000004d}.CommunityOverview-module__Zfx-Qa__sectionCardGlow{opacity:.8;height:4px;position:absolute;top:0;left:0;right:0}.CommunityOverview-module__Zfx-Qa__sectionCard:hover .CommunityOverview-module__Zfx-Qa__sectionCardGlow{opacity:1;height:6px}.CommunityOverview-module__Zfx-Qa__sectionCardContent{padding:1.75rem}.CommunityOverview-module__Zfx-Qa__sectionHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.CommunityOverview-module__Zfx-Qa__sectionIcon{font-size:2rem}.CommunityOverview-module__Zfx-Qa__sectionTitle{color:var(--theme-text-primary);margin:0;font-family:Cristik,sans-serif;font-size:1.5rem}.CommunityOverview-module__Zfx-Qa__sectionDescription{color:var(--theme-text-secondary);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.5}.CommunityOverview-module__Zfx-Qa__sectionFooter{justify-content:space-between;align-items:center;display:flex}.CommunityOverview-module__Zfx-Qa__sectionStat{flex-direction:column;display:flex}.CommunityOverview-module__Zfx-Qa__statValue{color:var(--color-accent);font-size:1.5rem;font-weight:700}.CommunityOverview-module__Zfx-Qa__statLabel{color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.CommunityOverview-module__Zfx-Qa__sectionArrow{color:var(--theme-text-muted);font-size:1.5rem;transition:all .2s}.CommunityOverview-module__Zfx-Qa__sectionCard:hover .CommunityOverview-module__Zfx-Qa__sectionArrow{color:var(--color-accent);transform:translate(4px)}.CommunityOverview-module__Zfx-Qa__profileCard{background:var(--theme-bg-card);border:1px solid var(--color-accent,#00a4ff33);border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.25rem 1.5rem;display:flex}.CommunityOverview-module__Zfx-Qa__profileInfo{align-items:center;gap:1rem;display:flex}.CommunityOverview-module__Zfx-Qa__avatar{position:relative}.CommunityOverview-module__Zfx-Qa__avatarImage{-o-object-fit:cover;object-fit:cover;border:3px solid color-mix(in srgb,var(--color-accent)30%,transparent);border-radius:50%;width:64px;height:64px}.CommunityOverview-module__Zfx-Qa__avatarPlaceholder{background:linear-gradient(135deg,var(--color-accent)0%,#7c3aed 100%);width:64px;height:64px;color:var(--theme-text-on-accent);border:3px solid color-mix(in srgb,var(--color-accent)30%,transparent);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.CommunityOverview-module__Zfx-Qa__onlineIndicator{border:3px solid var(--theme-bg-card);background:#22c55e;border-radius:50%;width:16px;height:16px;position:absolute;bottom:2px;right:2px}.CommunityOverview-module__Zfx-Qa__profileDetails{flex-direction:column;display:flex}.CommunityOverview-module__Zfx-Qa__profileName{color:var(--theme-text-primary);margin:0;font-family:Cristik,sans-serif;font-size:1.25rem}.CommunityOverview-module__Zfx-Qa__profileRole{color:var(--theme-text-muted);margin:0;font-size:.875rem}.CommunityOverview-module__Zfx-Qa__profileActions{gap:.75rem;display:flex}.CommunityOverview-module__Zfx-Qa__viewProfileBtn{background:var(--color-accent);color:var(--theme-text-on-accent);border-radius:8px;padding:.625rem 1.25rem;font-weight:600;text-decoration:none;transition:all .2s}.CommunityOverview-module__Zfx-Qa__viewProfileBtn:hover{filter:brightness(.9);transform:translateY(-1px)}.CommunityOverview-module__Zfx-Qa__settingsBtn{background:var(--theme-border);color:var(--theme-text-primary);border-radius:8px;padding:.625rem .875rem;font-size:1.125rem;text-decoration:none;transition:all .2s}.CommunityOverview-module__Zfx-Qa__settingsBtn:hover{background:var(--theme-border-hover)}.CommunityOverview-module__Zfx-Qa__featured{margin-top:2rem}.CommunityOverview-module__Zfx-Qa__featuredTitle{color:var(--theme-text-primary);margin-bottom:1.25rem;font-family:Cristik,sans-serif;font-size:1.5rem}.CommunityOverview-module__Zfx-Qa__featuredGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.CommunityOverview-module__Zfx-Qa__featuredCard{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);cursor:pointer;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;text-decoration:none;transition:all .2s;display:flex}.CommunityOverview-module__Zfx-Qa__featuredCard:hover{background:var(--theme-bg-secondary);border-color:var(--color-accent,#00a4ff4d);transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.CommunityOverview-module__Zfx-Qa__featuredIcon{flex-shrink:0;font-size:2rem}.CommunityOverview-module__Zfx-Qa__featuredContent h3{color:var(--theme-text-primary);margin:0 0 .25rem;font-size:1rem;font-weight:600}.CommunityOverview-module__Zfx-Qa__featuredContent p{color:var(--theme-text-muted);margin:0;font-size:.875rem;line-height:1.4}@media (max-width:1024px){.CommunityOverview-module__Zfx-Qa__sectionsGrid,.CommunityOverview-module__Zfx-Qa__featuredGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.CommunityOverview-module__Zfx-Qa__heroTitle{font-size:2.5rem}.CommunityOverview-module__Zfx-Qa__heroSubtitle{font-size:1rem}.CommunityOverview-module__Zfx-Qa__quickActions{gap:.75rem}.CommunityOverview-module__Zfx-Qa__quickAction{padding:.5rem 1rem;font-size:.8125rem}.CommunityOverview-module__Zfx-Qa__sectionsGrid,.CommunityOverview-module__Zfx-Qa__featuredGrid{grid-template-columns:1fr}.CommunityOverview-module__Zfx-Qa__profileCard{text-align:center;flex-direction:column;gap:1rem}.CommunityOverview-module__Zfx-Qa__profileInfo{flex-direction:column}}
.page-module__XZ4seW__container{background:var(--theme-bg-primary);max-width:1280px;min-height:100vh;margin:0 auto;padding:2rem}.page-module__XZ4seW__loadingContainer{background:var(--theme-bg-primary);justify-content:center;align-items:center;min-height:100vh;display:flex}.page-module__XZ4seW__header{text-align:center;background:var(--theme-bg-secondary);border:4px solid #00a4ff33;border-radius:1rem;margin-bottom:2rem;padding:3rem 1rem}.page-module__XZ4seW__header h1{color:#00a4ff;text-shadow:2px 2px #00000080;margin-bottom:1rem;font-family:Cristik,system-ui,-apple-system,sans-serif;font-size:2.5rem;font-weight:700}.page-module__XZ4seW__header p{color:var(--theme-text-muted);text-shadow:1px 1px #00000080;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:1.1rem}.page-module__XZ4seW__header{position:relative}.page-module__XZ4seW__header:after{content:"";z-index:-1;background:linear-gradient(45deg,#00a4ff1a,#0000);position:absolute;inset:0}@media (max-width:768px){.page-module__XZ4seW__container{padding:1rem}.page-module__XZ4seW__header h1{font-size:2rem}.page-module__XZ4seW__header p{font-size:1rem}}
.GameJamDetail-module__aaoKWq__container{padding:2rem 0}.GameJamDetail-module__aaoKWq__backLink{color:var(--color-accent);margin-bottom:1rem;text-decoration:none;display:inline-block}.GameJamDetail-module__aaoKWq__backLink:hover{text-decoration:underline}.GameJamDetail-module__aaoKWq__header{margin-bottom:2rem;position:relative}.GameJamDetail-module__aaoKWq__banner{border-radius:12px;width:100%;height:300px;margin-bottom:1.5rem;position:relative;overflow:hidden}.GameJamDetail-module__aaoKWq__statusBadge{text-transform:uppercase;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:1rem;right:1rem}.GameJamDetail-module__aaoKWq__statusBadge.GameJamDetail-module__aaoKWq__active{background:#10b981}.GameJamDetail-module__aaoKWq__statusBadge.GameJamDetail-module__aaoKWq__upcoming{background:#3b82f6}.GameJamDetail-module__aaoKWq__statusBadge.GameJamDetail-module__aaoKWq__judging{background:#f59e0b}.GameJamDetail-module__aaoKWq__statusBadge.GameJamDetail-module__aaoKWq__completed{background:#6b7280}.GameJamDetail-module__aaoKWq__headerContent{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.GameJamDetail-module__aaoKWq__headerInfo h1{color:var(--color-accent);margin-bottom:.5rem;font-family:Cristik,sans-serif;font-size:2.5rem}.GameJamDetail-module__aaoKWq__headerInfo p{color:var(--theme-text-secondary);margin-bottom:1rem;font-size:1.125rem}.GameJamDetail-module__aaoKWq__metadata{color:var(--theme-text-muted);flex-wrap:wrap;gap:1rem;font-size:.875rem;display:flex}.GameJamDetail-module__aaoKWq__metadata strong{color:var(--theme-text-primary)}.GameJamDetail-module__aaoKWq__actions{flex-shrink:0;gap:.5rem;display:flex}.GameJamDetail-module__aaoKWq__joinButton,.GameJamDetail-module__aaoKWq__leaveButton,.GameJamDetail-module__aaoKWq__submitButton{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.GameJamDetail-module__aaoKWq__joinButton{background:var(--color-accent);color:var(--theme-text-on-accent)}.GameJamDetail-module__aaoKWq__joinButton:hover{filter:brightness(.9)}.GameJamDetail-module__aaoKWq__leaveButton{color:#fff;background:#ef4444}.GameJamDetail-module__aaoKWq__leaveButton:hover{background:#dc2626}.GameJamDetail-module__aaoKWq__submitButton{background:var(--color-accent);color:var(--theme-text-on-accent)}.GameJamDetail-module__aaoKWq__submitButton:hover{filter:brightness(.9)}.GameJamDetail-module__aaoKWq__discordLink{color:#fff;background:#5865f2;border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s;display:inline-flex}.GameJamDetail-module__aaoKWq__discordLink:hover{background:#4752c4}.GameJamDetail-module__aaoKWq__stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.GameJamDetail-module__aaoKWq__statCard{background:var(--theme-bg-card);text-align:center;border-radius:12px;padding:1.5rem}.GameJamDetail-module__aaoKWq__statCard .GameJamDetail-module__aaoKWq__value{color:var(--color-accent);margin-bottom:.25rem;font-size:2rem;font-weight:700}.GameJamDetail-module__aaoKWq__statCard .GameJamDetail-module__aaoKWq__label{color:var(--theme-text-muted);font-size:.875rem}.GameJamDetail-module__aaoKWq__tabs{border-bottom:2px solid var(--theme-border);gap:1rem;margin-bottom:2rem;display:flex}.GameJamDetail-module__aaoKWq__tab{color:var(--theme-text-muted);cursor:pointer;background:0 0;border:none;padding:.75rem 1.5rem;transition:color .2s;position:relative}.GameJamDetail-module__aaoKWq__tab:hover{color:var(--theme-text-primary)}.GameJamDetail-module__aaoKWq__tab.GameJamDetail-module__aaoKWq__active{color:var(--color-accent)}.GameJamDetail-module__aaoKWq__tab.GameJamDetail-module__aaoKWq__active:after{content:"";background:var(--color-accent);height:2px;position:absolute;bottom:-2px;left:0;right:0}.GameJamDetail-module__aaoKWq__content{margin-top:2rem}.GameJamDetail-module__aaoKWq__section{background:var(--theme-bg-card);border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.GameJamDetail-module__aaoKWq__section h2{color:var(--theme-text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.GameJamDetail-module__aaoKWq__rules{white-space:pre-wrap;color:var(--theme-text-secondary);line-height:1.6}.GameJamDetail-module__aaoKWq__prizes{flex-direction:column;gap:.75rem;display:flex}.GameJamDetail-module__aaoKWq__prizeItem{background:var(--theme-bg-tertiary);border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.GameJamDetail-module__aaoKWq__prizeItem .GameJamDetail-module__aaoKWq__name{color:var(--theme-text-secondary)}.GameJamDetail-module__aaoKWq__prizeItem .GameJamDetail-module__aaoKWq__value{color:var(--color-accent);font-weight:600}.GameJamDetail-module__aaoKWq__participantsGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.GameJamDetail-module__aaoKWq__participantCard{background:var(--theme-bg-card);text-align:center;border-radius:12px;padding:1rem}.GameJamDetail-module__aaoKWq__participantCard .GameJamDetail-module__aaoKWq__avatar{border-radius:50%;width:64px;height:64px;margin:0 auto .5rem}.GameJamDetail-module__aaoKWq__participantCard .GameJamDetail-module__aaoKWq__username{color:var(--theme-text-primary);margin-bottom:.25rem;font-weight:600}.GameJamDetail-module__aaoKWq__participantCard .GameJamDetail-module__aaoKWq__joinDate{color:var(--theme-text-muted);font-size:.75rem}.GameJamDetail-module__aaoKWq__submissionsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.GameJamDetail-module__aaoKWq__submissionCard{background:var(--theme-bg-card);border-radius:12px;overflow:hidden}.GameJamDetail-module__aaoKWq__submissionImage{width:100%;height:200px;position:relative}.GameJamDetail-module__aaoKWq__submissionContent{padding:1rem}.GameJamDetail-module__aaoKWq__submissionContent h3{color:var(--theme-text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.GameJamDetail-module__aaoKWq__submissionContent .GameJamDetail-module__aaoKWq__description{color:var(--theme-text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.875rem;display:-webkit-box;overflow:hidden}.GameJamDetail-module__aaoKWq__submissionMeta{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.GameJamDetail-module__aaoKWq__submissionAuthor{align-items:center;gap:.5rem;display:flex}.GameJamDetail-module__aaoKWq__submissionAuthor .GameJamDetail-module__aaoKWq__avatar{border-radius:50%;width:32px;height:32px}.GameJamDetail-module__aaoKWq__submissionAuthor .GameJamDetail-module__aaoKWq__username{font-size:.875rem}.GameJamDetail-module__aaoKWq__submissionVotes{color:var(--theme-text-muted);font-size:.875rem}.GameJamDetail-module__aaoKWq__submissionActions{gap:.5rem;display:flex}.GameJamDetail-module__aaoKWq__playButton,.GameJamDetail-module__aaoKWq__sourceButton{text-align:center;border-radius:8px;flex:1;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:all .2s}.GameJamDetail-module__aaoKWq__playButton{background:var(--color-accent,#00a4ff);color:#fff}.GameJamDetail-module__aaoKWq__playButton:hover{filter:brightness(.9)}.GameJamDetail-module__aaoKWq__sourceButton{background:var(--theme-border);color:var(--theme-text-primary)}.GameJamDetail-module__aaoKWq__sourceButton:hover{background:var(--theme-border-hover)}.GameJamDetail-module__aaoKWq__empty{text-align:center;color:var(--theme-text-muted);padding:3rem}.GameJamDetail-module__aaoKWq__countdown{background:var(--theme-bg-card);border:1px solid #00a4ff4d;border-radius:12px;flex-direction:row;align-items:center;gap:1.5rem;margin-top:1.5rem;padding:1rem 1.5rem;display:flex}.GameJamDetail-module__aaoKWq__countdownLabel{color:var(--theme-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.GameJamDetail-module__aaoKWq__countdownTimer{flex-direction:row;align-items:center;gap:.5rem;display:flex}.GameJamDetail-module__aaoKWq__countdownUnit{flex-direction:column;align-items:center;min-width:50px;display:flex}.GameJamDetail-module__aaoKWq__countdownValue{color:var(--color-accent);font-family:monospace;font-size:1.75rem;font-weight:700}.GameJamDetail-module__aaoKWq__countdownText{color:var(--theme-text-muted);text-transform:uppercase;font-size:.625rem}.GameJamDetail-module__aaoKWq__countdownSeparator{color:var(--color-accent);opacity:.6;font-size:1.5rem;font-weight:700}@media (max-width:768px){.GameJamDetail-module__aaoKWq__headerContent{flex-direction:column}.GameJamDetail-module__aaoKWq__stats{grid-template-columns:1fr}.GameJamDetail-module__aaoKWq__actions{width:100%}.GameJamDetail-module__aaoKWq__joinButton,.GameJamDetail-module__aaoKWq__leaveButton,.GameJamDetail-module__aaoKWq__submitButton{flex:1}.GameJamDetail-module__aaoKWq__countdown{flex-direction:column;gap:.5rem}.GameJamDetail-module__aaoKWq__countdownTimer{justify-content:center}}.GameJamDetail-module__aaoKWq__discordButton{color:#fff;background:#5865f2;border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.GameJamDetail-module__aaoKWq__discordButton:hover{background:#4752c4;transform:translateY(-1px)}.GameJamDetail-module__aaoKWq__modalOverlay{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.GameJamDetail-module__aaoKWq__modal{background:var(--theme-bg-card);border:1px solid #00a4ff33;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.GameJamDetail-module__aaoKWq__modalHeader{border-bottom:1px solid var(--theme-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.GameJamDetail-module__aaoKWq__modalHeader h3{color:var(--theme-text-primary);margin:0;font-size:1.25rem;font-weight:700}.GameJamDetail-module__aaoKWq__closeButton{color:var(--theme-text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1}.GameJamDetail-module__aaoKWq__closeButton:hover{color:var(--theme-text-primary)}.GameJamDetail-module__aaoKWq__form{padding:1.5rem}.GameJamDetail-module__aaoKWq__formGroup{margin-bottom:1.25rem}.GameJamDetail-module__aaoKWq__formGroup label{color:var(--theme-text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.GameJamDetail-module__aaoKWq__formGroup input,.GameJamDetail-module__aaoKWq__formGroup textarea{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);width:100%;color:var(--theme-text-primary);border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.GameJamDetail-module__aaoKWq__formGroup input:focus,.GameJamDetail-module__aaoKWq__formGroup textarea:focus{border-color:var(--color-accent);outline:none}.GameJamDetail-module__aaoKWq__formGroup input::-moz-placeholder{color:var(--theme-text-muted)}.GameJamDetail-module__aaoKWq__formGroup textarea::-moz-placeholder{color:var(--theme-text-muted)}.GameJamDetail-module__aaoKWq__formGroup input::placeholder,.GameJamDetail-module__aaoKWq__formGroup textarea::placeholder{color:var(--theme-text-muted)}.GameJamDetail-module__aaoKWq__formActions{gap:.75rem;margin-top:1.5rem;display:flex}.GameJamDetail-module__aaoKWq__cancelButton,.GameJamDetail-module__aaoKWq__submitFormButton{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.GameJamDetail-module__aaoKWq__cancelButton{background:var(--theme-border);color:var(--theme-text-primary)}.GameJamDetail-module__aaoKWq__cancelButton:hover{background:var(--theme-border-hover)}.GameJamDetail-module__aaoKWq__submitFormButton{background:var(--color-accent,#00a4ff);color:#fff}.GameJamDetail-module__aaoKWq__submitFormButton:hover{filter:brightness(.9)}.GameJamDetail-module__aaoKWq__submitFormButton:disabled{cursor:not-allowed;background:#6b7280}
.ApiDocs-module__peNSBW__container{background:linear-gradient(180deg,var(--theme-bg-primary)0%,var(--theme-bg-secondary)100%);min-height:100vh;color:var(--theme-text-primary)}.ApiDocs-module__peNSBW__header{border-bottom:1px solid var(--theme-border);background:var(--theme-bg-tertiary);padding:2rem 2rem 1.5rem}.ApiDocs-module__peNSBW__headerContent{max-width:1400px;margin:0 auto 1.5rem}.ApiDocs-module__peNSBW__backLink{color:var(--theme-text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.ApiDocs-module__peNSBW__backLink:hover{color:#8b5cf6}.ApiDocs-module__peNSBW__title{color:var(--theme-text-primary);align-items:center;gap:.75rem;margin:0 0 .5rem;font-family:Cristik,"Press Start 2P",monospace;font-size:2rem;display:flex}.ApiDocs-module__peNSBW__titleIcon{font-size:2.5rem}.ApiDocs-module__peNSBW__subtitle{color:var(--theme-text-secondary);margin:0;font-size:1rem}.ApiDocs-module__peNSBW__searchWrapper{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);border-radius:12px;align-items:center;gap:.75rem;max-width:500px;margin:0 auto;padding:.75rem 1rem;transition:all .2s;display:flex}.ApiDocs-module__peNSBW__searchWrapper:focus-within{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.ApiDocs-module__peNSBW__searchIcon{opacity:.6;font-size:1rem}.ApiDocs-module__peNSBW__searchInput{color:var(--theme-text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.ApiDocs-module__peNSBW__searchInput::placeholder{color:var(--theme-text-muted)}.ApiDocs-module__peNSBW__layout{grid-template-columns:280px 1fr;max-width:1600px;min-height:calc(100vh - 200px);margin:0 auto;display:grid}.ApiDocs-module__peNSBW__sidebar{border-right:1px solid var(--theme-border);height:fit-content;max-height:100vh;padding:1.5rem;position:sticky;top:0;overflow-y:auto}.ApiDocs-module__peNSBW__nav{margin-bottom:2rem}.ApiDocs-module__peNSBW__navTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--theme-text-muted);margin:0 0 1rem;padding-left:.5rem;font-size:.75rem}.ApiDocs-module__peNSBW__navItem{width:100%;color:var(--theme-text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;font-size:.9rem;transition:all .2s;display:flex}.ApiDocs-module__peNSBW__navItem:hover{background:var(--theme-bg-tertiary);color:var(--theme-text-primary)}.ApiDocs-module__peNSBW__navItemActive{color:#8b5cf6;background:#8b5cf626}.ApiDocs-module__peNSBW__navIcon{text-align:center;width:24px;font-size:1rem}.ApiDocs-module__peNSBW__navCount{background:var(--theme-bg-tertiary);color:var(--theme-text-muted);border-radius:10px;margin-left:auto;padding:.125rem .5rem;font-size:.7rem}.ApiDocs-module__peNSBW__baseUrlCard{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);border-radius:12px;padding:1rem}.ApiDocs-module__peNSBW__baseUrlCard h4{text-transform:uppercase;letter-spacing:.1em;color:var(--theme-text-muted);margin:0 0 .5rem;font-size:.75rem}.ApiDocs-module__peNSBW__baseUrl{color:#10b981;background:#10b9811a;border-radius:6px;margin-bottom:.75rem;padding:.5rem;font-family:Fira Code,monospace;font-size:.8rem;display:block}.ApiDocs-module__peNSBW__sandboxNote{color:var(--theme-text-muted);margin:0;font-size:.75rem}.ApiDocs-module__peNSBW__sandboxNote code{color:#06b6d4}.ApiDocs-module__peNSBW__main{padding:2rem}.ApiDocs-module__peNSBW__quickStart{background:linear-gradient(135deg,#8b5cf61a 0%,#06b6d41a 100%);border:1px solid #8b5cf633;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.ApiDocs-module__peNSBW__quickStart h2{color:var(--theme-text-primary);margin:0 0 1rem;font-size:1.25rem}.ApiDocs-module__peNSBW__quickStartContent p{color:var(--theme-text-secondary);margin:0 0 1rem;font-size:.9rem}.ApiDocs-module__peNSBW__quickStartContent code{background:var(--theme-bg-tertiary);color:#10b981;border-radius:4px;padding:.125rem .375rem;font-family:Fira Code,monospace;font-size:.85em}.ApiDocs-module__peNSBW__section{border-bottom:1px solid var(--theme-border);margin-bottom:2.5rem;padding-bottom:2.5rem}.ApiDocs-module__peNSBW__section:last-child{border-bottom:none}.ApiDocs-module__peNSBW__sectionHeader{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.ApiDocs-module__peNSBW__sectionIcon{flex-shrink:0;font-size:2rem}.ApiDocs-module__peNSBW__sectionTitle{color:var(--theme-text-primary);margin:0 0 .25rem;font-family:Cristik,monospace;font-size:1.5rem}.ApiDocs-module__peNSBW__sectionDescription{color:var(--theme-text-secondary);margin:0;font-size:.9rem}.ApiDocs-module__peNSBW__endpoints{flex-direction:column;gap:.75rem;display:flex}.ApiDocs-module__peNSBW__endpoint{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);border-radius:12px;transition:all .2s;overflow:hidden}.ApiDocs-module__peNSBW__endpoint:hover{border-color:var(--theme-border-hover)}.ApiDocs-module__peNSBW__endpointHeader{width:100%;color:var(--theme-text-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.ApiDocs-module__peNSBW__method{text-transform:uppercase;text-align:center;border-radius:6px;min-width:60px;padding:.25rem .625rem;font-family:Fira Code,monospace;font-size:.7rem;font-weight:700}.ApiDocs-module__peNSBW__methodGet{color:#10b981;background:#10b98133}.ApiDocs-module__peNSBW__methodPost{color:#3b82f6;background:#3b82f633}.ApiDocs-module__peNSBW__methodPatch{color:#f59e0b;background:#f59e0b33}.ApiDocs-module__peNSBW__methodDelete{color:#ef4444;background:#ef444433}.ApiDocs-module__peNSBW__path{color:var(--theme-text-primary);flex-shrink:0;font-family:Fira Code,monospace;font-size:.875rem}.ApiDocs-module__peNSBW__endpointDescription{color:var(--theme-text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;overflow:hidden}.ApiDocs-module__peNSBW__endpointBadges{flex-shrink:0;gap:.5rem;display:flex}.ApiDocs-module__peNSBW__authBadge,.ApiDocs-module__peNSBW__adminBadge{border-radius:6px;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.ApiDocs-module__peNSBW__authBadge{color:#8b5cf6;background:#8b5cf633}.ApiDocs-module__peNSBW__adminBadge{color:#f87171;background:#ef444433}.ApiDocs-module__peNSBW__expandIcon{color:var(--theme-text-muted);flex-shrink:0;font-size:.75rem}.ApiDocs-module__peNSBW__endpointDetails{background:var(--theme-bg-secondary);border-top:1px solid var(--theme-border);padding:1rem 1.25rem}.ApiDocs-module__peNSBW__detailSection{margin-bottom:1.5rem}.ApiDocs-module__peNSBW__detailSection:last-child{margin-bottom:0}.ApiDocs-module__peNSBW__detailSection h4{text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-muted);margin:0 0 .75rem;font-size:.8rem}.ApiDocs-module__peNSBW__codeBlock{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);color:var(--theme-text-primary);white-space:pre;border-radius:8px;margin:0;padding:1rem;font-family:Fira Code,monospace;font-size:.8rem;overflow-x:auto}.ApiDocs-module__peNSBW__paramsTable{border-collapse:collapse;width:100%;font-size:.85rem}.ApiDocs-module__peNSBW__paramsTable th{background:var(--theme-bg-tertiary);color:var(--theme-text-secondary);text-align:left;border-bottom:1px solid var(--theme-border);padding:.5rem;font-weight:600}.ApiDocs-module__peNSBW__paramsTable td{color:var(--theme-text-secondary);border-bottom:1px solid var(--theme-border);padding:.5rem}.ApiDocs-module__peNSBW__paramsTable code{color:#a78bfa;background:#8b5cf633;border-radius:4px;padding:.125rem .375rem;font-family:Fira Code,monospace;font-size:.8rem}.ApiDocs-module__peNSBW__errorCodes{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.ApiDocs-module__peNSBW__errorCode{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);border-radius:10px;align-items:center;gap:1rem;padding:1rem;display:flex}.ApiDocs-module__peNSBW__errorCode code{color:#f87171;background:#ef444426;border-radius:6px;padding:.375rem .75rem;font-family:Fira Code,monospace;font-size:.875rem;font-weight:700}.ApiDocs-module__peNSBW__errorCode span{color:var(--theme-text-secondary);font-size:.85rem}.ApiDocs-module__peNSBW__rateLimits{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.ApiDocs-module__peNSBW__rateLimit{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);text-align:center;border-radius:12px;padding:1.5rem}.ApiDocs-module__peNSBW__rateLimit h4{color:var(--theme-text-secondary);margin:0 0 .5rem;font-size:.9rem}.ApiDocs-module__peNSBW__rateLimit p{color:#10b981;margin:0;font-family:Cristik,monospace;font-size:1.25rem}@media (max-width:1024px){.ApiDocs-module__peNSBW__layout{grid-template-columns:1fr}.ApiDocs-module__peNSBW__sidebar{display:none}.ApiDocs-module__peNSBW__rateLimits{grid-template-columns:1fr}}@media (max-width:768px){.ApiDocs-module__peNSBW__header{padding:1rem}.ApiDocs-module__peNSBW__title{font-size:1.5rem}.ApiDocs-module__peNSBW__main{padding:1rem}.ApiDocs-module__peNSBW__endpointHeader{flex-wrap:wrap;gap:.5rem}.ApiDocs-module__peNSBW__endpointDescription{white-space:normal;order:10;width:100%}.ApiDocs-module__peNSBW__errorCodes{grid-template-columns:1fr}}
.NewDevLog-module__aQBc7a__container{background:var(--theme-bg-primary);min-height:100vh;color:var(--theme-text-primary);padding:2rem}.NewDevLog-module__aQBc7a__loadingContainer{justify-content:center;align-items:center;min-height:50vh;display:flex}.NewDevLog-module__aQBc7a__header{max-width:800px;margin:0 auto 2rem}.NewDevLog-module__aQBc7a__header h1{color:#00a4ff;margin:1rem 0 .5rem;font-family:Cristik,sans-serif;font-size:2.5rem}.NewDevLog-module__aQBc7a__header p{color:var(--theme-text-secondary);font-size:1rem}.NewDevLog-module__aQBc7a__backLink{color:#00a4ff;font-size:.9rem;text-decoration:none;transition:opacity .2s}.NewDevLog-module__aQBc7a__backLink:hover{opacity:.8}.NewDevLog-module__aQBc7a__form{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.NewDevLog-module__aQBc7a__formGroup{flex-direction:column;gap:.5rem;display:flex}.NewDevLog-module__aQBc7a__formGroup label{color:var(--theme-text-primary);font-size:.95rem;font-weight:600}.NewDevLog-module__aQBc7a__input,.NewDevLog-module__aQBc7a__select,.NewDevLog-module__aQBc7a__textarea{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);color:var(--theme-text-primary);border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.NewDevLog-module__aQBc7a__input:focus,.NewDevLog-module__aQBc7a__select:focus,.NewDevLog-module__aQBc7a__textarea:focus{border-color:#00a4ff;outline:none;box-shadow:0 0 0 3px #00a4ff26}.NewDevLog-module__aQBc7a__input::-moz-placeholder{color:var(--theme-text-muted)}.NewDevLog-module__aQBc7a__textarea::-moz-placeholder{color:var(--theme-text-muted)}.NewDevLog-module__aQBc7a__input::placeholder,.NewDevLog-module__aQBc7a__textarea::placeholder{color:var(--theme-text-muted)}.NewDevLog-module__aQBc7a__select{cursor:pointer}.NewDevLog-module__aQBc7a__select option{background:var(--theme-bg-secondary);color:var(--theme-text-primary)}.NewDevLog-module__aQBc7a__textarea{resize:vertical;min-height:200px;font-family:inherit;line-height:1.6}.NewDevLog-module__aQBc7a__checkboxLabel{cursor:pointer;align-items:center;gap:.75rem;font-weight:400;display:flex}.NewDevLog-module__aQBc7a__checkboxLabel input[type=checkbox]{accent-color:#00a4ff;cursor:pointer;width:1.25rem;height:1.25rem}.NewDevLog-module__aQBc7a__hint{color:#6b7280;margin:0;font-size:.85rem}.NewDevLog-module__aQBc7a__actions{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}.NewDevLog-module__aQBc7a__cancelButton{color:#9ca3af;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;text-decoration:none;transition:all .2s}.NewDevLog-module__aQBc7a__cancelButton:hover{color:#fff;background:#ffffff0d}.NewDevLog-module__aQBc7a__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00a4ff,#06c);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.NewDevLog-module__aQBc7a__submitButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00a4ff4d}.NewDevLog-module__aQBc7a__submitButton:disabled{opacity:.5;cursor:not-allowed}.NewDevLog-module__aQBc7a__accessDenied{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;max-width:500px;margin:4rem auto;padding:2rem}.NewDevLog-module__aQBc7a__accessDenied h1{color:#00a4ff;margin-bottom:1rem;font-family:Cristik,sans-serif}.NewDevLog-module__aQBc7a__accessDenied p{color:#9ca3af;margin-bottom:1.5rem}.NewDevLog-module__aQBc7a__loadingGames,.NewDevLog-module__aQBc7a__noGames{color:#6b7280;background:#ffffff08;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.NewDevLog-module__aQBc7a__gameSelector{flex-direction:column;gap:.5rem;display:flex}.NewDevLog-module__aQBc7a__selectedGame{color:#e5e7eb;background:#00a4ff1a;border:1px solid #00a4ff4d;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.NewDevLog-module__aQBc7a__clearButton{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.NewDevLog-module__aQBc7a__clearButton:hover{color:#ef4444}.NewDevLog-module__aQBc7a__gameList{background:#1a1a2ef2;border:1px solid #00a4ff4d;border-radius:8px;flex-direction:column;max-height:300px;display:flex;overflow-y:auto}.NewDevLog-module__aQBc7a__gameOption{color:#e5e7eb;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff0d;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .2s;display:flex}.NewDevLog-module__aQBc7a__gameOption:hover{background:#00a4ff1a}.NewDevLog-module__aQBc7a__gameOption:last-child{border-bottom:none}.NewDevLog-module__aQBc7a__gameLogo{-o-object-fit:cover;object-fit:cover;border-radius:4px}.NewDevLog-module__aQBc7a__gameCategory{color:#6b7280;background:#ffffff0d;border-radius:4px;margin-left:auto;padding:.25rem .5rem;font-size:.75rem}.NewDevLog-module__aQBc7a__contentTools{gap:.5rem;margin-bottom:.5rem;display:flex}.NewDevLog-module__aQBc7a__hiddenInput{display:none}.NewDevLog-module__aQBc7a__uploadButton{color:#9ca3af;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.NewDevLog-module__aQBc7a__uploadButton:hover:not(:disabled){color:#00a4ff;background:#00a4ff1a;border-color:#00a4ff4d}.NewDevLog-module__aQBc7a__uploadButton:disabled{opacity:.5;cursor:not-allowed}.NewDevLog-module__aQBc7a__imageGallery{flex-wrap:wrap;gap:1rem;display:flex}.NewDevLog-module__aQBc7a__imagePreview{flex-direction:column;align-items:center;gap:.5rem;display:flex;position:relative}.NewDevLog-module__aQBc7a__previewImage{-o-object-fit:cover;object-fit:cover;border:1px solid #ffffff1a;border-radius:8px}.NewDevLog-module__aQBc7a__removeImageButton{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .2s;display:flex;position:absolute;top:-8px;right:-8px}.NewDevLog-module__aQBc7a__removeImageButton:hover{transform:scale(1.1)}.NewDevLog-module__aQBc7a__imageName{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:.75rem;overflow:hidden}@media (max-width:768px){.NewDevLog-module__aQBc7a__container{padding:1rem}.NewDevLog-module__aQBc7a__header h1{font-size:2rem}.NewDevLog-module__aQBc7a__actions{flex-direction:column-reverse}.NewDevLog-module__aQBc7a__cancelButton,.NewDevLog-module__aQBc7a__submitButton{text-align:center;width:100%}}
.friends-module__XKmF2W__container{background:var(--theme-bg-primary);min-height:100vh;padding-top:80px}.friends-module__XKmF2W__loadingContainer{background:var(--theme-bg-primary);justify-content:center;align-items:center;min-height:100vh;display:flex}.friends-module__XKmF2W__header{text-align:center;background:var(--theme-bg-secondary);margin-bottom:2rem;padding:3rem 1rem}.friends-module__XKmF2W__headerContent{max-width:1280px;margin:0 auto;position:relative}.friends-module__XKmF2W__backButton{background:var(--theme-bg-card);border:2px solid var(--color-accent);color:var(--color-accent);border-radius:.5rem;padding:.75rem 1.5rem;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-weight:600;text-decoration:none;transition:all .2s;position:absolute;top:50%;left:2rem;transform:translateY(-50%)}.friends-module__XKmF2W__backButton:hover{background:var(--color-accent);color:var(--theme-text-on-accent);transform:translateY(-50%)translate(-4px)}.friends-module__XKmF2W__header h1{color:var(--theme-text-primary);text-shadow:2px 2px #00000080;margin-bottom:1rem;font-family:Cristik,system-ui,-apple-system,sans-serif;font-size:2.5rem;font-weight:700}.friends-module__XKmF2W__header p{color:var(--theme-text-secondary);text-shadow:1px 1px #00000080;font-family:Megapixel,system-ui,-apple-system,sans-serif;font-size:1.1rem}.friends-module__XKmF2W__header{position:relative}.friends-module__XKmF2W__header:after{content:"";background:linear-gradient(45deg,color-mix(in srgb,var(--color-accent)10%,transparent),transparent);z-index:-1;position:absolute;inset:0}@media (max-width:768px){.friends-module__XKmF2W__headerContent{padding-left:1rem;padding-right:1rem}.friends-module__XKmF2W__backButton{margin-bottom:1rem;display:inline-block;position:relative;top:0;left:0;transform:none}.friends-module__XKmF2W__backButton:hover{transform:translate(-4px)}.friends-module__XKmF2W__header h1{font-size:2rem}.friends-module__XKmF2W__header p{font-size:1rem}}
.messages-module__M3D9VW__container{background:var(--theme-bg-primary);min-height:calc(100vh - 80px);display:flex}.messages-module__M3D9VW__loadingContainer{justify-content:center;align-items:center;min-height:50vh;display:flex}.messages-module__M3D9VW__sidebar{background:var(--theme-bg-secondary);border-right:1px solid var(--theme-border);flex-direction:column;flex-shrink:0;width:320px;display:flex}.messages-module__M3D9VW__sidebarHeader{border-bottom:1px solid var(--theme-border);padding:1.5rem}.messages-module__M3D9VW__backButton{color:var(--theme-text-secondary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;transition:color .2s;display:inline-flex}.messages-module__M3D9VW__backButton:hover{color:var(--color-accent)}.messages-module__M3D9VW__title{color:var(--color-accent);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;display:flex}.messages-module__M3D9VW__searchContainer{padding:1rem 1.5rem;position:relative}.messages-module__M3D9VW__searchIcon{color:var(--theme-text-muted);font-size:1rem;position:absolute;top:50%;left:2rem;transform:translateY(-50%)}.messages-module__M3D9VW__searchInput{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);width:100%;color:var(--theme-text-primary);border-radius:.5rem;outline:none;padding:.75rem 1rem .75rem 2.5rem;font-size:.875rem;transition:border-color .2s}.messages-module__M3D9VW__searchInput:focus{border-color:var(--color-accent)}.messages-module__M3D9VW__searchInput::placeholder{color:var(--theme-text-muted)}.messages-module__M3D9VW__friendsList{flex:1;padding:.5rem;overflow-y:auto}.messages-module__M3D9VW__emptyState{color:var(--theme-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.messages-module__M3D9VW__emptyIcon{opacity:.5;font-size:2.5rem}.messages-module__M3D9VW__addFriendsLink{color:var(--color-accent);font-size:.875rem;transition:opacity .2s}.messages-module__M3D9VW__addFriendsLink:hover{opacity:.8}.messages-module__M3D9VW__friendItem{cursor:pointer;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .2s;display:flex}.messages-module__M3D9VW__friendItem:hover{background:color-mix(in srgb,var(--color-accent)10%,transparent)}.messages-module__M3D9VW__friendItem.messages-module__M3D9VW__active{background:color-mix(in srgb,var(--color-accent)20%,transparent);border-left:3px solid var(--color-accent)}.messages-module__M3D9VW__friendAvatar{flex-shrink:0;position:relative}.messages-module__M3D9VW__avatarImage{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:40px;height:40px}.messages-module__M3D9VW__onlineIndicator{border:2px solid var(--theme-bg-secondary);background:#22c55e;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.messages-module__M3D9VW__friendInfo{flex-direction:column;display:flex;overflow:hidden}.messages-module__M3D9VW__friendName{color:var(--theme-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:500;overflow:hidden}.messages-module__M3D9VW__friendStatus{color:var(--theme-text-muted);font-size:.75rem}.messages-module__M3D9VW__chatArea{flex-direction:column;flex:1;min-width:0;display:flex}.messages-module__M3D9VW__chatHeader{background:var(--theme-bg-secondary);border-bottom:1px solid var(--theme-border);padding:1rem 1.5rem}.messages-module__M3D9VW__chatPartnerInfo{color:inherit;align-items:center;gap:.75rem;text-decoration:none;display:flex}.messages-module__M3D9VW__chatPartnerInfo:hover .messages-module__M3D9VW__chatPartnerName{color:var(--color-accent)}.messages-module__M3D9VW__chatPartnerAvatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:36px;height:36px}.messages-module__M3D9VW__chatPartnerName{color:var(--theme-text-primary);font-size:1rem;font-weight:600;transition:color .2s}.messages-module__M3D9VW__chatPartnerStatus{color:var(--theme-text-secondary);font-size:.75rem}.messages-module__M3D9VW__noChatSelected{color:var(--theme-text-muted);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;display:flex}.messages-module__M3D9VW__noChatIcon{opacity:.3;color:var(--color-accent);font-size:4rem}.messages-module__M3D9VW__noChatSelected h2{color:var(--theme-text-secondary);font-size:1.25rem;font-weight:600}.messages-module__M3D9VW__noChatSelected p{font-size:.875rem}@media (max-width:768px){.messages-module__M3D9VW__container{flex-direction:column}.messages-module__M3D9VW__sidebar{border-right:none;border-bottom:1px solid var(--theme-border);width:100%;max-height:40vh}.messages-module__M3D9VW__chatArea{min-height:60vh}}
.profile-module__tTbYQq__page{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from:hsl(var(--background))var(--tw-gradient-from-position);--tw-gradient-to:hsl(var(--background))var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),hsl(var(--card))var(--tw-gradient-via-position),var(--tw-gradient-to);width:100%;min-height:100vh}.profile-module__tTbYQq__container{max-width:80rem;margin-left:auto;margin-right:auto;padding:2rem 1rem}.profile-module__tTbYQq__profileHeader{background:var(--theme-bg-card);border-radius:.5rem;flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;display:flex}@media (min-width:768px){.profile-module__tTbYQq__profileHeader{flex-direction:row}}.profile-module__tTbYQq__avatarSection{text-align:center;flex-direction:column;align-items:center;display:flex}.profile-module__tTbYQq__avatarWrapper{background:linear-gradient(135deg,#1a0b2e 0%,#2d1b4e 100%);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1rem;display:flex;position:relative}.profile-module__tTbYQq__avatar{--tw-border-opacity:1;border-width:4px;border-color:rgb(0 164 255/var(--tw-border-opacity,1));-o-object-fit:cover;object-fit:cover;border-radius:9999px;background:linear-gradient(135deg,#1a0b2e 0%,#2d1b4e 100%)!important}.profile-module__tTbYQq__editAvatarButton{--tw-bg-opacity:1;background-color:rgb(0 164 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;right:0}.profile-module__tTbYQq__editAvatarButton:hover{background-color:#00a4ffe6}.profile-module__tTbYQq__username{color:var(--theme-text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.profile-module__tTbYQq__role{color:var(--theme-text-muted);font-size:.875rem}.profile-module__tTbYQq__stats{background:var(--theme-bg-tertiary);border-radius:.5rem;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem;display:grid}@media (min-width:768px){.profile-module__tTbYQq__stats{gap:2rem}}.profile-module__tTbYQq__statItem{text-align:center;flex-direction:column;align-items:center;display:flex}.profile-module__tTbYQq__statValue{color:var(--theme-text-primary);font-size:1.25rem;font-weight:700}@media (min-width:768px){.profile-module__tTbYQq__statValue{font-size:1.5rem}}.profile-module__tTbYQq__statLabel{color:var(--theme-text-muted);font-size:.875rem}.profile-module__tTbYQq__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.profile-module__tTbYQq__section{background:var(--theme-bg-card);border-radius:.5rem;padding:1.5rem}.profile-module__tTbYQq__sectionTitle{color:var(--theme-text-primary);border-bottom:1px solid var(--theme-border);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.profile-module__tTbYQq__infoGrid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;display:grid}@media (min-width:768px){.profile-module__tTbYQq__infoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-module__tTbYQq__infoItem{flex-direction:column;gap:.25rem;display:flex}.profile-module__tTbYQq__label{color:var(--theme-text-muted);font-size:.875rem}.profile-module__tTbYQq__value{color:var(--theme-text-primary)}.profile-module__tTbYQq__verifiedIcon{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1));margin-left:.5rem}.profile-module__tTbYQq__status{align-items:center;display:inline-flex}.profile-module__tTbYQq__link{--tw-text-opacity:1;color:rgb(0 164 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.profile-module__tTbYQq__link:hover{color:#00a4ffcc}.profile-module__tTbYQq__statsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media (min-width:768px){.profile-module__tTbYQq__statsGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}.profile-module__tTbYQq__achievementsGrid{grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;display:grid}@media (min-width:768px){.profile-module__tTbYQq__achievementsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-module__tTbYQq__achievementItem{background:var(--theme-bg-tertiary);border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.profile-module__tTbYQq__achievementIcon{border-radius:var(--radius)}.profile-module__tTbYQq__achievementInfo{flex:1}.profile-module__tTbYQq__achievementName{color:var(--theme-text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:500}.profile-module__tTbYQq__achievementDescription{color:var(--theme-text-muted);margin-bottom:.5rem;font-size:.875rem}.profile-module__tTbYQq__achievementPoints{--tw-text-opacity:1;color:rgb(0 164 255/var(--tw-text-opacity,1));font-size:.875rem;font-weight:500;line-height:1.25rem}.profile-module__tTbYQq__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;display:flex}.profile-module__tTbYQq__error{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1));margin-bottom:1rem;font-size:1.125rem;font-weight:500;line-height:1.75rem}.profile-module__tTbYQq__retryButton{border-radius:calc(var(--radius) - 2px);--tw-bg-opacity:1;background-color:rgb(0 164 255/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));padding:.5rem 1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.profile-module__tTbYQq__retryButton:hover{background-color:#00a4ffe6}.profile-module__tTbYQq__loading{justify-content:center;align-items:center;min-height:400px;display:flex}
.DevLogs-module__in5-Yq__container{max-width:1400px;margin:0 auto;padding:2rem}.DevLogs-module__in5-Yq__hero{background:linear-gradient(135deg,#8b5cf61a 0%,#ec48991a 100%);border:1px solid #8b5cf633;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:2rem;display:flex;position:relative;overflow:hidden}.DevLogs-module__in5-Yq__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf626 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-50%;right:-20%}.DevLogs-module__in5-Yq__heroContent{z-index:1;position:relative}.DevLogs-module__in5-Yq__heroTitle{color:var(--theme-text-primary);align-items:center;gap:.75rem;margin:0 0 .5rem;font-family:Cristik,"Press Start 2P",monospace;font-size:2rem;display:flex}.DevLogs-module__in5-Yq__heroIcon{font-size:2.5rem}.DevLogs-module__in5-Yq__heroDescription{color:var(--theme-text-secondary);max-width:500px;margin:0;font-size:1rem}.DevLogs-module__in5-Yq__createButton{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 15px #8b5cf64d}.DevLogs-module__in5-Yq__createButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf666}.DevLogs-module__in5-Yq__createButtonIcon{font-size:1.25rem}.DevLogs-module__in5-Yq__developerNotice{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);color:var(--theme-text-secondary);border-radius:8px;padding:.75rem 1rem;font-size:.875rem}.DevLogs-module__in5-Yq__filtersSection{margin-bottom:2rem}.DevLogs-module__in5-Yq__searchWrapper{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.875rem 1rem;transition:all .2s;display:flex}.DevLogs-module__in5-Yq__searchWrapper:focus-within{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}.DevLogs-module__in5-Yq__searchIcon{opacity:.7;font-size:1rem}.DevLogs-module__in5-Yq__searchInput{color:var(--theme-text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.DevLogs-module__in5-Yq__searchInput::placeholder{color:var(--theme-text-muted)}.DevLogs-module__in5-Yq__tagsWrapper{overflow:hidden}.DevLogs-module__in5-Yq__tagsScroll{gap:.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.DevLogs-module__in5-Yq__tagButton{background:var(--theme-bg-tertiary);border:1px solid var(--theme-border);color:var(--theme-text-secondary);cursor:pointer;white-space:nowrap;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.DevLogs-module__in5-Yq__tagButton:hover{background:var(--theme-bg-card);color:var(--theme-text-primary)}.DevLogs-module__in5-Yq__tagButtonActive{color:var(--theme-text-primary);background:linear-gradient(135deg,#8b5cf64d 0%,#ec489933 100%);border-color:#8b5cf680}.DevLogs-module__in5-Yq__tagCount{background:#ffffff26;border-radius:10px;padding:.125rem .375rem;font-size:.7rem;font-weight:600}.DevLogs-module__in5-Yq__loadingState{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.DevLogs-module__in5-Yq__loadingSpinner{border:3px solid #8b5cf633;border-top-color:#8b5cf6;border-radius:50%;width:3rem;height:3rem;animation:1s linear infinite DevLogs-module__in5-Yq__spin}.DevLogs-module__in5-Yq__loadingText{color:var(--theme-text-secondary);font-size:.875rem}@keyframes DevLogs-module__in5-Yq__spin{to{transform:rotate(360deg)}}.DevLogs-module__in5-Yq__errorState{text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.DevLogs-module__in5-Yq__errorIcon{margin-bottom:.5rem;font-size:2.5rem}.DevLogs-module__in5-Yq__errorState p{color:#fca5a5;margin:0}.DevLogs-module__in5-Yq__emptyState{text-align:center;background:var(--theme-bg-tertiary);border:2px dashed var(--theme-border);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.DevLogs-module__in5-Yq__emptyIcon{opacity:.8;margin-bottom:1rem;font-size:4rem}.DevLogs-module__in5-Yq__emptyTitle{color:var(--theme-text-primary);margin:0 0 .5rem;font-family:Cristik,monospace;font-size:1.25rem}.DevLogs-module__in5-Yq__emptyDescription{color:var(--theme-text-secondary);margin:0 0 1.5rem;font-size:.875rem}.DevLogs-module__in5-Yq__emptyAction{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.DevLogs-module__in5-Yq__emptyAction:hover{transform:translateY(-2px);box-shadow:0 4px 15px #8b5cf64d}.DevLogs-module__in5-Yq__devlogGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;display:grid}.DevLogs-module__in5-Yq__devlogCard{background:var(--theme-bg-card);border:1px solid var(--theme-border);border-radius:16px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}.DevLogs-module__in5-Yq__devlogCard:hover{border-color:#8b5cf64d;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d,0 0 30px #8b5cf61a}.DevLogs-module__in5-Yq__cardHeader{margin-bottom:1rem}.DevLogs-module__in5-Yq__author{align-items:center;gap:.75rem;display:flex}.DevLogs-module__in5-Yq__avatar{-o-object-fit:cover;object-fit:cover;border:2px solid #8b5cf64d;border-radius:50%;width:44px;height:44px}.DevLogs-module__in5-Yq__avatarFallback{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:700;display:flex}.DevLogs-module__in5-Yq__authorInfo{flex-direction:column;gap:.25rem;display:flex}.DevLogs-module__in5-Yq__authorNameRow{align-items:center;gap:.5rem;display:flex}.DevLogs-module__in5-Yq__authorName{color:var(--theme-text-primary);font-size:.9rem;font-weight:600}.DevLogs-module__in5-Yq__developerBadge{letter-spacing:.05em;color:#d8b4fe;background:linear-gradient(135deg,#8b5cf64d 0%,#ec489933 100%);border:1px solid #8b5cf680;border-radius:4px;padding:.2rem .5rem;font-size:.6rem;font-weight:700}.DevLogs-module__in5-Yq__metaRow{color:var(--theme-text-muted);gap:.75rem;font-size:.75rem;display:flex}.DevLogs-module__in5-Yq__gameInfo{background:var(--theme-bg-tertiary);border-radius:10px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:flex}.DevLogs-module__in5-Yq__thumbnail{-o-object-fit:cover;object-fit:cover;border-radius:6px;width:80px;height:45px}.DevLogs-module__in5-Yq__thumbnailFallback{background:var(--theme-bg-tertiary);border-radius:6px;justify-content:center;align-items:center;width:80px;height:45px;font-size:1.5rem;display:flex}.DevLogs-module__in5-Yq__gameTitle{color:var(--theme-text-secondary);font-size:.8rem;font-weight:600}.DevLogs-module__in5-Yq__cardContent{flex:1;margin-bottom:1rem}.DevLogs-module__in5-Yq__title{color:var(--theme-text-primary);margin-bottom:.75rem;font-family:Cristik,monospace;font-size:1.1rem;line-height:1.3;text-decoration:none;transition:color .2s;display:block}.DevLogs-module__in5-Yq__title:hover{color:#8b5cf6}.DevLogs-module__in5-Yq__excerpt{color:var(--theme-text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.DevLogs-module__in5-Yq__cardTags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.DevLogs-module__in5-Yq__cardTag{background:var(--theme-bg-tertiary);color:var(--theme-text-secondary);border-radius:12px;padding:.25rem .625rem;font-size:.75rem}.DevLogs-module__in5-Yq__moreTags{color:#d8b4fe;background:#8b5cf633;border-radius:12px;padding:.25rem .625rem;font-size:.75rem}.DevLogs-module__in5-Yq__cardFooter{border-top:1px solid var(--theme-border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.DevLogs-module__in5-Yq__statsRow{gap:1rem;display:flex}.DevLogs-module__in5-Yq__stat{align-items:center;gap:.375rem;display:flex}.DevLogs-module__in5-Yq__statIcon{font-size:.875rem}.DevLogs-module__in5-Yq__statValue{color:#ffffffb3;font-size:.875rem}.DevLogs-module__in5-Yq__readMore{color:#8b5cf6;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.DevLogs-module__in5-Yq__readMore:hover{color:#a78bfa}.DevLogs-module__in5-Yq__arrow{transition:transform .2s}.DevLogs-module__in5-Yq__readMore:hover .DevLogs-module__in5-Yq__arrow{transform:translate(4px)}.DevLogs-module__in5-Yq__loginPrompt{text-align:center;background:linear-gradient(135deg,#8b5cf61a 0%,#0003 100%);border:1px solid #8b5cf633;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin-top:2rem;padding:3rem;display:flex}.DevLogs-module__in5-Yq__loginPromptIcon{margin-bottom:1rem;font-size:3rem}.DevLogs-module__in5-Yq__loginPromptTitle{color:#fff;margin:0 0 .5rem;font-family:Cristik,monospace;font-size:1.25rem}.DevLogs-module__in5-Yq__loginPromptText{color:#fff9;max-width:400px;margin:0 0 1.5rem;font-size:.875rem}.DevLogs-module__in5-Yq__signInButton{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border-radius:8px;padding:.875rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;box-shadow:0 4px 15px #8b5cf64d}.DevLogs-module__in5-Yq__signInButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf666}@media (max-width:768px){.DevLogs-module__in5-Yq__container{padding:1rem}.DevLogs-module__in5-Yq__hero{text-align:center;flex-direction:column;gap:1.5rem}.DevLogs-module__in5-Yq__heroTitle{justify-content:center;font-size:1.5rem}.DevLogs-module__in5-Yq__heroDescription{max-width:none}.DevLogs-module__in5-Yq__devlogGrid{grid-template-columns:1fr}.DevLogs-module__in5-Yq__gameInfo{text-align:center;flex-direction:column}.DevLogs-module__in5-Yq__cardFooter{flex-direction:column;gap:1rem}}
