:root {
    --silver-light: #e8e8e8;
    --silver-dark: #a0a0a0;
    --silver-gradient: linear-gradient(135deg, #f5f5f5, #d0d0d0, #e8e8e8);
    --silver-glow: rgba(230, 230, 230, 0.4);
    --dark-bg: #000000;
    --card-bg: rgba(10, 10, 10, 0.95);
    --text-primary: #ffffff;
    --text-secondary: #737373;
    --accent-glow: #c0c0c0;
    --border-shine: rgba(255, 255, 255, 0.08);
    --telegram-glow: rgba(0, 136, 204, 0.4);
    --discord-glow: rgba(88, 101, 242, 0.4);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--silver-light), var(--silver-dark));
    border-radius: 10px;
    border: 2px solid var(--dark-bg);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ffffff, var(--silver-light));
    box-shadow: 0 0 15px var(--silver-glow);
}

@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center;
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px);
    }
}

@keyframes glow-pulse {
    0%, 100% { box-shadow: 0 0 20px rgba(192, 192, 192, 0.3);
    }
    50% { box-shadow: 0 0 40px rgba(192, 192, 192, 0.6);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatingGlow {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.15;
    }
    33% {
        transform: translate(100px, -80px) scale(1.3);
        opacity: 0.12;
    }
    66% {
        transform: translate(-80px, 60px) scale(0.9);
        opacity: 0.18;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.15;
    }
}

@font-face {
    font-family: 'VK Sans Display';
    src: url('../fonts/VKSansDisplay-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VK Sans Display';
    src: url('../fonts/VKSansDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --silver-light: #e8e8e8;
    --silver-dark: #a0a0a0;
    --silver-gradient: linear-gradient(135deg, #f5f5f5, #d0d0d0, #e8e8e8);
    --silver-glow: rgba(230, 230, 230, 0.4);
    --dark-bg: #000000;
    --card-bg: rgba(10, 10, 10, 0.95);
    --text-primary: #ffffff;
    --text-secondary: #737373;
    --accent-glow: #c0c0c0;
    --border-shine: rgba(255, 255, 255, 0.08);
    --telegram-glow: rgba(0, 136, 204, 0.4);
    --discord-glow: rgba(88, 101, 242, 0.4);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--silver-light), var(--silver-dark));
    border-radius: 10px;
    border: 2px solid var(--dark-bg);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ffffff, var(--silver-light));
    box-shadow: 0 0 15px var(--silver-glow);
}

@keyframes shimmer {
    0% { background-position: -200% center; }
    100% { background-position: 200% center;
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px);
    }
}

@keyframes glow-pulse {
    0%, 100% { box-shadow: 0 0 20px rgba(192, 192, 192, 0.3);
    }
    50% { box-shadow: 0 0 40px rgba(192, 192, 192, 0.6);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatingGlow1 {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.25;
    }
    33% {
        transform: translate(150px, -100px) scale(1.4);
        opacity: 0.3;
    }
    66% {
        transform: translate(-120px, 80px) scale(0.9);
        opacity: 0.28;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.25;
    }
}

@keyframes floatingGlow2 {
    0% {
        transform: translate(0, 0) scale(1) rotate(0deg);
        opacity: 0.22;
    }
    33% {
        transform: translate(-100px, 120px) scale(1.3) rotate(120deg);
        opacity: 0.28;
    }
    66% {
        transform: translate(130px, -90px) scale(0.85) rotate(240deg);
        opacity: 0.25;
    }
    100% {
        transform: translate(0, 0) scale(1) rotate(360deg);
        opacity: 0.22;
    }
}

@keyframes floatingGlow3 {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 0.18;
    }
    50% {
        transform: translate(80px, -120px) scale(1.5);
        opacity: 0.25;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.18;
    }
}

body {
    font-family: 'VK Sans Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text-primary);
    background-color: var(--dark-bg);
    overflow-x: hidden;
    line-height: 1.6;
    font-weight: 500;
}

.silver-gradient-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.silver-gradient-bg::before,
.silver-gradient-bg::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    will-change: transform, opacity;
}

.silver-gradient-bg::before {
    width: 900px;
    height: 900px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, rgba(200, 200, 200, 0.2) 50%, transparent 70%);
    top: -10%;
    left: -20%;
    opacity: 0.3;
    animation: floatingGlow1 35s infinite;
}

