.elementor-kit-7{--e-global-color-primary:#1B1D21;--e-global-color-secondary:#3B3B3B;--e-global-color-text:#FFFFFF;--e-global-color-accent:#007083;--e-global-color-20a7d27:#FFFFFF;--e-global-color-8460dd3:#2E2E2E;--e-global-color-9483ff5:#FFD700;--e-global-color-a689656:#1B1B1B;--e-global-color-7fc9b18:#0F101A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-78628ff-font-family:"Roboto";background-color:#1B1D21;}.elementor-kit-7 e-page-transition{background-color:#1B1D21;}.elementor-kit-7 a{color:#2A79B4;}.elementor-kit-7 a:hover{color:#205E8B;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:480px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #0c0c0c 0%, #1a1a2e 50%, #16213e 100%);
            color: #ffffff;
            min-height: 100vh;
            overflow-x: hidden;
        }
        
                .logo {
            font-size: 2rem;
            font-weight: bold;
            background: linear-gradient(45deg, #00d4ff, #ff6b35);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
                .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .header {
            padding: 20px 0;
            background: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(2px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .header-content {
            justify-content: space-between;
            align-items: center;
        }
        
                .particles {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }

        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: rgba(0, 212, 255, 0.5);
            border-radius: 50%;
            animation: float 6s infinite linear;
        }

        @keyframes float {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-10vh) rotate(360deg);
                opacity: 0;
            }
        }
        
                .features-section {
            padding: 80px 0;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 50px;
            color: #ffffff;
        }

        .features-grid {
            display: grid;
            gap: 30px;
        }

        .feature-card {
            background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(255, 107, 53, 0.1) 100%);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            padding: 30px;
            transition: all 0.3s ease;
        }

        .feature-card:hover {
            transform: scale(1.05);
            box-shadow: 0 15px 35px rgba(0, 212, 255, 0.2);
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(45deg, #00d4ff, #ff6b35);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }

        .feature-title {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: #ffffff;
        }

        .feature-description {
            color: #b0b0b0;
            line-height: 1.6;
        }
        
                .nav-menu {
            display: flex;
            gap: 30px;
        }

        .nav-link {
            color: #ffffff;
            text-decoration: none;
            padding: 10px 20px;
            border-radius: 25px;
            transition: all 0.3s ease;
            border: 1px solid transparent;
        }

        .nav-link:hover, .nav-link.active {
            background: rgba(0, 212, 255, 0.1);
            border: 1px solid rgba(0, 212, 255, 0.3);
        }
        
        .news-grid {
            display: grid;
            gap: 30px;
            margin-bottom: 40px;
        }

        .news-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .news-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 212, 255, 0.2);
        }

        .news-image {
            width: 100%;
            height: 200px;
            background: linear-gradient(45deg, #00d4ff, #ff6b35);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: white;
        }

        .news-content {
            padding: 25px;
        }

        .news-date {
            color: #00d4ff;
            font-size: 0.9rem;
            margin-bottom: 10px;
        }

        .news-title {
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 15px;
            color: #ffffff;
        }

        .news-excerpt {
            color: #b0b0b0;
            margin-bottom: 20px;
        }

        .read-more {
            display: inline-block;
            color: #00d4ff;
            text-decoration: none;
            font-weight: bold;
            padding: 8px 16px;
            border: 1px solid rgba(0, 212, 255, 0.3);
            border-radius: 20px;
            transition: all 0.3s ease;
        }

        .read-more:hover {
            background: rgba(0, 212, 255, 0.1);
            transform: translateX(5px);
        }
        
                .back-button {
            color: #00d4ff;
            text-decoration: none;
            padding: 10px 20px;
            border: 1px solid rgba(0, 212, 255, 0.3);
            border-radius: 25px;
            transition: all 0.3s ease;
            font-weight: bold;
        }

        .back-button:hover {
            background: rgba(0, 212, 255, 0.1);
            transform: translateX(-5px);
        }

        .article {
            padding: 60px 0;
        }

        .article-header {
            text-align: center;
            margin-bottom: 50px;
            padding-bottom: 30px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .article-category {
            color: #00d4ff !important;
            font-size: 1rem !important;
            font-weight: bold !important;
            margin-bottom: 15px !important;
            text-transform: uppercase !important;
            letter-spacing: 2px !important;
        }

        .article-title {
            font-size: 3rem;
            font-weight: 900;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #ffffff, #00d4ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
        }

        .article-meta {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 30px;
            color: #b0b0b0;
            font-size: 1rem;
            margin-bottom: 20px;
        }

        .article-date {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .article-author {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .article-featured-image {
            width: 100%;
            height: 300px;
            background: linear-gradient(135deg, #00d4ff 0%, #ff6b35 100%);
            border-radius: 15px;
            margin: 40px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 4rem;
            position: relative;
            overflow: hidden;
        }

        .article-featured-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
            animation: shimmer 3s infinite;
        }

        @keyframes shimmer {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .article-content {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(2px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 50px;
            margin-bottom: 40px;
        }

        .article-content h2 {
            color: #00d4ff;
            font-size: 1.8rem;
            margin: 40px 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 2px solid rgba(0, 212, 255, 0.3);
        }

        .article-content h2:first-child {
            margin-top: 0;
        }

        .article-content h3 {
            color: #ff6b35;
            font-size: 1.4rem;
            margin: 30px 0 15px 0;
        }

        .article-content p {
            margin-bottom: 20px;
            font-size: 1.1rem;
            color: #e0e0e0;
        }

        .article-content ul {
            margin: 20px 0;
            padding-left: 0;
            list-style: none;
        }

        .article-content li {
            background: rgba(0, 212, 255, 0.1);
            border-left: 3px solid #00d4ff;
            padding: 15px 20px;
            margin-bottom: 10px;
            border-radius: 0 10px 10px 0;
            font-size: 1.05rem;
        }

        .highlight-box {
            background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(255, 107, 53, 0.1));
            border: 1px solid rgba(0, 212, 255, 0.3);
            border-radius: 15px;
            padding: 30px;
            margin: 30px 0;
        }

        .highlight-title {
            color: #00d4ff;
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .warning-box {
            background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 107, 107, 0.1));
            border: 1px solid rgba(255, 107, 53, 0.3);
            border-radius: 15px;
            padding: 25px;
            margin: 30px 0;
        }

        .warning-title {
            color: #ff6b35;
            font-size: 1.2rem;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .changelog-item {
            background: rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 15px;
            border-left: 4px solid #00d4ff;
        }

        .changelog-type {
            display: inline-block;
            padding: 4px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: bold;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .changelog-type.new {
            background: rgba(0, 255, 136, 0.2);
            color: #00ff88;
        }

        .changelog-type.fix {
            background: rgba(0, 212, 255, 0.2);
            color: #00d4ff;
        }

        .changelog-type.improve {
            background: rgba(255, 107, 53, 0.2);
            color: #ff6b35;
        }

        .article-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 40px 0;
            justify-content: center;
        }

        .tag {
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .share-section {
            text-align: center;
            padding: 40px;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 15px;
            margin: 40px 0;
        }

        .share-title {
            color: #ffffff;
            font-size: 1.2rem;
            margin-bottom: 20px;
        }

        .share-buttons {
            display: flex;
            justify-content: center;
            gap: 15px;
            flex-wrap: wrap;
        }

        .share-button {
            padding: 12px 24px;
            background: linear-gradient(45deg, #00d4ff, #ff6b35);
            color: white;
            text-decoration: none;
            border-radius: 25px;
            font-weight: bold;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .share-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0, 212, 255, 0.3);
        }

        @media (max-width: 768px) {
            .article-title {
                font-size: 2rem;
            }

            .article-content {
                padding: 30px 20px;
            }

            .article-meta {
                flex-direction: column;
                gap: 15px;
            }

            .share-buttons {
                flex-direction: column;
                align-items: center;
            }
        }
        
/* Enhanced Content Formatting */
.article-content code {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 4px;
    padding: 2px 6px;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.9em;
    color: #00d4ff;
}

.article-content pre {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 10px;
    padding: 20px;
    overflow-x: auto;
    margin: 20px 0;
    font-family: 'Consolas', 'Monaco', monospace;
    line-height: 1.5;
}

.article-content pre code {
    background: none;
    border: none;
    padding: 0;
}

.article-content blockquote {
    background: rgba(255, 107, 53, 0.1);
    border-left: 4px solid #ff6b35;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #f0f0f0;
}

.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.article-content th,
.article-content td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.article-content th {
    background: rgba(0, 212, 255, 0.2);
    color: #00d4ff;
    font-weight: bold;
}

.article-content tr:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* Document-style formatting */
.document-header {
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(0, 212, 255, 0.5);
    border-radius: 15px;
    padding: 30px;
    margin: 30px 0;
    text-align: center;
}

.document-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #00d4ff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.document-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    text-align: left;
    margin-bottom: 20px;
}

.document-meta-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.document-meta-label {
    font-weight: bold;
    color: #ff6b35;
}

.document-divider {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00d4ff, transparent);
    margin: 25px 0;
}

.section-number {
    display: inline-block;
    background: linear-gradient(45deg, #00d4ff, #ff6b35);
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: bold;
    margin-right: 10px;
    font-size: 0.9rem;
}

/* Дополнительные стили для списков */
.article-content ul, .article-content ol {
    margin: 15px 0;
    padding-left: 20px;
}

.article-content li {
    margin: 8px 0;
    color: #f0f0f0;
}

.article-content li strong {
    color: #ff6b35;
}

.article-content h2 {
    color: #00d4ff;
    margin: 30px 0 15px 0;
    font-size: 1.4rem;
}

.article-content h3 {
    color: #ff6b35;
    margin: 25px 0 15px 0;
    font-size: 1.2rem;
}

.article-content p {
    margin: 15px 0;
    color: #f0f0f0;
    line-height: 1.6;
}

        .search-box {
            width: 100%;
            max-width: 500px;
            margin: 0 auto 40px;
            padding: 15px 25px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 25px;
            color: white;
            font-size: 1rem;
            backdrop-filter: blur(10px);
        }

        .search-box::placeholder {
            color: #b0b0b0;
        }

        .search-box:focus {
            outline: none;
            border-color: #00d4ff;
            box-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
        }
        
                .page-title {
            font-size: 3rem;
            font-weight: bold;
            text-align: center;
            margin-bottom: 50px;
            background: linear-gradient(45deg, #ffffff, #00d4ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
                .nav-link:hover, .nav-link.active {
            background: rgba(0, 212, 255, 0.1);
            border: 1px solid rgba(0, 212, 255, 0.3);
        }

        .search-section {
            padding: 60px 0 40px 0;
            text-align: center;
        }

        .search-title {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #ffffff, #00d4ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .search-container {
            max-width: 600px;
            margin: 0 auto 40px;
            position: relative;
        }

        .search-input {
            width: 100%;
            padding: 20px 60px 20px 25px;
            background: rgba(255, 255, 255, 0.05);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 50px;
            color: white;
            font-size: 1.1rem;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        .search-input:focus {
            outline: none;
            border-color: #00d4ff;
            box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
        }

        .search-input::placeholder {
            color: #b0b0b0;
        }

        .search-button {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(45deg, #00d4ff, #ff6b35);
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            color: white;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .search-button:hover {
            transform: translateY(-50%) scale(1.1);
        }

        .filters {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .filter-btn {
            padding: 10px 20px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 25px;
            color: #b0b0b0;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .filter-btn.active {
            background: linear-gradient(45deg, #00d4ff, #ff6b35);
            color: white;
            border-color: transparent;
        }

        .filter-btn:hover {
            border-color: #00d4ff;
            color: #ffffff;
        }

        .search-stats {
            text-align: center;
            margin-bottom: 30px;
            color: #b0b0b0;
        }

        .loading {
            text-align: center;
            padding: 40px;
            display: none;
        }

        .loading-spinner {
            width: 40px;
            height: 40px;
            border: 3px solid rgba(0, 212, 255, 0.3);
            border-top: 3px solid #00d4ff;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            margin: 0 auto 20px;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .results-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }

        .result-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
        }

        .result-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 212, 255, 0.2);
        }

        .result-type {
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: bold;
            text-transform: uppercase;
        }

        .result-type.news {
            background: rgba(0, 212, 255, 0.2);
            color: #00d4ff;
        }

        .result-type.guide {
            background: rgba(255, 107, 53, 0.2);
            color: #ff6b35;
        }

        .result-type.rules {
            background: rgba(255, 107, 107, 0.2);
            color: #ff6b6b;
        }

        .result-image {
            width: 100%;
            height: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            position: relative;
            overflow: hidden;
        }

        .result-image.news {
            background: linear-gradient(45deg, #00d4ff, #0099cc);
        }

        .result-image.guide {
            background: linear-gradient(45deg, #ff6b35, #cc5529);
        }

        .result-image.rules {
            background: linear-gradient(45deg, #ff6b6b, #cc5555);
        }

        .result-content {
            padding: 25px;
        }

        .result-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            font-size: 0.9rem;
        }

        .result-date {
            color: #00d4ff;
        }

        .result-author {
            color: #b0b0b0;
        }

        .result-title {
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 15px;
            color: #ffffff;
            line-height: 1.3;
        }

        .result-excerpt {
            color: #b0b0b0;
            margin-bottom: 20px;
            line-height: 1.5;
        }

        .result-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .result-tags {
            display: flex;
            gap: 8px;
        }

        .result-tag {
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            padding: 4px 8px;
            border-radius: 10px;
            font-size: 0.8rem;
        }
                /* Guide-specific styles */
        .guide-difficulty {
            display: inline-block;
            padding: 4px 10px;
            border-radius: 12px;
            font-size: 0.8rem;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .difficulty-beginner {
            background: rgba(0, 255, 136, 0.2);
            color: #00ff88;
        }

        .difficulty-intermediate {
            background: rgba(255, 193, 7, 0.2);
            color: #ffc107;
        }

        .difficulty-advanced {
            background: rgba(255, 107, 107, 0.2);
            color: #ff6b6b;
        }

        .guide-stats {
            display: flex;
            gap: 15px;
            margin-top: 10px;
            font-size: 0.9rem;
            color: #b0b0b0;
        }

        .guide-stat {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        @media (max-width: 768px) {
            .search-title {
                font-size: 2rem;
            }

            .filters {
                justify-content: center;
            }

            .results-grid {
                grid-template-columns: 1fr;
            }

            .nav-menu {
                display: none;
            }
        }
                /* Footer Styles */
        .footer {
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(15px);
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding: 60px 0 30px 0;
            margin-top: 80px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-section h3 {
            color: #00d4ff;
            font-size: 1.3rem;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .footer-section p,
        .footer-section a {
            color: #b0b0b0;
            text-decoration: none;
            line-height: 1.8;
            transition: color 0.3s ease;
        }

        .footer-section a:hover {
            color: #00d4ff;
        }

        .footer-links {
            list-style: none;
            padding: 0;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 5px 0;
        }

        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 15px;
        }

        .social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: linear-gradient(45deg, #00d4ff, #ff6b35);
            border-radius: 50%;
            color: white;
            text-decoration: none;
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .social-link:hover {
            transform: scale(1.1) rotate(5deg);
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 30px;
            text-align: center;
            color: #666;
        }

        .server-stats-footer {
            display: flex;
            justify-content: space-around;
            align-items: center;
            background: rgba(0, 212, 255, 0.1);
            border: 1px solid rgba(0, 212, 255, 0.3);
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 20px;
        }

        .stat-footer {
            text-align: center;
        }

        .stat-footer-number {
            font-size: 1.5rem;
            font-weight: bold;
            color: #00d4ff;
        }

        .stat-footer-label {
            font-size: 0.9rem;
            color: #b0b0b0;
        }

        @media (max-width: 768px) {
            .article-title {
                font-size: 2rem;
            }

            .article-content {
                padding: 30px 20px;
            }

            .article-meta {
                flex-direction: column;
                gap: 15px;
            }

            .share-buttons {
                flex-direction: column;
                align-items: center;
            }

            .document-meta {
                grid-template-columns: 1fr;
            }

            .footer-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .server-stats-footer {
                flex-direction: column;
                gap: 15px;
            }
        }
        
                .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin: 60px 0;
        }

        .stat-card {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 30px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .stat-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, #00d4ff, #ff6b35);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .stat-card:hover:before {
            transform: scaleX(1);
        }

        .stat-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .stat-number {
            font-size: 3rem;
            font-weight: bold;
            color: #00d4ff;
            margin-bottom: 10px;
        }

        .stat-label {
            color: #b0b0b0;
            font-size: 1.1rem;
        }/* End custom CSS */