body {
    background-color: #000000;
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: white;
    line-height: 1.6;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -3;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
                radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.09) 0%, transparent 60%);
    background-attachment: fixed;
  }
  
  .navbar {
    font-family: 'Inter', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  
  header {
    position: fixed;
    top: 20px;
    right: 40px;
    left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 30px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    backdrop-filter: blur(12px);
  }
  
  .head-left {
    display: flex;
    align-items: center;
  }
  
  .head-left img {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }
  
  .head-right {
    display: flex;
  }
  
  .head-right a {
    text-decoration: none;
    padding-left: 25px;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
  }
  
  .games-section {
    padding: 120px 40px 40px;
    color: white;
    font-family: 'Inter', sans-serif;
  }
  
  .section {
    margin-bottom: 60px;
    margin-top: 50px;
  }
  
  .section h2 {
    font-size: 26px;
    font-weight: 600;
    border-left: 4px solid white;
    padding-left: 14px;
    margin-bottom: 24px;
  }
  
  .games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
  }
  
  .game-card {
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    transition: transform 0.4s ease, box-shadow 0.3s ease, background-color 0.5s ease;
    cursor: pointer;
  }
  
  .game-card:hover {
    transform: scale(1.04);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.08);
    background-color: #3f4c63;
  }
  
  .game-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: 0.4s;
    border-radius: 20px;
  }
  
  .game-card img:hover {
    opacity: 0.85;
    transform: scale(0.90);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.08);
  }
  
  .game-info {
    padding: 16px 16px;
  }
  
  .game-info h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
  }
  
  .game-info p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
  }
  
  body {
    background-color: #000000;
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: white;
    line-height: 1.6;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -3;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.04) 0%, transparent 40%),
                radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.09) 0%, transparent 60%);
    background-attachment: fixed;
  }
  
  .navbar {
    font-family: 'Inter', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  
  header {
    position: fixed;
    top: 20px;
    right: 40px;
    left: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 30px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    backdrop-filter: blur(12px);
  }
  
  .head-left {
    display: flex;
    align-items: center;
  }
  
  .head-left img {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }
  
  .head-right {
    display: flex;
  }
  
  .head-right a {
    text-decoration: none;
    padding-left: 25px;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
  }
  
  .games-section {
    padding: 120px 40px 40px;
    color: white;
    font-family: 'Inter', sans-serif;
  }
  
  .section {
    margin-bottom: 60px;
    margin-top: 50px;
  }
  
  .section h2 {
    font-size: 26px;
    font-weight: 600;
    border-left: 4px solid white;
    padding-left: 14px;
    margin-bottom: 24px;
  }
  
  .games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
  }
  
  .game-card {
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    transition: transform 0.4s ease, box-shadow 0.3s ease, background-color 0.5s ease;
    cursor: pointer;
  }
  
  .game-card:hover {
    transform: scale(1.04);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.08);
    background-color: #3f4c63;
  }
  
  .game-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: 0.4s;
    border-radius: 20px;
  }
  
  .game-card img:hover {
    opacity: 0.85;
    transform: scale(0.90);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.08);
  }
  
  .game-info {
    padding: 16px 16px;
  }
  
  .game-info h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
  }
  
  .game-info p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
  }
  
  .search-container {
    margin-left: auto;
    padding: 0 10px;
}

.search-bar {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.search-bar::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-bar:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  header {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .search-container {
    width: 100%;
    order: 3;
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
  }

  .search-bar {
    width: 90%;
    max-width: 500px;
    font-size: 16px;
    padding: 10px 16px;
  }

  .no-results-message {
    margin-top: 90px;
  }
}

@media (max-width: 320px) {
  .no-results-message {
      margin-top: 90px;
      font-size: 16px;
  }
}

.no-results-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
  text-align: center;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Inter', sans-serif;
  animation: fadeIn 0.6s ease-in-out;
  background: linear-gradient(to right, red, orange, yellow, green, blue, purple);
  -webkit-background-clip: text;
}

.no-results-message p {
  font-size: 18px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  } 
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--text-color);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #111;
}