.not-found-body{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;text-align:center;background-color:var(--theme-not-found-bg);box-sizing:border-box}.not-found-icon{width:120px;height:120px;margin-bottom:24px;animation:bounce 2s ease infinite}.not-found-title{font-size:36px;font-weight:600;color:var(--theme-not-found-title);margin-bottom:16px}.not-found-text{font-size:18px;color:var(--theme-not-found-text);margin-bottom:32px;width:60%}@media(width < 1280px){.not-found-text{width:80%}}.not-found-button{display:inline-block;padding:12px 32px;background-color:var(--theme-not-found-button-bg);color:var(--theme-not-found-button-fg);text-decoration:none;border-radius:24px;font-size:16px;font-weight:500;transition:all .3s ease;box-sizing:border-box}.not-found-button:hover{background-color:var(--theme-not-found-button-bg-hover);transform:translateY(-2px);box-shadow:var(--theme-not-found-button-shadow)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.not-found-404-body{margin:0 auto;height:100vh;background-color:var(--theme-bg)}.not-found-404-body,.not-found-404-body .not-found-404{width:100%;display:flex;flex-direction:column;align-items:center}.not-found-404-body .not-found-404{height:744px;justify-content:center}.not-found-404-body .not-found-404 .not-found-404-icon{width:600px;height:470px}.not-found-404-body .not-found-404-title{margin:-150px 0 0;color:var(--public-text-main);font-size:34px;font-weight:600}.not-found-404-body .not-found-404-text{font-size:14px;color:var(--public-text-main);margin:2px 0 0}.not-found-404-body .not-found-404-button{width:136px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--theme-not-found-button-bg-hover);color:var(--theme-not-found-button-fg);text-decoration:none;border-radius:28px;font-size:18px;font-weight:700;transition:all .3s ease;box-sizing:border-box;font-family:LeagueSpartan;margin-top:24px}.not-found-404-body .not-found-404-button:hover{background-color:var(--theme-not-found-button-bg);transform:translateY(-2px);box-shadow:var(--theme-not-found-button-shadow)}.not-found-404-body .game-body{width:1374px}.not-found-404-body .game-body .game-text{font-size:16px;font-weight:700;color:#737373}.not-found-404-body .game-body .not-found-game-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:36px;padding:0 12px 40px}.not-found-404-body .game-body .not-found-game-card{display:block;overflow:hidden;border-radius:8px;background-color:var(--theme-bg-secondary);color:var(--theme-text);text-decoration:none}.not-found-404-body .game-body .not-found-game-image{display:block;width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.not-found-404-body .game-body .not-found-game-name{display:block;overflow:hidden;padding:8px;text-overflow:ellipsis;white-space:nowrap}@media(width < 768px){.not-found-404-body .game-body{width:100%}.not-found-404-body .game-body .not-found-game-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px;padding-bottom:20px}}