    /* <!--     
        # Wklv Surjudp zdv pdgh eb 'Ehqb Uhlv LL'
        # Ehqb E Uhlv LL (@ebehqe ru @endsd8)
     -->

      */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(to bottom, #0a0a1a, #000010);
  color: #ffffff;
  font-family: "Sirin Stencil", sans-serif;
  text-align: center;
  padding: 20px;
}

h1 {
  font-size: 2em;
  margin-bottom: 15px;
  color: #00ffc8;
  text-shadow: 0 0 10px #00ffc8;
}

input, button {
  font-size: 1em;
  padding: 10px;
  margin: 5px;
  border: none;
  border-radius: 8px;
  outline: none;
}

input {
  width: 180px;
  background-color: #0a0a2a;
  color: #00ffc8;
  border: 1px solid #00ffc8;
}

button {
  background-color: #00ffc8;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #00c2a2;
  box-shadow: 0 0 10px #00ffc8;
}

canvas {
  border: 3px solid #00ffc8;
  border-radius: 10px;
  margin: 20px auto;
  display: block;
  box-shadow: 0 0 15px #00ffc8;
  background-color: #000;
}

#timer {
  font-size: 1.2em;
  margin: 10px;
  color: #fffa72;
  text-shadow: 0 0 5px #fffa72;
}

h2 {
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 10px;
  text-shadow: 0 0 5px #fff;
}

#ranking {
  list-style: none;
  max-width: 300px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#ranking li {
  background-color: rgba(0, 255, 200, 0.1);
  margin: 5px 0;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 1em;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  border: 1px solid #00ffc8;
}

#ranking li strong {
  color: #00ffc8;
}

.sugoe {
  margin-top: 20px;
  color: floralwhite;
  font-size: 11pt;
}

a {
  color: floralwhite;
  text-decoration: underline;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: #00ffc8;
  font-size: 1.5em;
}

