/* Плавный скролл */
html {
    scroll-behavior: smooth;
}

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

:root {
    --primary: #ffffff;
    --primary-dark: #e5e5e5;
    --secondary: #888888;
    --accent: #666666;
    --bg-dark: #000000;
    --bg-card: rgba(255, 255, 255, 0.02);
    --text-primary: #ffffff;
    --text-secondary: #888888;
    --border: rgba(255, 255, 255, 0.05);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', sans-serif;
    background: var(--bg-dark);
    color: var(--text-primary);
    min-height: 100vh;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

/* Прогресс-бар загрузки */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    background: #ffffff;
    width: 0%;
    z-index: 10002;
    transition: width 0.3s ease;
}

/* Минималистичный фон */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -2;
}

/* Фоновое изображение */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('avatars/изначальный фон.jpg') center/cover fixed;
    opacity: 0.05;
    z-index: -1;
    transition: opacity 0.8s ease;
}

body.cringe-mode::after {
    background: url('avatars/задний фон при кнопки.jpg') center/cover fixed;
    opacity: 0.25;
}

/* Частицы - canvas */
#particleCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

/* Прелоадер - быстрый */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    transition: opacity 0.2s ease;
}

.preloader.hidden {
    opacity: 0;
    pointer-events: none;
}

.preloader-content {
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-loader 0.8s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-loader {
    to { transform: rotate(360deg); }
}

.preloader-content p {
    color: var(--text-secondary);
    font-size: 16px;
    font-weight: 500;
}

/* Стартовый экран */
.intro-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    cursor: pointer;
    transition: opacity 0.8s ease;
}

.intro-screen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(30px);
    background: rgba(0, 0, 0, 0.3);
}

.intro-screen.hidden {
    opacity: 0;
    pointer-events: none;
}

.intro-content {
    position: relative;
    z-index: 1;
}

.intro-title {
    font-size: 64px;
    font-weight: 300;
    letter-spacing: 8px;
    color: #ffffff;
    text-transform: uppercase;
}

/* Печатающийся текст - убран */
.typing-text {
    overflow: visible;
    border-right: none;
    white-space: normal;
}