.silver-gradient-bg::after {
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(220, 220, 220, 0.35) 0%, rgba(180, 180, 180, 0.18) 50%, transparent 70%);
    bottom: -10%;
    right: -20%;
    opacity: 0.28;
    animation: floatingGlow2 40s infinite;
}

body::before {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1200px;
    height: 1200px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(240, 240, 240, 0.08) 50%, transparent 70%);
    filter: blur(100px);
    transform: translate(-50%, -50%);
    animation: floatingGlow3 45s infinite;
    z-index: -1;
    pointer-events: none;
    opacity: 0.25;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 50px;
    backdrop-filter: blur(20px) saturate(180%);
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid var(--border-shine);
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo-title-container {
    display: flex;
    align-items: center;
    gap: 15px;
    animation: fadeInUp 0.8s ease;
}

.header-logo {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
    transition: filter 0.3s ease;
}

.header-logo:hover {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.3));
}

.server-title {
    font-weight: 600;
    font-size: 2.2rem;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #ffffff 0%, var(--silver-light) 50%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmer 3s linear infinite;
}

nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

nav ul {
    display: flex;
    list-style: none;
    gap: 10px;
}

nav li {
    position: relative;
}

nav a {
    text-decoration: none;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-weight: 500;
}

nav a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

nav a:hover::before {
    opacity: 1;
}

nav a i {
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

nav a span {
    font-size: 0.95rem;
}

nav a:hover {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(-2px);
}

nav li.active a {
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-shine);
}

.server-status {
    position: relative;
    animation: fadeInUp 0.8s ease 0.2s both;
}

.online-container {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 10px 24px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-shine);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.online-container:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.online-circle {
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--text-primary);
}

.online-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4ade80;
    animation: glow-pulse 1s ease-in-out infinite;
    box-shadow: 0 0 15px #4ade80;
}

.servers-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    width: 280px;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-shine);
    border-radius: 16px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.servers-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.server-card {
    margin-bottom: 15px;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--border-shine);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.server-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transition: left 0.5s;
}

.server-card:hover::before {
    left: 100%;
}

.server-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-2px);
}

.server-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 6px;
}

.server-description, .status-text {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.players-list {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
    display: none;
    padding-right: 6px;
}


.player-card {
    padding: 8px 12px;
    margin: 6px 0;
    font-size: 0.85rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    transition: background 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.player-card:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateX(3px);
}

.coming-soon {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.06);
    opacity: 0.5;
}

main {
    min-height: calc(100vh - 100px);
    padding: 60px 40px;
}

.welcome-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    animation: fadeInUp 1s ease;
}

.welcome-content h2 {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff 0%, var(--silver-light) 50%, #ffffff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmer 4s linear infinite;
    letter-spacing: -1px;
}

.welcome-content p {
    font-size: 1.4rem;
    color: var(--text-secondary);
    margin-bottom: 50px;
    font-weight: 500;
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.button-row {
    display: flex;
    gap: 20px;
}

.silver-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 30px;
    background: linear-gradient(135deg, #f5f5f5, #d0d0d0, #e8e8e8);
    background-size: 200% auto;
    border: none;
    color: #000000;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
}

.silver-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.silver-btn:hover::before {
    opacity: 1;
}

.silver-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.25);
}

