@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Rajdhani:wght@300;400;500;600;700&display=swap";
.Game-module__uyjN4W__container{--amber:#b8860b;--amber-dark:#8b6508;--amber-light:#d4a017;--amber-bg:#b8860b14;--amber-border:#b8860b40;--amber-glow:#b8860b26;--bg:#f4f1eb;--surface:#fff;--surface-alt:#faf8f4;--surface-elevated:#f0ece3;--border:#d9d0be;--border-subtle:#e8e2d6;--border-strong:#c4b89a;--text-primary:#1c1a16;--text-secondary:#5a5040;--text-muted:#9a8e7a;--shadow-sm:0 1px 4px #0000000f,0 2px 8px #0000000a;--shadow-md:0 4px 16px #00000014,0 1px 4px #0000000d;--shadow-amber:0 4px 20px #b8860b2e;--transition:all .22s cubic-bezier(.4,0,.2,1);--radius:4px;--radius-md:8px;--radius-lg:12px;background-color:var(--bg);color:var(--text-primary);background-image:radial-gradient(at 15% 0,#b8860b0f 0%,#0000 55%),radial-gradient(at 85% 100%,#6464500a 0%,#0000 55%);justify-content:center;width:100%;min-height:100vh;padding:48px 24px 60px;font-family:Rajdhani,Segoe UI,sans-serif;font-size:16px;font-weight:500;line-height:1.6;display:flex}.Game-module__uyjN4W__page{flex-direction:column;align-items:center;gap:36px;width:100%;max-width:1180px;display:flex}.Game-module__uyjN4W__header{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.Game-module__uyjN4W__headerOrnament{background:linear-gradient(90deg,transparent,var(--amber),transparent);width:200px;height:1px}.Game-module__uyjN4W__headerLabel{letter-spacing:5px;text-transform:uppercase;color:var(--amber-dark);opacity:.85;font-family:Rajdhani,sans-serif;font-size:12px;font-weight:700}.Game-module__uyjN4W__headerTitle{color:#1c1a16;letter-spacing:3px;font-family:Cinzel,serif;font-size:2.6rem;font-weight:900;line-height:1.1}.Game-module__uyjN4W__headerDesc{color:var(--text-secondary);max-width:600px;font-size:15px;font-weight:500;line-height:1.7}.Game-module__uyjN4W__tableWrapper{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);width:100%;box-shadow:var(--shadow-md);position:relative;overflow-x:auto}.Game-module__uyjN4W__tableWrapper:before{content:"";background:linear-gradient(90deg,transparent,var(--amber),transparent);z-index:1;height:2px;position:absolute;top:0;left:0;right:0}.Game-module__uyjN4W__table{border-collapse:collapse;width:100%;min-width:900px}.Game-module__uyjN4W__table thead{background:linear-gradient(#1c1a16 0%,#2e2a20 100%)}.Game-module__uyjN4W__th{text-align:left;color:var(--amber-light);letter-spacing:3px;text-transform:uppercase;white-space:nowrap;border-bottom:2px solid var(--amber-border);padding:18px 20px;font-family:Rajdhani,sans-serif;font-size:12px;font-weight:700}.Game-module__uyjN4W__sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:var(--transition)}.Game-module__uyjN4W__sortable:hover{color:#fff;background:#b8860b1a}.Game-module__uyjN4W__sortNeutral{opacity:.35;margin-left:5px;font-size:11px}.Game-module__uyjN4W__sortActive{color:var(--amber-light);text-shadow:0 0 8px var(--amber-glow);margin-left:5px;font-size:12px}.Game-module__uyjN4W__row{border-bottom:1px solid var(--border-subtle);transition:var(--transition);animation:.45s both Game-module__uyjN4W__fadeIn}.Game-module__uyjN4W__row:last-child{border-bottom:none}.Game-module__uyjN4W__row:hover{background:var(--surface-alt)}.Game-module__uyjN4W__row:hover .Game-module__uyjN4W__poster{transform:scale(1.04)}.Game-module__uyjN4W__td{vertical-align:middle;color:var(--text-primary);padding:18px 20px;font-size:15px}.Game-module__uyjN4W__tdRank{text-align:center;width:80px}.Game-module__uyjN4W__rankBadge{border:1px solid var(--amber);width:44px;height:44px;color:var(--amber-light);box-shadow:0 0 10px var(--amber-glow);letter-spacing:0;background:linear-gradient(135deg,#1c1a16,#2e2a20);border-radius:50%;justify-content:center;align-items:center;font-family:Cinzel,serif;font-size:13px;font-weight:700;display:inline-flex}.Game-module__uyjN4W__gameCell{align-items:flex-start;gap:18px;display:flex}.Game-module__uyjN4W__posterWrap{border-radius:var(--radius-md);border:1px solid var(--border);width:96px;height:68px;box-shadow:var(--shadow-sm);cursor:pointer;flex-shrink:0;overflow:hidden}.Game-module__uyjN4W__poster{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.Game-module__uyjN4W__gameInfo{flex-direction:column;justify-content:center;gap:6px;padding:4px 0;display:flex}.Game-module__uyjN4W__title{color:#1c1a16;cursor:pointer;letter-spacing:.5px;font-family:Cinzel,serif;font-size:15px;font-weight:700;line-height:1.3;transition:color .2s}.Game-module__uyjN4W__title:hover{color:var(--amber-dark)}.Game-module__uyjN4W__meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.Game-module__uyjN4W__typeBadge{letter-spacing:2px;text-transform:uppercase;color:var(--amber-dark);background:var(--amber-bg);border:1px solid var(--amber-border);border-radius:2px;padding:2px 8px;font-family:Rajdhani,sans-serif;font-size:11px;font-weight:700}.Game-module__uyjN4W__release{color:var(--text-muted);font-size:13px;font-weight:500}.Game-module__uyjN4W__genres{flex-wrap:wrap;gap:6px;display:flex}.Game-module__uyjN4W__tag{background:var(--surface-elevated);color:var(--text-secondary);border:1px solid var(--border-subtle);letter-spacing:.5px;text-transform:uppercase;border-radius:2px;padding:2px 8px;font-size:12px;font-weight:600}.Game-module__uyjN4W__platforms{align-items:center;gap:6px;display:flex}.Game-module__uyjN4W__platformIcon{font-size:1.15rem}.Game-module__uyjN4W__platformMore{background:var(--surface-elevated);color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:2px;padding:2px 7px;font-size:12px;font-weight:600}.Game-module__uyjN4W__tdScore{text-align:center}.Game-module__uyjN4W__score{color:var(--amber-light);border:1px solid var(--amber);border-radius:var(--radius-md);box-shadow:0 0 10px var(--amber-glow);letter-spacing:.5px;background:linear-gradient(135deg,#1c1a16,#2e2a20);padding:5px 12px;font-family:Cinzel,serif;font-size:18px;font-weight:700;display:inline-block}.Game-module__uyjN4W__tdPlayers{text-align:center}.Game-module__uyjN4W__playerCount{color:var(--text-secondary);font-size:14px;font-weight:600}.Game-module__uyjN4W__button{color:var(--amber-light);border:1px solid var(--amber);border-radius:var(--radius-md);letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:var(--transition);white-space:nowrap;box-shadow:0 0 10px var(--amber-glow);background:linear-gradient(135deg,#1c1a16,#2e2a20);justify-content:center;align-items:center;padding:9px 20px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;display:inline-flex}.Game-module__uyjN4W__button:hover{background:var(--amber-dark);color:#fff;border-color:var(--amber-dark);box-shadow:var(--shadow-amber);transform:translateY(-2px)}.Game-module__uyjN4W__button:active{transform:translateY(0)}.Game-module__uyjN4W__mobileContainer{flex-direction:column;gap:18px;width:100%;max-width:520px;display:flex}.Game-module__uyjN4W__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:var(--transition);animation:.45s both Game-module__uyjN4W__fadeIn;position:relative;overflow:hidden}.Game-module__uyjN4W__card:before{content:"";background:linear-gradient(90deg,transparent,var(--amber),transparent);height:2px;position:absolute;top:0;left:0;right:0}.Game-module__uyjN4W__card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-3px)}.Game-module__uyjN4W__cardRankStripe{border-bottom:1px solid var(--amber-border);background:linear-gradient(135deg,#1c1a16,#2e2a20);justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.Game-module__uyjN4W__cardRankNum{color:var(--amber-light);letter-spacing:1px;text-shadow:0 0 10px var(--amber-glow);font-family:Cinzel,serif;font-size:16px;font-weight:700}.Game-module__uyjN4W__cardTypeBadge{letter-spacing:2.5px;text-transform:uppercase;color:var(--amber-light);opacity:.75;font-family:Rajdhani,sans-serif;font-size:11px;font-weight:700}.Game-module__uyjN4W__cardBody{gap:16px;padding:16px;display:flex}.Game-module__uyjN4W__cardPosterWrap{flex-shrink:0;width:100px;position:relative}.Game-module__uyjN4W__cardPoster{object-fit:cover;object-position:center;border-radius:var(--radius-md);border:1px solid var(--border);cursor:pointer;width:100px;height:70px;transition:transform .3s;display:block}.Game-module__uyjN4W__cardPoster:hover{transform:scale(1.03)}.Game-module__uyjN4W__cardScoreBadge{border:1px solid var(--amber);border-radius:var(--radius);white-space:nowrap;background:linear-gradient(135deg,#1c1a16,#2e2a20);padding:2px 8px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.Game-module__uyjN4W__cardScoreBadge span{color:var(--amber-light);letter-spacing:.5px;font-family:Cinzel,serif;font-size:13px;font-weight:700}.Game-module__uyjN4W__cardInfo{flex-direction:column;flex:1;gap:8px;padding-top:2px;display:flex}.Game-module__uyjN4W__cardTitle{color:#1c1a16;cursor:pointer;letter-spacing:.5px;font-family:Cinzel,serif;font-size:15px;font-weight:700;line-height:1.3;transition:color .2s}.Game-module__uyjN4W__cardTitle:hover{color:var(--amber-dark)}.Game-module__uyjN4W__cardRelease{color:var(--text-muted);font-size:13px;font-weight:500}.Game-module__uyjN4W__cardGenres{flex-wrap:wrap;gap:5px;display:flex}.Game-module__uyjN4W__cardMetaRow{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.Game-module__uyjN4W__cardPlayers{color:var(--text-secondary);font-size:13px;font-weight:600}.Game-module__uyjN4W__cardPlatform{color:var(--text-muted);background:var(--surface-elevated);border:1px solid var(--border-subtle);text-transform:uppercase;letter-spacing:.5px;border-radius:2px;padding:2px 8px;font-size:12px}.Game-module__uyjN4W__cardInfo .Game-module__uyjN4W__button{width:100%;margin-top:4px}.Game-module__uyjN4W__footer{color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;font-size:14px;font-weight:500;display:flex}.Game-module__uyjN4W__footerLine{background:linear-gradient(90deg,transparent,var(--border-strong),transparent);width:200px;height:1px}.Game-module__uyjN4W__footer strong{color:var(--amber-dark);font-weight:700}@keyframes Game-module__uyjN4W__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}@media (max-width:768px){.Game-module__uyjN4W__container{padding:28px 16px 48px}.Game-module__uyjN4W__headerTitle{font-size:1.9rem}.Game-module__uyjN4W__mobileContainer{max-width:100%}.Game-module__uyjN4W__tableWrapper{display:none}}@media (min-width:769px){.Game-module__uyjN4W__mobileContainer{display:none}.Game-module__uyjN4W__tableWrapper{display:block}}@media (min-width:769px) and (max-width:1024px){.Game-module__uyjN4W__headerTitle{font-size:2.1rem}.Game-module__uyjN4W__td,.Game-module__uyjN4W__th{padding:14px}}
