body{font-family:Roboto,Arial;color:#212121;margin:0}p{margin:0}button{font-size:14px;cursor:pointer}select{cursor:pointer}input,select,button{font-family:Roboto,Arial}.button-primary{color:#fff;background-color:#198754;border:1px solid transparent;border-radius:5px;cursor:pointer;box-shadow:0 2px 5px #dcdcdc80}.button-primary:hover{background-color:#198754bf;border:1px solid transparent}.button-primary:active{background:#19875480;border-color:transparent;box-shadow:none}.button-secondary{color:#212121;background:#fff;border:1px solid rgb(200,200,200);border-radius:5px;cursor:pointer;box-shadow:0 2px 5px #dcdcdc33}.button-secondary:hover{background-color:#fafafa}.button-secondary:active{background-color:#f0f0f0;box-shadow:none}.limit-text-to-2-lines{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.link-primary{color:#198754;cursor:pointer}.link-primary:hover{opacity:.75}.link-primary:active{opacity:.5}select{color:#212121;background-color:#fff;border:1px solid rgb(200,200,200);border-radius:5px;padding:3px 5px;font-size:15px;cursor:pointer;box-shadow:0 1px 3px #c8c8c833}select:focus,input:focus{outline:2px solid rgb(25,135,84)}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 1rem 1rem;font-family:sans-serif;margin-top:auto}.footer-content{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem}.footer-section{flex:1;min-width:200px}.footer-logo{font-size:1.5rem;margin-bottom:1rem}.footer-logo span{color:#646cff}.footer-section h3{font-size:1.1rem;margin-bottom:1rem;border-bottom:2px solid #333;padding-bottom:5px;display:inline-block}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#bbb;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#646cff}.footer-bottom{text-align:center;margin-top:3rem;padding-top:1rem;border-top:1px solid #333;color:#777;font-size:.9rem}@media(max-width:600px){.footer-content{flex-direction:column;text-align:center}.footer-section h3{display:block}}.games-grid-section{max-width:1200px;margin:4rem auto;padding:0 2rem}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.section-icon{width:40px;height:40px}.section-title{font-size:2.5rem;color:#000}.grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.game-card-mini{cursor:pointer;transition:transform .3s ease}.image-wrapper{position:relative;overflow:hidden;border-radius:15px;aspect-ratio:1024 / 500;background:#222}.image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#646cffcc;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease}.overlay span{color:#fff;font-weight:700;font-size:1.2rem;border:2px solid white;padding:.5rem 1rem}.game-card-mini:hover{transform:translateY(-10px)}.game-card-mini:hover .overlay{opacity:1}.game-card-mini:hover img{transform:scale(1.1)}.game-card-mini h3{margin-top:1rem;text-align:center;color:#ccc}.header{background-color:#646cff;color:#fff;padding-left:15px;padding-right:15px;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;left:0;right:0;height:60px;z-index:1000}.header .left-section{width:208px}@media(max-width:800px){.header .left-section{width:unset}}.header .header-link{display:inline-block;padding:6px 9.5px;border-radius:2px;cursor:pointer;text-decoration:none;border:1px solid rgba(0,0,0,0)}.header .header-link:hover{border:1px solid white}.header .logo{height:26px;margin-top:1px}.header .mobile-logo{display:none}@media(max-width:675px){.header .logo{display:none}.header .mobile-logo{display:block;height:26px;margin-top:1px}}.header .middle-section{flex:1;max-width:850px;margin-left:10px;margin-right:10px;display:flex}.header .search-bar{flex:1;width:0;font-size:16px;height:38px;padding-left:15px;border:none;border-radius:5px 0 0 5px}.header .search-button{background-color:#cad8ff;border:none;width:45px;height:40px;border-top-right-radius:5px;border-bottom-right-radius:5px;flex-shrink:0}.header .search-icon{height:20px;margin-left:0;margin-top:3px}.header .right-section{width:180px;flex-shrink:0;display:flex;justify-content:end}.header .about-link{color:#fff;display:flex;align-items:center;padding-left:13px;padding-right:13px}.header .about-link.active{text-decoration:underline}.header .about-text{display:block;font-size:15px;font-weight:700}.header .projects-link{color:#fff;display:flex;align-items:center;position:relative}.header .projects-icon{width:38px}.header .projects-text{margin-left:5px;font-size:15px;font-weight:700}.header .projects-quantity{color:#084f2d;font-size:14px;font-weight:700;position:absolute;top:8.5px;right:46px;width:26px;text-align:center}.welcome-card{width:100%;background-color:#121212;color:#fff;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;box-sizing:border-box}.welcome-container{max-width:1200px;width:100%;display:flex;flex-direction:row;align-items:center;gap:4rem}.welcome-image{flex:1}.welcome-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #00000080}.welcome-content{flex:1}.welcome-title{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}.welcome-title .brand{color:#646cff}.welcome-text{font-size:1.2rem;color:#ccc;line-height:1.6;margin-bottom:2rem}.read-more-btn{background-color:#646cff;color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:transform .2s,background-color .2s}.read-more-btn:hover{background-color:#7a82ff;transform:translateY(-2px)}@media(max-width:900px){.welcome-container{flex-direction:column;text-align:center;gap:2rem}.welcome-title{font-size:2.5rem}}.home-page{margin-top:60px}.home-page .products-grid{display:grid;grid-template-columns:repeat(8,1fr)}@media(max-width:2000px){.home-page .products-grid{grid-template-columns:repeat(7,1fr)}}@media(max-width:1600px){.home-page .products-grid{grid-template-columns:repeat(6,1fr)}}@media(max-width:1300px){.home-page .products-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:1000px){.home-page .products-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.home-page .products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:575px){.home-page .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:450px){.home-page .products-grid{grid-template-columns:1fr}}.home-page .product-container{padding:40px 25px 25px;border-right:1px solid rgb(240,240,240);border-bottom:1px solid rgb(240,240,240);display:flex;flex-direction:column}.home-page .product-image-container{display:flex;justify-content:center;align-items:center;height:180px;margin-bottom:20px}.home-page .product-image{max-width:100%;max-height:100%;border-radius:5px}.home-page .product-name{height:40px;margin-bottom:5px}.home-page .product-rating-container{display:flex;align-items:center;margin-bottom:10px}.home-page .product-rating-stars{width:100px;margin-right:6px}.home-page .product-rating-count{color:#198754;cursor:auto;margin-top:3px}.home-page .product-price{font-weight:700;margin-bottom:10px}.home-page .product-quantity-container{margin-bottom:17px}.home-page .product-spacer{flex:1}.home-page .added-to-projects{color:#198754;font-size:16px;display:flex;align-items:center;margin-bottom:8px;opacity:0}.home-page .added-to-projects img{height:19px;margin-right:6px}.home-page .add-to-projects-button{width:100%;padding:8px;height:34px;margin-top:1px}.notfound-page{max-width:850px;padding-left:20px;padding-right:20px;margin:120px auto 100px;display:flex;flex-direction:column;align-items:center;text-align:center}.notfound-page .page-title{font-weight:700;font-size:26px;margin-bottom:25px}.notfound-page img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 20px #0003}.feature-card{width:100%;background-color:#f0f0f0;color:#333;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;box-sizing:border-box}.feature-container{max-width:1200px;width:100%;display:flex;flex-direction:row;align-items:center;gap:4rem}.row-reverse .feature-container{flex-direction:row-reverse}.feature-image,.feature-content{flex:1}.feature-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px #00000080}.feature-title{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem}.feature-text{font-size:1.2rem;color:#2b2b2b;line-height:1.6;margin-bottom:2rem}.feature-btn{background-color:#646cff;color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:transform .2s,background-color .2s}.feature-btn:hover{background-color:#7a82ff;transform:translateY(-2px)}@media(max-width:900px){.feature-card{padding:2rem 1rem}.feature-container,.row-reverse .feature-container{flex-direction:column!important;text-align:center;gap:2rem}.feature-title{font-size:2.5rem}}.games-page{background-color:#121212;min-height:100vh}.games-page-header{padding:6rem 2rem 2rem;text-align:center;max-width:800px;margin:0 auto}.games-page-header h1{font-size:3.5rem;margin-bottom:1rem;color:#fff}.games-page-header p{font-size:1.2rem;color:#aaa;line-height:1.6}@media(max-width:600px){.games-page-header h1{font-size:2.5rem}}.game-detail-page{max-width:1200px;margin:6rem auto;padding:0 2rem;color:#000}.tags-container{display:flex;gap:.5rem;margin:1rem 0 3rem}.tag{background:#333;padding:.3rem .8rem;border-radius:20px;font-size:.9rem;color:#646cff}.game-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.links-section a{display:block;color:#646cff;margin-top:1rem;text-decoration:none}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-item img{width:100%;border-radius:8px;cursor:pointer;transition:opacity .2s}.gallery-item img:hover{opacity:.8}@media(max-width:900px){.game-info-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#000000f2;display:flex;justify-content:center;align-items:center;z-index:9999;cursor:zoom-out;padding:10px}.modal-content{width:auto;height:auto;display:flex;justify-content:center;align-items:center;max-width:100%;max-height:100%}.modal-content img{object-fit:contain;max-width:95vw;max-height:85vh;border-radius:4px;box-shadow:0 0 50px #000c;cursor:default;animation:zoomIn .25s cubic-bezier(.4,0,.2,1)}.modal-close{position:fixed;top:15px;right:20px;background:#ffffff1a;width:50px;height:50px;border-radius:50%;border:none;color:#fff;font-size:2rem;line-height:1;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10000;transition:background .2s}.modal-close:hover{background:#fff3}.privacy-wrapper{max-width:900px;margin:6rem auto;padding:2rem;background:#1a1a1a;color:#ddd}.privacy-content h1{color:#fff;text-align:center}.privacy-content strong{color:#646cff;display:block;margin-top:1rem}.privacy-content ul{padding-left:20px}.privacy-content a{color:#646cff}.privacy-content .logo{display:block;margin:0 auto;width:100px}.updates-list{display:flex;flex-direction:column;gap:1rem}.update-item-link{text-decoration:none;color:inherit}.update-item{background:#ffffff0d;padding:1rem;border-radius:8px;border-left:4px solid transparent;transition:all .2s ease;display:flex;flex-direction:column}.update-item:hover{background:#ffffff1a;border-left-color:#646cff;transform:translate(5px)}.update-date{font-size:.8rem;color:#888;margin-bottom:.3rem}.update-title{font-weight:700;color:#000}.update-page-container{max-width:800px;margin:120px auto 60px;padding:0 2rem;color:#292929;line-height:1.7}.update-header{margin-bottom:2rem}.back-link{display:inline-block;margin-bottom:1.5rem;color:#646cff;text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}.update-page-date{display:block;color:#888;font-size:.9rem;margin-bottom:.5rem}.update-header h1{font-size:2.5rem;line-height:1.2;margin:0}hr{border:0;border-top:1px solid #333;margin:2rem 0}.update-page-content h3{color:#646cff;margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem}.update-page-content p{margin-bottom:1.5rem}.update-page-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.update-page-content li{margin-bottom:.8rem}.update-page-content strong{color:#fff}@media(max-width:768px){.update-page-container{margin-top:100px}.update-header h1{font-size:1.8rem}}
