*,
:after,
:before {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

body {
    line-height: inherit;
    margin: 0;
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        Liberation Mono, Courier New, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
}

fieldset,
legend {
    padding: 0;
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
}

[role='button'],
button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}

img,
video {
    height: auto;
    max-width: 100%;
}

[hidden] {
    display: none;
}

/* Уникальная цветовая палитра - современная яркая с неоновыми акцентами */
:root {
    /* Основные цвета фона */
    --primary-bg: #0d0a1f; /* Глубокий фиолетово-чёрный */
    --secondary-bg: #1a1533; /* Тёмный фиолетово-синий */
    --card-bg: #2a1f4a; /* Насыщенный фиолетово-серый для карточек */
    --card-inner: #352a5a; /* Светлее для внутренних элементов */

    /* Акцентные цвета (неоновые) */
    --accent-primary: #ff00ff; /* Яркий неоновый фуксия (магента) */
    --accent-secondary: #00ffff; /* Неоновый циан */
    --accent-gold: #ffd700; /* Золотой для рейтингов */
    --accent-purple: #9d4edd; /* Фиолетовый неон */
    --accent-pink: #ff1493; /* Розовый неон */

    /* Текстовые цвета */
    --text-primary: #ffffff; /* Белый */
    --text-secondary: #d4c4f0; /* Светло-фиолетовый */
    --text-muted: #a89bb8; /* Приглушённый фиолетово-серый */
    --text-dark: #0d0a1f; /* Тёмный для контраста */

    /* Границы и разделители */
    --border-primary: #ff00ff; /* Неоновая фуксия */
    --border-secondary: #4a3d6a; /* Серая граница */

    /* Тени и эффекты */
    --shadow-primary: rgba(255, 0, 255, 0.4); /* Тень с неоновым свечением */
    --shadow-secondary: rgba(0, 255, 255, 0.3); /* Циановая тень */
    --shadow-dark: rgba(0, 0, 0, 0.5); /* Тёмная тень */
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-400.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-700.woff2') format('woff2');
}

html {
    font-family: Poppins, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
        sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
        Noto Color Emoji;
    font-synthesis: none;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
    font-feature-settings: lining-nums proportional-nums;
    font-variant-numeric: lining-nums proportional-nums;
    scrollbar-gutter: stable;
}

body {
    background-attachment: fixed;
    background-color: var(--primary-bg);
    background-image: url('../images/yhuarbri.webp');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 100px;
}

@media (min-width: 768px) {
    body {
        background-position: 50%;
    }
}

.rczuvw {
    margin: auto;
    max-width: 360px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .rczuvw {
        max-width: 640px;
    }
}

@media (min-width: 1024px) {
    .rczuvw {
        max-width: 1200px;
    }
}

h1 {
    color: var(--text-primary);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-align: start;
    text-align: center;
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.5), 0 0 20px rgba(157, 78, 221, 0.3);
}

@media (min-width: 768px) {
    h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 60px;
    }
}

.ynngpa {
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .ynngpa {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 25px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .ynngpa {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 45px;
        margin-bottom: 40px;
    }
}

.glskhn {
    align-items: center;
    display: flex;
    gap: 8px;
}

@media (min-width: 768px) {
    .glskhn {
        gap: 12px;
    }
}

.glskhn img {
    align-self: baseline;
}

.azfzqi {
    height: 100%;
    position: absolute;
    width: 100%;
}

.pomqgp {
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-purple) 100%);
    border: 2px solid var(--accent-primary);
    border-radius: 15px;
    color: var(--text-primary);
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 4px 20px var(--shadow-primary), 0 0 20px rgba(255, 0, 255, 0.3);
}

.pomqgp:hover {
    transform: translateX(9px) scale(1.05);
    box-shadow: 0 8px 40px var(--shadow-primary), 0 0 30px rgba(255, 0, 255, 0.5);
    border-color: var(--accent-secondary);
}

.kcknrr {
    color: var(--text-dark);
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    padding: 5px 20px;
    text-transform: uppercase;
}

