:root{color-scheme:light;--font-sans-primary:var(--font-inter),Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Open Sans",system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-weight-regular:500;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--background:#fbfbfb;--foreground:#16181d;--card:#ffffff;--card-foreground:#16181d;--muted:#f1f3f5;--muted-foreground:#5f6572;--reading-foreground:#000000;--border:#dde1e6;--input:#d6dce3;--ring:#3558e5;--primary:#111214;--primary-foreground:#ffffff;--secondary:#eef1f5;--secondary-foreground:#20242c;--destructive:#b42318;--destructive-foreground:#ffffff;--accent:#111214;--accent-foreground:#ffffff;--success:#157347;--warning:#b7791f;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-full:999px;--shadow-sm:0 1px 2px rgba(15,23,42,0.05);--shadow-md:0 10px 30px rgba(15,23,42,0.08);--shadow-stack-front:0 18px 42px rgba(15,23,42,0.16);--shadow-stack-back:0 10px 26px rgba(15,23,42,0.1);--overlay:rgba(15,23,42,0.46);--focus-ring:0 0 0 3px rgba(53,88,229,0.3);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px}.dark{color-scheme:dark;--background:#111317;--foreground:#f3f4f6;--card:#171a1f;--card-foreground:#f3f4f6;--muted:#1f242c;--muted-foreground:#9ca3af;--reading-foreground:#f3f4f6;--border:#303844;--input:#3b4452;--ring:#7aa2ff;--primary:#f3f4f6;--primary-foreground:#121418;--secondary:#232a34;--secondary-foreground:#e5e7eb;--destructive:#f97066;--destructive-foreground:#111317;--accent:#f3f4f6;--accent-foreground:#121418;--success:#6ed39a;--warning:#f3c969;--shadow-sm:0 1px 2px rgba(0,0,0,0.35);--shadow-md:0 10px 28px rgba(0,0,0,0.35);--shadow-stack-front:0 18px 40px rgba(0,0,0,0.45);--shadow-stack-back:0 10px 24px rgba(0,0,0,0.4);--overlay:rgba(3,6,12,0.72);--focus-ring:0 0 0 3px rgba(122,162,255,0.35)}*{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;background:var(--background)}body,html{margin:0;padding:0}body{overflow-x:hidden;background:var(--background);color:var(--foreground);font-family:var(--font-sans-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-weight:var(--font-weight-bold)}p{font-weight:var(--font-weight-regular)}a{color:inherit}button,input,select,textarea{font-family:var(--font-sans-primary)}img,svg,video{display:block;max-width:100%}:where(button,a,input,select,textarea,[role=button]):focus-visible{outline:2px solid transparent;box-shadow:var(--focus-ring)}.honeypot,.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.ui-button{--button-background:var(--primary);--button-text:var(--primary-foreground);--button-border:var(--primary);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:2.5rem;padding:0 var(--space-4);border:1px solid var(--button-border);border-radius:50px;background:var(--button-background);color:var(--button-text);font-family:var(--font-sans-primary);font-size:.92rem;font-weight:var(--font-weight-semibold);line-height:1;letter-spacing:.01em;text-decoration:none;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,transform .12s ease}.ui-button:hover{filter:brightness(.97)}.ui-button:active{transform:translateY(1px)}.ui-button:disabled,.ui-button[aria-disabled=true]{cursor:not-allowed;opacity:.55;transform:none}.ui-button--full{width:100%}.ui-button--sm{min-height:2.1rem;padding:0 var(--space-3);border-radius:var(--radius-full);font-size:.83rem}.ui-button--md{min-height:2.5rem}.ui-button--lg{min-height:3.25rem;border-radius:var(--radius-full);padding:0 var(--space-6);font-size:1rem}.ui-button--primary{--button-background:var(--primary);--button-text:var(--primary-foreground);--button-border:var(--primary)}.ui-button--secondary{--button-background:var(--secondary);--button-text:var(--secondary-foreground);--button-border:var(--border)}.ui-button--ghost{--button-background:transparent;--button-text:var(--foreground);--button-border:var(--border)}.ui-button--destructive{--button-background:var(--destructive);--button-text:var(--destructive-foreground);--button-border:var(--destructive)}.ui-button--link{--button-background:transparent;--button-text:var(--foreground);--button-border:transparent;min-height:auto;padding:0;border-radius:0;text-decoration:underline;text-underline-offset:3px}.ui-button--link:hover{filter:none}.ui-button.is-loading{pointer-events:none}.ui-button__spinner{width:.9rem;height:.9rem;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:ui-spin .7s linear infinite}.ui-button__label{white-space:nowrap}@keyframes ui-spin{to{transform:rotate(1turn)}}.ui-card{display:grid;gap:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);color:var(--card-foreground);box-shadow:var(--shadow-sm);padding:var(--space-4)}.ui-card-body,.ui-card-footer,.ui-card-header{display:block}.ui-card-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap}.ui-field{width:100%;min-height:2.5rem;border:1px solid var(--input);border-radius:var(--radius-md);padding:0 .75rem;background:var(--card);color:var(--foreground);font:inherit;transition:border-color .12s ease,box-shadow .12s ease}.ui-field::placeholder{color:var(--muted-foreground)}.ui-field:disabled{opacity:.6;cursor:not-allowed;background:var(--muted)}.ui-field.is-error,.ui-field[aria-invalid=true]{border-color:var(--destructive)}.ui-field--textarea{min-height:6.25rem;padding:.75rem;resize:vertical}.ui-field--select{padding-right:.75rem}.ui-badge{display:inline-flex;align-items:center;gap:.3rem;min-height:1.75rem;border:1px solid var(--border);border-radius:var(--radius-full);padding:.2rem .65rem;font-size:.81rem;font-weight:var(--font-weight-medium);line-height:1}.ui-badge,.ui-badge--neutral{background:var(--card);color:var(--muted-foreground)}.ui-badge--accent{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent)}.ui-badge--success{background:color-mix(in srgb,var(--success) 14%,var(--card));color:var(--foreground);border-color:color-mix(in srgb,var(--success) 30%,var(--border))}.ui-badge--warning{background:color-mix(in srgb,var(--warning) 16%,var(--card));color:var(--foreground);border-color:color-mix(in srgb,var(--warning) 30%,var(--border))}.ui-badge--destructive{background:color-mix(in srgb,var(--destructive) 12%,var(--card));color:var(--foreground);border-color:color-mix(in srgb,var(--destructive) 30%,var(--border))}.ui-alert{border:1px solid var(--border);border-radius:var(--radius-md);padding:.7rem .8rem;font-size:.9rem;line-height:1.5;color:var(--foreground);background:var(--card)}.ui-alert--info{background:color-mix(in srgb,var(--ring) 8%,var(--card));border-color:color-mix(in srgb,var(--ring) 25%,var(--border))}.ui-alert--success{background:color-mix(in srgb,var(--success) 10%,var(--card));border-color:color-mix(in srgb,var(--success) 25%,var(--border))}.ui-alert--warning{background:color-mix(in srgb,var(--warning) 10%,var(--card));border-color:color-mix(in srgb,var(--warning) 26%,var(--border))}.ui-alert--destructive{background:color-mix(in srgb,var(--destructive) 10%,var(--card));border-color:color-mix(in srgb,var(--destructive) 30%,var(--border))}.ui-divider{border:0;border-top:1px solid var(--border);width:100%;margin:0}.home-page{min-height:100vh;width:100%;gap:var(--space-8);padding:34px 16px 48px;background:color-mix(in srgb,var(--background) 92%,var(--secondary))}.hero,.home-page{display:flex;flex-direction:column;align-items:center}.hero{width:min(760px,100%);gap:var(--space-3)}.hero-copy--returning{display:none}html[data-hero-ready="1"][data-hero-variant=returning] .home-hero{--hero-inline-pad:clamp(16px,calc((100vw - 1160px) / 2),140px);--hero-inline-end:clamp(16px,2.4vw,28px);width:100%;max-width:none;align-items:flex-start;gap:var(--space-2);padding-inline:var(--hero-inline-pad) var(--hero-inline-end)}html[data-hero-ready="1"][data-hero-variant=returning] .home-hero .logo-wrapper{place-items:start}html[data-hero-ready="1"][data-hero-variant=returning] .home-hero .logo-media{width:clamp(112px,30vw,120px);margin:0 0 50px}html[data-hero-ready="1"][data-hero-variant=returning] .home-hero .hero-value-pills{justify-content:flex-start;margin-top:15px;margin-bottom:2px}html[data-hero-ready="1"][data-hero-variant=returning] .hero-copy--default,html[data-hero-ready="1"][data-hero-variant=returning] .hero-cta-shell{display:none}html[data-hero-ready="1"][data-hero-variant=returning] .hero-copy--returning{display:block}.hero--returning{--hero-inline-pad:clamp(16px,calc((100vw - 1160px) / 2),140px);--hero-inline-end:clamp(16px,2.4vw,28px);width:100%;max-width:none;align-items:flex-start;gap:var(--space-2);padding-inline:var(--hero-inline-pad) var(--hero-inline-end)}.hero--returning .logo-wrapper{place-items:start}.hero--returning .logo-media{width:clamp(112px,30vw,120px);margin:0 0 50px}.logo-wrapper{display:grid;place-items:center}.logo-wrapper--compact{place-items:start}.logo-link{display:inline-block;line-height:0}.logo-media{display:inline-block;width:clamp(128px,36.8vw,160px);margin:40px 0}.logo-video{width:100%;height:auto;object-fit:contain;mix-blend-mode:darken}.logo-video--hidden{display:none}.logo-video--visible{display:block}.logo-image{width:100%;height:auto;object-fit:contain;mix-blend-mode:darken}.logo-image--compact{width:auto;height:30px}.logo-image--fallback{display:block}.logo-image--hidden{display:none}.logo-image--visible{display:block}.dark .logo-image{filter:invert(1);mix-blend-mode:normal}.dark .logo-video{filter:invert(1);mix-blend-mode:screen}.theme-toggle{position:absolute;top:calc(env(safe-area-inset-top) + 16px);right:calc(env(safe-area-inset-right) + 12px);z-index:48;width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);border-radius:999px;padding:0;background:color-mix(in srgb,var(--card) 86%,transparent);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:var(--shadow-sm);cursor:pointer;line-height:0;-webkit-tap-highlight-color:transparent;transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease,box-shadow .18s ease}.theme-toggle[data-theme-target=dark]{color:#15181d}.theme-toggle[data-theme-target=light]{color:#f3f5f8;background:color-mix(in srgb,var(--card) 72%,rgba(8,11,16,.52));border-color:rgba(255,255,255,.1)}.theme-toggle:focus-visible{outline:none}.theme-toggle:hover{transform:translateY(-1px)}.theme-toggle:focus-visible{outline:3px solid color-mix(in srgb,var(--ring) 28%,transparent);outline-offset:3px}.theme-toggle__icon{display:inline-flex;width:16px;height:16px}.theme-toggle__icon svg{width:100%;height:100%}.dark .theme-toggle{background:color-mix(in srgb,var(--card) 82%,rgba(6,10,16,.3));border-color:color-mix(in srgb,var(--foreground) 12%,transparent)}@-moz-document url-prefix(){.logo-image{mix-blend-mode:normal}}@media (prefers-reduced-motion:reduce){.logo-video{display:none!important}.sticky-subscribe-shell{transition:none!important}.logo-image--fallback{display:block!important}.theme-toggle{transition:none!important}.bite-rail-media--placeholder:before{animation:none!important}.bite-rail-media-image{transition:none!important;transform:none!important}.bite-modal-loading-step,.bite-modal-loading-step__text,.bite-modal-unavailable-label{animation:none!important;transition:none!important}}.wordmark{font-size:clamp(1.65rem,3.8vw,2.3rem);letter-spacing:.02em}.hero-title,.wordmark{font-weight:var(--font-weight-bold)}.hero-title{margin-top:var(--space-2);text-align:center;font-size:clamp(2rem,4.9vw,2.3rem);line-height:1.7;letter-spacing:.01em}.hero-title-second-line{display:inline;margin-left:.35ch}.hero-subheadline{text-align:center;color:var(--muted-foreground);font-size:clamp(1rem,2.15vw,1.1rem);line-height:1.52;font-weight:var(--font-weight-regular)}.hero-subheadline-divider{display:inline-block;width:.35ch}.hero-value-pills{width:100%;display:flex;justify-content:center;align-items:center;gap:var(--space-2);flex-wrap:wrap;margin-top:2px;margin-bottom:18px}.hero--returning .hero-value-pills{justify-content:flex-start;margin-top:15px;margin-bottom:2px}.hero-returning-title{margin:0;text-align:left;font-size:clamp(1.55rem,3.2vw,2rem);line-height:1.7;letter-spacing:.004em;font-weight:var(--font-weight-bold)}.hero-returning-subheadline{margin:0;max-width:min(1040px,100%);text-align:left;color:var(--muted-foreground);font-size:clamp(1rem,2vw,1.12rem);line-height:1.58;font-weight:var(--font-weight-medium)}.hero-returning-link{color:inherit;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.hero-pre-cta,.hero-returning-link:hover{color:var(--foreground)}.hero-pre-cta{margin:0 0 4px;text-align:center;font-size:.95rem;font-weight:var(--font-weight-semibold)}.hero-cta-shell{width:min(640px,100%);align-items:stretch}.hero-cta-shell,.hero-trust-strip{display:flex;flex-direction:column}.hero-trust-strip{align-items:center;gap:.55rem;margin:0 auto 30px}.hero-trust-strip__row{display:flex;align-items:center;justify-content:center;gap:.95rem;flex-wrap:wrap}.hero-trust-strip__avatars{display:flex;align-items:center;padding-left:.85rem}.hero-trust-strip__avatar-shell{position:relative;margin-left:-.85rem}.hero-trust-strip__avatar{width:2.25rem;height:2.25rem;display:block;object-fit:cover;object-position:center;border-radius:50%;border:2px solid rgba(255,255,255,.96);box-shadow:0 8px 20px rgba(15,23,42,.1);background:rgba(255,255,255,.82)}.hero-trust-strip__stars{display:inline-flex;align-items:center;gap:.18rem;color:#f3b933}.hero-trust-strip__star{width:.92rem;height:.92rem;display:block}.hero-trust-strip__copy{margin:0;text-align:left;font-size:12px;line-height:1.5;font-weight:400;color:#000}.hero-cta-shell .subscribe-form{width:100%}.subscribe-form{width:min(640px,100%);display:grid;grid-template-columns:1fr;gap:10px}.subscribe-input-wrap{position:relative;width:100%}.subscribe-input{min-height:3.25rem;border-radius:var(--radius-full);padding-inline:1.2rem 11.2rem}.subscribe-button{min-width:10.25rem}.subscribe-button--inside{position:absolute;top:50%;right:6px;min-height:calc(3.25rem - 14px);min-width:0;padding-inline:1.35rem;z-index:2}.subscribe-button--inside,.subscribe-button--inside:active,.subscribe-button--inside:disabled,.subscribe-button--inside[aria-disabled=true]{transform:translateY(-50%)}.subscribe-feedback{grid-column:1/-1;margin-top:var(--space-1)}.subscribe-feedback.success{border-color:color-mix(in srgb,var(--success) 34%,var(--border));background:color-mix(in srgb,var(--success) 10%,var(--card))}.subscribe-feedback.error{border-color:color-mix(in srgb,var(--destructive) 34%,var(--border));background:color-mix(in srgb,var(--destructive) 10%,var(--card))}.sticky-subscribe-shell{position:fixed;bottom:max(12px,env(safe-area-inset-bottom));left:50%;width:min(calc(100vw - 24px),1160px);z-index:20;opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,20px);transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s}.sticky-subscribe-shell.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%);transition:opacity .22s ease,transform .22s ease,visibility 0s linear 0s}.sticky-subscribe-bar{display:flex;position:relative;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--foreground) 10%,transparent);border-radius:999px;background:color-mix(in srgb,var(--card) 78%,transparent);box-shadow:0 18px 46px rgba(15,23,42,.12),0 4px 12px rgba(15,23,42,.06);backdrop-filter:blur(10px)}.sticky-subscribe-brand{min-width:0;display:flex;align-items:center}.sticky-subscribe-copy{margin:0 15px;font-size:.95rem;line-height:1.35;font-weight:var(--font-weight-semibold);color:var(--foreground)}.sticky-subscribe-copy--success{color:color-mix(in srgb,var(--success) 82%,var(--foreground))}.sticky-subscribe-copy--error{color:color-mix(in srgb,var(--destructive) 82%,var(--foreground))}.sticky-subscribe-dismiss{display:none}.sticky-subscribe-form-shell{width:min(430px,100%);flex:0 1 430px}.sticky-subscribe-form-shell .subscribe-form{width:100%}.sticky-subscribe-form-shell .ui-field{border:1px solid color-mix(in srgb,var(--card-foreground) 12%,transparent);background:color-mix(in srgb,var(--card) 82%,transparent)}.subscribe-form--compact{gap:8px}.subscribe-form--compact .subscribe-input{min-height:2.8rem;padding-inline:1rem 9rem;font-size:.95rem}.subscribe-form--compact .subscribe-button--inside{right:5px;min-height:calc(2.8rem - 10px);padding-inline:1rem;font-size:.92rem}.subscribe-form--compact .subscribe-feedback{margin-top:2px;font-size:.84rem}.today-section{width:min(860px,100%);display:flex;flex-direction:column;gap:var(--space-3);margin-top:40px}.today-section--v2{--category-row-inline-pad:clamp(16px,calc((100vw - 1160px) / 2),140px);--v2-flow-space:clamp(52px,7vw,64px);max-width:none;margin-top:var(--v2-flow-space);gap:var(--v2-flow-space)}.today-section--v2,.topic-row{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.topic-row{padding:2px 16px 35px;overflow-x:auto;overflow-y:hidden;scrollbar-gutter:stable both-edges;scrollbar-width:thin;touch-action:auto;cursor:grab}.topic-row-track{display:flex;gap:7px;width:fit-content;margin:0 auto;padding:0}.today-section--v2 .topic-row{width:100%;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;padding-left:var(--category-row-inline-pad,16px);padding-right:clamp(16px,2.4vw,28px);scrollbar-gutter:auto}.today-section--v2 .topic-row-track{margin:0;min-width:max-content}.topic-row.dragging{cursor:grabbing;user-select:none}.topic-pill{display:inline-flex;align-items:center;gap:.25rem;border:1px solid var(--border);border-radius:var(--radius-full);padding:.4rem .8rem;background:var(--card);color:var(--secondary-foreground);white-space:nowrap;font-size:.84rem;font-weight:var(--font-weight-medium);line-height:1.2;cursor:pointer}.topic-pill:hover{background:var(--secondary)}.topic-pill.is-selected,.topic-pill[data-selected=true]{border-color:var(--accent);color:var(--accent-foreground);background:var(--accent)}.topic-pill-count{opacity:.74;font-size:.76rem}.topic-pill.is-selected .topic-pill-count,.topic-pill[data-selected=true] .topic-pill-count{opacity:.88}.section-title{font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.3;font-weight:var(--font-weight-semibold)}.section-title--highlights{position:sticky;top:0;z-index:12;padding-block:var(--space-2);background:var(--background)}.bites-list{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-3)}.category-rows{gap:var(--v2-flow-space,clamp(52px,7vw,64px))}.category-row,.category-rows{display:grid;overflow:visible}.category-row{gap:var(--space-3)}.category-row.is-focused .category-row-heading h3{color:var(--foreground)}.category-row-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding-inline:var(--category-row-inline-pad,0)}.category-row-heading{display:inline-flex;align-items:center;gap:var(--space-2)}.category-row-heading h3{margin:0;color:var(--secondary-foreground);font-size:1.03rem;line-height:1.35;font-weight:var(--font-weight-semibold)}.category-row-controls{display:inline-flex;align-items:center;gap:6px}.category-row-arrow{width:2rem;height:2rem;border:1px solid var(--border);border-radius:var(--radius-full);background:color-mix(in srgb,var(--card) 90%,var(--secondary));color:var(--muted-foreground);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;box-shadow:0 1px 3px rgba(0,0,0,.07)}.category-row-arrow:hover{background:var(--secondary);color:var(--foreground);box-shadow:0 2px 7px rgba(0,0,0,.12)}.category-row-arrow:disabled{opacity:.4;cursor:default}.category-row-arrow>span{font-size:1.2rem;line-height:1;transform:translateY(-.5px)}.category-rail{--rail-edge-gutter:12px;list-style:none;margin:0;padding:12px var(--category-row-inline-pad,0) 16px;display:flex;gap:clamp(14px,1.8vw,20px);overflow-x:auto;overflow-y:visible;scroll-snap-type:none;scroll-behavior:auto;scrollbar-width:none;-ms-overflow-style:none;touch-action:auto;cursor:grab}.category-rail.is-dragging{cursor:grabbing;user-select:none}.category-rail::-webkit-scrollbar{display:none}.category-rail-item{flex:0 0 clamp(320px,42vw,420px)}.bite-item--rail{min-height:538px;height:100%;padding:1.58rem 1.68rem;border-color:transparent;box-shadow:2px 4px 12px #00000014;transition:box-shadow .22s ease,transform .22s ease}.bite-item--rail:hover{box-shadow:2px 4px 16px #00000029;transform:translateY(-1px)}.bite-summary--rail{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.58em * 4)}.bite-item--rail .bite-footer{margin-top:auto}.bite-rail-media{width:100%;aspect-ratio:16/9;border-radius:calc(var(--radius-lg) - 4px);overflow:hidden;background:color-mix(in srgb,var(--secondary) 86%,var(--card));margin-bottom:.25rem}.bite-rail-media,.bite-rail-media-wrap{position:relative}.bite-rail-media-wrap--fallback{background:var(--muted,#f4f4f5)}.bite-rail-media-wrap--fallback .bite-rail-media{background:transparent}.bite-rail-media-trigger{appearance:none;border:0;padding:0;cursor:pointer;text-align:left;position:relative;isolation:isolate}.bite-rail-media:before{content:"";position:absolute;left:-10%;top:-10%;width:120%;height:120%;z-index:1;opacity:0;pointer-events:none;transition:opacity .64s ease;background:radial-gradient(circle at 20% 25%,rgba(151,180,255,.26),transparent 45%),radial-gradient(circle at 82% 75%,rgba(176,232,221,.28),transparent 42%),linear-gradient(135deg,#edf1ff,#f0f4fb 48%,#ebf1f4);background-size:100% 100%;transform:translate3d(-3%,-2%,0) scale(1.02);will-change:transform,opacity}@keyframes bite-rail-placeholder-pan{0%{transform:translate3d(-3%,-2%,0) scale(1.02)}33%{transform:translate3d(2%,-1%,0) scale(1.03)}66%{transform:translate3d(-1%,2%,0) scale(1.035)}to{transform:translate3d(2%,1.5%,0) scale(1.03)}}.bite-rail-media-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.024);transition:opacity .52s ease,transform .62s ease;position:relative;z-index:0;will-change:opacity,transform}.bite-rail-media-image.is-loaded{opacity:1;transform:scale(1)}.bite-rail-media-image.is-priority{transition-duration:.36s,.42s}.bite-rail-media-image.is-failed{opacity:0;visibility:hidden}.bite-rail-media--placeholder{background:color-mix(in srgb,var(--secondary) 88%,var(--card))}.bite-rail-media--placeholder:before{opacity:1;animation:bite-rail-placeholder-pan 20s ease-in-out infinite alternate}.bite-rail-media--loaded:before{opacity:0}.bite-rail-media-fallback-text{display:inline-flex;align-items:center;justify-content:center;min-width:3.35rem;height:2.05rem;border-radius:var(--radius-full);padding-inline:.84rem;background:color-mix(in srgb,var(--card) 82%,transparent);color:color-mix(in srgb,var(--foreground) 74%,var(--muted-foreground));font-size:.84rem;font-weight:var(--font-weight-semibold);letter-spacing:.06em;text-transform:uppercase;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.985);z-index:2;opacity:0;transition:opacity .48s ease,transform .52s ease;pointer-events:none}.bite-rail-media--placeholder .bite-rail-media-fallback-text{opacity:1;transform:translate(-50%,-50%) scale(1)}.bite-rail-source-chip{position:absolute;left:.9rem;bottom:.9rem;z-index:3;display:inline-flex;align-items:center;border-radius:var(--radius-full);padding:.35rem .72rem;font-size:.7rem;font-weight:var(--font-weight-semibold);line-height:1;color:color-mix(in srgb,var(--foreground) 88%,transparent);background:color-mix(in srgb,var(--card) 62%,transparent);border:1px solid color-mix(in srgb,var(--card) 34%,var(--border));box-shadow:0 2px 8px rgba(0,0,0,.14);backdrop-filter:blur(8px) saturate(115%);-webkit-backdrop-filter:blur(8px) saturate(115%);pointer-events:none;max-width:calc(100% - 5.2rem)}.bite-rail-source-chip,.bite-source-meta-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bite-source-meta-name{min-width:0}.bite-source-meta-date,.bite-source-meta-separator{flex:0 0 auto;white-space:nowrap}.bite-source-meta-separator{padding:0 .18rem}.bite-admin-toggle{border:1px solid color-mix(in srgb,var(--card) 30%,var(--border));border-radius:var(--radius-full);background:color-mix(in srgb,var(--card) 58%,transparent);color:color-mix(in srgb,var(--foreground) 86%,transparent);backdrop-filter:blur(8px) saturate(115%);-webkit-backdrop-filter:blur(8px) saturate(115%);display:inline-flex;align-items:center;justify-content:center;font-size:.96rem;font-weight:var(--font-weight-semibold);line-height:1;opacity:.5;transition:opacity .16s ease,background-color .16s ease,color .16s ease,border-color .16s ease}.bite-admin-toggle-icon{display:block;width:.94rem;height:.94rem;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;fill:none;pointer-events:none}.bite-admin-toggle-group{display:inline-flex;align-items:center;gap:.42rem}.bite-admin-toggle:focus-visible:not(:disabled),.bite-admin-toggle:hover:not(:disabled){opacity:.96;background:color-mix(in srgb,var(--card) 72%,transparent);color:var(--foreground);border-color:color-mix(in srgb,var(--card) 52%,var(--border))}.bite-admin-toggle.is-active{opacity:1;background:var(--foreground);color:var(--background);border-color:var(--foreground)}.bite-admin-toggle.is-active:focus-visible:not(:disabled),.bite-admin-toggle.is-active:hover:not(:disabled){background:color-mix(in srgb,var(--foreground) 90%,black);color:var(--background);border-color:color-mix(in srgb,var(--foreground) 90%,black)}.bite-admin-toggle:disabled{opacity:.35;cursor:wait}.bite-admin-toggle--danger{border-color:color-mix(in srgb,#ff8f8f 38%,var(--border));background:color-mix(in srgb,#ffdede 28%,transparent)}.bite-admin-toggle--category{font-size:.82rem}.bite-admin-toggle--category .bite-admin-toggle-icon{width:.9rem;height:.9rem}.bite-admin-toggle--rail{position:absolute;right:.9rem;bottom:2rem;z-index:3;width:2rem;height:2rem;padding:0;cursor:pointer}.bite-admin-toggle--inline{min-width:1.9rem;height:1.9rem;padding:0 .5rem;cursor:pointer}.bite-admin-toggle-group--rail{position:absolute;right:.9rem;bottom:2rem;z-index:3}.bite-admin-toggle-group--rail .bite-admin-toggle--rail{position:static;right:auto;bottom:auto}.admin-override-alert{width:min(980px,100%);margin:0 auto}.share-nudge{position:fixed;left:1.25rem;bottom:1.25rem;z-index:85;width:min(300px,calc(100vw - 2.5rem));border-radius:1rem;padding:.82rem .82rem .78rem;background:linear-gradient(165deg,#141a24,#0f141d);color:#f8fafc;box-shadow:0 14px 34px rgba(15,23,42,.34);opacity:0;transform:translate3d(0,10px,0) scale(.987);filter:blur(5px);pointer-events:none;will-change:opacity,transform,filter;transition:opacity .48s cubic-bezier(.22,.8,.32,1),transform .48s cubic-bezier(.22,.8,.32,1),filter .48s cubic-bezier(.22,.8,.32,1)}.share-nudge.is-visible{opacity:1;transform:translateZ(0) scale(1);filter:blur(0);pointer-events:auto}.share-nudge-close{position:absolute;top:.48rem;right:.54rem;width:1.56rem;height:1.56rem;border:0;border-radius:999px;background:color-mix(in srgb,#fff 12%,transparent);color:#d7dee8;font-size:1.02rem;line-height:1;cursor:pointer}.share-nudge-title{margin:0 1.4rem .48rem 0;font-size:1.04rem;line-height:1.26;font-weight:var(--font-weight-semibold)}.share-nudge-text{margin:0 0 .8rem;font-size:.92rem;line-height:1.32;color:rgba(248,250,252,.85)}.share-nudge-cta{width:100%;border:0;border-radius:var(--radius-full);padding:.56rem .84rem;background:var(--card);color:var(--card-foreground);font-size:.9rem;font-weight:var(--font-weight-semibold);cursor:pointer}.dark .hero-trust-strip__avatar{border-color:color-mix(in srgb,var(--card) 88%,transparent);box-shadow:0 10px 24px rgba(0,0,0,.28);background:color-mix(in srgb,var(--card) 84%,transparent)}.dark .hero-trust-strip__copy{color:var(--foreground)}.bite-admin-category-backdrop{position:fixed;inset:0;z-index:210;background:color-mix(in srgb,#0f172a 34%,transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:grid;place-items:center;padding:1rem}.bite-admin-category-modal{width:min(760px,100%);border-radius:1rem;padding:1rem 1rem 1.2rem;box-shadow:0 24px 66px rgba(15,23,42,.25)}.bite-admin-category-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.bite-admin-category-header h3{margin:0;font-size:1.15rem;font-weight:var(--font-weight-semibold)}.bite-admin-category-close{border:0;background:color-mix(in srgb,var(--muted) 78%,transparent);border-radius:var(--radius-full);width:2rem;height:2rem;color:var(--foreground);cursor:pointer;font-size:1.2rem;line-height:1}.bite-admin-category-story-title{margin:0 0 .75rem;color:color-mix(in srgb,var(--foreground) 82%,var(--muted-foreground));font-size:.95rem;line-height:1.45}.bite-admin-category-current{margin:0 0 .85rem;color:var(--muted-foreground);font-size:.82rem;line-height:1.45}.bite-admin-category-section+.bite-admin-category-section{margin-top:.9rem}.bite-admin-category-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}.bite-admin-category-section-title{margin:0 0 .45rem;color:var(--muted-foreground);font-size:.8rem;font-weight:var(--font-weight-semibold);letter-spacing:.01em;text-transform:uppercase}.bite-admin-category-section-header .bite-admin-category-section-title{margin-bottom:0}.bite-admin-category-pills{display:flex;flex-wrap:wrap;gap:.5rem}.bite-admin-category-pill{border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:var(--radius-full);padding:.42rem .82rem;font-size:.82rem;font-weight:var(--font-weight-medium);cursor:pointer;transition:background-color .16s ease,border-color .16s ease}.bite-admin-category-pill:focus-visible,.bite-admin-category-pill:hover{background:color-mix(in srgb,var(--muted) 70%,transparent);border-color:color-mix(in srgb,var(--muted) 32%,var(--border))}.bite-admin-category-pill.is-active{background:color-mix(in srgb,var(--foreground) 7%,var(--card));border-color:color-mix(in srgb,var(--foreground) 16%,var(--border))}.bite-admin-category-empty{margin:0;color:var(--muted-foreground);font-size:.82rem;line-height:1.5}.bite-admin-category-actions{margin-top:.9rem;display:flex;justify-content:flex-start}.bite-admin-reason-backdrop{position:fixed;inset:0;z-index:220;background:color-mix(in srgb,#0f172a 34%,transparent);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:grid;place-items:center;padding:1rem}.bite-admin-reason-modal{width:min(760px,100%);border-radius:1rem;padding:1rem 1rem 1.2rem;box-shadow:0 24px 66px rgba(15,23,42,.25)}.bite-admin-reason-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}.bite-admin-reason-header h3{margin:0;font-size:1.15rem;font-weight:var(--font-weight-semibold)}.bite-admin-reason-action{margin:.24rem 0 0;color:var(--muted-foreground);font-size:.88rem;line-height:1.35}.bite-admin-reason-close{border:0;background:color-mix(in srgb,var(--muted) 78%,transparent);border-radius:var(--radius-full);width:2rem;height:2rem;color:var(--foreground);cursor:pointer;font-size:1.2rem;line-height:1}.bite-admin-reason-story-title{margin:0 0 .45rem;color:color-mix(in srgb,var(--foreground) 82%,var(--muted-foreground));font-size:.95rem;line-height:1.45}.bite-admin-reason-hint{margin:0 0 .8rem;color:var(--muted-foreground);font-size:.84rem;line-height:1.4}.bite-admin-reason-options{display:flex;flex-wrap:wrap;gap:.5rem}.bite-admin-reason-option{border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:999px;padding:.52rem .9rem;font-size:.84rem;font-weight:var(--font-weight-medium);cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.bite-admin-reason-option:focus-visible,.bite-admin-reason-option:hover{background:color-mix(in srgb,var(--muted) 70%,transparent);border-color:color-mix(in srgb,var(--muted) 32%,var(--border));transform:translateY(-1px)}.today-section--v2 .bite-footer{align-items:flex-end}.today-section--v2 .bite-actions{width:100%;justify-content:space-between;align-items:center;flex-wrap:nowrap}.today-section--v2 .bite-actions .bite-cta{margin-left:auto}.bites-list--stack{--highlights-stack-gap:14px}.bites-list--stack>li{position:sticky;top:calc(var(--highlights-stack-title-height, 2.6rem) + var(--space-2));transform-origin:center top;will-change:transform;transition:transform .22s ease}.bites-list--stack>li .bite-item{position:relative;transition:box-shadow .22s ease,max-height .22s ease}.bites-list--stack>li[data-stack-state=active] .bite-item{max-height:none;box-shadow:var(--shadow-stack-front)}.bites-list--stack>li[data-stack-state=back] .bite-item,.bites-list--stack>li[data-stack-state=past] .bite-item{max-height:var(--stack-collapsed-max-height,320px);overflow:hidden;box-shadow:var(--shadow-stack-back)}.bites-list--stack>li[data-stack-state=back] .bite-item:after,.bites-list--stack>li[data-stack-state=past] .bite-item:after{content:"";position:absolute;left:0;right:0;bottom:0;height:82px;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--card))}.bite-item{padding:.9rem 1rem}.bite-body,.bite-footer,.bite-header{display:block}.bite-title-meta{margin-bottom:.28rem}.bite-story-code{display:inline-flex;align-items:center;color:color-mix(in srgb,var(--muted-foreground) 88%,transparent);font-size:.68rem;line-height:1.1;letter-spacing:.08em;text-transform:uppercase;font-weight:var(--font-weight-semibold)}.bite-title-link{appearance:none;background:transparent;border:0;border-radius:var(--radius-sm);color:var(--foreground);cursor:pointer;margin:0;padding:0;text-decoration:none;text-align:left;width:100%;-webkit-text-fill-color:currentColor}.bite-title-link:focus-visible .bite-title,.bite-title-link:hover .bite-title{color:var(--secondary-foreground);text-decoration:none}.bite-title{color:var(--foreground);font-size:clamp(1.02rem,2vw,1.14rem);line-height:1.33;letter-spacing:.01em;font-weight:var(--font-weight-semibold)}.bite-summary{color:var(--muted-foreground);font-size:.96rem;line-height:1.58;font-weight:var(--font-weight-regular)}.bite-summary-group{display:grid;gap:var(--space-2)}.bite-summary--long{color:var(--foreground);line-height:1.72}.bite-footer{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap}.bite-source-total{color:var(--muted-foreground)}.bite-actions,.bite-meta{display:inline-flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.bite-clarity-btn,.bite-cta{white-space:nowrap}.bite-empty{border:1px dashed var(--border);border-radius:var(--radius-md);padding:var(--space-4);color:var(--muted-foreground);background:var(--card)}.bite-modal-error{margin-top:var(--space-2)}.bite-modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:clamp(20px,3.2vw,42px);background:rgba(26,28,33,.4);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.bite-modal{position:relative;width:min(980px,100%);max-height:min(86vh,920px);overflow:auto;padding:clamp(24px,3.6vw,48px);border-radius:32px;border:1px solid color-mix(in srgb,var(--border) 74%,transparent);box-shadow:0 26px 64px rgba(12,18,28,.26),0 6px 20px rgba(8,12,20,.12)}.bite-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);margin-bottom:clamp(12px,1.5vw,18px)}.bite-modal-title-wrap{flex:1 1 auto}.bite-modal-story-code{margin:0 0 .42rem;color:color-mix(in srgb,var(--muted-foreground) 84%,transparent);font-size:.72rem;line-height:1.1;letter-spacing:.08em;text-transform:uppercase;font-weight:var(--font-weight-semibold)}.bite-modal-header h3{font-size:clamp(1.45rem,3.2vw,2.2rem);line-height:1.16;font-weight:var(--font-weight-semibold)}.bite-modal-close{min-width:3rem;width:3rem;height:3rem;margin-top:-30px;margin-right:-30px;padding:0;line-height:0;border-radius:var(--radius-full);border:1px solid color-mix(in srgb,var(--border) 92%,transparent);background:color-mix(in srgb,var(--card) 92%,#f1f3f8);color:color-mix(in srgb,var(--foreground) 88%,#000);box-shadow:0 1px 2px rgba(15,23,42,.1)}.bite-modal-close,.bite-modal-close-icon{display:inline-flex;align-items:center;justify-content:center}.bite-modal-close-icon{width:1.5rem;height:1.5rem}.bite-modal-close-icon svg{display:block;width:75%;height:75%;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.bite-modal-body{display:grid;gap:clamp(16px,2vw,24px);padding-block:.2rem 0}.bite-modal-body p{color:var(--reading-foreground);font-size:clamp(1.02rem,1.28vw,1.12rem);line-height:1.72}.bite-modal-brief{margin:0;font-weight:var(--font-weight-semibold)}.bite-modal-loading-steps{width:100%}.bite-modal-loading-steps-list{display:grid;grid-template-areas:"stack";min-height:.85rem}.bite-modal-body .bite-modal-loading-step{grid-area:stack;margin:0;max-width:100%;color:var(--muted-foreground);font-size:13px;line-height:1.2;text-align:left;transform:translateY(calc(var(--loading-step-offset, 0) * .18rem));opacity:0;filter:blur(4px);transition:color .32s ease,opacity .32s ease,transform .32s ease,filter .32s ease}.bite-modal-body .bite-modal-loading-step[data-state=active]{transform:translateY(0);opacity:1;filter:none}.bite-modal-body .bite-modal-loading-step__text{display:inline-block;max-width:100%}.bite-modal-body .bite-modal-loading-step[data-state=active] .bite-modal-loading-step__text{background-image:linear-gradient(90deg,color-mix(in srgb,var(--muted-foreground) 96%,white) 0,color-mix(in srgb,var(--muted-foreground) 100%,white) 26%,color-mix(in srgb,white 88%,var(--muted-foreground)) 45%,color-mix(in srgb,var(--muted-foreground) 100%,white) 58%,color-mix(in srgb,var(--muted-foreground) 96%,white) 100%);background-size:220% 100%;background-position:100% 50%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:bite-modal-loading-text-shimmer 1.4s ease-in-out infinite}.bite-modal-refresh-shell{display:grid;width:100%;gap:.32rem}.bite-modal-refresh-copy{width:100%}.bite-modal-refresh-skeletons{display:grid;gap:.95rem}.bite-modal-unavailable-label{margin:0;padding:.88rem 1rem;border:1px solid color-mix(in srgb,var(--border) 72%,transparent);border-radius:var(--radius-md);background:linear-gradient(180deg,color-mix(in srgb,var(--muted) 56%,var(--card)) 0,color-mix(in srgb,var(--muted) 34%,var(--card)) 100%);color:color-mix(in srgb,var(--foreground) 88%,var(--muted-foreground));font-size:.95rem;line-height:1.58;box-shadow:0 1px 0 rgba(15,23,42,.03)}.bite-modal-sources{color:var(--muted-foreground);font-size:.84rem;margin:0}.bite-modal-footer{display:flex;align-items:center;gap:var(--space-3);margin-top:clamp(20px,2.4vw,30px);padding-top:0}.bite-modal-footer,.bite-modal-footer-loading{justify-content:space-between}.bite-modal-close-loading{color:transparent;border-color:color-mix(in srgb,var(--border) 92%,transparent)}.bite-modal-close-loading,.bite-skeleton{background:linear-gradient(90deg,color-mix(in srgb,var(--muted) 78%,var(--card)) 15%,color-mix(in srgb,var(--muted) 58%,var(--card)) 48%,color-mix(in srgb,var(--muted) 78%,var(--card)) 85%);background-size:250% 100%;animation:bite-skeleton-wave 1.1s ease-in-out infinite}.bite-skeleton{border-radius:var(--radius-sm)}.bite-skeleton-title{width:min(82%,520px);height:2.1rem}.bite-skeleton-divider{width:100%;height:1px;background:color-mix(in srgb,var(--border) 85%,transparent)}.bite-skeleton-paragraph{height:1.05rem}.bite-skeleton-paragraph-long{width:100%}.bite-skeleton-paragraph-medium{width:92%}.bite-skeleton-paragraph-short{width:78%}.bite-skeleton-footer-source{width:42%;height:1.1rem}.bite-skeleton-footer-cta{width:10.8rem;height:2.45rem;border-radius:var(--radius-full)}.modal-reveal{opacity:0;transform:translateY(4px);animation:modal-reveal .26s ease forwards}.modal-reveal-1{animation-delay:0s}.modal-reveal-2{animation-delay:70ms}.modal-reveal-3{animation-delay:.13s}.modal-reveal-4{animation-delay:.19s}.modal-reveal-5{animation-delay:.24s}@keyframes bite-skeleton-wave{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes bite-modal-loading-text-shimmer{0%{background-position:100% 50%}to{background-position:-120% 50%}}@keyframes modal-reveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.site-footer{width:min(860px,100%);margin-top:auto;padding-top:var(--space-2);display:flex;flex-direction:column;align-items:center;gap:var(--space-4)}.footer-copy{color:var(--muted-foreground);font-size:.83rem;text-align:center;line-height:1.6;font-weight:var(--font-weight-regular)}.footer-copy-line{display:block}.footer-copy-line+.footer-copy-line{margin-top:2px}.footer-copy-line--spaced{margin-top:0;padding-top:20px}.footer-inline-link{color:var(--muted-foreground);text-decoration:underline;text-underline-offset:2px;font:inherit}.footer-inline-link:hover{color:var(--foreground)}.about-page{gap:var(--space-6)}.about-hero{width:min(860px,100%);align-items:stretch;gap:var(--space-4)}.about-hero .logo-wrapper{place-items:start}.about-1878-content{width:min(860px,100%);display:grid;gap:var(--space-4);margin-top:var(--space-2)}.about-1878-section{display:grid;gap:var(--space-2)}.about-1878-divider{margin:var(--space-5) 0 var(--space-2)}.about-1878-section-title{font-size:clamp(1.95rem,4.9vw,2.3rem);line-height:1.35;letter-spacing:.01em;margin-bottom:20px;font-weight:var(--font-weight-bold)}.about-1878-block{display:grid;gap:.3rem}.about-1878-block+.about-1878-block{margin-top:var(--space-3)}.about-1878-line{margin:0;color:var(--reading-foreground);font-size:1.05rem;line-height:1.75;font-weight:var(--font-weight-regular)}.about-1878-line-spacer{line-height:1}.about-1878-line strong{font-weight:var(--font-weight-bold)}.about-1878-inline-link{text-decoration:underline;text-underline-offset:2px}.source-status{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2)}.admin-page{width:min(1080px,100%);margin:0 auto;padding:24px 16px 40px;display:grid;gap:var(--space-4)}.admin-header{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3)}.admin-header h1{font-size:clamp(1.35rem,2vw,1.6rem);line-height:1.25}.admin-header-badges{display:inline-flex;gap:var(--space-2);align-items:center;flex-wrap:wrap}.admin-card{gap:var(--space-4)}.admin-card h2{font-size:1.03rem;line-height:1.3}.admin-message{margin:0}.admin-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.admin-filter-grid label,.admin-form-grid label{display:grid;gap:var(--space-1);font-size:.84rem;color:var(--muted-foreground)}.admin-filter-actions{display:flex;align-items:flex-end;gap:var(--space-2)}.admin-link-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:0 var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--card);color:var(--foreground);font-size:.9rem;font-weight:var(--font-weight-medium);text-decoration:none}.admin-link-btn:hover{background:var(--secondary)}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.admin-form-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-form-full{grid-column:1/-1}.admin-checkbox{display:inline-flex!important;align-items:center;align-self:end;gap:var(--space-2)}.admin-checkbox input{margin:0}.admin-list{display:grid;gap:var(--space-3)}.admin-bulk-bar{display:flex;flex-wrap:wrap;gap:var(--space-2)}.admin-source-item{border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3);background:var(--muted);display:grid;gap:var(--space-3)}.admin-source-header{display:flex;align-items:flex-start;gap:var(--space-3)}.admin-source-item h3{font-size:1rem;line-height:1.35}.admin-source-item p{margin-top:2px;color:var(--muted-foreground);font-size:.85rem}.admin-select-source{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--muted-foreground);white-space:nowrap}.admin-meta{display:grid;gap:.22rem;font-size:.8rem;color:var(--muted-foreground)}.admin-actions{display:flex;align-items:center;justify-content:flex-start}.admin-inline-form{margin:0}.admin-empty{border:1px dashed var(--border);border-radius:var(--radius-md);padding:var(--space-3);color:var(--muted-foreground);background:var(--card)}.admin-section-grid{gap:var(--space-4)}.admin-kv-grid,.admin-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-kv-grid{gap:var(--space-3)}.admin-kv{display:grid;gap:.3rem}.admin-kv dt{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground)}.admin-kv dd{margin:0;font-size:.92rem;line-height:1.4}.admin-kv--full{grid-column:1/-1}.admin-code-list{font-family:var(--font-mono);font-size:.82rem;word-break:break-word}@media (max-width:860px){.admin-filter-grid,.admin-form-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-kv-grid,.admin-section-grid{grid-template-columns:1fr}}@media (max-width:640px){:root{--bite-modal-mobile-top-gap:36px}.admin-form-full,.admin-kv--full{grid-column:auto}.logo-media[data-autoplay-state=image] .logo-image--fallback{width:109%;max-width:none;margin-left:-4.5%}.logo-media{width:clamp(128px,49.6vw,144px);margin:30px 0 24px}.ui-badge.ui-badge--neutral{font-size:.65rem}.about-page .logo-media{width:clamp(128px,42vw,170px);margin:34px 0 24px}.about-page .logo-media[data-autoplay-state=image] .logo-image--fallback{width:60%;max-width:none;margin-left:0}.home-page{gap:var(--space-6);padding-top:24px}.sticky-subscribe-shell{bottom:auto;top:max(2px,env(safe-area-inset-top));width:min(calc(100vw - 20px),720px)}.sticky-subscribe-bar{flex-direction:column;align-items:stretch;gap:10px;padding:14px 12px 12px;border-radius:28px}.sticky-subscribe-brand{flex-direction:row;align-items:center}.sticky-subscribe-dismiss{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:999px;background:rgba(255,255,255,.72);color:rgba(15,23,42,.74);font:inherit;font-size:1.2rem;line-height:1;box-shadow:0 4px 10px rgba(15,23,42,.08);-webkit-tap-highlight-color:transparent}.sticky-subscribe-dismiss:active{transform:scale(.97)}.sticky-subscribe-copy{margin:0;font-size:.84rem;line-height:1.3;padding:5px 38px 5px 20px}.theme-toggle{top:calc(env(safe-area-inset-top) + 10px);right:calc(env(safe-area-inset-right) + 10px);width:32px;height:32px}.theme-toggle__icon{width:14px;height:14px}.sticky-subscribe-form-shell{width:100%;flex-basis:auto}html[data-hero-ready="1"][data-hero-variant=returning] .home-hero{--hero-inline-pad:10px;--hero-inline-end:10px;gap:var(--space-2)}html[data-hero-ready="1"][data-hero-variant=returning] .home-hero .logo-media{width:clamp(104px,38vw,100px);margin:0 0 40px}html[data-hero-ready="1"][data-hero-variant=returning] .home-hero .hero-value-pills{margin-top:15px;margin-bottom:2px}.hero--returning{--hero-inline-pad:10px;--hero-inline-end:10px;gap:var(--space-2)}.hero--returning .logo-media{width:clamp(104px,38vw,100px);margin:0 0 40px}.hero-returning-title{font-size:clamp(1.7rem,6vw,1.72rem);line-height:1.7}.hero-returning-subheadline{font-size:clamp(.97rem,3.9vw,1.02rem);line-height:1.5}.hero--returning .hero-value-pills{margin-top:15px;margin-bottom:2px}.hero-title-second-line{display:block;margin-left:0}.hero-title{line-height:1.28}.hero-subheadline-divider{display:block;width:0;height:0}.hero-subheadline{margin:10px auto}.subscribe-form{gap:9px}.subscribe-input-wrap{display:flex;flex-direction:column;gap:9px}.hero-pre-cta{margin:10px}.hero-trust-strip{margin:0 auto 30px}.hero-trust-strip__row{gap:.7rem}.hero-trust-strip__avatars{padding-left:.72rem}.hero-trust-strip__avatar-shell{margin-left:-.72rem}.hero-trust-strip__avatar{width:2rem;height:2rem}.hero-trust-strip__copy{max-width:21rem;font-size:11px;line-height:1.5;font-weight:400;color:#000;padding-inline:.5rem}.section-title--highlights{top:env(safe-area-inset-top,0)}.subscribe-input{min-height:3.2rem;padding-inline:1rem}.subscribe-button{width:100%}.subscribe-button--inside{position:static;top:auto;right:auto;transform:none;min-width:0;min-height:3.2rem;padding-inline:1.02rem}.subscribe-button--inside:active,.subscribe-button--inside:disabled,.subscribe-button--inside[aria-disabled=true]{transform:none}.subscribe-form--compact .subscribe-input{min-height:2.9rem;padding-inline:.95rem}.subscribe-form--compact .subscribe-button--inside{min-height:2.9rem;padding-inline:.92rem;font-size:.88rem}.topic-row{padding-inline:10px}.category-row-header{align-items:flex-end}.category-row-controls{display:inline-flex}.category-rail-item{flex-basis:min(86vw,340px)}.bite-item--rail{min-height:470px}.bite-summary--rail{-webkit-line-clamp:6;min-height:calc(1.58em * 6)}.bite-footer{flex-direction:column;align-items:flex-start}.bite-actions{width:100%;justify-content:space-between;flex-wrap:nowrap}.bite-actions .bite-clarity-btn{margin-right:auto}.bite-actions .bite-cta{margin-left:auto}.bites-list--stack>li{top:calc(var(--highlights-stack-title-height, 2.7rem) + env(safe-area-inset-top, 0px))}.bite-modal{width:100%;max-height:none;height:calc(100dvh - env(safe-area-inset-top, 0px) - var(--bite-modal-mobile-top-gap) - var(--space-2));margin:0;border-bottom-left-radius:0;border-bottom-right-radius:0;padding:1.2rem 1.1rem calc(1.2rem + env(safe-area-inset-bottom, 0px))}.bite-modal-backdrop{place-items:end stretch;padding:var(--space-2);padding-top:calc(env(safe-area-inset-top, 0px) + var(--bite-modal-mobile-top-gap));padding-bottom:0}.bite-modal-header{padding-right:3.15rem;margin-bottom:.9rem}.bite-modal-close{min-width:2.85rem;width:2.85rem;height:2.85rem;margin-top:0;margin-right:0;position:fixed;top:calc(env(safe-area-inset-top, 0px) + var(--bite-modal-mobile-top-gap) + 20px);right:calc(var(--space-2) + 8px);z-index:199;border:1px solid var(--border);background:var(--card);box-shadow:0 8px 22px rgba(9,14,24,.18),var(--shadow-sm)}.bite-modal-close-icon{width:1.3rem;height:1.3rem}.bite-modal-close-icon svg{stroke-width:1.95}.bite-modal-footer{flex-direction:column-reverse;align-items:center;text-align:center}.bite-modal-sources{padding-bottom:calc(70px + env(safe-area-inset-bottom, 0px))}.bite-modal-footer-loading{align-items:center}.bite-skeleton-footer-source{width:74%}.about-1878-content{margin-top:0}.about-1878-line{font-size:1rem;line-height:1.7}.about-1878-section-title{font-size:clamp(1.72rem,7.1vw,1.9rem)}.admin-filter-grid,.admin-form-grid,.admin-form-grid.compact{grid-template-columns:1fr}.admin-filter-actions{flex-direction:column;align-items:stretch}.admin-link-btn{width:100%}}@supports (-moz-appearance:none){.bite-modal,.bite-modal *,body{text-rendering:optimizeLegibility;-moz-osx-font-smoothing:auto}.bite-modal .modal-reveal{transform:none;animation-name:modal-reveal-fade;animation-duration:.22s;animation-timing-function:ease;animation-fill-mode:forwards}}@keyframes modal-reveal-fade{0%{opacity:0}to{opacity:1}}.not-found-page{min-height:100vh;display:grid;place-items:center;padding:clamp(24px,5vw,48px) 20px}.not-found-shell{width:min(100%,680px);display:grid;justify-items:center;text-align:center}.not-found-logo{width:min(100%,270px);height:auto;margin-bottom:30px;margin-left:auto;margin-right:auto}.not-found-logo-link{display:inline-block;line-height:0}.not-found-copy{margin-top:clamp(20px,4vw,28px)}.not-found-title{font-size:clamp(2rem,4vw,3.05rem);line-height:1.06;letter-spacing:-.04em}.not-found-subtitle{margin-top:12px;color:var(--muted-foreground);font-size:clamp(1rem,2vw,1.22rem);line-height:1.5}.not-found-cta{margin-top:clamp(28px,5vw,40px)}@media (max-width:640px){.not-found-logo{width:min(100%,200px)}.not-found-copy{margin-top:18px}.not-found-subtitle{margin-top:10px}.not-found-cta{width:100%;max-width:320px}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fcbcbf{font-family:Inter,Inter Fallback,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Open Sans,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-style:normal}.__variable_fcbcbf{--font-inter:"Inter","Inter Fallback",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Open Sans,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}