.silver-btn i {
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.social-banners {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.banner-wrapper {
    position: relative;
    flex: 1;
    min-width: 500px;
}

.banner-wrapper:hover .phone-img {
    transform: scale(1.3) translateY(-5px);
}

.discord-banner, .telegram-banner {
    flex: 1;
    min-width: 500px;
    height: 280px;
    border-radius: 24px;
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-shine);
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.discord-banner::before, .telegram-banner::before,
.discord-banner::after, .telegram-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    pointer-events: none;
    filter: blur(30px);
    mix-blend-mode: dodge;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.discord-banner::before, .telegram-banner::before {
    background: radial-gradient(ellipse 500px 350px at -10% 115%, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.21) 25%, transparent 85%);
    opacity: 1;
}

.discord-banner::after {
    background: radial-gradient(ellipse 500px 350px at -10% 115%, rgba(88, 101, 242, 0.5) 0%, rgba(88, 101, 242, 0.3) 25%, transparent 85%);
    opacity: 0;
}

.telegram-banner::after {
    background: radial-gradient(ellipse 500px 350px at -10% 115%, rgba(0, 136, 204, 0.5) 0%, rgba(0, 136, 204, 0.3) 25%, transparent 85%);
    opacity: 0;
}

/* Crossfade on Hover */
.banner-wrapper:hover .discord-banner::before,
.banner-wrapper:hover .telegram-banner::before {
    opacity: 0;
}

.banner-wrapper:hover .discord-banner::after,
.banner-wrapper:hover .telegram-banner::after {
    opacity: 1;
}


.banner-wrapper:hover .discord-banner,
.banner-wrapper:hover .telegram-banner {
    transform: translateY(-5px);
}

.banner-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.banner-content h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: 600;
    background: linear-gradient(135deg, #ffffff, var(--silver-light));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: -0.5px;
}

.join-btn {
    display: inline-block;
    padding: 14px 28px;
    background: transparent;
    color: var(--text-primary);
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.95rem;
    z-index: 1;
    width: fit-content;
}

.join-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.03);
}

.phone-img {
    width: 45%;
    object-fit: contain;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.7));
    position: absolute;
    z-index: 10;
    right: 3%;
    bottom: 25px;
    transform: scale(1.3);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-section {
    max-width: 1200px;
    margin: 100px auto;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    animation: fadeInUp 1s ease 0.3s both;
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-shine);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.02);
}

.faq-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    color: var(--text-secondary);
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 30px;
    color: var(--text-secondary);
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 30px 25px;
}

.support-card {
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-shine);
    border-radius: 24px;
    padding: 40px;
    height: fit-content;
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
}

.support-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: radial-gradient(ellipse 500px 350px at -10% 115%, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.21) 25%, transparent 85%);
    pointer-events: none;
    filter: blur(30px);
    mix-blend-mode: dodge;
    opacity: 1;
}

.support-card h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.3;
    position: relative;
    z-index: 1;
    letter-spacing: -0.5px;
}

.support-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.support-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: transparent;
    color: var(--text-primary);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    width: fit-content;
}

.support-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.03);
}

.support-btn i {
    transition: transform 0.3s ease;
    font-size: 0.9rem;
}

.support-btn:hover i {
    transform: translateX(3px);
}

.rules-container, .terms-container {
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeInUp 1s ease;
}

.rules-header, .terms-header {
    text-align: center;
    margin-bottom: 60px;
}

.rules-title, .terms-title {
    font-size: 3.5rem;
    font-weight: 600;
    background: linear-gradient(135deg, #ffffff, var(--silver-light), #ffffff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmer 4s linear infinite;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.rules-subtitle, .terms-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.rules-section {
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-shine);
    border-radius: 20px;
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.rules-section:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

.rules-section-header {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.rules-section-header:hover {
    background: rgba(255, 255, 255, 0.02);
}

.rules-section-title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.5rem;
    font-weight: 600;
}

.rules-section-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    font-size: 1.3rem;
}

.rules-section-arrow {
    font-size: 1.2rem;
    color: var(--text-secondary);
    transition: transform 0.4s ease;
}

.rules-section.open .rules-section-arrow {
    transform: rotate(180deg);
}

.rules-section-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 30px;
}

.rules-section.open .rules-section-content {
    max-height: 3000px;
    padding: 0 30px 30px;
}

.rule-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.rule-item {
    position: relative;
    padding-left: 30px;
    line-height: 1.8;
    color: var(--text-secondary);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rule-item::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--silver-gradient);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

.rule-penalty {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    color: var(--text-primary);
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: fit-content;
}

.rules-note {
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid rgba(255, 255, 255, 0.2);
    padding: 25px;
    border-radius: 0 12px 12px 0;
    margin-top: 40px;
    line-height: 1.8;
    color: var(--text-secondary);
}

.rules-note strong {
    color: var(--text-primary);
}

.terms-content {
    background: var(--card-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-shine);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    line-height: 2;
    color: var(--text-secondary);
}

.terms-content h2 {
    color: var(--text-primary);
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: 600;
}

.terms-content h2:first-child {
    margin-top: 0;
}

.terms-content p {
    margin-bottom: 15px;
}

