  body {
    font-family: 'Inter', sans-serif;
    background-color: #0c0e1f;
    background-image: radial-gradient(ellipse at top, #001a91, #000529 60%);
    margin: 0;
    padding: 0; 
    background-position: center;
    background-size: 160%;
    transition: all 0.4s ease;
    user-select: none; /* Не разрешать выделение текста */
    -webkit-user-select: none; /* Для Chrome/Safari */
    -moz-user-select: none; /* Для Firefox */
    -ms-user-select: none; /* Для IE/Edge */
    -o-user-select: none; /* Для Opera */ 
} 

a {
    cursor: pointer;
}

* {
    font-family: "Nunito", sans-serif;
    letter-spacing: 0.9px;
}

.gl_block_1 {
    height: 100%;
    width: 100%;
    display: flex;
    position: fixed;
    background-image: radial-gradient(ellipse at top, #001a91, #000529 60%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gl_block_1_2 {
    max-width: 500px;
    width: -webkit-fill-available;
    padding: 20px;
}

.gl_block_1_2_1 {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 5px 2px #000000;
    -webkit-backdrop-filter: blur(25px);
    border-radius: 9px;
    background-color: rgb(0 8 249 / 18%);
    backdrop-filter: blur(2px);
    padding: 20px;
    border: 1px solid rgb(47 54 255);
    z-index: 2; /* Логотип поверх кругов */
}

.gl_block_1_2_1 > h1 {
    color: #f4faff;
    margin: 0px;
    font-size: 25px;
    font-weight: 900;
}

.gl_block_1_2_1 > p {
    color: #e7e7e7;
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 3px;
}

.gl_block_1_2_1_1 {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
}

.w-2 {
    width: 0.5rem;
}
.h-2 {
    height: 0.5rem;
}

.flex {
    display: flex;
}
.mr-2 {
    margin-right: 0.5rem;
}
.relative {
    position: relative;
}

.opacity-75 {
    opacity: 0.75;
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.rounded-full {
    border-radius: 9999px;
}

.animate-ping {
    animation: ping 1s 
cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
75%, 100% {
    transform: scale(2);
    opacity: 0;
}
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.rounded-full {
    border-radius: 9999px;
}

.w-2 {
    width: 0.5rem;
}

.h-2 {
    height: 0.5rem;
}

.inline-flex {
    display: inline-flex;
}

.relative {
    position: relative;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.inline-flex {
    display: inline-flex;
}

.absolute {
    position: absolute;
}

.gl_block_1_2_1_1 p {
    color: #b8b8b8;
    margin: 0px;
    font-size: 13px;
    font-weight: 700;
    padding-top: 3px;
    padding-bottom: 3px;
}
.gl_block_1_2_1_1 svg {
    padding-left: 5px;
}

.gl_block_1_2_1_1 span {
    color: #f7f7f7;
}

.gl_block_1_2_2_1 {
    margin-top: 15px;
    background-color: rgb(27 249 0 / 33%);
    border: 1px solid rgb(47 255 53 / 97%);
    backdrop-filter: blur(2px);
    box-shadow: 0 0 5px 2px #000000;
    border-radius: 9px;
    display: flex;
    font-size: 15px;
    padding: 12px 20px;
    font-weight: 900;
    letter-spacing: 1.44px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    cursor: pointer;
}

.gl_block_1_2_2_1:hover{
    transition: all 0.2s ease-in-out;
    background-color: rgba(29, 249, 0, 0.589);
    border: 1px solid rgb(0, 255, 8);
}

.gl_block_1_2_2_1::before {
    content: '';
    position: absolute;
    top: 0;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    animation: shimmer 4s infinite;
    opacity: 0.8;
    transform: translateX(-100%) skewX(-20deg);
}

@keyframes shimmer {
100% {
    transform: translateX(250%) skewX(-20deg);
}
}

.gl_block_1_2_2_1 h1 {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    /*/text-shadow: 0 0 4px rgb(0 0 0), 0 0 10px rgb(0 0 0);/*/
    font-size: 15px;
    font-weight: 900;
}

.gl_block_1_2_2_1 p {
    font-size: 13px;
    background-color: rgb(0 0 0 / 38%);
    border: solid 1px #2df63375;
    box-shadow: 0 0 5px 2px #000000;
    border-radius: 5px;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    padding: 7px 13px;
    font-weight: 800;
    margin: 0px;
}

.gl_block_1_2_2_1 > div > svg {
    color: #ffff;
    height: 28px;
    display: flex;
    align-items: center;
}

.gl_block_1_2_2_1 > div {
    display: flex;
    align-items: center;
    gap: 10px
}

.gl_block_1_2_2_2 {
    margin-top: 15px;
    background-color: rgb(0 8 249 / 18%);
    border: 1px solid rgb(47 54 255);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 9px;
    box-shadow: 0 0 5px 2px #000000;
    display: flex;
    font-size: 15px;
    padding: 12px 20px;
    font-weight: 900;
    letter-spacing: 1.44px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    cursor: pointer;
}

.gl_block_1_2_2_2:hover {
    transition: all 0.2s;
    background-color: rgba(0, 8, 249, 0.836);
    border: 1px solid rgb(0, 8, 255);
}

.gl_block_1_2_2_2 > div > svg {
    color: #ffff;
    height: 28px;
    display: flex;
    align-items: center;
}

.gl_block_1_2_2_2 > div {
    display: flex;
    align-items: center;
    gap: 10px
}

.gl_block_1_2_2_2 h1 {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    /*/text-shadow: 0 0 4px rgb(0 0 0), 0 0 10px rgb(0 0 0);/*/
    font-size: 15px;
    font-weight: 900;
}

.gl_block_1_2_2_2 p {
    font-size: 14px;
    border-radius: 5px;
    color: rgba(187, 200, 255, 0.644);
    padding: 7px 7px;
    font-weight: 900;
}

.gl_block_1_2_2_3 {
    margin-top: 15px;
    display: flex;
    gap: 10px
}

.gl_block_1_2_2_3_1 {
    background-color: rgb(0 8 249 / 18%);
    backdrop-filter: blur(2px);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 9px;
    border: 1px solid rgb(47 54 255);
    box-shadow: 0 0 5px 2px #000000;
    display: flex;
    font-size: 15px;
    padding: 12px 20px;
    font-weight: 900;
    width: -webkit-fill-available;
    letter-spacing: 1.44px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-tap-highlight-color: transparent;
    align-items: center;
    justify-content: center;
    height: 35px;
    cursor: pointer;
}

.gl_block_1_2_2_3_1:hover {
    transition: all 0.2s;
    background-color: rgba(0, 8, 249, 0.836);
    border: 1px solid rgb(0, 8, 255);
}

.gl_block_1_2_2_3_1 > div > svg {
    color: #ffff;
    height: 28px;
    display: flex;
    align-items: center;
}

.gl_block_1_2_2_3_1 > div {
    display: flex;
    align-items: center;
    gap: 10px
}

.gl_block_1_2_2_3_1 h1 {
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    /*/text-shadow: 0 0 4px rgb(0 0 0), 0 0 10px rgb(0 0 0);/*/
    font-size: 15px;
    font-weight: 900;
}

.gl_block_1_2_2_3_1 p {
    font-size: 14px;
    border-radius: 5px;
    color: rgba(187, 200, 255, 0.644);
    padding: 7px 7px;
    font-weight: 900;
}

.pulsing-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1.5px solid #0043ff;
  opacity: 0;
  animation: pulse-animation 6s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
  z-index: -1;
}

/* Расчёт задержек:
   Длительность анимации = 5с
   Количество кругов = 3
   Интервал между кругами = 5с / 3 ≈ 1.666с */

.pulsing-ring:nth-child(1) {
  animation-delay: 0s; /* Первый круг — сразу */
}

.pulsing-ring:nth-child(2) {
  animation-delay: 1.666s; /* Второй круг — через 1/3 цикла */
}

.pulsing-ring:nth-child(3) {
  animation-delay: 3.333s; /* Третий круг — через 2/3 цикла */
}

@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.gl_block_1_1 {
    position: relative;
}