@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";@import"https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{width:100%;overflow-x:hidden}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Bebas Neue", cursive;--font-pixel: "Pixelify Sans", sans-serif;--text-color: #fcfcfc;--text-muted: #888888;--bg-primary: #000000;--bg-secondary: #0a0a0a;--bg-card: #0f0f0f;--border-subtle: rgba(255, 255, 255, .06);--accent: #ffffff}body{background:var(--bg-primary);color:var(--text-color);font-family:var(--font-sans);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;line-height:1.6}a{color:inherit;text-decoration:none;transition:opacity .2s cubic-bezier(.4,0,.2,1)}a:hover{opacity:.6}.section-title{font-family:var(--font-sans);font-size:2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:2.5rem;color:var(--text-color)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#0a0a0ab3;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.08);transition:all .3s cubic-bezier(.4,0,.2,1)}.site-header:hover{background:#0a0a0ad9;border-bottom-color:#ffffff1f}.header-container{max-width:1800px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.75rem 3rem;height:70px}.header-logo{height:32px;opacity:1;transition:all .3s ease;filter:brightness(1)}.header-logo:hover{opacity:.7;transform:scale(1.02)}.header-logo img{height:100%;display:block}.desktop-nav{display:flex;gap:2rem;align-items:center;margin:0 auto;position:absolute;left:50%;transform:translate(-50%)}.desktop-nav a{font-size:.875rem;font-weight:600;color:#ffffffbf;letter-spacing:.02em;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:6px;padding:.5rem 0;position:relative;text-transform:uppercase;font-size:.8125rem}.desktop-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#ffffffe6;transition:width .3s cubic-bezier(.4,0,.2,1)}.desktop-nav a:hover{color:#fff;opacity:1}.desktop-nav a:hover:after{width:100%}.external-icon{width:12px;height:12px;opacity:.5;transition:opacity .3s ease}.desktop-nav a:hover .external-icon{opacity:.8}.header-actions{display:flex;align-items:center;gap:.75rem;position:relative}.header-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:var(--text-color);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:40px;height:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-btn:hover{background:#ffffff26;border-color:#fff3;transform:scale(1.05)}.header-btn svg{width:20px;height:20px}.hamburger-btn{display:none}.user-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.user-btn:hover{background:#ffffff26;border-color:#fff3}.user-btn svg{width:18px;height:18px;stroke:var(--text-color)}.user-dropdown{position:absolute;top:calc(100% + .75rem);right:0;width:260px;border-radius:12px;overflow:hidden;z-index:1100;background:#0f0f0ff2;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);box-shadow:0 16px 48px #000c;animation:dropdownFadeIn .3s cubic-bezier(.16,1,.3,1)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-user-info{display:flex;align-items:center;gap:.875rem;padding:1.25rem;border-bottom:1px solid rgba(255,255,255,.08);color:var(--text-color);font-weight:600;font-size:.875rem}.dropdown-avatar{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dropdown-avatar svg{width:18px;height:18px;stroke:var(--text-color)}.dropdown-item{display:block;width:100%;padding:.875rem 1.25rem;font-size:.875rem;font-weight:600;color:#fffc;background:none;border:none;text-align:left;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border-bottom:1px solid transparent}.dropdown-item:hover{background:#ffffff0f;color:#fff;padding-left:1.5rem}.dropdown-signout-btn{border-top:1px solid rgba(255,255,255,.08);color:#f44;border-bottom:none;margin-top:.25rem}.dropdown-signout-btn:hover{background:#ff44441a;color:#f55}.mobile-nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:#050505fa;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:2000;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translateY(-100%);transition:transform .5s cubic-bezier(.16,1,.3,1);padding:2rem}.mobile-nav.is-open{transform:translateY(0)}.mobile-nav a{font-size:2rem;font-weight:700;color:#ffffffd9;letter-spacing:-.02em;transition:all .3s ease;text-transform:uppercase;position:relative;padding:.5rem 0}.mobile-nav a:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3px;background:#ffffffe6;transition:width .3s cubic-bezier(.4,0,.2,1)}.mobile-nav a:hover{opacity:1;color:#fff}.mobile-nav a:hover:after{width:100%}.mobile-nav-close{position:absolute;top:1.5rem;right:2rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:var(--text-color);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.mobile-nav-close:hover{background:#ffffff26;border-color:#fff3;transform:rotate(90deg)}.mobile-nav-close svg{width:22px;height:22px}@media(max-width:1024px){.desktop-nav{gap:1.5rem}.desktop-nav a{font-size:.8125rem}}@media(max-width:768px){.desktop-nav{display:none}.hamburger-btn{display:flex}.header-container{padding:.75rem 1.5rem;height:65px}.header-logo{height:28px}.header-btn{width:38px;height:38px}.header-btn svg{width:18px;height:18px}.user-dropdown{width:240px;right:-.5rem}}@media(max-width:480px){.header-container{padding:.625rem 1rem;height:60px}.header-logo{height:26px}.header-actions{gap:.5rem}.header-btn{width:36px;height:36px}.header-btn svg{width:16px;height:16px}.mobile-nav a{font-size:1.5rem}.mobile-nav-close{top:1rem;right:1rem;width:40px;height:40px}.user-dropdown{width:calc(100vw - 2rem);right:1rem;left:1rem}}.site-header.scrolled{background:#0a0a0af2;border-bottom-color:#ffffff26;box-shadow:0 4px 24px #0003}.site-header.scrolled .header-container{height:65px;padding:.625rem 3rem}.site-header.scrolled .header-logo{height:28px}@media(max-width:768px){.site-header.scrolled .header-container{height:60px;padding:.625rem 1.5rem}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-user-info{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid var(--border-subtle);color:var(--text-color);font-weight:500;font-size:.8125rem}.dropdown-avatar{background:#ffffff0a;border:1px solid var(--border-subtle);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dropdown-avatar svg{width:16px;height:16px;stroke:var(--text-color)}.dropdown-item{display:block;width:100%;padding:.7rem 1rem;font-size:.8125rem;font-weight:500;color:#ffffffb3;background:none;border:none;text-align:left;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);border-bottom:1px solid transparent}.dropdown-item:hover{background:#ffffff0a;color:#fff}.dropdown-signout-btn{border-top:1px solid var(--border-subtle);color:#f44;border-bottom:none}.dropdown-signout-btn:hover{background:#ff444414;color:#f55}.hero-section{position:relative;height:100vh;min-height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:1;transform:scale(1.05)}.hero-vignette{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#00000080,#000c);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:0 2rem;margin-top:-5vh}.hero-game-logo{font-family:var(--font-pixel);font-size:clamp(3.5rem,10vw,8rem);line-height:1;color:#fff;text-shadow:0 8px 32px rgba(0,0,0,.8);display:flex;flex-direction:column;align-items:center;animation:fadeInUp 1s ease-out;letter-spacing:.02em;font-weight:900}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-release-date{font-family:var(--font-sans);font-size:clamp(.875rem,1.5vw,1.125rem);font-weight:700;letter-spacing:.15em;color:#ffffffe6;background:#ffffff1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);padding:.75rem 2rem;margin-top:1.5rem;border-radius:50px;text-transform:uppercase;box-shadow:0 8px 32px #0000004d;display:inline-block}.hero-action-bar{position:absolute;bottom:0;left:0;width:100%;padding:2rem 3rem;box-sizing:border-box;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);z-index:3;display:flex;justify-content:space-between;align-items:center}.game-info{display:flex;flex-direction:column;gap:.5rem}.game-title{font-size:.875rem;font-weight:700;text-transform:uppercase;color:#fff9;letter-spacing:.1em}.game-tagline{font-size:1.5rem;font-weight:700;margin:0;color:#fff;letter-spacing:-.02em}.btn-learn-more{background:#fffffff2;color:#000;border:none;font-weight:700;padding:1rem 2.5rem;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);font-size:1rem;text-transform:uppercase;letter-spacing:.05em;border-radius:50px;display:inline-flex;align-items:center;gap:.75rem;box-shadow:0 8px 24px #0000004d}.btn-learn-more:hover{background:#fff;transform:translateY(-3px);box-shadow:0 12px 32px #ffffff4d}@media(max-width:768px){.hero-section{min-height:100vh}.hero-content{padding:0 1.5rem;margin-top:0}.hero-game-logo{font-size:clamp(2.5rem,12vw,5rem)}.hero-release-date{font-size:.8125rem;padding:.6rem 1.5rem;margin-top:1rem}.hero-action-bar{padding:1.5rem 1.5rem 2rem;flex-direction:column;gap:1.5rem;align-items:stretch;background:linear-gradient(to top,rgba(0,0,0,.8),transparent)}.game-info{text-align:center;align-items:center}.game-title{font-size:.75rem}.game-tagline{font-size:1.125rem}.btn-learn-more{width:100%;justify-content:center;padding:.875rem 2rem;font-size:.9375rem}}@media(max-width:480px){.hero-content{padding:0 1rem}.hero-game-logo{font-size:2.5rem}.hero-release-date{font-size:.75rem;padding:.5rem 1.25rem}.hero-action-bar{padding:1.25rem 1rem 1.5rem}.game-tagline{font-size:1rem}.btn-learn-more{padding:.75rem 1.5rem;font-size:.875rem}}.newswire-section{padding:5rem 3rem;background:var(--bg-primary)}.newswire-container{max-width:1800px;margin:0 auto}.news-card{display:block;position:relative;overflow:hidden;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:8px;transition:all .3s cubic-bezier(.16,1,.3,1)}.news-card:hover{transform:translateY(-2px);box-shadow:0 16px 48px #0006;border-color:#ffffff1f}.news-card-image{width:100%;aspect-ratio:16 / 9;background-size:cover;background-position:center;transition:transform .6s cubic-bezier(.16,1,.3,1)}.news-card:hover .news-card-image{transform:scale(1.03)}.news-card-info{padding:1.25rem}.news-card-info h3{font-size:1rem;font-weight:600;margin-bottom:.4rem;letter-spacing:-.01em;line-height:1.4;color:var(--text-color)}.news-card-info p{font-size:.8125rem;color:var(--text-muted);line-height:1.5;font-weight:400}.featured-games-section{padding:5rem 3rem;background:var(--bg-primary)}.featured-games-container{max-width:1800px;margin:0 auto}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:1.25rem}.game-card{position:relative;aspect-ratio:16 / 9;display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem;box-sizing:border-box;overflow:hidden;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:8px;transition:all .3s cubic-bezier(.16,1,.3,1)}.game-card:hover{transform:translateY(-2px);box-shadow:0 16px 48px #00000080;border-color:#ffffff1f}.game-card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:transform .6s cubic-bezier(.16,1,.3,1)}.game-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 65%);z-index:2}.game-card:hover .game-card-img{transform:scale(1.05)}.game-card-info{position:relative;z-index:3}.game-card-info h3{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.4rem;line-height:1.2;color:var(--text-color)}.game-card-info p{color:#fff9;font-size:.8125rem;font-weight:400}.game-card.coming-soon{background:var(--bg-card);align-items:center;justify-content:center;text-align:center;border-style:dashed;border-color:#ffffff14}.game-card.highlight-red{border-color:#f33;box-shadow:0 0 20px #ff333326}.coming-tag-red{display:inline-block;margin-top:.75rem;padding:.4rem .9rem;font-size:.6875rem;font-weight:600;color:#fff;background:#f33;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.careers-section{padding:6rem 3rem;background:var(--bg-secondary);text-align:center}.careers-container{max-width:900px;margin:0 auto}.careers-container .section-title{border:none;margin-bottom:1.25rem}.careers-container p{color:var(--text-muted);line-height:1.7;margin-bottom:2.5rem;font-size:.9375rem;font-weight:400}.btn-learn-more{background:var(--text-color);border:none;color:var(--bg-primary);padding:.8rem 2rem;font-weight:600;font-size:.8125rem;letter-spacing:0;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border-radius:6px}.btn-learn-more:hover{opacity:.85;transform:translateY(-1px)}.rockstar-footer{background:#000;color:#fff}.support-hero{position:relative;padding:6rem 1.5rem;background-image:url(https://images.unsplash.com/photo-1538481199705-c710c4e965fc?w=1600&q=80);background-size:cover;background-position:center;min-height:400px;display:flex;align-items:center;justify-content:center}.support-overlay{position:absolute;inset:0;background:#000000b3}.support-content{position:relative;max-width:56rem;margin:0 auto;text-align:center}.support-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.5rem}.support-logo{height:60px;width:auto;object-fit:contain}.support-title{font-size:2rem;font-weight:700;color:#fff}.support-description{color:#d1d5db;font-size:1.125rem;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.6}.support-button{background:#fff;color:#000;font-weight:700;padding:.75rem 2rem;border-radius:9999px;border:none;cursor:pointer;transition:background-color .2s ease;font-size:1rem}.support-button:hover{background:#e5e5e5}.footer-main{border-top:1px solid #27272a}.footer-container{max-width:80rem;margin:0 auto;padding:3rem 1.5rem}.footer-top-section{display:flex;flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:3rem;gap:1.5rem}@media(min-width:768px){.footer-top-section{flex-direction:row}}.footer-nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}@media(min-width:768px){.footer-nav-links{justify-content:flex-start}}.footer-link{font-size:.875rem;font-weight:600;color:#fff;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#dc2626}.language-selector{position:relative}.language-button{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#fff;background:transparent;border:none;cursor:pointer;transition:color .2s ease}.language-button:hover{color:#dc2626}.language-chevron{transition:transform .2s ease}.language-chevron.open{transform:rotate(180deg)}.footer-middle-section{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2rem 0;border-top:1px solid #27272a;gap:1.5rem}@media(min-width:768px){.footer-middle-section{flex-direction:row}}.footer-legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.75rem}@media(min-width:768px){.footer-legal-links{justify-content:flex-start}}.legal-link{color:#9ca3af;text-decoration:none;transition:color .2s ease}.legal-link:hover{color:#fff}.footer-social-icons{display:flex;gap:1rem}.social-icon{color:#fff;text-decoration:none;transition:color .2s ease}.social-icon:hover{color:#dc2626}.footer-bottom-section{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.75rem;color:#6b7280;gap:1rem}@media(min-width:768px){.footer-bottom-section{flex-direction:row}}.footer-company-name{font-weight:600}.footer-locations{display:flex;gap:1.5rem}.footer-year{font-weight:600;letter-spacing:.05em}@media(max-width:767px){.support-hero{padding:4rem 1rem}.support-logo{height:45px}.support-title{font-size:1.5rem}.support-description{font-size:1rem}.footer-container{padding:2rem 1rem}.footer-nav-links{gap:1rem}}.community-section{padding:5rem 3rem;background:var(--bg-secondary)}.community-container{max-width:1800px;margin:0 auto}.community-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.community-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:2rem;text-align:center;transition:all .3s cubic-bezier(.16,1,.3,1)}.community-card:hover{transform:translateY(-4px);border-color:#ffffff26;box-shadow:0 16px 48px #0006}.community-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border:1px solid var(--border-subtle);border-radius:50%;transition:all .3s ease}.community-card:hover .community-icon{background:#ffffff14;border-color:#ffffff26}.community-icon svg{stroke:var(--text-color)}.community-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-color);letter-spacing:-.02em}.community-card p{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem}.community-link{display:inline-block;font-size:.875rem;font-weight:600;color:var(--text-color);transition:opacity .2s ease}.community-link:hover{opacity:.6}.updates-section{padding:5rem 3rem;background:var(--bg-primary)}.updates-container{max-width:1200px;margin:0 auto}.updates-timeline{position:relative;padding-left:2rem;border-left:2px solid var(--border-subtle)}.update-item{position:relative;padding-bottom:3rem;padding-left:2rem}.update-item:before{content:"";position:absolute;left:-2.5rem;top:0;width:12px;height:12px;background:var(--text-color);border:2px solid var(--bg-primary);border-radius:50%;transition:all .3s ease}.update-item:hover:before{transform:scale(1.3);box-shadow:0 0 0 4px #ffffff1a}.update-date{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.update-item h3{font-size:1.25rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem;letter-spacing:-.02em}.update-item p{font-size:.9375rem;color:var(--text-muted);line-height:1.6}.media-spotlight-section{padding:5rem 3rem;background:var(--bg-secondary)}.media-spotlight-container{max-width:1800px;margin:0 auto}.media-spotlight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.spotlight-large{grid-column:1 / -1;position:relative;min-height:500px;border-radius:12px;overflow:hidden;background:var(--bg-card);border:1px solid var(--border-subtle);transition:all .3s cubic-bezier(.16,1,.3,1)}.spotlight-large:hover{transform:translateY(-2px);box-shadow:0 20px 60px #00000080;border-color:#ffffff26}.spotlight-small{position:relative;min-height:350px;border-radius:12px;overflow:hidden;background:var(--bg-card);border:1px solid var(--border-subtle);transition:all .3s cubic-bezier(.16,1,.3,1)}.spotlight-small:hover{transform:translateY(-2px);box-shadow:0 16px 48px #0006;border-color:#ffffff26}.spotlight-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .6s cubic-bezier(.16,1,.3,1)}.spotlight-large:hover .spotlight-image,.spotlight-small:hover .spotlight-image{transform:scale(1.05)}.spotlight-large:after,.spotlight-small:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 60%);z-index:1}.spotlight-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:2}.spotlight-tag{display:inline-block;padding:.35rem .75rem;font-size:.6875rem;font-weight:600;color:var(--bg-primary);background:var(--text-color);border-radius:4px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.spotlight-content h3{font-size:1.75rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem;letter-spacing:-.02em;line-height:1.2}.spotlight-small .spotlight-content h3{font-size:1.25rem}.spotlight-content p{font-size:.9375rem;color:#ffffffb3;line-height:1.6;margin-bottom:1rem}.spotlight-link{display:inline-block;font-size:.875rem;font-weight:600;color:var(--text-color);transition:opacity .2s ease}.spotlight-link:hover{opacity:.6}.toast-container{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:9999;pointer-events:none}.toast-box{min-width:320px;max-width:500px;padding:.9rem 1.5rem;background:#fffffff2;color:var(--bg-primary);font-size:.8125rem;font-weight:500;border-radius:8px;box-shadow:0 12px 40px #0000004d;text-align:center;pointer-events:all;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05)}.toast-box:hover{transform:translateY(-2px);box-shadow:0 16px 48px #0006}.toast-box.show{animation:toastShow 4s cubic-bezier(.16,1,.3,1) forwards}@keyframes toastShow{0%{opacity:0;transform:translateY(20px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.subscriptions-overlay,.auth-modal-overlay,.video-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;justify-content:center;align-items:center;z-index:2000}@keyframes modalShow{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.subscriptions-close-btn,.auth-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;transition:color .2s ease;line-height:1}.subscriptions-close-btn:hover,.auth-modal-close:hover{color:var(--text-color)}.subscriptions-card h2,.auth-modal-header h2{margin-bottom:1.5rem;font-size:1.375rem;font-weight:700;letter-spacing:-.02em;text-align:center}.subscriptions-card p{font-size:.875rem;color:var(--text-muted);text-align:center;line-height:1.6}.auth-modal-header{text-align:center;margin-bottom:2rem}.auth-logo{width:44px;margin:0 auto 1rem;display:block}.auth-form label{display:block;font-size:.8125rem;margin-bottom:.5rem;color:var(--text-muted);font-weight:500}.auth-modal-input{width:100%;padding:.7rem .9rem;margin-bottom:1rem;border:1px solid var(--border-subtle);border-radius:6px;background:#ffffff05;color:var(--text-color);outline:none;transition:all .2s ease;font-size:.8125rem;font-family:var(--font-sans)}.auth-modal-input:focus{border-color:#ffffff26;background:#ffffff0a}.forgot-link{display:block;font-size:.8125rem;color:var(--text-muted);margin-bottom:1.5rem;text-align:right;cursor:pointer;transition:color .2s ease}.forgot-link:hover{color:var(--text-color)}.auth-submit-btn{width:100%;padding:.8rem;background:var(--text-color);border:none;border-radius:6px;font-weight:600;font-size:.8125rem;color:var(--bg-primary);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:var(--font-sans)}.auth-submit-btn:hover{opacity:.85;transform:translateY(-1px)}.auth-separator{text-align:center;margin:2rem 0;font-size:.8125rem;color:var(--text-muted);position:relative}.auth-separator:before,.auth-separator:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:var(--border-subtle)}.auth-separator:before{left:0}.auth-separator:after{right:0}.auth-socials{display:flex;justify-content:center;gap:.75rem}.social-btn{width:42px;height:42px;border-radius:6px;background:#ffffff08;border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.social-btn:hover{background:#ffffff0f;border-color:#ffffff1f}.social-btn img{width:19px;height:19px}.toggle-auth{text-align:center;margin:1.5rem 0 0;font-size:.8125rem;color:var(--text-muted)}.toggle-auth button{background:none;border:none;color:var(--text-color);font-weight:600;cursor:pointer;transition:opacity .2s ease;font-family:var(--font-sans)}.toggle-auth button:hover{opacity:.6}.auth-modal-error{background:#dc262614;color:#f55;padding:.7rem;border-radius:6px;font-size:.8125rem;margin-bottom:1rem;text-align:center;border:1px solid rgba(220,38,38,.15);font-weight:500}.auth-modal-success{background:#10b98114;color:#4caf50;padding:.7rem;border-radius:6px;font-size:.8125rem;margin-bottom:1rem;text-align:center;border:1px solid rgba(16,185,129,.15);font-weight:500}.phone-login{display:flex;flex-direction:column;gap:.75rem}.video-card{position:relative;background:#000;max-width:1000px;width:90%;border-radius:12px;overflow:hidden;box-shadow:0 24px 60px #000000b3}.video-card video{width:100%;display:block}.close-btn{position:absolute;top:1rem;right:1rem;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;color:#fff;font-size:1.5rem;width:34px;height:34px;border-radius:6px;cursor:pointer;transition:all .2s ease;z-index:10;display:flex;align-items:center;justify-content:center;line-height:1}.close-btn:hover{background:#000000f2}.loading-overlay{position:fixed;inset:0;background:#000;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-logo{width:180px;opacity:0;animation:logoPulse 2.5s ease-in-out infinite}@keyframes logoPulse{0%,to{opacity:0;transform:scale(.98)}50%{opacity:1;transform:scale(1)}}.buy-now-container{margin-top:1.25rem}.payment-success-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#000;padding:2rem}.payment-success-card{background:var(--bg-card);border:1px solid var(--border-subtle);padding:3rem;border-radius:12px;text-align:center;box-shadow:0 24px 60px #00000080;max-width:500px}.payment-success-title{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:1.25rem;letter-spacing:-.02em}.payment-success-message{font-size:1rem;margin-bottom:.75rem;color:var(--text-color);font-weight:500}.payment-success-details{margin-bottom:2rem;color:var(--text-muted);font-size:.875rem}.btn-back-home{background:var(--text-color);color:var(--bg-primary);padding:.8rem 2rem;border-radius:6px;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-block;font-size:.8125rem}.btn-back-home:hover{opacity:.85;transform:translateY(-1px)}.store-page{padding:100px 3rem 3rem;max-width:1200px;margin:auto;color:#fff;background:var(--bg-primary)}.store-header h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;color:var(--text-color);letter-spacing:-.03em}.game-tags{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.tag{background:#ffffff0a;border:1px solid var(--border-subtle);padding:.4rem .9rem;border-radius:6px;font-size:.75rem;font-weight:500;color:#ffffffb3}.store-actions{margin:2rem 0;display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.price{font-size:1.5rem;font-weight:700;color:var(--text-color)}.btn{padding:.7rem 1.25rem;border:1px solid var(--border-subtle);border-radius:6px;cursor:pointer;font-size:.8125rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);background:transparent;color:var(--text-color)}.btn:hover:not(.disabled){background:#ffffff0a;border-color:#ffffff26}.btn.disabled{background:#ffffff05;border-color:var(--border-subtle);cursor:not-allowed;color:var(--text-muted);opacity:.5}.notify-btn{background:var(--text-color);color:var(--bg-primary);border:none}.notify-btn:hover:not(.disabled){opacity:.85}.like-btn{background:transparent;color:#ffffffb3;border-color:var(--border-subtle)}.like-btn:hover{color:#f55;border-color:#ff55554d}.like-btn.liked{color:#f55;border-color:#ff55554d;background:#ff55550d}.screenshots{margin-top:3rem}.screenshots h2{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:1.5rem;letter-spacing:-.02em}.screenshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.screenshot-grid img{width:100%;border:1px solid var(--border-subtle);border-radius:8px;object-fit:cover;aspect-ratio:16/9;transition:all .3s cubic-bezier(.16,1,.3,1)}.screenshot-grid img:hover{border-color:#ffffff26;transform:scale(1.02);box-shadow:0 12px 40px #0000004d}.demons-section{padding:6rem 3rem;background-image:url(/ss1.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.demons-section:before{content:"";position:absolute;inset:0;background:#000000b3}.demons-container{max-width:900px;min-height:650px;margin:0 auto;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.demons-container .section-title{border:none;margin-bottom:1.5rem}.demons-container p{color:var(--text-muted);line-height:1.7;margin-bottom:2rem;font-size:.9375rem}.btn-demon{background:var(--text-color);color:var(--bg-primary);border:none;font-weight:600;padding:.8rem 2rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border-radius:6px;font-size:.8125rem}.btn-demon:hover{opacity:.85;transform:translateY(-1px)}@media(max-width:1024px){.games-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.newswire-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}}@media(max-width:768px){.desktop-nav{display:none}.hamburger-btn{display:block}.header-container{padding:.9rem 1.5rem}.header-logo{height:24px}.hero-game-logo{font-size:15vw}.hero-release-date{font-size:2.5vw}.section-title{font-size:1.75rem}.games-grid,.newswire-grid{grid-template-columns:1fr;gap:1rem}.footer-bottom{flex-direction:column;text-align:center;gap:1.5rem}.footer-links-grid,.footer-social-grid{gap:1.5rem}.auth-modal-card,.subscriptions-card{width:90%;padding:1.75rem}.mobile-nav a{font-size:1.75rem}.store-page{padding:90px 1.5rem 2rem}.store-header h1{font-size:2rem}.screenshot-grid{grid-template-columns:1fr}.newswire-section,.featured-games-section,.newsletter-section,.newsletter-contents,.newsletter-container,.careers-section{padding:4rem 1.5rem}.site-footer{padding:3rem 1.5rem 1.5rem}}@media(max-width:480px){.section-title{font-size:1.5rem}.game-card-info h3{font-size:1.25rem}.news-card-info h3{font-size:.9375rem}.header-container{padding:.75rem 1rem}.header-logo{height:22px}.toast-box{min-width:280px;padding:.8rem 1.25rem;font-size:.75rem}.mobile-nav a{font-size:1.5rem}.payment-success-card{padding:2rem}.payment-success-title{font-size:1.5rem}.auth-modal-card{padding:1.5rem}}html{scroll-behavior:smooth}::selection{background:#fff3;color:var(--text-color)}::-moz-selection{background:#fff3;color:var(--text-color)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}.download-section{padding:6rem 3rem;background:var(--bg-secondary);text-align:center}.download-container{max-width:900px;margin:0 auto}.download-logo{width:80px;height:auto;margin:0 auto 2rem;display:block;opacity:.9;transition:opacity .3s ease}.download-logo:hover{opacity:1}.download-container .section-title{border:none;margin-bottom:1.25rem}.download-container p{color:var(--text-muted);line-height:1.7;margin-bottom:2.5rem;font-size:.9375rem;font-weight:400}.newsletter-section{padding:6rem 3rem;background:var(--bg-primary);text-align:center}.newsletter-container{max-width:700px;margin:0 auto}.newsletter-container .section-title{border:none;margin-bottom:1.25rem}.newsletter-description{color:var(--text-muted);line-height:1.7;margin-bottom:2.5rem;font-size:.9375rem;font-weight:400}.newsletter-form{width:100%}.newsletter-input-wrapper{display:flex;gap:.75rem;align-items:stretch;margin-bottom:1rem}.newsletter-input{flex:1;padding:.9rem 1.25rem;border:1px solid var(--border-subtle);border-radius:8px;background:#ffffff05;color:var(--text-color);outline:none;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.875rem;font-family:var(--font-sans);font-weight:400}.newsletter-input:focus{border-color:#ffffff26;background:#ffffff0a}.newsletter-input:disabled{opacity:.5;cursor:not-allowed}.newsletter-input::placeholder{color:var(--text-muted)}.newsletter-btn{padding:.9rem 2rem;background:var(--text-color);border:none;border-radius:8px;font-weight:600;font-size:.875rem;color:var(--bg-primary);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:var(--font-sans);white-space:nowrap;min-width:120px}.newsletter-btn:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.newsletter-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.newsletter-message{padding:.875rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;text-align:center;animation:messageSlideIn .3s cubic-bezier(.16,1,.3,1)}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.newsletter-message.success{background:#10b98114;color:#4caf50;border:1px solid rgba(16,185,129,.15)}.newsletter-message.error{background:#dc262614;color:#f55;border:1px solid rgba(220,38,38,.15)}@media(max-width:768px){.newsletter-section{padding:4rem 1.5rem}.newsletter-input-wrapper{flex-direction:column;gap:.75rem}.newsletter-btn{width:100%;min-width:unset}}@media(max-width:480px){.newsletter-section{padding:3rem 1rem}.newsletter-container .section-title{font-size:1.5rem}.newsletter-description{font-size:.875rem}.newsletter-input{padding:.8rem 1rem;font-size:.8125rem}.newsletter-btn{padding:.8rem 1.5rem;font-size:.8125rem}}.bd-online-hero-section{height:90vh;position:relative;display:flex;align-items:center;overflow:hidden;margin-top:60px}.bd-online-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transform:scale(1.05);z-index:1}.bd-online-hero-vignette{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 50%,transparent 100%);z-index:2}.bd-online-hero-content{position:relative;z-index:3;max-width:1800px;margin:0 auto;padding:0 3rem;width:100%}.bd-online-logo-container{margin-bottom:2rem}.bd-online-logo-text{font-family:var(--font-pixel);font-size:5rem;line-height:1.1;color:#fffffff2;text-shadow:0 4px 20px rgba(0,0,0,.8);display:flex;flex-direction:column;gap:0}.bd-online-logo-red{color:#f33;font-size:5rem}.bd-online-info{max-width:650px}.bd-online-breadcrumb{font-size:.875rem;font-weight:500;color:#fff9;margin-bottom:1.5rem;letter-spacing:.5px}.bd-online-description{font-size:1.125rem;line-height:1.7;color:#ffffffd9;margin-bottom:2.5rem;font-weight:400}.bd-online-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.bd-online-btn{padding:.875rem 1.75rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;font-family:var(--font-sans);display:inline-flex;align-items:center;gap:.5rem}.bd-online-btn-primary{background:#fffffff2;color:#000}.bd-online-btn-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #fff3}.bd-online-btn-primary svg{width:14px;height:14px}.bd-online-btn-secondary{background:transparent;color:#fffffff2;border:2px solid rgba(255,255,255,.3)}.bd-online-btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.bd-online-platforms{display:flex;align-items:center;gap:1rem;margin-left:.5rem}.bd-online-platform{font-size:.875rem;font-weight:700;color:#ffffffe6;letter-spacing:.5px;padding:.5rem 0;position:relative}.bd-online-platform:after{content:"";position:absolute;right:-.5rem;top:50%;transform:translateY(-50%);width:1px;height:16px;background:#ffffff4d}.bd-online-platform:last-child:after{display:none}.bd-online-jump-section{padding:5rem 3rem;background:var(--bg-primary)}.bd-online-jump-container{max-width:1800px;margin:0 auto}.bd-online-jump-title{font-family:var(--font-sans);font-size:2.25rem;font-weight:700;letter-spacing:-.03em;margin-bottom:3rem;color:var(--text-color)}.bd-online-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}.bd-online-card{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:8px;cursor:pointer;border:1px solid var(--border-subtle);transition:all .3s cubic-bezier(.16,1,.3,1)}.bd-online-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #00000080;border-color:#ffffff26}.bd-online-card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.bd-online-card:hover .bd-online-card-img{transform:scale(1.08)}.bd-online-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 60%,transparent 100%);z-index:2}.bd-online-card-overlay h3{font-size:1.5rem;font-weight:700;color:var(--text-color);letter-spacing:-.02em;line-height:1.2;margin:0}@media(max-width:1024px){.bd-online-logo-text,.bd-online-logo-red{font-size:4rem}.bd-online-cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.bd-online-hero-section{height:auto;min-height:100vh;padding:8rem 0 4rem}.bd-online-hero-content{padding:0 1.5rem}.bd-online-hero-vignette{background:linear-gradient(to bottom,#000000d9,#000000bf)}.bd-online-logo-text,.bd-online-logo-red{font-size:3rem}.bd-online-description{font-size:1rem}.bd-online-actions{flex-direction:column;align-items:stretch;gap:.75rem}.bd-online-btn{width:100%;justify-content:center}.bd-online-platforms{justify-content:center;margin-left:0;margin-top:.5rem}.bd-online-jump-section{padding:4rem 1.5rem}.bd-online-jump-title{font-size:1.75rem;margin-bottom:2rem}.bd-online-cards-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:480px){.bd-online-logo-text,.bd-online-logo-red{font-size:2.25rem}.bd-online-description{font-size:.9375rem}.bd-online-jump-title{font-size:1.5rem}.bd-online-card-overlay h3{font-size:1.25rem}.bd-online-btn{padding:.75rem 1.5rem;font-size:.8125rem}}.subscriptions-card,.auth-modal-card{width:90%;max-width:420px;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:2rem;color:var(--text-color);position:relative;box-shadow:0 24px 60px #0009;animation:modalShow .3s cubic-bezier(.16,1,.3,1)}.profile-modal-card{width:90%;max-width:520px;background:radial-gradient(circle at top left,rgba(255,255,255,.06),transparent 55%),var(--bg-card);border-radius:18px;border:1px solid rgba(255,255,255,.14);padding:1.5rem 1.75rem 1.75rem;color:var(--text-color);position:relative;box-shadow:0 26px 80px #000000d9;animation:modalShow .3s cubic-bezier(.16,1,.3,1)}.profile-top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.profile-top-bar-title{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-muted)}.profile-top-bar-dot{width:9px;height:9px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14)}.profile-close-btn{background:transparent;border:none;color:var(--text-muted);font-size:1.1rem;cursor:pointer;padding:.15rem;border-radius:6px;transition:all .2s ease}.profile-close-btn:hover{background:#ffffff0f;color:var(--text-color)}.profile-main{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.profile-avatar-large{width:64px;height:64px;border-radius:999px;background:radial-gradient(circle at top,#ffffff2e,#ffffff05);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;text-transform:uppercase}.profile-main-text h2{font-size:1.3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.1rem}.profile-username{font-size:.8125rem;color:var(--text-muted)}.profile-email{font-size:.8125rem;color:#ffffffb3}.profile-section{margin-top:1.2rem;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.06)}.profile-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.profile-section-header h3{font-size:.95rem;font-weight:600;letter-spacing:-.01em}.profile-edit-btn{font-size:.75rem;padding:.35rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0a;color:var(--text-color);cursor:pointer;font-weight:500;transition:all .2s ease}.profile-edit-btn:hover{background:#ffffff1a}.profile-bio-text{font-size:.85rem;color:var(--text-muted);line-height:1.6}.profile-bio-form{display:flex;flex-direction:column;gap:.6rem}.profile-bio-textarea{width:100%;min-height:80px;resize:none;border-radius:10px;border:1px solid var(--border-subtle);background:#ffffff05;color:var(--text-color);font-size:.85rem;padding:.7rem .8rem;outline:none;font-family:var(--font-sans);transition:all .2s ease}.profile-bio-textarea:focus{border-color:#fff3;background:#ffffff0a}.profile-bio-actions{display:flex;justify-content:flex-end;gap:.5rem}.profile-cancel-btn,.profile-save-btn{font-size:.8rem;padding:.4rem .9rem;border-radius:999px;cursor:pointer;border:1px solid transparent;background:transparent}.profile-cancel-btn{border-color:#ffffff1a;color:var(--text-muted)}.profile-cancel-btn:hover{background:#ffffff0a}.profile-save-btn{background:var(--text-color);color:var(--bg-primary);font-weight:600}.profile-save-btn:hover{opacity:.9}.profile-achievements-card{margin-top:.4rem;padding:.8rem .9rem;border-radius:10px;background:#ffffff05;border:1px dashed rgba(255,255,255,.12);font-size:.82rem;color:var(--text-muted)}.nav-dropdown-wrapper{position:relative;display:inline-block}.nav-dropdown-trigger{display:inline-flex;align-items:center;cursor:pointer}.games-dropdown{position:absolute;top:calc(100% + 1rem);left:50%;transform:translate(-50%);min-width:320px;background:#0f0f0ffa;border:1px solid var(--border-subtle);border-radius:12px;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);box-shadow:0 12px 40px #0009;padding:.5rem;z-index:1100;animation:dropdownFadeIn .2s cubic-bezier(.16,1,.3,1)}.games-dropdown-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none;color:var(--text-color)}.games-dropdown-item:hover{background:#ffffff0f;transform:translate(4px)}.games-dropdown-item.games-dropdown-disabled{opacity:.5;cursor:not-allowed}.games-dropdown-item.games-dropdown-disabled:hover{background:transparent;transform:none}.games-dropdown-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border-radius:8px;border:1px solid var(--border-subtle);flex-shrink:0;transition:all .2s ease}.games-dropdown-item:hover .games-dropdown-icon{background:#ffffff14;border-color:#ffffff26;transform:scale(1.05)}.games-dropdown-text{display:flex;flex-direction:column;gap:.25rem}.games-dropdown-title{font-size:.875rem;font-weight:600;color:var(--text-color);letter-spacing:-.01em;line-height:1.3}.games-dropdown-desc{font-size:.75rem;color:var(--text-muted);font-weight:400}.games-dropdown:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background:#0f0f0ffa;border-left:1px solid var(--border-subtle);border-top:1px solid var(--border-subtle);transform:translate(-50%) rotate(45deg)}@media(max-width:768px){.nav-dropdown-wrapper{display:none}}.developer-section{padding:6rem 3rem;background:var(--bg-primary);position:relative;overflow:hidden}.developer-container{max-width:1400px;margin:0 auto}.developer-content{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:center}.developer-text{max-width:700px}.developer-text .section-title{margin-bottom:1.5rem;text-align:left}.developer-name{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;color:var(--text-color);margin-bottom:.5rem;line-height:1.2}.developer-age{font-size:1.125rem;color:var(--text-muted);font-weight:500;margin-bottom:2rem}.developer-description{font-size:1rem;line-height:1.8;color:#ffffffb3;margin-bottom:1.5rem;font-weight:400}.developer-socials{display:flex;gap:1rem;margin-top:2.5rem;flex-wrap:wrap}.developer-social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff0a;border:1px solid var(--border-subtle);border-radius:8px;color:var(--text-color);font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.developer-social-link:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-2px)}.developer-social-link svg{flex-shrink:0}.developer-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.developer-image-container{position:relative;width:350px;height:350px;animation:floatAnimation 6s ease-in-out infinite}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.developer-image{width:100%;height:100%;object-fit:cover;border-radius:20px;border:2px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080;position:relative;z-index:2;transition:all .3s ease}.developer-image:hover{border-color:#fff3;box-shadow:0 25px 70px #0009}.developer-image-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 40%,transparent 70%);border-radius:20px;z-index:1;animation:glowPulse 4s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.05)}}@media(max-width:1024px){.developer-content{grid-template-columns:1fr 320px;gap:3rem}.developer-image-container{width:300px;height:300px}.developer-name{font-size:2.25rem}}@media(max-width:768px){.developer-section{padding:4rem 1.5rem}.developer-content{grid-template-columns:1fr;gap:3rem}.developer-text{max-width:100%}.developer-text .section-title{text-align:center}.developer-name{font-size:2rem;text-align:center}.developer-age,.developer-description{text-align:center}.developer-socials{justify-content:center}.developer-image-wrapper{order:-1}.developer-image-container{width:280px;height:280px}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}}@media(max-width:480px){.developer-section{padding:3rem 1rem}.developer-name{font-size:1.75rem}.developer-age{font-size:1rem}.developer-description{font-size:.9375rem}.developer-image-container{width:240px;height:240px}.developer-socials{flex-direction:column;align-items:stretch}.developer-social-link{justify-content:center;width:100%}@keyframes floatAnimation{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}}.view-more-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:8px;display:flex;align-items:center;justify-content:center;min-height:100%;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1)}.view-more-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(255,255,255,.02),transparent 70%);opacity:0;transition:opacity .3s ease}.view-more-card:hover:before{opacity:1}.view-more-card:hover{transform:translateY(-2px);border-color:#ffffff1f;box-shadow:0 16px 48px #0006}.view-more-content{text-align:center;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:2}.view-more-icon-large{width:80px;height:80px;background:#ffffff0a;border:1px solid var(--border-subtle);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.16,1,.3,1);margin-bottom:.5rem}.view-more-card:hover .view-more-icon-large{background:#ffffff14;border-color:#ffffff26;transform:scale(1.05)}.view-more-icon-large svg{stroke:var(--text-color);transition:transform .3s cubic-bezier(.16,1,.3,1)}.view-more-card:hover .view-more-icon-large svg{transform:translate(6px)}.view-more-card h3{font-size:1.5rem;font-weight:700;color:var(--text-color);margin:0;letter-spacing:-.02em}.view-more-card p{font-size:.75rem;color:var(--text-muted);letter-spacing:.1em;font-weight:600;margin:0;max-width:200px;line-height:1.4}:root{--font-sans: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--background-color: #0a0a0a;--card-color: rgba(26, 26, 26, .5);--primary-color: #646cff;--text-color: rgba(255, 255, 255, .87);--text-color-muted: rgba(255, 255, 255, .6);--border-radius: 12px;--border-color: rgba(255, 255, 255, .1)}*{box-sizing:border-box}.black-demon-page{font-family:var(--font-sans);background-color:var(--background-color);color:var(--text-color);overflow-x:hidden;width:100%;min-height:100vh}.bd-hero-section{background:url(/img.jpg) no-repeat center center/cover;height:70vh;min-height:400px;display:flex;align-items:flex-end;padding:2rem;position:relative}.bd-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,var(--background-color) 15%,transparent 60%)}.bd-hero-content{display:flex;justify-content:space-between;align-items:flex-end;width:100%;position:relative;z-index:2;margin-bottom:2rem;gap:1rem}.bd-hero-content h1{font-family:Pixelify Sans,sans-serif;font-size:clamp(2.5rem,8vw,5rem);font-weight:700;color:#fff;text-shadow:0 0 20px rgba(100,108,255,.5),0 0 5px rgba(255,255,255,.5);margin:0}.game-tags{margin-top:.5rem;display:flex;gap:.5rem;flex-wrap:wrap}.bd-hero-content .tag{background-color:#646cff26;border:1px solid rgba(100,108,255,.3);color:#fff;font-weight:600;padding:.3rem .8rem;border-radius:15px;font-size:clamp(.75rem,2vw,.9rem)}.bd-page-content{padding:1rem;max-width:1200px;margin:0 auto;position:relative;z-index:2}.bd-top-bar{display:flex;justify-content:space-between;align-items:center;background-color:var(--card-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem;border-radius:var(--border-radius);margin-bottom:2rem;border:1px solid var(--border-color);box-shadow:0 8px 32px #0000005e;flex-wrap:wrap;gap:1rem}.bd-price{font-size:clamp(2rem,5vw,2.5rem);font-weight:800;color:#fff;margin:0}.bd-actions{display:flex;gap:1rem;flex-wrap:wrap}.bd-btn{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.2rem;border-radius:8px;font-size:clamp(.85rem,2vw,1rem);font-weight:700;cursor:pointer;transition:all .2s ease-in-out;border:1px solid transparent;font-family:var(--font-sans);white-space:nowrap}.bd-btn.pre-purchase,.bd-btn.in-library{background-color:var(--primary-color);color:#fff}.bd-btn.pre-purchase:hover{background-color:#7b83ff;transform:translateY(-2px);box-shadow:0 4px 20px #646cff66}.bd-btn.in-library{opacity:.7;cursor:not-allowed}.bd-btn.wishlist{background-color:var(--card-color);border:1px solid var(--border-color);color:var(--text-color)}.bd-btn.wishlist:hover{background-color:#ffffff1a;border-color:var(--primary-color);color:#fff}.bd-btn.wishlist.liked{color:#ff4d6a;border-color:#ff4d6a}.bd-btn.share{background-color:var(--card-color);border:1px solid var(--border-color);color:var(--text-color)}.bd-btn.share:hover{background-color:#ffffff1a;border-color:var(--primary-color);color:#fff}.share-container{position:relative}.share-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:var(--card-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:8px;padding:.5rem;z-index:100;display:flex;flex-direction:column;gap:.25rem;min-width:150px;box-shadow:0 8px 32px #0000005e}.share-menu button{padding:.6rem 1rem;background-color:transparent;border:none;color:var(--text-color);text-align:left;cursor:pointer;border-radius:6px;transition:all .2s;font-family:var(--font-sans);font-size:.9rem}.share-menu button:hover{background-color:#646cff33;color:#fff}.bd-trailer-btn{padding:.8rem 1.5rem;background-color:#ffffff26;border:1px solid var(--border-color);color:#fff;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;font-size:clamp(.85rem,2vw,1rem)}.bd-trailer-btn:hover{background-color:#ffffff40;transform:scale(1.05)}.bd-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.info-card{display:flex;align-items:center;gap:1rem;background-color:var(--card-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1rem;border-radius:8px;border:1px solid var(--border-color);box-shadow:0 4px 16px #0003}.info-card svg{color:var(--primary-color);flex-shrink:0}.info-card>div{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.75rem;color:var(--text-color-muted);text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:.95rem;font-weight:700;color:var(--text-color)}.bd-rating-overview{background-color:var(--card-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem;border-radius:var(--border-radius);margin-bottom:2rem;border:1px solid var(--border-color);box-shadow:0 8px 32px #0000005e}.rating-summary{display:flex;align-items:center;justify-content:center}.rating-score{display:flex;flex-direction:column;align-items:center;gap:.5rem}.score-number{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:800;color:gold}.stars-display{display:flex;gap:.25rem}.review-count{color:var(--text-color-muted);font-size:clamp(.9rem,2vw,1rem)}.bd-media-section{margin-bottom:2rem}.bd-main-screenshot{margin-bottom:1rem}.bd-main-screenshot img{width:100%;border-radius:var(--border-radius);display:block}.bd-thumbnail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem}.bd-thumbnail-grid img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;opacity:.6;transition:all .2s ease}.bd-thumbnail-grid img:hover{opacity:1;transform:scale(1.05)}.bd-thumbnail-grid img.active{opacity:1;border-color:var(--primary-color)}.bd-details-section{background-color:var(--card-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem;border-radius:var(--border-radius);border:1px solid var(--border-color);box-shadow:0 8px 32px #0000005e;margin-bottom:2rem}.bd-details-section h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;padding-bottom:.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);color:#fff}.bd-details-section h3{font-size:clamp(1.1rem,3vw,1.3rem);font-weight:700;margin-bottom:1rem;color:var(--primary-color)}.bd-details-section p{line-height:1.7;color:var(--text-color-muted);margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem;margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#646cff0d;border:1px solid rgba(100,108,255,.2);border-radius:8px;color:var(--text-color);font-size:clamp(.85rem,2vw,.95rem)}.feature-item svg{color:var(--primary-color);flex-shrink:0}.achievements-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.achievement-card{display:flex;gap:1rem;padding:1rem;background-color:#0000004d;border:1px solid var(--border-color);border-radius:8px;transition:all .2s}.achievement-card:hover{border-color:var(--primary-color);background-color:#646cff0d}.achievement-icon{color:gold;flex-shrink:0}.achievement-info{display:flex;flex-direction:column;gap:.5rem;flex:1}.achievement-name{font-weight:700;color:#fff;font-size:clamp(.95rem,2vw,1.05rem)}.achievement-desc{color:var(--text-color-muted);font-size:clamp(.8rem,2vw,.9rem)}.achievement-progress{margin-top:.25rem;position:relative;background-color:#0000004d;border-radius:3px;height:6px}.progress-bar{height:6px;background-color:var(--primary-color);border-radius:3px;transition:width .3s ease}.progress-text{position:absolute;right:0;top:-20px;font-size:.75rem;color:var(--text-color-muted)}.languages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:2rem}.language-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background-color:#0000004d;border:1px solid var(--border-color);border-radius:8px}.language-name{font-weight:600;color:var(--text-color);font-size:clamp(.9rem,2vw,.95rem)}.language-support{color:var(--text-color-muted);font-size:clamp(.75rem,2vw,.85rem)}.requirements-grid{display:grid;grid-template-columns:1fr;gap:2rem}.requirements-column ul{list-style:none;padding-left:0}.requirements-column ul li{margin-bottom:.75rem;font-size:clamp(.85rem,2vw,.95rem);color:var(--text-color-muted)}.requirements-column ul li strong{font-weight:700;color:var(--text-color);margin-right:.5rem}.bd-review-section{background-color:var(--card-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem;border-radius:var(--border-radius);border:1px solid var(--border-color);box-shadow:0 8px 32px #0000005e}.bd-review-section h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;padding-bottom:.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);color:#fff}.write-review{background-color:#646cff0d;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border:1px solid rgba(100,108,255,.2)}.write-review h3{font-size:clamp(1.1rem,3vw,1.3rem);margin-bottom:1rem;color:#fff}.rating-input{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.rating-input span{font-weight:600;color:var(--text-color)}.stars-input{display:flex;gap:.25rem}.review-textarea{width:100%;padding:1rem;background-color:#0000004d;border:1px solid var(--border-color);border-radius:8px;color:var(--text-color);font-family:var(--font-sans);font-size:1rem;resize:vertical;margin-bottom:1rem}.review-textarea:focus{outline:none;border-color:var(--primary-color)}.submit-review-btn{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .2s;font-size:clamp(.9rem,2vw,1rem)}.submit-review-btn:hover:not(:disabled){background-color:#7b83ff;transform:translateY(-2px)}.submit-review-btn:disabled{opacity:.6;cursor:not-allowed}.review-filters{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap;align-items:center}.review-filters span{font-weight:600;color:var(--text-color-muted);font-size:clamp(.85rem,2vw,.95rem)}.review-filters button{padding:.5rem 1rem;background-color:transparent;border:1px solid var(--border-color);border-radius:6px;color:var(--text-color-muted);cursor:pointer;transition:all .2s;font-family:var(--font-sans);font-size:clamp(.8rem,2vw,.9rem)}.review-filters button:hover{border-color:var(--primary-color);color:var(--primary-color)}.review-filters button.active{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.reviews-list{display:flex;flex-direction:column;gap:1rem}.no-reviews{text-align:center;color:var(--text-color-muted);padding:2rem;font-style:italic}.review-card{background-color:#0000004d;padding:1.5rem;border-radius:8px;border:1px solid var(--border-color);transition:all .2s}.review-card:hover{border-color:var(--primary-color);background-color:#646cff0d}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.review-user-info{display:flex;flex-direction:column;gap:.5rem}.review-username{font-weight:700;color:#fff;font-size:clamp(1rem,2.5vw,1.1rem)}.review-stars{display:flex;gap:.2rem}.review-header-right{display:flex;align-items:center;gap:1rem}.review-date{color:var(--text-color-muted);font-size:clamp(.8rem,2vw,.9rem)}.review-menu-container{position:relative}.review-menu-btn{background-color:transparent;border:none;color:var(--text-color-muted);cursor:pointer;padding:.5rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.review-menu-btn:hover{background-color:#ffffff1a;color:var(--text-color)}.review-dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:var(--card-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:8px;padding:.5rem;z-index:100;display:flex;flex-direction:column;gap:.25rem;min-width:120px;box-shadow:0 8px 32px #0000005e}.review-dropdown-menu button{padding:.6rem 1rem;background-color:transparent;border:none;color:var(--text-color);text-align:left;cursor:pointer;border-radius:6px;transition:all .2s;font-family:var(--font-sans);font-size:.9rem}.review-dropdown-menu button:hover{background-color:#646cff33;color:#fff}.review-dropdown-menu button.delete-option:hover{background-color:#ff4d6a33;color:#ff4d6a}.review-dropdown-menu button.report-option:hover{background-color:#ffc10733;color:#ffc107}.edit-review-form{width:100%}.edit-review-form .rating-input,.edit-review-form .review-textarea{margin-bottom:1rem}.edit-actions{display:flex;gap:.75rem}.save-edit-btn,.cancel-edit-btn{padding:.6rem 1.2rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;font-family:var(--font-sans);font-size:.9rem}.save-edit-btn{background-color:var(--primary-color);color:#fff}.save-edit-btn:hover{background-color:#7b83ff;transform:translateY(-1px)}.cancel-edit-btn{background-color:transparent;border:1px solid var(--border-color);color:var(--text-color)}.cancel-edit-btn:hover{background-color:#ffffff1a;border-color:var(--text-color-muted)}.review-comment{color:var(--text-color-muted);line-height:1.6;margin-bottom:1rem;font-size:clamp(.9rem,2vw,1rem)}.review-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.like-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:transparent;border:1px solid var(--border-color);border-radius:6px;color:var(--text-color-muted);cursor:pointer;transition:all .2s;font-size:clamp(.85rem,2vw,.9rem)}.like-btn:hover{border-color:#ff4d6a;color:#ff4d6a}.like-btn.liked{border-color:#ff4d6a;color:#ff4d6a;background-color:#ff4d6a1a}.helpful-buttons{display:flex;gap:.5rem;align-items:center}.helpful-label{font-size:clamp(.8rem,2vw,.9rem);color:var(--text-color-muted)}.helpful-btn{display:flex;align-items:center;gap:.3rem;padding:.5rem .75rem;background-color:transparent;border:1px solid var(--border-color);border-radius:6px;color:var(--text-color-muted);cursor:pointer;transition:all .2s;font-size:clamp(.8rem,2vw,.85rem)}.helpful-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.helpful-btn.active{border-color:var(--primary-color);color:var(--primary-color);background-color:#646cff1a}.show-more-btn{width:100%;padding:1rem;margin-top:1rem;background-color:#646cff1a;border:1px solid var(--primary-color);border-radius:8px;color:var(--primary-color);font-weight:700;cursor:pointer;transition:all .2s;font-size:clamp(.9rem,2vw,1rem)}.show-more-btn:hover{background-color:#646cff33;transform:translateY(-2px)}.bd-back-link{display:inline-block;margin:1rem 2rem;color:var(--text-color-muted);text-decoration:none;font-weight:600;font-size:clamp(.9rem,2vw,1rem)}.bd-back-link:hover{color:var(--primary-color)}.video-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.video-card{position:relative;width:100%;max-width:900px;background-color:var(--card-color);border-radius:var(--border-radius);padding:1rem}.video-card video{width:100%;border-radius:8px}.close-btn{position:absolute;top:-15px;right:-15px;background-color:var(--primary-color);color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.2rem;cursor:pointer;transition:all .2s;z-index:10}.close-btn:hover{background-color:#7b83ff;transform:scale(1.1)}@media(min-width:768px){.bd-page-content{padding:2rem}.bd-thumbnail-grid{grid-template-columns:repeat(5,1fr);gap:1rem}.requirements-grid{grid-template-columns:1fr 1fr}.bd-top-bar{padding:1.5rem 2rem}.bd-details-section,.bd-review-section{padding:2rem}}@media(max-width:767px){.bd-hero-content{flex-direction:column;align-items:flex-start}.bd-trailer-btn{align-self:flex-start}.bd-top-bar{flex-direction:column;align-items:flex-start}.bd-actions{width:100%}.bd-btn{flex:1;justify-content:center}.bd-thumbnail-grid{grid-template-columns:repeat(3,1fr)}.review-header{flex-direction:column;align-items:flex-start}.bd-info-grid{grid-template-columns:1fr}.helpful-buttons{flex-direction:column;align-items:flex-start;gap:.5rem}.review-header-right{flex-direction:column;align-items:flex-end;gap:.5rem}}@media(max-width:480px){.bd-hero-section{padding:1rem;height:50vh}.bd-actions{flex-direction:column}.bd-btn{width:100%}.rating-input,.review-filters{flex-direction:column;align-items:flex-start}.review-filters button{width:100%}}.checkout-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1100}.checkout-modal-card{background-color:var(--card-color, rgba(26, 26, 26, .5));-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--border-color, rgba(255, 255, 255, .1));border-radius:var(--border-radius, 12px);padding:2rem;width:90%;max-width:450px;position:relative;box-shadow:0 8px 32px #0000005e}.checkout-modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:var(--text-color-muted, #aaa);font-size:1.5rem;cursor:pointer;transition:color .2s ease}.checkout-modal-close:hover{color:var(--text-color, #fff)}.checkout-modal-title{font-size:2rem;font-weight:800;margin:0 0 2rem;color:#fff;text-align:center}.checkout-item{margin-bottom:1.5rem}.checkout-item-label{display:block;font-size:.9rem;font-weight:600;color:var(--text-color-muted, #aaa);margin-bottom:.5rem}.checkout-item-value{font-size:1.1rem;font-weight:700;color:var(--text-color, #fff)}.checkout-total{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.checkout-total-label{font-size:1.2rem;font-weight:700;color:var(--text-color-muted)}.checkout-total-value{font-size:1.8rem;font-weight:800;color:var(--primary-color)}.confirm-purchase-btn{width:100%;margin-top:2rem;padding:1rem;font-size:1.1rem;font-weight:700;background-color:var(--primary-color);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out}.confirm-purchase-btn:hover{background-color:#7b83ff;transform:translateY(-2px);box-shadow:0 4px 20px #646cff66}.bd-btn.in-library{background-color:transparent;border:1px solid var(--border-color);color:var(--text-color-muted);cursor:not-allowed}.status-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.status-modal-card{background-color:#2c2c3e;padding:2.5rem;border-radius:12px;text-align:center;width:90%;max-width:400px;border-top:5px solid;transform:translateY(-20px);transition:transform .3s ease-out}.status-modal-card.success{border-color:#4caf50}.status-modal-card.failure{border-color:#f44336}.status-icon{margin-bottom:1rem}.status-icon.success{color:#4caf50}.status-icon.failure{color:#f44336}.status-modal-title{font-size:1.8rem;margin-top:0;margin-bottom:.5rem;color:#fff}.status-modal-message{color:#ccc;margin-bottom:.5rem}.status-modal-details{color:#a0a0a0;font-size:.9rem;margin-bottom:2rem}.status-modal-close-btn{background-color:#646cff;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s}.status-modal-close-btn:hover{background-color:#535bf2}.library-container{padding:20px;background-color:#121212;color:#fff;min-height:100vh}.library-header{display:flex;align-items:center;margin-bottom:40px}.library-back-link{color:#fff;text-decoration:none;font-size:24px;margin-right:20px}.library-header h1{font-size:24px;margin:0}.library-empty{text-align:center;margin-top:100px}.library-empty h2{font-size:20px;color:#a0a0a0}.library-games-list{margin-top:20px}.library-games-list h2{font-size:20px;margin-bottom:20px}.library-game-card{display:flex;background-color:#1a1a1a;padding:20px;border-radius:8px;margin-bottom:20px;align-items:center}.library-game-image{width:200px;height:auto;border-radius:4px;margin-right:20px}.library-game-info{flex-grow:1}.library-game-info h3{margin:0 0 10px;font-size:22px}.library-game-info p{margin:0 0 10px;color:#a0a0a0}.library-game-info span{font-size:14px;color:#b0b0b0}.library-game-actions{text-align:right}.download-btn{background-color:transparent;color:#fff;border:1px solid white;padding:10px 20px;border-radius:4px;cursor:pointer;font-weight:700}.launcher-text{margin-top:10px;font-size:12px;color:#a0a0a0}.careers-hero-section{position:relative;height:70vh;display:flex;align-items:center;justify-content:center;margin-top:60px;overflow:hidden}.careers-hero-background{position:absolute;inset:0;background-image:url(/editor.webp);background-size:cover;background-position:center;z-index:1}.careers-hero-vignette{position:absolute;inset:0;background:linear-gradient(to bottom,#000000b3,#000000e6);z-index:2}.careers-hero-content{position:relative;z-index:3;text-align:center;padding:0 2rem;max-width:900px;margin:0 auto}.careers-hero-content h1{font-size:clamp(2.5rem,6vw,5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:1.5rem;line-height:1.1;color:var(--text-color)}.careers-hero-content p{font-size:clamp(1rem,2vw,1.25rem);color:#fffc;line-height:1.6;margin-bottom:2rem}.btn-back-home{display:inline-block;padding:.8rem 2rem;background:transparent;border:2px solid rgba(255,255,255,.3);color:#fff;border-radius:8px;font-weight:600;font-size:.875rem;text-decoration:none;transition:all .2s ease}.btn-back-home:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-1px)}.careers-culture-section{padding:6rem 3rem;background:var(--bg-secondary);border-top:1px solid var(--border-subtle)}.careers-culture-container{max-width:1400px;margin:0 auto}.culture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.culture-card{padding:2.5rem;background:#ffffff05;border:1px solid var(--border-subtle);border-radius:12px;transition:all .3s cubic-bezier(.16,1,.3,1)}.culture-card:hover{transform:translateY(-4px);border-color:#ffffff1f;box-shadow:0 16px 48px #0006}.culture-icon{font-size:3rem;margin-bottom:1rem}.culture-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em;color:var(--text-color)}.culture-card p{color:var(--text-muted);line-height:1.6;font-size:.9375rem}.careers-jobs-section{padding:6rem 3rem;background:var(--bg-primary)}.careers-jobs-container{max-width:1400px;margin:0 auto}.jobs-filters{margin-bottom:3rem;display:flex;flex-direction:column;gap:1.5rem}.jobs-search-input{width:100%;max-width:600px;margin:0 auto;padding:.9rem 1.25rem;background:#ffffff05;border:1px solid var(--border-subtle);border-radius:8px;color:var(--text-color);font-size:.9375rem;outline:none;transition:all .2s ease;font-family:var(--font-sans)}.jobs-search-input:focus{border-color:#ffffff26;background:#ffffff0a}.jobs-search-input::placeholder{color:var(--text-muted)}.jobs-categories{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.category-btn{padding:.6rem 1.25rem;background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.15);border-radius:999px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:var(--font-sans)}.category-btn:hover{background:#ffffff0a;color:var(--text-color);border-color:#fff3}.category-btn.active{background:var(--text-color);color:var(--bg-primary);border-color:var(--text-color)}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem}.job-card{background:#ffffff05;border:1px solid var(--border-subtle);border-radius:12px;padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer}.job-card:hover{transform:translateY(-4px);border-color:#ffffff26;box-shadow:0 16px 48px #0006}.job-tags{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.job-tag{padding:.3rem .7rem;background:#ffffff14;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fffc}.job-card h3{font-size:1.375rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em;color:var(--text-color)}.job-card p{color:var(--text-muted);line-height:1.6;font-size:.9375rem;margin-bottom:1.5rem}.job-apply-btn{padding:.7rem 1.5rem;background:var(--text-color);color:var(--bg-primary);border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%;font-family:var(--font-sans)}.job-apply-btn:hover{transform:translateY(-1px);opacity:.9}.no-jobs{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:var(--text-muted)}.no-jobs p{font-size:1.125rem}.careers-benefits-section{padding:6rem 3rem;background:var(--bg-secondary);border-top:1px solid var(--border-subtle)}.careers-benefits-container{max-width:1200px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-item{padding:1.5rem;background:#ffffff05;border:1px solid var(--border-subtle);border-radius:8px;text-align:center;font-size:1rem;font-weight:600;color:var(--text-color);transition:all .2s ease}.benefit-item:hover{background:#ffffff0a;border-color:#ffffff1f}.job-application-overlay{position:fixed;inset:0;background:#000000eb;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:3000;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto}.job-application-modal{background:#fff;color:#1a1a1a;width:100%;max-width:700px;border-radius:12px;position:relative;box-shadow:0 24px 60px #000c;animation:modalSlideIn .3s cubic-bezier(.16,1,.3,1);max-height:90vh;overflow-y:auto}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close-btn{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;font-size:1.5rem;color:#666;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;z-index:10}.modal-close-btn:hover{background:#0000000d;color:#1a1a1a}.modal-header{padding:2.5rem 2.5rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.modal-header h2{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:#1a1a1a;letter-spacing:-.02em}.modal-header h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#333}.job-location{font-size:.875rem;color:#666;margin-bottom:1rem}.required-note{font-size:.8125rem;color:#999;font-style:italic}.application-form{padding:2rem 2.5rem 2.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9375rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:1.5px solid #d1d1d1;border-radius:6px;font-size:.9375rem;font-family:var(--font-sans);color:#1a1a1a;background:#fff;outline:none;transition:all .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#666;box-shadow:0 0 0 3px #0000000d}.form-textarea{resize:vertical;min-height:100px}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:1em;padding-right:2.5rem}.file-upload-section{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.file-upload-btn{padding:.65rem 1.5rem;background:#f5f5f5;border:1.5px solid #d1d1d1;border-radius:6px;font-size:.875rem;font-weight:600;color:#1a1a1a;cursor:pointer;transition:all .2s ease;display:inline-block}.file-upload-btn:hover{background:#e8e8e8;border-color:#999}.file-name{font-size:.875rem;color:#666;font-weight:500}.file-note{font-size:.8125rem;color:#999;margin-top:.5rem;line-height:1.5}.privacy-note{font-size:.8125rem;color:#666;margin-top:.75rem;line-height:1.6;padding:.75rem;background:#00000005;border-radius:6px}.submit-application-btn{width:100%;padding:1rem 2rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin-top:1rem;font-family:var(--font-sans)}.submit-application-btn:hover:not(:disabled){background:#333;transform:translateY(-1px);box-shadow:0 8px 24px #00000026}.submit-application-btn:disabled{background:#999;cursor:not-allowed;opacity:.6}.application-error{margin:0 2.5rem;padding:1rem 1.25rem;background:#dc26261a;border:1px solid rgba(220,38,38,.3);border-radius:8px;color:#dc2626;font-size:.875rem;line-height:1.5}.application-success-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#10b981f2;color:#fff;padding:1rem 2rem;border-radius:8px;box-shadow:0 12px 40px #0000004d;z-index:9999;font-size:.9375rem;font-weight:500;max-width:90%;text-align:center;animation:toastSlideIn .3s cubic-bezier(.16,1,.3,1)}@keyframes toastSlideIn{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}@media(max-width:1024px){.jobs-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}@media(max-width:768px){.careers-hero-section{height:auto;min-height:60vh;padding:8rem 0 4rem}.careers-culture-section,.careers-jobs-section,.careers-benefits-section{padding:4rem 1.5rem}.culture-grid,.jobs-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.job-application-overlay{padding:1rem;align-items:flex-start}.job-application-modal{max-height:95vh;margin:1rem 0}.modal-header{padding:2rem 1.5rem 1.25rem}.application-form{padding:1.5rem 1.5rem 2rem}.form-row{grid-template-columns:1fr;gap:0}}@media(max-width:480px){.careers-hero-content h1{font-size:2rem}.careers-hero-content p{font-size:.9375rem}.careers-culture-section,.careers-jobs-section,.careers-benefits-section{padding:3rem 1rem}.jobs-categories{gap:.5rem}.category-btn{padding:.5rem 1rem;font-size:.75rem}.job-card{padding:1.5rem}.benefits-grid{grid-template-columns:1fr}.modal-header h2{font-size:1.5rem}.modal-header h3{font-size:1.125rem}.modal-close-btn{top:1rem;right:1rem}}*{margin:0;padding:0;box-sizing:border-box}.store-page{min-height:100vh;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.top-bar{background:#0a0a0a;border-bottom:1px solid #262626}.top-bar-content{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem}.top-bar-links{display:flex;gap:1.5rem;color:#a3a3a3}.top-bar-link{color:#a3a3a3;text-decoration:none;transition:color .2s}.top-bar-link:hover{color:#fff}.top-bar-actions{display:flex;align-items:center;gap:1rem}.cart-button{position:relative;background:transparent;border:none;cursor:pointer;padding:0}.cart-icon{width:1rem;height:1rem;color:#a3a3a3;transition:color .2s}.cart-button:hover .cart-icon{color:#fff}.cart-badge{position:absolute;top:-.25rem;right:-.25rem;background:#dc2626;color:#fff;font-size:.75rem;width:1rem;height:1rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}.header{background:#000;border-bottom:1px solid #262626;position:sticky;top:0;z-index:50}.header-content{padding:0}.header-wrapper{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo-nav{display:flex;align-items:center;gap:3rem}.logo{font-size:1.5rem;font-weight:700;letter-spacing:.05em}.logo-black{color:#dc2626}.main-nav{display:none;align-items:center;gap:2rem;font-size:.875rem;font-weight:500}@media(min-width:768px){.main-nav{display:flex}}.nav-link{color:#a3a3a3;text-decoration:none;transition:color .2s}.nav-link:hover,.nav-link.active{color:#fff}.carousel{position:relative;width:100%;height:500px;overflow:hidden;background:#000}.carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s}.carousel-slide.active{opacity:1}.carousel-background{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.carousel-overlay{position:absolute;inset:0;background:linear-gradient(#00000080,#00000080);z-index:2}.carousel-content{position:relative;z-index:3;height:100%;display:flex;align-items:center}.carousel-text{max-width:42rem}.carousel-title{font-size:3.75rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.025em}.carousel-subtitle{font-size:1.5rem;color:#d4d4d4;margin-bottom:1.5rem}.carousel-actions{display:flex;align-items:center;gap:1rem}.carousel-price{font-size:1.25rem;font-weight:700}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background:#00000080;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;z-index:4}.carousel-btn:hover{background:#000c}.carousel-btn-prev{left:1.5rem}.carousel-btn-next{right:1.5rem}.carousel-icon{width:1.5rem;height:1.5rem;color:#fff}.carousel-indicators{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:4}.carousel-indicator{width:.5rem;height:.5rem;background:#ffffff80;border:none;cursor:pointer;transition:all .3s}.carousel-indicator.active{background:#fff;width:2rem}.category-filter{background:#0a0a0a;border-bottom:1px solid #262626}.category-tabs{display:flex;gap:2rem;overflow-x:auto}.category-tab{padding:1rem 0;font-size:.875rem;font-weight:700;white-space:nowrap;border:none;border-bottom:2px solid transparent;background:transparent;color:#a3a3a3;cursor:pointer;transition:color .2s}.category-tab:hover{color:#fff}.category-tab.active{border-bottom-color:#fff;color:#fff}.main-content{padding-top:3rem;padding-bottom:3rem}.section{margin-bottom:4rem}.section-title{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.section-description{color:#a3a3a3;margin-bottom:2rem}.btn-primary{padding:.75rem 2rem;background:#fff;color:#000;font-weight:700;border:none;cursor:pointer;transition:background .2s;font-size:.875rem}.btn-primary:hover{background:#e5e5e5}.games-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.games-grid{grid-template-columns:repeat(2,1fr)}}.game-card{cursor:pointer}.game-card-disabled{opacity:.6}.game-image{position:relative;height:20rem;margin-bottom:1rem;overflow:hidden}.game-image-overlay{position:absolute;inset:0;background:#0003;display:flex;align-items:center;justify-content:center;transition:background .3s}.game-card:hover .game-image-overlay{background:#0006}.game-image-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.game-image-title{font-size:2.25rem;font-weight:700}.game-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.game-description{color:#a3a3a3;margin-bottom:1rem;font-size:.875rem}.game-footer{display:flex;align-items:center;justify-content:space-between}.game-price{font-size:1.5rem;font-weight:700}.game-included{background:#171717;border:1px solid #262626;padding:.75rem 1rem;font-size:.875rem;text-align:center}.coins-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.coins-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.coins-grid{grid-template-columns:repeat(3,1fr)}}.coin-card{background:#0a0a0a;border:1px solid #262626;transition:border-color .2s;position:relative}.coin-card:hover{border-color:#525252}.coin-tag{position:absolute;top:0;right:0;background:#dc2626;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.coin-content{padding:1.5rem}.coin-icon-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.coin-icon{width:3rem;height:3rem;color:#eab308}.coin-amount{font-size:1.25rem;font-weight:700;text-align:center;margin-bottom:.25rem}.coin-label{color:#a3a3a3;font-size:.875rem;text-align:center;margin-bottom:1rem}.coin-bonus{background:#16653433;border:1px solid #15803d;padding:.5rem .75rem;margin-bottom:1rem;text-align:center}.coin-bonus-text{color:#4ade80;font-size:.875rem;font-weight:700}.coin-price-wrapper{text-align:center;margin-bottom:1rem}.coin-price{font-size:1.5rem;font-weight:700}.coin-content .btn-primary{width:100%;padding:.75rem}.mansions-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.mansions-grid{grid-template-columns:repeat(2,1fr)}}.mansion-card{background:#0a0a0a;border:1px solid #262626;transition:border-color .2s}.mansion-card:hover{border-color:#525252}.mansion-image{height:16rem;position:relative;overflow:hidden}.mansion-image-overlay{position:absolute;inset:0;background:#0003;display:flex;align-items:center;justify-content:center;transition:background .3s}.mansion-card:hover .mansion-image-overlay{background:#0006}.mansion-image-title{font-size:1.875rem;font-weight:700;text-align:center;padding:0 1rem}.mansion-content{padding:1.5rem}.mansion-location{display:flex;align-items:center;gap:.5rem;color:#a3a3a3;margin-bottom:1rem;font-size:.875rem}.mansion-location-icon{width:1rem;height:1rem}.mansion-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.mansion-feature{padding:.25rem .75rem;background:#171717;border:1px solid #262626;font-size:.75rem}.mansion-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #262626}.mansion-coins{display:flex;align-items:center;gap:.5rem}.mansion-coins-icon{width:1.25rem;height:1.25rem;color:#eab308}.mansion-coins-amount{font-size:1.25rem;font-weight:700}.mansion-footer .btn-primary{padding:.5rem 1.5rem}.footer{background:#0a0a0a;border-top:1px solid #262626;margin-top:4rem}.footer-content{padding-top:3rem;padding-bottom:3rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-heading{font-weight:700;margin-bottom:1rem;font-size:.875rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-link{font-size:.875rem;color:#a3a3a3;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid #262626;text-align:center;font-size:.75rem;color:#737373}.footer-bottom-small{margin-top:.5rem}.redeem-modal-overlay{position:fixed;inset:0;background-color:#000000a6;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.redeem-modal-card:before{content:"";position:absolute;inset:-20px;background:radial-gradient(circle at center,rgba(79,142,247,.35),transparent 60%);filter:blur(40px);opacity:.6;z-index:-1;border-radius:16px;animation:pulseGlow 2.5s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.redeem-modal-card{background:#1f1f1f;padding:35px 30px;border-radius:16px;width:90%;max-width:420px;position:relative;text-align:center;box-shadow:0 8px 24px #00000080;transition:transform .3s ease,box-shadow .3s ease}.redeem-modal-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px #0009}.redeem-modal-close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:22px;color:#fff;cursor:pointer;transition:color .2s}.redeem-modal-close:hover{color:#ff4c4c}.redeem-modal-title{font-size:22px;margin-bottom:25px;font-weight:600;color:#fff;letter-spacing:.5px}.redeem-modal-input{width:100%;padding:14px 18px;border-radius:12px;border:none;background:#2c2c2c;color:#fff;font-size:16px;margin-bottom:20px;box-shadow:inset 3px 3px 6px #0009,inset -3px -3px 6px #ffffff0d;transition:all .3s ease}.redeem-modal-input:focus{outline:none;box-shadow:inset 3px 3px 6px #0009,inset -3px -3px 6px #007bff4d}.redeem-modal-submit-btn{width:100%;padding:14px;font-size:16px;border-radius:12px;border:none;background:linear-gradient(135deg,#4f8ef7,#1c6ef8);color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease}.redeem-modal-submit-btn:hover{background:linear-gradient(135deg,#6aa0f9,#3d7ef8);transform:translateY(-2px);box-shadow:0 4px 15px #1f90ff80}.redeem-message{padding:15px;margin-bottom:20px;border-radius:12px;font-size:14px;font-weight:500;opacity:0;animation:fadeMessage .4s ease forwards}@keyframes fadeMessage{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.redeem-message.warning{background-color:#ffc107;color:#222}.redeem-message.success{background-color:#28a745;color:#fff}.redeem-message.error{background-color:#dc3545;color:#fff}.newswire-page{background:var(--bg-primary);min-height:100vh;padding-top:70px}.newswire-hero-section{padding:5rem 3rem 3rem;background:var(--bg-primary);border-bottom:1px solid var(--border-subtle)}.newswire-hero-content{max-width:1800px;margin:0 auto;text-align:center}.newswire-hero-title{font-family:var(--font-sans);font-size:3.5rem;font-weight:700;letter-spacing:-.03em;color:var(--text-color);margin-bottom:1rem;line-height:1.1}.newswire-hero-subtitle{font-size:1.125rem;color:var(--text-muted);font-weight:400;line-height:1.6;max-width:600px;margin:0 auto}.newswire-content-section{padding:4rem 3rem 6rem;background:var(--bg-primary)}.newswire-content-container{max-width:1800px;margin:0 auto}.newswire-category-filter{display:flex;gap:.75rem;margin-bottom:3rem;flex-wrap:wrap;justify-content:center}.category-filter-btn{padding:.65rem 1.5rem;border:1px solid var(--border-subtle);background:#ffffff05;color:#ffffffb3;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:var(--font-sans);letter-spacing:.02em}.category-filter-btn:hover{background:#ffffff0a;border-color:#ffffff1f;color:var(--text-color)}.category-filter-btn.active{background:var(--text-color);color:var(--bg-primary);border-color:var(--text-color)}.newswire-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:1.25rem}.newswire-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer}.newswire-card:hover{transform:translateY(-2px);box-shadow:0 16px 48px #0006;border-color:#ffffff1f}.newswire-card-image{width:100%;aspect-ratio:16 / 9;background-size:cover;background-position:center;position:relative;transition:transform .6s cubic-bezier(.16,1,.3,1)}.newswire-card:hover .newswire-card-image{transform:scale(1.03)}.newswire-category-badge{position:absolute;top:1rem;left:1rem;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-color);padding:.4rem .9rem;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(255,255,255,.1)}.newswire-card-info{padding:1.25rem}.newswire-card-info h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.01em;line-height:1.4;color:var(--text-color)}.newswire-excerpt{font-size:.8125rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem;font-weight:400}.newswire-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid var(--border-subtle)}.newswire-author-info{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.newswire-author{font-weight:600;color:#fffc}.newswire-separator,.newswire-date{color:var(--text-muted)}.newswire-read-time{font-size:.75rem;color:var(--text-muted);font-weight:500}.newswire-no-results{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:var(--text-muted);font-size:1rem}.skeleton-card{pointer-events:none}.skeleton-image{width:100%;aspect-ratio:16 / 9;background:linear-gradient(90deg,#ffffff05 25%,#ffffff0a,#ffffff05 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-category{width:80px;height:20px;background:linear-gradient(90deg,#ffffff05 25%,#ffffff0a,#ffffff05 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:.75rem}.skeleton-title{width:100%;height:16px;background:linear-gradient(90deg,#ffffff05 25%,#ffffff0a,#ffffff05 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:.5rem}.skeleton-title.short{width:60%}.skeleton-excerpt{width:100%;height:14px;background:linear-gradient(90deg,#ffffff05 25%,#ffffff0a,#ffffff05 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:.4rem}.skeleton-footer{display:flex;justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--border-subtle);margin-top:1rem}.skeleton-author{width:140px;height:14px;background:linear-gradient(90deg,#ffffff05 25%,#ffffff0a,#ffffff05 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-date{width:80px;height:14px;background:linear-gradient(90deg,#ffffff05 25%,#ffffff0a,#ffffff05 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1024px){.newswire-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}}@media(max-width:768px){.newswire-page{padding-top:65px}.newswire-hero-section{padding:4rem 1.5rem 2.5rem}.newswire-hero-title{font-size:2.5rem}.newswire-hero-subtitle{font-size:1rem}.newswire-content-section{padding:3rem 1.5rem 5rem}.newswire-category-filter{gap:.5rem}.category-filter-btn{padding:.55rem 1.25rem;font-size:.75rem}.newswire-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:480px){.newswire-page{padding-top:60px}.newswire-hero-section{padding:3rem 1rem 2rem}.newswire-hero-title{font-size:2rem}.newswire-hero-subtitle{font-size:.9375rem}.newswire-content-section{padding:2.5rem 1rem 4rem}.newswire-card-info h3{font-size:.9375rem}.newswire-excerpt{font-size:.8125rem}}