.terms-content ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.terms-content li {
    margin-bottom: 10px;
}

.error-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    text-align: center;
    padding: 60px 20px;
    animation: fadeInUp 1s ease;
}

.error-code {
    font-size: 10rem;
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff, var(--silver-light), #ffffff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmer 3s linear infinite;
    margin-bottom: 30px;
    line-height: 1;
}

.error-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.error-message {
    font-size: 1.2rem;
    color: var(--text-secondary);
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 1.8;
}

.error-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.error-btn {
    padding: 16px 32px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.error-btn-primary {
    background: var(--silver-gradient);
    color: #000000;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
}

.error-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(255, 255, 255, 0.25);
}

.error-btn-secondary {
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-primary);
    border: 1px solid var(--border-shine);
}

.error-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.1);
}

.copyright-footer {
    text-align: center;
    padding: 40px 20px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.9rem;
    margin-top: 80px;
    border-top: 1px solid var(--border-shine);
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.footer-link {
    color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    position: relative;
}

.footer-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transition: width 0.3s ease;
}

.footer-link:hover::after {
    width: 100%;
}

.footer-link:hover {
    color: rgba(255, 255, 255, 0.5);
}

.author-link {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.author-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--silver-gradient);
    transition: width 0.3s ease;
}

.author-link:hover::after {
    width: 100%;
}

.author-link:hover {
    color: var(--text-primary);
}

@media (max-width: 768px) {
    header {
        flex-wrap: wrap;
        padding: 20px;
        gap: 15px;
    }

    .logo-title-container {
        width: 100%;
        justify-content: center;
    }

    .server-title {
        font-size: 1.8rem;
    }

    nav {
        position: static;
        transform: none;
        width: 100%;
        order: 3;
    }

    nav ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .server-status {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .servers-dropdown {
        left: 50%;
        transform: translateX(-50%) translateY(-10px);
        right: auto;
        width: 90%;
        max-width: 320px;
    }

    .servers-dropdown.show {
        transform: translateX(-50%) translateY(0);
    }

    main {
        padding: 40px 20px;
    }

    .welcome-content h2 {
        font-size: 2.5rem;
    }

    .welcome-content p {
        font-size: 1.1rem;
    }

    .action-buttons {
        flex-direction: column;
        align-items: center;
    }

    .button-row {
        flex-direction: column;
        width: 100%;
        max-width: 400px;
    }

    .silver-btn {
        width: 100%;
        justify-content: center;
    }

    .social-banners {
        flex-direction: column;
        gap: 30px;
    }

    .banner-wrapper {
        min-width: auto;
        width: 100%;
    }

    .discord-banner, .telegram-banner {
        min-width: auto;
        width: 100%;
        flex-direction: column;
        height: auto;
        min-height: 250px;
    }

    .banner-content {
        padding: 30px;
        align-items: center;
        text-align: center;
    }

    .banner-content h3 {
        font-size: 1.5rem;
    }

    .phone-img {
        display: none;
    }

    .banner-wrapper:hover .phone-img {
        transform: translateX(-50%) scale(1.2) translateY(-5px);
    }

    .faq-section {
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 60px auto;
    }

    .support-card {
        position: static;
        order: -1;
    }

    .rules-title, .terms-title {
        font-size: 2.5rem;
    }

    .rules-subtitle, .terms-subtitle {
        font-size: 1rem;
    }

    .rules-section-title {
        font-size: 1.2rem;
    }

    .rules-section-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .terms-content {
        padding: 25px;
    }

    .error-code {
        font-size: 7rem;
    }

    .error-title {
        font-size: 2rem;
    }

    .error-message {
        font-size: 1rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}
.subtitle {
    font-size: 0.7em;
    opacity: 0.5;
    margin-left: 5px;
}
.zdpravka {
    display: inline-block;
    position: relative;
    padding: 0.08rem;
    color: #f5f6f7;
    text-shadow: 0 0 6px rgba(245,246,247,0.45);
    transition: text-shadow 0.18s ease, color .18s ease;
    line-height: 1;
}

.zdpravka::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 100%;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 1s cubic-bezier(0.2,0.9,.2,1);
    pointer-events: none;
    border-radius: 2px;
    opacity: 0.95;
}

.zdpravka:hover::after {
    transform: scaleX(1);
}
