@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--bg-base:#07090e;--bg-surface:#0e121b;--bg-card:#1218268c;--bg-card-hover:#1c263abf;--primary:#38bdf8;--primary-glow:#38bdf840;--accent:#818cf8;--text-main:#f8fafc;--text-muted:#94a3b8;--border:#ffffff12;--border-hover:#ffffff2e;--success:#10b981;--warning:#f59e0b}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-main);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 10% 0,#38bdf81f 0%,#0000 45%),radial-gradient(circle at 90% 100%,#818cf81f 0%,#0000 45%);background-attachment:fixed;min-height:100vh;font-family:Outfit,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0000004d}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.glass{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border)}.container{width:100%;max-width:1400px;margin:0 auto;padding:.75rem 1rem 3rem}@media (width>=768px){.container{padding:1rem 1.5rem 3rem}}.header-bar{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#07090ee0;flex-direction:column;gap:.6rem;margin:-.75rem -1rem 1rem;padding:.65rem 1rem;display:flex;position:sticky;top:0}@media (width>=768px){.header-bar{margin:-1rem -1.5rem 1.25rem;padding:.75rem 1.5rem}}.header-top{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.brand-link{flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.brand-title{letter-spacing:-.5px;background:linear-gradient(135deg,#38bdf8 0%,#818cf8 100%);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;font-size:1.15rem;font-weight:800}.brand-icon-wrapper{width:32px;height:32px;color:var(--primary);background:linear-gradient(135deg,#38bdf833,#818cf833);border:1px solid #38bdf84d;border-radius:.6rem;justify-content:center;align-items:center;display:flex}.header-stats{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.stat-chip{border:1px solid var(--border);color:var(--text-main);white-space:nowrap;background:#ffffff0a;border-radius:.5rem;align-items:center;gap:.25rem;padding:.2rem .55rem;display:inline-flex}.stat-chip strong{font-weight:800}.stat-chip.consoles{color:#38bdf8;border-color:#38bdf840}.stat-chip.games{color:#818cf8;border-color:#818cf840}.stat-chip.physical{color:#34d399;border-color:#10b98140}.stat-chip.roms{color:#fba518;border-color:#f59e0b40}.search-filter-row{align-items:center;gap:.6rem;width:100%;display:flex}.search-box{flex:1;position:relative}.search-input{border:1px solid var(--border);width:100%;color:var(--text-main);background:#121826cc;border-radius:.65rem;outline:none;padding:.55rem 2.2rem .55rem 2.4rem;font-family:Outfit,sans-serif;font-size:.88rem;transition:all .2s}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-clear{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:.15rem;display:flex;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.filter-pills-wrap{flex-wrap:wrap;gap:.35rem;margin-bottom:1rem;display:flex}.pill-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:#ffffff0a;border-radius:.6rem;align-items:center;gap:.3rem;padding:.35rem .75rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .2s;display:inline-flex}.pill-btn:hover{color:var(--text-main);border-color:var(--border-hover);background:#ffffff14}.pill-btn.active{background:var(--primary-glow);color:var(--primary);border-color:#38bdf866}.generation-section{margin-bottom:1.5rem}.generation-header{align-items:center;gap:.6rem;margin-bottom:.65rem;display:flex}.generation-title{text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);white-space:nowrap;align-items:center;gap:.4rem;font-size:.9rem;font-weight:800;display:flex}.generation-line{background:linear-gradient(90deg, var(--border) 0%, transparent 100%);flex:1;height:1px}.console-grid{grid-template-columns:repeat(auto-fill,minmax(95px,1fr));gap:.6rem;display:grid}@media (width>=640px){.console-grid{grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:.85rem}}.console-card{color:var(--text-main);border:1px solid var(--border);background:linear-gradient(#ffffff08 0%,#ffffff03 100%);border-radius:.85rem;flex-direction:column;align-items:center;padding:.65rem .5rem;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.console-card:hover{box-shadow:0 8px 18px #00000080, 0 0 12px var(--primary-glow);background:linear-gradient(#38bdf814 0%,#12182699 100%);border-color:#38bdf859;transform:translateY(-3px)}.console-img-wrapper{justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.4rem;display:flex}@media (width>=640px){.console-img-wrapper{width:62px;height:62px;margin-bottom:.5rem}}.console-img-wrapper img{object-fit:contain;filter:drop-shadow(0 4px 6px #00000080);max-width:100%;max-height:100%;transition:transform .2s}.console-card:hover .console-img-wrapper img{transform:scale(1.08)}.console-name{text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;margin-bottom:.3rem;font-size:.78rem;font-weight:700;line-height:1.15;overflow:hidden}.console-badges{flex-wrap:wrap;justify-content:center;gap:.2rem;font-size:.6rem;display:flex}.view-mode-toggle{border:1px solid var(--border);background:#121826b3;border-radius:.6rem;align-items:center;gap:.2rem;padding:.2rem;display:flex}.view-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:.4rem;justify-content:center;align-items:center;padding:.3rem .5rem;display:flex}.view-btn.active{color:var(--primary);background:#ffffff1a}.games-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;display:grid}@media (width>=500px){.games-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.85rem}}.games-grid .game-card{text-align:center;flex-direction:column;align-items:center;padding:.6rem}.games-grid .game-art{aspect-ratio:3/4;width:100%;height:auto;max-height:170px;margin-bottom:.5rem}.games-grid .game-title{text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.3rem;font-size:.85rem;display:-webkit-box;overflow:hidden}.games-list{flex-direction:column;gap:.5rem;display:flex}.game-card{color:inherit;background:var(--bg-card);border:1px solid var(--border);border-radius:.85rem;gap:.75rem;padding:.65rem .85rem;text-decoration:none;transition:all .2s;display:flex}.game-card:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-2px)}.game-art{object-fit:cover;background:#0006;border-radius:.5rem;flex-shrink:0;width:45px;height:62px}.game-info{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.game-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.9rem;font-weight:700;overflow:hidden}.game-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.72rem;display:flex}.badge{border:1px solid var(--border);color:var(--text-main);background:#ffffff0f;border-radius:.35rem;align-items:center;padding:.15rem .45rem;font-size:.68rem;font-weight:600;display:inline-flex}.badge.physical{color:#34d399;background:#10b98126;border-color:#10b9814d}.badge.rom{color:#7dd3fc;background:#38bdf826;border-color:#38bdf84d}.breadcrumbs{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.82rem;font-weight:600;display:flex}.breadcrumb-link{color:var(--text-muted);align-items:center;gap:.2rem;text-decoration:none;display:flex}.breadcrumb-link:hover{color:var(--primary)}.breadcrumb-separator{color:#fff3}.breadcrumb-current{color:var(--text-main)}.game-detail-hero{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}@media (width>=768px){.game-detail-hero{flex-direction:row;align-items:flex-start}}.full-poster-wrapper{aspect-ratio:2/3;background:var(--bg-surface);border-radius:1rem;flex-shrink:0;width:100%;max-width:240px;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 30px #0009}.full-poster{object-fit:cover;width:100%;height:100%}.full-poster.placeholder{background:#0000004d;justify-content:center;align-items:center}.game-header-info{border-radius:1rem;flex:1;padding:1.25rem}.instruction-box{border-radius:1rem;margin-bottom:1.25rem;padding:1rem 1.25rem}.instruction-box h3{color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.screenshots-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.75rem;display:grid}.screenshot-img{object-fit:cover;cursor:pointer;border:1px solid var(--border);border-radius:.6rem;width:100%;height:85px}.screenshot-img:hover{border-color:var(--primary)}.lightbox{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000eb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lightbox-img{object-fit:contain;border-radius:.5rem;max-width:100%;max-height:100%}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;padding:.4rem;display:flex;position:absolute;top:1rem;right:1rem}
