:root{--primary: #008CFF;--primary-hover:#0077DD;--primary-pale: #EFF6FF;--teal: #3A9A95;--teal-hover: #2E8580;--teal-light: #6BBFBA;--teal-pale: #F3F4F6;--teal-paler: #F9FAFB;--teal-dark: #1C6E6A;--sky: #008CFF;--sky-pale: #EFF6FF;--mint: #62BCA6;--mint-pale: #F0FDF9;--cream: #FFFFFF;--cream-warm: #FFFFFF;--cream-border: #E5E7EB;--warm-white: #FFFFFF;--text-dark: #111827;--text-mid: #374151;--text-muted: #6B7280;--text-teal: #1C6E6A;--shadow-soft: 0 2px 20px rgba(0,0,0,.06);--shadow-card: 0 4px 24px rgba(0,0,0,.08)}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:Plus Jakarta Sans,-apple-system,sans-serif;background:#fff;color:#111827;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:Cormorant Garamond,serif}.fade-up{opacity:0;transform:translateY(18px);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.fade-up.visible{opacity:1;transform:translateY(0)}.nav{position:sticky;top:0;z-index:200;background:#fffffff2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #E5E7EB;height:62px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.nav-logo-wordmark{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;color:var(--primary);letter-spacing:.03em;line-height:1}.nav-logo-tld{color:var(--primary);font-weight:400}.nav-btn{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;color:var(--text-mid);transition:background .15s,color .15s;cursor:pointer;border:none;background:none}.nav-btn:hover{background:var(--teal-paler);color:var(--teal-dark)}.nav-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bottom-nav{position:fixed;bottom:0;left:50%;width:100%;max-width:430px;height:70px;background:#fffffff7;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-top:1px solid #E5E7EB;display:flex;align-items:center;padding:0 8px;padding-bottom:env(safe-area-inset-bottom,0);z-index:300;transform:translate(-50%);-webkit-transform:translateX(-50%)}.bnav-item{color:var(--sky);flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 4px;border-radius:13px;color:var(--text-muted);transition:color .18s;position:relative;font-family:inherit;cursor:pointer;border:none;background:none}.bnav-item.active{color:var(--primary)}.bnav-item svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bnav-item.active svg{stroke-width:2.2}.bnav-label{font-size:9.5px;font-weight:500;letter-spacing:.02em}.bnav-dot{position:absolute;bottom:4px;width:4px;height:4px;background:var(--teal);border-radius:50%}.btn-teal{padding:13px 12px;background:var(--primary);color:#fff;border-radius:13px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:7px;transition:background .18s,transform .13s;box-shadow:0 3px 12px #008cff40;font-family:inherit;cursor:pointer;border:none;text-decoration:none}.btn-teal:hover{background:var(--primary-hover)}.btn-teal:active{transform:scale(.97)}.btn-outline{padding:13px 12px;background:transparent;color:var(--text-teal);border:1.5px solid #D1D5DB;border-radius:13px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:7px;transition:all .18s;font-family:inherit;cursor:pointer;text-decoration:none}.btn-outline:hover{background:var(--teal-paler);border-color:#52a8a299}.btn-outline:active{transform:scale(.97)}.hero{padding:38px 22px 46px;background:#fff;position:relative;overflow:hidden}.hero-bg-pattern{position:absolute;top:-30px;right:-30px;width:240px;height:240px;opacity:.018;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%231C6E6A' d='M50 5L61 38H96L68 58L79 91L50 71L21 91L32 58L4 38H39Z'/%3E%3C/svg%3E");background-size:70px 70px;pointer-events:none}.hero-bg-circle{position:absolute;bottom:-80px;left:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.04),transparent 70%);pointer-events:none}.hero-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:24px}.eyebrow-line{flex:0 0 26px;height:1px;background:linear-gradient(to right,transparent,var(--teal-light))}.eyebrow-text{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--primary);font-weight:600}.hero-headline{font-family:Cormorant Garamond,serif;font-size:46px;font-weight:500;line-height:1.1;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:14px}.hero-headline em{font-style:italic;color:var(--primary)}.hero-sub{font-size:15px;line-height:1.78;color:var(--text-mid);font-weight:300;margin-bottom:30px}.hero-card{background:var(--warm-white);border-radius:20px;border:1px solid #E5E7EB;padding:18px;margin-bottom:24px;box-shadow:var(--shadow-soft);position:relative;z-index:1}.hero-card-tag{font-size:10.5px;text-transform:uppercase;letter-spacing:.14em;color:var(--teal);font-weight:600;margin-bottom:6px;display:flex;align-items:center;gap:6px}.hero-card-tag:before{content:"";display:block;width:14px;height:1.5px;background:var(--teal-light)}.hero-card-title{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500;line-height:1.28;color:var(--text-dark);margin-bottom:8px}.hero-card-excerpt{font-size:13px;color:var(--text-muted);line-height:1.68;margin-bottom:14px}.hero-ctas{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:relative;z-index:1}.hero-motto{font-family:Amiri,serif;font-size:1.5rem;line-height:2;text-align:center;color:#1a3a2a;margin-top:8px;margin-bottom:24px;letter-spacing:.03em}.dark .hero-motto{color:#a8d5b5}@media (min-width: 1024px){.hero-motto{font-size:1.9rem}}.mini-player{background:#f9fafb;border:1px solid #E5E7EB;border-radius:13px;padding:11px 13px;display:flex;align-items:center;gap:10px}.mini-player__btn{width:33px;height:33px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .18s,transform .13s;box-shadow:0 2px 8px #008cff40;cursor:pointer;border:none}.mini-player__btn:hover{background:var(--primary-hover)}.mini-player__btn:active{transform:scale(.93)}.mini-player__btn svg{width:12px;height:12px;fill:#fff;margin-left:2px}.mini-player__info{flex:1;min-width:0}.mini-player__title{font-size:12px;font-weight:500;color:var(--text-teal);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:5px}.mini-player__bar{height:3px;background:#e5e7eb;border-radius:2px}.mini-player__fill{height:100%;width:0%;background:var(--teal);border-radius:2px;transition:width .3s linear}.mini-player__dur{font-size:11px;color:var(--text-muted);flex-shrink:0}.tasleem-player{background:#f9fafb;border:1px solid #E5E7EB;border-radius:14px;padding:14px 16px}.tasleem-player__label{font-size:11.5px;font-weight:500;color:var(--text-teal);display:flex;align-items:center;gap:6px;margin-bottom:11px}.tasleem-player__label svg{width:13px;height:13px;fill:var(--teal)}.tasleem-player__row{display:flex;align-items:center;gap:11px}.tasleem-player__btn{width:38px;height:38px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 10px #008cff38;transition:background .18s,transform .13s;cursor:pointer;border:none}.tasleem-player__btn:hover{background:var(--primary-hover)}.tasleem-player__btn:active{transform:scale(.94)}.tasleem-player__btn svg{width:13px;height:13px;fill:#fff}.tasleem-player__timeline{flex:1;min-width:0}.tasleem-player__bar{width:100%;height:4px;background:#e5e7eb;border-radius:3px;cursor:pointer;margin-bottom:5px;position:relative}.tasleem-player__fill{height:100%;background:var(--teal);border-radius:3px;transition:width .3s linear;position:relative}.tasleem-player__fill:after{content:"";position:absolute;right:-5px;top:-3.5px;width:11px;height:11px;background:var(--teal-hover);border-radius:50%;box-shadow:0 0 0 2.5px #fff}.tasleem-player__times{display:flex;justify-content:space-between}.tasleem-player__time{font-size:10.5px;color:var(--text-muted);font-variant-numeric:tabular-nums}.article-item{padding:17px 0;border-bottom:1px solid #F3F4F6;display:flex;gap:14px;align-items:flex-start;transition:opacity .15s;text-decoration:none}.article-item:hover{opacity:.82}.article-item:last-child{border-bottom:none}.article-thumb{width:74px;height:70px;border-radius:12px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.article-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-info{flex:1;min-width:0}.article-cat{font-size:10.5px;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);font-weight:600;margin-bottom:4px}.article-title{font-family:Cormorant Garamond,serif;font-size:18.5px;font-weight:500;line-height:1.28;color:var(--text-dark);margin-bottom:5px}.article-meta{font-size:11px;color:var(--text-muted)}.featured-card{background:var(--warm-white);border-radius:20px;overflow:hidden;border:1px solid #E5E7EB;box-shadow:var(--shadow-card)}.featured-thumb{width:100%;height:216px;background:linear-gradient(145deg,#9ed4d0,#54acaa 45%,#3a8e8c);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:24px}.featured-thumb img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured-thumb-label{position:absolute;bottom:14px;left:14px;background:#ffffffe6;color:var(--text-teal);font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:5px 11px;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}.featured-thumb-cat{position:absolute;top:14px;right:14px;background:#ffffffe6;color:var(--teal-dark);font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 9px;border-radius:20px;z-index:2}.featured-thumb-headline{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500;font-style:italic;color:#ffffffed;text-align:center;line-height:1.3;position:relative;z-index:1;text-shadow:0 1px 8px rgba(0,0,0,.18)}.featured-body{padding:20px}.featured-meta{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:wrap}.meta-cat{font-size:10.5px;text-transform:uppercase;letter-spacing:.13em;color:var(--teal);font-weight:600}.meta-dot{width:3px;height:3px;border-radius:50%;background:var(--text-muted);flex-shrink:0}.meta-time,.meta-author{font-size:11.5px;color:var(--text-muted)}.featured-title{font-family:Cormorant Garamond,serif;font-size:27px;font-weight:500;line-height:1.22;color:var(--text-dark);margin-bottom:10px}.featured-excerpt{font-size:13.5px;color:var(--text-mid);line-height:1.75;margin-bottom:18px}.audio-card{flex-shrink:0;width:196px;background:var(--warm-white);border-radius:18px;padding:18px;border:1px solid #E5E7EB;scroll-snap-align:start;box-shadow:0 2px 12px #1464640f;transition:box-shadow .2s;text-decoration:none;display:block}.audio-card:hover{box-shadow:0 4px 20px #1464641c}.audio-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:13px}.audio-icon.green{background:#f3f4f6}.audio-icon.blue{background:var(--sky-pale)}.audio-icon.gold{background:var(--mint-pale)}.audio-icon svg{width:22px;height:22px}.audio-cat{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--text-muted);font-weight:600;margin-bottom:5px}.audio-card-title{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:500;line-height:1.32;color:var(--text-dark);margin-bottom:12px}.audio-card-foot{display:flex;align-items:center;justify-content:space-between}.audio-dur{font-size:11px;color:var(--text-muted)}.audio-card-play{width:30px;height:30px;background:#f3f4f6;border:1px solid #E5E7EB;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s;cursor:pointer}.audio-card-play:hover{background:var(--teal-light)}.audio-card-play svg{width:10px;height:10px;fill:var(--teal-dark);margin-left:1px}.about-section{position:relative;overflow:hidden;padding:44px 22px;background:#fff;border-top:1px solid #E5E7EB;border-bottom:1px solid #E5E7EB}.about-bg{position:absolute;bottom:-60px;right:-40px;width:200px;height:200px;background:none;pointer-events:none}.ornament-row{display:flex;align-items:center;gap:12px;margin-bottom:22px}.ornament-line{flex:1;height:1px;background:linear-gradient(to right,transparent,var(--cream-border))}.ornament-line.r{background:linear-gradient(to left,transparent,var(--cream-border))}.about-title{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:500;color:var(--text-dark);line-height:1.18;margin-bottom:14px}.about-text{font-size:15px;line-height:1.88;color:var(--text-mid);font-weight:300;margin-bottom:28px}.pillars{display:flex;flex-wrap:wrap;gap:9px}.pillars .pillar{flex:1 1 calc(50% - 9px);min-width:120px}.pillars .pillar:last-child{flex:1 1 100%}.pillar{background:#f9fafb;border:1px solid #E5E7EB;border-radius:14px;padding:15px 10px;text-align:center}.pillar svg{width:26px;height:26px;margin:0 auto 7px;display:block}.pillar-label{font-size:11.5px;color:var(--text-teal);font-weight:500;line-height:1.35}.market-section{padding:36px 22px;background:#f9fafb;border-top:1px solid #E5E7EB}.market-eyebrow{font-size:10.5px;text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);font-weight:500;margin-bottom:6px}.market-title{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:500;line-height:1.2;color:var(--text-dark);margin-bottom:10px}.market-sub{font-size:13.5px;color:var(--text-muted);line-height:1.65;margin-bottom:24px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.product-card{background:#fff;border:1px solid #E5E7EB;border-radius:17px;padding:16px 14px;cursor:pointer;transition:border-color .18s,box-shadow .18s;text-decoration:none;display:block}.product-card:hover{border-color:#52a8a273;box-shadow:0 4px 16px #14646417}.product-icon{width:48px;height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.product-icon.green{background:#f3f4f6}.product-icon.blue{background:var(--sky-pale)}.product-icon.gold{background:var(--mint-pale)}.product-icon.cream{background:var(--cream-warm)}.product-icon svg{width:24px;height:24px}.product-name{font-size:14px;font-weight:500;color:var(--text-dark);margin-bottom:3px}.product-sub{font-size:11.5px;color:var(--text-muted);line-height:1.45;margin-bottom:11px}.product-cta{font-size:11.5px;color:var(--teal);font-weight:500;display:flex;align-items:center;gap:3px}.product-cta svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.quote-section{padding:52px 28px;background:linear-gradient(158deg,#173b48,#0c2630);position:relative;overflow:hidden}.quote-bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='rgba(255,255,255,1)' d='M50 5L61 38H96L68 58L79 91L50 71L21 91L32 58L4 38H39Z'/%3E%3C/svg%3E");background-size:90px 90px}.quote-inner{position:relative;z-index:1}.quote-mark{margin-bottom:20px;opacity:.28}.quote-arabic{font-family:Noto Naskh Arabic,Times New Roman,serif;font-size:28px;color:#ffffffbf;text-align:right;direction:rtl;line-height:1.8;margin-bottom:18px}.quote-text{font-family:Cormorant Garamond,serif;font-size:23px;font-style:italic;color:#ffffffe6;line-height:1.55;margin-bottom:14px}.quote-divider{width:40px;height:1px;background:#ffffff2e;margin:16px 0}.quote-source{font-size:12px;color:#ffffff6b;letter-spacing:.14em;text-transform:uppercase}html.dark{--teal: #52A8A2;--teal-hover: #6ABFBA;--teal-light: #3A8E89;--teal-pale: #1A3D3C;--teal-paler: #112929;--teal-dark: #8DCCC8;--cream: #0F1F1F;--cream-warm: #162424;--cream-border: #2A4A48;--warm-white: #0A1818;--text-dark: #E8F5F4;--text-mid: #A8CCCB;--text-muted: #5A8A88;--text-teal: #8DCCC8;--shadow-soft: 0 2px 20px rgba(0,0,0,.3);--shadow-card: 0 4px 24px rgba(0,0,0,.4)}html.dark body{background:#0f1f1f;color:#e8f5f4}html.dark .nav{background:#0f1f1ff2;border-bottom-color:#52a8a233}html.dark .featured-card,html.dark .audio-card,html.dark .article-item{background:#162424;border-color:#2a4a48}html.dark .bottom-nav{background:#0f1f1ff7;border-top-color:#52a8a226}html.dark .audio-player-wrap{background:#1a3330;border-color:#2a4a48}html.dark .hero-card{background:#162e2c;border-color:#52a8a233}html.dark .hero-card-tag{background:#52a8a226;color:var(--teal-light)}html.dark .hero-card-title{color:#e8f5f4}html.dark .hero-card-excerpt{color:#a8cccb}html.dark .eyebrow-text{color:var(--teal-light)}html.dark .about-title{color:#e8f5f4}html.dark .about-text{color:#a8cccb}html.dark .pillar-DISABLED{background:#1a3330;border-color:#52a8a233;color:#e8f5f4}html.dark .section-header{color:#e8f5f4}html.dark .section-header a{color:var(--primary)}html.dark .article-title{color:#e8f5f4}html.dark .article-cat{color:var(--teal-light)}html.dark .article-meta{color:#5a8a88}html.dark .featured-title{color:#e8f5f4}html.dark .featured-excerpt{color:#a8cccb}html.dark .featured-meta{color:#5a8a88}html.dark .meta-cat{color:var(--teal-light)}html.dark .featured-thumb-label{background:#000000b3;color:#e8f5f4}html.dark .pillar-label{color:var(--teal-light)}html.dark .pillar svg{stroke:var(--teal-light);color:var(--teal-light)}html.dark .pillar:nth-child(3){background:#1a3330;border-color:#52a8a233}html.dark .featured-thumb-cat{background:#000000b3;color:#e8f5f4}html.dark .pillar svg{color:#6abfba;stroke:#6abfba}html.dark .product-icon{background:#1a3330!important}html.dark .product-icon svg{color:#6abfba;stroke:#6abfba}html.dark .product-icon.green{background:#1a3d30!important}html.dark .product-icon.blue{background:#1a2a3d!important}html.dark .product-icon.gold{background:#2a2a1a!important}html.dark .product-icon.cream{background:#2a2416!important}.site-wrapper{width:100%}.site-main{width:100%;max-width:430px;margin:0 auto}.nav-brand{display:flex;align-items:center;gap:14px;text-decoration:none;flex-shrink:0}.nav-brand-logo{height:46px;width:auto;flex-shrink:0}.nav-logo-wordmark{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:500;line-height:1;color:var(--primary);letter-spacing:.02em}.nav-links-desktop{display:none}.nav-actions{display:flex;align-items:center;gap:4px}.nav-btn-mobile{display:flex}@media (min-width: 768px){body{max-width:none}.nav{max-width:none;padding:0 32px;height:68px}.site-main{max-width:680px}.latest-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.audio-scroll-inner{display:grid;grid-template-columns:repeat(2,1fr);overflow-x:unset;gap:14px;padding:0}.audio-card{min-width:unset}.product-grid{grid-template-columns:1fr 1fr;gap:14px}.hero{padding:28px 24px 24px}.featured-card{border-radius:20px}}@media (min-width: 1024px){body{padding-bottom:0}.nav{padding:0 48px;max-width:none}.nav-links-desktop{display:flex;align-items:center;gap:28px}.nav-link{font-size:14px;font-weight:500;color:var(--text-mid);text-decoration:none;transition:color .2s;letter-spacing:.01em}.nav-link:hover{color:var(--primary)}.nav-brand-logo{height:50px}.nav-logo-wordmark{font-size:2.15rem}.nav-btn-mobile,.bottom-nav{display:none}.site-wrapper{display:grid;grid-template-columns:1fr 320px;gap:32px;max-width:1280px;margin:0 auto;padding:0 48px;align-items:start}.site-main{max-width:none;margin:0}.site-sidebar{position:sticky;top:88px;display:flex;flex-direction:column;gap:16px}.latest-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.audio-scroll-inner{display:grid;grid-template-columns:repeat(2,1fr);overflow-x:unset;gap:14px;padding:0}.audio-card{min-width:unset}.product-grid{grid-template-columns:1fr 1fr}}.sidebar-widget{background:#fff;border:1px solid #E5E7EB;border-radius:18px;padding:20px}.sidebar-widget-title{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:14px}.sidebar-reflection-ar{font-family:Noto Naskh Arabic,serif;font-size:18px;text-align:right;direction:rtl;color:var(--text-dark);line-height:1.9;margin-bottom:10px}.sidebar-reflection-tr{font-size:13px;color:var(--text-mid);line-height:1.7;font-style:italic;margin-bottom:6px}.sidebar-reflection-src{font-size:11px;color:var(--text-muted);font-weight:500}.sidebar-continue-title{font-size:13px;font-weight:500;color:var(--text-dark);margin-bottom:3px}.sidebar-continue-meta{font-size:11px;color:var(--text-muted);margin-bottom:12px}.sidebar-tags{display:flex;flex-wrap:wrap;gap:8px}.sidebar-tag{font-size:12px;font-weight:500;padding:5px 12px;border-radius:20px;background:#f3f4f6;color:var(--text-teal);text-decoration:none;transition:background .2s}.sidebar-tag:hover{background:var(--teal-light);color:#fff}html.dark .sidebar-reflection-ar,html.dark .sidebar-continue-title{color:#e8f5f4}html.dark .sidebar-reflection-tr{color:#a8cccb}html.dark .sidebar-tag{background:#1a3330;color:#8dccc8}html.dark .nav-link{color:#a8cccb}html.dark .nav-link:hover{color:var(--teal-light)}.article-show-wrap{max-width:430px;margin:0 auto;padding:0 22px 40px}.article-show-wrap{max-width:430px;margin:0 auto;padding:0 22px 40px;background:#fff}.article-back-btn{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--primary);padding:6px 10px;border-radius:9px;border:none;background:none;cursor:pointer;font-family:inherit;transition:background .15s}.article-dot{width:3px;height:3px;border-radius:50%;background:var(--text-muted);display:inline-block}.article-author-avatar{width:32px;height:32px;border-radius:50%;background:#f3f4f6;border:1.5px solid #E5E7EB;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--teal-dark);flex-shrink:0}.article-show-title{font-family:Cormorant Garamond,serif;font-size:36px;font-weight:500;line-height:1.15;color:var(--text-dark);margin-bottom:16px;letter-spacing:-.01em}.article-show-excerpt{font-size:15px;color:var(--text-mid);line-height:1.75;font-weight:300;padding-left:16px;border-left:2.5px solid var(--teal-light);margin-bottom:24px}.article-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:28px;padding-top:20px;border-top:1px solid #F3F4F6}.article-tag{font-size:11.5px;background:#f3f4f6;color:var(--teal-dark);padding:4px 12px;border-radius:20px;font-weight:500}.article-prose{font-size:15.5px;line-height:1.88;color:var(--text-mid)}.article-prose h2{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:500;color:var(--text-dark);margin:32px 0 12px;line-height:1.2}.article-prose h3{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:500;color:var(--text-dark);margin:24px 0 10px}.article-prose p{margin-bottom:18px}.article-prose a{color:var(--teal);border-bottom:1px solid rgba(82,168,162,.3)}.article-prose blockquote{border-left:3px solid var(--teal-light);padding-left:18px;color:var(--text-mid);font-style:italic;margin:20px 0}.article-prose ul,.article-prose ol{padding-left:22px;margin-bottom:18px}.article-prose li{margin-bottom:7px}.article-prose img{border-radius:14px;margin:20px 0}.article-prose strong{font-weight:600;color:var(--text-dark)}.article-related{border-top:1px solid #E5E7EB;background:#fff;padding:28px 22px}.article-related-title{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:500;color:var(--text-dark);margin-bottom:16px}html.dark .article-show-wrap{background:#0f1f1f}html.dark .article-related{background:#0a1818}html.dark .article-related-title,html.dark .article-show-title{color:#e8f5f4}html.dark .article-show-excerpt{color:#a8cccb;border-left-color:var(--teal-light)}html.dark .article-tag{background:#1a3330;color:#8dccc8}html.dark .article-author-avatar{background:#1a3d3c;color:#8dccc8}html.dark .article-prose{color:#a8cccb}html.dark .article-prose h2,html.dark .article-prose h3,html.dark .article-prose strong{color:#e8f5f4}html.dark .article-prose blockquote{color:#a8cccb}html.dark .article-prose a{color:var(--teal-light)}html.dark .article-prose *,html.dark .article-prose p,html.dark .article-prose li,html.dark .article-prose ul,html.dark .article-prose ol,html.dark .article-prose small,html.dark .article-prose span{background-color:transparent!important;color:#a8cccb!important}html.dark .article-prose h1,html.dark .article-prose h2,html.dark .article-prose h3,html.dark .article-prose h4,html.dark .article-prose strong,html.dark .article-prose b{background-color:transparent!important;color:#e8f5f4!important}html.dark .article-prose a{background-color:transparent!important;color:var(--teal-light)!important}html.dark .article-prose blockquote,html.dark .article-prose blockquote *{background-color:transparent!important;color:#a8cccb!important}@media (max-width: 767px){.fade-up{opacity:1!important;transform:none!important;transition:none!important}.fade-up.visible{opacity:1;transform:none}.nav-brand{gap:10px}.nav-brand-logo{height:38px}.nav-logo-wordmark{font-size:1.8rem}}.arabic-quote{font-family:Amiri,Scheherazade New,Traditional Arabic,serif;color:var(--primary);line-height:2;letter-spacing:.02em}.quote-translation{color:var(--text-muted);font-size:.95rem}html.dark .nav-logo-img{mix-blend-mode:lighten}html.dark .featured-card,html.dark .audio-card,html.dark .article-item,html.dark .product-card,html.dark [class*=card],html.dark [class*=section-card],html.dark [class*=item-wrap]{background-color:var(--warm-white)!important}html.dark .hero-section,html.dark section{background-color:transparent}html.dark .sidebar-widget{background:#162424;border-color:#2a4a48}html.dark .mini-player{background:#1a3330;border-color:#2a4a48}html.dark .mini-player__bar{background:#2a4a48}html.dark .tasleem-player{background:#1a3330;border-color:#2a4a48}html.dark .tasleem-player__bar{background:#2a4a48}html.dark .tasleem-player__fill:after{box-shadow:0 0 0 2.5px #0f1f1f}html.dark .hero-card{border-color:#52a8a233}html.dark .audio-card{border-color:#2a4a48}html.dark .featured-thumb-label,html.dark .featured-thumb-cat{background:#0a1818d9;color:#8dccc8}html.dark .nav-brand-logo-DISABLED{mix-blend-mode:lighten}html.dark .article-item,html.dark .sidebar-continue-item{border-bottom-color:#1e3a38}html.dark .market-section{background:#0f1f1f;border-top-color:#2a4a48}html.dark body{background:#0f1f1f}html.dark .hero{background:linear-gradient(160deg,#0f2a28,#0a1f1e)}html.dark .about-section{background:#0f1f1f}html.dark .pillar{background:#1a3330;border-color:#52a8a233}html.dark .product-card{background:#162424;border-color:#2a4a48}html.dark .article-related{background:#0f1f1f;border-top-color:#2a4a48}html.dark .article-body-wrap{background:#0f1f1f}html.dark .nav-brand-logo-DISABLED_INVERT{filter:invert(1);mix-blend-mode:normal}html.dark .nav-brand-logo{mix-blend-mode:normal;filter:none}
