:root{--white:#fff;--neutral:#f7f7f8;--ink:#111;--muted:#666;--line:#d9d9dc;--red:#e4002b;--font:"Helvetica Neue", Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.4}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--red);outline-offset:4px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:10;border-bottom:1px solid var(--ink);background:var(--white);grid-template-columns:2fr 1fr 2fr;min-height:122px;display:grid;position:relative}.brand,.tagline,.desktop-nav{padding:24px 30px}.brand{letter-spacing:-.075em;align-items:flex-start;gap:10px;font-size:clamp(2.4rem,4.5vw,5.1rem);font-weight:700;line-height:.82;display:flex}.brand span:last-child{color:var(--red)}.tagline{border-left:1px solid var(--line);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:600;line-height:1.25}.desktop-nav{border-left:1px solid var(--line);justify-content:flex-end;align-items:flex-start;gap:30px;font-size:.85rem;font-weight:600;display:flex}.desktop-nav a,.footer-links a{position:relative}.desktop-nav a:after,.footer-links a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .24s;position:absolute;bottom:-5px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.footer-links a:hover:after{transform-origin:0;transform:scaleX(1)}.menu-button,.mobile-nav{display:none}.intro{border-bottom:1px solid var(--ink);grid-template-columns:minmax(0,1fr) minmax(240px,.25fr);min-height:340px;display:grid}.intro-copy{align-content:center;gap:20px;padding:34px 42px 38px;display:grid}.eyebrow,.section-index{color:var(--red);letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.intro h1{letter-spacing:-.075em;max-width:1100px;margin:8px 0 0;font-size:clamp(3.4rem,6.3vw,6.8rem);font-weight:700;line-height:.88}.intro-text{max-width:560px;margin:0;font-size:clamp(.95rem,1.15vw,1.15rem);line-height:1.35}.today-card{border-left:1px solid var(--line);background:var(--neutral);flex-direction:column;justify-content:flex-end;padding:30px 28px 34px;display:flex}.today-card p,.today-card span{text-transform:uppercase;margin:0;font-size:.75rem;font-weight:600}.today-card strong{letter-spacing:-.06em;margin:8px 0 22px;font-size:clamp(1.9rem,2.5vw,3.3rem);font-weight:700;line-height:.94}.today-card span{border-top:1px solid var(--ink);padding-top:12px}.news-section{padding:0 30px 100px}.section-heading{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:flex-end;min-height:205px;display:flex}.section-heading>div{align-items:baseline;gap:26px;display:flex}.section-heading h2,.agenda h2{letter-spacing:-.075em;margin:0;font-size:clamp(3rem,6vw,6.7rem);font-weight:700;line-height:.92}.demo-note{max-width:260px;color:var(--muted);margin:0 0 9px;font-size:.76rem}.toolbar{border-bottom:1px solid var(--ink);grid-template-columns:1fr minmax(230px,.4fr);min-height:88px;display:grid}.filters{scrollbar-width:none;align-items:center;gap:8px;display:flex;overflow-x:auto}.filters::-webkit-scrollbar{display:none}.filter{border:1px solid var(--ink);background:var(--white);color:var(--ink);cursor:pointer;border-radius:0;flex:none;padding:9px 15px;font-size:.78rem;font-weight:600;transition:background .18s,color .18s}.filter:hover,.filter.active{background:var(--ink);color:var(--white)}.search{border-left:1px solid var(--line);align-items:center;display:flex;position:relative}.search input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;padding:18px 44px 18px 24px;font-size:.85rem}.search input::placeholder{color:var(--muted)}.search-line{border:1px solid var(--ink);pointer-events:none;border-radius:50%;width:16px;height:16px;position:absolute;right:22px}.search-line:after{content:"";background:var(--ink);width:7px;height:1px;position:absolute;bottom:-3px;right:-5px;transform:rotate(45deg)}.article{border-bottom:1px solid var(--ink);min-height:390px;display:grid}.articles{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.article:nth-child(odd){border-right:1px solid var(--line)}.article[hidden]{display:none}.article-content{grid-template-rows:auto auto 1fr auto;padding:28px 30px 30px;display:grid}.article-meta{color:var(--red);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;font-size:.72rem;font-weight:700;display:flex}.article-meta time{color:var(--muted);font-variant-numeric:tabular-nums}.article h3{letter-spacing:-.055em;max-width:850px;min-height:2.94em;margin:64px 0 22px;font-size:clamp(2.15rem,3.5vw,4.2rem);font-weight:600;line-height:.98}.article h3 a{background:linear-gradient(var(--red), var(--red)) 0 100% / 0 2px no-repeat;transition:background-size .3s}.article h3 a:hover{background-size:100% 2px}.article-content>p{max-width:680px;color:var(--muted);margin:0 0 26px;font-size:.95rem}.article-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-top:15px;font-size:.76rem;font-weight:600;display:flex}.article-footer a{white-space:nowrap;flex:none;align-items:center;gap:11px;display:flex}.article-footer>span{min-width:0}.arrow{background:var(--ink);width:24px;height:1px;transition:width .18s;position:relative}.arrow:after{content:"";border-top:1px solid var(--ink);border-right:1px solid var(--ink);width:7px;height:7px;position:absolute;top:-3px;right:0;transform:rotate(45deg)}.article-footer a:hover .arrow{width:34px}.empty-state{text-align:left;padding:80px 0}.empty-state p{margin:0 0 20px;font-size:1.5rem}.empty-state button{border:1px solid var(--ink);background:var(--ink);color:var(--white);cursor:pointer;border-radius:0;padding:10px 16px}.pagination{justify-content:space-between;align-items:center;gap:20px;padding-top:22px;display:flex}.pagination-pages{align-items:center;gap:6px;display:flex}.pagination-button,.pagination-page{border:1px solid var(--ink);background:var(--white);min-width:42px;min-height:38px;color:var(--ink);cursor:pointer;border-radius:0;padding:8px 12px;font-size:.78rem;font-weight:600;transition:background .18s,color .18s,opacity .18s}.pagination-button:hover:not(:disabled),.pagination-page:hover,.pagination-page.active{background:var(--ink);color:var(--white)}.pagination-button:disabled{cursor:not-allowed;opacity:.35}.story-page{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);min-height:70vh;display:grid}.story-lead{border-right:1px solid var(--ink);padding:72px 42px 80px}.story-lead h1{letter-spacing:-.075em;max-width:1100px;margin:90px 0 36px;font-size:clamp(3.6rem,7vw,8rem);font-weight:700;line-height:.88}.story-summary{max-width:720px;color:var(--muted);margin:0;font-size:clamp(1.1rem,1.6vw,1.5rem);line-height:1.35}.story-meta{border-top:1px solid var(--ink);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;gap:24px;margin-top:70px;padding-top:16px;font-size:.75rem;font-weight:700;display:flex}.story-body{background:var(--neutral);align-self:stretch;padding:72px 30px;font-size:1rem;line-height:1.6}.story-body>:first-child{margin-top:0}.story-body p{margin:0 0 28px}.story-body a{border-top:1px solid var(--ink);padding:14px 0;font-size:.8rem;font-weight:700;display:block}.story-body a:last-child{border-bottom:1px solid var(--ink)}.agenda{border-top:1px solid var(--ink);background:var(--red);min-height:470px;color:var(--white);grid-template-columns:2fr 1fr 1fr;gap:30px;padding:56px 30px;display:grid}.agenda .section-index{color:var(--white);margin-bottom:32px}.agenda-copy{align-self:end;max-width:360px;margin:0;font-size:1.1rem}.agenda>a{border-bottom:1px solid var(--white);place-self:end;padding-bottom:6px;font-size:.85rem;font-weight:600}footer{background:var(--ink);min-height:180px;color:var(--white);grid-template-columns:2fr 1fr 2fr;display:grid}footer>*{margin:0;padding:28px 30px}.footer-brand{color:var(--white);letter-spacing:-.06em;font-size:2.5rem;font-weight:700}footer>p{border-left:1px solid #666;font-size:.78rem}.footer-links{border-left:1px solid #666;justify-content:flex-end;gap:24px;font-size:.75rem;display:flex}.runs-page{min-height:72vh}.runs-lead{border-bottom:1px solid var(--ink);grid-template-columns:minmax(0,2fr) minmax(300px,1fr);min-height:430px;display:grid}.runs-lead>div{flex-direction:column;justify-content:space-between;padding:52px 42px 48px;display:flex}.runs-lead>div:first-child{border-right:1px solid var(--line)}.runs-lead h1{letter-spacing:-.078em;margin:68px 0 0;font-size:clamp(4rem,8vw,9rem);font-weight:700;line-height:.82}.runs-lead-copy{background:var(--neutral)}.runs-lead-copy>p:first-child{max-width:420px;margin:auto 0;font-size:clamp(1.05rem,1.5vw,1.4rem);line-height:1.35}.runs-updated{border-top:1px solid var(--ink);letter-spacing:.05em;text-transform:uppercase;margin:0;padding-top:14px;font-size:.72rem;font-weight:700}.runs-section{padding:0 30px 100px}.runs-section-heading{border-bottom:1px solid var(--ink);align-items:baseline;gap:26px;min-height:190px;padding:52px 0 24px;display:flex}.runs-section-heading h2{letter-spacing:-.075em;margin:0;font-size:clamp(3rem,6vw,6.7rem);font-weight:700;line-height:.92}.runs-table-wrap{width:100%;overflow-x:auto}.runs-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:830px}.runs-table th,.runs-table td{border-right:1px solid var(--line);border-bottom:1px solid var(--ink);text-align:left;padding:18px 20px}.runs-table th:last-child,.runs-table td:last-child{border-right:0}.runs-table th{height:72px;color:var(--muted);letter-spacing:.07em;text-transform:uppercase;vertical-align:bottom;font-size:.68rem;font-weight:700}.runs-table th:first-child{width:30%}.runs-table tbody tr{background:var(--white)}.runs-table tbody tr[data-status=failed]{background:var(--neutral)}.run-date strong,.run-date span{display:block}.run-date strong{letter-spacing:-.07em;font-variant-numeric:tabular-nums;font-size:clamp(2rem,3vw,3.8rem);font-weight:700;line-height:.9}.run-date span{color:var(--muted);margin-top:10px;font-size:.72rem;font-weight:700}.run-status{border:1px solid var(--ink);padding:8px 12px;font-size:.72rem;font-weight:700;display:inline-block}tr[data-status=success] .run-status{background:var(--ink);color:var(--white)}tr[data-status=failed] .run-status{border-color:var(--red);background:var(--red);color:var(--white)}.run-number{color:var(--red);letter-spacing:-.07em;font-variant-numeric:tabular-nums;font-size:clamp(2.4rem,4vw,5rem);font-weight:700;line-height:1}.run-duration{font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700}.runs-message-row td{height:180px;color:var(--muted);font-size:1rem}.runs-error{padding:38px 0}.runs-error p{margin:0 0 18px}.runs-error button{border:1px solid var(--ink);background:var(--ink);color:var(--white);cursor:pointer;border-radius:0;padding:10px 16px}@media (width<=980px){.site-header{grid-template-columns:2fr 1fr}.tagline,.desktop-nav{display:none}.menu-button{border:0;border-left:1px solid var(--line);background:var(--white);cursor:pointer;border-radius:0;justify-self:stretch;font-weight:600;display:block}.mobile-nav{z-index:9;border-bottom:1px solid var(--ink);background:var(--white);padding:0 20px;position:absolute;left:0;right:0}.mobile-nav:not([hidden]){display:grid}.mobile-nav a{border-bottom:1px solid var(--line);padding:18px 0}.intro{grid-template-columns:minmax(0,1fr) 230px}.today-card{min-height:auto}.today-card strong{margin-bottom:18px}.agenda,footer{grid-template-columns:1fr 1fr}.agenda>a,.footer-links{grid-column:2}footer>p{border-left:1px solid #666}}@media (width<=700px){.site-header{min-height:84px}.brand{align-items:center;padding:18px 20px;font-size:2.5rem}.intro{grid-template-columns:1fr;min-height:auto}.intro-copy{gap:16px;min-height:280px;padding:28px 20px 30px}.intro h1{margin-top:4px;font-size:clamp(3.2rem,15vw,4.6rem);line-height:.86}.intro-text{margin-left:0;font-size:1rem}.today-card{border-top:1px solid var(--line);border-left:0;min-height:120px;padding:20px}.today-card strong{margin-bottom:14px;font-size:2rem}.news-section{padding:0 20px 70px}.section-heading{flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:25px;min-height:190px;padding-bottom:22px}.section-heading>div{width:100%;display:block}.section-heading .section-index{margin-bottom:12px}.section-heading h2{line-height:.92}.section-heading h2,.agenda h2{font-size:clamp(3.2rem,15vw,5.2rem)}.demo-note{margin:0}.toolbar{grid-template-columns:1fr;padding-top:14px}.filters{padding-bottom:14px}.search{border-top:1px solid var(--line);border-left:0;min-height:60px}.search input{padding-left:0}.article{min-height:370px}.article-content{padding:24px 0}.articles{grid-template-columns:1fr}.article:nth-child(odd){border-right:0}.article h3{min-height:0;margin:54px 0 18px;font-size:2.45rem}.article-content>p{font-size:.9rem}.article-footer{gap:12px;font-size:.68rem}.pagination{gap:12px}.pagination-button{padding-inline:9px}.story-page{grid-template-columns:1fr}.story-lead{border-right:0;padding:44px 20px 50px}.story-lead h1{margin:60px 0 28px;font-size:clamp(3.2rem,15vw,5rem)}.story-meta{flex-direction:column;align-items:flex-start;margin-top:50px}.story-body{border-top:1px solid var(--ink);padding:44px 20px}.runs-lead{grid-template-columns:1fr;min-height:auto}.runs-lead>div{min-height:300px;padding:38px 20px}.runs-lead>div:first-child{border-right:0;border-bottom:1px solid var(--ink)}.runs-lead h1{margin-top:60px;font-size:clamp(3.5rem,17vw,5.5rem)}.runs-lead-copy{min-height:240px}.runs-section{padding:0 20px 70px}.runs-section-heading{min-height:180px;padding-top:54px;display:block}.runs-section-heading .section-index{margin-bottom:12px}.runs-section-heading h2{font-size:clamp(3.2rem,15vw,5rem)}.agenda{grid-template-columns:1fr;min-height:520px;padding:42px 20px}.agenda-copy,.agenda>a{grid-column:1;justify-self:start}footer{grid-template-columns:1fr}footer>*{padding:22px 20px}footer>p,.footer-links{border-top:1px solid #666;border-left:0;grid-column:1;justify-content:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
