body{margin:0}#root{width:100%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--bg-header:#ffffffd1;--text-title:#000;--text-morsel:#1a1a1a;--text-body:#2a2a2a;--text-muted:#999;--btn-bg:#00000012;--btn-bg-hover:#0000001f;--btn-text:#000;--header-height:52px;--feed-max-width:600px}@media (prefers-color-scheme:dark){:root{--bg:#000;--bg-header:#000000d1;--text-title:#fff;--text-morsel:#f0f0f0;--text-body:#d4d4d4;--text-muted:#666;--btn-bg:#ffffff1a;--btn-bg-hover:#ffffff29;--btn-text:#fff}}body{background:var(--bg);color:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:contain;font-family:ui-serif,New York,Georgia,Times New Roman,serif}.app{flex-direction:column;min-height:100dvh;display:flex}.header{z-index:100;height:var(--header-height);background:var(--bg-header);-webkit-backdrop-filter:blur(20px)saturate(180%);padding:0 20px;padding-left:max(20px, env(safe-area-inset-left));padding-right:max(20px, env(safe-area-inset-right));padding-top:env(safe-area-inset-top);height:calc(var(--header-height) + env(safe-area-inset-top));justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.header-wordmark{letter-spacing:-.3px;color:var(--text-title);font-family:-apple-system,SF Pro Text,system-ui,sans-serif;font-size:1.0625rem;font-weight:600}.header-tagline{color:var(--text-muted);font-family:-apple-system,SF Pro Text,system-ui,sans-serif;font-size:.8125rem;font-weight:400}.feed{padding-top:0;padding-bottom:calc(60px + env(safe-area-inset-bottom));max-width:var(--feed-max-width);width:100%;margin:0 auto}.feed-title-wrapper{max-width:var(--feed-max-width);width:100%;padding:calc(60px + env(safe-area-inset-top)) 22px 70px;color:var(--text-title);margin:0 auto}@media (width<=480px){.feed-title-wrapper{padding-bottom:60px;padding-left:18px;padding-right:18px}}.feed-title{width:100%;display:block;overflow:visible}.article{padding:90px 22px 70px}@media (width<=480px){.article{padding:70px 18px 60px}}.article-title{letter-spacing:-.5px;color:var(--text-title);margin-bottom:16px;font-family:-apple-system,SF Pro Display,system-ui,sans-serif;font-size:1.75rem;font-weight:600;line-height:1.2}@media (width<=480px){.article-title{font-size:1.5rem}}.article-extract{color:var(--text-body);margin-bottom:1em;font-family:ui-serif,New York,Georgia,Times New Roman,serif;font-size:1.25rem;line-height:1.75}@media (width<=480px){.article-extract{font-size:1.1875rem;line-height:1.7}}.section-h2{letter-spacing:-.2px;color:var(--text-title);margin-top:32px;margin-bottom:10px;font-family:-apple-system,SF Pro Display,system-ui,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.25}.section-h3{letter-spacing:-.1px;color:var(--text-title);margin-top:24px;margin-bottom:8px;font-family:-apple-system,SF Pro Display,system-ui,sans-serif;font-size:1.0625rem;font-weight:600;line-height:1.3}.expand-btn{-webkit-backdrop-filter:blur(20px)saturate(160%);letter-spacing:-.1px;width:100%;color:var(--btn-text);cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;background:#00000014;border:.5px solid #00000014;border-radius:100px;padding:14px 20px;font-family:-apple-system,SF Pro Text,system-ui,sans-serif;font-size:1.0625rem;font-weight:500;transition:background .2s,box-shadow .2s;display:block;box-shadow:inset 0 1px #ffffffa6,0 1px 4px #0000000f}@media (prefers-color-scheme:dark){.expand-btn{background:#ffffff14;border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff2e,0 1px 6px #00000059}}.expand-btn:hover{background:#0000001f;box-shadow:inset 0 1px #ffffffa6,0 2px 8px #0000001a}.expand-btn:active{transform:scale(.985)}.expand-btn:disabled{opacity:.4;cursor:default}.loading{justify-content:center;padding:48px 0;display:flex}.loading-dots{align-items:center;gap:7px;display:flex}.loading-dots span{background:var(--text-muted);border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite pulse;display:block}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{opacity:.2;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.error{text-align:center;color:var(--text-muted);padding:40px 22px;font-family:-apple-system,system-ui,sans-serif;font-size:.9375rem}.error p{margin-bottom:20px}.retry-btn{background:var(--btn-bg);color:var(--btn-text);cursor:pointer;border:none;border-radius:100px;padding:11px 28px;font-family:-apple-system,system-ui,sans-serif;font-size:.9375rem;font-weight:500;transition:background .15s;display:inline-block}.retry-btn:hover{background:var(--btn-bg-hover)}.end-marker{text-align:center;color:var(--text-muted);padding:48px 22px;font-family:-apple-system,system-ui,sans-serif;font-size:.8125rem}.sentinel{height:1px}
