.header{background:#fff;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;z-index:101;height:64px}.header-container{height:100%;padding:0 20px;display:flex;align-items:center;gap:16px;justify-content:space-between}@media (max-width: 768px){.header{left:0}}@media (min-width: 1024px){.header{left:260px;width:calc(100% - 260px);transition:left .3s ease,width .3s ease}.header.sidebar-collapsed{left:80px;width:calc(100% - 80px)}}.header-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:8px;font-size:24px;color:#374151}@media (max-width: 768px){.header-menu-btn{display:block}}.header-menu-icon{display:block}.header-logo{display:flex;align-items:center;text-decoration:none;color:#111827;gap:8px}.header-logo-image{height:40px;width:auto;object-fit:contain}.header-logo-text{display:flex;align-items:center;gap:8px}.header-logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}.header-logo-name{font-size:18px;font-weight:700;color:#111827}.header-search{flex:1;max-width:600px;display:flex;align-items:center;background:#f3f4f6;border-radius:8px;padding:8px 12px;gap:8px}.header-search-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#111827}.header-search-input::placeholder{color:#9ca3af}.header-search-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;color:#6b7280}.header-search-icon{font-size:18px}.header-share-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#1a73e8;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:background .2s}.header-share-btn:hover{background:#1557b0}.header-share-icon{font-size:16px}.header-share-text{display:none}@media (min-width: 1024px){.header-share-text{display:inline}}@media (max-width: 768px){.header-container{padding:0 16px;gap:12px}.header-logo-name{font-size:16px}.header-search{max-width:none}}.arrow-left-icon{width:14px}.sidebar{position:fixed;left:0;top:0;height:100vh;width:260px;background:#ffffff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;z-index:100;overflow-y:auto;overflow-x:hidden;transition:width .3s ease,transform .3s ease}.sidebar.sidebar-collapsed{width:80px}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:99;display:none}@media (max-width: 768px){.sidebar{transform:translate(-100%);box-shadow:2px 0 8px #0000001a}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay{display:block}}@media (min-width: 1024px){.sidebar{transform:translate(0)}.sidebar-overlay{display:none}}.sidebar-header{padding:20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;position:relative}.sidebar-logo{display:flex;align-items:center;text-decoration:none;color:#111827;flex:1}.sidebar-logo-image{max-width:100%;max-height:40px;object-fit:contain}.sidebar-favicon{width:32px;height:32px;object-fit:contain;border-radius:4px}.sidebar-logo-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:6px;font-weight:700;font-size:18px}.sidebar-logo-name{font-size:18px;font-weight:700;color:#111827}.sidebar-toggle-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:none;align-items:center;justify-content:center;transition:all .2s;z-index:10}.sidebar-toggle-btn:hover{background:#e5e7eb;border-color:#d1d5db}.sidebar-toggle-icon{color:#374151}@media (min-width: 1024px){.sidebar-toggle-btn{display:flex}.sidebar-header{padding-right:50px}.sidebar.sidebar-collapsed .sidebar-header{padding:20px;justify-content:center;flex-direction:column;gap:8px}.sidebar.sidebar-collapsed .sidebar-logo{justify-content:center}.sidebar.sidebar-collapsed .sidebar-toggle-btn{position:static;transform:none;margin-top:0;width:100%}}.sidebar-logo-image{width:auto;max-height:40px;object-fit:contain}.sidebar-favicon{width:32px;height:32px;object-fit:contain;border-radius:4px;flex-shrink:0}.sidebar-logo-text{display:flex;align-items:center;gap:8px}.sidebar-logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}.sidebar-logo-name{font-size:18px;font-weight:700;color:#111827;white-space:nowrap;transition:opacity .2s}.sidebar.sidebar-collapsed .sidebar-logo-name{opacity:0;width:0;overflow:hidden}.sidebar-nav{flex:1;padding:16px 0;overflow-y:auto}.sidebar-section{margin-bottom:24px}.sidebar-section-title{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;padding:0 20px;margin-bottom:8px;white-space:nowrap;transition:opacity .2s;overflow:hidden}.sidebar.sidebar-collapsed .sidebar-section-title{opacity:0;height:0;padding:0;margin:0}.sidebar-nav-list{list-style:none;padding:0;margin:0}.sidebar-nav-item{display:flex;align-items:center;gap:12px;padding:12px 20px;text-decoration:none;color:#374151;font-size:14px;transition:all .2s;border-left:3px solid transparent;white-space:nowrap;justify-content:flex-start}.sidebar.sidebar-collapsed .sidebar-nav-item{justify-content:center;padding:12px}.sidebar-nav-item span:not(.sidebar-icon){transition:opacity .2s;overflow:hidden}.sidebar.sidebar-collapsed .sidebar-nav-item span:not(.sidebar-icon){opacity:0;width:0;overflow:hidden}.sidebar-nav-item:hover{background:#f9fafb;color:#111827}.sidebar-nav-item.active{background:#eff6ff;color:#1a73e8;border-left-color:#1a73e8;font-weight:600}.sidebar-icon{font-size:18px;width:20px;text-align:center;display:inline-block}.sidebar-icon-image{width:20px;height:20px;object-fit:contain;flex-shrink:0;display:block}.sidebar-category-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.sidebar-footer{padding:20px;border-top:1px solid #e5e7eb;background:#f9fafb}.sidebar-language{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:white;border-radius:6px;margin-bottom:12px;font-size:14px;color:#374151;cursor:pointer;transition:opacity .2s;overflow:hidden}.sidebar.sidebar-collapsed .sidebar-language{opacity:0;height:0;padding:0;margin:0}.sidebar-language-arrow{font-size:10px;color:#9ca3af}.sidebar-copyright{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b7280;justify-content:center}.sidebar-copyright span:not(.sidebar-icon){transition:opacity .2s;overflow:hidden;white-space:nowrap}.sidebar.sidebar-collapsed .sidebar-copyright span:not(.sidebar-icon){opacity:0;width:0;overflow:hidden}.sidebar::-webkit-scrollbar,.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track,.sidebar-nav::-webkit-scrollbar-track{background:#f9fafb}.sidebar::-webkit-scrollbar-thumb,.sidebar-nav::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover,.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#9ca3af}.footer{background:#f8f8f8;color:#000;margin-top:auto;width:100%;max-width:100%;box-sizing:border-box;flex-shrink:0}.footer-container{max-width:1400px;margin:0 auto;padding:60px 20px 24px;box-sizing:border-box}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand{max-width:100%}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-logo-image{height:48px;width:auto;object-fit:contain}.footer-logo-icon{width:48px;height:48px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:24px}.footer-logo-text{font-size:24px;font-weight:700;color:#000}.footer-description{color:#000;font-size:14px;line-height:1.6;margin:0;max-width:100%}.footer-section{display:flex;flex-direction:column}.footer-heading{font-size:16px;font-weight:700;margin-bottom:16px;color:#000;text-transform:none}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links li{margin:0}.footer-links li a{color:#000;text-decoration:none;font-size:14px;transition:color .2s;display:inline-block}.footer-links li a:hover{color:#000}.footer-social{display:flex;gap:12px;flex-wrap:wrap}.footer-link-see-all{font-weight:700;text-decoration:underline!important;color:#4076fe!important}.footer-social-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);color:#fff;text-decoration:none;transition:all .2s}.footer-social-icon:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.footer-social-icon svg{width:20px;height:20px}.footer-social-icon:nth-child(1){background:#1877f2}.footer-social-icon:nth-child(1):hover{background:#166fe5}.footer-social-icon:nth-child(2){background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.footer-social-icon:nth-child(2):hover{opacity:.9}.footer-social-icon:nth-child(3){background:#0077b5}.footer-social-icon:nth-child(3):hover{background:#006399}.footer-social-icon:nth-child(4){background:#000000}.footer-social-icon:nth-child(4):hover{background:#1a1a1a}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center}.footer-bottom p{color:#000;font-size:14px;margin:0}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1 / -1}}@media (max-width: 768px){.footer-container{padding:40px 16px 20px}.footer-content{grid-template-columns:1fr;gap:32px}.footer-brand{grid-column:1}.footer-logo{margin-bottom:12px}.footer-logo-text{font-size:20px}.footer-description{font-size:13px}.footer-heading{font-size:15px;margin-bottom:12px}.footer-links{gap:10px}.footer-links li a{font-size:13px}.footer-social{gap:10px}.footer-social-icon{width:36px;height:36px}.footer-social-icon svg{width:18px;height:18px}}.public-layout{min-height:100vh;display:flex;flex-direction:column;background:#ffffff;position:relative}.public-main{flex:1;width:100%;max-width:100%;overflow-y:auto;overflow-x:hidden;margin-top:64px;box-sizing:border-box;position:relative}.public-main-content{min-height:calc(100vh - 64px);display:flex;flex-direction:column;width:100%;max-width:100%;padding:10px 20px}@media (max-width: 768px){.public-main{margin-left:0}.public-main-content{padding:0}}@media (min-width: 1024px){.public-main{margin-left:260px;width:calc(100% - 260px);transition:margin-left .3s ease,width .3s ease}.public-main.sidebar-collapsed{margin-left:80px;width:calc(100% - 80px)}}.game-carousel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.game-carousel-title{display:flex;align-items:center;gap:8px}.game-carousel-icon{font-size:xx-large}.game-carousel-title h2{font-size:20px;font-weight:700;color:#111827;margin:0}.game-carousel-see-all{color:#1a73e8;text-decoration:none;font-size:14px;font-weight:500;background:aliceblue;padding:0 10px;border-radius:5px;border:1px solid #1a73e8;display:flex;align-items:center;gap:4px}.game-carousel-see-all:hover{text-decoration:none}.game-carousel-see-all-icon{width:14px}.game-carousel-container{position:relative;padding:0 20px;max-width:100%;overflow:hidden}.game-carousel{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px}.game-carousel::-webkit-scrollbar{display:none}.game-carousel-item{flex:0 0 180px;position:relative;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:#111827;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.game-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:white;border:1px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;color:#374151;z-index:2;box-shadow:0 2px 8px #0000001a;transition:all .2s}.game-carousel-arrow:hover{background:#f9fafb;border-color:#d1d5db}.game-carousel-arrow-left{left:0}.game-carousel-arrow-right{right:0}.game-carousel-arrow-icon-left,.game-carousel-arrow-icon-right{width:20px}@media (max-width: 768px){.game-carousel-item{flex:0 0 160px}.game-carousel-image,.game-carousel-placeholder{height:200px}.game-carousel-arrow{display:none}.game-carousel-header,.game-carousel-container{padding:0 16px}.game-carousel-section{margin-bottom:0}}.home{width:100%;max-width:100%;padding:20px 0;background:#ffffff;overflow-x:hidden;box-sizing:border-box}.home-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:0 20px}.home-section-title{display:flex;align-items:center;gap:8px}.home-section-icon{font-size:20px}.home-section-title h2{font-size:20px;font-weight:700;color:#111827;margin:0}.home-section-see-all{color:#1a73e8;text-decoration:none;font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px;background:aliceblue;padding:0 10px;border-radius:5px;border:1px solid #1a73e8}.home-section-see-all:hover{text-decoration:none}.home-section-see-all-icon{width:14px}.home-categories{padding:0}.categories-slider-wrapper{padding:0 20px;overflow:hidden;position:relative;width:100%}.categories-slider{display:flex;gap:12px;width:fit-content;animation:slideInfinite 30s linear infinite}.categories-slider:hover{animation-play-state:paused}@keyframes slideInfinite{0%{transform:translate(0)}to{transform:translate(-50%)}}.category-card{min-width:120px;width:120px;border-radius:12px;padding:20px 16px;text-align:center;text-decoration:none;color:#111827;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0;border-top:3px solid;position:relative}.category-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:12px 12px 0 0}.category-card:hover{box-shadow:0 4px 16px #0000001f}.category-card:hover .category-icon{transform:scale(1.1)}.category-icon{width:45px;height:45px;object-fit:contain;flex-shrink:0;transition:transform .3s ease}.category-icon-placeholder{width:45px;height:45px;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}.category-card h3{font-size:14px;font-weight:600;margin:0;color:#111827;line-height:1.3}.home-loading{text-align:center;padding:40px;color:#6b7280}@media (max-width: 768px){.home{padding:16px 0}.home-section-header{padding:0 16px}.home-categories,.home-all-games{padding:0}.categories-slider-wrapper{padding:0 16px}.categories-slider{gap:10px}.category-card{min-width:100px;width:100px;padding:16px 12px}.category-icon,.category-icon-placeholder{width:30px;height:30px}.category-icon-placeholder{font-size:24px}.category-card h3{font-size:12px}.games-grid{grid-template-columns:repeat(3,1fr);gap:12px}.game-image,.game-placeholder{height:160px}.game-placeholder{font-size:36px}.all-games-pattern-container{padding:0 16px;display:flex;flex-direction:column;gap:1rem}.all-games-group-wrapper{width:100%}.all-games-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.all-games-large .game-carousel-image,.all-games-large .game-carousel-placeholder{height:100%;min-height:200px}.all-games-small .game-carousel-image,.all-games-small .game-carousel-placeholder{height:100%;min-height:100px}}@media (min-width: 1024px){.home-section-header,.home-categories,.home-all-games{padding:0}.categories-slider-wrapper{padding:0 16px}.categories-slider{gap:10px}.category-card{min-width:160px;width:160px}.games-grid{grid-template-columns:repeat(6,1fr);max-width:100%}}.home-content-section{padding:20px 0;max-width:100%;box-sizing:border-box}.home-content-section h3{font-size:14px;font-weight:600;color:#1a73e8;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.home-content-section h2{font-size:32px;font-weight:700;color:#1a73e8;margin-bottom:20px}.home-content-section p{font-size:16px;line-height:1.6;color:#374151;margin-bottom:16px}.home-content-section ul{list-style:none;padding:0;margin:16px 0}.home-content-section ul li{padding-left:20px;position:relative}.home-content-section ul li:before{content:"•";position:absolute;left:0;color:#1a73e8;font-weight:700}.home-content-section ul li a{color:#1a73e8;text-decoration:none}.home-content-section ul li a:hover{text-decoration:underline}.home-faq-section{padding:20px 0;max-width:100%;box-sizing:border-box}.home-faq-section h2{font-size:32px;font-weight:700;color:#1a73e8;margin-bottom:24px}.home-faq-list{max-width:100%}.home-faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;overflow:hidden}.home-faq-question{width:100%;padding:20px;background:none;border:none;text-align:left;font-size:16px;font-weight:600;color:#111827;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}.home-faq-question:hover{background:#f9fafb}.home-faq-toggle{font-size:24px;color:#1a73e8;font-weight:300;margin-left:16px;flex-shrink:0}.home-faq-answer{padding:0 20px 20px;color:#374151;line-height:1.6;font-size:16px}.home-faq-answer p{margin:0}.home-faq-answer ul{list-style:none;padding:0;margin:12px 0}.home-faq-answer ul li{padding:6px 0 6px 20px;position:relative}.home-faq-answer ul li:before{content:"•";position:absolute;left:0;color:#1a73e8;font-weight:700}.home-faq-answer ul li a{color:#1a73e8;text-decoration:none}.home-faq-answer ul li a:hover{text-decoration:underline}@media (max-width: 768px){.home-content-section,.home-faq-section{padding:24px 16px}.home-content-section h2,.home-faq-section h2{font-size:24px}.home-content-section h3{font-size:12px}.home-content-section p,.home-faq-answer{font-size:14px}.home-faq-question{font-size:16px}}.games-page{padding:15px 0}.games-page h1{font-size:32px;font-weight:700;margin-bottom:32px;color:#111827}.games-filters{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}.games-search{flex:1;min-width:200px;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.games-category-filter{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff}.all-games-pattern-container{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:.5rem;margin-top:.5rem}.all-games-group-wrapper{grid-column:span 3 / span 3}.all-games-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.all-games-large .game-carousel-image,.all-games-large .game-carousel-placeholder{height:100%}.all-games-large .game-carousel-info{padding:16px}.all-games-large .game-carousel-info h3{font-size:16px}.all-games-small .game-carousel-image,.all-games-small .game-carousel-placeholder{height:100%}.all-games-info{display:none!important;padding:12px;position:relative;z-index:1}.all-games-info h3{font-size:14px;font-weight:600;margin:0;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.game-carousel-badge.trending{background:#10b981}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.game-description{font-size:13px;color:#6b7280;margin-top:8px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.games-loading,.games-empty{text-align:center;padding:64px;color:#6b7280;font-size:18px}.game-carousel-item{position:relative;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:#111827;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.game-carousel-item:hover{box-shadow:0 8px 24px #0003}.game-carousel-item:hover .game-carousel-image,.game-carousel-item:hover .game-carousel-placeholder{transform:scale(1.1)}.game-carousel-item:hover .game-carousel-hover-overlay{opacity:1;visibility:visible}.game-carousel-badge{position:absolute;top:8px;left:8px;background:#ef4444;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;z-index:1;text-transform:uppercase}.game-carousel-image{width:100%;height:180px;object-fit:cover;display:block;transition:transform .3s ease}.game-carousel-placeholder{width:100%;height:180px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:48px;transition:transform .3s ease}.game-carousel-hover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-end;justify-content:center;padding:16px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:2;border-radius:12px}.game-carousel-hover-title{color:#fff;font-size:16px;font-weight:700;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);transform:translateY(10px);transition:transform .3s ease;line-height:1.3;word-wrap:break-word;max-width:100%}.game-carousel-item:hover .game-carousel-hover-title{transform:translateY(0)}.game-carousel-info{padding:12px;display:none}.game-carousel-info h3{font-size:14px;font-weight:600;margin:0;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.games-filters{flex-direction:column}.games-search,.games-category-filter{width:100%}.games-grid{grid-template-columns:1fr}.all-games-pattern-container{padding:0 16px;display:flex;flex-direction:column;gap:1rem}.all-games-group-wrapper{width:100%}.all-games-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.all-games-large .game-carousel-image,.all-games-large .game-carousel-placeholder{height:100%;min-height:200px}.all-games-small .game-carousel-image,.all-games-small .game-carousel-placeholder{height:100%;min-height:100px}}.game-detail-page{width:100%;max-width:100%;padding:20px 0;background:#ffffff;overflow-x:hidden;box-sizing:border-box}.game-detail-loading{text-align:center;padding:64px;font-size:18px;color:#6b7280}.game-detail-main{display:flex;flex-direction:column;gap:24px}.game-player-section{width:100%;margin-bottom:24px}.game-player-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#000;min-height:400px;max-height:600px}.game-player-section:fullscreen,.game-player-section:-webkit-full-screen,.game-player-section:-moz-full-screen,.game-player-section:-ms-fullscreen{width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;border-radius:0!important;background:#000!important;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:9999}.game-player-section:fullscreen .game-player-wrapper,.game-player-section:-webkit-full-screen .game-player-wrapper,.game-player-section:-moz-full-screen .game-player-wrapper,.game-player-section:-ms-fullscreen .game-player-wrapper{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;aspect-ratio:unset!important;border-radius:0!important;min-height:unset!important;max-height:unset!important}.game-player-section:fullscreen .game-blurred-background,.game-player-section:-webkit-full-screen .game-blurred-background,.game-player-section:-moz-full-screen .game-blurred-background,.game-player-section:-ms-fullscreen .game-blurred-background{width:100%!important;height:100%!important}.game-player-section:fullscreen .game-logo-overlay,.game-player-section:-webkit-full-screen .game-logo-overlay,.game-player-section:-moz-full-screen .game-logo-overlay,.game-player-section:-ms-fullscreen .game-logo-overlay{width:100%;height:100%}.game-player-section:fullscreen .game-logo,.game-player-section:-webkit-full-screen .game-logo,.game-player-section:-moz-full-screen .game-logo,.game-player-section:-ms-fullscreen .game-logo{max-width:500px;max-height:250px}.game-player-wrapper:fullscreen,.game-player-wrapper:-webkit-full-screen,.game-player-wrapper:-moz-full-screen,.game-player-wrapper:-ms-fullscreen{width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;aspect-ratio:unset!important;border-radius:0!important;min-height:unset!important;background:#000!important;position:fixed;top:0;left:0;z-index:9999}.game-player-wrapper:fullscreen .game-blurred-background,.game-player-wrapper:-webkit-full-screen .game-blurred-background,.game-player-wrapper:-moz-full-screen .game-blurred-background,.game-player-wrapper:-ms-fullscreen .game-blurred-background{width:100%!important;height:100%!important}.game-player-wrapper:fullscreen .game-logo-overlay,.game-player-wrapper:-webkit-full-screen .game-logo-overlay,.game-player-wrapper:-moz-full-screen .game-logo-overlay,.game-player-wrapper:-ms-fullscreen .game-logo-overlay{width:100%;height:100%}.game-player-wrapper:fullscreen .game-logo,.game-player-wrapper:-webkit-full-screen .game-logo,.game-player-wrapper:-moz-full-screen .game-logo,.game-player-wrapper:-ms-fullscreen .game-logo{max-width:500px;max-height:250px}.game-blurred-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(20px) brightness(.6);transform:scale(1.1);z-index:1}.game-logo-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;pointer-events:none;display:flex;align-items:center;justify-content:center}.game-logo{max-width:300px;max-height:150px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.5));border-radius:10px}.game-action-buttons{position:absolute;bottom:80px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:12px;align-items:center}.game-play-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#1a73e8;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #1a73e866;white-space:nowrap}.game-play-btn:hover{background:#1557b0;transform:translateY(-2px);box-shadow:0 6px 16px #1a73e880}.game-close-preview-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#0ea5e9;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0ea5e966;white-space:nowrap}.game-close-preview-btn:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 6px 16px #0ea5e980}.game-engagement{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:4;align-items:center}.engagement-item{display:flex;align-items:center;gap:6px;padding:8px 12px;background:rgba(255,255,255,.95);border-radius:8px;font-size:14px;font-weight:600;color:#111827;border:none;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.engagement-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.engagement-item:hover{background:rgba(255,255,255,1);transform:translateY(-2px)}.engagement-item:active{transform:translateY(0)}.engagement-item:focus{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.engagement-fullscreen{padding:8px 12px}.game-close-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(0,0,0,.7);color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.game-close-btn:hover{background:rgba(0,0,0,.9)}.game-iframe-container{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.game-iframe-container:fullscreen,.game-iframe-container:-webkit-full-screen,.game-iframe-container:-moz-full-screen,.game-iframe-container:-ms-fullscreen{width:100vw;height:100vh;aspect-ratio:unset;background:#000}.game-iframe-container:fullscreen .game-iframe-active,.game-iframe-container:-webkit-full-screen .game-iframe-active,.game-iframe-container:-moz-full-screen .game-iframe-active,.game-iframe-container:-ms-fullscreen .game-iframe-active{width:100%;height:100%}.game-iframe-header{position:absolute;top:0;right:0;background:rgba(0,0,0,.7);z-index:10;display:flex;justify-content:flex-end;width:100px}.game-iframe-active{width:100%;height:100%;border:none}.game-info-section{display:flex;flex-direction:column;gap:24px}.game-title{font-size:36px;font-weight:700;color:#111827;margin:0}.game-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:20px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.game-detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:14px;font-weight:500;color:#111827}.detail-link{color:#1a73e8;text-decoration:none;transition:color .2s}.detail-link:hover{color:#1557b0;text-decoration:underline}.game-description{font-size:16px;line-height:1.6;color:#374151}.game-description p{margin:0}.game-section{margin-top:8px}.game-section-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 12px}.game-section-content{font-size:16px;line-height:1.6;color:#374151}.game-section-content p{margin:0 0 12px}.game-section-content p:last-child{margin-bottom:0}.game-video-placeholder{width:100%;aspect-ratio:16 / 9;background:#e5e7eb;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:24px 0}.video-placeholder-content{font-size:18px;font-weight:600;color:#6b7280}.game-detail-carousel{margin-top:32px}.game-detail-sidebar{display:flex;flex-direction:column;gap:20px}.sidebar-ad{width:100%;position:sticky;top:84px}.ad-placeholder{width:100%;min-height:600px;background:#f3f4f6;border:2px dashed #d1d5db;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px;font-weight:500}@media (max-width: 1024px){.game-detail-container{grid-template-columns:1fr}.game-detail-sidebar{display:none}.game-details-grid{grid-template-columns:1fr}.game-player-wrapper{max-height:500px}.game-logo{max-width:250px;max-height:120px;border-radius:10px}}@media (max-width: 768px){.game-detail-container{padding:0 16px}.game-title{font-size:28px}.game-section-title{font-size:20px}.game-player-wrapper{aspect-ratio:16 / 9;min-height:350px;max-height:400px}.game-logo{max-width:200px;max-height:100px;border-radius:10px}.game-action-buttons{bottom:70px;flex-direction:column;width:calc(100% - 32px);gap:8px}.game-play-btn,.game-close-preview-btn{width:100%;justify-content:center;padding:10px 20px;font-size:14px}.game-engagement{bottom:12px;flex-wrap:wrap;justify-content:center;gap:6px;width:calc(100% - 32px)}.engagement-item{font-size:12px;padding:6px 10px;gap:4px}.engagement-item svg{width:16px;height:16px}.engagement-item span{font-size:12px}}@media (max-width: 480px){.game-player-wrapper{min-height:350px;max-height:350px}.game-logo{max-width:200px;max-height:100px;border-radius:10px}.game-action-buttons{bottom:60px}.game-engagement{gap:4px}.engagement-item{padding:5px 8px;font-size:11px}.engagement-item svg{width:14px;height:14px}}.categories-page{padding:48px 0}.categories-page h1{font-size:32px;font-weight:700;margin-bottom:32px;color:#111827}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:24px}.categories-loading,.categories-empty{text-align:center;padding:64px;color:#6b7280;font-size:18px}@media (max-width: 768px){.categories-grid{grid-template-columns:1fr}}.category-detail-page{padding:20px 0;min-height:60vh}.category-detail-page .container{margin:0 auto}.category-header{margin-bottom:32px}.category-back-link{display:inline-flex;align-items:center;gap:8px;color:#1a73e8;text-decoration:none;font-size:14px;font-weight:500;margin-bottom:20px;transition:color .2s}.category-back-link:hover{color:#1557b0;text-decoration:underline}.category-info{display:flex;align-items:center;gap:20px}.category-header-icon{width:64px;height:64px;object-fit:contain;border-radius:12px}.category-info h1{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}.category-info .category-description{font-size:16px;color:#6b7280;margin:0;line-height:1.6}.games-count{margin-bottom:20px}.games-count p{font-size:14px;color:#6b7280;margin:0}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.game-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:#111827;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;position:relative}.game-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 8px 24px #0003}.game-card:hover .game-image,.game-card:hover .game-placeholder{transform:scale(1.1)}.game-card:hover .game-hover-overlay{opacity:1;visibility:visible}.game-image{width:100%;height:200px;object-fit:cover;display:block;transition:transform .3s ease}.game-placeholder{width:100%;height:200px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:48px;transition:transform .3s ease}.game-hover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%);display:flex;align-items:flex-end;justify-content:center;padding:16px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:2;border-radius:12px}.game-hover-title{color:#fff;font-size:16px;font-weight:700;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);transform:translateY(10px);transition:transform .3s ease;line-height:1.3;word-wrap:break-word;max-width:100%}.game-card:hover .game-hover-title{transform:translateY(0)}.game-info{padding:12px;position:relative;z-index:1;display:none}.game-info h3{font-size:14px;font-weight:600;margin:0;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-loading,.games-loading{text-align:center;padding:64px;color:#6b7280;font-size:18px}.category-not-found,.games-empty{text-align:center;padding:64px;color:#6b7280}.category-not-found h1{font-size:32px;color:#111827;margin-bottom:16px}.category-not-found p{font-size:16px;margin-bottom:24px}.btn-back,.btn-browse{display:inline-block;padding:12px 24px;background:#1a73e8;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .2s;margin-top:10px}.btn-back:hover,.btn-browse:hover{background:#1557b0}@media (max-width: 768px){.category-detail-page{padding:16px 0}.category-detail-page .container{padding:0 16px}.category-info{flex-direction:column;align-items:flex-start;gap:16px}.category-header-icon{width:48px;height:48px}.category-info h1{font-size:24px}.games-grid{grid-template-columns:repeat(3,1fr);gap:12px}.game-image,.game-placeholder{height:160px}}@media (min-width: 1024px){.games-grid{grid-template-columns:repeat(6,1fr)}}.faqs-page{padding:48px 0}.faqs-page h1{font-size:32px;font-weight:700;margin-bottom:32px;color:#111827}.faqs-loading,.faqs-empty{text-align:center;padding:64px;color:#6b7280;font-size:18px}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;overflow:hidden}.faq-question{width:100%;padding:20px;background:none;border:none;text-align:left;font-size:16px;font-weight:600;color:#111827;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}.faq-question:hover{background:#f9fafb}.faq-toggle{font-size:24px;color:var(--primary-color, #1a73e8);font-weight:300}.faq-answer{padding:0 20px 20px;color:#374151;line-height:1.6}.faq-answer p{margin:0}.cms-page{padding:48px 0}.cms-page-loading{text-align:center;padding:64px;font-size:18px;color:#6b7280}.cms-page-content{background:#fff;padding:20px}.cms-page-content h1{font-size:32px;font-weight:700;margin-bottom:24px;color:#111827}.cms-page-body{line-height:1.8;color:#374151}.cms-page-body h2{font-size:24px;font-weight:600;margin-top:32px;margin-bottom:16px;color:#111827}.cms-page-body h3{font-size:20px;font-weight:600;margin-top:24px;margin-bottom:12px;color:#111827}.cms-page-body p{margin-bottom:16px}.cms-page-body ul,.cms-page-body ol{margin-bottom:16px;padding-left:24px}.cms-page-body li{margin-bottom:8px}.cms-page-body a{color:var(--primary-color, #1a73e8);text-decoration:none}.cms-page-body a:hover{text-decoration:underline}@media (max-width: 768px){.cms-page-content{padding:24px}}.contact-page{padding:48px 0;background:#ffffff}.contact-container{max-width:600px;margin:0 auto;padding:0 20px}.contact-header{text-align:center;margin-bottom:32px}.contact-header h1{font-size:36px;font-weight:700;color:#111827;margin:0 0 12px}.contact-subtitle{font-size:16px;color:#6b7280;margin:0;line-height:1.5}.contact-success,.contact-error{padding:12px 16px;border-radius:8px;margin-bottom:24px}.contact-success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.contact-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.contact-success p,.contact-error p{margin:0;font-size:14px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:500;color:#374151}.required{color:#ef4444;margin-left:4px}.form-select,.form-input,.form-textarea{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:16px;font-family:inherit;background:#f9fafb;color:#111827;transition:all .2s;box-sizing:border-box}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;cursor:pointer}.form-select:focus,.form-input:focus,.form-textarea:focus{outline:none;border-color:#1a73e8;background:#ffffff;box-shadow:0 0 0 3px #1a73e81a}.form-select:hover,.form-input:hover,.form-textarea:hover{border-color:#d1d5db;background:#ffffff}.form-textarea{resize:vertical;min-height:120px;font-family:inherit}.contact-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:#1a73e8;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.contact-submit-btn:hover:not(:disabled){background:#1557b0;transform:translateY(-1px);box-shadow:0 4px 12px #1a73e84d}.contact-submit-btn:active:not(:disabled){transform:translateY(0)}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}.contact-submit-btn svg{width:20px;height:20px}@media (max-width: 768px){.contact-page{padding:32px 0}.contact-header h1{font-size:28px}.contact-subtitle{font-size:14px}.contact-container{padding:0 16px}.form-select,.form-input,.form-textarea{font-size:16px}}.tenant-not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:2rem}.tenant-not-found-container{max-width:600px;width:100%}.tenant-not-found-content{background:white;border-radius:16px;padding:3rem 2rem;text-align:center;box-shadow:0 20px 60px #0000004d}.tenant-not-found-icon{color:#ef4444;margin-bottom:1.5rem;display:flex;justify-content:center}.tenant-not-found-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.tenant-not-found-message{font-size:1.125rem;color:#6b7280;margin-bottom:.5rem;line-height:1.6}.tenant-not-found-submessage{font-size:.875rem;color:#9ca3af;margin-top:1rem;line-height:1.5}@media (max-width: 640px){.tenant-not-found-content{padding:2rem 1.5rem}.tenant-not-found-title{font-size:1.5rem}.tenant-not-found-message{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;max-width:100%;overflow-x:hidden}:root{--primary-color: #1a73e8;--secondary-color: #10b981;--theme-color: #1a73e8}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;color:#111827;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{font-family:inherit}
