:root{--primary: #d71920;--primary-light: #e54950;--primary-dark: #b01419;--secondary: #231f20;--secondary-light: #3a3536;--secondary-dark: #1a1718;--bg-primary: #ffffff;--bg-secondary: #fafbfc;--bg-tertiary: #f5f7fa;--text-primary: #231f20;--text-secondary: #2d3748;--text-tertiary: #606f7b;--text-muted: #8795a1;--border-color: #e8ecf0;--border-hover: #d1d9e0;--shadow-color: rgba(0, 0, 0, .1);--white: #ffffff;--off-white: #fafbfc;--light-gray: #f5f7fa;--gray-100: #e8ecf0;--gray-200: #d1d9e0;--gray-300: #b8c2cc;--gray-400: #8795a1;--gray-500: #606f7b;--gray-600: #3d4852;--gray-700: #2d3748;--gray-800: #231f20;--black: #000000;--accent-red: #d71920;--accent-silver: #e0e7ed;--accent-blue: #4d94ff;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-secondary: "Space Grotesk", "SF Pro Display", sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--font-arabic: "Cairo", "Tajawal", "Amiri", "Noto Sans Arabic", sans-serif;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 2px 4px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .08);--shadow-glow: 0 0 20px rgba(215, 25, 32, .1);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--transition-theme: .3s ease-in-out;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px}[data-theme=dark]{--bg-primary: #0f0f0f;--bg-secondary: #1a1a1a;--bg-tertiary: #2d2d2d;--text-primary: #ffffff;--text-secondary: #e2e8f0;--text-tertiary: #94a3b8;--text-muted: #64748b;--border-color: #374151;--border-hover: #4b5563;--shadow-color: rgba(0, 0, 0, .4);--gray-100: #374151;--gray-200: #4b5563;--gray-300: #6b7280;--gray-400: #9ca3af;--gray-500: #d1d5db;--gray-600: #e5e7eb;--gray-700: #f3f4f6;--gray-800: #ffffff;--off-white: #1a1a1a;--light-gray: #2d2d2d;--white: #0f0f0f;--shadow-xs: 0 1px 3px 0 rgba(0, 0, 0, .4), 0 0 0 1px rgba(255, 255, 255, .05);--shadow-sm: 0 2px 4px 0 rgba(0, 0, 0, .4), 0 0 0 1px rgba(255, 255, 255, .05);--shadow-md: 0 4px 8px -1px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .05);--shadow-lg: 0 10px 20px -3px rgba(0, 0, 0, .6), 0 0 0 1px rgba(255, 255, 255, .05);--shadow-xl: 0 20px 30px -5px rgba(0, 0, 0, .7), 0 0 0 1px rgba(255, 255, 255, .05);--shadow-glow: 0 0 30px rgba(215, 25, 32, .5), 0 0 60px rgba(215, 25, 32, .25)}.image-placeholder-wrapper{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;min-height:200px;border-radius:inherit;position:relative;overflow:hidden;transition:all .3s ease}.image-placeholder-wrapper:hover{transform:scale(1.02)}.image-placeholder-wrapper svg{width:100%;height:100%;max-width:400px;max-height:300px}img.loading{opacity:.7;filter:blur(2px);transition:all .3s ease}img.loaded{opacity:1;filter:blur(0)}[data-theme=dark] body{background-color:#0f0f0f!important;color:#fff!important}[data-theme=dark] .dark\:bg-gray-800{background-color:var(--gray-800)!important}[data-theme=dark] .dark\:bg-gray-700{background-color:var(--gray-700)!important}[data-theme=dark] .dark\:text-white{color:var(--white)!important}[data-theme=dark] .dark\:text-gray-100{color:#f3f4f6!important}[data-theme=dark] .dark\:placeholder-gray-400::-moz-placeholder{color:var(--gray-400)!important}[data-theme=dark] .dark\:placeholder-gray-400::placeholder{color:var(--gray-400)!important}[data-theme=dark] .dark\:hover\:bg-gray-700:hover{background-color:var(--gray-700)!important}[data-theme=dark] .dark\:focus\:ring-white\/30:focus{box-shadow:0 0 0 4px #ffffff4d!important}[data-theme=dark] .dark\:shadow-xl{box-shadow:var(--shadow-xl)!important}.pagination-wrapper{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:2rem 0}.pagination-wrapper nav{display:flex;align-items:center;gap:.25rem}.pagination-wrapper .flex{display:flex;align-items:center;gap:.25rem}.pagination-wrapper a,.pagination-wrapper span{display:flex!important;align-items:center!important;justify-content:center!important;min-width:2.5rem!important;height:2.5rem!important;padding:.5rem!important;border:1px solid var(--border-color)!important;border-radius:var(--radius-md)!important;text-decoration:none!important;font-size:.875rem!important;font-weight:500!important;transition:all var(--transition-base)!important;background:var(--bg-primary)!important;color:var(--text-secondary)!important}.pagination-wrapper .bg-blue-50,.pagination-wrapper [aria-current=page]{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important;font-weight:600!important}.pagination-wrapper a:hover{background:var(--bg-tertiary)!important;border-color:var(--border-hover)!important;transform:translateY(-1px)!important;box-shadow:var(--shadow-sm)!important}.pagination-wrapper .text-gray-500,.pagination-wrapper .cursor-default{opacity:.5!important;cursor:not-allowed!important;pointer-events:none!important}.pagination-wrapper svg{width:1rem!important;height:1rem!important}[data-theme=dark] .pagination-wrapper a,[data-theme=dark] .pagination-wrapper span{background:var(--bg-secondary)!important;color:var(--text-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .pagination-wrapper a:hover{background:var(--bg-tertiary)!important;border-color:var(--border-hover)!important}[data-theme=dark] .pagination-wrapper .bg-blue-50,[data-theme=dark] .pagination-wrapper [aria-current=page]{background:var(--primary)!important;color:#fff!important;border-color:var(--primary)!important}@media (max-width: 640px){.pagination-wrapper{gap:.25rem;margin:1.5rem 0}.pagination-wrapper a,.pagination-wrapper span{min-width:2rem!important;height:2rem!important;font-size:.75rem!important;padding:.25rem!important}.pagination-wrapper .hidden{display:none!important}}[dir=rtl] .pagination-wrapper{direction:rtl}[dir=rtl] .pagination-wrapper nav{flex-direction:row-reverse}[data-theme=dark] .dark\:from-gray-800{--tw-gradient-from: var(--gray-800);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)}[data-theme=dark] .dark\:to-gray-900{--tw-gradient-to: var(--gray-800)}[data-theme=dark] .bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}[data-theme=dark] .from-blue-50{--tw-gradient-from: var(--bg-tertiary);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)}[data-theme=dark] .to-indigo-50{--tw-gradient-to: var(--bg-secondary)}[data-theme=dark] .dark\:text-gray-100{color:var(--gray-100)!important}[data-theme=dark] .dark\:text-gray-400{color:var(--gray-400)!important}[data-theme=dark] .bg-white{background-color:var(--bg-primary)!important}[data-theme=dark] .bg-gray-50{background-color:var(--bg-secondary)!important}[data-theme=dark] .bg-gray-100{background-color:var(--bg-tertiary)!important}[data-theme=dark] .text-gray-900,[data-theme=dark] .text-gray-800,[data-theme=dark] .text-gray-700{color:var(--text-primary)!important}footer ul{list-style:none!important;padding-left:0!important;margin-left:0!important}footer li{list-style:none!important;margin-left:0!important;padding-left:0!important}footer ul li:before{content:none!important}footer ul li::marker{content:none!important}.newsletter-cta,.footer-section form{position:relative}.newsletter-cta input[type=email],.footer-section input[type=email]{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.newsletter-cta button:hover,.footer-section button:hover{transform:translateY(-1px)}.newsletter-cta input:focus,.footer-section input:focus{box-shadow:0 0 0 3px rgba(var(--primary),.1),0 0 20px rgba(var(--primary),.1)}[data-theme=dark] .newsletter-cta input:focus,[data-theme=dark] .footer-section input:focus{box-shadow:0 0 0 3px #ef444433,0 0 20px #ef44441a}.gallery-slider-container{position:relative;isolation:isolate}.gallery-nav{z-index:20!important;position:absolute!important}[data-theme=dark] .gallery-nav{z-index:25!important;background-color:#000000b3!important}[data-theme=dark] .gallery-nav:hover{background-color:#000000d9!important}.gallery-slider,.gallery-track{position:relative;z-index:1}[data-theme=dark] .breaking-news-ticker .text-gray-900{color:#434446!important}.breaking-news-label-rtl{line-height:1.6!important;font-family:Cairo,Tajawal,sans-serif!important}@media (max-width: 768px){.breaking-news-label-rtl{line-height:1.7!important;padding:.6rem 1rem!important}}.breaking-news-ticker{position:relative;overflow:hidden;width:100%;height:2rem;display:flex;align-items:center}@media (min-width: 768px){.breaking-news-ticker{height:2.5rem}}.breaking-news-content{display:flex;white-space:nowrap;position:absolute;top:50%;transform:translateY(-50%);will-change:transform}.rtl-ticker .breaking-news-content{animation:tickerRTL 30s linear infinite;flex-direction:row-reverse}@keyframes tickerRTL{0%{transform:translateY(-50%) translate(0)}to{transform:translateY(-50%) translate(100%)}}.breaking-news-ticker:not(.rtl-ticker) .breaking-news-content{animation:ticker 30s linear infinite}@keyframes ticker{0%{transform:translateY(-50%) translate(0)}to{transform:translateY(-50%) translate(-100%)}}.breaking-news-ticker:hover .breaking-news-content{animation-play-state:paused}.breaking-news-content a{flex-shrink:0;white-space:nowrap;display:inline-block}.breaking-news-ticker:before,.breaking-news-ticker:after{content:"";position:absolute;top:0;bottom:0;width:30px;z-index:2;pointer-events:none}.breaking-news-ticker:before{left:0;background:linear-gradient(to right,#f8f9fa,#f8f9fa00)}.breaking-news-ticker:after{right:0;background:linear-gradient(to left,#f8f9fa,#f8f9fa00)}[data-theme=dark] .breaking-news-ticker:before{background:linear-gradient(to right,#111827,#11182700)}[data-theme=dark] .breaking-news-ticker:after{background:linear-gradient(to left,#111827,#11182700)}.breaking-news-content{backface-visibility:hidden;perspective:1000px}.rtl-news-item{font-family:Cairo,Tajawal,sans-serif;line-height:1.6}.view-all-rtl{font-family:Cairo,Tajawal,sans-serif;direction:rtl}@media (max-width: 768px){.view-all-rtl{align-self:flex-start!important;margin-right:auto}}.rtl-read-btn{direction:rtl;font-family:Cairo,Tajawal,sans-serif}.rtl-slider-content{gap:1rem!important}@media (min-width: 768px){.rtl-slider-content{gap:1.5rem!important}.rtl-slider-content>*+*{margin-right:1.5rem!important;margin-left:0!important}}.rtl-nav.prev{right:1rem;left:auto}.rtl-nav.next{left:1rem;right:auto}@media (max-width: 768px){.rtl-nav.prev{right:.5rem}.rtl-nav.next{left:.5rem}}.sidebar-ad{width:100%;aspect-ratio:320/250}@media (min-width: 768px){.sidebar-ad{aspect-ratio:300/250}}.sidebar-container{width:100%;max-width:100%;overflow-x:hidden}@media (max-width: 767px){.sidebar-ad{aspect-ratio:320/100;max-height:150px}}[data-theme=dark] .text-gray-600{color:var(--text-secondary)!important}[data-theme=dark] .text-gray-500{color:var(--text-tertiary)!important}[data-theme=dark] .border-gray-100,[data-theme=dark] .border-gray-200{border-color:var(--border-color)!important}*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:var(--font-primary);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;transition:background-color var(--transition-theme),color var(--transition-theme)}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);font-weight:700;line-height:1.2;margin-top:0;margin-bottom:1rem;color:var(--text-primary);transition:color var(--transition-theme)}h1{font-size:3rem;letter-spacing:-.025em}h2{font-size:2.25rem;letter-spacing:-.02em}h3{font-size:1.875rem;letter-spacing:-.015em}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}a{color:var(--primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-dark)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.grid{display:grid;gap:2rem}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--bg-primary);border-radius:var(--radius-lg);padding:1.5rem;position:relative;overflow:hidden;transition:all var(--transition-base),background-color var(--transition-theme),border-color var(--transition-theme);border:1px solid var(--border-color)}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--accent-blue));transform:translate(-100%);transition:transform var(--transition-slow)}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--border-hover)}.card:hover:before{transform:translate(0)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-lg);border:none;cursor:pointer;transition:all var(--transition-base);position:relative;overflow:hidden;font-family:var(--font-secondary);box-shadow:var(--shadow-sm);text-decoration:none;white-space:nowrap}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left var(--transition-slow)}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--white);border:2px solid transparent}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary));box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,var(--gray-100),var(--gray-200));color:var(--gray-700);border:2px solid var(--gray-200)}.btn-secondary:hover{background:linear-gradient(135deg,var(--gray-200),var(--gray-300));color:var(--gray-800);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary);box-shadow:none}.btn-outline:hover{background:var(--primary);color:var(--white);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--gray-600);border:2px solid transparent;box-shadow:none}.btn-ghost:hover{background:var(--gray-100);color:var(--gray-800);border-color:var(--gray-200)}.btn-small{padding:.5rem 1.25rem;font-size:.8rem}.btn-large{padding:1.125rem 2.5rem;font-size:1rem}.btn-full{width:100%}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:none!important;position:sticky;top:0;z-index:1000;transition:all var(--transition-base),background-color var(--transition-theme),border-color var(--transition-theme)}[data-theme=dark] .header{background:#0f0f0ff2}[data-theme=dark] .mobile-menu{background-color:var(--bg-primary)!important;color:var(--text-primary)!important}[data-theme=dark] .mobile-menu a{color:var(--text-primary)!important}[data-theme=dark] .mobile-menu a:hover{background-color:var(--primary)!important;color:var(--white)!important}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.nav{display:flex;align-items:center;gap:2rem}.nav-link{font-weight:500;color:var(--gray-600);position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--primary);transition:width var(--transition-base)}.nav-link:hover:after,.nav-link.active:after{width:100%}.hero{padding:4rem 0;background:linear-gradient(135deg,var(--off-white) 0%,var(--white) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--primary) 0%,transparent 70%);opacity:.05;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.article-card{background:var(--white);border-radius:var(--radius-xl);overflow:hidden;transition:all var(--transition-base);border:1px solid var(--gray-100);display:flex;flex-direction:column}.article-card-image{position:relative;padding-bottom:56.25%;overflow:hidden}.article-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--transition-slow)}.article-card:hover .article-card-image img{transform:scale(1.05)}.article-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.article-card-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.article-card-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--gray-500);margin-bottom:1rem}.form-input,.form-textarea,.form-select,input[type=text],input[type=email],input[type=tel],input[type=password],input[type=search],textarea,select{width:100%;padding:.875rem 1.25rem;font-size:.9rem;font-weight:400;line-height:1.5;color:var(--gray-800);background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-lg);transition:all var(--transition-base);box-shadow:var(--shadow-xs);font-family:var(--font-primary)}.form-input:focus,.form-textarea:focus,.form-select:focus,input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=password]:focus,input[type=search]:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #d719201a,var(--shadow-md);transform:translateY(-1px)}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder,input::-moz-placeholder,textarea::-moz-placeholder{color:var(--gray-400);font-weight:400}.form-input::placeholder,.form-textarea::placeholder,input::placeholder,textarea::placeholder{color:var(--gray-400);font-weight:400}.form-input.error,input.error,textarea.error{border-color:var(--primary);box-shadow:0 0 0 3px #d719201a}.form-label,label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem;font-family:var(--font-secondary)}.form-input:disabled,input:disabled,textarea:disabled,select:disabled{background-color:var(--gray-100);color:var(--gray-400);cursor:not-allowed;border-color:var(--gray-200)}.form-group{margin-bottom:1.5rem}.form-group:last-child{margin-bottom:0}.search-container{position:relative;max-width:600px;margin:0 auto}.search-input{width:100%;padding:1rem 3rem 1rem 1.5rem;font-size:1rem;border:2px solid var(--gray-200);border-radius:var(--radius-full);background:var(--white);transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #d719201a,var(--shadow-md);transform:translateY(-1px)}.search-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--white);border:none;border-radius:var(--radius-full);padding:.5rem 1rem;cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-sm)}.search-button:hover{background:linear-gradient(135deg,var(--primary-dark),var(--secondary));box-shadow:var(--shadow-md);transform:translateY(-50%) translateY(-1px)}.loading{display:inline-block;width:20px;height:20px;border:2px solid var(--gray-200);border-radius:50%;border-top-color:var(--primary);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.footer{background:var(--off-white);border-top:1px solid var(--gray-100);padding:3rem 0 2rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;color:var(--gray-700)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--gray-200);color:var(--gray-500);font-size:.875rem}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}.nav{flex-direction:column;gap:1rem}.hero{padding:2rem 0}}.lazy-load{opacity:0;transition:opacity var(--transition-slow)}.lazy-load.loaded{opacity:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}*:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media print{.header,.footer,.search-container,.btn{display:none}}[dir=rtl]{direction:rtl;text-align:right}[dir=rtl] .nav{direction:ltr;margin-right:auto;margin-left:0}[dir=rtl] .nav-link:after{right:0;left:auto}[dir=rtl] .hero{text-align:right}[dir=rtl] .grid,[dir=rtl] .flex{direction:rtl}[dir=rtl] .space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.font-arabic{font-family:var(--font-arabic);font-weight:400;line-height:1.8;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.font-arabic h1,.font-arabic h2,.font-arabic h3,.font-arabic h4,.font-arabic h5,.font-arabic h6{font-family:var(--font-arabic);font-weight:700;line-height:1.4;letter-spacing:-.025em}.font-arabic .nav-link{font-family:var(--font-arabic);font-weight:500}.font-arabic p,.font-arabic span,.font-arabic div{font-family:var(--font-arabic);word-spacing:.1em}[dir=rtl] .text-right{text-align:right}[dir=rtl] .text-left{text-align:left}[dir=rtl] .text-center{text-align:center}[dir=rtl] input,[dir=rtl] textarea,[dir=rtl] select{text-align:right;font-family:var(--font-arabic)}[dir=rtl] .btn{font-family:var(--font-arabic);font-weight:500}.slider-container{position:relative;overflow:hidden;border-radius:var(--radius-lg)}.slider-track{display:flex;transition:transform var(--transition-slow)}.slider-slide{min-width:100%;flex:0 0 auto}.slider-controls{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.slider-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all var(--transition-fast)}.slider-dot.active{background:#fff;transform:scale(1.2)}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast);z-index:10}.slider-nav:hover{background:#fff;box-shadow:var(--shadow-lg)}.slider-nav.prev{left:1rem}.slider-nav.next{right:1rem}[dir=rtl] .slider-nav.prev{right:1rem;left:auto}[dir=rtl] .slider-nav.next{left:1rem;right:auto}.ad-banner{display:block;width:100%;height:100%}.ad-banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-md)}.sidebar-sticky{position:sticky;top:5rem;height:-moz-fit-content;height:fit-content;align-self:flex-start}[data-theme=dark] .sidebar-container .bg-white{background-color:var(--bg-primary)!important}[data-theme=dark] .sidebar-container .bg-gray-50{background-color:var(--bg-secondary)!important}[data-theme=dark] .sidebar-container .bg-gray-100{background-color:var(--bg-tertiary)!important}[data-theme=dark] .sidebar-container .text-gray-900{color:var(--text-primary)!important}[data-theme=dark] .sidebar-container .text-gray-700{color:var(--text-secondary)!important}[data-theme=dark] .sidebar-container .text-gray-600{color:var(--text-tertiary)!important}[data-theme=dark] .sidebar-container .text-gray-500,[data-theme=dark] .sidebar-container .text-gray-400{color:var(--text-muted)!important}[data-theme=dark] .sidebar-container .border-gray-100,[data-theme=dark] .sidebar-container .border-gray-200{border-color:var(--border-color)!important}[data-theme=dark] .sidebar-container .shadow-sm{box-shadow:var(--shadow-sm)!important}[data-theme=dark] .sidebar-container .hover\\:bg-gray-50:hover{background-color:var(--bg-secondary)!important}[data-theme=dark] .sidebar-container .group:hover .group-hover\\:bg-primary{background-color:var(--primary)!important}[data-theme=dark] .sidebar-container .group:hover .group-hover\\:text-white{color:var(--white)!important}[data-theme=dark] .newsletter-section{background:linear-gradient(135deg,var(--primary),var(--primary-dark))!important}[data-theme=dark] .newsletter-section h3,[data-theme=dark] .newsletter-section p{color:var(--white)!important}[data-theme=dark] .ad-container{background-color:var(--bg-tertiary)!important;border-color:var(--border-color)!important}.language-dropdown{z-index:1000}.language-dropdown a{color:var(--gray-700)!important;text-decoration:none;transition:all var(--transition-fast)}.language-dropdown a:hover{background-color:var(--gray-50)!important;color:var(--gray-800)!important}.language-dropdown a.bg-primary{background-color:var(--primary)!important;color:#fff!important}.language-dropdown a.bg-primary:hover{background-color:var(--primary-dark)!important;color:#fff!important}.header .nav-link{color:var(--gray-700)}.header .nav-link:hover,.header .nav-link.active{color:var(--primary)}#language-button{color:var(--gray-700)}#language-button:hover{color:var(--gray-800);background-color:var(--gray-100)}@media (max-width: 768px){[dir=rtl] .grid{direction:ltr}.slider-nav{display:none}.hero,[dir=rtl] .hero{text-align:center}.header-inner img{height:2rem;max-width:120px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.header-inner{padding:.75rem 0;height:auto}.header-inner a.flex.items-center.space-x-2,.header-inner a.flex.items-center{padding:0!important;margin:0!important;background:none!important;border:none!important;border-radius:0!important;gap:0!important}.header-inner a img{margin:2px}[data-theme=dark] .header-inner img,[data-theme=dark] .mobile-menu img{background:#fff!important;border-radius:4px!important;padding:2px!important}[dir=rtl] .header-inner{flex-direction:row-reverse}[dir=rtl] .header-inner>a:first-child{order:2}[dir=rtl] .flex.items-center.space-x-4{order:1}}plasmo-csui,plasmo-csui[id*=overlay],plasmo-csui[id*=container],#ff-overlay-container,[id*=plasmo],[id*=extension-overlay]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;position:absolute!important;left:-9999px!important;top:-9999px!important;z-index:-1!important}[dir=rtl] .nav{direction:rtl;margin-left:auto;margin-right:0;gap:2rem}[dir=rtl] .nav-link{font-family:var(--font-arabic);font-weight:500;padding:.5rem .75rem;border-radius:var(--radius-md);transition:all var(--transition-fast)}[dir=rtl] .nav-link:after{right:.75rem;left:auto;width:0;height:2px;bottom:.5rem}[dir=rtl] .nav-link:hover:after,[dir=rtl] .nav-link.active:after{width:calc(100% - 1.5rem)}[dir=rtl] #language-switcher{direction:rtl}[dir=rtl] .mobile-menu{right:0;left:auto;transform:translate(100%)}[dir=rtl] .mobile-menu.active{transform:translate(0)}[dir=rtl] .search-container{direction:rtl}[dir=rtl] .search-input{text-align:right;padding:1rem 1.5rem 1rem 3rem;font-family:var(--font-arabic)}[dir=rtl] .search-button{left:.5rem;right:auto}.header-inner a.flex.items-center.space-x-2,.header-inner a.flex.items-center{gap:.75rem;padding:.75rem 1.25rem;border-radius:var(--radius-lg);transition:all var(--transition-base);position:relative;overflow:hidden;background:linear-gradient(135deg,#fffc,#fafbfce6);border:1px solid var(--gray-100)}:not([data-theme=dark]) .header-inner a.flex.items-center.space-x-2:hover,:not([data-theme=dark]) .header-inner a.flex.items-center:hover{background:linear-gradient(135deg,var(--light-gray),var(--off-white));transform:translateY(-1px);box-shadow:var(--shadow-md)}.header-inner a.flex.items-center.space-x-2:before,.header-inner a.flex.items-center:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(215,25,32,.05),transparent);transition:left var(--transition-slow)}:not([data-theme=dark]) .header-inner a.flex.items-center.space-x-2:hover:before,:not([data-theme=dark]) .header-inner a.flex.items-center:hover:before{left:100%}.header-inner img{height:3rem;width:auto;max-width:200px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));transition:all var(--transition-base);-o-object-fit:contain;object-fit:contain}.header-inner a:hover img{filter:drop-shadow(0 4px 8px rgba(215,25,32,.3));transform:scale(1.05)}#search-trigger{position:relative;padding:.75rem;background:linear-gradient(135deg,var(--white),var(--off-white));border:2px solid var(--gray-100);border-radius:var(--radius-lg);transition:all var(--transition-base);box-shadow:var(--shadow-xs);overflow:hidden}#search-trigger:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(215,25,32,.1),transparent);transition:left var(--transition-slow)}#search-trigger:hover:before{left:100%}#search-trigger:hover{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-lg)}#search-trigger svg{transition:all var(--transition-fast)}#search-trigger:hover svg{transform:scale(1.1)}#theme-toggle{position:relative;padding:.75rem;background:linear-gradient(135deg,var(--white),var(--off-white));border:2px solid var(--gray-100);border-radius:var(--radius-lg);transition:all var(--transition-base);box-shadow:var(--shadow-xs);overflow:hidden;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center}#theme-toggle:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(215,25,32,.1),transparent);transition:left var(--transition-slow)}#theme-toggle:hover:before{left:100%}#theme-toggle:hover{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-lg)}#theme-toggle svg{transition:all var(--transition-fast);width:1.25rem;height:1.25rem}#theme-toggle:hover svg{transform:scale(1.1)}#language-button{position:relative;padding:.75rem 1rem;background:linear-gradient(135deg,var(--white),var(--off-white));border:2px solid var(--gray-100);border-radius:var(--radius-lg);transition:all var(--transition-base);box-shadow:var(--shadow-xs);font-weight:600;letter-spacing:.05em;overflow:hidden;min-width:4rem;justify-content:center}#language-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(215,25,32,.1),transparent);transition:left var(--transition-slow)}#language-button:hover:before{left:100%}#language-button:hover{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-lg)}#language-button span{font-family:var(--font-secondary);font-weight:700;font-size:.875rem}#language-button svg{transition:all var(--transition-fast)}#language-button:hover svg{transform:rotate(180deg) scale(1.1)}.language-dropdown{background:var(--white);border:2px solid var(--gray-100);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);padding:.5rem;min-width:10rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.language-dropdown a{display:flex;align-items:center;padding:.75rem 1rem;border-radius:var(--radius-lg);font-weight:500;font-size:.875rem;transition:all var(--transition-fast);position:relative;overflow:hidden}.language-dropdown a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(215,25,32,.05),transparent);transition:left var(--transition-base)}.language-dropdown a:hover:before{left:100%}.language-dropdown a:hover{background:linear-gradient(135deg,var(--light-gray),var(--off-white));transform:translate(.25rem);color:var(--primary)!important}.language-dropdown a.bg-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark))!important;color:var(--white)!important;box-shadow:var(--shadow-sm)}.language-dropdown a.bg-primary:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary))!important;transform:translate(.25rem) translateY(-1px);box-shadow:var(--shadow-md)}[data-theme=dark] .language-dropdown{background:var(--bg-primary)!important;border-color:var(--border-color)!important}[data-theme=dark] .language-dropdown a{color:var(--text-primary)!important}[data-theme=dark] .language-dropdown a:hover{background:var(--primary)!important;color:var(--white)!important}[data-theme=dark] #language-button{background:linear-gradient(135deg,var(--bg-primary),var(--bg-secondary));border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] #language-button:hover{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:var(--primary);color:var(--white)}#mobile-menu-trigger{position:relative;padding:.75rem;background:linear-gradient(135deg,var(--white),var(--off-white));border:2px solid var(--gray-100);border-radius:var(--radius-lg);transition:all var(--transition-base);box-shadow:var(--shadow-xs);overflow:hidden}#mobile-menu-trigger:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(215,25,32,.1),transparent);transition:left var(--transition-slow)}#mobile-menu-trigger:hover:before{left:100%}#mobile-menu-trigger:hover{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-lg)}#mobile-menu-trigger svg{transition:all var(--transition-fast)}#mobile-menu-trigger:hover svg{transform:scale(1.1) rotate(90deg)}#mobile-menu-close{position:relative;padding:.75rem;background:linear-gradient(135deg,var(--bg-primary),var(--bg-secondary));border:2px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-base),background-color var(--transition-theme),border-color var(--transition-theme);box-shadow:var(--shadow-xs);overflow:hidden;color:var(--text-primary)}#mobile-menu-close:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(215,25,32,.1),transparent);transition:left var(--transition-slow)}#mobile-menu-close:hover:before{left:100%}#mobile-menu-close:hover{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-lg)}#mobile-menu-close svg{transition:all var(--transition-fast)}#mobile-menu-close:hover svg{transform:scale(1.1) rotate(90deg)}[dir=rtl] .header-inner{flex-direction:row-reverse}[dir=rtl] .header-inner a.flex.items-center.space-x-2,[dir=rtl] .header-inner a.flex.items-center{flex-direction:row-reverse;gap:.75rem}[dir=rtl] .header-inner{justify-content:space-between}[dir=rtl] .header-inner>a:first-child{order:3}[dir=rtl] .nav{order:2}[dir=rtl] .flex.items-center.space-x-4{order:1}[dir=rtl] #language-button{flex-direction:row-reverse;gap:.5rem;font-family:var(--font-arabic)}[dir=rtl] #language-button span{font-family:var(--font-arabic);font-weight:600}[dir=rtl] .language-dropdown{left:0;right:auto;text-align:right}[dir=rtl] .language-dropdown a{text-align:right;justify-content:flex-end;font-family:var(--font-arabic)}[dir=rtl] .language-dropdown a:hover{transform:translate(-.25rem)}[dir=rtl] .language-dropdown a.bg-primary:hover{transform:translate(-.25rem) translateY(-1px)}.flex.items-center.space-x-4{gap:1rem;align-items:center}[dir=rtl] .flex.items-center.space-x-4{flex-direction:row-reverse;gap:1rem}.text-white{color:var(--white)!important}.text-gray-900,.text-gray-800,.text-gray-700{color:var(--secondary)!important}.text-gray-600{color:var(--gray-600)!important}.text-gray-500{color:var(--gray-500)!important}.text-gray-400{color:var(--gray-400)!important}.sidebar-sticky .bg-white{background:var(--white)!important;color:var(--secondary)!important}.sidebar-sticky h3,.sidebar-sticky h4,.sidebar-sticky .text-gray-900{color:var(--secondary)!important}.sidebar-sticky .text-gray-700{color:var(--gray-700)!important}.sidebar-sticky .text-gray-600{color:var(--gray-600)!important}.sidebar-sticky .text-gray-500{color:var(--gray-500)!important}.bg-gradient-to-br{background:linear-gradient(135deg,var(--primary),var(--primary-dark))!important;color:var(--white)!important}.bg-gradient-to-br h3,.bg-gradient-to-br p{color:var(--white)!important}.article-card h3,.article-card h4,.article-card .text-gray-900{color:var(--secondary)!important}.article-card .text-gray-700{color:var(--gray-700)!important}.bg-primary{background:var(--primary)!important;color:var(--white)!important}.group .text-gray-700{color:var(--gray-700)!important}.group:hover .text-gray-700{color:var(--primary)!important}.text-gray-700{color:var(--gray-700)!important}.lg\\:col-span-3 h1,.lg\\:col-span-3 h2,.lg\\:col-span-3 h3,.lg\\:col-span-3 h4,.lg\\:col-span-3 h5,.lg\\:col-span-3 h6{color:var(--secondary)!important}.lg\\:col-span-3 p,.lg\\:col-span-3 div{color:var(--gray-700)!important}.bg-white,.bg-gray-50,.bg-white h1,.bg-white h2,.bg-white h3,.bg-white h4,.bg-white h5,.bg-white h6,.bg-gray-50 h1,.bg-gray-50 h2,.bg-gray-50 h3,.bg-gray-50 h4,.bg-gray-50 h5,.bg-gray-50 h6{color:var(--secondary)!important}.theme-toggle{position:relative;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:var(--radius-lg);background:var(--bg-secondary);border:2px solid var(--border-color);transition:all var(--transition-base);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.theme-toggle:hover{background:var(--bg-tertiary);border-color:var(--border-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.theme-toggle-switch{position:relative;width:48px;height:24px;background:var(--gray-300);border-radius:var(--radius-full);transition:background-color var(--transition-theme);cursor:pointer}.theme-toggle-switch:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:var(--white);border-radius:50%;transition:all var(--transition-theme);box-shadow:var(--shadow-sm)}[data-theme=dark] .theme-toggle-switch{background:var(--primary)}[data-theme=dark] .theme-toggle-switch:before{transform:translate(24px);background:var(--bg-primary)}.theme-toggle-icon{width:16px;height:16px;color:var(--text-tertiary);transition:all var(--transition-theme)}.theme-toggle-icon.sun{opacity:1}.theme-toggle-icon.moon,[data-theme=dark] .theme-toggle-icon.sun{opacity:.5}[data-theme=dark] .theme-toggle-icon.moon{opacity:1;color:var(--primary-light)}.theme-toggle-label{font-size:.875rem;font-weight:500;color:var(--text-secondary);transition:color var(--transition-theme)}.article-card{background:var(--bg-primary);border:1px solid var(--border-color);transition:all var(--transition-base),background-color var(--transition-theme),border-color var(--transition-theme)}.form-input,.form-textarea,.form-select,input[type=text],input[type=email],input[type=tel],input[type=password],input[type=search],textarea,select{background:var(--bg-primary);border:2px solid var(--border-color);color:var(--text-primary);transition:all var(--transition-base),background-color var(--transition-theme),border-color var(--transition-theme),color var(--transition-theme)}.form-input:focus,.form-textarea:focus,.form-select:focus,input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=password]:focus,input[type=search]:focus,textarea:focus,select:focus{border-color:var(--primary);background:var(--bg-primary)}.search-input{background:var(--bg-primary);border:2px solid var(--border-color);color:var(--text-primary);transition:all var(--transition-base),background-color var(--transition-theme),border-color var(--transition-theme),color var(--transition-theme)}.search-input:focus{background:var(--bg-primary);border-color:var(--primary)}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);transition:background-color var(--transition-theme),border-color var(--transition-theme)}.nav-link{color:var(--text-tertiary);transition:color var(--transition-theme)}.nav-link:hover,.nav-link.active{color:var(--primary)}.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:2px solid var(--border-color);transition:all var(--transition-base),background-color var(--transition-theme),border-color var(--transition-theme),color var(--transition-theme)}.btn-secondary:hover{background:var(--bg-tertiary);border-color:var(--border-hover);color:var(--text-primary)}.btn-ghost{color:var(--text-tertiary);transition:all var(--transition-base),color var(--transition-theme)}.btn-ghost:hover{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] button.p-2.text-gray-700{background:linear-gradient(135deg,var(--bg-primary),var(--bg-secondary));border:2px solid var(--border-color);color:var(--text-primary)}[data-theme=dark] button.p-2.text-gray-700:hover{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:var(--primary);color:var(--white)}[data-theme=dark] #search-trigger{background:linear-gradient(135deg,var(--bg-primary),var(--bg-secondary));border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] #search-trigger:hover{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:var(--primary);color:var(--white)}[data-theme=dark] #theme-toggle{background:linear-gradient(135deg,var(--bg-primary),var(--bg-secondary));border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] #theme-toggle:hover{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border-color:var(--primary);color:var(--white)}[data-theme=dark] .btn{box-shadow:0 2px 4px #0000004d,0 0 0 1px #ffffff0d}[data-theme=dark] .btn:hover{box-shadow:0 4px 8px #0006,0 0 0 1px #ffffff1a}[data-theme=dark] .btn-primary{box-shadow:0 2px 4px #0000004d,0 0 20px #d7192033}[data-theme=dark] .btn-primary:hover{box-shadow:0 4px 8px #0006,0 0 30px #d719204d}[data-theme=dark] .card,[data-theme=dark] .article-card{box-shadow:0 2px 4px #0000004d,0 0 0 1px #ffffff0d}[data-theme=dark] .card:hover,[data-theme=dark] .article-card:hover{box-shadow:0 8px 16px #0006,0 0 0 1px #ffffff1a}[data-theme=dark] a:hover,[data-theme=dark] .hover\\:text-primary:hover{color:var(--primary-light)!important}[data-theme=dark] button,[data-theme=dark] .btn,[data-theme=dark] [role=button]{position:relative}[data-theme=dark] button:after,[data-theme=dark] .btn:after,[data-theme=dark] [role=button]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px #ffffff0d}.prose{color:#1f2937!important;max-width:none!important;font-size:1.125rem!important;line-height:1.8!important;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:#111827;font-weight:700;margin-top:2.5rem;margin-bottom:1.25rem;line-height:1.3}.prose h1{font-size:2.25rem;border-bottom:3px solid #d71920;padding-bottom:.5rem}.prose h2{font-size:1.875rem;border-bottom:2px solid #e5e7eb;padding-bottom:.25rem}.prose h3{font-size:1.5rem;color:#d71920}.prose h4{font-size:1.25rem}.prose p{margin-bottom:1.5rem;line-height:1.8;text-align:justify}.prose p:first-of-type{font-size:1.25rem;color:#4b5563;font-weight:500}.prose img{border-radius:.75rem;margin:2.5rem auto;width:100%;height:auto;box-shadow:0 10px 25px #00000026;transition:transform .3s ease}.prose img:hover{transform:scale(1.02)}.prose a{color:#d71920!important;text-decoration:none!important;font-weight:700!important;transition:all .3s ease!important;padding:2px 0!important;position:relative!important}.prose a:hover{color:#b91c1c!important;font-weight:800!important}.prose blockquote{border-left:5px solid #d71920;padding:1.5rem 2rem;margin:2.5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:.5rem;font-style:italic;color:#495057;font-size:1.1rem;position:relative}.prose blockquote:before{content:'"';position:absolute;top:-.5rem;left:1rem;font-size:4rem;color:#d71920;opacity:.3}.prose ul,.prose ol{margin:1.5rem 0;padding-left:2rem}.prose ul{list-style-type:none}.prose ul li:before{content:"▶";color:#d71920;font-weight:700;position:absolute;margin-left:-1.5rem}.prose ol{counter-reset:item}.prose ol li{counter-increment:item;position:relative}.prose ol li:before{content:counter(item) ".";color:#d71920;font-weight:700;position:absolute;margin-left:-2rem;background:#f8f9fa;border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.875rem}.prose li{margin-bottom:.75rem;line-height:1.7;position:relative}.prose code{background:linear-gradient(135deg,#f1f3f4,#e8eaed);color:#d73a49;padding:.25rem .5rem;border-radius:.375rem;font-size:.9rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;border:1px solid #e1e4e8}.prose pre{background:linear-gradient(135deg,#2d3748,#1a202c);color:#e2e8f0;padding:2rem;border-radius:.75rem;overflow-x:auto;margin:2.5rem 0;border:1px solid #4a5568;box-shadow:0 10px 25px #0003}.prose pre code{background:none;color:inherit;padding:0;border:none;border-radius:0}[data-theme=dark] .prose{color:#e5e7eb!important;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}[data-theme=dark] .prose h1,[data-theme=dark] .prose h2,[data-theme=dark] .prose h3,[data-theme=dark] .prose h4,[data-theme=dark] .prose h5,[data-theme=dark] .prose h6{color:#f9fafb!important;font-weight:700!important}[data-theme=dark] .prose h1{border-bottom-color:#d71920!important;color:#f9fafb!important}[data-theme=dark] .prose h2{border-bottom-color:#374151!important;color:#f9fafb!important}[data-theme=dark] .prose h3{color:#ef4444!important}[data-theme=dark] .prose p{color:#d1d5db!important;text-align:justify!important;line-height:1.8!important}[data-theme=dark] .prose p:first-of-type{color:#e5e7eb!important;font-weight:500!important}[data-theme=dark] .prose a{color:#ef4444!important;text-decoration:none!important;font-weight:700!important;transition:all .3s ease!important;padding:2px 0!important;position:relative!important}[data-theme=dark] .prose a:hover{color:#f87171!important;font-weight:800!important;text-decoration:none!important}[data-theme=dark] .prose blockquote{background:linear-gradient(135deg,#1f2937,#111827)!important;color:#9ca3af!important;border-left-color:#d71920!important;padding:1.5rem 2rem!important;margin:2.5rem 0!important;border-radius:.5rem!important;font-style:italic!important;font-size:1.1rem!important;position:relative!important}[data-theme=dark] .prose blockquote:before{color:#d71920!important;content:'"'!important;position:absolute!important;top:-.5rem!important;left:1rem!important;font-size:4rem!important;opacity:.3!important}[data-theme=dark] .prose ul li:before{color:#d71920!important}[data-theme=dark] .prose ol li:before{color:#d71920!important}[data-theme=dark] .prose strong{color:#f9fafb!important;font-weight:700!important}[data-theme=dark] .prose em{color:#e5e7eb!important;font-style:italic!important}[data-theme=dark] .prose code{background:linear-gradient(135deg,#374151,#1f2937)!important;color:#fbbf24!important;border-color:#4b5563!important;padding:.25rem .5rem!important;border-radius:.375rem!important;font-size:.9rem!important;font-family:Monaco,Menlo,Ubuntu Mono,monospace!important;border:1px solid #4b5563!important}[data-theme=dark] .prose pre{background:linear-gradient(135deg,#111827,#0f172a)!important;border-color:#374151!important;color:#e2e8f0!important;padding:2rem!important;border-radius:.75rem!important;overflow-x:auto!important;margin:2.5rem 0!important;border:1px solid #374151!important;box-shadow:0 10px 25px #0003!important}[data-theme=dark] .prose table{background:#1f2937!important;border-color:#374151!important}[data-theme=dark] .prose table th{background:#374151!important;color:#f9fafb!important;border-color:#4b5563!important}[data-theme=dark] .prose table td{border-color:#4b5563!important;color:#e5e7eb!important}[data-theme=dark] .prose table tr:hover{background-color:#374151!important}[data-theme=dark] .prose table span[style*="color: rgb(0, 0, 0)"],[data-theme=dark] .prose table span[style*="color: black"]{color:#f9fafb!important}[data-theme=dark] .prose span[style*="color: rgb(0, 0, 0)"],[data-theme=dark] .prose span[style*="color: black"],[data-theme=dark] .prose div[style*="color: rgb(0, 0, 0)"],[data-theme=dark] .prose div[style*="color: black"],[data-theme=dark] .prose *[style*="color: rgb(0, 0, 0)"],[data-theme=dark] .prose *[style*="color: black"],[data-theme=dark] .prose *[style*="color: #000"],[data-theme=dark] .prose *[style*="color: #000000"]{color:#e5e7eb!important}[data-theme=dark] .prose *:hover{transition:all .2s ease!important}[data-theme=dark] .prose p:hover{background-color:#3741514d!important;border-radius:.25rem!important;padding:.25rem!important}[data-theme=dark] .prose table td:hover{background-color:#4b5563!important;color:#f9fafb!important}.responsive-ad-banner{width:100%;height:auto;min-height:60px;max-height:200px;display:block}@media (min-width: 768px){.responsive-ad-banner{min-height:90px;max-height:250px}}@media (max-width: 767px){.responsive-ad-banner{width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;position:relative;left:50%;right:50%;transform:translate(-50%)}.responsive-ad-banner .ad-banner{width:100%!important}}.ad-banner img{max-width:100%;max-height:100%;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.sidebar-ad{position:relative;overflow:hidden}.sidebar-ad .ad-banner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.sidebar-ad img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;border-radius:.375rem}@media (max-width: 768px){.sidebar-ad{min-height:150px!important;max-height:200px!important}}@media (min-width: 769px){.sidebar-ad{min-height:180px!important;max-height:300px!important}}[data-theme=dark] .sidebar-ad{background-color:#374151}[data-theme=dark] .sidebar-ad img{filter:brightness(.95)}.search-result-highlight{background-color:#fef3cd;padding:.1rem .2rem;border-radius:.25rem}[data-theme=dark] .search-result-highlight{background-color:#451a03;color:#fbbf24}@media (max-width: 768px){.page-container .container{padding-left:1rem!important;padding-right:1rem!important}.page-container .grid{grid-template-columns:1fr!important;gap:1rem!important}}.page-content .prose{color:#374151;line-height:1.7}.page-content .prose h1,.page-content .prose h2,.page-content .prose h3,.page-content .prose h4,.page-content .prose h5,.page-content .prose h6{color:#111827;font-weight:600;margin-top:2rem;margin-bottom:1rem}.page-content .prose p{margin-bottom:1.5rem}.page-content .prose a{color:#06f;text-decoration:none}.page-content .prose a:hover{text-decoration:underline}.page-content .prose img{border-radius:.5rem;margin:1.5rem 0}.page-content .prose blockquote{border-left:4px solid #0066ff;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#6b7280}.page-content .prose ul,.page-content .prose ol{margin:1.5rem 0;padding-left:1.5rem}.page-content .prose li{margin-bottom:.5rem}[dir=rtl] .page-content .prose{text-align:right}[dir=rtl] .page-content .prose blockquote{border-left:none;border-right:4px solid #0066ff;padding-left:0;padding-right:1rem}[dir=rtl] .page-content .prose ul,[dir=rtl] .page-content .prose ol{padding-left:0;padding-right:1.5rem}@media (max-width: 768px){.page-content .prose{font-size:.95rem}}[data-theme=dark] .page-content .prose{color:#d1d5db}[data-theme=dark] .page-content .prose h1,[data-theme=dark] .page-content .prose h2,[data-theme=dark] .page-content .prose h3,[data-theme=dark] .page-content .prose h4,[data-theme=dark] .page-content .prose h5,[data-theme=dark] .page-content .prose h6{color:#f9fafb}[data-theme=dark] .page-content .prose blockquote{color:#9ca3af;border-color:#06f}.home-content img{max-width:100%;height:auto;display:block}@media (max-width: 768px){.mobile-wrapper>.container{padding-left:0!important;padding-right:0!important}.mobile-wrapper section:not(.no-padding) .container{padding-left:.75rem!important;padding-right:.75rem!important}}
