*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #000000;--bg-alt: #000000;--bg-elevated: rgba(28, 28, 30, .8);--bg-nav: rgba(0, 0, 0, .85);--text: #f5f5f7;--text-strong: #ffffff;--secondary: #86868b;--dim: #1d1d1f;--accent: #2997ff;--alert: #dc2626;--live: #30d158;--card-border: rgba(255, 255, 255, .08);--card-hover-border: rgba(255, 255, 255, .18);--play-bg: rgba(0, 0, 0, .55);--play-border: rgba(255, 255, 255, .2);--play-hover-bg: rgba(0, 0, 0, .8);--play-hover-border: rgba(255, 255, 255, .4);--badge-bg: rgba(0, 0, 0, .7);--badge-color: #fff;--platform-color: #86868b;--alert-border: rgba(220, 38, 38, .3);--live-border: rgba(48, 209, 88, .3);--unsourced-color: #ff9f0a;--unsourced-border: rgba(255, 159, 10, .3);--btn-bg: #f5f5f7;--btn-color: #000000;--btn-hover-bg: #e8e8ed;--btn-active-bg: #d2d2d7;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif;--font-mono: "IBM Plex Mono", "SF Mono", "Fira Code", Consolas, monospace;--font-arabic: "Amiri", serif;--max-width: 1200px;--content-width: 680px}@media(prefers-color-scheme:light){:root{--bg: #ffffff;--bg-alt: #fbfbfd;--bg-elevated: rgba(255, 255, 255, .9);--bg-nav: rgba(255, 255, 255, .85);--text: #1d1d1f;--text-strong: #000000;--secondary: #86868b;--dim: #e8e8ed;--accent: #0071e3;--card-border: rgba(0, 0, 0, .06);--card-hover-border: rgba(0, 0, 0, .14);--badge-bg: rgba(255, 255, 255, .85);--badge-color: #1d1d1f;--platform-color: #86868b;--unsourced-color: #bf5f00;--unsourced-border: rgba(191, 95, 0, .2);--btn-bg: #1d1d1f;--btn-color: #ffffff;--btn-hover-bg: #333336;--btn-active-bg: #48484a}}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{font-family:var(--font-sans);font-weight:400;background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.15s}.fade-up-delay-2{transition-delay:.3s}.fade-up-delay-3{transition-delay:.45s}.fade-up-delay-4{transition-delay:.6s}@keyframes pulse-green{0%,to{opacity:1}50%{opacity:.3}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:var(--bg-nav);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px)}.nav-logo{font-family:var(--font-sans);font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:var(--text)}.nav-live{display:flex;align-items:center;gap:.5rem}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--live);animation:pulse-green 2s ease-in-out infinite}.nav-ts{font-family:var(--font-mono);font-size:.75rem;font-weight:400;color:var(--secondary);letter-spacing:.02em}.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);padding:8rem 1.5rem 4rem}.hero-content{max-width:720px;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-content>*{opacity:0;transform:translateY(24px);transition:opacity .9s cubic-bezier(.25,.46,.45,.94),transform .9s cubic-bezier(.25,.46,.45,.94)}.hero-content>*.hero-visible{opacity:1;transform:translateY(0)}.hero-headline{font-family:var(--font-sans);font-weight:700;font-size:clamp(2.75rem,8vw,5rem);line-height:1.05;letter-spacing:-.04em;color:var(--text-strong);margin:0}.hero-sub{font-family:var(--font-sans);font-weight:400;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.5;color:var(--secondary);max-width:520px;margin-top:1.5rem}.hero-stats{display:flex;align-items:center;gap:1.5rem;margin-top:3rem}.hero-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem}.hero-stat-num{font-family:var(--font-mono);font-weight:600;font-size:clamp(1.75rem,5vw,2.5rem);color:var(--text-strong);letter-spacing:-.02em;line-height:1}.hero-stat-label{font-family:var(--font-sans);font-weight:400;font-size:.8125rem;color:var(--secondary)}.hero-stat-dot{width:4px;height:4px;border-radius:50%;background:var(--dim);flex-shrink:0}@media(prefers-color-scheme:light){.hero-stat-dot{background:var(--secondary);opacity:.3}}.scanning-state{font-size:clamp(1rem,2.5vw,1.25rem)!important;font-weight:400!important;color:var(--secondary)!important;animation:scanning-pulse 2s ease-in-out infinite}@keyframes scanning-pulse{0%,to{opacity:.4}50%{opacity:1}}.scanning-text{font-family:var(--font-mono);font-size:.875rem;font-weight:400;color:var(--secondary);letter-spacing:.02em;animation:scanning-pulse 2s ease-in-out infinite}.hero-cta{margin-top:2.5rem;width:100%;max-width:440px;display:flex;flex-direction:column;align-items:center}.hero-form{width:100%}.hero-form-row{display:flex;gap:0;width:100%;border-radius:12px;overflow:hidden;border:1px solid var(--card-border);background:var(--bg-elevated);transition:border-color .2s ease}.hero-form-row:focus-within{border-color:var(--card-hover-border)}.hero-email{flex:1;padding:.875rem 1.25rem;font-size:1rem;font-family:var(--font-sans);font-weight:400;background:transparent;border:none;color:var(--text);outline:none;min-width:0}.hero-email::placeholder{color:var(--secondary)}.hero-confirmation{text-align:center}.hero-confirmation .confirmation-text{font-family:var(--font-sans);font-weight:500;font-size:1.125rem;color:var(--text);line-height:1.5}.confirmation-verse{font-family:var(--font-arabic);font-size:1.25rem;color:var(--secondary);margin-top:1rem;line-height:1.8}.confirmation-verse-en{font-family:var(--font-sans);font-size:.875rem;color:var(--secondary);margin-top:.25rem}.btn-primary{flex-shrink:0;padding:.875rem 1.5rem;font-family:var(--font-sans);font-weight:600;font-size:.9375rem;background:var(--btn-bg);color:var(--btn-color);border:none;border-radius:0 11px 11px 0;cursor:pointer;transition:background .2s ease,transform .1s ease;white-space:nowrap}.btn-primary:hover{background:var(--btn-hover-bg)}.btn-primary:active{background:var(--btn-active-bg);transform:scale(.98)}.carousel-peek{display:none;padding:1.5rem 0 2rem;border-top:1px solid var(--dim);overflow:hidden}.carousel-peek-label{font-family:var(--font-mono);font-weight:500;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--secondary);margin-bottom:1rem;padding-left:1.25rem}.section-eyebrow{display:block;font-family:var(--font-mono);font-weight:500;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--secondary);margin-bottom:1.25rem}.section-headline{font-family:var(--font-sans);font-weight:700;font-size:clamp(2rem,5.5vw,3.5rem);line-height:1.1;letter-spacing:-.035em;color:var(--text-strong);max-width:680px}.verse-section{padding:6rem 0;border-top:1px solid var(--dim);border-bottom:1px solid var(--dim)}.verse-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.verse-arabic{font-family:var(--font-arabic);font-size:clamp(1.75rem,5vw,3rem);line-height:1.8;color:var(--text-strong);max-width:720px}.verse-translation{font-family:var(--font-sans);font-weight:300;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;color:var(--secondary);max-width:560px}.verse-ref{font-family:var(--font-mono);font-size:.75rem;font-weight:400;color:var(--secondary);opacity:.6;letter-spacing:.02em}.problem-section{padding:7rem 0}.problem-content{max-width:var(--content-width);margin:0 auto}.problem-headline{font-size:clamp(1.75rem,5vw,2.75rem);line-height:1.15;margin-bottom:2.5rem}.problem-body{display:flex;flex-direction:column;gap:1.5rem}.problem-para{font-family:var(--font-sans);font-weight:400;font-size:clamp(1rem,2.2vw,1.125rem);line-height:1.75;color:var(--text)}.live-section{padding:7rem 0 6rem;border-top:1px solid var(--dim)}.live-header{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center}.live-subtitle{font-family:var(--font-sans);font-weight:400;font-size:1.0625rem;color:var(--secondary);margin-top:1rem;max-width:560px;line-height:1.6}.live-stats{margin-bottom:2.5rem}.live-stat-strip{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.5rem 0;border-top:1px solid var(--dim);border-bottom:1px solid var(--dim)}.live-stat-item{display:flex;flex-direction:column;align-items:center;gap:.375rem}.live-stat-num{font-family:var(--font-mono);font-weight:600;font-size:clamp(1.5rem,4vw,2.25rem);color:var(--text-strong);letter-spacing:-.02em;line-height:1}.live-stat-label{font-family:var(--font-sans);font-weight:400;font-size:.75rem;color:var(--secondary);text-align:center}.live-stat-divider{width:1px;height:48px;background:var(--dim);flex-shrink:0}.live-carousel-label{font-family:var(--font-mono);font-weight:500;font-size:.8125rem;letter-spacing:.04em;text-transform:uppercase;color:var(--secondary);margin-bottom:1.5rem;text-align:center}.carousel-wrapper{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent 0%,black 4%,black 96%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 4%,black 96%,transparent 100%)}.carousel-track{display:flex;gap:1rem;animation:carousel-scroll 60s linear infinite;width:max-content}.carousel-track:hover{animation-play-state:paused}.carousel-scanning{display:flex;align-items:center;justify-content:center;width:100%;max-width:100vw;padding:3rem 0}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.live-footer{text-align:center;margin-top:2.5rem}.live-closing{font-family:var(--font-sans);font-weight:400;font-size:1.0625rem;color:var(--secondary);line-height:1.6;font-style:italic}.bf-card{flex-shrink:0;width:280px;display:flex;flex-direction:column;border:1px solid var(--card-border);border-radius:16px;background:var(--bg-elevated);text-decoration:none;color:inherit;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.bf-card:hover{border-color:var(--card-hover-border);transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.bf-card--no-link{cursor:default}.bf-card-thumb{position:relative;width:100%;height:150px;overflow:hidden;flex-shrink:0}.bf-card-thumb-placeholder{width:100%;height:100%}.bf-card-thumb--tiktok{background:linear-gradient(160deg,#111,#1a1a2e 40%,#16213e,#0f3460)}.bf-card-thumb--x{background:linear-gradient(160deg,#111,#1a1a1a 40%,#0d1117,#161b22)}.bf-card-thumb--youtube{background:linear-gradient(160deg,#111,#1a0a0a 40%,#2d1111,#1a0505)}.bf-card-thumb--instagram{background:linear-gradient(160deg,#111,#1a1028 40%,#2d1a3e,#1a0f2e)}.bf-card-thumb--reddit{background:linear-gradient(160deg,#111,#1a1008 40%,#2d1a05,#1a0f02)}.bf-card-thumb--unknown{background:linear-gradient(160deg,#111,#1a1a1a 40%,#222,#1a1a1a)}@media(prefers-color-scheme:light){.bf-card{border-color:#00000014;box-shadow:0 1px 3px #0000000a}.bf-card:hover{border-color:#00000024;box-shadow:0 8px 30px #00000014}.bf-card-thumb--tiktok{background:linear-gradient(160deg,#e8e8f0,#d8d8e8 40%,#c8cce0,#b8c0d8)}.bf-card-thumb--x{background:linear-gradient(160deg,#e8e8e8,#ddd 40%,#d0d4d8,#c8ccd0)}.bf-card-thumb--youtube{background:linear-gradient(160deg,#f0e8e8,#e8d0d0 40%,#e0c0c0,#d8b0b0)}.bf-card-thumb--instagram{background:linear-gradient(160deg,#f0e8f0,#e0d0e8 40%,#d8c0e0,#d0b8d8)}.bf-card-thumb--reddit{background:linear-gradient(160deg,#f0ece8,#e8dcd0 40%,#e0d0c0,#d8c8b8)}.bf-card-thumb--unknown{background:linear-gradient(160deg,#e8e8e8,#ddd 40%,#d4d4d4,#ccc)}}.bf-card-thumb-img{width:100%;height:100%;object-fit:cover}.bf-card-platform-badge{position:absolute;top:.75rem;left:.75rem;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:var(--badge-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--badge-color)}.bf-card-platform-badge svg{width:14px;height:14px}.bf-card-body{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.125rem}.bf-card-handle{font-family:var(--font-sans);font-weight:600;font-size:.8125rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bf-card-views{font-family:var(--font-mono);font-weight:400;font-size:.6875rem;color:var(--secondary)}.bf-card-caption{font-family:var(--font-sans);font-weight:400;font-size:.8125rem;color:var(--secondary);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:.25rem}.bf-card-claim{font-family:var(--font-mono);font-weight:500;font-size:.625rem;letter-spacing:.04em;text-transform:uppercase;padding:.1875rem .5rem;width:fit-content;margin-top:.375rem;border-radius:4px}.bf-card-claim--sourced{color:var(--live);border:1px solid var(--live-border)}.bf-card-claim--unsourced{color:var(--unsourced-color);border:1px solid var(--unsourced-border)}.bf-card-claim--unverified{color:var(--secondary);border:1px solid var(--dim)}.pipeline-section{padding:7rem 0;border-top:1px solid var(--dim)}.pipeline-content{text-align:center;display:flex;flex-direction:column;align-items:center}.pipeline-content .section-headline{margin-bottom:1rem}.pipeline-sub{font-family:var(--font-sans);font-weight:400;font-size:1.0625rem;line-height:1.6;color:var(--secondary);max-width:520px;margin-bottom:4rem}.pipeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1000px;width:100%;text-align:left}.pipeline-step{display:flex;flex-direction:column;padding:1.5rem;border:1px solid var(--card-border);border-radius:16px;background:var(--bg-elevated);transition:border-color .2s ease}.pipeline-step:hover{border-color:var(--card-hover-border)}.pipeline-num{font-family:var(--font-mono);font-weight:600;font-size:.75rem;letter-spacing:.04em;color:var(--secondary);margin-bottom:1rem}.pipeline-title{font-family:var(--font-sans);font-weight:700;font-size:1.125rem;color:var(--text-strong);letter-spacing:-.01em;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.02em;font-size:.8125rem}.pipeline-desc{font-family:var(--font-sans);font-weight:400;font-size:.9375rem;line-height:1.65;color:var(--secondary)}.pipeline-coda{font-family:var(--font-sans);font-weight:400;font-size:clamp(1.125rem,3vw,1.5rem);color:var(--text);margin-top:4rem;letter-spacing:-.01em}.you-section{padding:7rem 0;border-top:1px solid var(--dim);background:var(--bg-alt)}.you-content{max-width:var(--content-width);margin:0 auto}.you-content .section-headline{margin-bottom:2.5rem}.you-body{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.you-para{font-family:var(--font-sans);font-weight:400;font-size:clamp(1rem,2.2vw,1.125rem);line-height:1.8;color:var(--text)}.you-declarations{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;padding:2rem 0;border-top:1px solid var(--dim);border-bottom:1px solid var(--dim)}.you-declaration{font-family:var(--font-sans);font-weight:600;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.6;color:var(--text-strong);letter-spacing:-.01em}.you-closing{font-family:var(--font-sans);font-weight:400;font-size:clamp(1rem,2.2vw,1.125rem);line-height:1.75;color:var(--text)}.join-section{padding:7rem 0;border-top:1px solid var(--dim)}.join-content{text-align:center;display:flex;flex-direction:column;align-items:center}.join-content .section-headline{margin:0 auto 1.5rem}.join-sub{font-family:var(--font-sans);font-weight:400;font-size:1.0625rem;line-height:1.6;color:var(--secondary);max-width:520px;margin-bottom:.75rem}.join-sub-small{font-family:var(--font-sans);font-weight:400;font-size:.9375rem;line-height:1.6;color:var(--secondary);max-width:480px;margin-bottom:2.5rem}.hide-mobile{display:inline}.signup-form{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:440px}.form-row{display:flex;gap:0;width:100%;border-radius:12px;overflow:hidden;border:1px solid var(--card-border);background:var(--bg-elevated);transition:border-color .2s ease}.form-row:focus-within{border-color:var(--card-hover-border)}.email-input{flex:1;padding:.875rem 1.25rem;font-size:1rem;font-family:var(--font-sans);font-weight:400;background:transparent;border:none;color:var(--text);outline:none;min-width:0}.email-input::placeholder{color:var(--secondary)}.form-meta{font-family:var(--font-sans);font-size:.8125rem;font-weight:400;color:var(--secondary)}.cause-question{width:100%;max-width:520px;text-align:center}.cause-prompt{font-family:var(--font-sans);font-size:1.0625rem;font-weight:500;color:var(--text);margin-bottom:1.25rem}.cause-options{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:.75rem}.cause-chip{padding:.5rem 1rem;background:transparent;border:1px solid var(--card-border);border-radius:100px;color:var(--secondary);font-size:.875rem;font-family:var(--font-sans);font-weight:500;cursor:pointer;transition:all .2s ease}.cause-chip:hover{border-color:var(--text);color:var(--text)}.cause-chip-selected{border-color:var(--text);background:var(--text);color:var(--bg)}.cause-skip{margin-top:.5rem}.cause-skip-btn{background:none;border:none;color:var(--secondary);font-size:.8125rem;cursor:pointer;font-family:var(--font-sans);font-weight:400;text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--dim)}.cause-skip-btn:hover{color:var(--text)}.join-confirmation{text-align:center;max-width:480px}.confirmation-text{font-family:var(--font-sans);font-weight:500;font-size:1.125rem;color:var(--text);line-height:1.5}.footer{padding:4rem 0;border-top:1px solid var(--dim)}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer-brand{font-family:var(--font-sans);font-weight:700;font-size:1rem;letter-spacing:-.02em;color:var(--text)}.footer-verse{font-family:var(--font-sans);font-weight:400;font-size:.875rem;line-height:1.6;color:var(--secondary);max-width:480px;font-style:italic}.footer-ref{font-style:normal;opacity:.5}.footer-copy{font-family:var(--font-sans);font-size:.75rem;color:var(--secondary);font-weight:400;opacity:.6}@media(max-width:768px){.nav{padding:.875rem 1.25rem}.hero{padding:5rem 1.25rem 2rem;min-height:auto}.hero-headline{font-size:clamp(2.25rem,9vw,3.25rem)}.hero-sub{margin-top:1rem}.hero-stats{flex-direction:row;gap:1rem;margin-top:1.5rem}.hero-stat-num{font-size:clamp(1.25rem,4.5vw,1.75rem)}.hero-stat-label{font-size:.6875rem}.hero-cta{margin-top:1.5rem;max-width:340px}.carousel-peek{display:block}.hero-form-row{flex-direction:column;border-radius:12px}.hero-email{text-align:center;padding:.875rem 1rem;border-bottom:1px solid var(--card-border)}.btn-primary{border-radius:0 0 11px 11px;width:100%;text-align:center}.verse-section{padding:4rem 0}.verse-arabic{font-size:clamp(1.5rem,6vw,2rem)}.problem-section{padding:5rem 0}.problem-headline{font-size:clamp(1.5rem,6vw,2rem)}.live-section{padding:5rem 0 4rem}.live-subtitle{font-size:.9375rem;padding:0 1.25rem}.live-stat-strip{flex-direction:column;gap:1.25rem}.live-stat-divider{width:48px;height:1px}.bf-card{width:240px}.bf-card-thumb{height:120px}.pipeline-section{padding:5rem 0}.pipeline-grid{grid-template-columns:1fr;gap:1rem;max-width:400px}.pipeline-sub{margin-bottom:2.5rem}.you-section{padding:5rem 0}.you-content .section-headline{margin-bottom:2rem}.you-declarations{gap:1.25rem}.join-section{padding:5rem 0}.join-sub{padding:0 1rem}.hide-mobile{display:none}.form-row{flex-direction:column;border-radius:12px}.email-input{text-align:center;padding:.875rem 1rem;border-bottom:1px solid var(--card-border)}.form-row .btn-primary{border-radius:0 0 11px 11px;width:100%;text-align:center}.section-headline{font-size:clamp(1.75rem,6vw,2.5rem)}}@media(max-width:380px){.hero-headline{font-size:2.25rem}.hero-stats{gap:.75rem}.hero-stat-num{font-size:1.125rem}.hero-stat-label{font-size:.625rem}.bf-card{width:210px}.bf-card-thumb{height:105px}}
