:root {--bg-color: #040907;--accent-color: #d4ff00;--text-primary: #ffffff;--text-secondary: #b0b0b0;--navbar-bg: rgba(4, 9, 7, 0.95);--search-bg: #1a1a1a;}.flex { display: flex; }.flex-center { display: flex; align-items: center; }.flex-col { display: flex; flex-direction: column; }.flex-wrap { flex-wrap: wrap; }.gap-5 { gap: 5px; }.gap-8 { gap: 8px; }.gap-10 { gap: 10px; }.gap-12 { gap: 12px; }.gap-15 { gap: 15px; }.gap-20 { gap: 20px; }.gap-25 { gap: 25px; }.gap-30 { gap: 30px; }.flex-1 { flex: 1; }.justify-center { justify-content: center; }.justify-between { justify-content: space-between; }.justify-end { justify-content: flex-end; }.mt-0 { margin-top: 0; }.mt-5 { margin-top: 5px; }.mt-10 { margin-top: 10px; }.mt-15 { margin-top: 15px; }.mt-20 { margin-top: 20px; }.mt-30 { margin-top: 30px; }.mt-40 { margin-top: 40px; }.mb-0 { margin-bottom: 0; }.mb-5 { margin-bottom: 5px; }.mb-10 { margin-bottom: 10px; }.mb-15 { margin-bottom: 15px; }.mb-20 { margin-bottom: 20px; }.mb-25 { margin-bottom: 25px; }.mb-30 { margin-bottom: 30px; }.mr-10 { margin-right: 10px; }.mr-15 { margin-right: 15px; }.ml-10 { margin-left: 10px; }.ml-15 { margin-left: 15px; }.p-0 { padding: 0; }.p-10 { padding: 10px; }.p-15 { padding: 15px; }.p-20 { padding: 20px; }.p-30 { padding: 30px; }.w-100 { width: 100%; }.max-w-100 { max-width: 100%; }.d-none { display: none; }.d-block { display: block; }.d-inline-flex { display: inline-flex; }.d-inline-block { display: inline-block; }.text-center { text-align: center; }.text-right { text-align: right; }.font-bold { font-weight: 700; }.cursor-pointer { cursor: pointer; }.pos-relative { position: relative; }.pos-absolute { position: absolute; }.overflow-hidden { overflow: hidden; }.grid-2 { display: grid; grid-template-columns: 1fr 1fr; }.gap-40 { gap: 40px; }@font-face {font-family: 'Faruma_Regular';src: url('../assets/fonts/Faruma_Regular.woff2') format('woff2');}@font-face {font-family: 'MV_A_Waheed_Bold';src: url('../assets/fonts/MV_A_Waheed_Bold.woff2') format('woff2');}@font-face {font-family: 'Sangu_Suruhee_Regular';src: url('../assets/fonts/Sangu_Suruhee_Regular.woff2') format('woff2');}@font-face {font-family: 'Dhanbumaa_Bold';src: url('../assets/fonts/Dhanbumaa_Bold.woff2') format('woff2');}@font-face {font-family: 'Dhanbumaa_Regular';src: url('../assets/fonts/Dhanbumaa_Regular.woff2') format('woff2');}@font-face {font-family: 'Dhanbumaa_Regular_Isolated';src: url('../assets/fonts/Dhanbumaa_Regular.woff2') format('woff2');}@font-face {font-family: 'MV_Kelaa_Regular';src: url('../assets/fonts/MV_Kelaa_Regular.woff2') format('woff2');}@font-face {font-family: 'Gotham';src: url('../assets/fonts/Gotham.woff2') format('woff2'), local('Montserrat'), local('Arial');}* {margin: 0;padding: 0;box-sizing: border-box;}body {background-color: var(--bg-color);color: var(--text-primary);font-family: 'Faruma_Regular', sans-serif;direction: rtl;line-height: 1.6;overflow-x: hidden;}a {text-decoration: none;color: inherit;}ul {list-style: none;}.navbar {background-color: var(--navbar-bg);height: 70px;display: flex;align-items: center;padding: 0 40px;position: sticky;top: 0;z-index: 1000;}.navbar::before {content: '';position: absolute;top: -20px;left: 0;right: 0;height: 20px;background-color: var(--navbar-bg);pointer-events: none;}.navbar-container {width: 100%;max-width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}.navbar-left {display: flex;align-items: center;gap: 15px;}.navbar-menu {display: flex;align-items: center;margin-right: 30px;}.navbar-menu ul {display: flex;align-items: center;}.navbar-menu ul li::before {content: '|';color: #444;margin: 0 15px;font-size: 14px;}.navbar-menu ul li:first-child::before {display: none;}.navbar-menu ul li a {font-family: 'Dhanbumaa_Bold', sans-serif;font-size: 18px;color: #fff;}.navbar-logo {display: flex;align-items: center;gap: 15px;}.navbar-logo a {display: flex;align-items: center;}.navbar-logo::after {content: '|';color: #444;font-size: 20px;margin-right: 15px;}.navbar-logo img {height: 35px;}.search-wrapper {display: flex;align-items: center;position: relative;}.search-toggle {width: 32px;height: 32px;border-radius: 50%;background-color: var(--accent-color);color: #000;cursor: pointer;display: flex;align-items: center;justify-content: center;transition: opacity 0.2s ease 0.15s, transform 0.2s ease 0.15s, visibility 0s linear 0.15s;flex-shrink: 0;padding: 0;border: none;position: absolute;left: 0;z-index: 1;}.search-toggle:hover {transform: scale(1.1);}.search-form {overflow: hidden;max-width: 0;opacity: 0;flex: 1;transition: max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;white-space: nowrap;}.search-form.active {max-width: 100%;opacity: 1;}.search-form.active ~ .search-toggle {opacity: 0;transform: scale(0.5);visibility: hidden;pointer-events: none;transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;}.search-input-wrap {position: relative;display: flex;align-items: center;}.search-input-icon {position: absolute;right: 12px;top: 50%;transform: translateY(-50%);color: rgba(255,255,255,0.6);pointer-events: none;transition: opacity 0.2s ease;}.search-form input:not(:placeholder-shown) ~ .search-input-icon {opacity: 0;}.search-form input {background: transparent;border: 1.5px solid rgba(255,255,255,0.2);border-radius: 25px;padding: 6px 32px 6px 16px;color: #fff;font-size: 14px;outline: none;width: 100%;font-family: 'Faruma_Regular', sans-serif;box-sizing: border-box;transition: border-color 0.2s ease;}.search-form input:focus {border-color: var(--accent-color);}.search-form input:focus {border-color: var(--accent-color);}@media (max-width: 1024px) {.navbar {padding: 0 20px;}.desktop-only {display: none !important;}.navbar-left {order: 2;margin-right: 15px;position: relative;z-index: 1001;}.navbar-logo {order: 3;margin-right: auto;}}.ad-section {max-width: 1200px;margin: 0 auto;padding: 0;text-align: right;}.ad-label {font-size: 10px;color: #666;opacity: 0.6;text-align: start;font-family: Arial, sans-serif;line-height: 1;margin-bottom: 5px;text-transform: uppercase;}.ad-section.top-banner {max-width: 100%;background: #fff;padding: 20px 0;}.ad-section.top-banner .ad-label {max-width: 1200px;margin: 0 auto 5px auto;}.ad-section.top-banner .ad-banner {max-width: 1200px;margin: 0 auto;}.large-banner {width: 100%;}.large-banner .ad-link-wrapper {display: block;}.large-banner img,.large-banner .ad-desktop,.large-banner .ad-mobile {width: 100% !important;height: auto !important;border-radius: 8px;}.large-banner .ad-placeholder {width: 100%;height: 250px;}@media (max-width: 768px) {.large-banner .ad-placeholder {height: 150px;}}.ad-banner {width: 100%;}.ad-banner img {width: 100%;height: auto;display: block;}.ad-link-wrapper {display: block;}.ad-icon-overlay {position: absolute;top: 8px;right: 8px;color: rgba(255,255,255,0.85);font-size: 18px;text-shadow: 0 0 6px rgba(0,0,0,0.6);pointer-events: none;}.ad-placeholder {display: flex !important;align-items: center !important;justify-content: center !important;background: #C7C7C7;border: none;border-radius: 12px;text-decoration: none;color: #000000;font-family: 'Roboto', sans-serif;font-size: 24px;font-weight: 900;letter-spacing: 2px;width: 100%;height: 120px;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}.ad-placeholder:hover {filter: brightness(1.1);transform: scale(0.995);}.ad-desktop { width: 100%;height: auto;display: block !important; }.ad-mobile { display: none !important; }@media (max-width: 768px) {.ad-label { display: none; }.ad-desktop { display: none !important; }.ad-mobile { display: block !important; width: 100%;height: auto;}.ad-desktop:only-child { display: block !important; }}@media (max-width: 1024px) {.ad-section {padding: 10px 25px;}.article-page .ad-section.top-banner {padding-top: 0;}.category-page .ad-section.top-banner {position: sticky;top: 70px;z-index: 50;padding: 0;left: 0;right: 0;max-width: 100%;width: 100%;}.category-page .ad-section.top-banner .ad-banner {max-width: 100%;border-radius: 0;}.search-page-body .ad-section.top-banner {position: sticky;top: 70px;z-index: 50;padding: 0;left: 0;right: 0;max-width: 100%;width: 100%;}.search-page-body .ad-section.top-banner .ad-banner {max-width: 100%;border-radius: 0;}}@media (max-width: 768px) {.home-page .ad-section.top-banner {padding: 0 !important;margin: 0;max-width: 100%;width: 100%;background: #fff;}.home-page .ad-section.top-banner .ad-banner {max-width: 100%;margin: 0;border-radius: 0;}.home-page .ad-section.top-banner .ad-banner img,.home-page .ad-section.top-banner .large-banner img,.home-page .ad-section.top-banner .ad-mobile,.home-page .ad-section.top-banner .ad-desktop:only-child {border-radius: 0;}.home-page .ad-section.top-banner.is-fixed {position: fixed;top: 70px;left: 0;right: 0;z-index: 900;}}.hero {display: flex;align-items: center;justify-content: center;padding: 60px 0;background: radial-gradient(circle at 30% 50%, #0c1a14 0%, var(--bg-color) 70%);overflow: hidden;position: relative;min-height: calc(100vh - 70px);}.hero-inner {display: flex;align-items: center;justify-content: center; max-width: 1400px;width: 100%;padding: 0 40px;margin: 0 auto; gap: 0;position: relative;}.hero-image {flex: 1.8;display: flex;justify-content: center;position: relative;z-index: 1;}.hero-image img {max-width: 100%;height: auto;object-fit: contain;mask-image: linear-gradient(to bottom, black 80%, transparent 100%);-webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);}@media (min-width: 1025px) {.hero-image {align-self: stretch;}.hero-image img {width: 100%;height: 100%;object-fit: cover;max-height: 75vh;}}.hero-content {flex: 1.0;text-align: right;position: relative;z-index: 10;margin-left: -8vw; min-width: 320px;}.category-tag {font-family: 'MV_A_Waheed_Bold';color: #fff;font-size: clamp(18px, 2vw, 24px);margin-bottom: 20px;display: flex;align-items: center;gap: 15px;}.category-tag::before {content: '|';color: var(--accent-color);font-weight: bold;font-size: clamp(24px, 2.5vw, 32px);}.hero-title {font-family: 'Sangu_Suruhee_Regular';font-size: clamp(38px, 5.5vw, 94px);color: var(--accent-color);margin-bottom: 15px;line-height: 0.95;font-weight: normal;word-break: keep-all;overflow-wrap: break-word;}.hero-description {font-family: 'Dhanbumaa_Regular';font-size: clamp(16px, 1.8vw, 26px);color: #fff;max-width: 500px; line-height: 1.5;}@media (max-width: 1024px) {.hero {padding: 0;background: var(--bg-color);display: flex;align-items: center;overflow: hidden;min-height: 0;height: calc(100dvh - 70px);}.hero-inner {flex-direction: column-reverse;align-items: stretch;justify-content: space-between;height: 100%;padding: 0 0 20px 0;gap: 10px;margin: 0 auto;}.hero-image {width: 100%;flex: 1;display: flex;align-items: center;justify-content: center;overflow: hidden;padding: 0 16px;}.hero-image img {width: 100%;height: 100%;object-fit: cover;mask-image: linear-gradient(to bottom, black 75%, transparent 100%);-webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);}.hero-content {width: 100%;padding: 0 30px;text-align: right;margin-top: -40px; position: relative;z-index: 10;min-width: unset;}.category-tag {font-size: clamp(20px, 4vw, 24px);justify-content: flex-start;margin-bottom: 8px;}.hero-title {font-size: clamp(72px, 16vw, 110px);line-height: 0.9;margin-bottom: 12px;letter-spacing: normal;}.hero-description {font-size: clamp(18px, 4.2vw, 24px);line-height: 1.5;max-width: 100%;}}.featured-article {display: flex;gap: 40px;margin-bottom: 60px;}.featured-image {flex: 0 0 60%;border-radius: 12px;overflow: hidden;}.featured-image img {width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.3s ease;}.article-link:hover .featured-image img {transform: scale(1.05);}.featured-content {flex: 1;display: flex;flex-direction: column;justify-content: center;}.featured-meta {display: flex;align-items: center;gap: 15px;font-family: 'Faruma_Regular';color: #666;font-size: 16px;margin-bottom: 20px;}.featured-meta .category-badge {color: #666;font-weight: bold;}.featured-meta .separator {color: #999;}.featured-title {font-family: 'Dhanbumaa_Bold';font-size: 26px;line-height: 1.35;color: #000000;margin-bottom: 20px;font-weight: normal;}.featured-excerpt {font-family: 'Dhanbumaa_Regular';font-size: 22px;color: #333333;line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}@media (max-width: 1024px) {.featured-article {flex-direction: column;gap: 20px;margin-bottom: 40px;}.featured-image {flex: none;width: 100%;height: 350px; }.featured-title {font-size: 26px;line-height: 1.35;}.featured-excerpt {font-size: 22px;}}.main-articles {max-width: 1200px;margin: 0 auto;padding: 29px 40px 60px;}.home-page .content-wrapper {max-width: none;padding-left: 0;padding-right: 0;}.article-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 30px;}@media (max-width: 1024px) {.main-articles {padding: 6px 25px 40px;}.article-grid {grid-template-columns: 1fr;gap: 40px;}}.category-showcase {background-color: var(--accent-color);padding: 0;position: relative;overflow: hidden;}.category-showcase.banner-mode {background-color: transparent;}@media (max-width: 768px) {.category-showcase.banner-mode {background-color: var(--accent-color);}}.showcase-scroll-container {display: flex;width: 100%;overflow-x: auto;direction: ltr;gap: 30px;scrollbar-width: none;-ms-overflow-style: none;-webkit-overflow-scrolling: touch;}.showcase-scroll-container::-webkit-scrollbar {display: none;}.showcase-track {display: flex;flex-shrink: 0;gap: 30px;padding: 60px 0;}.showcase-track .showcase-card {width: 320px;height: auto;aspect-ratio: 4 / 5;}@media (min-width: 769px) {.category-showcase.scroll-mode .showcase-track {padding: 80px 0;}.category-showcase.scroll-mode .showcase-track .showcase-card {width: 380px;}}.showcase-grid-container {max-width: 1200px;margin: 0 auto;padding: 0 40px;}.category-showcase.banner-mode .showcase-grid-container {max-width: 100%;padding: 0;}.showcase-grid {display: flex;gap: 30px;justify-content: center;padding: 60px 0;}@media (min-width: 769px) {.showcase-grid.count-1 {padding: 0;}.showcase-grid.count-1 .showcase-card {width: 100%;height: 500px;border-radius: 0;box-shadow: none;}.showcase-grid.count-1 .showcase-card:hover {transform: none !important;box-shadow: none !important;}.showcase-grid.count-2 .showcase-card {flex: 0 0 550px;aspect-ratio: 16 / 9;}.showcase-grid.count-3 .showcase-card {flex: 0 0 350px;aspect-ratio: 1 / 1;}.showcase-grid.count-4 {padding-bottom: 50px;}.showcase-grid.count-4 .showcase-card {width: 260px;aspect-ratio: 4 / 5;}.showcase-grid.count-4 .showcase-card:nth-child(even) {transform: translateY(20px);}.showcase-grid.count-4 .showcase-card:nth-child(even):hover {transform: translateY(10px) scale(1.02);}}.showcase-card {background-color: #fff;border-radius: 30px;box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);overflow: hidden;position: relative;display: block;transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;}.showcase-card:hover {transform: translateY(-10px) scale(1.02);box-shadow: 0 35px 70px rgba(0, 0, 0, 0.3);}.showcase-card img {width: 100%;height: 100%;object-fit: cover;display: block;}@media (max-width: 768px) {.showcase-grid-container {padding: 0;}.showcase-grid {display: flex;overflow-x: auto;gap: 20px;padding: 60px 20px; scroll-snap-type: x mandatory;-webkit-overflow-scrolling: touch;scrollbar-width: none;justify-content: flex-start;width: 100%;}.showcase-grid::-webkit-scrollbar {display: none;}.showcase-grid .showcase-card {flex: 0 0 280px !important; width: 280px !important;aspect-ratio: 4 / 5 !important;scroll-snap-align: center;border-radius: 20px;transform: none !important;height: auto !important;}.category-showcase {padding-bottom: 0;}}.category-news-section {max-width: 100%;background-color: #ffffff;padding: 40px 0 15px 0;margin: 0;}.section-container {max-width: 1200px;margin: 0 auto;padding: 0 40px;}.section-header {display: flex;align-items: center;justify-content: flex-start;margin-bottom: 40px;border-bottom: 1px solid rgba(0,0,0,0.1);padding-bottom: 20px;}.section-title {font-family: 'Dhanbumaa_Regular';font-size: 44px;color: #000;display: inline-flex;align-items: center;gap: 15px;margin: 0;line-height: 1.1;transition: opacity 0.3s ease;}.section-title:hover {opacity: 0.7;}.section-title::before {content: '|';color: #064024;font-weight: bold;font-size: 52px;}.category-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 50px;}.article-card.compact {gap: 8px;}.article-card.compact .card-title {font-size: 28px;margin-top: 5px;font-family: 'Dhanbumaa_Bold';color: #000;line-height: 1.35;font-weight: normal;}.article-card.compact .card-excerpt {display: none;}.article-card.compact .card-meta {margin-top: 5px;font-size: 16px;}@media (max-width: 1024px) {.section-title {font-size: 34px;}.article-card.compact .card-title {font-size: 26px;}.section-container {padding: 0 25px;}}@media (max-width: 768px) {.category-news-section {padding: 30px 0 10px 0;}.section-title {line-height: 1.1;}.category-grid {grid-template-columns: 1fr;gap: 30px;}}.site-footer {background-color: #1a1a1a;color: #fff;padding: 80px 0 40px;margin-top: 0;direction: ltr;}.footer-container {max-width: 1200px;margin: 0 auto;padding: 0 40px;display: grid;grid-template-columns: 2fr 1fr 1fr;gap: 60px;box-sizing: border-box;}.footer-brand .footer-logo img {height: 45px;width: auto;display: block;margin-bottom: 25px;}.footer-brand .footer-description {font-family: 'Roboto', sans-serif;font-size: 16px;line-height: 1.8;color: #ccc;max-width: 400px;}.footer-nav-title {font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 20px;margin-bottom: 30px;color: #fff;font-weight: normal;}.footer-nav-links {list-style: none;padding: 0;margin: 0;}.footer-nav-links li {margin-bottom: 15px;}.footer-nav-links a {color: #ccc;text-decoration: none;font-family: 'Roboto', sans-serif;font-size: 16px;transition: color 0.3s ease;}.footer-nav-links a:hover {color: var(--accent-color);}.footer-social {display: flex;gap: 15px;margin-top: 35px;}.footer-social a {width: 45px;height: 45px;background-color: rgba(255, 255, 255, 0.1);border-radius: 12px;display: flex;align-items: center;justify-content: center;color: #fff;text-decoration: none;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);font-size: 20px;}.footer-social a:hover {background-color: var(--accent-color);color: #000;transform: translateY(-5px);}.footer-bottom {border-top: 1px solid rgba(255, 255, 255, 0.1);margin-top: 60px;padding-top: 40px;text-align: center;}.copyright {font-family: 'Roboto', sans-serif;font-size: 14px;color: #888;width: 100%;text-align: center;}@media (max-width: 768px) {.footer-container {grid-template-columns: 1fr;gap: 40px;text-align: center;padding: 0 20px;}.footer-categories {display: none;}.footer-brand .footer-description {margin: 0 auto;}.footer-brand .footer-logo img {margin: 0 auto 25px;}.footer-social {justify-content: center;}}.breaking-ticker {display: flex;align-items: center;gap: 12px;padding: 10px 20px;background: #0A1611;border-bottom: 1px solid rgba(255, 50, 50, 0.15);overflow: hidden;min-height: 48px;}.ticker-dot-wrap {display: flex;align-items: center;justify-content: center;flex-shrink: 0;}.ticker-dot {width: 12px;height: 12px;background: #ff3232;border-radius: 50%;animation: ticker-blink 1.2s ease-in-out infinite;box-shadow: 0 0 8px rgba(255, 50, 50, 0.6);}@keyframes ticker-blink {0%, 100% { opacity: 1; transform: scale(1); }50% { opacity: 0.3; transform: scale(0.85); }}.ticker-items {flex: 1;position: relative;min-height: 1.6em;overflow: hidden;}.ticker-item {position: absolute;top: 0;right: 0;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-family: 'Dhanbumaa_Regular', sans-serif;font-size: 17px;color: #ffd0d0;text-decoration: none;transition: opacity 0.5s, transform 0.5s;opacity: 0;transform: translateY(8px);pointer-events: none;}.ticker-item.active {opacity: 1;transform: translateY(0);pointer-events: auto;}.ticker-item:hover {color: #fff;}.breaking-ticker-mobile { display: none; }@media (max-width: 768px) {.breaking-ticker-desktop { display: none; }.breaking-ticker-mobile {display: flex;padding: 8px 14px;gap: 10px;min-height: 44px;border-bottom: 1px solid rgba(255, 50, 50, 0.15);}.breaking-ticker-mobile.is-fixed {position: fixed;left: 0;right: 0;z-index: 900;}.ticker-dot { width: 10px; height: 10px; }.ticker-item { font-size: 16px; }}@media (min-width: 769px) {.breaking-ticker-desktop {min-height: 72px;padding: 10px 40px;}.breaking-ticker-desktop .ticker-dot-wrap {display: none;}.breaking-ticker-desktop .ticker-items {min-height: 2.4em;}.ticker-item {font-size: 22px;text-align: center;}.breaking-ticker-desktop .ticker-item::before {content: '';display: inline-block;width: 14px;height: 14px;background: #ff3232;border-radius: 50%;animation: ticker-blink 1.2s ease-in-out infinite;box-shadow: 0 0 8px rgba(255, 50, 50, 0.6);margin-left: 10px;vertical-align: middle;flex-shrink: 0;}.ticker-dot {width: 14px;height: 14px;}.breaking-ticker-desktop.is-fixed {position: fixed;top: 70px;left: 0;right: 0;z-index: 900;border-bottom: 1px solid rgba(255, 50, 50, 0.15);}}@media (max-width: 480px) {.breaking-ticker { padding: 6px 10px; min-height: 40px; }.ticker-item { font-size: 15px; }}.user-page {background-color: #040907;min-height: 100vh;padding: 100px 0;display: flex;align-items: center;justify-content: center;direction: ltr; font-family: 'Roboto', sans-serif;}.auth-container {width: 100%;max-width: 450px;padding: 40px;background: #111;border-radius: 24px;box-shadow: 0 25px 50px rgba(0,0,0,0.5);border: 1px solid rgba(255,255,255,0.05);}.auth-title {font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 32px;color: #fff;}.form-group label {display: block;font-family: 'Roboto', sans-serif;font-weight: 500;font-size: 13px;color: #888;margin-bottom: 10px;text-transform: uppercase;letter-spacing: 1px;}.form-input {width: 100%;height: 55px;padding: 0 20px;border: 1px solid #333;border-radius: 12px;font-family: 'Roboto', sans-serif;font-size: 16px;transition: all 0.3s ease;background-color: #1a1a1a;color: #fff;}.form-input:focus {outline: none;border-color: var(--accent-color);background-color: #222;}.auth-btn {width: 100%;height: 55px;background-color: var(--accent-color);color: #000;border: none;border-radius: 12px;font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 18px;cursor: pointer;transition: all 0.3s ease;margin-top: 10px;}.auth-btn:hover {background-color: #fff;transform: translateY(-2px);}.auth-footer {text-align: center;margin-top: 30px;font-family: 'Roboto', sans-serif;font-size: 15px;color: #666;}.auth-footer a {color: var(--accent-color);font-weight: 700;text-decoration: none;}@media (max-width: 480px) {.user-page {padding: 80px 16px;align-items: flex-start;}.auth-container {padding: 30px 24px;border-radius: 16px;}}.profile-page {background-color: #f8f9fa;padding: 40px 0 80px;direction: rtl;}.profile-container {max-width: 1200px;margin: 0 auto;padding: 0 40px;}.profile-header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;background: #fff;padding: 25px 40px;border-radius: 20px;box-shadow: 0 5px 25px rgba(0,0,0,0.05);}.profile-header-main {display: flex;align-items: center;gap: 20px;}.profile-avatar {width: 60px;height: 60px;background-color: #040907;border-radius: 50%;display: flex;align-items: center;justify-content: center;overflow: hidden;border: 2px solid var(--accent-color);}.profile-avatar img {width: 100%;height: 100%;object-fit: cover;}.profile-info h1 {font-family: 'Dhanbumaa_Bold';font-size: 28px;color: #000;margin: 0;display: flex;align-items: center;gap: 8px;}.profile-rank {font-family: 'Roboto', sans-serif;font-size: 13px;font-weight: 600;color: #fff;margin: 4px 0 0 0;display: inline-flex;align-items: center;gap: 6px;padding: 4px 14px;border-radius: 20px;letter-spacing: 0.3px;}.profile-rank i {font-size: 12px;}.profile-header-actions {display: flex;gap: 15px;}.header-action-btn {display: flex;align-items: center;gap: 10px;padding: 10px 20px;border-radius: 12px;font-family: 'Roboto', sans-serif;font-weight: 500;font-size: 14px;text-decoration: none;transition: all 0.3s ease;cursor: pointer;}.settings-trigger {background-color: #f5f5f5;color: #333;border: none;}.settings-trigger:hover {background-color: #eee;}.logout-btn {background-color: #fff;color: #ff4757;border: 1.5px solid #ff4757;}.logout-btn:hover {background-color: #ff4757;color: #fff;}.close-settings-btn {background: none;border: none;color: #666;font-family: 'Roboto', sans-serif;font-size: 15px;cursor: pointer;display: flex;align-items: center;gap: 10px;}.close-settings-btn:hover {color: #000;}.verified-svg {width: 22px;height: 22px;margin-right: 12px; flex-shrink: 0;}.profile-tabs {display: flex;gap: 40px;border-bottom: 2px solid #eee;margin-bottom: 40px;}.tab-btn {padding: 15px 0;font-family: 'Dhanbumaa_Bold';font-size: 20px;color: #888;background: none;border: none;cursor: pointer;position: relative;transition: all 0.3s ease;}.tab-btn.active {color: #000;}.tab-btn.active::after {content: '';position: absolute;bottom: -2px;right: 0;width: 100%;height: 2px;background-color: var(--accent-color);}.saved-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px;}.comments-list {display: flex;flex-direction: column;gap: 20px;}.comment-card {background: #fff;padding: 30px;border-radius: 15px;box-shadow: 0 5px 15px rgba(0,0,0,0.03);}.comment-card-header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 15px;}.article-ref {font-family: 'Faruma_Regular';font-size: 16px;color: #888;}.status-badge {padding: 4px 12px;border-radius: 20px;font-family: 'Roboto', sans-serif;font-size: 11px;font-weight: 600;letter-spacing: 0.3px;}.status-approved { background: #e8f5e9; color: #2e7d32; }.status-rejected { background: #ffebee; color: #c62828; }.status-pending { background: #fff8e1; color: #f9a825; }.status-spam { background: #f3e5f5; color: #7b1fa2; }.comment-text {font-family: 'Dhanbumaa_Regular', sans-serif !important;font-size: 28px !important;color: #000 !important;line-height: 1.1 !important; margin-bottom: 20px;}.comment-link {text-decoration: none;display: block;color: inherit;}.comment-stats {display: flex;gap: 20px;font-family: 'Faruma_Regular';font-size: 16px;color: #666;}.comment-stats i {color: var(--accent-color);margin-left: 5px;}.settings-card {background: #fff;padding: 40px;border-radius: 20px;box-shadow: 0 10px 30px rgba(0,0,0,0.05);}.settings-title {font-family: 'Roboto', sans-serif;font-size: 24px;color: #000;margin-bottom: 25px;font-weight: 700;}.settings-form .form-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 30px;margin-bottom: 30px;}.save-settings-btn {background-color: #000;color: #fff;border: none;padding: 15px 40px;border-radius: 12px;font-family: 'Roboto', sans-serif;font-weight: 500;font-size: 16px;cursor: pointer;transition: all 0.3s ease;}.save-settings-btn:hover {background-color: var(--accent-color);color: #000;}.settings-divider {height: 1px;background: #eee;margin: 40px 0;}.tfa-section {display: flex;justify-content: space-between;align-items: center;background: #fcfcfc;padding: 30px;border-radius: 15px;border: 1px solid #eee;gap: 20px;}.tfa-info h3 {font-family: 'Roboto', sans-serif;font-size: 18px;margin-bottom: 10px;}.tfa-info p {font-family: 'Faruma_Regular';font-size: 16px;color: #666;max-width: 500px;}.tfa-toggle-btn {background-color: #fff;color: #000;border: 2px solid #000;padding: 12px 30px;border-radius: 30px;font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 14px;cursor: pointer;transition: all 0.3s ease;}.tfa-toggle-btn:hover {background-color: #000;color: #fff;}.settings-subtitle {font-family: 'Roboto', sans-serif;font-size: 18px;color: #000;margin-bottom: 20px;font-weight: 700;text-transform: uppercase;letter-spacing: 0.5px;}.settings-input {width: 100%;height: 50px;padding: 0 15px;border: 1px solid #ddd;border-radius: 10px;font-family: 'Roboto', sans-serif;font-size: 16px;background-color: #fcfcfc;color: #000;transition: all 0.3s ease;direction: ltr;text-align: left;}.settings-input:focus {outline: none;border-color: #000;background-color: #fff;box-shadow: 0 0 0 4px rgba(0,0,0,0.05);}.settings-form label {display: block;font-family: 'Roboto', sans-serif;font-size: 13px;font-weight: 500;color: #888;margin-bottom: 8px;text-transform: uppercase;}.dhivehi-input {direction: rtl !important;font-family: 'Faruma_Regular', sans-serif !important;text-align: right !important;}.dhivehi-input::placeholder {text-align: right !important;}@media (max-width: 992px) {.settings-form .form-grid[style*="grid-template-columns: repeat(3, 1fr)"] {grid-template-columns: 1fr 1fr !important;}}@media (max-width: 768px) {.profile-page {padding: 20px 0 60px;}.profile-container {padding: 0 20px;}.profile-header {flex-direction: column;gap: 25px;text-align: center;padding: 30px 20px;}.profile-header-main {flex-direction: column;}.profile-header-actions {width: 100%;flex-direction: column;gap: 10px;}.header-action-btn {justify-content: center;width: 100%;}.profile-tabs {gap: 20px;overflow-x: auto;padding-bottom: 5px;margin-bottom: 30px;}.tab-btn {font-size: 18px;white-space: nowrap;}.saved-grid {grid-template-columns: 1fr !important;gap: 20px;}.settings-form .form-grid, .settings-form .form-grid[style*="grid-template-columns: repeat(3, 1fr)"] {grid-template-columns: 1fr !important;}.settings-card {padding: 25px 20px;}.comment-card {padding: 20px;}.comment-text {font-size: 26px !important;line-height: 1.5 !important; }}.comment-footer {display: flex;justify-content: space-between;align-items: center;margin-top: 15px;}.delete-comment-btn {background: none;border: none;color: #ccc;font-size: 16px;cursor: pointer;padding: 8px;border-radius: 8px;transition: all 0.2s ease;line-height: 1;}.delete-comment-btn:hover {color: #ff4757;background-color: #fff0f0;}.profile-comment-item {background: #fff;border: 1px solid #eee;border-radius: 16px;padding: 20px;transition: all 0.3s ease;}.profile-comment-item:hover {border-color: #ddd;box-shadow: 0 2px 12px rgba(0,0,0,0.04);}.profile-comment-header {display: flex;align-items: center;gap: 12px;margin-bottom: 12px;}.profile-comment-date {font-family: 'Faruma_Regular', sans-serif;font-size: 13px;color: #aaa;}.profile-comment-body {text-decoration: none;color: inherit;display: block;margin-bottom: 12px;}.profile-comment-text {font-family: 'Dhanbumaa_Regular', sans-serif;font-size: 26px;color: #333;line-height: 1.3;margin: 0;}.profile-comment-article {font-family: 'Faruma_Regular', sans-serif;font-size: 14px;color: #888;display: flex;align-items: center;gap: 6px;padding-top: 12px;border-top: 1px solid #f0f0f0;}.profile-comment-article i {color: #aaa;font-size: 13px;}.profile-comment-article a {color: inherit;text-decoration: none;}.password-wrapper {position: relative;display: flex;align-items: center;width: 100%;}.toggle-password {position: absolute;right: 15px;background: none;border: none;color: #888;cursor: pointer;padding: 5px;font-size: 16px;transition: color 0.3s ease;display: flex;align-items: center;justify-content: center;}.toggle-password:hover {color: #fff;}.form-input {padding-right: 45px !important;}.settings-input {padding-right: 45px !important;}.saved-article-wrapper {position: relative;}.unsave-btn {position: absolute;top: 10px;left: 10px;background: rgba(0,0,0,0.6);border: none;color: #fff;width: 34px;height: 34px;border-radius: 50%;cursor: pointer;display: flex;align-items: center;justify-content: center;font-size: 14px;transition: all 0.2s ease;z-index: 2;}.unsave-btn:hover {background: var(--accent-color);color: #000;transform: scale(1.1);}.profile-message {padding: 14px 20px;border-radius: 12px;margin-bottom: 20px;font-family: 'Faruma_Regular', sans-serif;font-size: 16px;text-align: center;}.profile-message.success {background: #e8f5e9;color: #2e7d32;}.profile-message.error {background: #ffebee;color: #c62828;}.hidden-creds{display:none;}.lightbox-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(15, 23, 42, 0.6);backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);display: flex;align-items: center;justify-content: center;z-index: 99999;opacity: 0;transition: opacity 0.3s ease;}.lightbox-overlay.active {opacity: 1;}.lightbox-content {background: rgba(255, 255, 255, 0.95);border: 1px solid rgba(255, 255, 255, 0.3);box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);border-radius: 20px;padding: 35px 30px;max-width: 400px;width: 90%;text-align: center;direction: ltr;transform: translateY(20px) scale(0.95);transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);}.lightbox-overlay.active .lightbox-content {transform: translateY(0) scale(1);}.warning-icon-wrapper {width: 65px;height: 65px;background: #fff5f5;border: 2px solid #fee2e2;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: 0 auto 20px auto;color: #ef4444;font-size: 24px;animation: pulse 2s infinite;}@keyframes pulse {0% {box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);}70% {box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);}100% {box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);}}.lightbox-header h2 {font-family: 'Roboto', 'Inter', sans-serif;font-size: 22px;font-weight: 700;color: #1e293b;margin: 0 0 10px 0;}.lightbox-header p {font-family: 'Roboto', 'Inter', sans-serif;font-size: 14px;color: #64748b;margin: 0 0 25px 0;line-height: 1.5;}.lightbox-actions {display: flex;gap: 15px;justify-content: center;}.lightbox-btn {flex: 1;padding: 12px 20px;border-radius: 12px;font-family: 'Roboto', 'Inter', sans-serif;font-size: 15px;font-weight: 600;cursor: pointer;transition: all 0.2s ease;text-decoration: none;border: none;outline: none;}.cancel-btn {background: #f1f5f9;color: #475569;}.cancel-btn:hover {background: #e2e8f0;color: #334155;}.confirm-btn {background: #ef4444;color: white;display: inline-flex;align-items: center;justify-content: center;box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.2), 0 2px 4px -1px rgba(239, 68, 68, 0.1);}.confirm-btn:hover {background: #dc2626;box-shadow: 0 10px 15px -3px rgba(239, 68, 68, 0.3), 0 4px 6px -2px rgba(239, 68, 68, 0.05);}.tfa-section {display: flex;flex-direction: column;gap: 20px;padding: 24px;background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);border: 1px solid rgba(255, 255, 255, 0.5);box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.05);border-radius: 16px;margin-bottom: 24px;direction: ltr;transition: all 0.3s ease;}.tfa-section:hover {box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.08);border-color: rgba(255, 255, 255, 0.8);}.tfa-header-row {display: flex;justify-content: space-between;align-items: center;gap: 15px;}.tfa-badge {font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 15px;color: #0f172a;display: flex;align-items: center;gap: 10px;}.tfa-status-active {color: #10b981;}.tfa-status-inactive {color: #64748b;}.tfa-toggle-btn {padding: 10px 20px;border-radius: 10px;font-weight: 600;font-size: 14px;cursor: pointer;transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);border: 1px solid transparent;font-family: 'Roboto', sans-serif;}.tfa-toggle-btn.btn-enable {background: rgba(79, 70, 229, 0.1);color: #4f46e5;border-color: rgba(79, 70, 229, 0.2);}.tfa-toggle-btn.btn-enable:hover {background: #4f46e5;color: #fff;box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);transform: translateY(-1px);}.tfa-toggle-btn.btn-disable {background: rgba(239, 68, 68, 0.1);color: #ef4444;border-color: rgba(239, 68, 68, 0.2);}.tfa-toggle-btn.btn-disable:hover {background: #ef4444;color: #fff;box-shadow: 0 4px 12px rgba(239, 68, 68, 0.2);transform: translateY(-1px);}.tfa-setting-row {display: flex;justify-content: space-between;align-items: center;padding-top: 16px;border-top: 1px solid rgba(226, 232, 240, 0.8);gap: 15px;}.tfa-setting-info {text-align: left;}.tfa-setting-title {font-family: 'Roboto', sans-serif;font-weight: 600;margin: 0 0 4px;color: #1e293b;font-size: 14.5px;}.tfa-setting-desc {font-family: 'Roboto', sans-serif;font-size: 13px;color: #64748b;margin: 0;line-height: 1.4;}.custom-switch {position: relative;display: inline-block;width: 50px;height: 28px;cursor: pointer;}.custom-switch input {opacity: 0;width: 0;height: 0;}.custom-switch-slider {position: absolute;inset: 0;border-radius: 30px;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);}.custom-switch-slider::before {content: "";position: absolute;width: 22px;height: 22px;left: 3px;top: 3px;background: #fff;border-radius: 50%;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow: 0 2px 4px rgba(0,0,0,0.2);}.custom-switch input:checked + .custom-switch-slider {background-color: #4f46e5 !important;}.custom-switch input:checked + .custom-switch-slider::before {transform: translateX(22px);}.article-card {display: flex;flex-direction: column;gap: 10px;}.card-image {width: 100%;border-radius: 12px;overflow: hidden;aspect-ratio: 16/9;}.card-image img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.3s ease;}.article-card:hover .card-image img {transform: scale(1.05);}.card-meta {display: flex;align-items: center;gap: 15px;font-family: 'Faruma_Regular';color: #999;font-size: 16px;}.card-meta .category-badge {color: #999;font-weight: bold;}.card-meta .separator {color: #999;}.card-title {font-family: 'Dhanbumaa_Bold';font-size: 28px;line-height: 1.35;color: #000000;margin-bottom: 0;font-weight: normal;}.card-excerpt {font-family: 'Dhanbumaa_Regular';font-size: 22px;color: #333333;line-height: 1.4;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}@media (max-width: 1024px) {.card-title {font-size: 26px;}.card-excerpt {font-size: 24px;}}.article-page {background-color: #ffffff;min-height: 100vh;}body:has(.article-page) {background-color: #ffffff;}.single-article {max-width: 1200px;margin: 0 auto;padding: 5px 20px 80px;}.article-header {display: grid;grid-template-columns: minmax(0, 1fr) 300px;gap: 36px;margin-bottom: 30px;}.article-header-content {grid-column: 1;max-width: 780px;justify-self: start;}.article-meta {display: flex;align-items: center;gap: 15px;font-family: 'Faruma_Regular';color: #666;font-size: 18px;margin-bottom: 20px;}.article-meta .category {color: #064024;font-weight: bold;}.article-title {font-family: 'Faruma_Regular', sans-serif;font-size: 48px;line-height: 1.3;color: #000000;font-weight: bold;margin-bottom: 25px;margin-top: 20px;}.article-author {display: flex;align-items: center;gap: 10px;padding-top: 20px;border-top: 1px solid #eaeaea;text-decoration: none;color: inherit;cursor: pointer;}.author-avatar {width: 32px;height: 32px;border-radius: 50%;object-fit: cover;}.author-info {display: flex;flex-direction: column;}.author-name {font-family: 'Faruma_Regular';font-size: 16px;color: #666;font-weight: normal;}.author-role {font-family: 'Faruma_Regular';font-size: 16px;color: #666;}.article-hero-image {width: 100%;margin-bottom: 40px;min-height: 200px;}.article-hero-image.no-image {background-color: #f5f5f5;display: flex;align-items: center;justify-content: center;border: 1px solid #eee;}.article-hero-image.no-image img {display: none;}.article-hero-image img {width: 100%;height: auto;display: block;border-radius: 12px;}.article-content,.article-content p,.article-content li,.article-content h1,.article-content h2,.article-content h3 {font-family: 'Dhanbumaa_Regular_Isolated', 'MV Boli', sans-serif;font-size: 25px;color: #1a1a1a;line-height: 1.9;font-weight: normal;}@media (max-width: 768px) {.article-content p,.article-content li,.article-content h1,.article-content h2,.article-content h3 {font-size: 20px !important;}}.article-content img {width: 100%;height: auto;display: block;margin: 0 0 0 auto !important; border-radius: 8px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);}.image-credit {font-family: 'Faruma_Regular', 'MV Boli', sans-serif !important;font-size: 19px !important;color: #777 !important;margin-top: 12px !important; text-align: right !important;display: block !important;line-height: 1.2 !important;margin-bottom: 15px !important; direction: rtl;font-weight: normal !important;font-style: normal !important;background: transparent !important;border: none !important;}.article-content .image-credit {font-size: 18px !important;margin-top: 10px !important; margin-bottom: 25px !important;}.article-image-block {margin: 30px auto 20px !important; display: block;}.article-content iframe,.article-content video,.article-content embed,.article-content object {display: block;max-width: 100%;margin-left: auto !important;margin-right: auto !important;border: none;border-radius: 8px;}.article-content blockquote.twitter-tweet,.article-content blockquote.instagram-media,.article-content .twitter-tweet,.article-content .twitter-tweet-rendered {display: block;max-width: 100%;margin-left: auto !important;margin-right: auto !important;}.article-content p:has(> iframe),.article-content p:has(> video),.article-content p:has(> embed),.article-content p:has(> blockquote.twitter-tweet),.article-content p:has(> blockquote.instagram-media),.article-content p:has(> .twitter-tweet),.article-content div:has(> iframe),.article-content div:has(> video),.article-content figure:has(iframe),.article-content figure:has(video) {display: flex;justify-content: center;margin: 30px 0;text-align: center;}.article-content figure:has(iframe),.article-content figure:has(video) {flex-direction: column;align-items: center;}.article-content p:empty,.article-content p > br:only-child {display: none !important;margin: 0 !important;}.article-content p:has(> img) {display: none !important;margin: 0 !important;}.article-content p img {margin-bottom: 5px !important;}.article-content p {margin-bottom: 30px;}.article-content ul,.article-content ol {font-family: 'Dhanbumaa_Regular_Isolated', 'MV Boli', sans-serif;padding-right: 40px;padding-left: 0;margin: 20px 0 30px;list-style-position: outside;}.article-content ul {list-style-type: disc;}.article-content ol {list-style-type: decimal;}.article-content li {margin-bottom: 12px;display: list-item;}.article-content h2 {font-family: 'Dhanbumaa_Regular_Isolated', 'MV Boli', sans-serif;font-size: 28px;font-weight: bold;margin: 40px 0 15px;color: #111;}.article-content h3 {font-family: 'Dhanbumaa_Regular_Isolated', 'MV Boli', sans-serif;font-size: 24px;font-weight: bold;margin: 30px 0 12px;color: #222;}.article-body-layout {display: grid;grid-template-columns: minmax(0, 1fr) 300px;gap: 36px;align-items: start;margin-top: 10px;width: 100%;}.article-main-column {min-width: 0;max-width: 780px;width: 100%;justify-self: start;}.article-sidebar {position: sticky;top: 90px;}.article-sidebar-ad {margin-top: 0;border-radius: 12px;overflow: hidden;}.article-sidebar-ad + .article-related {margin-top: 28px;}.article-sidebar-ad .ad-rotator,.article-sidebar-ad .ad-link-wrapper,.article-sidebar-ad img {display: block;width: 100%;}.article-sidebar-ad .ad-placeholder {width: 100%;aspect-ratio: 1 / 1;height: auto;min-height: 0;font-size: 16px;letter-spacing: 1px;border-radius: 12px;}.article-related {background: linear-gradient(180deg, #f7faf8 0%, #ffffff 100%);border: 1px solid #e8ece9;border-radius: 16px;padding: 22px 20px 18px;}.article-related-title {font-family: 'Dhanbumaa_Bold', sans-serif;font-size: 24px;color: #000;margin: 0 0 18px;font-weight: normal;line-height: 1.2;display: flex;align-items: center;gap: 10px;padding-bottom: 14px;border-bottom: 1px solid #e3e8e4;}.article-related-title::before {content: '|';color: #064024;font-size: 28px;line-height: 1;font-weight: bold;}.related-news-list {list-style: none;margin: 0;padding: 0;display: flex;flex-direction: column;gap: 10px;}.related-news-list li {margin: 0;}.related-news-link {display: flex;align-items: flex-start;gap: 12px;padding: 12px 12px;border-radius: 12px;text-decoration: none;color: inherit;background: #fff;border: 1px solid transparent;transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;}.related-news-link:hover {background: #f3f8f5;border-color: rgba(6, 64, 36, 0.12);transform: translateX(-2px);}.related-news-index {flex-shrink: 0;width: 4px;min-height: 100%;align-self: stretch;border-radius: 999px;background: var(--accent-color, #d4ff00);margin-top: 2px;}.related-news-body {display: flex;flex-direction: column;gap: 6px;min-width: 0;}.related-news-headline {font-family: 'Dhanbumaa_Bold', sans-serif;font-size: 17px;line-height: 1.45;color: #111;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;transition: color 0.2s ease;}.related-news-link:hover .related-news-headline {color: #064024;}.related-news-date {font-family: 'Faruma_Regular', sans-serif;font-size: 13px;color: #888;line-height: 1.2;}.single-article:first-child {margin-top: 40px;}.article-embed {margin: 40px 0;max-width: 780px;}.article-embed iframe {width: 100%;max-width: 560px;display: block;margin: 0 auto;border-radius: 12px;}.article-tags {margin-top: 28px;}.article-tags-list {display: flex;flex-wrap: wrap;gap: 8px;}.article-tag {display: inline-block;background: var(--accent-color, #d4ff00);color: #000 !important;font-family: 'Faruma_Regular', sans-serif;font-weight: bold;font-size: 15px;padding: 6px 14px;border-radius: 6px;line-height: 1.3;text-decoration: none;transition: opacity 0.2s;}.article-tag:hover {opacity: 0.8;}.article-square-ad {float: left;margin: 8px 24px 20px 0;width: 280px;}.article-square-ad .ad-box {width: 100%;display: flex;align-items: center;justify-content: center;}.article-square-ad .ad-placeholder {width: 100%;min-height: 300px;border: 1px solid #eaeaea;background-color: #f5f5f5;border-radius: 8px;}a.article-link {text-decoration: none;color: inherit;display: block;}.article-reactions {margin: 60px 0 30px;padding: 30px 0;border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;text-align: center;}.article-share {margin-bottom: 60px;text-align: center;}.article-share h3 {font-family: 'Faruma_Regular';font-size: 20px;color: #666;margin-bottom: 15px;}.share-buttons {display: flex;gap: 15px;justify-content: center;}.share-btn {display: flex;align-items: center;justify-content: center;width: 45px;height: 45px;border-radius: 50%;color: #fff;text-decoration: none;transition: all 0.3s ease;font-size: 20px;}.share-btn:hover {transform: translateY(-3px);}.share-btn.fb {background-color: #1877f2;}.share-btn.x {background-color: #000000;}.share-btn.viber {background-color: #7360f2;}.share-btn.telegram {background-color: #0088cc;}.share-btn.whatsapp {background-color: #25d366;}.article-square-ad.center-ad {float: none;margin: 0 auto 60px;display: block;}.article-reactions h3 {font-family: 'Faruma_Regular';font-size: 24px;color: #000;margin-bottom: 20px;}.reaction-buttons {display: flex;gap: 20px;justify-content: center;}.reaction-btn {display: flex;align-items: center;justify-content: center;gap: 10px;padding: 0 20px;height: 50px;background-color: #f5f5f5;border: 1px solid #eaeaea;border-radius: 30px;cursor: pointer;color: #333;transition: all 0.3s ease;}.reaction-btn .count {font-family: 'Gotham', Arial, sans-serif;font-size: 16px;font-weight: bold;color: #444;}.reaction-btn:hover {background-color: #e5e5e5;transform: translateY(-2px);}.reaction-btn.thumb-up:hover svg {stroke: #064024;}.reaction-btn.thumb-down:hover svg {stroke: #d32f2f;}.article-comments {margin-top: 60px;}.article-comments h3 {font-family: 'Faruma_Regular';font-size: 28px;color: #000;margin-bottom: 25px;}.comment-form {margin-bottom: 40px;background-color: #fcfcfc;padding: 25px;border-radius: 12px;border: 1px solid #eee;}.anonymous-toggle {margin-bottom: 20px;}.toggle-container {display: flex;align-items: center;gap: 10px;cursor: pointer;font-family: 'Faruma_Regular';font-size: 16px;color: #666;}.toggle-container input {width: 20px;height: 20px;accent-color: #064024;}.comment-name-input.disabled {opacity: 0.5;background-color: #f0f0f0;pointer-events: none;}.comment-name-input {width: 100%;height: 50px;padding: 0 15px;border: 1px solid #ccc;border-radius: 8px;font-family: 'Faruma_Regular';font-size: 18px;margin-bottom: 15px;background-color: #fdfdfd;}.comment-name-input:focus {outline: none;border-color: #064024;}.comment-form textarea {width: 100%;min-height: 120px;padding: 15px;border: 1px solid #ccc;border-radius: 8px;font-family: 'Faruma_Regular';font-size: 18px;resize: vertical;margin-bottom: 15px;background-color: #fdfdfd;}.comment-form textarea:focus {outline: none;border-color: #064024;}.submit-comment {background-color: #064024;color: #fff;border: none;padding: 0 25px;height: 50px;border-radius: 25px;display: flex;align-items: center;justify-content: center;gap: 12px;cursor: pointer;transition: all 0.3s ease;margin-left: auto;margin-right: 0;font-family: 'Faruma_Regular';font-size: 18px;}.reaction-btn.active {background: var(--accent-color);border-color: var(--accent-color);color: #000;}.reaction-btn.active .count {color: #000;}.share-stat-container {display: flex;flex-direction: column;align-items: center;}.share-stat {cursor: default;background: #f8f9fa;border-color: #eee;color: #064024;font-family: 'Dhanbumaa_Bold';}.share-stat i {font-size: 18px;}.modal-overlay {display: none;position: fixed;top: 0; left: 0; width: 100%; height: 100%;background: rgba(0, 0, 0, 0.7);backdrop-filter: blur(8px);z-index: 10000;align-items: center;justify-content: center;}.modal-overlay.active {display: flex;}.modal-overlay .card {animation: modalPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);}@keyframes modalPop {from { transform: scale(0.8); opacity: 0; }to { transform: scale(1); opacity: 1; }}.comments-list {display: flex;flex-direction: column;gap: 20px;}.comment-item {background: #fff;scroll-margin-top: 100px;padding: 20px;border-radius: 16px;border: 1px solid #eee;transition: all 0.3s ease;}.comment-item.pending {border-color: #ffd54f;background: #fffde7;}.comment-item.pending .comment-pending-badge {display: inline-block;}.comment-header {display: flex;align-items: center;gap: 12px;margin-bottom: 10px;}.comment-avatar {width: 40px;height: 40px;min-width: 40px;background: var(--accent-color);color: #000;font-weight: 700;font-size: 16px;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-family: 'Roboto', sans-serif;}.comment-info {display: flex;flex-direction: column;}.comment-meta {display: flex;align-items: center;gap: 10px;flex-wrap: wrap;}.comment-author {font-family: 'Faruma_Regular';font-size: 17px;font-weight: 700;color: #000;}.comment-pending-badge {display: none;font-family: 'Roboto', sans-serif;font-size: 11px;font-weight: 600;background: #ffc107;color: #333;padding: 2px 10px;border-radius: 20px;letter-spacing: 0.3px;}.comment-date {font-family: 'Faruma_Regular';font-size: 13px;color: #aaa;}.comment-text {font-family: 'Dhanbumaa_Regular', sans-serif !important;font-size: 23px !important;color: #333;line-height: 1.6;}@keyframes fadeIn {from { opacity: 0; transform: translateY(-10px); }to { opacity: 1; transform: translateY(0); }}.comment-item.new-comment {animation: fadeIn 0.5s ease-in-out;}.no-comments {text-align: center;color: #999;font-family: 'Faruma_Regular';font-size: 18px;padding: 30px;background: #fcfcfc;border-radius: 12px;border: 1px dashed #ddd;}@media (max-width: 1024px) {.article-header {grid-template-columns: 1fr;gap: 30px;}.article-body-layout {grid-template-columns: 1fr;gap: 30px;}.article-sidebar {position: static;max-width: 300px;margin: 0 auto;}.article-title {font-size: 50px;line-height: 1.3;}.article-content p,.article-content li {font-size: 20px !important;}.article-content ul,.article-content ol {font-size: 20px;}.article-square-ad {float: none;margin: 0 auto 30px;width: 100%;max-width: 300px;display: flex;flex-direction: column;justify-content: center;}}@media (max-width: 768px) {.article-header {gap: 24px;}.article-body-layout {gap: 24px;}.article-sidebar {max-width: 100%;}.article-sidebar-ad {max-width: 300px;margin-left: auto;margin-right: auto;}.article-related-title {font-size: 22px;}.article-related-title::before {font-size: 24px;}.related-news-headline {font-size: 16px;}.related-news-date {font-size: 12px;}.article-meta {margin-top: 5px;}.article-title {font-size: 35px;margin-bottom: 12px;}.single-article:first-child {margin-top: 0;}.article-square-ad {float: none;margin: 10px auto 30px;display: flex;flex-direction: column;justify-content: center;width: 100%;max-width: 300px;}.article-content p,.article-content li {font-size: 20px;}.article-content ul,.article-content ol {font-size: 20px;}.image-credit {margin-top: 10px !important;font-size: 17px !important;margin-bottom: 20px !important;}.comment-text {font-size: 20px !important;}}.save-article-btn {background: none;border: none;color: #555;font-size: 18px;cursor: pointer;width: 34px;height: 34px;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;transition: all 0.2s ease;flex-shrink: 0;}.save-article-btn:hover {transform: scale(1.1);}.save-article-btn.saved {background: var(--accent-color);color: #333;font-size: 15px;}.article-gallery {display: flex;flex-direction: row;gap: 8px;padding: 10px 0 30px;overflow-x: auto;scrollbar-width: thin;}.gallery-thumb {flex-shrink: 0;width: 100px;height: 70px;cursor: pointer;border: 3px solid transparent;border-radius: 6px;overflow: hidden;transition: border-color 0.2s ease, opacity 0.2s ease;opacity: 0.6;}.gallery-thumb img {width: 100%;height: 100%;object-fit: cover;display: block;}.gallery-thumb:hover {opacity: 0.9;border-color: #aaa;}.gallery-thumb.active {border-color: var(--accent-color, #064024);opacity: 1;}@media (max-width: 768px) {.gallery-thumb {width: 75px;height: 55px;}}.login-btn {border: 1.5px solid var(--accent-color);color: var(--accent-color);height: 32px;padding: 0 15px;border-radius: 25px;display: inline-flex;align-items: center;justify-content: center;gap: 8px;font-family: 'Gotham', sans-serif !important;font-size: 14px;font-weight: bold;line-height: normal;}.login-btn span {font-family: 'Gotham', sans-serif !important;line-height: 1;display: inline-flex;align-items: center;direction: ltr;}.news-icon-btn {background-color: var(--accent-color);color: #000;width: 32px;height: 32px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}.close-btn {background: none;border: none;color: #fff;cursor: pointer;}.mobile-toggle {display: none;flex-direction: column;gap: 5px;cursor: pointer;padding: 10px;z-index: 1002;touch-action: manipulation;-webkit-tap-highlight-color: transparent;}.mobile-toggle span {width: 25px;height: 2px;background-color: var(--accent-color);pointer-events: none;}@media (max-width: 1024px) {.mobile-toggle {display: flex;order: 1;}}.search-container {position: relative;background-color: var(--search-bg);border-radius: 10px;padding: 6px 15px 6px 35px;display: flex;align-items: center;}.search-container input {background: transparent;border: none;color: var(--text-primary);outline: none;font-size: 15px;width: 220px;font-family: 'Faruma_Regular';line-height: 1.5;padding: 2px 0;}.search-icon {position: absolute;left: 12px;color: #666;}.mobile-sidebar, .sidebar-overlay {display: none;}@media (max-width: 1024px) {.sidebar-overlay {display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.7);z-index: 1000;opacity: 0;visibility: hidden;transition: 0.3s ease;}.sidebar-overlay.active {display: block;opacity: 1;visibility: visible;}.mobile-sidebar {position: fixed;top: 0;right: -300px;width: 280px;height: 100vh;background-color: var(--bg-color);z-index: 1001;box-shadow: -5px 0 15px rgba(0,0,0,0.5);transition: 0.3s ease;display: flex;flex-direction: column;padding: 20px;}.mobile-sidebar.active {right: 0;}.sidebar-header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;border-bottom: 1px solid #222;padding-bottom: 15px;}.sidebar-header img {height: 30px;}.sidebar-actions {display: flex;align-items: center;justify-content: flex-start;gap: 8px;margin-bottom: 25px;}.sidebar-search-form {overflow: hidden;max-width: 0;opacity: 0;transition: max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;white-space: nowrap;flex-shrink: 0;}.sidebar-search-form.active {max-width: 100%;opacity: 1;}.sidebar-search-input-wrap {position: relative;display: flex;align-items: center;}.sidebar-search-input-icon {position: absolute;right: 12px;top: 50%;transform: translateY(-50%);color: rgba(255,255,255,0.4);pointer-events: none;}.sidebar-search-close {position: absolute;left: 8px;top: 50%;transform: translateY(-50%);background: none;border: none;color: rgba(255,255,255,0.5);cursor: pointer;padding: 4px;display: flex;align-items: center;justify-content: center;border-radius: 50%;transition: color 0.2s ease;z-index: 1;}.sidebar-search-close:hover {color: #fff;}.sidebar-search-form input {width: 100%;background: transparent;border: 1.5px solid rgba(255,255,255,0.2);border-radius: 25px;padding: 8px 36px 8px 32px;color: #fff;font-size: 14px;outline: none;font-family: 'Faruma_Regular', sans-serif;box-sizing: border-box;transition: border-color 0.2s ease;}.sidebar-search-form input:focus {border-color: var(--accent-color);}.sidebar-search-toggle,.sidebar-feed-btn {width: 36px;height: 36px;border-radius: 50%;background-color: var(--accent-color);color: #000;display: flex;align-items: center;justify-content: center;flex-shrink: 0;padding: 0;border: none;transition: opacity 0.25s ease 0.35s, transform 0.35s ease 0.35s, visibility 0.25s ease 0.35s;}.sidebar-search-toggle:hover,.sidebar-feed-btn:hover {transform: scale(1.1);}.sidebar-search-form.active ~ .sidebar-search-toggle,.sidebar-search-form.active ~ .sidebar-feed-btn {opacity: 0;transform: translateX(20px);visibility: hidden;pointer-events: none;transition-delay: 0s;transition-duration: 0.2s;}a.sidebar-feed-btn {text-decoration: none;cursor: pointer;}.sidebar-menu {display: flex;flex-direction: column;gap: 15px;}.sidebar-menu li a {font-family: 'Dhanbumaa_Bold', sans-serif;font-size: 20px;color: #fff;display: block;padding: 10px 0;border-bottom: 1px solid #111;}}.feed-page {background: #f0f2f5;min-height: 100vh;padding: 20px 0 60px;direction: rtl;}.feed-wrapper {max-width: 960px;margin: 0 auto;padding: 0 16px;}.feed-card {background: #ffffff;border-radius: 14px;box-shadow: 0 2px 8px rgba(0,0,0,0.08);margin-bottom: 24px;overflow: hidden;transition: box-shadow 0.2s ease, transform 0.2s ease;border: 1px solid #e4e6eb;}.feed-card:hover {box-shadow: 0 8px 24px rgba(0,0,0,0.12);transform: translateY(-2px);}.feed-card-top {display: flex;flex-direction: row;align-items: stretch;min-height: 450px;}.feed-card-image {flex: 0 0 48%;display: block;overflow: hidden;cursor: pointer;position: relative;}.feed-card-image img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.4s ease;display: block;}.feed-card-image:hover img {transform: scale(1.03);}.feed-card-body {flex: 1;padding: 30px 32px;display: flex;flex-direction: column;justify-content: center;gap: 16px;}.feed-title {font-family: 'Dhanbumaa_Bold';font-size: 28px;color: #1a1a1a;line-height: 1.35;text-decoration: none;display: block;}.feed-title:hover {color: #2078f4;}.feed-excerpt {font-family: 'Faruma_Regular';font-size: 19px;color: #555;line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 4;line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}.feed-actions {display: flex;padding: 6px 12px;border-top: 1px solid #e4e6eb;}.feed-action-btn {flex: 1;display: flex;align-items: center;justify-content: center;gap: 10px;padding: 10px;border: none;background: none;border-radius: 8px;font-family: 'Dhanbumaa_Bold';font-size: 18px;color: #65676b;cursor: pointer;transition: all 0.2s ease;line-height: 1;}.feed-action-btn .btn-count {font-family: 'Roboto', sans-serif;font-size: 16px;font-weight: 700;color: #65676b;direction: ltr;display: flex;align-items: center;}.feed-action-btn .btn-label {display: flex;align-items: center;}.feed-action-btn:hover {background: #f0f2f5;}.feed-action-btn.liked i { color: #2078f4; }.feed-action-btn i {font-size: 18px;display: flex;align-items: center;justify-content: center;}.feed-comment-box {display: none;padding: 14px 24px 18px;border-top: 1px solid #e4e6eb;}.feed-comment-box.open {display: block;}.feed-comments-list {margin-bottom: 14px;}.feed-comments-list .comment-item {margin-bottom: 12px;padding: 14px;border-radius: 12px;}.feed-comments-list .comment-item:last-child {margin-bottom: 0;}.feed-comments-list .comment-text {font-size: 17px;}.feed-comments-list .comment-header {margin-bottom: 6px;}.feed-comments-list .comment-avatar {width: 32px;height: 32px;min-width: 32px;font-size: 13px;}.feed-comments-list .comment-author {font-size: 15px;}.feed-comments-list .comment-date {font-size: 11px;}.feed-no-comments {text-align: center;color: #999;font-family: 'Faruma_Regular';font-size: 15px;padding: 16px;}.feed-comment-input-row {display: flex;gap: 12px;align-items: flex-start;}.feed-comment-article-link {display: block;text-align: center;font-family: 'Faruma_Regular';font-size: 14px;color: #2078f4;text-decoration: none;margin-top: 10px;padding: 8px;border-radius: 8px;transition: background 0.2s;}.feed-comment-article-link:hover {background: #f0f2f5;}.feed-comment-login-msg {width: 100%;padding: 12px 0;text-align: center;font-family: 'Faruma_Regular', sans-serif;}.feed-comment-login-msg a:hover {text-decoration: underline !important;}.comment-avatar-small {width: 40px;height: 40px;border-radius: 50%;overflow: hidden;flex-shrink: 0;}.comment-avatar-small img {width: 100%;height: 100%;object-fit: cover;}.comment-input-wrap {flex: 1;background: #f0f2f5;border-radius: 20px;display: flex;align-items: center;padding: 10px 18px;gap: 12px;}.comment-input-wrap input {flex: 1;border: none;background: none;font-family: 'Faruma_Regular';font-size: 17px;color: #1a1a1a;outline: none;direction: rtl;text-align: right;}.comment-input-wrap input::placeholder { color: #8d949e; }.comment-send-btn {background: none;border: none;color: #2078f4;font-size: 18px;cursor: pointer;padding: 2px 6px;transition: transform 0.2s;}.comment-send-btn:hover { transform: scale(1.2); }.share-modal-overlay {display: none;position: fixed;inset: 0;background: rgba(0,0,0,0.6);z-index: 999;align-items: center;justify-content: center;}.share-modal-overlay.open { display: flex; }.share-modal {background: #ffffff;border-radius: 16px;padding: 30px;width: 90%;max-width: 400px;text-align: center;border: 1px solid #e4e6eb;}.share-modal h3 {font-family: 'Roboto', sans-serif;font-size: 22px;font-weight: 600;margin-bottom: 20px;color: #1a1a1a;}.share-options {display: grid;grid-template-columns: repeat(3, 1fr);gap: 12px;margin-bottom: 25px;}.share-option {display: flex;flex-direction: column;align-items: center;gap: 6px;font-family: 'Roboto', sans-serif;font-size: 12px;color: #65676b;cursor: pointer;padding: 14px 8px;border-radius: 12px;transition: background 0.2s;}.share-option:hover { background: #f0f2f5; }.share-option i { font-size: 24px; }.share-link-bar {display: flex;align-items: center;background: #f0f2f5;border-radius: 10px;overflow: hidden;direction: ltr;}.share-link-bar input {flex: 1;padding: 12px 15px;border: none;background: none;font-family: 'Roboto', sans-serif;font-size: 14px;color: #1a1a1a;outline: none;}.share-link-bar button {padding: 12px 18px;background: #2078f4;color: #ffffff;border: none;font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 14px;cursor: pointer;transition: opacity 0.2s;}.share-link-bar button:hover { opacity: 0.85; }.close-share-modal {margin-top: 20px;padding: 10px 24px;background: #f0f2f5;border: none;border-radius: 8px;font-family: 'Roboto', sans-serif;font-size: 14px;font-weight: 500;color: #1a1a1a;cursor: pointer;transition: background 0.2s;}.close-share-modal:hover {background: #e0e2e5;}@media (max-width: 700px) {.feed-card-top {flex-direction: column;min-height: unset;}.feed-card-image {flex: none;width: 100%;aspect-ratio: 1 / 1;}.feed-card-body {padding: 16px 18px 12px;gap: 0;}.feed-title {font-size: 26px;line-height: 1.4;}.feed-excerpt {display: none; }.feed-action-btn span:not(.btn-count) { display: none; }.feed-action-btn .btn-count { font-size: 14px; }.feed-action-btn i { font-size: 20px; }.feed-action-btn { padding: 12px; }}.category-page-body {background-color: #fff;}.content-wrapper {max-width: 1400px;margin: 0 auto;padding: 0 40px;}.category-page {padding-top: 0;}.category-page .ad-section {margin-bottom: 40px;}.category-header-hero {background-color: var(--navbar-bg);padding: 10px 0;margin-bottom: 20px;border-top: 1px solid rgba(255, 255, 255, 0.1);border-bottom: none;}.category-main-title {font-family: 'Dhanbumaa_Bold';font-size: 36px;color: #fff;margin: 0;display: flex;align-items: center;gap: 12px;font-weight: normal;}.category-main-title::before {content: '|';color: var(--accent-color);font-size: 26px;}.category-featured {margin-bottom: 80px;}.category-featured .featured-article {display: grid;grid-template-columns: 1.5fr 1fr;background: #fff;border-radius: 0;box-shadow: none;gap: 30px;padding-bottom: 40px;border-bottom: 1px solid #eee;}.category-featured .featured-image {border-radius: 20px;overflow: hidden;height: 500px;}.category-featured .featured-content {justify-content: center;}.category-featured .featured-meta {margin-bottom: 10px;}.category-featured .featured-title {font-size: 38px;line-height: 1.25;margin: 10px 0 15px;}.category-grid {display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px;margin-bottom: 80px;}.pagination {display: flex;justify-content: center;gap: 12px;padding-bottom: 100px;}.page-link {width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;background-color: #f0f0f0;border-radius: 12px;color: #333;text-decoration: none;font-family: 'Dhanbumaa_Regular';font-size: 20px;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}.page-link.active, .page-link:hover {background-color: var(--accent-color);color: #000;transform: translateY(-3px);}.page-dots {display: flex;align-items: center;padding: 0 5px;color: #888;}@media (max-width: 1024px) {.category-featured .featured-article {grid-template-columns: 1fr;gap: 20px;}.category-featured .featured-title {font-size: 30px;}.category-grid {grid-template-columns: repeat(2, 1fr);}.category-header-hero {margin-bottom: 0;}}@media (max-width: 768px) {.content-wrapper {padding: 0 15px;}.category-grid {grid-template-columns: 1fr;}.category-main-title {font-size: 28px;}.category-featured .featured-image {height: 300px;}.category-header-hero {margin-bottom: 0 !important;}.category-featured {padding-top: 20px;}}.info-hero {background: radial-gradient(circle at 30% 50%, #0c1a14 0%, var(--bg-color) 70%);padding: 80px 0 100px;text-align: center;border-top: 1px solid rgba(255, 255, 255, 0.1);position: relative;overflow: hidden;}.info-hero-title {font-family: 'Roboto', sans-serif;font-size: 56px;font-weight: 800;color: #fff;margin: 0;position: relative;z-index: 1;}.info-container {max-width: 1000px;margin: -60px auto 80px;padding: 0 20px;position: relative;z-index: 2;direction: ltr;font-family: 'Roboto', sans-serif;}.info-card {background: #fff;border-radius: 20px;padding: 60px;box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);}.info-content {font-family: 'Roboto', sans-serif;font-size: 15px;line-height: 1.7;color: #444;}.info-content h2 {font-size: 22px;color: #1a1a1a;margin: 30px 0 15px;padding-bottom: 12px;border-bottom: 2px solid #f0f2f5;}.info-content h2:first-child {margin-top: 0;}.info-content p {margin-bottom: 20px;}.info-content ul,.info-content ol {margin: 15px 0 20px;padding-left: 30px;list-style-position: outside;}:is([dir="rtl"], .info-container.dhivehi-content) .info-content ul,:is([dir="rtl"], .info-container.dhivehi-content) .info-content ol {padding-left: 0;padding-right: 30px;}@supports (padding-inline-start: 1px) {.info-content ul,.info-content ol {padding-left: 0;padding-right: 0;padding-inline-start: 30px;}:is([dir="rtl"], .info-container.dhivehi-content) .info-content ul,:is([dir="rtl"], .info-container.dhivehi-content) .info-content ol {padding-left: 0;padding-right: 0;}}.info-content ul {list-style-type: disc;}.info-content ol {list-style-type: decimal;}.info-content li {margin-bottom: 10px;display: list-item;}.contact-grid {display: grid;grid-template-columns: 1.5fr 1fr;gap: 60px;}.contact-form-group {margin-bottom: 25px;}.contact-form-group label {display: block;font-family: 'Roboto', sans-serif;font-weight: 600;font-size: 14px;color: #555;margin-bottom: 8px;text-transform: uppercase;letter-spacing: 0.5px;}.contact-form-control {width: 100%;padding: 16px 20px;border: 2px solid #f0f2f5;border-radius: 12px;font-family: 'Roboto', sans-serif;font-size: 16px;background: #f9fafb;transition: all 0.3s ease;box-sizing: border-box;color: #333;}.contact-form-control:focus {outline: none;border-color: var(--accent-color);background: #fff;box-shadow: 0 0 0 4px rgba(212, 255, 0, 0.1);}textarea.contact-form-control {resize: vertical;min-height: 160px;}.btn-primary {display: inline-flex;align-items: center;justify-content: center;padding: 16px 40px;background: var(--bg-color);color: #fff;border: none;border-radius: 12px;font-family: 'Roboto', sans-serif;font-weight: 700;font-size: 16px;cursor: pointer;transition: all 0.3s ease;}.btn-primary:hover {transform: translateY(-2px);background: var(--accent-color);color: #000;box-shadow: 0 10px 20px rgba(212, 255, 0, 0.2);}.contact-sidebar {background: #f9fafb;padding: 40px;border-radius: 16px;height: fit-content;}.contact-info-item {margin-bottom: 30px;}.contact-info-item:last-child {margin-bottom: 0;}.contact-info-item h3 {font-family: 'Roboto', sans-serif;font-size: 18px;color: #1a1a1a;margin: 0 0 10px 0;}.contact-info-item p {margin: 0;color: #666;font-size: 16px;line-height: 1.6;font-family: 'Roboto', sans-serif;}.social-connect {margin-top: 40px;padding-top: 30px;border-top: 2px solid #eee;}.social-grid {display: flex;gap: 15px;flex-wrap: wrap;margin-top: 20px;}.social-circle {width: 48px;height: 48px;border-radius: 50%;background: #fff;display: flex;align-items: center;justify-content: center;color: #333;font-size: 20px;text-decoration: none;box-shadow: 0 4px 10px rgba(0,0,0,0.05);transition: all 0.3s ease;}.social-circle:hover {background: var(--accent-color);color: #000;transform: translateY(-3px) scale(1.05);box-shadow: 0 10px 20px rgba(212, 255, 0, 0.2);}@media (max-width: 1024px) {.contact-grid {grid-template-columns: 1fr;gap: 40px;}.desktop-only {display: none !important;}}@media (max-width: 768px) {.info-hero-title {font-size: 40px;}.info-hero {padding: 60px 0 80px;}.info-card {padding: 30px 20px;}.info-container {margin-top: -40px;}.contact-sidebar {padding: 30px 20px;}.info-content {font-size: 15px;}}.dhivehi-content.info-hero-title { font-family: 'Dhanbumaa_Bold' !important; }.info-container.dhivehi-content, .info-container.dhivehi-content .info-content { direction: rtl !important; text-align: right !important; font-family: 'Dhanbumaa_Regular', sans-serif !important; }.info-container.dhivehi-content .info-content h2 { font-family: 'Dhanbumaa_Bold' !important; }.form-alert { padding: 16px 20px; border-radius: 12px; margin-bottom: 25px; font-family: 'Roboto', sans-serif; font-size: 15px; }.form-alert.success { background: #f0fff4; color: #064024; border: 1px solid #b7ebc8; }.form-alert.error { background: #fff5f5; color: #c53030; border: 1px solid #fed7d7; }@media (max-width: 480px) {.info-hero-title {font-size: 28px;}.info-hero {padding: 50px 0 70px;}.info-card {padding: 20px 15px;border-radius: 14px;}.info-container {margin-top: -35px;padding: 0 12px;}.contact-form-control {padding: 14px 16px;font-size: 15px;}.btn-primary {width: 100%;padding: 14px 20px;font-size: 15px;}.contact-sidebar {padding: 25px 18px;}.contact-grid {gap: 25px;}}.author-page-header {background-color: var(--navbar-bg);padding: 15px 0;border-top: 1px solid rgba(255, 255, 255, 0.1);margin-bottom: 40px;}.author-header-content {display: flex;align-items: center;gap: 12px;}.author-header-name {font-family: 'Dhanbumaa_Bold', serif;font-size: 22px;color: #fff;margin: 0;font-weight: normal;}.author-articles-section {padding: 30px 0;}@media (max-width: 768px) {.author-page-header {margin-bottom: 10px;}}.search-page-body {background-color: #f8f9fa;min-height: 100vh;}.search-page {padding: 40px 0 80px;}.search-header {margin-bottom: 30px;}.search-title {font-family: 'Dhanbumaa_Bold', sans-serif;font-size: 32px;color: #000;margin-bottom: 25px;text-align: center;}.search-form {max-width: 600px;margin: 0 auto;}.search-input-wrapper {position: relative;display: flex;align-items: center;}.search-input-icon {position: absolute;right: 16px;color: #aaa;font-size: 16px;pointer-events: none;}.search-input {width: 100%;height: 56px;padding: 0 48px 0 50px;border: 2px solid #e0e0e0;border-radius: 16px;font-family: 'Faruma_Regular', sans-serif;font-size: 18px;background: #fff;color: #000;transition: all 0.3s ease;}.search-input:focus {outline: none;border-color: var(--accent-color);box-shadow: 0 0 0 4px rgba(6, 64, 36, 0.08);}.search-clear-btn {position: absolute;left: 14px;color: #aaa;font-size: 20px;text-decoration: none;display: flex;align-items: center;transition: color 0.2s;}.search-clear-btn:hover {color: #333;}.search-summary {font-family: 'Faruma_Regular', sans-serif;font-size: 17px;color: #888;text-align: center;margin-bottom: 30px;}.search-no-results {text-align: center;padding: 80px 20px;}.search-no-results i {font-size: 48px;color: #ddd;margin-bottom: 20px;}.search-no-results p {font-family: 'Faruma_Regular', sans-serif;font-size: 22px;color: #666;margin-bottom: 8px;}.search-no-results span {font-family: 'Roboto', sans-serif;font-size: 15px;color: #aaa;}@media (max-width: 768px) {.search-page {padding: 20px 0 60px;}.search-title {font-size: 26px;}.search-input {height: 48px;font-size: 16px;padding: 0 42px 0 44px;}}.error-page-body {min-height: 100vh;display: flex;align-items: center;justify-content: center;overflow: hidden;position: relative;direction: ltr;background: var(--bg-color);}.error-page-body::before {content: '';position: fixed;inset: 0;background:radial-gradient(ellipse at 20% 50%, rgba(212, 255, 0, 0.03) 0%, transparent 50%),radial-gradient(ellipse at 80% 50%, rgba(212, 255, 0, 0.02) 0%, transparent 50%);animation: bgPulse 8s ease-in-out infinite alternate;z-index: 0;}@keyframes bgPulse {0% { opacity: 0.5; }100% { opacity: 1; }}.error-page-body::after {content: '';position: fixed;inset: 0;background-image:linear-gradient(rgba(212, 255, 0, 0.02) 1px, transparent 1px),linear-gradient(90deg, rgba(212, 255, 0, 0.02) 1px, transparent 1px);background-size: 60px 60px;z-index: 0;pointer-events: none;}.error-container {position: relative;width: 100%;max-width: 520px;padding: 40px 20px;z-index: 1;}.error-shapes {position: fixed;inset: 0;pointer-events: none;z-index: 0;}.error-shape {position: absolute;border-radius: 50%;opacity: 0.06;}.error-shape-1 {width: 400px;height: 400px;background: var(--accent-color);top: -120px;right: -100px;animation: floatShape1 12s ease-in-out infinite;}.error-shape-2 {width: 250px;height: 250px;background: var(--accent-color);bottom: -60px;left: -80px;animation: floatShape2 14s ease-in-out infinite;}.error-shape-3 {width: 180px;height: 180px;border: 2px solid var(--accent-color);border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;top: 10%;left: 0%;animation: floatShape3 16s ease-in-out infinite;opacity: 0.08;}.error-shape-4 {width: 120px;height: 120px;background: var(--accent-color);bottom: 25%;right: 5%;border-radius: 0;transform: rotate(45deg);animation: floatShape4 10s ease-in-out infinite;opacity: 0.04;}.error-shape-5 {width: 80px;height: 80px;border: 1px solid var(--accent-color);border-radius: 50%;top: 50%;right: 15%;animation: floatShape5 9s ease-in-out infinite;opacity: 0.05;}@keyframes floatShape1 {0%, 100% { transform: translate(0, 0) scale(1); }33% { transform: translate(40px, -40px) scale(1.1); }66% { transform: translate(-30px, 30px) scale(0.9); }}@keyframes floatShape2 {0%, 100% { transform: translate(0, 0) scale(1); }50% { transform: translate(-40px, -50px) scale(1.15); }}@keyframes floatShape3 {0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); }50% { transform: translate(35px, -50px) rotate(180deg) scale(1.1); }}@keyframes floatShape4 {0%, 100% { transform: translate(0, 0) rotate(45deg); }50% { transform: translate(-25px, 40px) rotate(135deg); }}@keyframes floatShape5 {0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.05; }50% { transform: translate(-30px, -20px) scale(1.3); opacity: 0.1; }}.error-content {position: relative;z-index: 1;text-align: center;background: rgba(4, 9, 7, 0.6);backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);border: 1px solid rgba(212, 255, 0, 0.08);border-radius: 32px;padding: 60px 50px;animation: fadeInUp 0.8s ease-out;}@keyframes fadeInUp {from {opacity: 0;transform: translateY(40px);}to {opacity: 1;transform: translateY(0);}}.error-icon {font-size: 48px;color: var(--accent-color);margin-bottom: 20px;animation: iconBounce 2s ease-in-out infinite;}@keyframes iconBounce {0%, 100% { transform: translateY(0); }50% { transform: translateY(-8px); }}.error-code {font-family: 'Roboto', sans-serif;font-size: 160px;font-weight: 900;line-height: 1;color: var(--accent-color);text-shadow: 0 0 40px rgba(212, 255, 0, 0.3);animation: glowPulse 2.5s ease-in-out infinite, slideIn 0.6s ease-out;margin-bottom: 8px;position: relative;display: inline-block;}.error-code::before {content: attr(data-text);position: absolute;inset: 0;color: var(--accent-color);animation: glitch 3s infinite;clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);transform: translate(-2px, -2px);opacity: 0.3;}.error-code::after {content: attr(data-text);position: absolute;inset: 0;color: var(--accent-color);animation: glitch 3s infinite 0.3s;clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);transform: translate(2px, 2px);opacity: 0.3;}@keyframes glitch {0%, 90%, 100% { transform: translate(0); opacity: 0; }92% { transform: translate(-3px, 0); opacity: 0.3; }94% { transform: translate(3px, 0); opacity: 0.2; }96% { transform: translate(-1px, 0); opacity: 0.3; }}@keyframes glowPulse {0%, 100% { text-shadow: 0 0 40px rgba(212, 255, 0, 0.3), 0 0 80px rgba(212, 255, 0, 0.1); }50% { text-shadow: 0 0 60px rgba(212, 255, 0, 0.5), 0 0 120px rgba(212, 255, 0, 0.2), 0 0 200px rgba(212, 255, 0, 0.1); }}@keyframes slideIn {from {opacity: 0;transform: translateY(-30px) scale(0.8);}to {opacity: 1;transform: translateY(0) scale(1);}}.error-title {font-family: 'Roboto', sans-serif;font-size: 26px;font-weight: 700;color: var(--text-primary);margin: 0 0 10px;letter-spacing: -0.3px;}.error-desc {font-family: 'Roboto', sans-serif;font-size: 15px;color: var(--text-secondary);margin: 0 0 30px;line-height: 1.7;}.error-actions {display: flex;flex-direction: column;align-items: center;gap: 12px;}.error-btn {display: inline-flex;align-items: center;gap: 10px;padding: 14px 40px;background: var(--accent-color);color: var(--bg-color);font-family: 'Roboto', sans-serif;font-size: 15px;font-weight: 700;border-radius: 50px;text-decoration: none;transition: all 0.3s ease;box-shadow: 0 0 25px rgba(212, 255, 0, 0.2);animation: fadeInUp 0.8s ease-out 0.3s both;border: none;cursor: pointer;}.error-btn:hover {transform: translateY(-3px);box-shadow: 0 0 45px rgba(212, 255, 0, 0.4), 0 8px 30px rgba(212, 255, 0, 0.15);background: #e0ff40;}.error-btn:active {transform: translateY(0);}.error-btn i {font-size: 16px;transition: transform 0.3s ease;}.error-btn:hover i {transform: translateX(-3px);}.error-link-secondary {font-family: 'Roboto', sans-serif;font-size: 14px;color: var(--text-secondary);text-decoration: none;transition: color 0.2s ease;display: inline-flex;align-items: center;gap: 6px;animation: fadeInUp 0.8s ease-out 0.5s both;}.error-link-secondary:hover {color: var(--accent-color);}.error-timer {display: inline-flex;flex-direction: column;align-items: stretch;animation: fadeInUp 0.8s ease-out 0.3s both;}.timer-display {font-family: 'Roboto', sans-serif;font-size: 56px;font-weight: 700;color: var(--text-primary);letter-spacing: 4px;margin-bottom: 8px;}.error-progress {height: 4px;background: rgba(255, 255, 255, 0.1);border-radius: 2px;overflow: hidden;}.error-progress-bar {height: 100%;background: var(--accent-color);border-radius: 2px;transition: width 1s linear;width: 0%;}@media (max-width: 768px) {.timer-display {font-size: 42px;}}@media (max-width: 768px) {.error-content {padding: 40px 30px;border-radius: 24px;}.error-code {font-size: 110px;}.error-icon {font-size: 36px;}.error-title {font-size: 22px;}.error-desc {font-size: 14px;}.error-btn {padding: 12px 32px;font-size: 14px;}.error-shape-1 {width: 250px;height: 250px;top: -80px;right: -60px;}.error-shape-2 {width: 160px;height: 160px;bottom: -40px;left: -50px;}.error-shape-3 {width: 120px;height: 120px;}.error-shape-4 {width: 80px;height: 80px;}.error-shape-5 {width: 60px;height: 60px;}}@media (max-width: 480px) {.error-content {padding: 30px 20px;}.error-code {font-size: 80px;}}body,.navbar a,.navbar-brand,.navbar-toggle,.article-author,.author-name,.author-role,.sidebar-widget h3,.sidebar-link,.category-section-title,.feed-item-title,.author-bio,.comment-author,.comment-text,.search-input,.footer-text{font-family:'Dhanbumaa_Regular',sans-serif!important}.article-title{font-family:'Dhanbumaa_Bold',sans-serif!important}.article-content p,.article-content li{font-family:'Dhanbumaa_Regular_Isolated',sans-serif!important}.article-content h2,.article-content h3,.article-related-title{font-family:'Dhanbumaa_Bold',sans-serif!important}.card-title{font-family:'Dhanbumaa_Bold',sans-serif!important}.article-meta,.card-meta,.featured-meta{font-family:'Faruma_Regular',sans-serif!important}