*{margin:0;padding:0;box-sizing:border-box}.header .container{text-align:center}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#0a0a0a;color:#fff;line-height:1.6;width:100%;overflow-x:hidden}.App{width:100%;min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:0 20px;width:100%}.main{width:100%}.header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2rem 0;border-bottom:3px solid #ff0000;width:100%}.logo{font-size:2.5rem;font-weight:700;color:red;margin-bottom:.5rem}.tagline{font-size:1.1rem;color:#ccc}.search-section{padding:2rem 0;background:#111;width:100%}.search-bar{display:flex;gap:1rem;max-width:800px;margin:0 auto;width:100%}.search-input{flex:1;padding:1rem;font-size:1rem;background:#222;border:2px solid #333333;border-radius:8px;color:#fff;transition:border-color .3s;min-width:0}.search-input:focus{outline:none;border-color:red}.search-input::placeholder{color:#888}.search-button{padding:1rem 1.5rem;background:red;border:none;border-radius:8px;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .3s;flex-shrink:0}.search-button:hover{background:#e55a2b}.filters-section{padding:1.5rem 0;background:#1a1a1a;border-bottom:1px solid #333333;width:100%}.filters-row{display:flex;gap:2rem;align-items:center;flex-wrap:wrap;justify-content:center;width:100%;margin-left:0;padding-left:0}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:120px}.filter-group label{font-size:.9rem;color:#ccc;font-weight:500}.filter-select{padding:.5rem;background:#222;border:1px solid #333333;border-radius:4px;color:#fff;font-size:.9rem;min-width:120px}.clear-filters{padding:.5rem 1rem;background:#333;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:background-color .3s;margin-top:1.5rem;align-self:flex-end}.clear-filters:hover{background:#444}.categories-section{padding:2rem 0;width:100%}.categories-section h2{margin-bottom:1.5rem;color:red}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;width:100%}.category-card{background:#1a1a1a;border:2px solid #333333;border-radius:8px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s;color:#fff;width:100%}.category-card:hover,.category-card.active{border-color:red;background:#222;transform:translateY(-2px)}.category-card h3{color:red;margin-bottom:.5rem}.category-card p{color:#ccc;font-size:.9rem}.results-section{padding:2rem 0;width:100%}.results-header{margin-bottom:2rem}.results-header h2{color:#fff}.results-count{color:#888;font-weight:400;font-size:.9rem}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;width:100%}.game-card{background:#1a1a1a;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s;border:2px solid transparent;width:100%}.game-card:hover{transform:translateY(-5px);border-color:red;box-shadow:0 10px 30px #ff6b3533}.game-image{position:relative;height:200px;background:#333;display:flex;align-items:center;justify-content:center;width:100%}.game-image img{width:100%;height:100%;object-fit:cover}.game-rating{position:absolute;top:10px;right:10px;background:#000c;color:gold;padding:.25rem .5rem;border-radius:4px;font-size:.9rem;font-weight:700}.game-info{padding:1.5rem}.game-title{color:red;margin-bottom:.5rem;font-size:1.3rem}.game-developer{color:#ccc;margin-bottom:.25rem}.game-year{color:#888;font-size:.9rem;margin-bottom:1rem}.game-stats{display:flex;gap:1rem;margin-bottom:1rem}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.8rem;color:#888}.stat-value{font-size:.9rem;color:#fff;font-weight:700}.game-platforms{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.platform-tag{background:#333;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.platform-more{color:#888;font-size:.8rem}.no-results{text-align:center;padding:4rem 2rem;color:#888;width:100%}.no-results h3{color:#fff;margin-bottom:1rem}.game-detail{min-height:100vh;width:100%}.detail-header{background:#1a1a1a;padding:1rem 0;border-bottom:1px solid #333333;width:100%}.back-button{background:#333;border:none;color:#fff;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-bottom:1rem;transition:background-color .3s}.back-button:hover{background:#444}.detail-header h1{color:red;font-size:2.5rem}.detail-content{display:grid;grid-template-columns:2fr 1fr;gap:3rem;padding:2rem 0;width:100%}.detail-main{display:flex;flex-direction:column;gap:2rem;width:100%}.game-image-large{width:100%;height:400px;background:#333;border-radius:12px;overflow:hidden}.game-image-large img{width:100%;height:100%;object-fit:cover}.game-description h2,.game-features h2{color:red;margin-bottom:1rem;font-size:1.5rem}.game-description p{color:#ccc;font-size:1.1rem;line-height:1.8}.game-features ul{list-style:none}.game-features li{color:#ccc;border-bottom:1px solid #333333;position:relative;padding:.5rem 0 .5rem 1.5rem}.game-features li:before{content:"🔸";position:absolute;left:0}.game-features li:last-child{border-bottom:none}.detail-sidebar{display:flex;flex-direction:column;gap:2rem;width:100%}.game-stats-detailed,.platforms-detailed{background:#1a1a1a;border-radius:12px;padding:1.5rem;border:1px solid #333333;width:100%}.game-stats-detailed h3,.platforms-detailed h3{color:red;margin-bottom:1rem;font-size:1.2rem}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #333333}.stat-row:last-child{border-bottom:none}.stat-row .label{color:#888;font-size:.9rem}.stat-row .value{color:#fff;font-weight:700}.platforms-list{display:flex;flex-wrap:wrap;gap:.5rem}.platforms-detailed .platform-tag{background:red;color:#fff}.footer{background:#1a1a1a;padding:2rem 0;border-top:1px solid #333333;margin-top:4rem;text-align:center;color:#888;width:100%}@media (max-width: 1200px){.container{max-width:100%;padding:0 15px}.games-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 768px){.filters-row{flex-direction:column;align-items:stretch;gap:1rem}.filter-group{width:100%}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.games-grid,.detail-content{grid-template-columns:1fr}.detail-header h1{font-size:2rem}.search-bar{flex-direction:column}.logo{font-size:2rem}.container{padding:0 10px}}@media (max-width: 480px){.container{padding:0 15px}.header{padding:1.5rem 0}.logo{font-size:1.8rem}.tagline{font-size:1rem}.game-card{margin-bottom:1rem}.game-info{padding:1rem}.game-title{font-size:1.1rem}.categories-grid{grid-template-columns:1fr}}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #ff6b35b3}70%{box-shadow:0 0 0 10px #ff6b3500}to{box-shadow:0 0 #ff6b3500}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#fc0000;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#e55a2b}html{width:100%;overflow-x:hidden}#root{width:100%}.carousel-container{position:relative;width:100%;height:400px;background:#333;border-radius:12px;overflow:hidden;margin-bottom:2rem}.carousel-content{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#000}.carousel-photo{width:100%;height:100%;object-fit:cover;display:block}.carousel-video{width:100%;height:100%;border:none}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0009;color:#fff;border:none;font-size:2rem;padding:.5rem 1rem;cursor:pointer;z-index:10;transition:background .3s}.arrow:hover{background:#f00c}.left-arrow{left:10px}.right-arrow{right:10px}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