/* Кнопки управления */
.secret-btn, .share-site-btn {
    position: fixed;
    top: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.secret-btn {
    right: 20px;
}

.share-site-btn {
    right: 75px;
    color: #ffffff;
}

.secret-btn:hover, .share-site-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

body.cringe-mode .secret-btn {
    animation: spin 2s infinite linear, mega-pulse 0.5s infinite;
    background: linear-gradient(45deg, #ff00ff, #00ffff, #ffff00);
    border-color: #ff00ff;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes mega-pulse {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.15) rotate(180deg); }
}

/* Счетчик посещений */
.visitor-counter {
    position: fixed;
    top: 20px;
    left: 20px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.visitor-counter span {
    color: #ffffff;
    font-weight: 600;
}

body.cringe-mode .visitor-counter {
    background: rgba(255, 0, 255, 0.2);
    border-color: #ff00ff;
    color: #ffff00;
    animation: counter-pulse 1s infinite;
}

@keyframes counter-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Кастомный курсор */
body {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="8" fill="none" stroke="white" stroke-width="1"/><circle cx="10" cy="10" r="2" fill="white"/></svg>') 10 10, auto;
}

a, button, .player-card, .social-link, .share-btn, .secret-btn, .theme-toggle, .music-control, .scroll-top {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="8" fill="white"/><circle cx="10" cy="10" r="4" fill="black"/></svg>') 10 10, pointer;
}

body.cringe-mode {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><text x="0" y="20" font-size="20">🤡</text></svg>') 12 12, auto;
}

body.cringe-mode a,
body.cringe-mode button,
body.cringe-mode .player-card,
body.cringe-mode .social-link,
body.cringe-mode .share-btn,
body.cringe-mode .secret-btn,
body.cringe-mode .music-control,
body.cringe-mode .game-emoji {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><text x="0" y="20" font-size="20">💀</text></svg>') 12 12, pointer;
}

/* Панель управления музыкой минимализм */
.music-control {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.1s ease;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.music-control:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.music-icon {
    font-size: 20px;
}

.volume-panel {
    position: absolute;
    bottom: 55px;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.3s ease;
    min-width: 180px;
}

.volume-panel.show {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.volume-slider {
    width: 140px;
    height: 2px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.volume-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.volume-slider::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: #ffffff;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.volume-slider::-moz-range-thumb:hover {
    transform: scale(1.2);
}

.volume-value {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

body.cringe-mode .music-control {
    display: flex;
    animation: music-pulse 1s infinite;
    background: linear-gradient(45deg, #ff00ff, #00ffff);
    border-color: #ff00ff;
}

@keyframes music-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

body.cringe-mode .volume-panel {
    background: rgba(255, 0, 255, 0.2);
    border-color: #ff00ff;
}

body.cringe-mode .volume-slider::-webkit-slider-thumb {
    background: #ffff00;
}

body.cringe-mode .volume-slider::-moz-range-thumb {
    background: #ffff00;
}

body.cringe-mode .volume-value {
    color: #ffff00;
}

/* Кнопка наверх минимализм */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.scroll-top.visible {
    opacity: 1;
    pointer-events: all;
}

.scroll-top:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.scroll-top svg {
    color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

header {
    text-align: center;
    margin-bottom: 60px;
    padding: 100px 0 40px;
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

header.scrolled {
    padding: 30px 0 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
}

.title {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 6px;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.1;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.title:hover {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5),
                 0 0 40px rgba(255, 255, 255, 0.3);
    letter-spacing: 8px;
}

body.cringe-mode .title {
    animation: glitch 1s infinite;
    text-shadow: 2px 2px 0 #ff00ff, -2px -2px 0 #00ffff;
    -webkit-text-fill-color: #f5f5f7;
}

@keyframes glitch {
    0%, 100% { transform: translate(0); }
    25% { transform: translate(-1px, 1px); }
    50% { transform: translate(1px, -1px); }
    75% { transform: translate(-1px, -1px); }
}

.subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 3px;
    text-transform: uppercase;
}

body.cringe-mode .subtitle {
    color: #ff0000;
    animation: blink 0.5s infinite;
    font-size: 28px;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.5; }
}

.players-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 100px;
}

/* Карточки игроков - минимализм */
.player-card {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 0;
    padding: 0;
    backdrop-filter: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
    position: relative;
}

.player-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

.player-card:nth-child(1) { animation-delay: 0.1s; }
.player-card:nth-child(2) { animation-delay: 0.2s; }
.player-card:nth-child(3) { animation-delay: 0.3s; }
.player-card:nth-child(4) { animation-delay: 0.4s; }
.player-card:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Минимальный эффект при наведении */
.player-card:hover {
    background: rgba(255, 255, 255, 0.03);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

/* Волновой эффект при клике */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: ripple-animation 0.6s ease-out;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

body.cringe-mode .player-card {
    animation: shake 2s infinite;
    border: 2px solid #ff00ff;
    background: rgba(255, 0, 255, 0.1);
    box-shadow: 0 0 30px rgba(255, 0, 255, 0.3);
}

@keyframes shake {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-2px); }
    75% { transform: translateY(2px); }
}

.player-content {
    display: flex;
    gap: 40px;
    padding: 40px;
    align-items: flex-start;
}

/* Аватарка минимализм */
.player-avatar {
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.player-avatar::after {
    content: 'Подробнее →';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(0deg, rgba(0,0,0,0.9), transparent);
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.player-card:hover .player-avatar::after {
    opacity: 1;
}

.avatar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.player-avatar:hover .avatar-overlay {
    opacity: 1;
}

.avatar-overlay span {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.player-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    opacity: 1;
}

.player-card:hover .player-avatar img {
    transform: scale(1.05);
}

body.cringe-mode .player-avatar {
    border-color: #ff00ff;
    animation: avatar-shake 1.5s infinite;
    box-shadow: 0 0 20px #ff00ff;
}

@keyframes avatar-shake {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-1deg); }
    75% { transform: rotate(1deg); }
}

body.cringe-mode .player-avatar img {
    filter: hue-rotate(180deg) saturate(2);
}

.player-info {
    flex: 1;
}

.player-name {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #ffffff, #888888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.player-card:hover .player-name {
    background: linear-gradient(90deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.cringe-mode .player-name {
    color: #ff00ff;
    animation: bounce 1s infinite;
    text-shadow: 2px 2px 0 #00ffff;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.player-role {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Статистика минимализм */
.player-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 24px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.stat-value {
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
}

.stat-label {
    font-size: 11px;
    font-weight: 400;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 2px;
}

body.cringe-mode .player-stats {
    background: rgba(255, 0, 255, 0.1);
    border-color: #ff00ff;
}

body.cringe-mode .stat-value {
    -webkit-text-fill-color: #ffff00;
    animation: stat-pulse 1s infinite;
}

@keyframes stat-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.player-achievements {
    line-height: 1.8;
    margin-bottom: 20px;
}

.player-achievements p {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 300;
    color: #888888;
    line-height: 1.6;
}

.player-achievements.serious {
    display: block;
}

.player-achievements.cringe {
    display: none;
}

body.cringe-mode .player-achievements.serious {
    display: none;
}

body.cringe-mode .player-achievements.cringe {
    display: block;
}

body.cringe-mode .player-achievements.cringe p {
    color: #f5f5f7;
    font-weight: 600;
    font-size: 16px;
}

/* Социальные ссылки минимализм */
.social-links {
    display: flex;
    gap: 8px;
}

.social-link, .share-btn {
    width: 36px;
    height: 36px;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.share-btn {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    color: #666666;
}

.social-link::before, .share-btn::before {
    display: none;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.share-btn:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.social-link svg, .share-btn svg {
    position: relative;
    z-index: 1;
}

body.cringe-mode .social-link, body.cringe-mode .share-btn {
    background: rgba(255, 0, 255, 0.2);
    border-color: #ff00ff;
    animation: social-bounce 1s infinite;
}

body.cringe-mode .social-link:hover, body.cringe-mode .share-btn:hover {
    background: rgba(255, 0, 255, 0.4);
    color: #ffff00;
}

@keyframes social-bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Модальное окно минимализм */
.modal {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(40px);
    border-radius: 0;
    padding: 60px;
    max-width: 900px;
    width: 90%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 32px;
    font-weight: 200;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close:hover {
    color: #666666;
}

.modal-body {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.modal-avatar {
    flex-shrink: 0;
    width: 280px;
    height: 280px;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-info {
    flex: 1;
}

.modal-info h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 16px;
    color: #ffffff;
    letter-spacing: 2px;
}

.modal-role {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.modal-achievements {
    line-height: 1.8;
}

.modal-achievements p {
    font-size: 14px;
    font-weight: 300;
    color: #888888;
    margin-bottom: 10px;
}

@keyframes fall {
    to {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

/* Анимация для игровых эмодзи */
.game-emoji {
    transition: all 0.2s ease;
}

.game-emoji:hover {
    transform: scale(1.3) !important;
}

/* Адаптив */
@media (max-width: 968px) {
    .player-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 32px 24px;
    }

    .player-avatar {
        width: 180px;
        height: 180px;
    }

    .player-stats {
        justify-content: center;
    }

    .modal-body {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .modal-avatar {
        width: 250px;
        height: 250px;
    }

    .modal-content {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    header {
        padding: 80px 0 30px;
        margin-bottom: 40px;
    }

    .title {
        font-size: 36px;
    }

    .intro-title {
        font-size: 40px;
    }

    .subtitle {
        font-size: 16px;
    }

    .players-list {
        gap: 20px;
    }

    .player-content {
        padding: 24px 20px;
    }

    .player-name {
        font-size: 22px;
    }

    .player-stats {
        gap: 20px;
        padding: 16px;
    }

    .stat-value {
        font-size: 24px;
    }

    .modal-info h2 {
        font-size: 32px;
    }

    .modal-role {
        font-size: 18px;
    }

    .scroll-top {
        bottom: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
    }
}