.game-card{position:relative;width:100%;aspect-ratio:3/4;border-radius:12px;overflow:hidden;background-color:#202020;box-shadow:0 4px 6px #0000004d;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:500;font-style:italic}.card-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.card-overlay{position:absolute;bottom:0;left:0;width:100%;height:70%;background:linear-gradient(to top,rgba(0,0,0,.95),transparent);z-index:1;pointer-events:none}.card-content{position:absolute;bottom:0;left:0;width:100%;padding:1rem;z-index:2;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem}.title-section h2{margin:0;font-size:1.2rem;color:#fff;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.5)}.platform-tags{display:flex;flex-wrap:wrap;gap:.3rem}.tag{background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:.75rem;padding:2px 6px;border-radius:4px;text-transform:uppercase;font-weight:600;font-style:normal}.release-year{display:block;color:#ccc;font-size:.9rem;max-height:0;opacity:0;overflow:hidden;transition:all .3s ease}.game-card:hover{transform:scale(1.05);box-shadow:-5px -5px 15px #00eaff80,5px 5px 15px #ff005580;z-index:10}.game-card:hover .release-year{max-height:20px;opacity:1;margin-top:.25rem}@media(min-width:760px){.tag{font-size:.85rem}}#root{background-color:#0a0a0a}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;background-color:#0a0a0a}main{flex-grow:1;padding:1rem;box-sizing:border-box}.content-area{width:100%;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}ul{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;list-style:none;padding:0;margin:0}.load-more-container{display:flex;justify-content:center;margin-top:3rem;width:100%;padding-bottom:2rem}.load-more-button{background-color:transparent;color:#00e5ff;border:2px solid #00E5FF;border-radius:50px;padding:.8rem 2.5rem;font-weight:700;font-size:1rem;cursor:pointer;text-transform:uppercase;transition:all .3s ease}.load-more-button:hover{background-color:#00e5ff;color:#0a0a0a;box-shadow:0 0 15px #00e5ff66;transform:translateY(-2px)}.scroll-top-button{width:3rem;height:3rem;background-color:#00e5ff;color:#0a0a0a;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #00e5ff4d;transition:transform .3s ease,background-color .3s ease;animation:fadeIn .3s ease-in-out}.scroll-top-button:hover{background-color:#fff;transform:translateY(-5px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;background-color:#0a0a0a;color:#00e5ff;gap:1.5rem;width:100%}.skull-loader{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.skull-icon{width:40px;height:40px;color:#fff;z-index:2;animation:pulse-skull 2s infinite ease-in-out}.spinner-ring{position:absolute;width:100%;height:100%;border:4px solid rgba(0,229,255,.1);border-top-color:#00e5ff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-skull{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}.no-results-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:50vh;padding:2rem;color:#ccc;gap:1rem;font-family:Inter,sans-serif}.no-results-icon{color:#ff007a;margin-bottom:1rem;opacity:.8}.no-results-title{font-size:2rem;font-weight:700;color:#fff;margin:0}.no-results-text strong{color:#00e5ff;font-weight:600}.no-results-suggestion{color:#888;max-width:400px;font-weight:600}.mobile-filter-toggle{background-color:#ff007a;color:#fff;border:none;border-radius:50px;padding:.8rem 1.5rem;display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1rem;cursor:pointer;box-shadow:0 4px 20px #ff007a66;transition:all .3s ease}.mobile-filter-toggle:hover{transform:scale(1.05);box-shadow:0 6px 25px #ff007a80}.sticky-buttons-container{position:sticky;bottom:2rem;float:right;display:flex;flex-direction:column;align-items:flex-end;gap:1rem;z-index:100;width:fit-content}@media(min-width:1024px){ul{grid-template-columns:repeat(4,1fr);gap:2rem}.content-area{max-width:80%;flex-direction:row}.mobile-filter-toggle{display:none}.scroll-top-button{width:3.5rem;height:3.5rem}}.hero-section{position:relative;width:100%;min-height:40vh;display:flex;align-items:center;justify-content:center;overflow:hidden;font-family:Inter,sans-serif;padding:2rem 1rem;box-sizing:border-box;color:#fff}.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1538481199705-c710c4e965fc?q=80&w=2000&auto=format&fit=crop);background-size:cover;background-position:center;filter:blur(6px);z-index:0;transform:scale(1.1)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0a0a0ab3,#050505f2);z-index:1}.hero-content{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.hero-title{font-size:2.5rem;font-weight:900;margin:0;line-height:1.1;background:linear-gradient(90deg,#00e5ff,#ff007a);-webkit-background-clip:text;background-clip:text;color:transparent;text-transform:uppercase;letter-spacing:-.02em}.hero-subtitle{color:#ccc;font-size:1.2rem;margin:.5rem 0 0;font-weight:400}.search-container{display:flex;align-items:center;width:95%;background-color:#141414cc;border:1px solid rgba(255,255,255,.15);border-radius:50px;padding:.4rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000080;transition:transform .3s ease,box-shadow .3s ease}.search-icon-wrapper{padding:0 .8rem;color:#888;display:flex}.search-input{flex:1;background:transparent;border:none;color:#ff4da3;font-size:1rem;outline:none;padding:.5rem 0}.search-button{background-color:#00e5ff;color:#0a0a0a;border:none;border-radius:50px;padding:.6rem;font-weight:700;font-size:.9rem;cursor:pointer;text-transform:uppercase;transition:background-color .2s}.search-button:hover{background-color:#6ff0ff}@media(min-width:768px){.hero-title{font-size:4rem}.search-container{width:100%;max-width:600px;padding:.5rem}.search-button{padding:.8rem 2rem;font-size:1rem}}@media(min-width:1024px){.hero-section{min-height:45vh}.hero-title{font-size:5.5rem}.hero-content{gap:3rem}.hero-overlay{background:radial-gradient(circle at center,#0a0a0a99,#000000f2 90%)}}.filters-container{background-color:#121212;position:fixed;top:0;left:0;height:100%;width:85%;max-width:320px;z-index:1001;transform:translate(-100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.1);font-family:Inter,sans-serif}.filters-container.is-open{transform:translate(0)}.filters-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.filters-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.filters-header-title{display:flex;align-items:center;gap:.75rem;font-size:1.2rem;font-weight:600;color:#00e5ff}.filters-header-title span{background:linear-gradient(90deg,#00e5ff 50%,#ff007a);-webkit-background-clip:text;background-clip:text;color:transparent}.close-filters-btn{background:none;border:none;color:#888;cursor:pointer;padding:.5rem;display:flex;transition:color .2s}.close-filters-btn:hover{color:#fff}.filters-body{padding:1.5rem;overflow-y:auto;flex-grow:1}.filter-group{position:relative;background-color:#1a1a1a;padding:1.25rem;border-radius:16px;margin-bottom:1.5rem;border:1px solid transparent;z-index:0}.filter-group:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#00e5ff,#ff007a);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.filter-group:last-of-type{margin-bottom:0}.filter-title{font-size:1rem;font-weight:700;background:linear-gradient(180deg,#00e5ff,#ff007a);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem;margin-top:0;text-transform:uppercase;letter-spacing:.05em}.filter-pills{display:flex;flex-wrap:wrap;gap:.75rem}.filter-pill{font-family:Inter,sans-serif;background-color:#2a2a2a;color:#e0e0e0;border:1px solid #444;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-pill:hover{background-color:#3a3a3a;border-color:#666}.filter-pill.active{background-color:#00d1ff;color:#121212;border-color:#00d1ff;font-weight:700}.filters-body::-webkit-scrollbar{width:8px}.filters-body::-webkit-scrollbar-track{background:#1a1a1a;border-radius:10px}.filters-body::-webkit-scrollbar-thumb{background-color:#00e5ff;border-radius:10px}.filters-body::-webkit-scrollbar-thumb:hover{background-color:#ff007a}@media(min-width:1024px){.filters-container{position:sticky;top:20px;transform:translate(0);height:calc(100vh - 40px);max-width:25%;flex-shrink:0;border-radius:16px;border:1px solid rgba(255,255,255,.1);align-self:start}.filters-backdrop,.close-filters-btn{display:none}.filters-header{padding:1.5rem}.filters-container{margin-bottom:1rem}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.modal-wrapper{background-color:#121212;border-radius:16px;border:1px solid rgba(0,229,255,.2);box-shadow:0 0 30px #000c;display:flex;flex-direction:column;overflow:hidden;position:relative;font-family:Inter,sans-serif;width:100%;max-width:90vw;max-height:90vh;color:#fff}.modal-close-btn{position:absolute;top:1rem;right:1rem;background:#00000080;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-close-btn:hover{background:#ff007a;border-color:#ff007a;transform:rotate(90deg)}.modal-image-container{width:100%;height:250px;position:relative;background-color:#000;margin:0}.modal-image{width:100%;height:100%;object-fit:cover;mask-image:linear-gradient(to bottom,black 60%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.modal-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;margin-top:-2rem;position:relative;z-index:2}.modal-title{font-size:1.8rem;font-weight:800;margin:0;line-height:1.1;background:linear-gradient(90deg,#fff,#ccc);-webkit-background-clip:text;background-clip:text;color:transparent}.modal-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.5rem}.modal-year{display:flex;align-items:center;gap:.4rem;color:#00e5ff;font-weight:600;font-size:.9rem;background:#00e5ff1a;padding:.3rem .8rem;border-radius:50px}.modal-genres{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.modal-pill{font-size:.8rem;padding:.3rem .8rem;border-radius:50px;background-color:#2a2a2a;color:#ccc;border:1px solid #444}.modal-description{font-size:1rem;line-height:1.6;color:#e0e0e0;max-height:30vh;overflow-y:auto;padding-right:.5rem}.modal-description::-webkit-scrollbar{width:6px}.modal-description::-webkit-scrollbar-track{background:#1a1a1a}.modal-description::-webkit-scrollbar-thumb{background-color:#444;border-radius:10px}@media(min-width:768px){.modal-wrapper{flex-direction:row;height:600px;max-width:1000px;width:90%}.modal-image-container{width:45%;height:100%;flex-shrink:0}.modal-image{mask-image:linear-gradient(to right,black 70%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 70%,transparent 100%)}.modal-content{width:55%;padding:1.5rem;margin-top:0;justify-content:center}.modal-title{font-size:2.5rem;margin-bottom:.5rem}.modal-description{font-size:1.1rem;max-height:none;overflow-y:auto}}.site-footer{background-color:#050505;border-top:1px solid rgba(255,255,255,.1);padding:3rem 1.5rem 1.5rem;margin-top:auto;font-family:Inter,sans-serif;color:#ccc;position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,#00E5FF,#FF007A,transparent);opacity:.7}.footer-content{display:flex;flex-direction:column;justify-content:center;gap:2.5rem;text-align:center;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.footer-logo{display:flex;align-items:center;gap:.5rem;color:#fff}.footer-logo h3{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.logo-icon{color:#00e5ff}.footer-tagline{font-size:.9rem;color:#888;margin:0;max-width:300px;text-align:center}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-links a{color:#e0e0e0;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-links a:hover{color:#00e5ff;text-shadow:0 0 8px rgba(0,229,255,.4)}.social-link{color:#888;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%;background:#ffffff0d}.social-link:hover{color:#fff;background:#ff007a;transform:translateY(-3px);box-shadow:0 4px 12px #ff007a66}.footer-bottom{border-top:1px solid #ffffff41;text-align:center;font-size:.9rem;color:#979595;display:flex;align-items:center;justify-content:center}.heart-icon{color:#ff007a;vertical-align:middle;margin:0 2px}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:center;text-align:left;max-width:1200px;margin-left:auto;margin-right:auto}.footer-bottom{font-size:1.2rem}.footer-brand{max-width:300px}.footer-links{flex-direction:row;gap:2rem}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-filters,.skeleton-card,.skeleton-filters__header,.skeleton-filters__group{background-image:linear-gradient(to right,#1a1a1a,#2a2a2a 20%,#1a1a1a 40% 100%);background-repeat:no-repeat;background-size:2000px 100%;animation:shimmer 2s infinite linear}.skeleton-filters{display:none}@media(min-width:1024px){.skeleton-filters{display:block;position:sticky;top:20px;height:calc(100vh - 40px);width:25%;flex-shrink:0;border-radius:16px;background-color:#1a1a1a;padding:1.5rem;box-sizing:border-box}.skeleton-filters__header{height:24px;width:50%;margin-bottom:2rem;border-radius:8px}.skeleton-filters__group{height:200px;margin-bottom:1.5rem;border-radius:16px}}.skeleton-card{height:300px;border-radius:16px;background-color:#1a1a1a}
