@import url('/fonts/fonts.css');
:root{--bg:#f6f7f2;--paper:#fffefa;--ink:#242d27;--muted:#69736b;--line:#d9ded3;--green:#cbeaab;--green-ink:#32462c;--yellow:#f8e9b0;--blue:#c4dfe4;--pink:#eed1c7;--shadow:#243527;--accent:#4a6b3a;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif;line-height:1.6;font-size:15px;-webkit-font-smoothing:antialiased}body.dark{--bg:#19221d;--paper:#202b23;--ink:#ecf0e7;--muted:#abb8ac;--line:#3c4b3f;--green:#b7d999;--green-ink:#22391f;--yellow:#ead99e;--blue:#abcdd1;--pink:#e0beb4;--shadow:#080e09;--accent:#b7d999;color-scheme:dark}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #5d8e49;outline-offset:5px}svg{display:inline-block;width:22px;height:22px;vertical-align:middle;flex-shrink:0}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:600;letter-spacing:-.045em;line-height:1.13}h1{font-size:62px}h2{font-size:33px}h3{font-size:21px}p{color:var(--muted)}small{font-size:inherit}.wrap{max-width:1152px;padding:0 32px;margin:auto}.header{height:112px;display:flex;align-items:center;gap:42px;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;font-size:27px;font-weight:750;letter-spacing:-1.5px;line-height:1}.brand-mark{width:34px;height:34px;background:var(--ink);color:var(--bg);display:grid;place-items:center;border-radius:10px;margin-right:9px}.brand-mark svg{width:23px;height:23px}.brand-period{color:var(--accent)}.nav{display:flex;gap:30px;margin-left:25px;align-items:center}.nav a{font-size:14px;color:var(--muted);padding:8px 0}.nav a[aria-current=page]{color:var(--ink);position:relative}.nav a[aria-current=page]:after{content:'';width:4px;height:4px;background:var(--accent);position:absolute;left:calc(50% - 2px);bottom:0;border-radius:50%}.header-actions{margin-left:auto;display:flex;align-items:center;gap:15px}.lang-link{font-size:13px;font-weight:500;padding:5px 0}.icon-button{width:31px;height:34px;background:none;color:var(--ink);border:0;display:grid;place-items:center;padding:0}.icon-button svg{width:19px}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;background:var(--ink);color:var(--bg);font-size:14px;font-weight:600;padding:14px 20px;border:1px solid var(--ink);border-radius:7px;line-height:1.4;transition:transform .18s,box-shadow .18s}.button:hover{transform:translateY(-2px);box-shadow:0 4px 0 var(--line)}.button.small{padding:10px 14px;font-size:13px;gap:8px}.button svg{width:18px;height:18px}.header-subscribe{white-space:nowrap}.intro{display:grid;grid-template-columns:1.5fr 1fr;align-items:center;gap:24px;padding:42px 0 30px}.eyebrow{font-family:'DM Mono',ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:400;font-size:10px;letter-spacing:.11em;color:var(--muted);line-height:1.6}.intro-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:18px}.intro-eyebrow>span{height:6px;width:6px;background:var(--accent);border-radius:50%}.intro h1{font-size:67px;font-weight:500;line-height:1.03;letter-spacing:-.065em}.intro h1 em{font-style:normal;color:var(--accent)}.intro-copy{max-width:460px;font-size:15px;line-height:1.7;margin-top:23px}.intro-aside{display:flex;justify-content:center;align-items:center}.orbit-art{position:relative;width:252px;height:233px;display:grid;place-items:center;transform:rotate(-8deg)}.orbit{position:absolute;border:1px dashed #b2c3aa;width:231px;height:161px;border-radius:50%;transform:rotate(-28deg)}.orbit-two{transform:rotate(48deg);width:232px;height:167px}.orbit-center{height:106px;width:106px;border-radius:28px;background:var(--green);border:1px solid #65875a;color:var(--green-ink);display:grid;place-items:center;box-shadow:5px 6px 0 #6c835d;transform:rotate(15deg)}.orbit-center svg{width:62px;height:62px}.orbit-label{position:absolute;bottom:5px;font:9px 'DM Mono',monospace;letter-spacing:.12em;transform:rotate(8deg);color:var(--muted)}.orbit-star{position:absolute;color:#749a63}.star-one{font-size:42px;right:3px;top:18px}.star-two{font-size:30px;left:5px;bottom:32px}.freshness{display:flex;align-items:center;gap:8px;font:10px 'DM Mono',monospace;color:var(--muted);margin-bottom:15px;min-height:20px}.freshness>span:nth-child(2){color:var(--accent)}.live-dot{width:6px;height:6px;border-radius:50%;background:#6b914f;box-shadow:0 0 0 3px #90b57c1c}.fresh-divider{opacity:.4;margin:0 4px}.freshness>a{display:inline-flex;gap:3px;align-items:center;margin-left:auto}.freshness>a svg{width:14px;height:14px}.delayed .live-dot{background:#b98d3d}.delayed>span:nth-child(2){color:#997c38}.status-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:18px}.latest-card,.next-card{border:1px solid var(--ink);border-radius:12px;padding:25px 28px;min-height:252px;position:relative}.latest-card{background:var(--green);color:var(--green-ink);box-shadow:3px 4px 0 var(--shadow);overflow:hidden}.latest-card:after{content:'';position:absolute;width:145px;height:145px;border:1px solid #76936435;border-radius:50%;right:-45px;top:60px;pointer-events:none}.card-top{display:flex;justify-content:space-between;align-items:center}.latest-card .eyebrow{color:#48643c}.status-icon{display:grid;place-items:center;width:26px;height:26px;border:1px solid #69895c66;border-radius:50%}.status-icon svg{width:15px;height:15px}.elapsed{font-family:'DM Mono',ui-monospace,monospace;display:flex;gap:19px;margin-top:12px;font-size:52px;line-height:1.2;letter-spacing:-.075em;white-space:nowrap}.elapsed small{font-family:'DM Sans',sans-serif;letter-spacing:-.02em;font-size:17px;font-weight:500;margin-left:5px;opacity:.7}.elapsed-caption{color:#4c6541;font-size:12px;margin-top:6px}.latest-card-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #78946866;margin-top:22px;padding-top:16px;gap:12px;font-size:11px;position:relative;z-index:1}.latest-origin{display:block;color:#566e48;font-size:10px;margin-top:1px}.source-link{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:500;white-space:nowrap}.source-link svg{width:16px;height:16px}.source-link:hover{text-decoration:underline}.next-card{background:var(--paper);border-color:var(--line)}.waiting-symbol{font-size:24px;line-height:20px;letter-spacing:1px;opacity:.65}.next-card h2{font-size:28px;margin-top:22px;letter-spacing:-.04em}.next-card p{margin-top:13px;font-size:13px;line-height:1.7;max-width:305px}.text-button{display:inline-flex;gap:5px;align-items:center;font-size:12px;font-weight:600;margin-top:22px}.text-button svg{width:16px;height:16px}.text-button:hover{text-decoration:underline}.next-card>time{display:block;margin-top:12px;font-size:12px}.latest-strip{display:flex;align-items:center;gap:13px;margin-top:22px;padding:13px 17px;background:var(--paper);border:1px solid var(--line);border-radius:7px}.latest-strip>.eyebrow{font-size:9px;white-space:nowrap}.strip-title{font-size:12px;flex:1;line-height:1.4}.latest-strip>a{margin-left:auto;width:24px}.badge{font-size:10px;font-weight:500;display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:5px;background:#e8eddf;color:#426239;white-space:nowrap;border:1px solid #ccd8c0;line-height:1.4}.type-dot{width:4px;height:4px;background:currentColor;border-radius:50%}.badge.banked{background:#fbf0c8;color:#816728;border-color:#dfd1a4}.badge.compensation{background:#f7e4db;color:#8a5643;border-color:#e5c5b6}.badge.mixed{background:#e0eff1;color:#43686d;border-color:#c6dcdf}.stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:39px;position:relative;padding-bottom:30px}.stats>div{display:flex;flex-direction:column;gap:2px;text-align:center;border-right:1px solid var(--line);font-size:11px;color:var(--muted)}.stats>div:last-of-type{border:0}.stat-number{font-family:'DM Mono',monospace;font-size:33px;letter-spacing:-.07em;color:var(--ink);line-height:1.4}.stat-number small{font:12px 'DM Sans',sans-serif;margin-left:5px;color:var(--muted);letter-spacing:0}.stat-number small:first-child{font-size:17px}.stat-note{position:absolute;bottom:-1px;width:100%;text-align:center;font-size:10px}.section{margin-top:67px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.section-heading .eyebrow{font-size:9px;margin-bottom:8px}.section-heading h2{font-size:30px}.section-heading p:not(.eyebrow){font-size:12px;margin-top:10px}.year-label{font:12px 'DM Mono',monospace;color:var(--muted);border:1px solid var(--line);padding:5px 11px;border-radius:5px}.calendar-panel{padding:28px 23px 18px;border:1px solid var(--line);border-radius:10px;background:var(--paper)}.calendar-scroll{overflow-x:auto;padding:6px 0 2px}.calendar-body{display:flex;gap:12px;min-width:615px;padding-top:19px}.weeks{display:flex;gap:6px;flex:1}.week{position:relative;display:flex;flex-direction:column;gap:6px;flex:1}.heat{height:15px;display:block;width:100%;border-radius:3px;background:#e5e9dd;border:1px solid #d9dfcf}.heat.regular{background:#9bc777;border-color:#8db566}.heat.banked{background:#edd27d;border-color:#d9be67}.heat.compensation{background:#dbb0a1;border-color:#c99e8e}.heat.mixed{background:#9ec6cf;border-color:#88b4be}.heat.future{background:transparent;border:1px dashed var(--line);opacity:.5}a.heat{transition:transform .15s,filter .15s}a.heat:hover{transform:scale(1.16);filter:brightness(.9)}.month{font:9px 'DM Mono',monospace;position:absolute;top:-23px;left:0;white-space:nowrap;color:var(--muted)}.day-labels{width:26px;display:flex;flex-direction:column;gap:6px;font:8px 'DM Mono',monospace;color:var(--muted)}.day-labels>span{height:15px;display:block;line-height:15px}.calendar-bottom{display:flex;gap:15px;align-items:center;justify-content:space-between;margin-top:21px;font-size:9px;color:var(--muted)}.calendar-bottom>span{font-size:10px}.legend{display:flex;gap:13px;flex-wrap:wrap}.legend>span{display:flex;align-items:center;gap:5px;white-space:nowrap}.legend .heat{width:9px;height:9px;flex-shrink:0;border-radius:2px}.time-control{display:flex;align-items:center;gap:7px;font-size:10px;color:var(--muted)}.time-control>label{font-size:0}.time-control>label:before{content:'◷';font-size:15px}.time-control select{font-size:11px;color:var(--muted);background:var(--paper);border:1px solid var(--line);border-radius:5px;padding:7px 26px 7px 10px}.events{border-top:1px solid var(--line)}.event{display:flex;gap:21px;padding:24px 0 23px;border-bottom:1px solid var(--line)}.event-index{font:11px 'DM Mono',monospace;color:#8b9485;width:26px;flex-shrink:0;padding-top:3px;position:relative}.event-index:after{content:'';width:4px;height:4px;background:var(--line);border-radius:50%;display:block;margin:12px 0 0 4px}.event-body{flex:1;min-width:0}.event-meta{display:flex;gap:12px;align-items:center;justify-content:space-between}.event-date{font:9px 'DM Mono',monospace;color:var(--muted)}.event h3{font-size:19px;letter-spacing:-.025em;margin-top:12px;font-weight:550}.event p{font-size:13px;line-height:1.8;margin-top:9px;max-width:790px}.event-footer{display:flex;gap:15px;align-items:center;justify-content:space-between;margin-top:14px}.scope{font-size:9px;color:var(--muted);line-height:1.6}.observation{color:var(--accent)}.archive-button{margin-top:24px;display:flex;background:transparent;color:var(--ink);border:1px solid var(--line);padding:13px}.count-pill{font:10px 'DM Mono',monospace;border:1px solid var(--line);padding:2px 5px;border-radius:4px;color:var(--muted)}.archive-button>svg{margin-left:5px}.smallprint{font-size:10px;color:var(--muted)}.date-note{text-align:center;margin-top:12px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.guide-card{display:flex;flex-direction:column;padding:24px 22px;background:var(--paper);border:1px solid var(--line);border-radius:9px;transition:transform .18s,box-shadow .18s}.guide-card:hover{transform:translateY(-4px);box-shadow:0 6px 0 #7e907314}.guide-card .eyebrow{font-size:8px}.guide-card h3{font-size:21px;line-height:1.2;margin-top:18px;letter-spacing:-.035em;max-width:210px}.guide-card p{font-size:11px;line-height:1.8;margin-top:12px}.guide-link{margin-top:auto;padding-top:25px;display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:500}.guide-link svg{width:17px;height:17px}.guide-0{border-top:3px solid #a9c795}.guide-1{border-top:3px solid #e4cd81}.guide-2{border-top:3px solid #a8c7cd}.faq-section{display:grid;grid-template-columns:.8fr 1.3fr;gap:45px;margin-bottom:65px}.faq-section>div>.eyebrow{font-size:9px;margin-bottom:10px}.faq-section h2{font-size:31px}.faq-section>div>p:not(.eyebrow){font-size:12px;line-height:1.8;margin-top:14px;max-width:260px}.faqs{border-top:1px solid var(--line)}.faqs details{border-bottom:1px solid var(--line)}.faqs summary{list-style:none;cursor:pointer;font-size:13px;padding:17px 0;display:flex;justify-content:space-between;gap:20px;line-height:1.5;font-weight:500}.faqs summary::-webkit-details-marker{display:none}.faqs summary>span{font-size:19px;color:var(--muted);font-weight:400;line-height:1.1}.faqs details[open] summary>span{transform:rotate(45deg)}.faqs details>p{font-size:12px;line-height:1.9;padding:0 20px 20px 0}.subscribe-banner{border:1px solid #b5c9a5;background:#e4eddb;padding:32px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-radius:10px;color:#283a22}.subscribe-banner h2{font-size:27px;margin-top:8px}.subscribe-banner .eyebrow{color:#596f4c;font-size:9px}.subscribe-banner p{font-size:12px;margin-top:9px;color:#64775a}.subscribe-banner .button{background:#283a22;color:#f2f7ed;border-color:#283a22}.footer{margin-top:80px;padding-top:34px;padding-bottom:32px;border-top:1px solid var(--line);display:flex;gap:40px;align-items:flex-start}.footer-brand{font-size:21px;letter-spacing:-.9px}.footer-brand .brand-mark{width:26px;height:26px;border-radius:7px}.footer-brand svg{width:17px;height:17px}.footer p{font-size:11px;margin-top:13px}.footer p.smallprint{font-size:9px;margin-top:4px}.footer-links{display:flex;flex-direction:column;gap:7px;font-size:11px;margin-left:auto}.footer-links a{display:flex;align-items:center;gap:5px}.footer-links svg{width:12px;height:12px}.footer a:hover{text-decoration:underline}.footer-credit{font-size:9px;color:var(--muted);line-height:1.9}.footer-credit a{text-decoration:underline}.footer-credit>span{display:block;margin-top:7px}.page-intro{padding:65px 0 40px;max-width:780px}.page-intro .eyebrow{margin-bottom:16px}.page-intro h1{font-size:48px}.page-intro p:not(.eyebrow){font-size:15px;max-width:590px;margin-top:20px}.heading-dot{color:var(--accent)}.page-intro+.freshness+.activity{margin-top:33px}.archive-tools{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.filters{display:flex;gap:6px;flex-wrap:wrap}.filter{border:1px solid var(--line);border-radius:6px;padding:7px 11px;font-size:11px;color:var(--muted)}.filter.selected{background:var(--ink);color:var(--bg);border-color:var(--ink)}.search-form{display:flex;gap:9px;max-width:510px}.search-form input{min-width:0;flex:1;padding:10px 13px;border:1px solid var(--line);border-radius:6px;background:var(--paper);color:var(--ink);font-size:12px}.results-info{font-size:10px;color:var(--muted);display:flex;align-items:center;gap:12px;margin:22px 0 12px}.results-info a{text-decoration:underline}.empty-state{padding:40px 0;font-size:14px}.breadcrumbs{display:flex;gap:12px;font-size:11px;color:var(--muted);margin:35px 0}.breadcrumbs a:hover{text-decoration:underline}.article{max-width:730px;margin:20px auto 0}.article header{border-bottom:1px solid var(--line);padding-bottom:32px;margin-bottom:35px}.article header .eyebrow{margin-bottom:17px}.article h1{font-size:48px;letter-spacing:-.05em;line-height:1.15}.article-deck{font-size:17px;margin-top:18px;line-height:1.7}.article-meta{font:10px 'DM Mono',monospace;margin-top:22px}.article h2{font-size:25px;letter-spacing:-.025em;margin:32px 0 12px}.article p:not(.eyebrow):not(.article-meta):not(.article-deck){font-size:14px;line-height:1.9}.article p a{text-decoration:underline;text-underline-offset:3px}.article-source{background:var(--paper);padding:22px;border:1px solid var(--line);border-radius:7px;margin:35px 0 25px}.article-source>a{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-top:10px}.article-source p{font-size:11px!important;margin-top:12px}.article-source>a svg{width:18px}.related-guides h2{margin-bottom:25px}.info-article{padding-top:70px}.feed-copy{border:1px solid var(--line);border-radius:7px;padding:12px;background:var(--paper);display:flex;align-items:center;gap:13px;margin-top:23px}.feed-copy code{font:12px 'DM Mono',monospace;flex:1;overflow-wrap:anywhere}.copy-status{font-size:11px!important;min-height:22px;margin:7px 0}.subscribe-feed-icon{width:55px;height:55px;display:grid;place-items:center;background:var(--green);color:var(--green-ink);border:1px solid #abc893;border-radius:12px}.subscribe-feed-icon svg{width:30px;height:30px}.not-found{padding:100px 0}.not-found h1{margin-top:20px}.not-found p:not(.eyebrow){margin-top:20px}.not-found .button{margin-top:30px}.skip-link{position:fixed;z-index:10;top:-100px;left:20px;background:var(--ink);color:var(--bg);padding:10px 20px;border-radius:5px}.skip-link:focus{top:12px}.visually-hidden{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden}.muted{color:var(--muted)}[hidden]{display:none!important}
@media(min-width:1450px){.wrap{max-width:1180px}.intro{padding-top:67px}.intro h1{font-size:73px}.latest-card,.next-card{min-height:268px}.elapsed{font-size:60px;margin-top:16px}}
@media(max-width:1000px){.header{gap:20px}.nav{gap:21px;margin-left:5px}.header-actions{gap:11px}.intro h1{font-size:58px}.status-grid{grid-template-columns:1.4fr 1fr}.elapsed{font-size:44px;gap:13px}.latest-card,.next-card{padding:23px}.next-card h2{font-size:25px}.calendar-bottom{flex-wrap:wrap}.calendar-bottom>span{display:none}.footer{gap:25px}.freshness{font-size:9px}}
@media(max-width:760px){.wrap{padding-left:23px;padding-right:23px}.header{height:90px;position:relative;flex-wrap:wrap;gap:0;padding-bottom:27px;padding-top:15px}.brand{font-size:24px}.brand-mark{width:29px;height:29px;border-radius:8px}.brand-mark svg{width:20px;height:20px}.header-actions{gap:14px}.header-subscribe{display:none}.nav{position:absolute;bottom:6px;left:24px;gap:23px;margin:0}.nav a{font-size:11px;padding:3px 0}.nav a[aria-current=page]:after{bottom:-3px}.intro{padding:39px 0 30px;grid-template-columns:1fr .4fr;gap:0}.intro h1{font-size:48px}.intro-copy{font-size:12px;line-height:1.8;margin-top:18px}.intro-eyebrow{font-size:8px;margin-bottom:16px}.orbit-art{width:150px;height:174px}.orbit{width:138px;height:107px}.orbit-two{width:144px;height:100px}.orbit-center{width:72px;height:72px;border-radius:19px;box-shadow:4px 5px 0 #6c835d}.orbit-center svg{width:43px;height:43px}.orbit-label{display:none}.star-one{font-size:29px;right:-4px;top:16px}.star-two{font-size:22px;left:2px;bottom:18px}.freshness{flex-wrap:wrap;gap:6px;font-size:8px;margin-bottom:12px}.freshness>a{font-size:0}.freshness>a svg{width:13px}.fresh-divider{margin:0 1px}.status-grid{grid-template-columns:1fr;gap:16px}.latest-card{min-height:245px;padding:23px 25px}.elapsed{font-size:57px;margin-top:13px;gap:22px}.latest-card-bottom{margin-top:21px}.next-card{min-height:unset;padding:23px 25px}.next-card h2{font-size:28px;margin-top:16px}.next-card p{max-width:none;font-size:12px;margin-top:10px}.next-card .text-button{margin-top:16px}.latest-strip{flex-wrap:wrap;gap:8px;padding:12px 14px;margin-top:19px}.latest-strip>.eyebrow{font-size:8px}.latest-strip .badge{font-size:9px}.latest-strip .strip-title{flex-basis:calc(100% - 28px);font-size:11px;order:2}.latest-strip>a{order:3}.stats{margin-top:29px;padding-bottom:42px}.stat-number{font-size:29px}.stats>div{font-size:9px}.stat-number small{font-size:10px}.stat-note{font-size:9px;max-width:310px;left:50%;transform:translateX(-50%);line-height:1.7}.section{margin-top:46px}.section-heading{gap:14px;margin-bottom:20px}.section-heading h2{font-size:27px}.section-heading p:not(.eyebrow){font-size:11px;margin-top:9px}.section-heading .eyebrow{font-size:8px}.calendar-panel{padding:23px 17px 16px}.calendar-bottom{margin-top:17px}.legend{gap:10px;font-size:8px;line-height:1.5}.event{gap:10px;padding:23px 0}.event-index{font-size:9px;width:18px}.event-meta{gap:5px;flex-wrap:wrap}.event-date{font-size:10px}.event h3{font-size:18px;margin-top:12px;line-height:1.35}.event p{font-size:13px}.event-footer{align-items:flex-start;gap:10px}.scope{font-size:8px}.event .source-link{font-size:10px}.guide-grid{grid-template-columns:1fr}.guide-card{padding:23px 24px}.guide-card h3{font-size:23px;max-width:none;margin-top:11px}.guide-card p{font-size:12px}.guide-link{padding-top:19px}.faq-section{grid-template-columns:1fr;gap:25px;margin-bottom:46px}.faq-section>div>p:not(.eyebrow){max-width:340px;font-size:11px}.faqs summary{font-size:12px}.subscribe-banner{padding:26px 24px;flex-direction:column;align-items:flex-start}.subscribe-banner h2{font-size:25px}.subscribe-banner p{font-size:11px}.subscribe-banner>.button{margin-top:1px}.footer{margin-top:50px;flex-wrap:wrap;padding-top:29px;gap:24px}.footer-links{font-size:10px}.footer-credit{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;font-size:8px}.footer-credit>span{margin:0}.footer-credit br{display:none}.page-intro{padding:43px 0 30px}.page-intro h1{font-size:36px}.page-intro p:not(.eyebrow){font-size:13px;margin-top:16px}.archive-tools{align-items:flex-start;gap:7px}.filters{gap:5px}.filter{font-size:9px;padding:6px 8px}.time-control select{font-size:10px;padding:6px 20px 6px 8px}.time-control label{display:none}.article{margin-top:24px}.article h1{font-size:37px}.article h2{font-size:23px}.article-deck{font-size:15px}.article p:not(.eyebrow):not(.article-meta):not(.article-deck){font-size:13px}.article-meta{font-size:9px}.info-article{padding-top:29px}.feed-copy{flex-wrap:wrap}.feed-copy code{font-size:11px}.not-found{padding:70px 0}.not-found h1{font-size:47px}}
@media(max-width:450px){.intro{grid-template-columns:1fr}.intro h1{font-size:48px}.intro-aside{display:none}.intro-copy{max-width:320px}.intro{padding-top:35px}.elapsed{font-size:51px;gap:17px}.latest-card .eyebrow{font-size:9px}.latest-card-bottom time{font-size:10px}.latest-card .source-link{font-size:10px}.header-actions{gap:13px}.freshness .sync-time{font-size:8px}.event-date{font-size:10px}.archive-tools{flex-wrap:wrap}.calendar-scroll{margin-right:-6px}.calendar-panel:after{content:'↔';display:block;text-align:right;color:var(--muted);font-size:12px;margin-top:5px}.footer-links{gap:8px}.year-label{font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
