:root{--bg: #ffffff;--bg-soft: #faf7f7;--card: #ffffff;--border: #ececec;--text: #1a1a1a;--muted: #6b6b6b;--brand: #c32228;--brand-dark: #9c1a1f;--brand-soft: #fbe9ea;--ink: #181818;--radius: 14px;--max: 1100px;--font: "Tajawal", system-ui, -apple-system, "Segoe UI", sans-serif;--shadow: 0 4px 24px rgba(0, 0, 0, .06);--header-bg: rgba(255, 255, 255, .9)}html[data-theme=dark]{--bg: #0f1115;--bg-soft: #161a21;--card: #181c24;--border: #2a3039;--text: #e8ebf2;--muted: #9aa3b5;--brand: #ef5057;--brand-dark: #c32228;--brand-soft: #2a1518;--ink: #f3f5f9;--shadow: 0 4px 24px rgba(0, 0, 0, .45);--header-bg: rgba(15, 17, 21, .85)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.8;-webkit-font-smoothing:antialiased;min-height:100vh}a{color:var(--brand);text-decoration:none;transition:color .2s}a:hover{color:var(--brand-dark)}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max);margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:50;background:var(--header-bg);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;max-width:var(--max);margin:0 auto}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.2rem;color:var(--ink)}.brand img{height:46px;width:auto}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{color:var(--ink);font-weight:600}.nav-links a:hover{color:var(--brand)}.theme-toggle{background:var(--card);border:1px solid var(--border);border-radius:50%;width:38px;height:38px;min-width:38px;display:grid;place-items:center;cursor:pointer;color:var(--ink);transition:all .2s;padding:0}.theme-toggle:hover{border-color:var(--brand);color:var(--brand);transform:rotate(-15deg)}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon,html[data-theme=dark] .theme-toggle .icon-sun{display:block}html[data-theme=dark] .theme-toggle .icon-moon,.logo-dark,html[data-theme=dark] .logo-light{display:none}html[data-theme=dark] .logo-dark{display:block}.hero{padding:70px 20px 50px;background:linear-gradient(180deg,var(--brand-soft) 0%,transparent 100%)}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:30px;align-items:center}.hero-text{text-align:right}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.4;color:var(--ink)}.hero h1 .accent{color:var(--brand)}.hero p{color:var(--muted);font-size:1.15rem;margin:18px 0 0}.hero-art img{width:100%;max-width:480px;margin:0 auto;filter:drop-shadow(0 20px 40px rgba(195,34,40,.15))}.btn-outline{display:inline-block;padding:12px 26px;border-radius:999px;font-weight:700;background:var(--card);color:var(--brand);border:2px solid var(--brand);transition:all .2s}.btn-outline:hover{background:var(--brand);color:#fff}@media(max-width:800px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-text{text-align:center}.hero p{margin-inline:auto}.hero-text>div{justify-content:center}.hero-art{order:-1}.hero-art img{max-width:320px}}.badge{display:inline-block;padding:7px 16px;border-radius:999px;font-size:.85rem;font-weight:700;border:1px solid var(--brand);color:var(--brand);background:var(--card);margin-bottom:20px}.news-hero{padding:60px 20px 30px;text-align:center;background:linear-gradient(180deg,var(--brand-soft) 0%,transparent 100%)}.news-hero h1{font-size:clamp(1.8rem,5vw,2.8rem);font-weight:800;color:var(--ink)}.news-hero h1 .accent{color:var(--brand)}.news-hero p{color:var(--muted);max-width:600px;margin:14px auto 0}.news-hero .badge{background:var(--brand);color:#fff;border:none}.news-featured{display:grid;grid-template-columns:1.2fr 1fr;gap:0;margin:30px 0;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.news-featured:hover{transform:translateY(-4px);box-shadow:0 14px 36px #c3222829}.news-featured img{width:100%;height:100%;min-height:260px;object-fit:cover}.news-featured-body{padding:30px;display:flex;flex-direction:column;gap:12px;justify-content:center}.news-featured-body h2{font-size:1.6rem;color:var(--ink);line-height:1.5}.news-featured-body p{color:var(--muted)}.news-tag{align-self:flex-start;background:var(--brand);color:#fff;font-size:.78rem;font-weight:700;padding:5px 14px;border-radius:999px}.news-date{color:var(--muted);font-size:.85rem}@media(max-width:700px){.news-featured{grid-template-columns:1fr}.news-featured img{min-height:200px}}.section-title{font-size:1.6rem;font-weight:800;margin:44px 0 22px;display:flex;align-items:center;gap:10px;color:var(--ink)}.section-title:before{content:"";width:6px;height:26px;background:var(--brand);border-radius:3px;display:inline-block}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;box-shadow:var(--shadow)}.card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #c3222824}.card .cover{aspect-ratio:16/9;background:linear-gradient(135deg,var(--brand),var(--brand-dark));object-fit:cover}.card .body{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.card .cat{font-size:.78rem;color:var(--brand);font-weight:800}.card h3{font-size:1.15rem;line-height:1.5;color:var(--ink)}.card .desc{color:var(--muted);font-size:.92rem;flex:1}.card .meta{font-size:.8rem;color:var(--muted);display:flex;gap:10px}.article{max-width:760px;margin:0 auto;padding:44px 20px}.article h1{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.4;margin-bottom:14px;color:var(--ink)}.article .article-meta{color:var(--muted);font-size:.9rem;margin-bottom:30px;display:flex;gap:14px;flex-wrap:wrap}.prose{font-size:1.08rem;color:var(--text)}.prose h2{font-size:1.6rem;margin:34px 0 14px;color:var(--ink)}.prose h3{font-size:1.3rem;margin:26px 0 12px;color:var(--ink)}.prose p{margin:16px 0}.prose ul,.prose ol{margin:16px 24px}.prose li{margin:8px 0}.prose img{border-radius:var(--radius);margin:24px 0}.prose blockquote{border-right:4px solid var(--brand);padding:10px 18px;margin:20px 0;background:var(--brand-soft);border-radius:8px;color:var(--text)}.prose code{background:var(--bg-soft);padding:2px 7px;border-radius:6px;font-size:.9em;color:var(--brand-dark)}.prose a{text-decoration:underline}.prose table{width:100%;border-collapse:collapse;margin:20px 0}.prose th,.prose td{border:1px solid var(--border);padding:10px;text-align:right}.prose th{background:var(--brand-soft)}.ad-slot{margin:28px auto;padding:14px;text-align:center;border:1px dashed #ddd;border-radius:var(--radius);background:var(--bg-soft);color:var(--muted);font-size:.8rem}.ad-label{font-size:.7rem;color:var(--muted);margin-bottom:6px;letter-spacing:1px}.affiliate-box{background:var(--brand-soft);border:1px solid #f3c9cb;border-radius:var(--radius);padding:24px;margin:30px 0}.affiliate-box h4{font-size:1.2rem;margin-bottom:8px;color:var(--brand-dark)}.affiliate-box .tools{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.affiliate-box .tool{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:10px 14px;font-weight:600;font-size:.9rem;color:var(--ink)}.affiliate-box .tool:hover{border-color:var(--brand);color:var(--brand)}.btn{display:inline-block;padding:13px 28px;border-radius:999px;font-weight:700;background:var(--brand);color:#fff;border:none;cursor:pointer;transition:background .2s}.btn:hover{background:var(--brand-dark);color:#fff}.site-footer{border-top:1px solid var(--border);margin-top:60px;padding:44px 20px;color:var(--muted);background:var(--bg-soft)}.footer-grid{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;max-width:var(--max);margin:0 auto}.footer-grid strong{color:var(--ink);display:block;margin-bottom:8px}.footer-grid a:not(.soc){color:var(--muted);display:block;margin:6px 0}.footer-grid a:hover{color:var(--brand)}.footer-grid img{height:54px;margin-bottom:10px}.social-row{display:flex;gap:12px;margin-top:14px}.soc{width:44px;height:44px;border-radius:50%;background:var(--card);border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;line-height:0;margin:0;color:var(--ink);transition:transform .2s,background .2s,color .2s,box-shadow .2s}.soc svg{display:block}.soc:hover{transform:translateY(-3px);color:#fff;box-shadow:0 6px 16px #0000002e}.soc-wa:hover{background:#25d366}.soc-ig:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.soc-yt:hover{background:red}.soc-fb:hover{background:#1877f2}.article-cover{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);margin-bottom:8px;box-shadow:var(--shadow)}.cover-credit{font-size:.78rem;color:var(--muted);margin:0 0 24px;text-align:left}.cover-credit a{color:var(--muted);text-decoration:underline}.toc{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:18px 22px;margin:0 0 28px}.toc strong{display:block;margin-bottom:10px;color:var(--ink)}.toc ul{margin:0;padding-right:18px}.toc li{margin:6px 0}.toc a{color:var(--brand);text-decoration:none}.toc a:hover{text-decoration:underline}.share{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:30px 0;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.share-label{font-weight:700;color:var(--ink)}.share-btn{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--card);border:1px solid var(--border);color:var(--muted);cursor:pointer;transition:all .2s;text-decoration:none}.share-btn:hover{transform:translateY(-3px);color:#fff}.sh-wa:hover{background:#25d366;border-color:#25d366}.sh-x:hover{background:#000;border-color:#000}.sh-fb:hover{background:#1877f2;border-color:#1877f2}.sh-tg:hover{background:#229ed9;border-color:#229ed9}.sh-copy:hover{background:var(--brand);border-color:var(--brand)}.sh-copy.copied{background:#25d366;border-color:#25d366;color:#fff}.newsletter{background:linear-gradient(135deg,var(--brand),var(--brand-dark));border-radius:var(--radius);padding:32px 28px;margin:34px 0;text-align:center;color:#fff}.newsletter h3{font-size:1.4rem;margin-bottom:8px;color:#fff}.newsletter p{color:#ffffffe6;margin-bottom:18px}.newsletter-form{display:flex;gap:10px;max-width:460px;margin:0 auto;flex-wrap:wrap}.newsletter-form input{flex:1;min-width:200px;padding:13px 18px;border-radius:999px;border:none;font-family:var(--font);font-size:1rem;outline:none}.newsletter .btn{background:#fff;color:var(--brand)}.newsletter .btn:hover{background:#111;color:#fff}.related{margin-top:40px}#search{--pagefind-ui-primary: var(--brand);--pagefind-ui-text: var(--text);--pagefind-ui-background: var(--card);--pagefind-ui-border: var(--border);--pagefind-ui-font: var(--font)}.footer-bottom{text-align:center;margin-top:30px;font-size:.85rem;color:var(--muted)}@media(max-width:640px){.nav{flex-wrap:wrap;gap:6px;justify-content:center}.brand{width:100%;justify-content:center}.nav-links{gap:10px 18px;font-size:.9rem;flex-wrap:wrap;justify-content:center;width:100%}.nav-links a.hide-mobile{display:inline}.brand span.brand-text{display:none}}
