

:root {
  --ink: #171714;
  --muted: #68665f;
  --paper: #f8f5ef;
  --paper-2: #f0ece3;
  --white: #fffefa;
  --line: rgba(23, 23, 20, 0.13);
  --red: #bd1f2d;
  --red-deep: #84121d;
  --gold: #b7893f;
  --blue: #1a5b83;
  --green: #14865c;
  --shadow: 0 24px 70px rgba(59, 44, 25, 0.12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .15; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { background: rgba(189, 31, 45, .18); }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(800px, calc(100% - 48px)); }
.section-space { padding: 112px 0; }
.section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 26px; height: 1px; background: currentColor; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

/* Header */
.site-header { position: relative; z-index: 30; background: rgba(248, 245, 239, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.brand-image { border-radius: 9px; overflow: hidden; box-shadow: 0 7px 18px rgba(0,0,0,.12); }
.brand-image img { width: 132px; height: 38px; object-fit: cover; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy b { font-size: .94rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: #44413b; font-size: .82rem; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--red); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 17px; color: white; background: var(--ink); border-radius: 999px; font-size: .76rem; font-weight: 800; letter-spacing: .02em; box-shadow: 0 10px 24px rgba(23,23,20,.16); transition: transform .2s, background .2s; }
.header-cta:hover { transform: translateY(-2px); background: var(--red-deep); }
.ticker { position: relative; z-index: 25; overflow: hidden; color: #fff; background: linear-gradient(90deg, #7d121c, var(--red) 42%, #9b1924); border-bottom: 1px solid rgba(0,0,0,.1); }
.ticker::before, .ticker::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 90px; pointer-events: none; }
.ticker::before { left: 0; background: linear-gradient(90deg, #7d121c, transparent); }
.ticker::after { right: 0; background: linear-gradient(-90deg, #9b1924, transparent); }
.ticker-track { width: max-content; display: flex; animation: ticker 33s linear infinite; }
.ticker-track span { display: block; padding: 10px 0; white-space: nowrap; font-size: .63rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; text-shadow: 0 1px 0 rgba(0,0,0,.2); }
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Hero */
.hero { position: relative; isolation: isolate; min-height: 780px; display: grid; align-items: center; overflow: hidden; padding: 78px 0 90px; background: radial-gradient(circle at 15% 8%, rgba(255,255,255,.96), transparent 31%), radial-gradient(circle at 85% 44%, rgba(196, 218, 224, .5), transparent 26%), linear-gradient(120deg, var(--paper) 0%, #f8f4ec 58%, #ece8df 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .42; background-image: linear-gradient(rgba(23,23,20,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,23,20,.045) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to right, black, transparent 76%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 3; }
.hero-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-eyebrow i { width: 68px; height: 1px; background: currentColor; position: relative; }
.hero-eyebrow i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(4.2rem, 7vw, 7.5rem); line-height: .84; letter-spacing: -.075em; font-weight: 850; }
.hero h1 em { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.07em; }
.hero-copy > p { max-width: 610px; margin: 34px 0 0; color: #4e4b45; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: .79rem; font-weight: 800; transition: transform .22s, box-shadow .22s, background .22s; }
.button-primary { color: white; background: var(--red); box-shadow: 0 15px 34px rgba(189,31,45,.22); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(189,31,45,.3); }
.button-ghost { background: rgba(255,255,255,.62); border-color: var(--line); backdrop-filter: blur(10px); }
.button-ghost:hover { transform: translateY(-2px); background: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); }
.trust-row span { color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.trust-row b { margin-right: 5px; color: var(--ink); font-size: 1.12rem; }
.hero-media { position: relative; z-index: 1; height: 600px; }
.hero-photo-wrap { position: absolute; right: 0; top: 50%; width: min(430px, 88%); height: 560px; transform: translateY(-50%); overflow: hidden; border: 12px solid rgba(255,255,255,.66); border-radius: 46% 46% 24px 24px / 33% 33% 24px 24px; box-shadow: var(--shadow); background: #e5e1d9; }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.09), transparent 55%, rgba(64,42,22,.1)); mix-blend-mode: soft-light; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 27%; filter: saturate(.92) contrast(.96) brightness(1.07); }
.photo-caption { position: absolute; left: 18px; bottom: 16px; z-index: 2; padding: 8px 12px; border-radius: 999px; color: #36312a; background: rgba(255,255,255,.75); backdrop-filter: blur(12px); font-size: .58rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.floating-stat { position: absolute; z-index: 2; min-width: 152px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; background: rgba(255,255,255,.7); box-shadow: 0 18px 50px rgba(34,31,25,.15); backdrop-filter: blur(14px); animation: float 5s ease-in-out infinite; }
.floating-stat small, .floating-stat span { display: block; color: var(--muted); font-size: .58rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.floating-stat b { display: block; margin: 3px 0; font-size: 1.5rem; letter-spacing: -.04em; }
.stat-one { left: 0; top: 24%; }
.stat-two { right: -22px; bottom: 15%; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-9px); } }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 230px; height: 230px; right: -70px; top: 55px; border: 1px solid rgba(189,31,45,.18); box-shadow: inset 20px 20px 45px rgba(255,255,255,.7), inset -20px -20px 45px rgba(189,31,45,.05); }
.orb-two { width: 140px; height: 140px; left: 38%; bottom: -60px; background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.96), rgba(183,137,63,.07)); border: 1px solid rgba(183,137,63,.16); }

/* Home content */
.intro-strip { padding: 46px 0; color: white; background: var(--ink); }
.intro-grid { display: grid; grid-template-columns: 1.05fr repeat(3, 1fr); gap: 0; align-items: stretch; }
.intro-grid > div { padding: 0 28px; border-left: 1px solid rgba(255,255,255,.14); }
.intro-grid > div:first-child { padding-left: 0; border-left: 0; }
.intro-grid .section-kicker { color: #e6ba76; }
.intro-grid h2 { max-width: 220px; margin: 10px 0 0; font-size: 1.55rem; line-height: 1.12; letter-spacing: -.04em; }
.layer-card { display: flex; gap: 15px; }
.layer-card > span { color: #e6ba76; font-family: Georgia, serif; font-size: .76rem; }
.layer-card h3 { margin: 0; font-size: .9rem; }
.layer-card p { margin: 8px 0 0; color: rgba(255,255,255,.64); font-size: .78rem; line-height: 1.55; }
.feature-story { background: var(--white); }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 88px; }
.feature-copy h2, .section-heading h2, .fairness-grid h2, .risk-inner h2, .social-grid h2, .source-panel h2 { margin: 12px 0 25px; font-size: clamp(2.3rem, 4.1vw, 4.3rem); line-height: .98; letter-spacing: -.06em; }
.feature-copy p { max-width: 510px; color: var(--muted); font-size: 1.02rem; }
.feature-copy > a, .text-link, .risk-inner a { display: inline-flex; align-items: center; gap: 14px; margin-top: 14px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.topic-visual { position: relative; isolation: isolate; min-height: 440px; overflow: hidden; border: 1px solid rgba(23,23,20,.12); border-radius: var(--radius); background: linear-gradient(145deg, #e8edea, #f7f3eb 54%, #e9d8d8); box-shadow: var(--shadow); }
.topic-visual::before { content: ""; position: absolute; z-index: -1; width: 250px; height: 250px; top: -80px; right: -60px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, white, rgba(184,31,45,.12)); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 30px 70px rgba(41,38,31,.12); }
.visual-grid { position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(23,23,20,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(23,23,20,.12) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to top, black 35%, transparent); }
.visual-label { position: absolute; z-index: 2; left: 34px; top: 26px; color: var(--red); font-size: clamp(2.6rem, 6vw, 5.4rem); font-weight: 900; letter-spacing: -.07em; }
.visual-line { position: absolute; left: 9%; right: 9%; bottom: 14%; height: 47%; border-bottom: 2px solid rgba(23,23,20,.4); transform: skewY(-18deg); }
.visual-line::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg, var(--red), #e06f39, var(--gold)); box-shadow: 0 0 30px rgba(189,31,45,.35); transform: scaleY(1.2); clip-path: polygon(0 76%, 18% 70%, 26% 84%, 42% 45%, 51% 62%, 68% 26%, 78% 39%, 100% 0, 100% 100%, 0 100%); }
.visual-line i { position: absolute; width: 11px; height: 11px; border-radius: 50%; border: 2px solid white; background: var(--red); box-shadow: 0 3px 12px rgba(189,31,45,.35); }
.visual-line i:nth-child(1) { left: 10%; bottom: 8%; }.visual-line i:nth-child(2) { left: 40%; bottom: 40%; }.visual-line i:nth-child(3) { left: 68%; bottom: 68%; }.visual-line i:nth-child(4) { right: 0; top: -5px; }
.visual-dots { position: absolute; right: 28px; top: 32px; display: flex; gap: 5px; }
.visual-dots i { width: 5px; height: 5px; border-radius: 50%; background: rgba(23,23,20,.22); }
.visual-compact { min-height: 184px; border: 0; border-radius: 18px; box-shadow: none; }
.visual-compact .visual-label { left: 18px; top: 14px; font-size: 2rem; }
.visual-compact .visual-line { bottom: 18%; }
.visual-compact .visual-dots { top: 18px; right: 17px; }
.visual-hash { background: linear-gradient(145deg, #f3e9e7, #f8f3eb); }
.visual-hash .visual-line::before { clip-path: none; height: 2px; background: repeating-linear-gradient(90deg, var(--red) 0 12px, transparent 12px 18px); }
.visual-rng { background: linear-gradient(145deg, #e9efe8, #f6f1e8); }
.visual-rng .visual-line::before { clip-path: polygon(0 80%, 9% 20%, 20% 88%, 33% 42%, 43% 73%, 55% 11%, 67% 69%, 78% 30%, 91% 90%, 100% 35%, 100% 100%, 0 100%); background: var(--green); }
.visual-probability { background: linear-gradient(145deg, #e8eff1, #f7f2e7); }
.visual-probability .visual-label { color: var(--blue); }
.visual-latency .visual-line::before { clip-path: none; background: repeating-linear-gradient(90deg, var(--blue) 0 30px, transparent 30px 37px); height: 3px; }
.visual-risk { background: linear-gradient(145deg, #f6eee4, #f2dfdf); }
.visual-risk .visual-label { color: var(--red-deep); }
.visual-history .visual-line::before { clip-path: polygon(0 48%, 14% 20%, 28% 75%, 41% 18%, 55% 86%, 70% 30%, 84% 64%, 100% 10%, 100% 100%, 0 100%); }
.visual-volatility .visual-line::before { clip-path: polygon(0 78%, 10% 62%, 18% 85%, 30% 45%, 40% 76%, 50% 18%, 60% 83%, 70% 26%, 80% 72%, 90% 8%, 100% 49%, 100% 100%, 0 100%); }
.visual-checklist .visual-line::before { clip-path: polygon(0 63%, 14% 78%, 31% 48%, 45% 60%, 63% 22%, 72% 38%, 100% 0, 100% 100%, 0 100%); background: var(--green); }

/* Real editorial photography */
.topic-photo { min-width: 0; margin: 0; }
.topic-photo-frame { position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 14 / 9; border: 1px solid rgba(23,23,20,.12); border-radius: var(--radius); background: #e9e5dc; box-shadow: var(--shadow); }
.topic-photo-frame::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(8,9,9,.05), transparent 42%, rgba(8,9,9,.48)); }
.topic-photo-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.02) brightness(1.03); transition: transform .45s ease, filter .3s ease; }
.topic-photo:hover .topic-photo-frame img { transform: scale(1.025); filter: saturate(1) contrast(1.03) brightness(1.04); }
.photo-keyword { position: absolute; z-index: 2; left: 18px; bottom: 16px; max-width: calc(100% - 90px); overflow: hidden; padding: 8px 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: white; background: rgba(17,17,15,.58); backdrop-filter: blur(10px); font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.photo-index { position: absolute; z-index: 2; top: 15px; right: 15px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; color: white; background: rgba(17,17,15,.36); backdrop-filter: blur(10px); font-family: Georgia, serif; font-size: .66rem; }
.topic-photo figcaption { display: grid; gap: 7px; padding: 13px 4px 0; color: var(--muted); font-size: .68rem; line-height: 1.5; }
.topic-photo figcaption a { width: fit-content; color: #777169; font-size: .59rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.topic-photo figcaption a:hover { color: var(--red); }
.topic-photo-compact .topic-photo-frame { aspect-ratio: 16 / 9; border: 0; border-radius: 18px; box-shadow: none; }
.topic-photo-compact .photo-keyword { left: 12px; bottom: 11px; max-width: calc(100% - 64px); padding: 6px 8px; font-size: .5rem; }
.topic-photo-compact .photo-index { top: 11px; right: 11px; width: 27px; height: 27px; font-size: .55rem; }
.photo-credit-compact { display: block; margin: 6px 3px 0; color: #8a847c; font-size: .5rem; line-height: 1.2; }

.article-section { background: var(--paper-2); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { width: min(400px, 100%); margin: 0 0 5px; color: var(--muted); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { min-height: 445px; display: flex; flex-direction: column; padding: 18px; border: 1px solid rgba(23,23,20,.11); border-radius: 24px; background: rgba(255,254,250,.8); transition: transform .28s ease, box-shadow .28s ease, background .28s; }
.article-card:hover { transform: translateY(-7px); background: var(--white); box-shadow: 0 26px 60px rgba(47,39,29,.12); }
.article-card.featured { grid-column: span 2; }
.article-card.featured .topic-photo-frame { aspect-ratio: 2.45 / 1; }
.card-top { display: flex; align-items: center; justify-content: space-between; margin: 0 4px 14px; color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-card > p { margin: 20px 4px 5px; color: var(--red); font-size: .63rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.article-card h3 { margin: 0 4px; font-size: 1.3rem; line-height: 1.1; letter-spacing: -.04em; }
.card-link { display: flex; align-items: center; justify-content: space-between; margin: auto 4px 0; padding-top: 18px; color: var(--muted); font-size: .72rem; font-weight: 750; border-top: 1px solid var(--line); }
.card-link b { color: var(--ink); font-size: 1rem; }

.fairness-section { background: var(--white); }
.fairness-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.fairness-grid p { color: var(--muted); }
.hash-window { overflow: hidden; padding: 0 30px 30px; border: 1px solid rgba(23,23,20,.13); border-radius: var(--radius); background: #f0ede6; box-shadow: var(--shadow); }
.window-top { height: 58px; display: flex; align-items: center; gap: 7px; margin: 0 -30px 25px; padding: 0 22px; background: rgba(255,255,255,.52); border-bottom: 1px solid var(--line); }
.window-top i { width: 9px; height: 9px; border-radius: 50%; background: #d6bdb1; }
.window-top i:nth-child(2) { background: #d7c89e; }.window-top i:nth-child(3) { background: #a9c9b7; }
.window-top span { margin-left: 9px; color: var(--muted); font-family: ui-monospace, monospace; font-size: .7rem; }
.hash-window code { display: flex; justify-content: space-between; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--line); color: #716d65; font-size: .76rem; }
.hash-window code b { color: var(--ink); font-weight: 650; }
.hash-window code strong { color: var(--green); }

.risk-banner { padding-top: 0; background: var(--white); }
.risk-inner { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; min-height: 470px; padding: 70px; color: white; background: linear-gradient(110deg, #951822, #bd2634 56%, #7e1720); border-radius: 32px; box-shadow: 0 32px 70px rgba(137,22,32,.2); }
.risk-inner::after { content: ""; position: absolute; width: 430px; height: 430px; right: -160px; top: -180px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: inset 30px 30px 70px rgba(255,255,255,.1); }
.risk-inner .section-kicker { color: #ffd8a0; }.risk-inner h2 { margin-bottom: 18px; }.risk-inner p { color: rgba(255,255,255,.76); }.risk-inner a { border-color: rgba(255,255,255,.55); }
.risk-counter { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr auto 1.4fr; align-items: center; gap: 10px; padding: 34px; border: 1px solid rgba(255,255,255,.28); border-radius: 24px; background: rgba(255,255,255,.11); backdrop-filter: blur(12px); }
.risk-counter span, .risk-counter b { font-size: clamp(1.8rem, 4vw, 3.3rem); letter-spacing: -.07em; }.risk-counter i { color: #ffd8a0; font-style: normal; }.risk-counter b { color: #ffd8a0; }.risk-counter small { grid-column: 1 / -1; margin-top: 12px; color: rgba(255,255,255,.64); font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.social-section { background: var(--paper); }
.social-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }
.social-grid p { max-width: 500px; color: var(--muted); }
.social-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.social-bubble { position: relative; min-height: 168px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.72); border-radius: 45% 55% 54% 46% / 50% 44% 56% 50%; box-shadow: inset 12px 15px 35px rgba(255,255,255,.72), inset -12px -16px 35px rgba(65,89,117,.1), 0 20px 40px rgba(44,39,31,.1); transition: transform .25s; }
.social-bubble:hover { transform: translateY(-6px) rotate(-1deg); }
.social-bubble.instagram { background: radial-gradient(circle at 35% 25%, #fff, #f7bfd0 43%, #cf7ea9); }.social-bubble.facebook { background: radial-gradient(circle at 35% 25%, #fff, #c9d8f5 43%, #6f91d4); }.social-bubble.tiktok { background: radial-gradient(circle at 35% 25%, #fff, #d9d9df 43%, #8e8e99); }
.social-bubble > img { width: 28px; height: 28px; opacity: .9; }.social-bubble b { font-size: .73rem; letter-spacing: .04em; }
.bubble-orbit { position: absolute; inset: 0; animation: orbit 8s linear infinite; }.bubble-orbit i { position: absolute; width: 13px; height: 13px; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: rgba(255,255,255,.23); box-shadow: inset 2px 2px 4px white; }.bubble-orbit i:nth-child(1) { top: 18%; left: 17%; }.bubble-orbit i:nth-child(2) { right: 13%; top: 42%; width: 8px; height: 8px; }.bubble-orbit i:nth-child(3) { left: 30%; bottom: 13%; width: 6px; height: 6px; }
@keyframes orbit { to { transform: rotate(360deg); } }
.social-links.compact { display: flex; flex-wrap: wrap; gap: 9px; }
.social-links.compact .social-bubble { min-height: 52px; width: 52px; border-radius: 50%; gap: 0; }.social-links.compact img { width: 20px; height: 20px; }

.source-wrap { padding-bottom: 112px; }
.source-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; padding: 58px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,254,250,.7); }
.source-panel h2 { margin-bottom: 0; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.source-links { display: grid; }
.source-links a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: .79rem; font-weight: 760; }.source-links a:hover span { color: var(--red); transform: translate(2px,-2px); }.source-links a span { transition: .2s; }
.index-wrap { padding-bottom: 112px; }
.topic-index { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 25px; border-top: 1px solid var(--line); }
.topic-index a { display: flex; gap: 18px; align-items: center; min-height: 68px; border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 750; }.topic-index a:nth-child(odd) { padding-right: 30px; border-right: 1px solid var(--line); }.topic-index a:nth-child(even) { padding-left: 30px; }.topic-index span { color: var(--red); font-family: Georgia, serif; font-size: .72rem; }

/* Article pages */
.article-page { background: var(--paper); }
.article-breadcrumb { display: flex; align-items: center; gap: 10px; padding-top: 26px; color: var(--muted); font-size: .68rem; }.article-breadcrumb a:hover { color: var(--red); }
.article-hero { padding: 52px 0 82px; background: radial-gradient(circle at 72% 12%, rgba(255,255,255,.9), transparent 33%), linear-gradient(120deg, var(--paper), #f0ece3); border-bottom: 1px solid var(--line); }
.article-hero-grid { display: grid; grid-template-columns: 1.08fr .72fr; align-items: center; gap: 70px; }
.article-number { display: inline-flex; margin-bottom: 24px; padding: 7px 11px; border: 1px solid rgba(189,31,45,.24); border-radius: 999px; color: var(--red); font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.article-eyebrow { margin: 0 0 12px; color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.article-hero h1 { max-width: 820px; margin: 0; font-size: clamp(3rem, 5.5vw, 5.7rem); line-height: .94; letter-spacing: -.065em; }
.article-lede { max-width: 740px; margin: 28px 0 0; color: #55514b; font-size: 1.05rem; line-height: 1.75; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 30px; color: var(--muted); font-size: .67rem; font-weight: 700; }.article-meta span + span { position: relative; }.article-meta span + span::before { content: ""; position: absolute; left: -15px; top: .52em; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.article-hero .topic-photo-frame { aspect-ratio: 1.08 / 1; }
.article-hero .topic-photo figcaption { padding-top: 11px; }
.article-layout { display: grid; grid-template-columns: 255px minmax(0, 740px); justify-content: center; gap: 80px; padding-top: 88px; padding-bottom: 110px; }
.article-sidebar > div { position: sticky; top: 24px; display: grid; }
.article-sidebar > div > span { margin-bottom: 10px; color: var(--muted); font-size: .62rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.article-sidebar a { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); color: #595650; font-size: .71rem; line-height: 1.35; }.article-sidebar a:hover { color: var(--red); }.article-sidebar a i { color: var(--red); font-family: Georgia,serif; font-size: .64rem; font-style: normal; }
.article-sidebar .sidebar-note { display: grid; gap: 6px; margin-top: 20px; padding: 18px; border: 0; border-radius: 16px; color: white; background: var(--ink); }.sidebar-note b { color: #f5cf92; font-size: .67rem; }.sidebar-note span { color: rgba(255,255,255,.66); font-size: .66rem; }
.article-body { min-width: 0; }
.key-points { margin-bottom: 70px; padding: 34px; border-left: 4px solid var(--red); border-radius: 0 20px 20px 0; background: rgba(255,254,250,.74); box-shadow: 0 15px 40px rgba(61,51,37,.06); }
.key-points h2 { margin: 8px 0 18px; font-size: 1.55rem; letter-spacing: -.04em; }.key-points ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }.key-points li { position: relative; padding-left: 25px; color: #4d4a44; font-size: .9rem; }.key-points li::before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 900; }
.content-section { position: relative; margin: 0 0 72px; scroll-margin-top: 30px; }.content-section-number { position: absolute; left: -58px; top: 7px; color: var(--gold); font-family: Georgia, serif; font-size: .72rem; }.content-section h2 { margin: 0 0 24px; font-size: clamp(1.85rem, 3vw, 2.7rem); line-height: 1.08; letter-spacing: -.045em; }.content-section p { margin: 0 0 20px; color: #4f4c46; font-size: 1rem; line-height: 1.88; }
.faq-section { margin-top: 82px; }.faq-section h2 { margin: 10px 0 25px; font-size: 2.6rem; letter-spacing: -.05em; }.faq-section details { border-top: 1px solid var(--line); }.faq-section details:last-of-type { border-bottom: 1px solid var(--line); }.faq-section summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; font-size: .9rem; font-weight: 780; }.faq-section summary::-webkit-details-marker { display: none; }.faq-section summary span { color: var(--red); font-size: 1.2rem; transition: transform .2s; }.faq-section details[open] summary span { transform: rotate(45deg); }.faq-section details p { margin: 0 0 24px; color: var(--muted); font-size: .9rem; }
.article-body .source-panel { grid-template-columns: 1fr; gap: 25px; margin-top: 75px; padding: 36px; }.article-body .source-panel h2 { font-size: 2rem; }
.related-section { padding: 90px 0 110px; background: var(--paper-2); }.related-section .section-heading { margin-bottom: 36px; }.related-section .section-heading h2 { font-size: 3rem; }.related-grid .article-card { min-height: 410px; }

/* Support & 404 */
.support-page { min-height: 700px; padding: 0 0 120px; background: radial-gradient(circle at 80% 15%, white, transparent 32%), var(--paper); }.support-page .article-breadcrumb { padding-bottom: 80px; }.support-page h1 { margin: 14px 0 25px; font-size: clamp(3.2rem, 6vw, 6rem); line-height: .95; letter-spacing: -.065em; }.support-lede { color: var(--muted); font-size: 1.16rem; line-height: 1.7; }.support-copy { margin-top: 55px; padding-top: 35px; border-top: 1px solid var(--line); }.support-copy p { color: #4e4b45; font-size: 1rem; line-height: 1.9; }.support-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 45px; }
.not-found { min-height: 650px; display: grid; place-items: center; text-align: center; }.not-found span { color: var(--red); font-family: Georgia, serif; font-size: 1rem; }.not-found h1 { margin: 10px 0; font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.06em; }.not-found p { margin-bottom: 30px; color: var(--muted); }

/* Footer and floating support */
.site-footer { padding: 75px 0 25px; color: rgba(255,255,255,.72); background: #1b1a18; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .75fr .9fr .8fr; gap: 60px; }.footer-grid > div:first-child { padding-right: 25px; }.footer-logo { width: 150px; height: auto; border-radius: 8px; }.footer-grid p { max-width: 330px; margin: 20px 0; font-size: .78rem; }.footer-grid h2 { margin: 0 0 16px; color: white; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }.footer-grid > div > a { display: block; padding: 5px 0; font-size: .72rem; }.footer-grid > div > a:hover { color: white; }.age-note { display: flex; align-items: center; gap: 10px; font-size: .69rem; }.age-note span { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; color: #f4c983; font-weight: 900; }.footer-grid .small-copy { margin-top: 16px; font-size: .64rem; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); font-size: .63rem; }
.livechat { position: fixed; z-index: 50; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 12px; min-width: 220px; padding: 8px 16px 8px 8px; color: white; background: rgba(24,24,21,.92); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; box-shadow: 0 18px 50px rgba(23,23,20,.3); backdrop-filter: blur(14px); transition: transform .25s, box-shadow .25s; }.livechat:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(23,23,20,.38); }.livechat-photo { width: 54px; height: 54px; overflow: hidden; flex: 0 0 auto; border: 2px solid white; border-radius: 50%; }.livechat-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: brightness(1.08); }.livechat > span:last-child { display: grid; line-height: 1.15; }.livechat small { color: rgba(255,255,255,.64); font-size: .56rem; font-weight: 700; letter-spacing: .04em; }.livechat small i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #3bd48e; box-shadow: 0 0 0 4px rgba(59,212,142,.13); }.livechat b { margin-top: 5px; font-size: .77rem; }

/* Focus */
a:focus-visible, summary:focus-visible { outline: 3px solid rgba(26,91,131,.45); outline-offset: 4px; border-radius: 4px; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { gap: 30px; }
  .hero h1 { font-size: clamp(4.2rem, 8vw, 6rem); }
  .intro-grid { grid-template-columns: 1fr 1fr; row-gap: 35px; }
  .intro-grid > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .article-grid { grid-template-columns: repeat(2,1fr); }.article-card.featured { grid-column: span 1; }
  .article-hero-grid { grid-template-columns: 1fr .6fr; gap: 40px; }
  .article-layout { grid-template-columns: 210px minmax(0, 680px); gap: 55px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .container, .narrow { width: min(100% - 34px, 680px); }
  .section-space { padding: 78px 0; }
  .header-inner { min-height: 76px; }.brand-image img { width: 112px; height: 33px; }.brand-copy { display: none; }.header-cta { min-height: 38px; padding-inline: 14px; }
  .hero { padding: 60px 0 70px; }.hero-grid { grid-template-columns: 1fr; }.hero h1 { font-size: clamp(4.5rem, 17vw, 7rem); }.hero-media { height: 560px; margin-top: 25px; }.hero-photo-wrap { left: 50%; right: auto; width: min(430px, 86vw); transform: translate(-50%,-50%); }.stat-one { left: 1%; }.stat-two { right: 0; }
  .intro-grid { grid-template-columns: 1fr; }.intro-grid > div, .intro-grid > div:nth-child(3) { padding: 22px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }.intro-grid > div:first-child { padding-top: 0; border-top: 0; }.layer-card p { max-width: 480px; }
  .feature-grid, .fairness-grid, .social-grid, .source-panel { grid-template-columns: 1fr; gap: 48px; }.feature-grid .topic-visual { order: 2; }.topic-visual { min-height: 360px; }
  .section-heading { display: grid; gap: 20px; }.article-grid { grid-template-columns: 1fr; }.article-card { min-height: 430px; }.article-card.featured .topic-photo-frame { aspect-ratio: 2.2 / 1; }
  .risk-inner { grid-template-columns: 1fr; padding: 45px 35px; gap: 35px; }.risk-counter { padding: 24px 18px; }
  .social-links { max-width: 530px; }.source-panel { padding: 38px 28px; }
  .topic-index { grid-template-columns: 1fr; }.topic-index a:nth-child(odd), .topic-index a:nth-child(even) { padding-left: 0; padding-right: 0; border-right: 0; }
  .article-breadcrumb { overflow: hidden; white-space: nowrap; }.article-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .article-hero-grid { grid-template-columns: 1fr; }.article-hero .topic-photo-frame { aspect-ratio: 16 / 9; }.article-layout { grid-template-columns: 1fr; padding-top: 65px; }.article-sidebar { display: none; }.content-section-number { position: static; margin-bottom: 10px; }.related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 540px) {
  .header-cta { font-size: .68rem; }.ticker-track span { padding: 8px 0; }.hero { padding-top: 48px; }.hero h1 { font-size: clamp(4rem, 20vw, 6rem); }.hero-copy > p { font-size: .95rem; }.hero-actions { display: grid; }.button { width: 100%; }.trust-row { gap: 14px 20px; }.hero-media { height: 510px; }.hero-photo-wrap { height: 500px; border-width: 8px; border-radius: 42% 42% 20px 20px / 28% 28% 20px 20px; }.floating-stat { min-width: 130px; padding: 13px; }.floating-stat b { font-size: 1.2rem; }.stat-one { top: 17%; }.stat-two { bottom: 9%; right: -4%; }
  .feature-copy h2, .section-heading h2, .fairness-grid h2, .risk-inner h2, .social-grid h2, .source-panel h2 { font-size: 2.7rem; }.topic-visual { min-height: 290px; }.visual-label { left: 22px; top: 18px; }.article-card { min-height: 390px; }
  .risk-inner { width: calc(100% - 18px); padding: 38px 22px; border-radius: 24px; }.risk-counter { grid-template-columns: 1fr auto 1fr; }.risk-counter span, .risk-counter b { font-size: 2.1rem; }.risk-counter i:nth-of-type(2) { display: none; }.risk-counter b { grid-column: 1 / -1; text-align: center; }.risk-counter small { text-align: center; }
  .social-links { grid-template-columns: 1fr; }.social-bubble { min-height: 122px; flex-direction: row; border-radius: 28px; }
  .source-panel { padding: 28px 22px; }.source-links a { align-items: start; }
  .article-hero { padding-top: 38px; }.article-hero h1 { font-size: 3.35rem; }.article-hero .topic-photo-frame { aspect-ratio: 4 / 3; }.article-meta { display: grid; gap: 7px; }.article-meta span + span::before { display: none; }.key-points { padding: 26px 22px; }.content-section { margin-bottom: 58px; }.content-section p { font-size: .95rem; }.faq-section h2 { font-size: 2.2rem; }
  .support-page .article-breadcrumb { padding-bottom: 55px; }.support-page h1 { font-size: 3.45rem; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }.footer-bottom { display: grid; }.livechat { right: 12px; bottom: 12px; min-width: 195px; }.livechat-photo { width: 48px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker-track { animation: none; }
}
