.loading-spinner{display:inline-block;width:42px;height:42px;border:3px solid color-mix(in srgb,var(--color-orange) 22%,transparent);border-top-color:var(--color-orange);border-radius:50%;animation:loading-spin .7s linear infinite}@keyframes loading-spin{to{transform:rotate(360deg)}}.link-arrow{width:.95em;height:.95em;display:inline-grid;place-items:center;margin-left:.26em;vertical-align:text-bottom;color:currentColor;transition:transform .18s ease}.link-arrow svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}a:hover .link-arrow{transform:translate(2px)}:root{color-scheme:dark;--font-display: "Arial Black", "Segoe UI", system-ui, sans-serif;--font-brand: Impact, "Arial Narrow", "Arial Black", sans-serif;--font-body: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;--container: 1540px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 80px;--space-10: 112px;--radius-sm: 14px;--radius-md: 22px;--radius-lg: 32px;--color-bg: #050608;--color-bg-soft: #080a0d;--color-surface: #101216;--color-surface-2: #151820;--color-border: rgba(255, 255, 255, .11);--color-text: #f6f4ef;--color-muted: #a8a7a1;--color-dimmed: #8d8f8b;--color-orange: #f05b24;--color-orange-dark: #ba3c14;--color-on-accent: #ffffff;--color-button-outline: rgba(255, 255, 255, .42);--color-control-bg: rgba(255, 255, 255, .035);--color-header-bg: rgba(5, 6, 8, .82);--color-image-bg: #111111;--color-danger: #ff8676;--switch-unselected-track: rgba(255, 255, 255, .18);--switch-unselected-track-hover: rgba(255, 255, 255, .24);--gradient-body: radial-gradient(circle at 78% 4%, rgba(240, 91, 36, .18), transparent 28vw), radial-gradient(circle at 2% 24%, rgba(255, 255, 255, .06), transparent 22vw), linear-gradient(180deg, #050608 0%, #07080a 42%, #050608 100%);--gradient-grid: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);--gradient-card: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.028));--gradient-card-soft: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));--gradient-panel: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));--gradient-tile: radial-gradient(circle at 82% 0%, rgba(240, 91, 36, .2), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));--grid-pattern: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);--image-filter: saturate(.95) contrast(1.06) brightness(.82);--hero-image-filter: saturate(.88) contrast(1.1) brightness(.72);--article-image-filter: brightness(.72) contrast(1.08) saturate(.9);--poster-muted-text: rgba(255,255,255,.32);--outline-stroke: rgba(255, 255, 255, .16);--podcast-label-stroke: rgba(255,255,255,.18);--podcast-float-bg: rgba(8, 8, 9, .78);--podcast-float-title: #ffffff;--card-hover-shadow: 0 24px 80px rgba(0, 0, 0, .38);--hero-mask: linear-gradient(90deg, transparent 0, black 20%, black 100%);--hero-shell-glow: rgba(240, 91, 36, .18);--brand-logo-filter: invert(1) grayscale(1) brightness(2.1) contrast(1.12);--brand-logo-blend: screen}:root[data-theme=light]{color-scheme:light;--color-bg: #ffffff;--color-bg-soft: #ffffff;--color-surface: #ffffff;--color-surface-2: #ffffff;--color-border: rgba(40, 30, 22, .14);--color-text: #17120f;--color-muted: #62584f;--color-dimmed: #6b5f55;--color-orange: #c33f14;--color-orange-dark: #922e0f;--color-on-accent: #ffffff;--color-button-outline: rgba(23, 18, 15, .34);--color-control-bg: #ffffff;--color-header-bg: #ffffff;--color-image-bg: #ffffff;--color-danger: #bc2b1f;--switch-unselected-track: rgba(23, 18, 15, .16);--switch-unselected-track-hover: rgba(23, 18, 15, .22);--gradient-body: #ffffff;--gradient-grid: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent);--gradient-card: #ffffff;--gradient-card-soft: #ffffff;--gradient-panel: #ffffff;--gradient-tile: #ffffff;--grid-pattern: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent);--image-filter: saturate(.92) contrast(1.04) brightness(.95);--hero-image-filter: saturate(.92) contrast(1.05) brightness(.88);--article-image-filter: brightness(.95) contrast(1.03) saturate(.92);--poster-muted-text: rgba(23, 18, 15, .38);--outline-stroke: rgba(23, 18, 15, .14);--podcast-label-stroke: rgba(23, 18, 15, .18);--podcast-float-bg: #ffffff;--podcast-float-title: #17120f;--card-hover-shadow: 0 24px 70px rgba(112, 76, 45, .18);--hero-mask: linear-gradient(90deg, transparent 0, black 18%, black 100%);--hero-shell-glow: transparent;--brand-logo-filter: none;--brand-logo-blend: multiply}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--gradient-body);transition:background .22s ease,color .22s ease;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:var(--gradient-grid);background-size:90px 90px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 70%);mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 70%)}:root[data-theme=light] body:before{display:none}img{max-width:100%;height:auto}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button,a,input{font:inherit}:focus-visible{outline:3px solid var(--color-orange);outline-offset:3px}::selection{background:var(--color-orange);color:var(--color-on-accent)}
