        body {
            background-color: white;
        }

        .page {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background: linear-gradient(to bottom, #00acb51f 0%, #00abb559 50%, #00acb51f 100%) !important;
            height: fit-content !important;
        }

        .page::before {
            --line: color-mix(in hsl, canvasText, #b7fbff 70%) !important;
            z-index: -11;
        }


        body {
            font-family: IRANSansX !important;
        }

        .page::before {
            --size: 45px;
            --line: color-mix(in hsl, canvasText, #ffffff 70%);
            content: "";
            height: 100vh;
            width: 99vw;
            position: absolute;
            background: linear-gradient(90deg, var(--line) 1px, transparent 1px var(--size)) 50% 50% / var(--size) var(--size), linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50% / var(--size) var(--size);
            -webkit-mask: linear-gradient(-20deg, transparent 50%, white);
            mask: linear-gradient(-20deg, transparent 50%, white);
            top: 0;
            transform-style: flat;
            pointer-events: none;
            z-index: 8;
        }

        .page::before {
            --line: color-mix(in hsl, canvasText, #b7fbff 70%) !important;
            z-index: -11
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }

            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes zoomIn {
            from {
                opacity: 0;
                transform: scale(0.9);
            }

            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        @keyframes float {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-10px);
            }
        }

        .gradient-bg {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .glass-effect {
            backdrop-filter: blur(15px);
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .news-content {
            line-height: 2;
        }

        .share-button {
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        .share-button:hover {
            transform: translateY(-2px);
        }

        .related-card {
            transition: all 0.3s ease;
        }

        .related-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .progress-bar {
            position: fixed;
            top: 0;
            left: 0;
            height: 3px;
            background: linear-gradient(90deg, #fbbf24, #f97316);
            z-index: 1000;
            transition: width 0.3s ease;
        }

        @media (max-width: 991px) {
            .navigation {
                display: none !important;
            }

            .active-logo {
                max-width: 197px !important;
                max-height: 60px !important;
            }

            .header-h {
                padding: 15px 20px;
            }
            .xtrmw{
                display: none;
            }
        }