.mezqif {
    background: linear-gradient(135deg, var(--card-bg) 0%, var(--card-inner) 100%);
    border-radius: 15px;
    display: grid;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(157, 78, 221, 0.2);
}

@media (min-width: 768px) {
    .mezqif {
        grid-template-columns: 215px 1fr;
    }
}

@media (min-width: 1024px) {
    .mezqif {
        grid-template-columns: 260px 1fr 260px;
    }
}

.ymwdjs {
    align-items: center;
    background: var(--card-inner);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

@media (min-width: 1024px) {
    .ymwdjs {
        padding: 30px 25px 20px;
    }
}

.ymwdjs:first-of-type {
    border-bottom: 1px solid var(--border-primary);
    border-end-end-radius: 10px;
    border-end-start-radius: 10px;
    border-inline-end: 1px solid var(--border-primary);
    border-inline-start: 1px solid var(--border-primary);
    margin-inline-end: -1px;
    margin-inline-start: -1px;
}

@media (min-width: 768px) {
    .ymwdjs:first-of-type {
        border: 0;
        border-end-end-radius: 0;
        border-inline-end: 1px solid var(--border-primary);
        border-start-end-radius: 10px;
        border-top: 1px solid var(--border-primary);
        margin: -1px 0;
    }
}

@media (min-width: 1024px) {
    .ymwdjs:first-of-type {
        border-bottom: 1px solid var(--border-primary);
        border-end-end-radius: 10px;
    }
}

.ymwdjs:nth-of-type(2) {
    align-items: start;
}

.ymwdjs:last-of-type {
    border-inline-end: 1px solid var(--border-primary);
    border-inline-start: 1px solid var(--border-primary);
    border-start-end-radius: 10px;
    border-start-start-radius: 10px;
    border-top: 1px solid var(--border-primary);
    margin-inline-end: -1px;
    margin-inline-start: -1px;
}

@media (min-width: 768px) {
    .ymwdjs:last-of-type {
        border-bottom: 1px solid var(--border-primary);
        border-end-start-radius: 10px;
        border-inline-start: 1px solid var(--border-primary);
        border-start-start-radius: 10px;
        border-top: 1px solid var(--border-primary);
        grid-column: 1/3;
        margin-bottom: -1px;
        margin-top: -1px;
    }
}

@media (min-width: 1024px) {
    .ymwdjs:last-of-type {
        grid-column: auto;
    }
}

.acwcdx {
    display: flex;
    gap: 25px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .acwcdx {
        align-items: center;
        gap: 0;
        justify-content: space-between;
        margin-top: 40px;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .acwcdx {
        gap: 10px;
        margin-top: 50px;
    }
}

.mkwwxr {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}

@media (min-width: 1024px) {
    .mkwwxr {
        font-size: 44px;
    }
}

.mkwwxr span {
    color: var(--accent-gold);
    font-size: 20px;
}

@media (min-width: 1024px) {
    .mkwwxr span {
        font-size: 25px;
    }
}

.sxtgcd {
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.sxtgcd p {
    margin-top: 5px;
}

.sxtgcd img {
    margin: auto;
    width: 60px;
}

@media (min-width: 1024px) {
    .sxtgcd img {
        width: 80px;
    }
}

.qtzsqm {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .qtzsqm {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
}

.xhistq {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    gap: 10px 0;
    line-height: 1.42857;
    width: 100%;
}

@media (min-width: 768px) {
    .xhistq {
        font-size: 11px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .xhistq {
        font-size: 14px;
        gap: 5px 15px;
    }
}

.kcqpzc {
    align-items: center;
    display: flex;
    gap: 10px;
}

.syrmdw {
    color: var(--accent-secondary);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.nqppzy {
    align-items: center;
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-pink) 100%);
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 20px 0 var(--shadow-primary), 0 0 15px rgba(255, 0, 255, 0.4);
    color: var(--text-dark);
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 55px;
    justify-content: center;
    line-height: 1.55;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    width: 200px;
    position: relative;
    overflow: hidden;
}

.nqppzy::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
}

.nqppzy:hover::before {
    left: 100%;
}

.nqppzy:hover {
    background: linear-gradient(135deg, var(--accent-secondary) 0%, var(--accent-primary) 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 30px var(--shadow-secondary), 0 0 25px rgba(0, 255, 255, 0.5);
}

.ykcyyo {
    color: var(--text-primary);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 80px;
}

.hcwzak {
    margin-top: auto;
}

.dcgifg {
    background: var(--secondary-bg);
    padding: 25px 0;
}

.hmnjgu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hmnjgu img {
    max-height: 46px;
}

.kpygnb .hmnjgu {
    justify-content: space-around;
}

.kpygnb {
    background: var(--card-bg);
    padding: 30px 0;
}

.pnbbix {
    color: var(--text-muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
    text-transform: uppercase;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.pnbbix:hover {
    color: var(--accent-primary);
    text-shadow: 0 0 8px rgba(255, 0, 255, 0.6);
}

.hdhkab h1 {
    color: var(--accent-primary);
    font-size: 41px;
    text-shadow: 0 0 10px rgba(255, 0, 255, 0.5), 0 0 20px rgba(157, 78, 221, 0.3);
}

.hdhkab h1,
.hdhkab h2 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.hdhkab h2 {
    color: var(--text-primary);
    font-size: 30px;
}

.hdhkab a,
.hdhkab p {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .hdhkab a,
    .hdhkab p {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .hdhkab a,
    .hdhkab p {
        font-size: 18px;
    }
}

.hdhkab a + p,
.hdhkab p + p {
    margin-bottom: 20px;
}

.hdhkab a:last-of-type,
.hdhkab a:not(:last-child):has(+ :not(p)),
.hdhkab p:last-of-type,
.hdhkab p:not(:last-child):has(+ :not(p)) {
    margin-bottom: 40px;
}

.hdhkab a:not(:last-child):has(+ ul),
.hdhkab p:not(:last-child):has(+ ul) {
    margin-bottom: 10px;
}

.hdhkab ul {
    list-style-type: disc;
    margin-bottom: 40px;
    padding-inline-start: 20px;
}

.hdhkab ul li {
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

@media (min-width: 768px) {
    .hdhkab ul li {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .hdhkab ul li {
        font-size: 18px;
    }
}

.hdhkab .unkwpj {
    margin-bottom: 40px;
}

.hdhkab .unkwpj p {
    margin-bottom: 0;
}

.hdhkab .wxadzb {
    color: var(--accent-primary);
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.hdhkab .wxadzb:hover {
    color: var(--accent-secondary);
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}

.hdhkab a.jkrghu {
    color: var(--accent-primary);
    display: block;
    margin-bottom: 0 !important;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.hdhkab a.jkrghu:hover {
    color: var(--accent-secondary);
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}

.xkphvl {
    align-items: center;
    background-color: var(--shadow-dark);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.wyfjes {
    background: var(--text-primary);
    border-radius: 10px;
    box-shadow: 0 5px 15px var(--shadow-dark);
    color: var(--text-dark);
    max-width: 360px;
    padding: 15px;
    text-align: center;
    width: 90%;
}

.wyfjes p {
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.wyfjes a {
    text-decoration: underline;
}

.wyfjes .ptzuzl {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    width: 100%;
}

.wyfjes .ptzuzl:not(:last-child) {
    margin-bottom: 10px;
}

.wyfjes .ptzuzl.klvwow {
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-pink) 100%);
    color: var(--text-dark);
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.4);
    transition: all 0.3s ease;
}

.wyfjes .ptzuzl.klvwow:hover {
    box-shadow: 0 0 25px rgba(255, 0, 255, 0.6);
    transform: translateY(-2px);
}

.wyfjes .ptzuzl.ofrfrk {
    border: 1px solid var(--border-secondary);
    color: var(--text-muted);
}

.xuynsl {
    color: var(--text-primary);
    font-weight: 500;
}
