:root,[data-theme=light]{--tp-canvas:#f2f4f7;--tp-surface:#fff;--tp-surface-raised:#fff;--tp-surface-sunken:#ebeef2;--tp-text:#14171f;--tp-text-secondary:#565f6e;--tp-text-tertiary:#8b94a3;--tp-border:#e4e8ed;--tp-border-strong:#d3d9e0;--tp-accent:#2b50d4;--tp-accent-hover:#1e3ca8;--tp-accent-contrast:#fff;--tp-accent-soft:#2b50d414;--tp-accent-ring:#2b50d466;--tp-commentary-bg:#fbf4e7;--tp-commentary-border:#ecd9b4;--tp-commentary-label:#9a6a1e;--tp-commentary-text:#3f3a2e;--tp-breaking:#c0392b;--tp-shadow-sm:0 1px 2px #14171f0a, 0 1px 3px #14171f08;--tp-shadow-md:0 4px 12px #14171f0f, 0 2px 4px #14171f0a;--tp-shadow-lg:0 16px 40px #14171f24, 0 4px 8px #14171f0f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--tp-canvas:#0b0d12;--tp-surface:#12151c;--tp-surface-raised:#171c25;--tp-surface-sunken:#0f1218;--tp-text:#e9ecf2;--tp-text-secondary:#99a2b2;--tp-text-tertiary:#646e7d;--tp-border:#ffffff17;--tp-border-strong:#ffffff26;--tp-accent:#6e93ff;--tp-accent-hover:#89a6ff;--tp-accent-contrast:#0b0d12;--tp-accent-soft:#6e93ff26;--tp-accent-ring:#6e93ff73;--tp-commentary-bg:#1a160d;--tp-commentary-border:#d8b26933;--tp-commentary-label:#d8b269;--tp-commentary-text:#d8ccae;--tp-breaking:#ff6b5c;--tp-shadow-sm:0 1px 2px #0000004d;--tp-shadow-md:0 4px 14px #0006;--tp-shadow-lg:0 20px 48px #0000008c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root{--font-serif:"Recia", Georgia, "Times New Roman", serif;--font-sans:"Geist", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-mono:"Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--tp-body-size:18px;--tp-ease:cubic-bezier(.22, 1, .36, 1);--tp-fast:.14s;--tp-base:.2s;--tp-slow:.32s;--tp-read-width:40rem;--tp-masthead-h:88px;--tp-masthead-h-condensed:56px;--tp-nav-h:64px}[data-textsize=small]{--tp-body-size:16.5px}[data-textsize=medium]{--tp-body-size:18px}[data-textsize=large]{--tp-body-size:20px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--tp-canvas);color:var(--tp-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}.theme-anim,.theme-anim *{transition:background-color var(--tp-base) var(--tp-ease), border-color var(--tp-base) var(--tp-ease), color var(--tp-base) var(--tp-ease)}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}a{color:inherit;text-decoration:none}input,textarea{color:inherit;font-family:inherit}::selection{background:var(--tp-accent-soft)}.tp-noselect{-webkit-user-select:none;user-select:none}.tp-selectable{-webkit-user-select:text;user-select:text}:focus-visible{outline:2px solid var(--tp-accent-ring);outline-offset:2px;border-radius:6px}.t-display{font-family:var(--font-serif);letter-spacing:-.02em;font-size:30px;font-weight:600;line-height:1.12}.t-headline{font-family:var(--font-serif);letter-spacing:-.01em;font-size:22px;font-weight:600;line-height:1.22}.t-body{font-family:var(--font-serif);font-weight:400;font-size:var(--tp-body-size);line-height:1.68}[data-theme=dark] .t-body{font-weight:430}.t-eyebrow{font-family:var(--font-sans);letter-spacing:.09em;text-transform:uppercase;font-size:12px;font-weight:600;line-height:1.2}.t-ui{font-family:var(--font-sans);font-size:15px;font-weight:500;line-height:1.3}.t-data{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:12.5px;font-weight:400;line-height:1.35}.t-commentary{font-family:var(--font-sans);font-size:16px;font-weight:400;line-height:1.6}@media (width>=768px){.t-display{font-size:40px}}@keyframes tp-spin{to{transform:rotate(360deg)}}.tp-spin{animation:.7s linear infinite tp-spin}@keyframes tp-pulse{0%,to{opacity:1}50%{opacity:.55}}.tp-skeleton{background:var(--tp-surface-sunken);border-radius:8px;animation:1.4s ease-in-out infinite tp-pulse}*{scrollbar-width:thin;scrollbar-color:var(--tp-border-strong) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--tp-border-strong);border-radius:8px}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}.app-frame{background:var(--tp-canvas);flex-direction:column;min-height:100dvh;display:flex}.read-col{width:100%;max-width:var(--tp-read-width);margin:0 auto;padding:0 20px}@media (width>=768px){.read-col{padding:0 24px}}.btn{font-family:var(--font-sans);height:46px;transition:background var(--tp-fast) var(--tp-ease), color var(--tp-fast) var(--tp-ease), transform var(--tp-fast) var(--tp-ease), opacity var(--tp-fast) var(--tp-ease);white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:15px;font-weight:550;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:default}.btn-primary{background:var(--tp-accent);color:var(--tp-accent-contrast)}.btn-primary:hover:not(:disabled){background:var(--tp-accent-hover)}.btn-ghost{background:var(--tp-surface-sunken);color:var(--tp-text)}.btn-ghost:hover:not(:disabled){background:var(--tp-border)}.btn-outline{color:var(--tp-text);box-shadow:inset 0 0 0 1px var(--tp-border-strong);background:0 0}.btn-outline:hover:not(:disabled){background:var(--tp-surface-sunken)}.btn-block{width:100%}.btn-sm{border-radius:10px;height:38px;padding:0 14px;font-size:14px}.icon-btn{width:40px;height:40px;color:var(--tp-text-secondary);transition:background var(--tp-fast) var(--tp-ease), color var(--tp-fast) var(--tp-ease);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{background:var(--tp-surface-sunken);color:var(--tp-text)}.icon-btn:active{transform:scale(.94)}.chip{font-family:var(--font-sans);background:var(--tp-surface);color:var(--tp-text-secondary);box-shadow:inset 0 0 0 1px var(--tp-border);transition:background var(--tp-fast) var(--tp-ease), color var(--tp-fast) var(--tp-ease), box-shadow var(--tp-fast) var(--tp-ease), transform var(--tp-fast) var(--tp-ease);-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:7px;padding:9px 14px;font-size:14px;font-weight:500;display:inline-flex}.chip:active{transform:scale(.97)}.chip[data-selected=true]{background:var(--tp-accent-soft);color:var(--tp-accent);box-shadow:inset 0 0 0 1.5px var(--tp-accent);font-weight:600}.chip .chip-flag{font-size:15px;line-height:1}.chip-check{display:inline-flex}.tag{font-family:var(--font-sans);color:var(--tp-text-secondary);background:var(--tp-surface-sunken);transition:background var(--tp-fast) var(--tp-ease);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12.5px;font-weight:500;display:inline-flex}button.tag:hover{background:var(--tp-border)}.card{background:var(--tp-surface);border:1px solid var(--tp-border);box-shadow:var(--tp-shadow-sm);border-radius:16px}.row{text-align:left;border-bottom:1px solid var(--tp-border);width:100%;transition:background var(--tp-fast) var(--tp-ease);cursor:pointer;padding:18px 2px;display:block}.row:hover{background:color-mix(in srgb, var(--tp-surface-sunken) 55%, transparent)}.row:active{transform:scale(.995)}.row{padding:20px 2px}.row-kicker{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:9px;display:flex}.kicker-tag{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--tp-text-tertiary);font-size:11.5px;font-weight:600}.kicker-tag .breaking{color:var(--tp-text);font-weight:700}.kicker-time{font-family:var(--font-sans);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:12.5px;font-weight:500}.kicker-time[data-new=true]{color:var(--tp-text)}.kicker-time[data-new=false]{color:var(--tp-text-tertiary)}.row-headline{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--tp-text);font-size:20px;font-weight:600;line-height:1.24}.row-dek{font-family:var(--font-serif);color:var(--tp-text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;font-size:16px;font-weight:400;line-height:1.5;display:-webkit-box;overflow:hidden}[data-theme=dark] .row-dek{font-weight:430}.source-link{font-family:var(--font-sans);color:var(--tp-accent);background:var(--tp-accent-soft);transition:background var(--tp-fast) var(--tp-ease);border-radius:12px;align-items:center;gap:8px;padding:10px 15px;font-size:14px;font-weight:550;display:inline-flex}.source-link:hover{background:color-mix(in srgb, var(--tp-accent) 16%, transparent)}.divider{align-items:center;gap:12px;margin-top:26px;display:flex}.divider .line{background:var(--tp-commentary-border);flex:1;height:1px}.commentary-label{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--tp-commentary-label);align-items:center;gap:7px;font-size:11px;display:inline-flex}.commentary-label .dot{background:var(--tp-commentary-label);border-radius:50%;width:5px;height:5px}.commentary{background:var(--tp-commentary-bg);border:1px solid var(--tp-commentary-border);border-radius:12px;margin-top:14px;padding:18px 18px 16px}.commentary-body{font-family:var(--font-sans);color:var(--tp-commentary-text);white-space:pre-line;font-size:16px;line-height:1.62}.commentary-body strong,.commentary-heading{color:var(--tp-commentary-label);font-weight:650}.commentary-disclaimer{border-top:1px solid var(--tp-commentary-border);font-family:var(--font-sans);color:color-mix(in srgb, var(--tp-commentary-text) 78%, transparent);margin-top:14px;padding-top:12px;font-size:11.5px;line-height:1.45}.commentary-toggle{font-family:var(--font-sans);color:var(--tp-text-secondary);transition:color var(--tp-fast) var(--tp-ease);align-items:center;gap:6px;margin-top:16px;font-size:14px;font-weight:500;display:inline-flex}.commentary-toggle:hover{color:var(--tp-text)}.collapsible{transition:grid-template-rows .22s var(--tp-ease), opacity .22s var(--tp-ease);opacity:0;grid-template-rows:0fr;display:grid}.collapsible[data-open=true]{opacity:1;grid-template-rows:1fr}.collapsible>.collapsible-inner{min-height:0;overflow:hidden}.segmented{background:var(--tp-surface-sunken);border-radius:12px;gap:4px;padding:4px;display:inline-flex}.segmented button{font-family:var(--font-sans);color:var(--tp-text-secondary);transition:background var(--tp-fast) var(--tp-ease), color var(--tp-fast) var(--tp-ease);border-radius:9px;padding:8px 14px;font-size:14px;font-weight:500}.segmented button[data-active=true]{background:var(--tp-surface);color:var(--tp-text);box-shadow:var(--tp-shadow-sm)}.switch{background:var(--tp-border-strong);width:46px;height:28px;transition:background var(--tp-base) var(--tp-ease);border-radius:999px;flex-shrink:0;position:relative}.switch[data-on=true]{background:var(--tp-accent)}.switch .knob{width:22px;height:22px;transition:transform var(--tp-base) var(--tp-ease);background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000004d}.switch[data-on=true] .knob{transform:translate(18px)}.field{background:var(--tp-surface-sunken);width:100%;height:50px;color:var(--tp-text);font-family:var(--font-sans);box-shadow:inset 0 0 0 1px var(--tp-border);transition:box-shadow var(--tp-fast) var(--tp-ease);border-radius:12px;outline:none;padding:0 16px;font-size:16px}.field:focus{box-shadow:inset 0 0 0 1.5px var(--tp-accent)}.field::placeholder{color:var(--tp-text-tertiary)}.masthead{z-index:40;background:color-mix(in srgb, var(--tp-canvas) 88%, transparent);-webkit-backdrop-filter:saturate(140%)blur(14px);transition:border-color var(--tp-base) var(--tp-ease), padding var(--tp-base) var(--tp-ease);padding-top:env(safe-area-inset-top);border-bottom:1px solid #0000;position:sticky;top:0}.masthead[data-scrolled=true]{border-bottom-color:var(--tp-border)}.masthead-inner{justify-content:space-between;align-items:center;gap:12px;height:60px;display:flex}.brand{align-items:center;gap:9px;display:inline-flex}.brand img{border-radius:7px;width:28px;height:28px;display:block}.brand .wordmark{font-family:var(--font-sans);letter-spacing:-.01em;color:var(--tp-text);font-size:19px;font-weight:600}.masthead-date{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--tp-text);transition:max-height var(--tp-base) var(--tp-ease), opacity var(--tp-base) var(--tp-ease), margin var(--tp-base) var(--tp-ease);font-weight:600;line-height:1.1;overflow:hidden}.bottom-nav{z-index:40;background:color-mix(in srgb, var(--tp-canvas) 90%, transparent);-webkit-backdrop-filter:saturate(140%)blur(14px);border-top:1px solid var(--tp-border);padding-bottom:env(safe-area-inset-bottom);display:flex;position:sticky;bottom:0}.bottom-nav a{color:var(--tp-text-tertiary);font-family:var(--font-sans);transition:color var(--tp-fast) var(--tp-ease);flex-direction:column;flex:1;align-items:center;gap:3px;padding:10px 0 8px;font-size:11px;font-weight:550;display:flex}.bottom-nav a[data-active=true]{color:var(--tp-accent)}.rail{border-right:1px solid var(--tp-border);background:var(--tp-canvas);flex-direction:column;gap:4px;width:240px;padding:24px 16px;display:flex;position:fixed;top:0;bottom:0;left:0}.rail-brand{align-items:center;gap:10px;padding:8px 12px 24px;display:flex}.rail-brand img{border-radius:8px;width:30px;height:30px}.rail-brand .wordmark{font-family:var(--font-sans);letter-spacing:-.01em;font-size:20px;font-weight:600}.rail a{color:var(--tp-text-secondary);font-family:var(--font-sans);transition:background var(--tp-fast) var(--tp-ease), color var(--tp-fast) var(--tp-ease);border-radius:10px;align-items:center;gap:12px;padding:11px 12px;font-size:15px;font-weight:550;display:flex}.rail a:hover{background:var(--tp-surface-sunken);color:var(--tp-text)}.rail a[data-active=true]{background:var(--tp-accent-soft);color:var(--tp-accent)}.section-head{justify-content:space-between;align-items:baseline;margin:30px 0 6px;display:flex}.section-head .t-eyebrow{color:var(--tp-text-tertiary)}.section-count{font-family:var(--font-mono);color:var(--tp-text-tertiary);font-size:11px}.sheet-backdrop{z-index:60;-webkit-backdrop-filter:blur(2px);background:#0b0d1266;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=640px){.sheet-backdrop{align-items:center}}.sheet{background:var(--tp-surface-raised);width:100%;max-width:540px;box-shadow:var(--tp-shadow-lg);padding:8px 20px calc(20px + env(safe-area-inset-bottom));border-radius:20px 20px 0 0;max-height:88dvh;overflow-y:auto}@media (width>=640px){.sheet{border-radius:20px;margin:0 16px}}.sheet-grip{background:var(--tp-border-strong);border-radius:999px;width:40px;height:4px;margin:8px auto 14px}.sheet-title{font-family:var(--font-serif);letter-spacing:-.01em;margin-bottom:4px;font-size:20px;font-weight:600}.toast-wrap{left:0;right:0;bottom:calc(var(--tp-nav-h) + 16px + env(safe-area-inset-bottom));z-index:80;pointer-events:none;flex-direction:column;align-items:center;gap:8px;padding:0 16px;display:flex;position:fixed}@media (width>=768px){.toast-wrap{bottom:24px}}.toast{pointer-events:auto;background:var(--tp-surface-raised);max-width:440px;color:var(--tp-text);box-shadow:var(--tp-shadow-lg);border:1px solid var(--tp-border);font-family:var(--font-sans);border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.toast[data-kind=error]{border-color:color-mix(in srgb, var(--tp-breaking) 40%, var(--tp-border))}.toast .toast-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.toast[data-kind=success] .toast-dot{background:#2f9e63}.toast[data-kind=error] .toast-dot{background:var(--tp-breaking)}.toast[data-kind=info] .toast-dot{background:var(--tp-accent)}.empty{text-align:center;color:var(--tp-text-secondary);flex-direction:column;align-items:center;gap:12px;padding:56px 24px;display:flex}.empty .empty-icon{color:var(--tp-text-tertiary);margin-bottom:2px}.empty .empty-title{font-family:var(--font-serif);color:var(--tp-text);font-size:20px;font-weight:600}.empty .empty-sub{max-width:320px;font-size:15px;line-height:1.5}.keyfacts{flex-direction:column;gap:9px;margin:4px 0 2px;list-style:none;display:flex}.keyfacts li{font-family:var(--font-serif);font-size:calc(var(--tp-body-size) - 1.5px);color:var(--tp-text);padding-left:20px;line-height:1.5;position:relative}.keyfacts li:before{content:"";background:var(--tp-text-tertiary);border-radius:50%;width:5px;height:5px;position:absolute;top:.7em;left:2px}.tag-outline{box-shadow:inset 0 0 0 1px var(--tp-border);background:0 0}button.tag-outline:hover{background:var(--tp-surface-sunken)}.divider-toggle{cursor:pointer;align-items:center;gap:12px;width:100%;margin-top:26px;display:flex}.divider-toggle .chev{color:var(--tp-commentary-label);transition:transform .2s var(--tp-ease);flex-shrink:0}.fetch-line{justify-content:space-between;align-items:center;gap:12px;min-height:24px;margin:2px 0 8px;display:flex}.fetch-line .fetch-meta{font-family:var(--font-mono);letter-spacing:.02em;color:var(--tp-text-tertiary);text-transform:uppercase;align-items:center;gap:8px;font-size:12px;display:inline-flex}.fetch-line .fetch-refresh{font-family:var(--font-sans);color:var(--tp-accent);flex-shrink:0;align-items:center;gap:6px;font-size:13px;font-weight:550;display:inline-flex}.data-row{flex-wrap:wrap;gap:8px 16px;margin:16px 0 4px;display:flex}.data-row span{font-family:var(--font-mono);color:var(--tp-text-secondary);font-variant-numeric:tabular-nums;font-size:12px}.rail{display:none}@media (width>=1024px){.rail{display:flex}.bottom-nav{display:none}.app-frame{padding-left:240px}}.page-pad{padding-bottom:calc(var(--tp-nav-h) + 32px + env(safe-area-inset-bottom))}@media (width>=1024px){.page-pad{padding-bottom:48px}}.fetch-bar{background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin:18px 0 6px;padding:12px 14px;display:flex}.fetch-bar .fetch-status{font-family:var(--font-sans);color:var(--tp-text-secondary);align-items:center;gap:9px;font-size:13.5px;display:flex}img[alt=SynTax]{object-fit:cover}
