.navbar[data-v-9e1d4a91]{position:fixed;top:0;width:100%;background:#3a3a3acc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 4px #00000080;z-index:1000}.nav-container[data-v-9e1d4a91]{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:1rem 2rem;position:relative}.logo img[data-v-9e1d4a91]{max-width:200px}.nav-links[data-v-9e1d4a91]{list-style:none;display:flex;margin:0;padding:0}.nav-links li[data-v-9e1d4a91]{margin-left:2rem;font-family:Poppins Bold}.nav-links a[data-v-9e1d4a91]{color:var(--text-color);text-decoration:none;font-size:1rem;font-weight:500;text-transform:uppercase;transition:color .3s}.nav-links a[data-v-9e1d4a91]:hover{color:var(--secondary-color)}.hamburger[data-v-9e1d4a91]{display:none;flex-direction:column;cursor:pointer}.hamburger span[data-v-9e1d4a91]{height:3px;width:25px;background:var(--text-color);margin-bottom:5px;border-radius:5px}@media (max-width: 768px){.hamburger[data-v-9e1d4a91]{display:flex}.nav-links[data-v-9e1d4a91]{flex-direction:column;align-items:center;position:absolute;top:100%;left:0;right:0;background:#3a3a3ae6;display:none;padding:1rem 0}.nav-links.open[data-v-9e1d4a91]{display:flex}.nav-links li[data-v-9e1d4a91]{margin:1rem 0}.logo img[data-v-9e1d4a91]{max-width:120px}}.footer[data-v-9e0de093]{background-color:var(--primary-color);color:var(--text-color);padding:2rem;text-align:center}.links[data-v-9e0de093]{margin-bottom:1rem}.links a[data-v-9e0de093]{margin:0 1rem;color:var(--secondary-color);text-decoration:none;font-size:1rem;transition:color .3s}.links a[data-v-9e0de093]:hover{color:var(--text-color)}@font-face{font-family:Poppins Bold;src:url(/assets/Poppins-Bold-C62YTul5.ttf);font-weight:700;font-style:bold}@font-face{font-family:Poppins;src:url(/assets/Poppins-Medium-ChhwLuLx.ttf);font-weight:400;font-style:normal}html,body{margin:0;padding:0;height:100%;background-color:var(--background-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease;font-family:Poppins,Helvetica,Arial,sans-serif}#app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:80px}.home[data-v-66f6eccb]{text-align:center;margin-top:-80px;opacity:0;animation:fadeIn-66f6eccb 2s forwards;animation-delay:.25s}.hero[data-v-66f6eccb]{position:relative;height:100vh;overflow:hidden}.hero-background[data-v-66f6eccb]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center}.video[data-v-66f6eccb]{width:100%;height:100%;filter:brightness(.6) blur(20px);object-fit:cover}.hero-overlay[data-v-66f6eccb]{position:relative;z-index:2;top:50%;transform:translateY(-50%);color:var(--text-color);padding:0 1rem}.hero-overlay h2[data-v-66f6eccb]{font-size:3rem;margin-bottom:1rem}.hero-logo[data-v-66f6eccb]{max-width:700px;margin-bottom:-2rem}.btn[data-v-66f6eccb]{background-color:var(--secondary-color);color:var(--background-color);padding:1rem 2rem;text-decoration:none;border-radius:5px;transition:background-color .3s;font-size:1rem}.btn[data-v-66f6eccb]:hover{background-color:var(--primary-color)}.hero-transition[data-v-66f6eccb]{position:absolute;bottom:0;left:0;width:100%;height:150px;background:linear-gradient(to bottom,transparent,var(--primary-color));z-index:1}@keyframes fadeIn-66f6eccb{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero[data-v-66f6eccb]{height:auto;min-height:100vh}.hero-overlay[data-v-66f6eccb]{top:auto;transform:translateY(0);padding:1rem}.hero-overlay h2[data-v-66f6eccb]{font-size:2rem;margin-bottom:.5rem}.hero-logo[data-v-66f6eccb]{max-width:90%;margin-bottom:1rem}.video[data-v-66f6eccb]{filter:brightness(.7) blur(10px)}.hero-transition[data-v-66f6eccb]{height:100px}.home[data-v-66f6eccb]{margin-top:0}}.page-container[data-v-f8f2a696]{max-width:1200px;margin:0 auto;padding:0 1rem}.about-section[data-v-f8f2a696]{display:flex;flex-wrap:wrap;align-items:flex-start;padding:4rem 0;justify-content:center}.about-content[data-v-f8f2a696]{flex:1;min-width:300px;max-width:900px;margin-right:2rem}.about-content h1[data-v-f8f2a696]{font-size:3rem;margin-bottom:1rem}.about-content p[data-v-f8f2a696]{font-size:1.2rem;margin-bottom:1.5rem;line-height:1.6}.slideshow[data-v-f8f2a696]{flex:1;min-width:300px;max-width:600px;position:relative;overflow:hidden}.slide[data-v-f8f2a696]{position:absolute;top:0;left:0;width:100%;opacity:0;transition:opacity .5s ease-in-out}.slide.active[data-v-f8f2a696]{opacity:1;position:relative}.slide img[data-v-f8f2a696]{width:100%;border-radius:8px}.team-section[data-v-f8f2a696]{padding:4rem 0;text-align:center}.team-section h2[data-v-f8f2a696]{font-size:2.5rem;margin-bottom:3rem}.team-grid[data-v-f8f2a696]{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.team-member[data-v-f8f2a696]{background-color:var(--primary-color);padding:2rem;border-radius:1rem;width:300px;text-align:center}.member-image[data-v-f8f2a696]{width:200px;height:200px;border-radius:50%;margin:0 auto 1rem;object-fit:cover}.titles[data-v-f8f2a696]{font-weight:700;margin:.5rem 0}.game[data-v-f8f2a696]{color:var(--secondary-color);margin-bottom:1rem}.socials a[data-v-f8f2a696]{margin:0 .5rem;text-decoration:none;color:#07c;transition:color .3s}.socials a[data-v-f8f2a696]:hover{color:#005fa3}@media (max-width: 768px){.about-section[data-v-f8f2a696]{flex-direction:column;align-items:center}.about-content[data-v-f8f2a696]{margin-right:0;margin-bottom:2rem}}.gallery[data-v-1f1eba32]{padding:2rem 1rem;text-align:center;background-color:var(--background-color)}.gallery h2[data-v-1f1eba32]{font-size:2rem;margin-bottom:1rem}.images[data-v-1f1eba32]{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.images img[data-v-1f1eba32]{width:calc(25% - 1rem);border-radius:12px;transition:transform .3s;cursor:pointer}.images img[data-v-1f1eba32]:hover{transform:scale(1.05)}@media (max-width: 1024px){.images img[data-v-1f1eba32]{width:calc(50% - 1rem)}}@media (max-width: 800px){.images img[data-v-1f1eba32]{width:calc(100% - 1rem)}}.games-container[data-v-1f1eba32]{overflow-x:hidden}.game-hero[data-v-1f1eba32]{position:relative;height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.overlay[data-v-1f1eba32]{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080}.hero-content[data-v-1f1eba32]{position:relative;text-align:center;color:#fff;max-width:600px;opacity:0;animation:fadeIn-1f1eba32 2s forwards;animation-delay:.1s}.game-title[data-v-1f1eba32]{font-size:3rem;margin-bottom:1rem}.game-description[data-v-1f1eba32]{font-size:1.5rem;margin-bottom:2rem}.button-group[data-v-1f1eba32]{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.action-button[data-v-1f1eba32]{padding:1rem 2rem;background:var(--secondary-color);color:#fff;text-decoration:none;border-radius:4px;font-size:1rem;transition:background .3s}.action-button[data-v-1f1eba32]:hover{background:#e03e00}@keyframes fadeIn-1f1eba32{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fullscreen-modal[data-v-1f1eba32]{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000}.fullscreen-modal img[data-v-1f1eba32]{max-width:90%;max-height:90%;border-radius:8px}.close-button[data-v-1f1eba32]{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer}.contact[data-v-ba1df841]{padding:4rem 1rem;text-align:center;background-color:#121212;color:#e0e0e0}.container[data-v-ba1df841]{max-width:600px;margin:0 auto}h2[data-v-ba1df841]{font-size:2.5rem;margin-bottom:2rem;color:#fff}h3[data-v-ba1df841]{color:#ccc}a[data-v-ba1df841]{color:var(--secondary-color)}.contact-form[data-v-ba1df841]{margin-top:2rem;text-align:left}.form-group[data-v-ba1df841]{margin-bottom:1rem}.form-group label[data-v-ba1df841]{display:block;font-weight:700;margin-bottom:.5rem;color:#fff}.form-group input[data-v-ba1df841],.form-group textarea[data-v-ba1df841]{width:100%;padding:.5rem;border:1px solid #333;border-radius:4px;font-size:1rem;background-color:#1e1e1e;color:#e0e0e0}button[type=submit][data-v-ba1df841]{background-color:red;color:#121212;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;display:block;margin:1rem auto 0;transition:background-color .3s ease}button[type=submit][data-v-ba1df841]:hover{background-color:#f66}.brand-guidelines-page[data-v-8dc8f608]{background-color:var(--background-color);color:var(--text-color);padding:2rem;font-family:Poppins,sans-serif;max-width:1200px;margin:0 auto}.brand-guidelines[data-v-8dc8f608]{margin:2rem auto;padding:2rem;border:1px solid var(--secondary-color);border-radius:8px;max-width:800px;background-color:var(--background-color);box-shadow:0 4px 8px #0000001a}.brand-guidelines h1[data-v-8dc8f608],.brand-guidelines h2[data-v-8dc8f608]{color:#f8f8ff;text-align:center}.logo-section[data-v-8dc8f608]{text-align:center;margin-bottom:2rem}.brand-logo[data-v-8dc8f608]{max-width:200px;margin:0 auto}.colors-section[data-v-8dc8f608]{margin-bottom:2rem}.colors[data-v-8dc8f608]{display:flex;justify-content:space-around;flex-wrap:wrap}.color-item[data-v-8dc8f608]{display:flex;align-items:center;margin:.5rem}.color-square[data-v-8dc8f608]{width:40px;height:40px;border:1px solid #ccc;margin-right:.5rem;border-radius:4px}.download-section[data-v-8dc8f608]{text-align:center;margin-top:1rem}.download-button[data-v-8dc8f608]{display:inline-block;padding:.75rem 1.5rem;background-color:var(--secondary-color);color:#fff;text-decoration:none;border-radius:4px;transition:background .3s,transform .3s}.download-button[data-v-8dc8f608]:hover{background-color:#e03e00;transform:scale(1.05)}.press-kits[data-v-8dc8f608]{padding:2rem;border:1px solid var(--secondary-color);border-radius:8px;max-width:800px;margin:2rem auto;background-color:var(--background-color);box-shadow:0 4px 8px #0000001a}.press-kit[data-v-8dc8f608]{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--secondary-color)}.press-kit[data-v-8dc8f608]:last-child{border-bottom:none}.press-kit-header[data-v-8dc8f608]{text-align:center;margin-bottom:1rem}.game-logo.large-logo[data-v-8dc8f608]{max-width:500px;width:100%;display:block;margin:0 auto 50px}.press-kit-content[data-v-8dc8f608]{margin-top:1rem}.press-kit-content p[data-v-8dc8f608]{margin:.5rem 0}.press-kit-content h4[data-v-8dc8f608]{margin-top:1rem;color:#e74c3c}.assets[data-v-8dc8f608]{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.screenshot img[data-v-8dc8f608],.key-art img[data-v-8dc8f608]{max-width:100%;border-radius:4px}.video a[data-v-8dc8f608]{color:var(--secondary-color);text-decoration:underline}.buy-links[data-v-8dc8f608]{margin-top:1rem}.buy-buttons[data-v-8dc8f608]{display:flex;justify-content:left;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.buy-button[data-v-8dc8f608]{padding:.5rem 1rem;background-color:var(--secondary-color);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .3s,transform .3s}.buy-button[data-v-8dc8f608]:hover{background-color:#e03e00;transform:scale(1.05)}.download-presskit[data-v-8dc8f608]{text-align:center;margin-top:2rem}
