 @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/roboto/roboto-v51-latin-regular.woff2') format('woff2'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/roboto/roboto-v51-latin-700.woff2') format('woff2'); } :root { --color-primary: #eb0029; --color-header-bg: #111111; --color-footer-bg: #252423; --color-section-dark: #2d2b2a; --color-section-light: #ebebeb; --color-text-light: #ffffff; --color-text-dark: #000000; } *, *::before, *::after { box-sizing: border-box; } html, body { margin: 0; padding: 0; font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; background-color: #000; color: var(--color-text-light); } body { min-height: 100vh; } .visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); border: 0; } .container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 32px; } .feature-list li { margin-bottom: 16px; line-height: 1.6; } .section { padding: 64px 0; } .section:nth-of-type(odd) { background-color: var(--color-section-dark); color: var(--color-text-light); } .section:nth-of-type(even) { background-color: var(--color-section-light); color: var(--color-text-dark); } .section-dark { background-color: var(--color-section-dark) !important; color: var(--color-text-light) !important; } .section-light { background-color: var(--color-section-light) !important; color: var(--color-text-dark) !important; } .section-light a { color: var(--color-primary); } .section-dark p, .section-light p { line-height: 1.7; margin-bottom: 24px; } .section-dark h2, .section-light h2 { margin-bottom: 24px; } .site-header { background-color: var(--color-header-bg); color: var(--color-text-light); position: sticky; top: 0; z-index: 100; } .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; } .hamburger { display: none; background: none; border: none; padding: 8px; cursor: pointer; } .hamburger img { width: 26px; height: 26px; filter: brightness(0) invert(0.92); } .logo { display: flex; align-items: center; padding-left: 16px; } .logo img { height: 40px; width: auto; display: block; } .main-nav ul { list-style: none; display: flex; gap: 24px; margin: 0; padding: 0; } .main-nav a { position: relative; padding: 6px 12px; border-radius: 6px; transition: background-color 0.25s ease, color 0.25s ease; color: var(--color-text-light); text-decoration: none; font-weight: 500; font-size: 0.95rem; } .main-nav a:hover { background-color: rgba(255, 255, 255, 0.08); color: var(--color-primary); } .main-nav a::after { content: ""; position: absolute; left: 50%; bottom: -4px; width: 0; height: 2px; background-color: var(--color-primary); transition: width 0.25s ease, left 0.25s ease; } .main-nav a:hover::after, .main-nav li.active a::after { width: 100%; left: 0; } .main-nav li.active a { background-color: rgba(255, 255, 255, 0.08); color: var(--color-primary); } .lang-toggle { background: none; border: none; padding: 4px; cursor: pointer; display: flex; align-items: center; } .lang-toggle:focus { outline: none; } .lang-menu { position: absolute; top: 60px; right: 16px; background: #1a1a1a; border: 1px solid #333; border-radius: 10px; padding: 12px 0; width: 180px; display: none; flex-direction: column; z-index: 300; box-shadow: 0 6px 20px rgba(0,0,0,0.35); } .lang-menu.open { display: flex; } .lang-menu button { background: none; border: none; color: #ebebeb; text-align: left; padding: 12px 20px; font-size: 0.95rem; cursor: pointer; width: 100%; transition: background 0.2s ease, color 0.2s ease; } .lang-menu button:hover { background: rgba(255,255,255,0.08); color: var(--color-primary); } .lang-menu button.active { color: var(--color-primary); } .globe-icon img { width: 20px; height: 20px; filter: brightness(0) invert(0.92); } .hero { position: relative; width: 100%; min-height: 600px; padding: 120px 0; overflow: hidden; color: #ffffff; } .hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url("../img/pages/baenana/baenana_main_capsule.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 1; } .hero-bg::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.30); } .hero-inner, .hero-text { position: relative; z-index: 2; } .hero-inner { display: flex; flex-direction: column; justify-content: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .hero-text { max-width: 600px; } .hero-title { font-size: 3rem; font-weight: 700; margin-bottom: 20px; } .hero-subtitle { font-size: 1.25rem; margin-bottom: 30px; line-height: 1.6; } .hero-content-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 24px; } .hero-logo { min-height: 100px; height: auto; width: auto; max-width: 80%; max-height: 200px; object-fit: contain; display: block; } .hero-baenana .hero-logo { width: auto; height: 140px; max-width: 100%; object-fit: contain; flex-shrink: 0; display: block; margin: 0 auto; } .hero-baenana .hero-content-center { width: 100%; max-width: 600px; } .hero-play-btn { margin-top: 8px; } .hero-work { position: relative; width: 100%; min-height: 420px; background-image: url("../img/pages/work-with-us/work-with-us-intro.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: center; } .hero-work .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.30); pointer-events: none; } .hero-work .hero-inner { position: relative; z-index: 2; } .hero-work .hero-text { max-width: 600px; } .hero-text-box { background: rgba(0, 0, 0, 0.30); padding: 24px 32px; border-radius: 12px; backdrop-filter: blur(4px); max-width: 600px; } .who-hero { position: relative; width: 100%; padding: 80px 0; background-image: url("../img/pages/who-are-we/who-are-we-intro.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; color: white; } .who-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.30); pointer-events: none; } .who-hero-content { position: relative; z-index: 2; background: rgba(0, 0, 0, 0.30); padding: 32px; border-radius: 16px; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); max-width: 900px; } .hero-news { position: relative; width: 100%; min-height: 420px; background-image: url("../img/pages/news/news-intro.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: center; } .hero-news .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.30); pointer-events: none; } .hero-news .hero-inner { position: relative; z-index: 2; } .hero-text-box { background: rgba(0, 0, 0, 0.30); padding: 24px 32px; border-radius: 12px; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); max-width: 650px; } .hero-legal { position: relative; width: 100%; min-height: 420px; background-image: url("../img/pages/legal/legal-intro.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: center; } .hero-legal .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.30); pointer-events: none; } .hero-legal .hero-inner { position: relative; z-index: 2; } .principle-card { background: rgba(0, 0, 0, 0.30); padding: 20px; border-radius: 12px; backdrop-filter: blur(4px); } .btn-primary, .btn-secondary, .btn-tertiary { display: inline-block; padding: 10px 20px; border-radius: 999px; border: 1px solid var(--color-primary); font-size: 0.95rem; font-weight: 500; text-decoration: none; cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease; } .btn-primary { background-color: var(--color-primary); color: #ffffff !important; } .btn-primary:hover { background-color: transparent; color: var(--color-primary) !important; } .btn-secondary { background-color: transparent; color: var(--color-primary) !important; } .btn-secondary:hover { background-color: var(--color-primary); color: #ffffff !important; } .btn-tertiary { background-color: transparent; color: var(--color-primary); } .btn-tertiary:hover { color: #ffffff; background-color: var(--color-primary); } .link-inline { color: var(--color-primary); text-decoration: none; font-size: 0.9rem; } .link-inline:hover { text-decoration: underline; } .hero-baenana { position: relative; width: 100%; height: 480px; background-image: url("../img/pages/baenana/baenana_main_capsule.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; } .hero-baenana .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.30); } .hero-center-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .btn-steam { background: #1b2838; color: white; padding: 14px 28px; border-radius: 8px; font-size: 1.2rem; text-decoration: none; transition: 0.2s ease; } .btn-steam:hover { background: #66c0f4; } .screenshot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; } .screenshot-item img { width: 100%; border-radius: 12px; cursor: pointer; } .screenshot-item p { margin-top: 8px; text-align: center; font-weight: 600; } .language-list { list-style: none; padding: 0; margin: 24px 0 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 24px; } .language-list li { display: flex; align-items: center; gap: 8px; font-size: 1rem; } .language-list img { width: 24px; height: 24px; object-fit: contain; border-radius: 4px; } .section-header { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 24px; } .news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 64px; } .news-card:nth-child(odd) { justify-self: start; } .news-card:nth-child(even) { justify-self: end; } .news-card { background-color: rgba(0, 0, 0, 0.1); border-radius: 8px; overflow: hidden; width: 462px; } .section-light .news-card { background-color: #f5f5f5; } .news-card img { width: 100%; height: 174px; object-fit: cover; } .news-card h3, .news-card h2 { margin: 12px 16px 12px; font-size: 1.1rem; } .news-card p { margin: 0 16px 16px; font-size: 0.9rem; } .news-card a { color: inherit; text-decoration: none; } .news-card a:hover { color: var(--color-primary); } .carousel { position: relative; display: flex; align-items: center; gap: 8px; } .carousel-track { overflow: hidden; flex: 1; } .carousel-img { width: 100%; height: 600px; object-fit: cover; object-position: center; border-radius: 12px; } .game-card { min-width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; } .game-card.active { opacity: 1; transform: translateX(0); } .game-card-img { width: 333px; height: 500px; object-fit: contain; display: block; margin: 0 auto; border-radius: 12px; margin-bottom: 24px; } .game-card h3 { margin: 0 0 8px; } .game-card p { margin: 0 0 24px; font-size: 0.9rem; } .game-info { text-align: center; margin-top: 20px; } .game-info h3, .game-info p, .game-info a { margin-left: auto; margin-right: auto; } .games-carousel .game-info { text-align: center; } .games-carousel .game-info h3, .games-carousel .game-info p, .games-carousel .game-info a { margin-left: auto; margin-right: auto; } .section .container .game-info, .section .container .game-info * { text-align: center; } .carousel-control { display: none !important; } .carousel-control-prev, .carousel-control-next { display: none !important; } .slider-arrow { display: none !important; } .hiring-overview { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px; padding: 40px 32px; } .hiring-box { background: rgba(0, 0, 0, 0.08); padding: 24px 32px; border-radius: 12px; display: flex; flex-direction: column; align-items: center; gap: 6px; } .hiring-stats { display: flex; flex-direction: column; align-items: center; gap: 36px; } .hiring-count { text-align: right; } .hiring-number { font-size: 3rem; font-weight: 700; line-height: 1; } .hiring-label { font-size: 1rem; opacity: 0.85; } .principles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 24px; } .principle-card { background-color: rgba(0, 0, 0, 0.15); border-radius: 8px; padding: 16px; } .bio-section { display: flex; flex-wrap: wrap; gap: 32px; align-items: center; } .bio-image { flex: 1 1 260px; } .bio-image img { max-width: 100%; border-radius: 8px; } .bio-text { flex: 1 1 260px; } .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 24px; } .team-card { text-align: center; } .team-avatar { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin-bottom: 12px; } .team-role { font-size: 0.9rem; color: #ebebeb; } .work-areas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 24px; } .work-area-card { border-radius: 8px; overflow: hidden; background-color: #f5f5f5; } .section-dark .work-area-card { background-color: rgba(0, 0, 0, 0.15); } .work-area-card img { width: 100%; height: 160px; object-fit: cover; } .work-area-content { padding: 16px; } .table-wrapper { overflow-x: auto; } .jobs-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; } .jobs-table th, .jobs-table td { padding: 10px 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .section-light .jobs-table th, .section-light .jobs-table td { border-bottom: 1px solid #ddd; } .jobs-table th { text-align: left; font-weight: 600; } .jobs-table a { color: var(--color-primary); text-decoration: none; } .jobs-table a:hover { text-decoration: underline; } .open-roles-count { font-size: 1.1rem; opacity: 0.8; } .press-downloads { list-style: none; padding: 0; margin-top: 16px; } .press-downloads li { margin-bottom: 8px; } .screenshot-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); display: none; justify-content: center; align-items: center; z-index: 9999; padding: 20px; } .screenshot-modal.open { display: flex; animation: fadeIn 0.25s ease; } .screenshot-modal-content img { max-width: 100%; max-height: 90vh; border-radius: 12px; box-shadow: 0 0 20px rgba(0,0,0,0.5); animation: zoomIn 0.25s ease; } .screenshot-close-btn { position: absolute; top: 20px; right: 20px; background: #2a2a2a; border: 1px solid #444; padding: 10px; border-radius: 8px; cursor: pointer; z-index: 10000; display: flex; align-items: center; justify-content: center; } .screenshot-close-btn img { width: 20px; height: 20px; filter: brightness(0) invert(0.92); } .screenshot-close-btn:hover { background: #3a3a3a; border-color: #555; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes zoomIn { from { transform: scale(0.85); opacity: 0; } to { transform: scale(1); opacity: 1; } } .site-footer { background-color: var(--color-footer-bg); color: var(--color-text-light); } .footer-main { padding: 48px 0; } .footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; } .footer-col h4 { margin-bottom: 12px; font-size: 1rem; font-weight: 600; } .footer-col p, .footer-col li { font-size: 0.9rem; margin-bottom: 6px; } .footer-col ul { list-style: none; padding: 0; margin: 0; } .footer-col a { color: #ffffff; text-decoration: none; } .footer-col a:hover { color: var(--color-primary); } .footer-logo { display: flex; align-items: center; justify-content: center; height: 100%; } .footer-logo img { width: 96px; height: 96px; object-fit: contain; display: block; } .social-icons { display: flex; gap: 12px; margin-top: 8px; } .social-icon { width: 40px; height: 40px; border-radius: 50%; border: 1px solid #666; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: border-color 0.2s ease, transform 0.2s ease; } .social-icon img { width: 20px; height: 20px; filter: brightness(0) invert(0.92); } .social-icon:hover { border-color: var(--color-primary); transform: scale(1.08); } .social-icon:hover img { filter: brightness(0) invert(1); } .get-the-game h2 { text-align: left; } .get-game-content { display: flex; flex-direction: column; align-items: center; gap: 8px; margin-top: 60px; } .platform-icon { width: 48px; height: 48px; object-fit: contain; opacity: 0.9; } .get-game-text { font-size: 1.25rem; font-weight: 600; text-align: center; max-width: 600px; } .platform-icons { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 12px; } .platform-icons .platform-icon { width: 42px; height: 42px; object-fit: contain; opacity: 0.95; } .legal-updated { font-size: 0.9rem; color: #666; margin-bottom: 20px; text-align: right; } .news-updated { font-size: 0.9rem; color: #666; margin-top: -10px; margin-bottom: 20px; text-align: right; } .who-updated { font-size: 0.9rem; color: #666; margin-top: -10px; margin-bottom: 20px; text-align: right; } .work-updated { font-size: 0.9rem; color: #666; margin-top: -10px; margin-bottom: 20px; text-align: right; } .footer-bottom { border-top: 1px solid #3a3a3a; padding: 12px 0; } .footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; } .footer-surface-link { color: var(--color-text-light); text-decoration: none; text-transform: uppercase; display: inline-flex; align-items: center; gap: 6px; } .footer-surface-link:hover { color: var(--color-primary); } .footer-surface-link .caret-icon { width: 16px; height: 16px; display: block; filter: brightness(0) invert(1); transition: filter 0.2s ease; } .footer-surface-link:hover .caret-icon { filter: invert(14%) sepia(93%) saturate(7480%) hue-rotate(343deg) brightness(96%) contrast(108%); } .header-actions { margin-right: 8px; } .about-steam-link { font-weight: 600; color: var(--color-accent); } .about-steam-link:hover { text-decoration: underline; } @media (max-width: 768px) { .header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; padding: 12px 0; column-gap: 16px; } .hamburger { display: flex; align-items: center; justify-content: center; background: none; border: none; padding: 8px; margin-left: 8px; cursor: pointer; } .hamburger img { width: 24px; height: 24px; filter: brightness(0) invert(0.92); } .logo { padding-left: 0; } .logo img { height: 28px; width: auto; } .main-nav { position: absolute; top: 100%; left: 0; width: 100%; background: var(--color-header-bg); padding: 24px 0; display: none; border-top: 1px solid #333; } .main-nav.open { display: block; } .main-nav ul { display: flex; flex-direction: column; gap: 24px; text-align: center; padding: 0; margin: 0; } .main-nav a { font-size: 1.1rem; padding: 6px 12px; } .header-actions { justify-self: end; } .footer-grid { grid-template-columns: 1fr 1fr; } .hero { padding: 80px 0; } .hero-title { font-size: 2.2rem; } .hero-subtitle { font-size: 1.1rem; } .hero-subtitle { text-align: center; margin-left: auto; margin-right: auto; } .news-grid { grid-template-columns: 1fr; gap: 32px; } .news-card { width: 100%; justify-self: center; } .news-card img { width: 100%; height: auto; object-fit: contain; } .screenshot-grid { grid-template-columns: 1fr; } .game-card-img { width: 100%; height: auto; max-width: 320px; object-fit: contain; } .game-card { padding: 0 16px; } .hero-text .btn-primary { display: block; margin: 0 auto; text-align: center; } .hero-logo { height: auto; width: auto; max-height: 100px; max-width: 80%; object-fit: contain; display: block; margin: 0 auto; } .hero-baenana .hero-content-center { width: 100%; max-width: 90%; } .hero-baenana .hero-logo { height: 120px; max-width: 100%; } .language-list { grid-template-columns: 1fr; } } @media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } } .hero, .hero-work, .hero-news, .hero-legal, .hero-baenana, .who-hero { min-height: 520px; height: 520px; display: flex; align-items: center; position: relative; background-size: cover; background-position: center; background-repeat: no-repeat; } @media (max-width: 768px) { .hero, .hero-work, .hero-news, .hero-legal, .hero-baenana, .who-hero { min-height: 360px; height: 360px; } }