html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}@font-face{font-family:Caveat;font-style:normal;font-weight:500 700;font-display:swap;src:url(/fonts/caveat-latin.woff2) format("woff2")}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/fonts/newsreader-latin.woff2) format("woff2")}@font-face{font-family:Karla;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/karla-latin.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/ibm-plex-mono-latin-400.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/ibm-plex-mono-latin-500.woff2) format("woff2")}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/ibm-plex-mono-latin-600.woff2) format("woff2")}@view-transition{navigation:auto}::view-transition{background:var(--cream)}::view-transition-image-pair(root){isolation:isolate;overflow:clip}.transition-hero-visual{view-transition-name:hero-visual}.transition-header{view-transition-name:header}@keyframes root-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6vh)}}@keyframes root-in{0%{opacity:0;transform:translateY(6vh)}to{opacity:1;transform:translateY(0)}}::view-transition-old(root){animation:root-out .7s var(--ease) both}::view-transition-new(root){animation:root-in .9s var(--ease) .15s both}::view-transition-old(hero-visual),::view-transition-new(hero-visual){animation-duration:.9s;animation-timing-function:var(--ease);animation-fill-mode:both}@keyframes hero-visual-in{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}::view-transition-new(hero-visual){animation-name:hero-visual-in}::view-transition-old(header),::view-transition-new(header){animation:none}:root{--cream: #f4f1e8;--cream-2: #e9e3d5;--board: #1d2a24;--ink: #171713;--ink-2: #484943;--ink-3: #64655f;--line: #dcd8cc;--line-dark: rgba(250,249,245,.16);--dark: #141413;--dark-2: #1d1c1a;--accent: #1f644e;--accent-soft: #2c7b61;--cipher: #72c8b5;--cipher-soft: #b0dfd4;--alert: #a95534;--content-narrow: 720px;--content-standard: 1200px;--content-wide: 1400px;--max: var(--content-standard);--r: 8px;--r-lg: 8px;--header-height: 100px;--ease: cubic-bezier(.22,1,.36,1);--sans: "Karla",system-ui,-apple-system,sans-serif;--display: "Newsreader",Georgia,serif;--serif: "Newsreader",Georgia,serif;--mono: "IBM Plex Mono",ui-monospace,monospace}@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root),::view-transition-old(hero-visual),::view-transition-new(hero-visual){animation:none}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:clip;background:var(--cream);color-scheme:light}:where([id]){scroll-margin-top:var(--header-height)}body{margin:0;min-height:100vh;overflow-x:clip;font-family:var(--sans);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:19px;line-height:1.6;font-optical-sizing:auto}h1,h2,h3,.wordmark{font-family:var(--display)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3{margin:0;font-weight:600;letter-spacing:-.022em;line-height:1.06}p{margin:0;color:var(--ink-2)}.wrap{width:100%;max-width:var(--content-standard);margin:0 auto;padding:0 clamp(1.4rem,5vw,3rem)}.wrap.wrap--narrow{max-width:var(--content-narrow)}.wrap.wrap--wide{max-width:var(--content-wide)}.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .8s var(--ease) 80ms,transform .8s var(--ease) 80ms}.js .reveal.visible{opacity:1;transform:none}.js .reveal[data-d="1"]{transition-delay:.2s}.js .reveal[data-d="2"]{transition-delay:.32s}.js .reveal[data-d="3"]{transition-delay:.44s}.ink-wave-word{display:inline-block;margin-right:.22em;opacity:.16;transform:translateY(12px);filter:blur(4px);transition:opacity .9s var(--ease),transform .9s var(--ease),filter .9s var(--ease);transition-delay:calc(var(--word-index) * 45ms)}.ink-wave-word:last-child{margin-right:0}.ink-wave.is-inked:not(.ink-settled) .ink-wave-word{will-change:transform,filter,opacity}.ink-wave.is-inked .ink-wave-word{opacity:1;transform:translateY(0);filter:blur(0)}@media(max-width:768px){.ink-wave-word{filter:none;transition-property:opacity,transform}.ink-wave.is-inked:not(.ink-settled) .ink-wave-word{will-change:transform,opacity}.ink-wave.is-inked .ink-wave-word{filter:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none}.ink-wave-word{opacity:1;transform:none;filter:none;transition:none;will-change:auto!important}}.btn{display:inline-flex;align-items:center;gap:.5rem;height:50px;padding:0 1.4rem;border-radius:999px;font-family:var(--sans);font-size:.97rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background .2s var(--ease),color .2s var(--ease),transform .2s var(--ease),border-color .2s var(--ease)}.btn .arrow{transition:transform .22s var(--ease)}.btn:hover .arrow{transform:translate(4px)}.btn-green{background:var(--accent);color:var(--cream)}.btn-green:hover{background:var(--accent-soft)}.eyebrow{margin:0 0 1.35rem;font-family:var(--mono);font-size:.82rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.nav{position:sticky;top:0;z-index:60;background:#f5f1e7d1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-inner{width:100%;max-width:var(--max);margin:0 auto;padding:0 clamp(1.4rem,5vw,3rem);min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--sans);font-weight:600;font-size:1.7rem;letter-spacing:-.03em;color:var(--ink)}.brand b{color:var(--accent);font-weight:600}.wordmark{display:inline-flex;align-items:center;line-height:1}.wm-secure{display:inline-block;overflow:hidden;white-space:nowrap;max-width:4.4em;opacity:1;transition:max-width .46s var(--ease),opacity .3s var(--ease)}.wm-ai{color:var(--accent);font-weight:600}.brand.is-collapsed .wm-secure{max-width:0;opacity:0}@media(prefers-reduced-motion:reduce){.wm-secure{transition:none}.brand.is-collapsed .wm-secure{max-width:4.4em;opacity:1}}.nav-links{display:flex;align-items:center;gap:1.25rem;margin-left:auto}.nav-links a{padding:.6rem .75rem;font-size:1.05rem;font-weight:500;color:var(--ink-2);border-radius:6px;transition:color .18s var(--ease),background-color .18s var(--ease)}.nav-links a:hover,.nav-links a.active{color:var(--ink)}.nav-links a:hover{background:#1717130e}.nav-links .nav-cta{display:inline-flex;align-items:center;gap:.45rem;margin-left:.75rem;font-weight:700;color:var(--ink)}.nav-cta-arrow{font-size:.82em;line-height:1;transition:transform .22s var(--ease)}.nav-cta:hover .nav-cta-arrow{transform:translate(3px,-3px)}.nav-toggle{display:none;border:0;background:none;font:inherit;font-family:var(--mono);font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;color:var(--ink);padding:.6rem .4rem;margin-right:-.4rem}@media(max-width:820px){.nav-inner{flex-wrap:wrap}.nav-toggle{display:inline-block}.nav-links{display:none;flex-basis:100%;flex-direction:column;align-items:stretch;gap:0;padding-bottom:1.25rem}.nav-links.open{display:flex}.nav-links a{padding:.85rem 0}.nav-links .nav-cta{justify-content:flex-start;margin-left:0}}.footer{background:var(--cream);border-top:1px solid var(--line)}.footer-inner{max-width:var(--max);margin:0 auto;padding:2.4rem clamp(1.4rem,5vw,3rem);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.footer-inner p{font-size:1rem;color:var(--ink-2)}.footer-links{display:flex;flex-wrap:wrap;gap:1.4rem}.footer-links a{font-size:1rem;color:var(--ink-2);transition:color .16s ease}.footer-links a:hover{color:var(--accent)}.section{padding:clamp(4.5rem,9vw,8rem) 0;background:var(--cream)}.section-head{max-width:46rem}.section-head h2{margin-top:1.3rem;font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.03em}.section-head p{margin-top:1.2rem;font-size:1.25rem;color:var(--ink-2);max-width:38rem}.chalk-word{font-family:Caveat,cursive;font-weight:700;font-size:1.12em;letter-spacing:0;color:var(--accent);filter:url(#chalk)}.layer-no{font-family:var(--mono);font-size:.82rem;font-weight:600;letter-spacing:.1em;color:var(--accent)}.illus{border-radius:clamp(18px,2.2vw,26px);padding:clamp(1.6rem,3.6vw,2.8rem);display:flex;align-items:center;justify-content:center;overflow:hidden}.illus .il{width:100%;height:auto;max-width:380px;display:block}.illus .il-s{fill:none;stroke:#1b1a17;stroke-width:10;stroke-linecap:round;stroke-linejoin:round}.illus .il-n{fill:#f5f1e7;stroke:none}.illus .il-fi{fill:#1b1a17;stroke:none}.illus .il-t{fill:none;stroke:#1b1a17;stroke-width:4;stroke-linecap:round}.illus .il-lit{fill:#f5f1e7;stroke:#1b1a17;stroke-width:10;stroke-linecap:round;stroke-linejoin:round}.illus--sage{background:#879b73}.illus--mint{background:#a6c7bb}.illus--slate{background:#aab4a6}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.scene[data-astro-cid-i4bnljq6]{overflow:visible}.scene-line[data-astro-cid-i4bnljq6],.scene-paper[data-astro-cid-i4bnljq6],.scene-rail[data-astro-cid-i4bnljq6]{vector-effect:non-scaling-stroke;stroke:#1b1a17;stroke-linecap:round;stroke-linejoin:round}.scene-line[data-astro-cid-i4bnljq6]{stroke-width:5.5}.scene-fine[data-astro-cid-i4bnljq6]{stroke-width:2.5}.scene-faint[data-astro-cid-i4bnljq6]{stroke-width:2;opacity:.38}.scene-paper[data-astro-cid-i4bnljq6]{fill:#f4f1e8;stroke-width:5.5}.scene-rail[data-astro-cid-i4bnljq6]{stroke-width:6.5}.scene-fill[data-astro-cid-i4bnljq6]{fill:#1b1a17}.scene-node[data-astro-cid-i4bnljq6]{fill:#f4f1e8;stroke:#1b1a17;stroke-width:4}.scene-node-dark[data-astro-cid-i4bnljq6],.scene-dot[data-astro-cid-i4bnljq6]{fill:#1b1a17}.scene-ray[data-astro-cid-i4bnljq6]{fill:none;stroke:#f4f1e8;stroke-width:3.5;stroke-linecap:round;opacity:.82}.live-news-hero{padding:72px 0 88px;border-bottom:1px solid var(--line)}.live-hero-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:88px;align-items:center}.live-news-hero h1{max-width:12ch}.live-news-hero .hero-lead{margin-top:24px;max-width:48ch;font-size:1.3rem;line-height:1.6}.feed-actions{display:flex;align-items:center;gap:16px;margin-top:30px}.refresh-button{min-width:166px;justify-content:center}.refresh-icon{display:inline-block;font-size:1.15rem;line-height:1}.refresh-button.is-loading .refresh-icon{animation:refreshSpin .9s linear infinite}@keyframes refreshSpin{to{transform:rotate(360deg)}}.refresh-button:disabled{cursor:wait;opacity:.72}.source-aside .illus{min-height:300px}.live-feed{--news-neutral: var(--ink);--news-purview: var(--accent);--news-copilot: var(--cipher);--news-ailabs: #8f5d0a;--news-security: var(--alert);padding:96px 0 112px}.feed-toolbar{display:flex;justify-content:space-between;gap:32px;align-items:flex-end}.feed-toolbar h2{max-width:17ch;font-size:3rem}.feed-checked{flex:0 0 auto;color:var(--ink-2);font-family:var(--mono);font-size:.82rem;font-weight:600;text-transform:uppercase}.feed-status{margin-top:18px;color:var(--ink-2);font-size:1rem}.feed-status[data-tone=failure]{color:var(--alert)}.feed-status[hidden]{display:none}.feed-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}.feed-filter{--topic: var(--news-neutral);min-height:44px;padding:8px 14px;border:1px solid var(--topic);border-radius:4px;background:transparent;color:var(--topic);font:600 .88rem var(--sans);cursor:pointer}.feed-filter:hover:not(.is-active){border-color:var(--topic);background:color-mix(in srgb,var(--topic) 9%,transparent);color:var(--topic)}.feed-filter.is-active{border-color:var(--topic);background:var(--topic);color:var(--cream)}.feed-filter[data-filter=copilot].is-active{color:var(--ink)}.feed-filter[data-filter=purview],.feed-item[data-category=purview]{--topic: var(--news-purview)}.feed-filter[data-filter=copilot],.feed-item[data-category=copilot]{--topic: var(--news-copilot)}.feed-filter[data-filter=labs],.feed-item[data-category=labs]{--topic: var(--news-ailabs)}.feed-filter[data-filter=security],.feed-item[data-security=true]{--topic: var(--news-security)}.feed-section{margin-top:72px}.feed-section+.feed-section{margin-top:88px}.feed-section-head{padding-bottom:18px;border-bottom:1px solid var(--ink)}.feed-section-head h2{font-size:2.35rem}.feed-section-head p{margin-top:6px;max-width:62ch;font-size:1.05rem}.feed-item{--topic: var(--accent);display:grid;grid-template-columns:160px minmax(0,1fr);gap:36px;padding:30px 22px 34px;border-bottom:1px solid var(--line);border-left:3px solid var(--topic);transition:background .18s ease}.feed-item:hover{background:color-mix(in srgb,var(--topic) 7%,transparent)}.feed-item-meta{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.topic-mark{position:relative;width:48px;height:48px;margin-bottom:5px;border:1.5px solid var(--topic);border-radius:50%;color:var(--topic)}.topic-mark:before,.topic-mark:after{content:"";position:absolute}.feed-item[data-category=purview] .topic-mark:before{inset:10px 13px 9px;border:2px solid currentColor;border-radius:12px 12px 16px 16px;border-top-width:5px}.feed-item[data-category=purview] .topic-mark:after{left:20px;top:17px;width:6px;height:11px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(42deg)}.feed-item[data-category=copilot] .topic-mark:before{inset:11px;border:2px solid currentColor;transform:rotate(45deg)}.feed-item[data-category=copilot] .topic-mark:after{left:22px;top:7px;width:2px;height:34px;background:currentColor;transform:rotate(45deg)}.feed-item[data-category=labs] .topic-mark:before{inset:12px 6px;border:1.5px solid currentColor;border-radius:50%;transform:rotate(58deg)}.feed-item[data-category=labs] .topic-mark:after{left:21px;top:21px;width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:-12px -8px 0 -2px currentColor,13px 7px 0 -2px currentColor}.feed-source{color:var(--topic);font-size:.82rem;font-weight:700}.feed-category{display:inline-flex;color:var(--topic);font-size:.82rem;font-weight:600;text-transform:uppercase}.feed-security{display:inline-flex;padding:2px 6px;border:1px solid currentColor;border-radius:999px;color:var(--news-security);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.feed-date{color:var(--ink-2);font-family:var(--mono);font-size:.82rem;font-weight:600}.feed-item-title{max-width:31ch;font-size:1.78rem;line-height:1.08}.feed-item-title a{display:inline-block;min-height:44px;margin-block:-7px;padding-block:7px;transition:color .16s ease}.feed-item-title a:hover{color:var(--topic)}.feed-summary{margin-top:12px;max-width:68ch;font-size:1.1rem;line-height:1.62}.feed-facts{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:16px;color:var(--ink-2);font-family:var(--mono);font-size:.82rem;font-weight:600;text-transform:uppercase}.news-headliner{margin-top:clamp(42px,6vw,72px);padding-block:clamp(26px,4vw,44px);border-block:1px solid var(--ink)}.news-headliner-eyebrow{color:var(--ink-2);font-family:var(--mono);font-size:.82rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.news-headliner .feed-item{grid-template-columns:180px minmax(0,1fr);margin-top:18px;padding:24px 24px 32px;border-bottom:0;border-left-width:5px}.news-headliner .feed-item-title{max-width:24ch;font-size:clamp(2.35rem,4.2vw,4.2rem);line-height:1}.news-headliner .feed-summary{display:block;max-width:76ch;overflow:visible;font-size:clamp(1.15rem,1.55vw,1.35rem);line-height:1.58;-webkit-line-clamp:unset}.news-headliner[hidden]{display:none}.feed-message{margin-top:56px;padding:28px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feed-message strong{display:block;color:var(--ink)}.feed-message p{margin-top:6px}.feed-message[hidden],.feed-section[hidden]{display:none}.feed-loading-row{height:120px;border-bottom:1px solid var(--line);background:linear-gradient(90deg,transparent,rgba(23,23,19,.035),transparent);background-size:220% 100%;animation:loadingSweep 1.4s linear infinite}@keyframes loadingSweep{to{background-position:-220% 0}}@media(max-width:900px){.live-news-hero{padding:52px 0 68px}.live-hero-grid{grid-template-columns:1fr;gap:42px}.source-aside{max-width:620px}.source-aside .illus{min-height:270px}.feed-toolbar{align-items:flex-start;flex-direction:column;gap:14px}.news-headliner .feed-item{grid-template-columns:150px minmax(0,1fr)}}@media(max-width:600px){.live-news-hero{padding:38px 0 52px}.live-news-hero .hero-lead{font-size:1.15rem}.feed-actions{align-items:stretch;flex-direction:column}.refresh-button{width:100%}.source-aside .illus{min-height:230px}.live-feed{padding:68px 0 82px}.feed-toolbar h2{font-size:2.25rem}.feed-filters{display:grid;grid-template-columns:1fr 1fr}.feed-filter{width:100%}.news-headliner .feed-item{grid-template-columns:1fr;gap:14px;padding:22px 0 28px 16px}.news-headliner .feed-item-title{font-size:2.15rem}.news-headliner .feed-item-meta{flex-direction:row;flex-wrap:wrap;align-items:center}.feed-section{margin-top:54px}.feed-section+.feed-section{margin-top:64px}.feed-item{grid-template-columns:1fr;gap:14px;padding-inline:16px}.feed-section-head h2{font-size:1.9rem}.feed-item{padding:26px 0 30px}.feed-item-meta{flex-direction:row;flex-wrap:wrap;align-items:center}.feed-item-title{font-size:1.55rem}.feed-checked,.feed-category,.feed-date,.feed-facts{font-size:.82rem}}
