.parallax {
  position: relative;
}

.parallax-1 {
  background: #0b0b0b url('/assets/img/win-top/wintop.png') no-repeat center center / cover;
  min-height: 100vh;
  background-attachment: fixed;
  transition: background-position 0.2s linear;backdrop-filter: blur(10px) grayscale(50%);
}
.parallax-2 {
  background: #0b0b0b url('/assets/img/win-top/search.png') no-repeat center center / cover;
  min-height: 100vh;
  background-attachment: fixed;
  transition: background-position 0.2s linear;
}

.parallax-3 {
  background: #0b0b0b url('/assets/img/win-top/table.png') no-repeat center center / cover;
  min-height: 100vh;
  background-attachment: fixed;
  transition: background-position 0.2s linear;
}

.parallax-1::after,
.parallax-2::after,
.parallax-3::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -20px;
  height: 40px;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.4), rgba(0,0,0,0) 60%);
  opacity: 0.6;
  filter: blur(6px);
  pointer-events: none;
}

.nav-burgundy {
  background: linear-gradient(90deg, rgba(60,8,12,0.95) 0%, rgba(20,6,8,0.95) 100%);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.divider {
  height: 4px;
  width: 110px;
  margin: 0.75rem auto;
  border-radius: 9999px;
  background: linear-gradient(90deg,#6b0212,#b91c1c);
  box-shadow: 0 2px 8px rgba(185,28,28,0.12);
}

.card-overlay {
  background: rgba(10,10,10,0.75);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.03);
  z-index: 3;
}

.card-gradient {
  background: linear-gradient(90deg, rgba(60,8,12,0.85) 0%, rgba(20,6,8,0.85) 100%);
  backdrop-filter: blur(8px);
  transition: all 0.2s;
}

.card-gradient:hover {
  transform: translateY(-2px);
}

.gradient-text-default {
  /*background: linear-gradient(270deg,#b91c1c,#6b0212,#b91c1c);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradientFlow 6s ease infinite;
  -webkit-text-stroke: 1px #d3d3d3;
  letter-spacing: 2px;*/
  background: linear-gradient(270deg, #919191, #e5e5e5, #2a2a2a);
  display: inline-block;
  font-family: FunFont, sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  color: #6b0212;
  background-size: 300% 100%;
  -webkit-mask-image: linear-gradient(#fff 0 0);
  -webkit-mask-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 10s ease-in-out infinite alternate;
  will-change: background-position;
  font-weight: 100 !important;
  background-clip: text;
}

.border-default {
    border: 2px solid #ab550075;
}

.gradient-text {
  display: inline-block;
  font-family: FunFont, sans-serif;
  font-weight: 100;
  letter-spacing: 2px;
  color: #6b0212;
  background: linear-gradient(270deg,#E0E0E0,#ab550075,#E0E0E0);
  background-size: 300% 100%;
  -webkit-mask-image: linear-gradient(#fff 0 0);
  -webkit-mask-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 10s ease-in-out infinite alternate;
  will-change: background-position;
  background-clip: text;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
  0% { background-position: 0% 50%; }
}

footer {
  background: linear-gradient(90deg, rgba(60, 8, 12, 0.95) 0%, rgba(20, 6, 8, 0.95) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  letter-spacing: 1px;
  font-weight: bold;
  opacity: 0.8;
}

@font-face {
  font-family: FunFont;
  src: url("/assets/fonts/Omegle.ttf") format("truetype");
}

input,input:focus {
  transition: 0.2s;
  outline: none !important;
}

.logo-icon {
  font-family: FunFont;
  font-size: 28px !important;
  font-weight: unset !important;
  color: white !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
}

.logo-icon > b {
  color: #b60018;
  font-weight: unset;
  margin-left: 1px;
}

.mutable-center {
  justify-content: center;
}

.particles {
  z-index: 1 !important;
}

.head-particles {
  position: relative !important;
}

.border-gray-700 {
  border: none;
}

.bg-gray-800 {
  background: rgba(10, 10, 10, 0.75) !important;
  backdrop-filter: blur(6px);
}

.hover\:bg-gray-700:hover {
  background: rgb(10, 9, 9) !important;
}

.max-w-2xl {
  z-index: 2;
}

.gradient-text-static {
  color: rgb(248 113 113 / var(--tw-text-opacity, 1)) !important;
}

.cursor-pointer {
  cursor: pointer;
  transition: 0.2s;
}

.cursor-pointer:hover {
  opacity: 0.8;
}

.leaderboard-response {
  background: #3a000094;
  padding: 15px 15px 15px 15px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(185, 28, 28, 0.12);
  font-size: 14px;
}

.archive-active {
  background: linear-gradient(135deg, #2b0505, #6b1a1a) !important;
}

.archive-request {
  background: linear-gradient(270deg,#6b0212,#440606) !important;
  font-size: 14px !important;
  transition: 0.2s;
}

.archive-request:hover {
  opacity: 0.8;
}

.search-icon {
  transition: 0.2s;
}

.search-icon:hover {
  opacity: 0.8;
}

/* pagination */
.PageLoader-pages > div {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 10px;
}

.PageLoader-pages > div > button {
    padding: 5px 10px;
    font-size: 14px;
}

.J-PageLoader-page.active,
button.btn.btn-light.PageLoader-ellipsis.disabled,
button.btn.btn-light.disabled {
    cursor: not-allowed;
}

.btn-light {
    background: #29292B;
    outline: none;
    border: none;
    padding: 10px 5px !important;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.btn-light:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.btn-light.disabled:hover {
    opacity: 1;
    transform: translateY(0px);
}

.btn.active {
    background: -webkit-linear-gradient(45deg, #810e1e, #4d000a) !important;
    padding: 10px 5px !important;
    border: none;
    border-radius: 5px;
}

.display-center {
  display: block;
  width: 30%;
  margin: auto;
}

.timer-state {
  font-size: 18px !important;
  font-weight: bold;
}

.current-timer {
  letter-spacing: 1px;
}

.neon-glow {
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: transparent;
  background: linear-gradient(90deg, var(--c1), var(--c2), var(--c1));
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 10px rgb(82 7 7 / 50%), 0 0 20px rgba(185, 28, 28, 0.4), 0 0 40px rgba(185, 28, 28, 0.3);
}

.neon-glow:before {
  position: absolute;
  content: "~ Архив ~";
  background: linear-gradient(270deg, #b301016e, #b318186e, #b91c1c);
  background-clip: text;
}

.search-box {
  float: right;
  display: block;
  background: #0a0909;
  border: none;
  border-radius: 5px;
}

.search-request-input {
  border: none;
  font-size: 13px;
  padding-bottom: 4px;
}

.search-request {
  border-radius: 5px;
}

.border-5px {
  border-radius: 5px;
}

@media (max-width: 1200px) {
  .PageLoader-pages > div {
    grid-template-columns: repeat(10, 1fr);
  }
}

@media (max-width: 900px) {
  .PageLoader-pages > div {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .PageLoader-pages > div {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .btn-light {
    padding: 8px 4px !important;
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .PageLoader-pages > div {
    grid-template-columns: 1fr;
  }

  .display-center {
    width: 80%;
  }
}

@media (max-width: 640px) {
  .search-box {
    float: none;
    display: block !important;
    margin-bottom: 15px;
    width: fit-content;
    margin-top: 5px;
  }
}

@media (max-width: 400px) {
  .search-box {
    width: 100%;
  }
}

@media(max-width: 667px) {
  .mobile-timer-box {
    margin-top: 50px;
  }
}

@media(max-width: 767px) {
  .navigation-background-mobile {
    background: #170000cf;
  }
}

@media(max-width: 560px) {
  .timer-state span {
    display: block;
  }

  .timer-state {
      line-height: 30px !important;
  }
}