*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background-color:#0a0a0a;color:#fff;background-image:radial-gradient(circle at 20% 50%,rgba(0,255,150,.03) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,0,100,.03) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(0,150,255,.03) 0%,transparent 50%)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.rom-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}@media (min-width:768px){.rom-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.rom-grid{grid-template-columns:repeat(3,1fr)}}.card{background:linear-gradient(145deg,#1a1a1a,#2a2a2a);border-radius:1rem;box-shadow:0 8px 32px rgba(0,0,0,.3);overflow:hidden;transition:all 0.3s ease;border:1px solid #333}.card:hover{box-shadow:0 20px 40px rgba(0,255,150,.1);transform:translateY(-5px);border-color:#00ff96}.btn-primary{background:linear-gradient(135deg,#00ff96,#00cc77);color:#000;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:700;display:inline-block;transition:all 0.3s ease;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.btn-primary:hover{background:linear-gradient(135deg,#00cc77,#00aa66);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,255,150,.3);color:#000}.btn-secondary{background:linear-gradient(135deg,#ff0066,#cc0055);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:700;display:inline-block;transition:all 0.3s ease;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.btn-secondary:hover{background:linear-gradient(135deg,#cc0055,#aa0044);transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,0,102,.3);color:#fff}header{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);box-shadow:0 4px 20px rgba(0,0,0,.5);border-bottom:2px solid #00ff96}header nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}header h1 a{color:#00ff96;text-decoration:none;font-size:1.8rem;font-weight:900;text-transform:uppercase;letter-spacing:2px}header h1 a:hover{color:#0c7;text-shadow:0 0 20px rgba(0,255,150,.5)}.primary-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.primary-menu a{color:#fff;text-decoration:none;font-weight:600;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.primary-menu a:hover{color:#00ff96;text-shadow:0 0 10px rgba(0,255,150,.5)}.search-form{display:flex;align-items:center}.search-form input{padding:.75rem 1rem;border:2px solid #333;border-radius:.5rem 0 0 .5rem;outline:none;background:#1a1a1a;color:#fff}.search-form input:focus{border-color:#00ff96;box-shadow:0 0 0 2px rgba(0,255,150,.2)}.search-form button{background:#00ff96;color:#000;border:none;padding:.75rem 1rem;border-radius:0 .5rem .5rem 0;cursor:pointer;transition:all 0.3s ease;font-weight:700}.search-form button:hover{background:#0c7;box-shadow:0 4px 15px rgba(0,255,150,.3)}footer{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#fff;margin-top:3rem;padding:3rem 0;border-top:2px solid #00ff96}footer h3,footer h4{color:#00ff96;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}footer a{color:#ccc;text-decoration:none;transition:color 0.3s ease}footer a:hover{color:#00ff96;text-shadow:0 0 10px rgba(0,255,150,.3)}.hero-section{background:linear-gradient(135deg,#00ff96,#00cc77,#ff0066);color:#000;text-align:center;padding:4rem 2rem;border-radius:1rem;margin-bottom:3rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23000000" opacity="0.1"/><circle cx="80" cy="80" r="2" fill="%23000000" opacity="0.1"/></svg>');background-size:50px 50px}.hero-section h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-transform:uppercase;letter-spacing:3px;position:relative;z-index:1}@media (min-width:768px){.hero-section h1{font-size:5rem}}section{margin-bottom:4rem}.content-section{background:linear-gradient(145deg,#1a1a1a,#2a2a2a);padding:2rem;border-radius:1rem;box-shadow:0 8px 32px rgba(0,0,0,.3);border:1px solid #333}.console-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:768px){.console-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.console-grid{grid-template-columns:repeat(6,1fr)}}.console-link{background:linear-gradient(145deg,#1a1a1a,#2a2a2a);color:#fff;padding:1.5rem 1rem;border-radius:1rem;text-decoration:none;text-align:center;transition:all 0.3s ease;display:block;border:2px solid #333;position:relative;overflow:hidden}.console-link::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,255,150,.1),transparent);transition:left 0.5s ease}.console-link:hover::before{left:100%}.console-link:hover{border-color:#00ff96;transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,255,150,.2);color:#00ff96}.console-icon{font-size:2rem;margin-bottom:.5rem;display:block}.rom-count{font-size:.8rem;color:#888;margin-top:.5rem}.download-count{background:linear-gradient(135deg,#ff0066,#cc0055);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:700;display:inline-block;margin-top:.5rem}.platform-badge{background:linear-gradient(135deg,#0066ff,#0055cc);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:700;display:inline-block;margin:.25rem;text-transform:uppercase;letter-spacing:.5px}@media (max-width:767px){.primary-menu{flex-direction:column;gap:1rem}.search-form{display:none}.hero-section{padding:2rem 1rem}.hero-section h1{font-size:2.5rem}.console-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.console-link{padding:1rem .5rem}.console-icon{font-size:1.5rem}}.text-glow{text-shadow:0 0 20px rgba(0,255,150,.5)}.neon-border{border:2px solid #00ff96;box-shadow:0 0 20px rgba(0,255,150,.3)}.gaming-bg{background:linear-gradient(145deg,#1a1a1a,#2a2a2a);border:1px solid #333}.file-info{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #333}.file-size{color:#888;font-size:.9rem}.region-flag{width:24px;height:16px;border-radius:2px;display:inline-block;margin-left:.5rem}.rating{color:gold;font-size:.9rem;margin:.5rem 0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#00ff96;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0c7}.text-center{text-align:center}.text-white{color:#fff}.text-gray-300{color:#ccc}.text-gray-500{color:#888}.text-green-400{color:#00ff96}.text-pink-400{color:#f06}.text-blue-400{color:#06f}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.p-6{padding:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-4{padding-left:1rem;padding-right:1rem}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:1rem}.bg-dark{background-color:#1a1a1a}.bg-darker{background-color:#0a0a0a}.font-bold{font-weight:700}.font-black{font-weight:900}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.animate-bounce{animation:bounce 1s infinite}@keyframes bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.hover-glow:hover{box-shadow:0 0 30px rgba(0,255,150,.3)}.hover-scale:hover{transform:scale(1.05)}.w-full{width:100%}.h-64{height:16rem}.min-h-screen{min-height:100vh}.animate-bounce{animation:bounce 1s infinite}@keyframes bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.hover-glow:hover{box-shadow:0 0 30px rgba(0,255,150,.3)}.hover-scale:hover{transform:scale(1.05)}.w-full{width:100%}.h-64{height:16rem}.min-h-screen{min-height:100vh}.site-header{position:relative;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);box-shadow:0 2px 10px rgba(0,255,150,.1);z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;min-height:70px}.site-logo{flex-shrink:0;max-width:200px}.site-logo img{max-height:50px;width:auto}.primary-navigation{display:flex;align-items:center;flex:1;justify-content:center}.primary-menu{display:flex;list-style:none;margin:0;padding:0;align-items:center}.primary-menu li{margin:0 15px;position:relative}.primary-menu a{color:#fff;text-decoration:none;font-weight:500;padding:15px 10px;display:block;transition:all 0.3s ease;border-radius:6px}.primary-menu a:hover{color:#00ff96;background:rgba(0,255,150,.1)}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:10px;border-radius:6px;transition:all 0.3s ease}.mobile-menu-toggle:hover{background:rgba(0,255,150,.1);color:#00ff96}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);z-index:9998}.mobile-menu-panel{display:none;position:fixed;top:0;right:-100%;width:280px;height:100vh;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);box-shadow:-5px 0 15px rgba(0,0,0,.3);z-index:9999;transition:right 0.3s ease;overflow-y:auto}.mobile-menu-panel.active{right:0}.mobile-menu-header{padding:20px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.mobile-menu-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:5px;border-radius:4px;transition:all 0.3s ease}.mobile-menu-close:hover{background:rgba(0,255,150,.1);color:#00ff96}.mobile-menu{list-style:none;margin:0;padding:20px 0}.mobile-menu li{margin:0;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-menu a{display:block;padding:15px 20px;color:#fff;text-decoration:none;font-weight:500;transition:all 0.3s ease}.mobile-menu a:hover{background:rgba(0,255,150,.1);color:#00ff96;padding-left:30px}@media screen and (max-width:1024px) and (min-width:768px){.header-container{padding:0 15px}.primary-menu li{margin:0 10px}.primary-menu a{font-size:14px;padding:12px 8px}.site-logo{max-width:180px}.site-logo img{max-height:45px}}@media screen and (max-width:1024px){.primary-navigation{display:none}.mobile-menu-toggle{display:block}.mobile-menu-overlay.active{display:block}.mobile-menu-panel{display:block}}@media screen and (max-width:991px){.header-container{min-height:65px;padding:0 15px}.site-logo{max-width:160px}.site-logo img{max-height:40px}.mobile-menu-panel{width:260px}}@media screen and (max-width:768px){.header-container{min-height:60px;padding:0 10px}.site-logo{max-width:140px}.site-logo img{max-height:35px}.mobile-menu-panel{width:240px}.mobile-menu-header{padding:15px}}@media screen and (max-width:576px){.header-container{min-height:55px;padding:0 10px}.site-logo{max-width:120px}.site-logo img{max-height:30px}.mobile-menu-panel{width:100%;right:-100%}.mobile-menu-panel.active{right:0}}@media screen and (max-width:480px){.header-container{padding:0 8px}.mobile-menu-toggle{font-size:20px;padding:8px}}@media screen and (max-width:1024px) and (orientation:landscape){.mobile-menu-panel{width:300px}}@media screen and (-webkit-min-device-pixel-ratio:2),screen and (min-resolution:192dpi){.site-logo img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.fade-in{animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.slide-in-right{animation:slideInRight 0.3s ease}@keyframes slideInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-menu-toggle:focus,.mobile-menu-close:focus{outline:2px solid #00ff96;outline-offset:2px}.mobile-menu a:focus{background:rgba(0,255,150,.2);outline:none}body.mobile-menu-open{overflow:hidden}.hero-gaming{background:#0a0a0a;border-bottom:3px solid #00ff96;padding:1.25rem 0;position:relative;overflow:hidden}.hero-gaming.loaded{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#0a0a0a 100%)}.hero-gaming .container{max-width:1100px;margin:0 auto;width:100%;box-sizing:border-box}.gaming-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:0;transition:opacity 0.5s ease}.gaming-bg.loaded{opacity:1}.geometric-shapes{position:absolute;width:100%;height:100%;overflow:hidden;opacity:0;transition:opacity 0.5s ease 0.2s}.geometric-shapes.loaded{opacity:1}.shape{position:absolute;opacity:.08}.shape.loaded{animation:shapeFloat 12s linear infinite}.shape-triangle{width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:25px solid #00ff96}.shape-square{width:20px;height:20px;background:linear-gradient(45deg,#00ff96,#00cc77);transform:rotate(45deg)}.shape-circle{width:18px;height:18px;border-radius:50%;background:radial-gradient(circle,#00ff96,#00aa66)}.shape-hexagon{width:20px;height:20px;background:#00ff96;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.shape:nth-child(1){top:10%;left:5%;animation-delay:0s}.shape:nth-child(2){top:20%;right:10%;animation-delay:-2s}.shape:nth-child(3){top:60%;left:15%;animation-delay:-4s}.shape:nth-child(4){top:80%;right:20%;animation-delay:-6s}.shape:nth-child(5){top:40%;left:80%;animation-delay:-3s}.shape:nth-child(6){top:70%;left:70%;animation-delay:-5s}@keyframes shapeFloat{0%{transform:translateY(0) rotate(0deg);opacity:.08}25%{transform:translateY(-30px) rotate(90deg);opacity:.15}50%{transform:translateY(-15px) rotate(180deg);opacity:.12}75%{transform:translateY(-40px) rotate(270deg);opacity:.18}100%{transform:translateY(0) rotate(360deg);opacity:.08}}.data-stream{display:none!important;opacity:0!important;visibility:hidden!important}.data-stream:nth-child(1){left:10%;animation-delay:0s}.data-stream:nth-child(2){left:30%;animation-delay:-1s}.data-stream:nth-child(3){left:50%;animation-delay:-2s}.data-stream:nth-child(4){left:70%;animation-delay:-3s}.data-stream:nth-child(5){left:90%;animation-delay:-4s}.data-stream.loaded{display:none!important;animation:none!important}@keyframes dataFlow{0%{opacity:0}100%{opacity:0}}.neon-grid{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(0,255,150,.01) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,150,.01) 1px,transparent 1px);background-size:60px 60px;opacity:0;transition:opacity 0.5s ease 0.3s}.neon-grid.loaded{opacity:.02;animation:gridPulse 6s ease-in-out infinite}@keyframes gridPulse{0%,100%{opacity:.02;transform:scale(1)}50%{opacity:.05;transform:scale(1.02)}}.floating-icon{position:absolute;opacity:0;color:#00ff96;transition:opacity 0.5s ease 0.4s}.floating-icon.loaded{opacity:.1;animation:float 6s ease-in-out infinite}@keyframes float{0%,100%{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-20px) rotate(5deg)}50%{transform:translateY(-10px) rotate(-3deg)}75%{transform:translateY(-15px) rotate(3deg)}}.gaming-header{display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:10}.header-content h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;margin-bottom:.5rem;line-height:1.1;text-transform:uppercase;letter-spacing:1px;color:#00ff96;word-break:break-word;will-change:transform}.header-content h1.loaded{background:#01FF96;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.header-content p{color:#ccc;font-size:clamp(.9rem,2.2vw,1.1rem);line-height:1.4;font-weight:400;word-wrap:break-word}.gaming-search{max-width:100%;width:100%}.search-gaming{position:relative;background:linear-gradient(145deg,#1a1a1a,#2a2a2a);border-radius:1.6rem!important;border:2px solid #333;transition:all 0.3s ease;overflow:hidden;display:flex;align-items:center}@media (max-width:768px){.search-gaming{background:#2a2a2a;border:2px solid #333;will-change:transform;width:85%}}.search-gaming:focus-within{border-color:#00ff96;box-shadow:0 0 30px rgba(0,255,150,.2)}.search-input-gaming{width:100%;padding:.8rem .8rem .8rem 2.5rem;border:none;background:transparent;color:#fff;font-size:.95rem;outline:none}.search-input-gaming::placeholder{color:#888}.search-icon-gaming{position:absolute;left:.8rem;top:50%;transform:translateY(-50%);color:#888;z-index:10}.search-btn-gaming{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#00ff96,#00cc77);color:#000;border:none;padding:.6rem 1.2rem;border-radius:1.6rem;font-weight:700;cursor:pointer;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.search-btn-gaming:hover{background:linear-gradient(135deg,#00cc77,#00aa66);box-shadow:0 8px 25px rgba(0,255,150,.4)}.console-section{padding:1.5rem 0;border-radius:2rem;margin:2rem auto;max-width:1200px;width:100%;box-sizing:border-box}.console-section .container{max-width:1100px;margin:0 auto;width:100%;box-sizing:border-box}.console-section h2{margin-top:-.5rem}.console-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.2rem;margin-top:2rem;max-width:1000px;margin-left:auto;margin-right:auto;width:100%;box-sizing:border-box}.console-link{background:linear-gradient(145deg,#1a1a1a,#2a2a2a);border:2px solid #333;border-radius:1rem;padding:1.5rem;text-decoration:none;color:inherit;transition:all 0.3s ease,opacity 0.5s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:160px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.console-link::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent,rgba(0,255,150,.05));opacity:0;transition:opacity 0.3s ease}.console-link:hover{transform:translateY(-3px);border-color:#00ff96;box-shadow:0 8px 25px rgba(0,255,150,.2)}.console-link:hover::before{opacity:1}.console-icon{width:48px!important;height:48px!important;margin-bottom:16px!important;position:relative!important;z-index:10!important}.console-icon svg{width:48px!important;height:48px!important;color:#00ff96!important;transition:all 0.3s ease!important}.console-link .font-bold{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.5rem;position:relative;z-index:10}.rom-count{color:#888;font-size:.85rem;font-weight:500;position:relative;z-index:10}.console-link:hover .rom-count{color:#00ff96}.view-all-simple-btn{display:inline-block;background:linear-gradient(145deg,#1a1a1a,#2a2a2a);border:2px solid #333;color:#fff;font-weight:600;font-size:1rem;padding:1rem 2rem;border-radius:.5rem;text-decoration:none;margin-top:20px;text-transform:uppercase;letter-spacing:.5px;transition:all 0.3s ease;position:relative;overflow:hidden}.view-all-simple-btn::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent,rgba(0,255,150,.05));opacity:0;transition:opacity 0.3s ease}.view-all-simple-btn:hover{transform:translateY(-3px);border-color:#00ff96;box-shadow:0 8px 25px rgba(0,255,150,.2);color:#fff;text-decoration:none}.view-all-simple-btn:hover::before{opacity:1}.filter-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:0 1rem}.filter-btn{background:linear-gradient(145deg,#2a2a2a,#1a1a1a);color:#fff;border:2px solid #333;border-radius:.75rem;padding:.75rem 1.5rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;touch-action:manipulation;-webkit-tap-highlight-color:transparent;white-space:nowrap}.filter-btn::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,transparent,rgba(0,255,150,.1));opacity:0;transition:opacity 0.3s ease}.filter-btn:hover{border-color:#00ff96;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,255,150,.2)}.filter-btn:hover::before{opacity:1}.filter-btn.active{background:linear-gradient(135deg,#00ff96,#00cc77);color:#000;border-color:#00ff96;box-shadow:0 5px 20px rgba(0,255,150,.3)}.filter-btn.active::before{opacity:0}.console-link.hidden{opacity:0;transform:scale(.8);pointer-events:none}.console-badge{background:linear-gradient(135deg,rgba(0,255,150,.15),rgba(0,204,119,.1));border:1px solid rgba(0,255,150,.3);border-radius:1.5rem;padding:.5rem 1rem;backdrop-filter:blur(10px);box-shadow:0 4px 15px rgba(0,255,150,.1);transition:all 0.3s ease;display:inline-flex;align-items:center;width:auto;white-space:nowrap;font-size:.75rem;font-weight:600;letter-spacing:.5px}.console-badge:hover{background:linear-gradient(135deg,rgba(0,255,150,.2),rgba(0,204,119,.15));border-color:rgba(0,255,150,.4);box-shadow:0 6px 20px rgba(0,255,150,.15);transform:translateY(-1px)}.console-title{margin-top:1rem}.latest-releases{padding:2rem 0;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.latest-releases .container{max-width:1100px;margin:0 auto;width:100%;box-sizing:border-box}.latest-releases .console-badge{margin-bottom:.5rem}.latest-releases .console-title{margin-bottom:1rem;margin-top:0;font-size:clamp(1.8rem,4vw,2.5rem)}.console-section .console-badge{margin-bottom:.5rem}.console-section .console-title{margin-bottom:1rem;margin-top:0}.view-all-popular-roms,.view-all-latest-roms{margin-top:-50px!important;padding-top:0!important}div.view-all-popular-roms.text-center,div.view-all-latest-roms.text-center{margin-top:-50px!important;padding-top:0!important}.latest-releases .py-16{padding-bottom:0.5rem!important}section.py-16.latest-releases .container{padding-bottom:0!important;margin-bottom:-1rem!important}section.py-16.latest-releases .text-center.mb-6{margin-bottom:0.5rem!important}section.latest-releases{padding-bottom:0.5rem!important}section.latest-releases .container .text-center{margin-bottom:-0.5rem!important}.romspure-welcome-section{padding:48px 0!important;background-color:#1a1a1a!important;position:relative!important}.romspure-welcome-container{max-width:1200px!important;margin:0 auto!important;padding:0 24px!important}.romspure-welcome-content{text-align:center!important}.romspure-badge{display:inline-flex!important;align-items:center!important;padding:8px 16px!important;background:rgba(34,197,94,.1)!important;border:1px solid rgba(34,197,94,.3)!important;border-radius:9999px!important;margin-bottom:16px!important}.romspure-badge svg{width:16px!important;height:16px!important;color:#22c55e!important;margin-right:8px!important}.romspure-badge span{color:#22c55e!important;font-weight:500!important;font-size:14px!important;text-transform:uppercase!important;letter-spacing:1px!important}.romspure-title{font-size:36px!important;font-weight:900!important;color:white!important;margin-bottom:16px!important;line-height:1.2!important}.romspure-gradient-text{background:linear-gradient(to right,#22c55e,#3b82f6)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.romspure-description{color:#d1d5db!important;max-width:768px!important;margin:0 auto 32px!important;line-height:1.6!important;font-size:16px!important}.romspure-stats{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;gap:16px!important;max-width:640px!important;margin:0 auto!important}.romspure-stat-card{background:rgba(34,197,94,.05)!important;border:1px solid rgba(34,197,94,.2)!important;border-radius:8px!important;padding:16px!important;text-align:center!important}.romspure-stat-card.blue{background:rgba(59,130,246,.05)!important;border:1px solid rgba(59,130,246,.2)!important}.romspure-stat-card.purple{background:rgba(168,85,247,.05)!important;border:1px solid rgba(168,85,247,.2)!important}.romspure-stat-number{font-size:32px!important;font-weight:700!important;margin-bottom:4px!important}.romspure-stat-number.green{color:#22c55e!important}.romspure-stat-number.blue{color:#3b82f6!important}.romspure-stat-number.purple{color:#a855f7!important}.romspure-stat-label{font-size:14px!important;color:#9ca3af!important}.console-badge svg{width:14px!important;height:14px!important;margin-right:6px!important;margin-left:6px!important}.search-icon-gaming svg{width:20px!important;height:20px!important}@media (max-width:768px){.romspure-title{font-size:24px!important}.romspure-stats{grid-template-columns:1fr!important;gap:12px!important}.romspure-welcome-container{padding:0 16px!important}.console-icon{width:40px!important;height:40px!important}.console-icon svg{width:40px!important;height:40px!important}}@media (max-width:480px){.hero-gaming{padding:.5rem 0}.hero-gaming .container{padding-left:.5rem;padding-right:.5rem}.gaming-header{gap:.5rem;text-align:left}.header-content{text-align:left}.header-content h1{font-size:clamp(1.5rem,4vw,2.2rem)!important;margin-bottom:0.25rem!important;line-height:1.05!important}.header-content p{font-size:clamp(.8rem,2vw,.95rem)!important;line-height:1.3!important;margin-bottom:0.5rem!important}.search-input-gaming{padding:.6rem .6rem .6rem 2rem;font-size:.85rem}.search-btn-gaming{padding:.45rem .85rem;font-size:.75rem}.console-grid{grid-template-columns:repeat(2,1fr)!important;gap:0.75rem!important;max-width:100%!important}.console-link{padding:0.875rem!important;min-height:120px!important}}@media (max-width:768px){.hero-gaming{padding:.75rem 0}.hero-gaming .container{padding-left:.75rem;padding-right:.75rem}.gaming-header{flex-direction:column;gap:.75rem;text-align:left}.header-content{max-width:100%;text-align:left}.header-content h1{font-size:clamp(1.75rem,4.5vw,2.8rem)!important;margin-bottom:0.375rem!important}.header-content p{font-size:clamp(.85rem,2.1vw,1rem)!important;margin-bottom:0.5rem!important}.console-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;max-width:100%!important}.console-link{padding:1rem!important;min-height:130px!important}}@media (max-width:360px){.hero-gaming{padding:.375rem 0}.hero-gaming .container{padding-left:.375rem;padding-right:.375rem}.header-content h1{font-size:clamp(1.25rem,3.5vw,1.8rem)!important;margin-bottom:0.2rem!important;line-height:1.02!important}.header-content p{font-size:clamp(.75rem,1.8vw,.85rem)!important;line-height:1.25!important;margin-bottom:0.375rem!important}.gaming-header{gap:.375rem}.search-input-gaming{padding:.5rem .5rem .5rem 1.75rem;font-size:.8rem}.search-btn-gaming{padding:.4rem .75rem;font-size:.7rem}.console-grid{grid-template-columns:repeat(2,1fr)!important;gap:0.5rem!important;max-width:100%!important}.console-link{padding:0.75rem!important;min-height:110px!important}}.touch-device .filter-btn,.touch-device .search-btn-gaming,.touch-device .view-all-simple-btn,.touch-device .console-link{min-height:30px;min-width:44px}@media (max-width:1024px){.hero-gaming{padding:1.5rem 0}.hero-gaming .container{padding-left:1.5rem;padding-right:1.5rem}.console-section{margin:1.2rem;padding:.2rem;width:auto;border-radius:1.5rem}.console-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.console-link{padding:1.25rem;min-height:150px}.latest-releases{padding:1.5rem 0}.filter-btn{padding:.625rem 1.25rem;font-size:.85rem}}@media (min-width:768px){.hero-gaming{padding:1.5rem 0}.gaming-header{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem;text-align:left}.header-content{max-width:60%}.gaming-search{max-width:380px;width:380px}.console-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;max-width:900px}}.gaming-search{max-width:380px;width:380px}.console-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}@media (min-width:1024px){.console-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;max-width:1000px}.console-section{max-width:1300px}.latest-releases{max-width:1300px}}@media (min-width:1400px){.console-section{max-width:1400px}.latest-releases{max-width:1400px}.console-grid{max-width:1200px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.console-icon svg{transform:scale(1.1)}.search-icon-gaming svg{transform:scale(1.1)}}@media (prefers-reduced-motion:reduce){.geometric-shapes .shape,.data-stream,.pixel-particles{animation:none}.console-link,.filter-btn,.view-all-simple-btn{transition:none}}@media (min-width:769px){.gaming-bg,.geometric-shapes,.floating-icon,.pixel-particles{opacity:1}.shape{animation:shapeFloat 12s linear infinite}.floating-icon{animation:float 6s ease-in-out infinite}.pixel-particles{animation:pixelMove 20s linear infinite}}@media (min-width:0){.gaming-bg,.geometric-shapes,.floating-icon,.pixel-particles{display:block!important;opacity:1!important}.data-stream{display:none!important}.shape.loaded{animation:shapeFloat 12s linear infinite}.floating-icon.loaded{animation:float 6s ease-in-out infinite}.data-stream.loaded{display:none!important;animation:none!important}}.pixel-particles{opacity:1}.shape{animation:shapeFloat 12s linear infinite}.floating-icon{animation:float 6s ease-in-out infinite}.pixel-particles{animation:pixelMove 20s linear infinite}@media (min-width:0){.gaming-bg,.circuit-board,.geometric-shapes,.neon-grid,.floating-icon,.pixel-particles,.data-stream{display:block!important;opacity:1!important}.circuit-board.loaded{animation:circuitMove 30s linear infinite}.circuit-board.loaded::before{animation:circuitPulse 8s ease-in-out infinite}.shape.loaded{animation:shapeFloat 12s linear infinite}.neon-grid.loaded{animation:gridPulse 6s ease-in-out infinite}.floating-icon.loaded{animation:float 6s ease-in-out infinite}.pixel-particles.loaded{animation:pixelMove 20s linear infinite}.data-stream.loaded{animation:dataFlow 4s linear infinite}}.pixel-particles{animation:pixelMove 20s linear infinite}.console-grid{max-width:1200px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.console-icon svg{transform:scale(1.1)}.search-icon-gaming svg{transform:scale(1.1)}}@media (prefers-reduced-motion:reduce){.circuit-board,.neon-grid,.geometric-shapes .shape,.data-stream,.pixel-particles{animation:none}.console-link,.filter-btn,.view-all-simple-btn{transition:none}}.floating-icon,.pixel-particles{opacity:1}.shape{animation:shapeFloat 12s linear infinite}.floating-icon{animation:float 6s ease-in-out infinite}.pixel-particles{animation:pixelMove 20s linear infinite}@media (min-width:0){.gaming-bg,.circuit-board,.geometric-shapes,.neon-grid,.floating-icon,.pixel-particles,.data-stream{display:block!important;opacity:1!important}.circuit-board.loaded{animation:circuitMove 30s linear infinite}.circuit-board.loaded::before{animation:circuitPulse 8s ease-in-out infinite}.shape.loaded{animation:shapeFloat 12s linear infinite}.neon-grid.loaded{animation:gridPulse 6s ease-in-out infinite}.floating-icon.loaded{animation:float 6s ease-in-out infinite}.pixel-particles.loaded{animation:pixelMove 20s linear infinite}.data-stream.loaded{animation:dataFlow 4s linear infinite}}.pixel-particles{animation:pixelMove 20s linear infinite}.console-grid{max-width:1200px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.console-icon svg{transform:scale(1.1)}.search-icon-gaming svg{transform:scale(1.1)}}@media (prefers-reduced-motion:reduce){.circuit-board,.neon-grid,.geometric-shapes .shape,.data-stream,.pixel-particles{animation:none}.console-link,.filter-btn,.view-all-simple-btn{transition:none}}.gaming-header-nav{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border-bottom:3px solid #00ff96;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,.5)}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;max-width:1200px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.logo-gaming{font-size:1.8rem;font-weight:900;color:#00ff96;text-decoration:none;text-transform:uppercase;letter-spacing:2px;transition:all 0.3s ease}.logo-gaming:hover{text-decoration:none}.main-nav{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.main-nav a{color:#fff;text-decoration:none;font-weight:600;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;padding:.5rem 1rem;border-radius:.5rem;border:2px solid transparent;display:flex;align-items:center;gap:.5rem}.main-nav a svg{width:1rem;height:1rem;fill:currentColor}.main-nav a:hover{color:#00ff96;border-color:#00ff96;background:rgba(0,255,150,.1);text-shadow:0 0 10px rgba(0,255,150,.5);text-decoration:none}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:.25rem;z-index:10001}.mobile-menu-toggle span{display:block;width:25px;height:3px;background:#00ff96;border-radius:1.5px;transition:all 0.3s ease}.mobile-menu-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;left:-45%;width:45%;height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);z-index:10000;padding:4rem 2rem 2rem 2rem;overflow-y:auto;transition:left 0.3s ease;border-right:3px solid #00ff96;box-shadow:4px 0 20px rgba(0,0,0,.5)}.mobile-nav.active{left:0}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.7);z-index:9999;opacity:0;visibility:hidden;transition:all 0.3s ease}.mobile-nav-overlay.active{opacity:1;visibility:visible}.mobile-nav a{color:#fff;text-decoration:none;font-weight:600;font-size:1rem;padding:.875rem 1rem;border:2px solid #333;border-radius:.5rem;text-align:left;text-transform:uppercase;letter-spacing:1px;transition:all 0.3s ease;display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.mobile-nav a svg{width:1.1rem;height:1.1rem;fill:currentColor}.mobile-nav a:hover{color:#00ff96;border-color:#00ff96;background:rgba(0,255,150,.1);text-shadow:0 0 10px rgba(0,255,150,.5);text-decoration:none}.logo-gaming svg{width:1.5rem;height:1.5rem;margin-right:.5rem}.main-nav ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.main-nav li{margin:0;padding:0}.mobile-nav ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0;gap:0;width:100%}.mobile-nav li{margin:0;padding:0;width:100%}.mobile-nav li a{margin-bottom:.75rem}@media (max-width:1024px) and (min-width:769px){.main-nav{gap:1.5rem}.main-nav a{font-size:.85rem;padding:.4rem .8rem;gap:.4rem}.main-nav a svg{width:.9rem;height:.9rem}.nav-container{padding-left:1.25rem;padding-right:1.25rem}.logo-gaming{font-size:1.6rem}}@media (max-width:900px) and (min-width:769px){.main-nav{gap:1rem}.main-nav a{font-size:.8rem;padding:.35rem .6rem;gap:.3rem}.main-nav a svg{width:.8rem;height:.8rem}.logo-gaming{font-size:1.5rem}}@media (max-width:768px){.main-nav{display:none}.mobile-menu-toggle{display:flex}.nav-container{padding-left:1rem;padding-right:1rem}.logo-gaming{font-size:1.5rem}.mobile-nav{width:55%;left:-55%}}@media (max-width:480px){.nav-container{padding-left:.75rem;padding-right:.75rem;padding-top:.75rem;padding-bottom:.75rem}.logo-gaming{font-size:1.3rem;letter-spacing:1px}.mobile-nav{width:65%;left:-65%;padding:3rem 1.5rem 2rem 1.5rem}.mobile-nav a{font-size:.95rem;padding:.8rem .875rem}}@media (max-width:360px){.nav-container{padding-left:.5rem;padding-right:.5rem}.logo-gaming{font-size:1.2rem}.mobile-nav{width:60%;left:-60%;padding:2.5rem 1rem 1.5rem 1rem}.mobile-nav a{font-size:.9rem;padding:.75rem}}.roms-grid{display:grid;gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:20px;justify-content:center;box-sizing:border-box}.roms-grid:has(.rom-card:only-child) .rom-card,.roms-grid .rom-card:only-child{max-width:300px;margin:0 auto;justify-self:center}.rom-card{background:#202020;border-radius:.37rem;overflow:hidden;border:1px solid #475569;transition:all 0.1s ease;box-shadow:0 4px 20px rgba(0,0,0,.3);position:relative;display:flex;flex-direction:column;cursor:pointer;padding:16px;box-sizing:border-box;width:100%;max-width:100%}.rom-card:hover{border-color:#00FB93;border-width:1px}.rom-image{position:relative;width:100%;background:#f8fafc;overflow:hidden;flex-shrink:0;border-radius:0;margin-bottom:2px;box-sizing:border-box}.rom-image img{width:100%;height:100%;object-fit:cover}.mod-badge{position:absolute;top:12px;right:12px;background:#dc2626;color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.platform-badge{position:absolute;bottom:12px;left:12px;background:rgba(0,0,0,.8);color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;backdrop-filter:blur(10px)}.rom-content{padding:0 8px 8px 8px;flex:1;display:flex;flex-direction:column;justify-content:space-between;border-radius:8px;box-sizing:border-box}.rom-title{font-weight:600;color:#fff;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rom-title a{color:inherit;text-decoration:none}.rom-genre{text-align:center;color:#94a3b8;font-weight:500;flex-shrink:0;margin:auto 0}.rom-stats{display:flex;justify-content:space-around;align-items:center;flex-shrink:0;margin-top:auto}.stat-item{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1;box-sizing:border-box}.stat-icon{color:#00a761}.stat-value{font-weight:700;color:#fff;text-align:center;font-size:14px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-shadow:0 1px 2px rgba(0,0,0,.5)}.stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.download-icon{color:#00a761}.star-icon{color:#00a761}.size-icon{color:#00a761}@media (min-width:1200px){.roms-grid{grid-template-columns:repeat(auto-fit,minmax(255px,0fr));gap:32px;max-width:1200px;padding:20px}.roms-grid .rom-card:only-child{max-width:280px;grid-column:1}.rom-card{height:480px;padding:16px}.rom-image{height:300px}.rom-content{height:calc(100% - 304px);min-height:150px}.rom-title{font-size:16px;margin-bottom:20px;height:20px}.rom-genre{font-size:15px;margin-bottom:25px}.stat-icon{width:20px;height:20px}.stat-value{font-size:12px}.stat-label{font-size:10px}.stat-item{padding:0 8px}}@media (min-width:1025px) and (max-width:1199px){.roms-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1000px;padding:20px 16px}.rom-card{height:460px;padding:14px}.rom-image{height:280px}.rom-title{font-size:15px;margin-bottom:18px}.rom-genre{font-size:14px;margin-bottom:22px}.stat-icon{width:20px;height:20px}.stat-value{font-size:11px}.stat-label{font-size:9px}}@media (min-width:769px) and (max-width:1024px){.roms-grid{grid-template-columns:repeat(3,1fr);gap:20px;padding:20px 16px;max-width:100%}.rom-card{height:420px;padding:14px}.rom-image{height:250px}.rom-content{height:calc(100% - 260px)}.rom-title{font-size:13px;margin-bottom:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:20px;line-height:1.2}.rom-genre{font-size:13px;margin-bottom:18px}.stat-icon{width:20px;height:20px}.stat-value{font-size:11px}.stat-label{font-size:9px}}@media (min-width:577px) and (max-width:768px){.roms-grid{grid-template-columns:repeat(2,1fr);gap:20px;padding:20px 12px;max-width:100%;margin:0}.rom-card{height:440px;padding:16px}.rom-image{height:260px;margin-bottom:8px}.rom-content{height:calc(100% - 270px);padding:6px 4px 4px 4px;min-height:140px}.rom-title{font-size:13px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:20px;line-height:1.2}.rom-genre{font-size:13px;margin:auto 0 8px 0}.stat-item{padding:0 4px}.stat-icon{width:20px;height:20px}.stat-value{font-size:11px}.stat-label{font-size:9px}.mod-badge,.platform-badge{font-size:9px;padding:3px 6px}}@media (min-width:481px) and (max-width:576px){.roms-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:16px 12px;max-width:100%;margin:0}.rom-card{height:400px;padding:12px}.rom-image{height:230px;margin-bottom:6px}.rom-content{height:calc(100% - 240px);padding:4px 2px 2px 2px;min-height:130px}.rom-title{font-size:13px;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:18px;line-height:1.1}.rom-genre{font-size:13px;margin:auto 0 6px 0}.stat-item{padding:0 2px}.stat-icon{width:18px;height:18px}.stat-value{font-size:10px}.stat-label{font-size:8px}.mod-badge,.platform-badge{font-size:8px;padding:2px 5px}}@media (min-width:376px) and (max-width:480px){.roms-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:12px 8px;max-width:100%;margin:0}.rom-card{height:370px;padding:10px}.rom-image{height:210px;margin-bottom:6px}.rom-content{height:calc(100% - 220px);padding:4px 2px 2px 2px;min-height:120px}.rom-title{font-size:13px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:16px;line-height:1.1}.rom-genre{font-size:13px;margin:auto 0 4px 0}.stat-item{padding:0 1px}.stat-icon{width:18px;height:18px}.stat-value{font-size:12px!important}.stat-label{font-size:8px}.mod-badge,.platform-badge{font-size:8px;padding:2px 4px}}@media (max-width:375px){.roms-grid{grid-template-columns:1fr;gap:16px;padding:12px 8px;max-width:100%;margin:0}.roms-grid .rom-card:only-child{max-width:100%;margin:0}.rom-card{height:400px;padding:16px;max-width:100%}.rom-image{height:240px;margin-bottom:8px}.rom-content{height:calc(100% - 250px);padding:6px 4px 4px 4px;min-height:130px}.rom-title{font-size:13px;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:20px;line-height:1.2}.rom-genre{font-size:13px;margin:auto 0 8px 0}.stat-item{padding:0 6px}.stat-icon{width:20px;height:20px}.stat-value{font-size:11px}.stat-label{font-size:9px}.mod-badge,.platform-badge{font-size:9px;padding:3px 6px}}@media (max-width:320px){.roms-grid{gap:12px;padding:8px 6px}.rom-card{height:380px;padding:14px}.rom-image{height:220px}.rom-title{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:18px}.rom-genre{font-size:13px;margin:auto 0 6px 0}}.container{max-width:100%;box-sizing:border-box;width:100%}@media (min-width:1200px){.container{padding-left:2rem;padding-right:2rem}}@media (min-width:769px) and (max-width:1199px){.container{padding-left:1rem;padding-right:1rem}}@media (max-width:768px){.container{padding-left:.5rem;padding-right:.5rem}}@media (max-width:375px){.container{padding-left:.25rem;padding-right:.25rem}}body{overflow-x:hidden}.bg-gradient-to-br{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}section{width:100%;max-width:100%;box-sizing:border-box}@media (max-width:768px){section{padding-left:0;padding-right:0}}.roms-grid{display:grid;gap:20px;width:100%;max-width:1200px;margin:0 auto;padding:20px;justify-content:center;box-sizing:border-box}.roms-grid:has(.rom-card:only-child) .rom-card,.roms-grid .rom-card:only-child{max-width:300px;margin:0 auto;justify-self:center}.rom-card{background:#202020;border-radius:.37rem;overflow:hidden;border:1px solid #475569;transition:all 0.1s ease;box-shadow:0 4px 20px rgba(0,0,0,.3);position:relative;display:flex;flex-direction:column;cursor:pointer;padding:16px;box-sizing:border-box;width:100%;max-width:100%}.rom-card:hover{border-color:#00FB93;border-width:1px}.rom-image{position:relative;width:100%;background:#f8fafc;overflow:hidden;flex-shrink:0;border-radius:0;margin-bottom:2px;box-sizing:border-box}.rom-image img{width:100%;height:100%;object-fit:cover}.mod-badge{position:absolute;top:12px;right:12px;background:#dc2626;color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:2}.platform-badge{position:absolute;bottom:12px;left:12px;background:rgba(0,0,0,.8);color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;backdrop-filter:blur(10px)}.rom-content{padding:0 8px 8px 8px;flex:1;display:flex;flex-direction:column;justify-content:space-between;border-radius:8px;box-sizing:border-box}.rom-title{font-weight:600;color:#fff;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rom-title a{color:inherit;text-decoration:none}.rom-genre{text-align:center;color:#94a3b8;font-weight:500;flex-shrink:0;margin:auto 0}.rom-stats{display:flex;justify-content:space-around;align-items:center;flex-shrink:0;margin-top:auto}.stat-item{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1;box-sizing:border-box}.stat-icon{color:#00a761}.stat-value{font-weight:700;color:#fff;text-align:center;font-size:14px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-shadow:0 1px 2px rgba(0,0,0,.5)}.stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.download-icon{color:#00a761}.star-icon{color:#00a761}.size-icon{color:#00a761}@media (min-width:1200px){.roms-grid{grid-template-columns:repeat(auto-fit,minmax(255px,0fr));gap:32px;max-width:1200px;padding:20px}.roms-grid .rom-card:only-child{max-width:280px;grid-column:1}.rom-card{height:480px;padding:16px}.rom-image{height:300px}.rom-content{height:calc(100% - 304px);min-height:150px}.rom-title{font-size:16px;margin-bottom:20px;height:20px}.rom-genre{font-size:15px;margin-bottom:25px}.stat-icon{width:20px;height:20px}.stat-value{font-size:12px}.stat-label{font-size:10px}.stat-item{padding:0 8px}}@media (min-width:1025px) and (max-width:1199px){.roms-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1000px;padding:20px 16px}.rom-card{height:460px;padding:14px}.rom-image{height:280px}.rom-title{font-size:15px;margin-bottom:18px}.rom-genre{font-size:14px;margin-bottom:22px}.stat-icon{width:20px;height:20px}.stat-value{font-size:11px}.stat-label{font-size:9px}}@media (min-width:769px) and (max-width:1024px){.roms-grid{grid-template-columns:repeat(3,1fr);gap:20px;padding:20px 16px;max-width:100%}.rom-card{height:420px;padding:14px}.rom-image{height:250px}.rom-content{height:calc(100% - 260px)}.rom-title{font-size:13px;margin-bottom:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:20px;line-height:1.2}.rom-genre{font-size:13px;margin-bottom:18px}.stat-icon{width:20px;height:20px}.stat-value{font-size:11px}.stat-label{font-size:9px}}@media (min-width:577px) and (max-width:768px){.roms-grid{grid-template-columns:repeat(2,1fr);gap:20px;padding:20px 12px;max-width:100%;margin:0}.rom-card{height:440px;padding:16px}.rom-image{height:260px;margin-bottom:8px}.rom-content{height:calc(100% - 270px);padding:6px 4px 4px 4px;min-height:140px}.rom-title{font-size:13px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:20px;line-height:1.2}.rom-genre{font-size:13px;margin:auto 0 8px 0}.stat-item{padding:0 4px}.stat-icon{width:20px;height:20px}.stat-value{font-size:11px}.stat-label{font-size:9px}.mod-badge,.platform-badge{font-size:9px;padding:3px 6px}}@media (min-width:481px) and (max-width:576px){.roms-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:16px 12px;max-width:100%;margin:0}.rom-card{height:400px;padding:12px}.rom-image{height:230px;margin-bottom:6px}.rom-content{height:calc(100% - 240px);padding:4px 2px 2px 2px;min-height:130px}.rom-title{font-size:13px;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:18px;line-height:1.1}.rom-genre{font-size:13px;margin:auto 0 6px 0}.stat-item{padding:0 2px}.stat-icon{width:18px;height:18px}.stat-value{font-size:10px}.stat-label{font-size:8px}.mod-badge,.platform-badge{font-size:8px;padding:2px 5px}}@media (min-width:376px) and (max-width:480px){.roms-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:12px 8px;max-width:100%;margin:0}.rom-card{height:370px;padding:10px}.rom-image{height:210px;margin-bottom:6px}.rom-content{height:calc(100% - 220px);padding:4px 2px 2px 2px;min-height:120px}.rom-title{font-size:13px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:16px;line-height:1.1}.rom-genre{font-size:13px;margin:auto 0 4px 0}.stat-item{padding:0 1px}.stat-icon{width:18px;height:18px}.stat-value{font-size:12px!important}.stat-label{font-size:8px}.mod-badge,.platform-badge{font-size:8px;padding:2px 4px}}@media (max-width:375px){.roms-grid{grid-template-columns:1fr;gap:16px;padding:12px 8px;max-width:100%;margin:0}.roms-grid .rom-card:only-child{max-width:100%;margin:0}.rom-card{height:400px;padding:16px;max-width:100%}.rom-image{height:240px;margin-bottom:8px}.rom-content{height:calc(100% - 250px);padding:6px 4px 4px 4px;min-height:130px}.rom-title{font-size:13px;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:20px;line-height:1.2}.rom-genre{font-size:13px;margin:auto 0 8px 0}.stat-item{padding:0 6px}.stat-icon{width:20px;height:20px}.stat-value{font-size:11px}.stat-label{font-size:9px}.mod-badge,.platform-badge{font-size:9px;padding:3px 6px}}@media (max-width:320px){.roms-grid{gap:12px;padding:8px 6px}.rom-card{height:380px;padding:14px}.rom-image{height:220px}.rom-title{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:18px}.rom-genre{font-size:13px;margin:auto 0 6px 0}}.container{max-width:100%;box-sizing:border-box;width:100%}@media (min-width:1200px){.container{padding-left:2rem;padding-right:2rem}}@media (min-width:769px) and (max-width:1199px){.container{padding-left:1rem;padding-right:1rem}}@media (max-width:768px){.container{padding-left:.5rem;padding-right:.5rem}}@media (max-width:375px){.container{padding-left:.25rem;padding-right:.25rem}}body{overflow-x:hidden}.bg-gradient-to-br{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}section{width:100%;max-width:100%;box-sizing:border-box}@media (max-width:768px){section{padding-left:0;padding-right:0}}.console-title{font-size:2.2rem!important;margin-bottom:-5px!important}@media (max-width:1024px) and (min-width:769px){.site-intro-section{padding:20px 0!important;margin-bottom:35px!important}.site-intro-container{margin:0 20px!important;padding:18px!important;border:none!important;box-shadow:none!important}.site-intro-title{font-size:26px!important;margin-bottom:14px!important}.site-intro-content{font-size:16px!important}.console-title{font-size:2.8rem!important}}@media (max-width:768px){.site-intro-section{padding:15px 0!important;margin-bottom:30px!important}.site-intro-container{margin:0 15px!important;padding:16px!important;border-radius:8px!important;border:none!important;box-shadow:none!important}.site-intro-title{font-size:22px!important;margin-bottom:12px!important;line-height:1.2!important}.site-intro-content{font-size:16px!important;line-height:1.4!important}.site-intro-content p{margin-bottom:12px!important}.console-title{font-size:2.2rem!important;margin-bottom:0.5rem!important}}@media (max-width:480px){.site-intro-section{padding:10px 0!important;margin-bottom:25px!important}.console-title.blog-titlez,h2.blog-titlez,.blog-titlez.console-title{font-size:1.5rem!important;margin-bottom:15px!important}.site-intro-container{margin:0 12px!important;padding:14px!important;border-radius:6px!important;border:none!important;box-shadow:none!important}.site-intro-title{font-size:20px!important;margin-bottom:10px!important}.site-intro-content{font-size:16px!important;line-height:1.3!important}.site-intro-content p{margin-bottom:10px!important}}@media (max-width:320px){.console-title.blog-titlez,h2.blog-titlez,.blog-titlez.console-title{font-size:1.3rem!important;margin-bottom:15px!important}.site-intro-section{padding:8px 0!important;margin-bottom:20px!important}.site-intro-container{margin:0 8px!important;padding:12px!important;border:none!important;box-shadow:none!important}.site-intro-title{font-size:18px!important;margin-bottom:8px!important}.site-intro-content{font-size:16px!important}.site-intro-content p{margin-bottom:8px!important}}.mobile-short{display:none}.desktop-full{display:inline}@media (max-width:768px){.mobile-short{display:inline}.desktop-full{display:none}.console-section{padding:2rem 0!important}.console-section .container{padding-left:1rem!important;padding-right:1rem!important}.console-title{font-size:1.5rem!important;margin-bottom:0.5rem!important}.console-description{font-size:0.95rem!important;margin-bottom:1.5rem!important}.console-grid{gap:0.75rem!important;margin-top:1.5rem!important}.filter-buttons{gap:0.5rem!important;margin-bottom:1.5rem!important;padding:0 0.5rem!important}}@media (max-width:480px){.console-section{padding:1.5rem 0!important}.console-section .container{padding-left:0.75rem!important;padding-right:0.75rem!important}.console-title{font-size:1.25rem!important;line-height:1.2!important}.console-description{font-size:0.9rem!important;max-width:100%!important}.console-grid{gap:0.5rem!important}.filter-buttons{gap:0.25rem!important;padding:0 0.25rem!important}.filter-btn{font-size:0.8rem!important;padding:.4rem 0.6rem!important}}@media (max-width:360px){.console-section{padding:1rem 0!important}.console-section .container{padding-left:0.5rem!important;padding-right:0.5rem!important}.console-title{font-size:1.6rem!important}.console-description{font-size:0.85rem!important;margin-bottom:1rem!important}.filter-buttons{flex-wrap:wrap!important;justify-content:center!important}.filter-btn{font-size:0.75rem!important;padding:.35rem 0.5rem!important}}.romsgame-footer *{margin:0;padding:0;box-sizing:border-box}.romsgame-footer{background:#0C0C0C;border-top:3px solid #00ff96;color:#fff;position:relative;overflow:hidden;margin-top:0;padding-top:0}.romsgame-footer+*,*+.romsgame-footer{margin:0}section:last-of-type{margin-bottom:0;padding-bottom:0}.footer-container{max-width:1200px;margin:0 auto;padding:40px 20px 20px;position:relative;z-index:10;width:100%;box-sizing:border-box}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:30px}.footer-column{min-width:0}.brand-column{padding-right:20px}.brand-header{display:flex;align-items:center;margin-bottom:15px}.brand-text h3{font-size:24px;font-weight:800;color:#fff;margin-bottom:2px}.brand-text span{font-size:12px;color:#00ff96;font-weight:600;text-transform:uppercase;letter-spacing:1px}.brand-description{color:#ccc;font-size:16px;line-height:1.6;margin-bottom:20px}.column-title{font-size:16px;font-weight:700;color:#00ff96;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid rgba(0,255,150,.2)}.footer-links{list-style:none}.footer-links li{margin-bottom:8px}.footer-links a{color:#ccc;text-decoration:none;font-size:16px;transition:all 0.3s ease;display:block;padding:4px 0;border-radius:4px}.footer-links a:hover{color:#00ff96;padding-left:8px;background:linear-gradient(90deg,rgba(0,255,150,.1) 0%,transparent 100%)}.social-links{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.social-link{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:8px;color:#fff;text-decoration:none;transition:all 0.3s ease;border:1px solid rgba(255,255,255,.1);min-width:42px;flex-shrink:0}.social-link:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.3)}.social-link.discord{background:linear-gradient(135deg,#5865f2,#7289da)}.social-link.discord:hover{box-shadow:0 6px 20px rgba(88,101,242,.4)}.social-link.twitter{background:linear-gradient(135deg,#1da1f2,#0d8bd9)}.social-link.twitter:hover{box-shadow:0 6px 20px rgba(29,161,242,.4)}.social-link.youtube{background:linear-gradient(135deg,#ff0000,#cc0000)}.social-link.youtube:hover{box-shadow:0 6px 20px rgba(255,0,0,.4)}.social-link.github{background:linear-gradient(135deg,#333333,#24292e)}.social-link.github:hover{box-shadow:0 6px 20px rgba(0,0,0,.4)}.legal-links{margin-top:10px}.legal-links a{font-size:14px;color:#999}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.copyright p{font-size:15px;color:#999}.copyright .highlight{color:#00ff96;font-weight:600}.footer-badges{display:flex;gap:12px;flex-wrap:wrap}.badge{background:rgba(0,255,150,.1);border:1px solid rgba(0,255,150,.2);color:#00ff96;padding:8px 16px;border-radius:15px;font-size:14px;font-weight:600;white-space:nowrap}@media (max-width:1024px){.footer-container{padding:35px 15px 18px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.brand-column{grid-column:1 / -1;padding-right:0;margin-bottom:20px}.brand-text h3{font-size:22px}.brand-description{font-size:15px}.social-link.github{display:none}}@media (max-width:768px){.footer-container{padding:30px 15px 15px}.footer-grid{grid-template-columns:1fr;gap:25px}.brand-header{justify-content:center;text-align:center}.brand-description{text-align:center}.social-links{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}.footer-badges{justify-content:center}.column-title{font-size:15px}.footer-links a{font-size:15px}.social-link.github{display:none}}@media (max-width:480px){.footer-container{padding:25px 10px 10px}.footer-grid{gap:20px}.brand-text h3{font-size:20px}.brand-text span{font-size:11px}.brand-description{font-size:14px}.column-title{font-size:14px;margin-bottom:12px}.footer-links a{font-size:14px;padding:3px 0}.social-link{width:38px;height:38px;min-width:38px}.footer-badges{flex-direction:column;gap:8px;align-items:center}.badge{padding:6px 12px;font-size:13px}.copyright p{font-size:14px}}@media (max-width:360px){.footer-container{padding:20px 8px 8px}.brand-text h3{font-size:18px}.brand-description{font-size:13px;line-height:1.5}.footer-links a{font-size:13px}.social-link{width:36px;height:36px;min-width:36px}.badge{padding:5px 10px;font-size:12px}.copyright p{font-size:13px;line-height:1.4}}@media (max-height:500px) and (orientation:landscape){.footer-container{padding:20px 15px 10px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:20px}.brand-column{grid-column:1 / -1;margin-bottom:10px}.brand-header{margin-bottom:10px}.brand-description{margin-bottom:15px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.social-link svg{transform:scale(1.1)}}