:root{color-scheme:light;--ground: #FDEEEA;--card: #FFFFFF;--field: #FDEEEA;--text: #1C1C1C;--muted: #7A6F6B;--hairline: #EFE6E3;--accent: #FF4A2E;--accent-hover: #E63D24;--accent-soft: #FFEAE5;--on-accent: #FFFFFF;--highlight: #F5B400;--info: #7B86F6;--success: #2E9E5B;--error: #D93025;--shadow: 0 8px 32px rgba(60, 30, 20, .06);--ring: rgb(255 74 46 / .35);--sans: "Outfit", "SF Pro Rounded", ui-rounded, system-ui, sans-serif;--radius-card: 24px;--radius: 16px;--pill: 9999px;--ui: .9375rem;--voice-size: 1.35rem;--measure: 42rem;--gutter: 12px;--card-pad: 1.25rem;--tap: 2.75rem}:root[data-theme=dark]{color-scheme:dark;--ground: #121212;--card: #1C1C1C;--field: #242424;--text: #F3F1EC;--muted: #9C9C9C;--hairline: #2E2E2E;--accent: #FF5A3F;--accent-hover: #FF7A63;--accent-soft: rgb(255 90 63 / .16);--highlight: #FFC233;--info: #8FA0FF;--success: #3FBF75;--error: #FF7A63;--shadow: 0 8px 32px rgba(0, 0, 0, .4);--ring: rgb(255 90 63 / .35)}@media(min-width:40rem){:root{--gutter: clamp(1rem, 4vw, 2rem);--card-pad: 2rem}}*{box-sizing:border-box}html{font-size:clamp(1rem,.95rem + .25vw,1.0625rem);-webkit-text-size-adjust:100%}body{margin:0;background:var(--ground);color:var(--text);font-family:var(--sans);font-size:var(--ui);line-height:1.55;overflow-wrap:anywhere}a{color:var(--text);text-decoration:underline;text-decoration-color:var(--hairline);text-underline-offset:.15em}a:hover{text-decoration-color:currentColor}:focus-visible{outline:3px solid var(--ring);outline-offset:0}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.cursor{display:inline-block;width:.16em;height:.9em;margin-left:.1em;vertical-align:-.1em;border-radius:2px;background:var(--accent);animation:blink 1s steps(1,end) infinite}@media(prefers-reduced-motion:reduce){.cursor{animation:none}}main{max-width:var(--measure);margin:0 auto;padding:.25rem var(--gutter) 4rem;display:flex;flex-direction:column;gap:12px}@media(min-width:40rem){main{gap:1.25rem;padding-bottom:6rem}}body.bare main{max-width:none;padding:0;display:block}.card{background:var(--card);border-radius:var(--radius-card);box-shadow:var(--shadow);padding:var(--card-pad)}.card-head{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--hairline)}.card-head>:last-child{margin-bottom:0}h1,h2,h3,h4{margin:0;font-weight:800;letter-spacing:-.02em;line-height:1.15}h1.question{font-size:clamp(2rem,1.5rem + 2.5vw,2.75rem);margin:0 0 .5rem}h2{font-size:1.25rem}h2 .count{margin-left:.4rem;color:var(--muted);font-weight:600;font-size:.9em}.lede{font-size:1.05rem;font-weight:500;margin:0 0 .5rem}.how,.note,.facts,.crumb,.meta,.site-foot{color:var(--muted)}.how{margin:0 0 1rem}.how a,.crumb a{display:inline-block;padding:.35rem 0;color:var(--text);font-weight:600}.note{margin:0 0 .75rem;font-size:.875rem}.note.error{color:var(--error)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--tap);padding:0 1.25rem;border:0;border-radius:var(--pill);font:inherit;font-size:var(--ui);font-weight:600;text-decoration:none;white-space:nowrap;cursor:pointer;background:var(--accent-soft);color:var(--accent)}.button:hover:not(:disabled){filter:brightness(.98)}.button.primary{background:var(--accent);color:var(--on-accent)}.button.primary:hover:not(:disabled){background:var(--accent-hover);filter:none}.button.accent{background:none;color:var(--accent)}.button.accent:hover:not(:disabled){background:var(--accent-soft);filter:none}.button.quiet{background:none;color:var(--muted)}.button.quiet:hover:not(:disabled){color:var(--text);background:var(--field);filter:none}.button:disabled{opacity:.4;cursor:default}button.link{min-height:var(--tap);padding:0;border:0;background:none;font:inherit;color:var(--text);font-weight:600;text-decoration:underline;text-decoration-color:var(--hairline);text-underline-offset:.15em;cursor:pointer}button.link:hover{text-decoration-color:currentColor}.corner{display:flex;align-items:center;gap:.5rem}button.pill{min-height:var(--tap);padding:0 1rem;border:0;border-radius:var(--pill);background:var(--card);color:var(--muted);box-shadow:var(--shadow);font:inherit;font-size:.8125rem;font-weight:600;white-space:nowrap;cursor:pointer}button.pill:hover{color:var(--text)}button.pill[aria-pressed=true]{color:var(--accent);background:var(--accent-soft)}button.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:var(--tap);height:var(--tap);padding:0;border:0;border-radius:50%;background:var(--card);color:var(--text);box-shadow:var(--shadow);cursor:pointer}.theme-toggle svg{width:20px;height:20px}:root[data-theme=dark] .theme-toggle .sun,:root:not([data-theme=dark]) .theme-toggle .moon{display:none}.masthead{max-width:var(--measure);margin:0 auto;padding:.75rem var(--gutter) .5rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.masthead .brand{display:inline-flex;align-items:center;min-height:var(--tap);font-weight:800;letter-spacing:-.02em;text-decoration:none;white-space:nowrap}.masthead nav{display:flex;align-items:center;gap:.25rem}.masthead nav a{display:inline-flex;align-items:center;min-height:var(--tap);padding:0 .7rem;border-radius:var(--pill);color:var(--muted);font-weight:600;text-decoration:none}.masthead nav a:hover{color:var(--text);background:var(--card)}.masthead .theme-toggle{margin-left:.25rem}.hero .actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin:1.25rem 0 .75rem}.hero .note{margin:0}ol.entries{list-style:none;margin:0;padding:0}ol.entries li{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;min-height:var(--tap);padding:.6rem 0;border-bottom:1px solid var(--hairline);break-inside:avoid}ol.entries li:last-child{border-bottom:0}ol.entries .name{font-weight:700;min-width:0}ol.entries .meta{flex:0 0 auto;font-size:.8125rem;text-align:right;white-space:nowrap}@media(min-width:40rem){ol.entries{columns:2;column-gap:2.5rem}ol.entries li{min-height:0;padding:.5rem 0}}ul.round-list{list-style:none;margin:0;padding:0}ul.round-list li{display:flex;flex-direction:column;gap:.15rem;padding:.75rem 0;border-bottom:1px solid var(--hairline)}ul.round-list li:last-child{border-bottom:0;padding-bottom:0}ul.round-list li>a,ul.round-list li>span:first-child{display:inline-block;min-height:1.75rem}ul.round-list li a{font-weight:700;text-decoration:none}ul.round-list .facts{font-size:.875rem}@media(min-width:40rem){ul.round-list li{flex-direction:row;justify-content:space-between;align-items:baseline;gap:1rem}}.tag{display:inline-block;margin-left:.5rem;padding:.1rem .6rem;border-radius:var(--pill);background:var(--field);color:var(--muted);font-size:.75rem;font-weight:600;letter-spacing:0;vertical-align:middle}table.board{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}table.board th,table.board td{text-align:left;padding:.6rem .25rem;border-bottom:1px solid var(--hairline)}table.board tr:last-child td{border-bottom:0}table.board th{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}table.board td:first-child,table.board th:first-child{width:2.5rem;color:var(--muted)}table.board td:nth-child(2){font-weight:600}table.board td:nth-child(3),table.board td:nth-child(4),table.board th:nth-child(3),table.board th:nth-child(4){text-align:right;white-space:nowrap}.today .card-head{display:flex;justify-content:space-between;align-items:center;gap:1rem}#board-switch{margin:0}#board-switch a{display:inline-block;min-height:var(--tap);line-height:var(--tap);font-weight:600;text-decoration:none;color:var(--accent)}.voice,.transcript p,.transcript h3+p{font-size:var(--voice-size);font-weight:600;line-height:1.3;letter-spacing:-.01em;color:var(--text)}.round-head .crumb{margin:0 0 .35rem;font-size:.8125rem}.round-head .crumb a{padding:0;color:var(--muted);text-decoration:none}.round-head h1{font-size:1.5rem}.round-head .facts{margin:.4rem 0 0;font-size:.875rem}.transcript p{margin:0 0 1.25rem}.transcript p em:only-child{color:var(--muted);font-weight:500;font-style:normal}.transcript p:has(>strong:first-child){margin:0 0 .6rem;padding-top:1.25rem;border-top:1px solid var(--hairline);color:var(--muted);font-size:var(--ui);font-weight:400;line-height:1.55;letter-spacing:0}.transcript p:has(>strong:first-child) strong{font-weight:700}.transcript h2{margin:2.5rem 0 1rem;padding-top:1.25rem;border-top:1px solid var(--hairline);color:var(--muted);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.transcript h3{margin:1.75rem 0 .5rem;font-size:1.05rem}.transcript h2+h3{margin-top:0}.transcript ul{list-style:none;margin:0;padding:0}.transcript li{padding:.75rem 0;border-top:1px solid var(--hairline);font-size:1.05rem;font-weight:500;line-height:1.45}.transcript li:first-child{border-top:0;padding-top:0}.transcript li strong{font-weight:800}.adjacent h3{margin:1rem 0 .25rem;color:var(--muted);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.adjacent ul{list-style:none;margin:0;padding:0}.adjacent li{border-top:1px solid var(--hairline)}.adjacent li a,.adjacent p a{display:inline-block;min-height:var(--tap);line-height:var(--tap);font-weight:600;text-decoration:none}.adjacent p{margin:0}.adjacent p a{color:var(--muted)}.adjacent .facts{font-size:.875rem}.about section+section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--hairline)}.about h2{margin:0 0 .5rem;font-size:1.15rem}.about p,.about li{margin:0 0 .75rem}.about ul{margin:0;padding-left:1.1rem}.about strong{font-weight:700}.about .voice{margin:.5rem 0 0}.site-foot{max-width:var(--measure);margin:0 auto;padding:0 var(--gutter) 3rem;font-size:.8125rem}
