
:root{--bg:#080808;--surface:#111;--surface2:#181818;--text:#f7f7f7;--muted:#b9b9b9;--red:#e0202b;--red2:#ff4651;--line:#2c2c2c;--ok:#74d99f;--warn:#ffd477;--radius:20px;--shadow:0 18px 55px rgba(0,0,0,.34);--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:radial-gradient(circle at 85% -10%,rgba(224,32,43,.15),transparent 35%),var(--bg);color:var(--text);font-family:"Tahoma","Arial","Noto Sans Arabic",sans-serif;line-height:1.75;text-align:right}img,svg,iframe{max-width:100%}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.skip-link{position:fixed;z-index:9999;top:10px;right:-999px;background:#fff;color:#000;padding:.6rem 1rem;border-radius:10px}.skip-link:focus{right:10px}.container{width:min(calc(100% - 32px),var(--max));margin-inline:auto}.site-header{position:sticky;top:0;z-index:100;background:rgba(8,8,8,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{min-height:76px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;white-space:nowrap}.brand img{width:36px;height:36px}.brand-name{font-size:1.08rem}.brand-name span{color:var(--red2)}.nav{display:flex;align-items:center;gap:4px;margin-inline-start:auto}.nav a{padding:.55rem .68rem;border-radius:10px;color:#ddd;font-size:.91rem}.nav a:hover,.nav a[aria-current=page]{background:#222;color:#fff}.menu-btn{display:none;margin-inline-start:auto;background:#191919;color:white;border:1px solid #333;border-radius:12px;padding:.55rem .8rem}.header-cta{background:var(--red);color:#fff;border-radius:12px;padding:.58rem .8rem;font-weight:800}.hero{padding:76px 0 52px}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:42px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#fff;background:#201114;border:1px solid #5d2228;border-radius:999px;padding:.35rem .75rem;font-size:.9rem}.eyebrow:before{content:"";width:8px;height:8px;background:#fff;border-radius:50%;box-shadow:0 0 0 5px rgba(224,32,43,.3)}h1,h2,h3{line-height:1.28;margin-top:0}h1{font-size:clamp(2.2rem,5vw,4.7rem);margin:.8rem 0 1rem;letter-spacing:-.035em}h1 .red,h2 .red{color:var(--red2)}h2{font-size:clamp(1.65rem,3vw,2.6rem);margin-bottom:.7rem}h3{font-size:1.15rem}.lead{font-size:clamp(1.05rem,1.7vw,1.3rem);color:#d6d6d6;max-width:720px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #393939;border-radius:13px;padding:.78rem 1rem;font-weight:800;background:#171717;color:white}.btn:hover,.btn:focus-visible{transform:translateY(-1px);border-color:#666}.btn-primary{background:var(--red);border-color:var(--red)}.btn-light{background:#fff;color:#111;border-color:#fff}.identity-card{border:1px solid #3b2023;background:linear-gradient(150deg,#171717,#110709);padding:30px;border-radius:28px;box-shadow:var(--shadow);position:relative;overflow:hidden}.identity-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(224,32,43,.15);left:-70px;bottom:-80px}.identity-logo{width:92px}.three-lines{display:grid;gap:12px;margin:26px 0}.three-lines div{display:flex;align-items:center;gap:12px;font-size:1.2rem;font-weight:900}.three-lines b{width:44px;height:8px;border-radius:8px;background:var(--red);transform:rotate(-7deg);display:block}.three-lines div:first-child:before{content:"";width:10px;height:10px;border-radius:50%;background:white}.section{padding:58px 0}.section-alt{background:#0d0d0d;border-block:1px solid #1f1f1f}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:24px}.section-head p{max-width:680px;color:var(--muted);margin:0}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:linear-gradient(160deg,#151515,#101010);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 12px 32px rgba(0,0,0,.18)}.card:hover{border-color:#4c3436}.card .tag,.tag{display:inline-flex;border-radius:999px;padding:.22rem .6rem;background:#2a1518;color:#ffb3b8;font-size:.82rem}.card p{color:#c7c7c7}.icon-box{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#281114;color:#fff;border:1px solid #5c2228;font-weight:900;margin-bottom:16px}.number{font-size:2rem;font-weight:900;color:var(--red2);line-height:1}.steps{display:grid;gap:13px;counter-reset:step}.step{counter-increment:step;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;padding:16px;border:1px solid var(--line);border-radius:16px;background:#121212}.step:before{content:counter(step);width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--red);font-weight:900}.note{border-right:4px solid var(--red);padding:16px 18px;background:#191011;border-radius:14px;color:#eee}.safe-note{border-right-color:var(--ok);background:#0e1913}.warning-note{border-right-color:var(--warn);background:#1c180e}.video-shell{aspect-ratio:16/9;background:#090909;border-radius:18px;overflow:hidden;border:1px solid #333;position:relative}.video-placeholder{width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(circle at 60% 40%,rgba(224,32,43,.32),transparent 36%),linear-gradient(145deg,#0d0d0d,#1c0c0e);padding:24px;text-align:center}.play-btn{width:76px;height:76px;border-radius:50%;border:0;background:#fff;color:#111;font-size:1.8rem;display:grid;place-items:center;box-shadow:0 0 0 12px rgba(255,255,255,.1)}.video-placeholder h3{margin:18px 0 0;max-width:630px}.video-shell iframe{width:100%;height:100%;border:0}.article-hero{padding:54px 0 34px}.article-hero-grid{display:grid;grid-template-columns:1fr .75fr;gap:32px;align-items:center}.article-hero img{border-radius:24px;border:1px solid #442126}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:32px}.article-body{min-width:0}.article-body section{scroll-margin-top:95px;margin-bottom:36px}.article-body h2{font-size:1.65rem}.toc{position:sticky;top:98px;align-self:start}.toc a{display:block;color:#c8c8c8;padding:.4rem .5rem;border-right:2px solid #333}.toc a:hover{color:#fff;border-color:var(--red)}.list-clean{list-style:none;padding:0;margin:0;display:grid;gap:10px}.list-clean li{padding:13px 16px;background:#121212;border:1px solid var(--line);border-radius:13px}.list-clean li:before{content:"•";color:var(--red2);font-weight:900;margin-inline-end:10px}.sources-list{display:grid;gap:12px}.source-link{display:block;padding:15px;border:1px solid #333;border-radius:15px;background:#121212}.source-link:hover{border-color:var(--red)}.source-link small{display:block;color:#aaa}.related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.video-card{padding:0;overflow:hidden}.video-card .video-shell{border-radius:20px 20px 0 0;border:0;border-bottom:1px solid #333}.video-card-content{padding:20px}.filter-row{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:22px}.filter-btn{border:1px solid #373737;background:#151515;color:#ddd;border-radius:999px;padding:.5rem .85rem}.filter-btn[aria-pressed=true]{background:var(--red);border-color:var(--red);color:#fff}.accordion{display:grid;gap:12px}.accordion-item{border:1px solid var(--line);border-radius:16px;background:#111;overflow:hidden}.accordion-btn{width:100%;border:0;background:transparent;color:#fff;text-align:right;padding:18px;display:flex;justify-content:space-between;gap:15px;font-weight:900}.accordion-panel{padding:0 18px 18px;color:#ccc}.accordion-panel[hidden]{display:none}.quiz-wrap{max-width:760px;margin-inline:auto}.quiz-card{padding:30px}.quiz-progress{height:8px;background:#2b2b2b;border-radius:99px;overflow:hidden;margin-bottom:24px}.quiz-progress span{display:block;height:100%;background:var(--red);width:0;transition:width .25s}.answers{display:grid;gap:11px}.answer-btn{border:1px solid #393939;background:#151515;color:#fff;border-radius:14px;padding:14px;text-align:right}.answer-btn:hover,.answer-btn:focus-visible{border-color:#777}.answer-btn.correct{border-color:var(--ok);background:#102117}.answer-btn.wrong{border-color:var(--red);background:#281114}.answer-feedback{margin-top:14px;padding:14px;border-radius:13px;background:#181818}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.stat{text-align:center;background:#121212;border:1px solid #292929;border-radius:15px;padding:16px}.stat strong{display:block;font-size:1.8rem;color:#fff}.source-group{margin-bottom:30px}.source-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.source-card{padding:18px;border:1px solid #2e2e2e;border-radius:16px;background:#111}.source-card a{display:inline-flex;color:#fff;font-weight:900;margin-top:8px}.source-card a:after{content:"↗";margin-inline-start:7px;color:var(--red2)}.breadcrumbs{color:#aaa;font-size:.9rem;margin-bottom:14px}.breadcrumbs a:hover{color:#fff}.footer{border-top:1px solid var(--line);padding:38px 0 22px;background:#050505}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px}.footer-brand img{width:42px;height:42px}.footer-links a{display:block;color:#bbb;padding:.2rem 0}.footer-links a:hover{color:#fff}.copyright{margin-top:26px;padding-top:18px;border-top:1px solid #202020;color:#888;font-size:.88rem;display:flex;justify-content:space-between;gap:12px}.empty-fallback{padding:18px;border:1px dashed #555;border-radius:14px;color:#ccc}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:focus-visible{outline:3px solid #fff;outline-offset:3px}
@media(max-width:980px){.menu-btn{display:block}.nav{display:none;position:absolute;top:76px;right:16px;left:16px;background:#111;border:1px solid #333;border-radius:18px;padding:10px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav[data-open=true]{display:flex}.nav a{padding:.72rem}.header-cta{display:none}.hero-grid,.article-hero-grid,.article-layout{grid-template-columns:1fr}.toc{position:static}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.related{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.container{width:min(calc(100% - 22px),var(--max))}.header-inner{min-height:68px}.brand img{width:32px;height:32px}.brand-name{font-size:1rem}.nav{top:68px}.hero{padding:48px 0 34px}.hero-grid{gap:25px}.identity-card{padding:22px}.section{padding:42px 0}.section-head{display:block}.grid-2,.grid-3,.grid-4,.source-grid,.related{grid-template-columns:1fr}.card{padding:18px}.actions{display:grid}.btn{width:100%}.article-hero{padding-top:36px}.article-layout{gap:20px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-brand img{width:38px;height:38px}.copyright{display:block}.stats{grid-template-columns:1fr}.step{grid-template-columns:36px 1fr;padding:13px}.step:before{width:32px;height:32px}.quiz-card{padding:20px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}


/* v2.7 Authority Foundation */
:root{--bg:#070707;--surface:#101010;--surface2:#171717;--red:#e12632;--red2:#ff4b56;--white:#fff;--max:1200px;--radius:22px}
body{background:radial-gradient(circle at 90% -10%,rgba(225,38,50,.18),transparent 34%),radial-gradient(circle at 5% 55%,rgba(225,38,50,.06),transparent 28%),var(--bg)}
.reading-progress{position:fixed;z-index:1000;top:0;right:0;left:0;height:3px;background:transparent}.reading-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--red),#fff);transition:width .08s linear}
.site-header{border-bottom-color:#252525}.header-inner{min-height:78px}.brand img{filter:drop-shadow(0 0 16px rgba(225,38,50,.2))}.nav a{font-size:.9rem}.hero,.article-hero{position:relative;overflow:hidden}.decorated:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.85%,rgba(255,255,255,.025) 50%,transparent 50.15%),linear-gradient(0deg,transparent 49.85%,rgba(255,255,255,.02) 50%,transparent 50.15%);background-size:46px 46px;pointer-events:none}.authority-hero{padding:84px 0 64px}.authority-hero h1{font-size:clamp(2.75rem,7vw,5.9rem);line-height:.98;letter-spacing:-.04em}.authority-hero .lead{max-width:710px}.trust-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.trust-chips span{border:1px solid #333;background:#121212;border-radius:999px;padding:.45rem .75rem;color:#d6d6d6;font-size:.88rem}.moment-stage{position:relative;min-height:500px;border:1px solid #2f2f2f;border-radius:34px;background:linear-gradient(145deg,#181818,#090909);overflow:hidden;box-shadow:0 35px 90px rgba(0,0,0,.48);padding:56px}.moment-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 60% 25%,rgba(225,38,50,.24),transparent 34%)}.stage-glow{position:absolute;width:320px;height:320px;border:1px solid rgba(255,255,255,.08);border-radius:50%;top:-80px;left:-70px;box-shadow:0 0 0 54px rgba(255,255,255,.015),0 0 0 105px rgba(225,38,50,.025)}.moment-stage .moment-dot{position:absolute;top:90px;right:74px;width:44px;height:44px;background:#fff;border-radius:50%;box-shadow:0 0 0 18px rgba(255,255,255,.06),0 0 55px rgba(255,255,255,.4);animation:momentPulse 2.6s ease-in-out infinite}.stage-lines{position:relative;margin-top:150px;display:grid;gap:27px}.stage-lines div{display:grid;grid-template-columns:110px 70px 1fr;align-items:center;gap:15px}.stage-lines b{display:block;height:9px;background:var(--red);border-radius:99px;transform-origin:right;animation:lineReveal .8s both}.stage-lines div:nth-child(2) b{width:82%;animation-delay:.16s}.stage-lines div:nth-child(3) b{width:64%;animation-delay:.32s}.stage-lines strong{font-size:1.25rem}.stage-lines small{color:#bcbcbc;font-size:.96rem}.urgent-strip{border-block:1px solid #4c1e23;background:linear-gradient(90deg,#2a0d11,#16090b)}.urgent-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.urgent-inner>div{display:flex;align-items:center;gap:12px}.urgent-inner a{font-weight:900;color:#fff}.live-dot{width:11px;height:11px;background:#ff4651;border-radius:50%;box-shadow:0 0 0 7px rgba(255,70,81,.15);animation:momentPulse 1.5s infinite}.problem-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.problem-grid a{position:relative;min-height:220px;padding:24px;border:1px solid #2b2b2b;border-radius:22px;background:linear-gradient(150deg,#151515,#0e0e0e);overflow:hidden}.problem-grid a:after{content:"";position:absolute;width:110px;height:110px;background:var(--red);opacity:.08;border-radius:50%;left:-30px;bottom:-35px}.problem-grid span{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#251014;color:#fff;font-weight:900}.problem-grid h3{margin:.9rem 0 .3rem}.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;border:1px solid #313131;background:#0d0d0d;border-radius:30px;padding:26px}.feature-split img{border-radius:22px;border:1px solid #272727}.feature-split h3{font-size:clamp(1.7rem,3vw,2.6rem);margin:.8rem 0}.status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.34rem .62rem;font-size:.76rem;font-weight:900;z-index:2}.status-badge.soon{background:#29231a;color:#ffdb92;border:1px solid #5b492b}.status-badge.next{background:#3a0f15;color:#fff;border:1px solid #9a2733}.card-media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#0b0b0b}.card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.knowledge-card{padding:0;overflow:hidden}.knowledge-card:hover .card-media img{transform:scale(1.035)}.knowledge-card .risk,.knowledge-card .status-badge{position:absolute;top:12px}.knowledge-card .risk{right:12px}.knowledge-card .status-badge{left:12px}.knowledge-card .status-badge.next{top:50px}.card-body{padding:20px}.text-link{display:inline-flex;gap:8px;color:#fff;font-weight:900;margin-top:7px}.risk{display:inline-flex;border-radius:999px;padding:.28rem .56rem;font-size:.74rem;font-weight:900;border:1px solid}.risk-حرج{background:#3a0d13;border-color:#8d2630;color:#fff}.risk-مرتفع{background:#2c1e0d;border-color:#715124;color:#ffdf9f}.risk-متوسط{background:#13261b;border-color:#2d6844;color:#aaf0c4}.large-link-card{display:block;padding:32px;border:1px solid #303030;border-radius:26px;background:linear-gradient(145deg,#151515,#0d0d0d);transition:transform .25s,border-color .25s}.large-link-card:hover{transform:translateY(-3px);border-color:#6d262e}.large-link-card b{color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.trust-grid>div{padding:22px;border:1px solid #2e2e2e;border-radius:20px;background:#111}.trust-grid b{color:var(--red2);font-size:1.15rem}.action-card{position:relative;overflow:hidden}.action-card:after{content:"";position:absolute;left:-35px;bottom:-35px;width:120px;height:120px;border-radius:50%;border:20px solid rgba(225,38,50,.08)}.article-hero{padding:64px 0 42px}.article-hero h1{font-size:clamp(2.25rem,5.6vw,4.7rem);line-height:1.06}.meta-row,.article-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.article-meta{margin:18px 0;color:#a9a9a9;font-size:.86rem}.article-meta span{border-inline-start:2px solid #333;padding-inline-start:10px}.hero-figure{margin:0}.hero-figure img{border-radius:26px;border:1px solid #303030;box-shadow:var(--shadow)}.hero-figure figcaption{color:#858585;font-size:.77rem;margin-top:7px}.quick-answer{border:1px solid #5b232a!important;background:linear-gradient(145deg,#1d0e11,#111)!important;border-radius:24px;padding:26px!important}.decision-triplet{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:18px}.decision-triplet>div{border:1px solid #333;background:#0d0d0d;border-radius:16px;padding:14px}.decision-triplet b{display:block;color:var(--red2);margin-bottom:4px}.section-kicker{color:var(--red2);font-size:.85rem;font-weight:900}.moment-summary{border:1px solid #3c3c3c!important;border-radius:24px;padding:24px!important;background:#101010!important}.summary-row{display:grid;grid-template-columns:84px 1fr;align-items:center;gap:14px;border-top:1px solid #282828;padding:14px 0}.summary-row:first-of-type{margin-top:12px}.summary-row b{display:grid;place-items:center;min-height:42px;border-radius:12px}.summary-row.no b{background:#331014}.summary-row.yes b{background:#12301e}.summary-row.warn b{background:#33260e}.summary-row p{margin:0}.mini-quiz details{border:1px solid #333;border-radius:16px;background:#121212;padding:16px}.mini-quiz summary{font-weight:900;cursor:pointer}.video-coming{display:grid;grid-template-columns:220px 1fr;gap:25px;align-items:center;border:1px solid #403232;border-radius:24px;background:linear-gradient(145deg,#171012,#0d0d0d);padding:24px}.coming-art{position:relative;min-height:170px;border-radius:18px;background:#090909;overflow:hidden}.coming-art .moment-dot{position:absolute;width:34px;height:34px;background:#fff;border-radius:50%;right:28px;top:27px;box-shadow:0 0 35px rgba(255,255,255,.45)}.coming-art i{position:relative;display:block;height:8px;background:var(--red);border-radius:9px;margin:25px 28px 0}.coming-art i:first-of-type{margin-top:85px}.coming-art i:nth-of-type(2){width:72%}.coming-art i:nth-of-type(3){width:48%}.toc{top:105px}.mini-related{min-height:150px}.knowledge-tools{display:grid;grid-template-columns:minmax(260px,1fr) 2fr;gap:18px;align-items:end;margin-bottom:16px}.search-box span{display:block;font-weight:900;margin-bottom:7px}.search-box input{width:100%;background:#111;color:#fff;border:1px solid #373737;border-radius:14px;padding:13px 15px}.results-count{color:#aaa}.empty-state{text-align:center;padding:50px;border:1px dashed #444;border-radius:20px}.alert-policy{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.alert-policy>*{padding:.6rem .8rem;border:1px solid #343434;border-radius:999px;background:#111}.alerts-list{display:grid;gap:18px}.alert-card{padding:28px;border:1px solid #343434;border-radius:24px;background:linear-gradient(140deg,#151515,#0d0d0d)}.alert-card h2{font-size:clamp(1.5rem,3vw,2.2rem)}.alert-top{display:flex;justify-content:space-between;gap:12px;color:#aaa}.case-note{padding:20px;border:1px solid #4e262b;border-radius:18px;background:#1a0d0f;margin-bottom:24px}.case-list{display:grid;gap:22px}.case-card{display:grid;grid-template-columns:.78fr 1.22fr;gap:26px;align-items:center;border:1px solid #303030;border-radius:26px;padding:22px;background:#101010}.case-card img{border-radius:18px}.planned-video{padding:0;overflow:hidden}.planned-video>img{width:100%;aspect-ratio:16/9;object-fit:cover}.before-stack{display:grid;gap:16px}.before-panel{display:grid;grid-template-columns:100px 1fr;gap:24px;padding:28px;border:1px solid #303030;border-radius:24px;background:#111;scroll-margin-top:100px}.before-panel>span{font-size:3rem;font-weight:900;color:#e12632;line-height:1}.chip-links{display:flex;flex-wrap:wrap;gap:9px}.chip-links a{border:1px solid #3a3a3a;border-radius:999px;padding:.42rem .7rem;background:#171717}.emergency-banner{display:flex;gap:12px;padding:18px;border:1px solid #7b2630;background:#2a0d11;border-radius:18px;margin-bottom:20px}.expert-proof{margin-top:28px;padding:24px;border:1px solid #333;border-radius:22px;background:#111}.emergency-fab{position:fixed;z-index:90;left:20px;bottom:20px;display:flex;align-items:center;gap:8px;background:var(--red);color:#fff;border-radius:999px;padding:.62rem .9rem;box-shadow:0 15px 45px rgba(0,0,0,.5);font-weight:900}.emergency-fab span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#fff;color:var(--red)}
@keyframes momentPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.88);opacity:.72}}@keyframes lineReveal{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:980px){.problem-grid,.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-split,.case-card{grid-template-columns:1fr}.knowledge-tools{grid-template-columns:1fr}.moment-stage{min-height:430px}.stage-lines div{grid-template-columns:80px 62px 1fr}.urgent-inner{padding-block:12px}.video-coming{grid-template-columns:1fr}.coming-art{min-height:150px}}
@media(max-width:640px){.authority-hero{padding-top:46px}.authority-hero h1{font-size:3.2rem}.moment-stage{min-height:370px;padding:28px}.moment-stage .moment-dot{right:32px;top:52px}.stage-lines{margin-top:125px}.stage-lines div{grid-template-columns:58px 56px 1fr;gap:9px}.stage-lines small{font-size:.78rem}.urgent-inner,.urgent-inner>div{display:grid}.problem-grid,.trust-grid,.decision-triplet{grid-template-columns:1fr}.feature-split{padding:16px}.article-meta{display:grid}.article-meta span{border-inline-start:0;padding-inline-start:0}.summary-row{grid-template-columns:68px 1fr}.before-panel{grid-template-columns:1fr}.before-panel>span{font-size:2.1rem}.emergency-fab{left:12px;bottom:12px}.emergency-fab b{display:none}.case-card{padding:15px}.header-inner{min-height:70px}.nav{top:70px}.article-hero h1{font-size:2.55rem}}
@media(prefers-reduced-motion:reduce){.moment-stage .moment-dot,.stage-lines b,.live-dot{animation:none!important}}


/* v2.7.1 — Identity & UX correction */
.brand{gap:11px;align-items:center}.brand img{width:48px;height:48px;flex:0 0 48px}.brand-copy{display:flex;flex-direction:column;line-height:1.12}.brand-name{font-size:1.06rem}.brand-tagline{font-size:.69rem;color:#c9c9c9;font-weight:700;margin-top:5px;letter-spacing:0;white-space:nowrap}.header-inner{min-height:86px;gap:18px}.footer-brand .brand{display:inline-flex;margin-bottom:8px}.footer-brand .brand img{width:54px;height:54px;flex-basis:54px}.footer-brand .brand-name{font-size:1.16rem}.footer-brand .brand-tagline{font-size:.78rem;color:#fff}.footer-brand>p.tag{display:none}
/* Correct identity order: short, medium, long; dot stays close to first line */
.moment-stage .moment-dot{top:170px;right:76px;width:30px;height:30px;box-shadow:0 0 0 11px rgba(255,255,255,.05),0 0 38px rgba(255,255,255,.35)}.stage-lines{margin-top:150px}.stage-lines div{grid-template-columns:135px 70px 1fr}.stage-lines b{justify-self:end;width:46%!important}.stage-lines div:nth-child(2) b{width:72%!important}.stage-lines div:nth-child(3) b{width:100%!important}
/* Shorts players */
.video-shell{aspect-ratio:9/16;width:min(100%,390px);margin-inline:auto;border-radius:24px}.video-card{max-width:390px;width:100%;margin-inline:auto}.video-card .video-shell{width:100%;border-radius:20px 20px 0 0}.video-placeholder{padding:22px}.video-placeholder h3{font-size:1rem;max-width:300px}.play-btn{width:68px;height:68px}.video-grid{align-items:start}.planned-video>img{aspect-ratio:9/16;object-fit:cover}
/* Article hero: smaller topical image, quieter decoration */
.article-hero-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.58fr);gap:34px}.hero-figure{margin:0;max-width:470px;justify-self:start}.article-hero img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:22px;border-color:#3a2023;box-shadow:0 18px 55px rgba(0,0,0,.28)}.hero-figure figcaption{display:none}.article-meta{color:#aaa}.article-meta span{font-size:.88rem}.status-badge.soon{background:#211317;color:#ffd9dc;border-color:#5b2930}.card-media .status-badge.soon{top:12px;left:12px}.risk{display:none!important}
/* Simpler public labels */
.action-label{color:#fff;background:#231113;border:1px solid #5b2930}.alert-top{align-items:center}.feature-split>img{max-height:360px;object-fit:cover}.coming-art .moment-dot{right:42px;top:55px;width:22px;height:22px}.coming-art i{margin-right:auto;margin-left:28px}.coming-art i:first-of-type{width:42%;margin-top:82px}.coming-art i:nth-of-type(2){width:66%}.coming-art i:nth-of-type(3){width:86%}
/* Softer decoration */
.decorated:before,.decorated:after{opacity:.48}.card-media img{object-fit:cover}.footer-grid{align-items:start}
@media(max-width:1120px){.header-cta{display:none}.nav a{padding:.5rem .55rem;font-size:.86rem}}
@media(max-width:980px){.header-inner{min-height:82px}.nav{top:82px}.brand img{width:44px;height:44px;flex-basis:44px}.brand-tagline{font-size:.64rem}.article-hero-grid{grid-template-columns:1fr}.hero-figure{justify-self:stretch;max-width:520px;margin-inline:auto;order:2}.video-shell{max-width:360px}.moment-stage .moment-dot{top:148px;right:56px}.stage-lines{margin-top:132px}.stage-lines div{grid-template-columns:100px 64px 1fr}}
@media(max-width:640px){.container{width:min(calc(100% - 24px),var(--max))}.header-inner{min-height:76px}.nav{top:76px}.brand img{width:40px;height:40px;flex-basis:40px}.brand-name{font-size:.96rem}.brand-tagline{font-size:.58rem;margin-top:4px}.menu-btn{padding:.48rem .65rem}.article-hero{padding-top:38px}.article-hero h1{font-size:2.2rem}.hero-figure{max-width:100%}.video-shell{max-width:315px}.moment-stage .moment-dot{top:118px;right:35px;width:22px;height:22px}.stage-lines{margin-top:110px}.stage-lines div{grid-template-columns:68px 54px 1fr}.footer-brand .brand img{width:48px;height:48px;flex-basis:48px}.footer-brand .brand-tagline{font-size:.7rem}.feature-split>img{max-height:none}}
@media(prefers-reduced-motion:reduce){.moment-stage .moment-dot,.stage-lines b{animation:none!important}}


/* v2.7.2 — exact identity, compact hero, clearer article media */
.brand img{object-fit:contain}.site-header .brand img{width:46px;height:46px;flex:0 0 46px}.footer-brand .brand img{width:58px;height:58px;flex-basis:58px}
.authority-hero{padding:42px 0 36px}.authority-hero .hero-grid{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:22px;align-items:stretch}.hero-card{border:1px solid #3b2024;background:linear-gradient(145deg,#101010,#18090b);border-radius:30px;box-shadow:0 24px 70px rgba(0,0,0,.28)}.hero-logo-card{min-height:470px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;overflow:hidden;position:relative}.hero-logo-card:before{content:"";position:absolute;width:270px;height:270px;border-radius:50%;background:#ed1c2e;opacity:.055;filter:blur(3px);right:-90px;top:-90px}.hero-logo-card img{width:min(82%,330px);height:auto;display:block;position:relative;z-index:1}.hero-logo-tagline{margin:14px 0 0;font-size:1.05rem;font-weight:800;color:#fff}.hero-copy-card{padding:clamp(28px,4vw,54px);display:flex;flex-direction:column;justify-content:center}.hero-copy-card h1{font-size:clamp(2.7rem,5.4vw,5.3rem);line-height:.98;margin:.35em 0 .28em}.hero-copy-card .lead{max-width:720px}.hero-copy-card .trust-chips{margin-top:20px}
/* Article image is a topic scene, not the brand mark */
.article-hero{padding:44px 0}.article-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(330px,.72fr);gap:30px;align-items:center}.article-hero h1{font-size:clamp(2.45rem,4.8vw,4.65rem)}.hero-figure{width:100%;max-width:500px;margin:0;justify-self:start}.article-hero img{aspect-ratio:16/9;width:100%;object-fit:cover;border-radius:24px;border:1px solid #44262a;box-shadow:0 22px 62px rgba(0,0,0,.36)}
/* Shorts video: physical left placement and centered play button */
.article-body #video{display:grid;grid-template-columns:1fr;justify-items:start}.article-body #video h2{width:100%}.article-body #video .video-shell{margin-left:0!important;margin-right:auto!important;width:min(100%,330px);aspect-ratio:9/16}.video-placeholder{height:100%;display:grid;place-items:center;text-align:center;padding:22px}.video-placeholder>div{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;width:100%}.play-btn{display:grid;place-items:center;margin:0 auto 20px;width:76px;height:76px;font-size:1.35rem}.video-placeholder h3{margin:0;max-width:260px;font-size:1rem;line-height:1.65}
/* Expandable, two-line explanations under warning signs */
.risk-accordion{display:grid;gap:12px}.micro-detail{border:1px solid #343434;border-radius:18px;background:#121212;overflow:hidden}.micro-detail summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 20px;font-weight:800}.micro-detail summary::-webkit-details-marker{display:none}.micro-title{display:flex;align-items:center;gap:12px}.micro-title:before{content:"";width:9px;height:9px;border-radius:50%;background:#ff3347;box-shadow:0 0 0 5px rgba(255,51,71,.08);flex:0 0 auto}.micro-toggle{font-size:.78rem;color:#ff8b95;border:1px solid #5c2b31;border-radius:999px;padding:5px 9px;white-space:nowrap}.micro-detail[open] .micro-toggle{font-size:0}.micro-detail[open] .micro-toggle:after{content:"إخفاء";font-size:.78rem}.micro-detail p{margin:0;padding:0 20px 18px;color:#d0d0d0;line-height:1.85;max-width:860px}
/* Cards keep compact topic thumbnails without the logo */
.card-media img{aspect-ratio:16/9;object-fit:cover}.knowledge-card .card-media{background:#0c0c0d}
@media(max-width:980px){.authority-hero{padding-top:28px}.authority-hero .hero-grid{grid-template-columns:1fr}.hero-logo-card{min-height:auto;padding:24px}.hero-logo-card img{width:min(58vw,260px)}.hero-copy-card{padding:30px}.article-hero-grid{grid-template-columns:1fr}.hero-figure{justify-self:stretch;max-width:580px;margin-inline:auto;order:2}.article-body #video{justify-items:center}.article-body #video .video-shell{margin-inline:auto!important}}
@media(max-width:640px){.authority-hero{padding:20px 0 26px}.authority-hero .hero-grid{gap:14px}.hero-card{border-radius:22px}.hero-logo-card{padding:18px}.hero-logo-card img{width:min(64vw,225px)}.hero-logo-tagline{font-size:.9rem}.hero-copy-card{padding:24px}.hero-copy-card h1{font-size:2.7rem}.article-hero{padding:30px 0}.article-hero h1{font-size:2.35rem}.hero-figure{max-width:100%}.article-body #video .video-shell{width:min(100%,300px)}.micro-detail summary{padding:15px 16px;align-items:flex-start}.micro-toggle{margin-top:1px}.micro-detail p{padding:0 16px 16px}}
@media(prefers-reduced-motion:reduce){.hero-logo-card img{animation:none!important}}
