:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5efe3;--surface:#fffaf1;--surface-strong:#fff6e6;--surface-muted:#fbf3e6;--line:#e7dccb;--line-strong:#d9c8b4;--text:#201a15;--muted:#756b60;--faint:#998f84;--orange:#f60;--orange-soft:#fff0df;--orange-line:#ffb06f;--timeline-current:#15824c;--active-card-bg:#fff8ed;--active-card-border:#ff660052;--active-card-glow:0 0 0 3px #ff660014;--active-card-rail:inset 3px 0 0 #ff66006b;--story-selected-card-bg:#ffe6c8;--inactive-story-card-bg:#f5e8d8;--inactive-card-bg:#fbf3e8;--inactive-card-border:#756b6033;--inactive-card-rail:inset 3px 0 0 #756b6038;--blue:#1e6aa8;--shadow:0 8px 24px #4f341914;letter-spacing:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:450;line-height:1.35}*{box-sizing:border-box}html,body,#root{height:100%}body{color:var(--text);background:var(--bg);margin:0}button,input,select{font:inherit;letter-spacing:0}button{color:inherit}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.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}.app-shell{--reader-pane-font-size:14px;--reader-story-title-font-size:14px;--reader-story-heading-font-size:22px;--reader-story-heading-condensed-font-size:14px;--reader-comment-font-size:13px;--reader-comment-line-height:1.45;--reader-meta-font-size:12px;--reader-story-summary-font-size:13px;--reader-crumb-title-font-size:13px;--reader-crumb-text-font-size:12px;--reader-crumb-meta-font-size:11px;background:linear-gradient(90deg, #ff66000d, transparent 28%), var(--bg);grid-template-rows:auto auto 1fr;height:100%;min-height:100%;display:grid;overflow:hidden}.app-shell[data-font-size=small]{--reader-pane-font-size:13px;--reader-story-title-font-size:13px;--reader-story-heading-font-size:20px;--reader-story-heading-condensed-font-size:13px;--reader-comment-font-size:12px;--reader-comment-line-height:1.42;--reader-meta-font-size:11px;--reader-story-summary-font-size:12px;--reader-crumb-title-font-size:12px;--reader-crumb-text-font-size:11px;--reader-crumb-meta-font-size:10px}.app-shell[data-font-size=large]{--reader-pane-font-size:15px;--reader-story-title-font-size:15px;--reader-story-heading-font-size:24px;--reader-story-heading-condensed-font-size:15px;--reader-comment-font-size:15px;--reader-comment-line-height:1.58;--reader-meta-font-size:13px;--reader-story-summary-font-size:14px;--reader-crumb-title-font-size:14px;--reader-crumb-text-font-size:13px;--reader-crumb-meta-font-size:12px}.topbar{border-bottom:1px solid var(--line);background:#fffaf1f5;grid-row:1;grid-template-columns:300px 1fr minmax(520px,680px);align-items:center;gap:20px;height:74px;padding:0 26px 0 28px;display:grid}.brand-lockup{align-items:center;gap:14px;min-width:0;display:flex}.brand-mark{background:var(--orange);color:#fff;border-radius:6px;place-items:center;width:39px;height:39px;font-size:15px;font-weight:800;display:grid;box-shadow:inset 0 -1px #0000001f}.brand-name{font-size:18px;font-weight:760;line-height:1.05}.brand-section{color:var(--orange);margin-top:4px;font-size:13px;font-weight:650}.brand-section span{color:var(--muted);margin-left:6px;font-weight:600}.feed-tabs{align-items:center;gap:26px;height:100%;display:flex}.feed-tab{cursor:pointer;color:#2b2520;background:0 0;border:1px solid #0000;border-radius:7px;min-height:32px;padding:0 10px;font-weight:650}.feed-tab[data-active=true]{color:var(--orange);background:var(--orange-soft);box-shadow:inset 0 0 0 1px #ff660024}.topbar-tools{justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.search-box{border:1px solid var(--line);min-width:260px;height:42px;color:var(--muted);background:#fffdf8;border-radius:7px;flex:1;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:0 11px;display:grid}.search-box input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.search-box kbd{color:#6a6259;background:#eee8df;border-radius:5px;place-items:center;min-width:22px;height:22px;font-size:12px;font-weight:700;display:grid}.font-size-picker{border:1px solid var(--line);height:36px;color:var(--muted);white-space:nowrap;background:#fffdf8;border-radius:7px;align-items:center;gap:2px;padding:0 4px 0 8px;display:inline-flex}.font-size-choice{color:#443b33;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;min-width:29px;height:28px;font-size:12px;font-weight:800}.font-size-choice[data-active=true]{color:var(--orange);background:var(--orange-soft);border-color:#ff660038}.font-size-choice:hover{background:var(--orange-soft)}.icon-button{border:1px solid var(--line);color:#3d352e;cursor:pointer;background:#fffdf8;border-radius:7px;place-items:center;width:36px;height:36px;text-decoration:none;display:grid}.icon-button.compact{width:29px;height:29px;color:var(--muted);background:0 0;border-color:#0000}.icon-button:hover,.feed-tab:hover,.story-row:hover,.crumb-main:hover,.icon-button[aria-pressed=true]{background:var(--orange-soft)}.icon-button:disabled{cursor:default;opacity:.62}.reader-settings,.public-links-menu{flex:none;display:inline-flex;position:relative}.public-links-popover,.settings-menu{z-index:40;border:1px solid var(--line);background:#fffdf8;border-radius:8px;gap:12px;width:292px;padding:12px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 34px #3f301f24}.public-links-popover{gap:4px;width:258px;padding:6px}.public-links-section{gap:4px;display:grid}.public-links-divider{background:var(--line);height:1px;margin:4px 6px}.public-links-section-title{color:var(--muted);text-transform:uppercase;padding:6px 10px 2px;font-size:11px;font-weight:760}.public-links-item{color:#3d352e;border-radius:6px;align-items:center;gap:9px;width:100%;min-height:38px;padding:0 10px;font-size:13px;font-weight:720;text-decoration:none;display:flex}.public-links-item span{flex:1}.public-links-item-tail{color:var(--muted)}.public-links-item:hover,.public-links-item:focus-visible{color:var(--orange);background:var(--orange-soft);outline:none}.public-links-item:hover .public-links-item-tail,.public-links-item:focus-visible .public-links-item-tail{color:currentColor}.settings-menu-row,.settings-toggle{justify-content:space-between;align-items:center;gap:12px;display:flex}.settings-menu-row-stacked{flex-direction:column;align-items:stretch;gap:8px}.settings-menu-label{color:#5c4b39;white-space:nowrap;align-items:center;gap:7px;font-size:12px;font-weight:720;display:inline-flex}.settings-font-size-picker{height:32px;padding:0 4px}.settings-font-size-picker .font-size-choice{min-width:31px}.settings-toggle{border:1px solid var(--line);color:#3d352e;cursor:pointer;background:#fffaf3;border-radius:7px;min-height:34px;padding:0 10px}.settings-toggle:hover,.settings-toggle:focus-visible{background:var(--orange-soft);border-color:#ff66003d;outline:none}.settings-toggle-value{color:var(--muted);font-size:12px;font-weight:700}.settings-segmented{border:1px solid var(--line);background:#fffaf3;border-radius:7px;grid-template-columns:repeat(2,minmax(0,1fr));min-height:34px;padding:3px;display:grid}.settings-segmented-choice{color:#675746;cursor:pointer;background:0 0;border:0;border-radius:5px;min-width:0;font-size:12px;font-weight:720}.settings-segmented-choice[data-active=true]{background:var(--orange-soft);color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange-line)}.settings-segmented-choice:hover,.settings-segmented-choice:focus-visible{color:var(--orange);outline:none}.settings-select{border:1px solid var(--line);color:#3d352e;cursor:pointer;background:#fffaf3;border-radius:7px;width:136px;min-height:34px;padding:0 28px 0 10px;font-size:12px;font-weight:700}.settings-select:hover,.settings-select:focus-visible{background:var(--orange-soft);border-color:#ff66003d;outline:none}.story-refresh-button[data-loading=true] svg{animation:.85s linear infinite spin-refresh}.unread-stack-icon{color:currentColor;width:16px;height:16px;display:inline-block;position:relative}.unread-stack-bar{opacity:1;transform-origin:50%;background:currentColor;border-radius:999px;height:2px;transition:opacity .16s,transform .22s cubic-bezier(.22,1,.36,1);position:absolute;left:2px;right:2px;transform:translateY(0)scaleX(1)}.unread-stack-bar-top{transition-delay:.15s;top:1px}.unread-stack-bar-upper{transition-delay:.1s;top:5px}.unread-stack-bar-lower{transition-delay:50ms;top:9px}.unread-stack-bar-bottom{transition-delay:0s;top:13px}.unread-stack-icon[data-unread-only=true] .unread-stack-bar-top{opacity:0;transition-delay:0s;transform:translateY(8px)scaleX(.5)}.unread-stack-icon[data-unread-only=true] .unread-stack-bar-upper{opacity:0;transition-delay:70ms;transform:translateY(5px)scaleX(.58)}.unread-stack-icon[data-unread-only=true] .unread-stack-bar-lower{opacity:0;transition-delay:.14s;transform:translateY(3px)scaleX(.68)}@keyframes spin-refresh{to{transform:rotate(360deg)}}.icon-button[aria-pressed=true]{color:var(--orange);border-color:var(--orange-line)}.avatar{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#d87425,#6f4d37);border:2px solid #fff5e8;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.column-switcher{border-bottom:1px solid var(--line);background:#fffaf1f5;grid-row:2;align-items:center;gap:7px;min-width:0;min-height:44px;padding:6px 14px;display:none}.column-switcher button{min-width:0;min-height:31px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.column-switcher button[data-active=true]{border-color:var(--orange-line);background:var(--orange-soft);color:var(--orange)}.reader-grid{background:var(--surface);height:100%;min-height:0;font-size:var(--reader-pane-font-size);grid-row:3;grid-template-columns:minmax(320px,360px) minmax(560px,1fr) minmax(340px,390px);display:grid;overflow:hidden}.column{background:#fffaf1f0;border-top:3px solid #0000;min-width:0;min-height:0;transition:border-color .16s;position:relative;overflow:hidden auto}@media (hover:hover) and (pointer:fine){.column{scrollbar-color:#756b6033 transparent;scrollbar-gutter:stable;scrollbar-width:thin}.column::-webkit-scrollbar{width:9px;height:9px}.column::-webkit-scrollbar-track{background:0 0}.column::-webkit-scrollbar-thumb{background:#756b602e padding-box padding-box;border:3px solid #0000;border-radius:999px}.column:hover::-webkit-scrollbar-thumb{background:#756b604d padding-box padding-box}.column::-webkit-scrollbar-thumb:active{background:#ff660061 padding-box padding-box}}.column[data-active=true]{border-top-color:var(--orange)}.stories-column,.context-column{border-right:1px solid var(--line)}.context-column{border-right:0;border-left:1px solid var(--line)}.column-titlebar{z-index:5;border-bottom:1px solid var(--line);background:#fffaf1fa;justify-content:space-between;align-items:center;height:58px;padding:0 20px;transition:background-color .16s,box-shadow .16s;display:flex;position:sticky;top:0}.column[data-active=true] .column-titlebar{background:linear-gradient(#ff660012,#0000 72%),#fffaf1fa}.column-title{flex:1;align-items:center;gap:10px;min-width:0;font-weight:760;display:flex}.column-title>span:first-of-type{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.column-title-actions{flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.mobile-feed-menu,.mobile-public-menu,.mobile-story-settings{display:none}.mobile-feed-menu{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;min-width:0;position:relative}.mobile-feed-menu-button{min-width:0;height:24px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;padding:0;font-size:16px;font-weight:800;line-height:1;display:inline-flex}.mobile-feed-menu-button svg{color:var(--muted);flex:none}.mobile-feed-menu-button:hover,.mobile-feed-menu-button:focus-visible{color:var(--orange)}.mobile-feed-mode-label{max-width:170px;color:var(--muted);text-align:left;text-overflow:ellipsis;white-space:nowrap;align-self:flex-start;font-size:11px;font-weight:760;line-height:1;overflow:hidden}.mobile-feed-menu-popover{z-index:50;border:1px solid var(--line);background:#fffdf8;border-radius:8px;gap:3px;width:220px;padding:6px;display:grid;position:absolute;top:calc(100% + 7px);left:0;box-shadow:0 16px 34px #3f301f24}.mobile-feed-menu-option{width:100%;min-height:38px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:0 10px;font-size:13px;font-weight:760;display:flex}.mobile-feed-menu-option:hover,.mobile-feed-menu-option:focus-visible,.mobile-feed-menu-option[data-active=true]{border-color:var(--orange-line);background:var(--orange-soft);color:var(--orange)}.rail-count{min-width:24px;height:24px;color:var(--muted);background:#efe7dc;border-radius:6px;place-items:center;font-weight:800;transition:background .26s,box-shadow .26s,color .26s,transform .26s cubic-bezier(.22,1,.36,1);display:grid;transform:translateY(0)scale(1)}.rail-count[data-animating=true]{color:var(--orange);background:#fff0d9;animation:1.03s cubic-bezier(.16,1,.3,1) both rail-count-rise;box-shadow:0 8px 20px #ff660029}.rail-count[data-loading=true]{color:var(--orange)}.context-title-actions{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.mobile-crumb-pane-close,.mobile-crumb-pane-backdrop{display:none}@keyframes rail-count-rise{0%{transform:translateY(5px)scale(.9)}48%{transform:translateY(-5px)scale(1.12)}to{transform:translateY(0)scale(1)}}@keyframes mobile-crumb-icon-glow{0%{filter:drop-shadow(0 0 #f600);transform:scale(.92)}48%{filter:drop-shadow(0 0 9px #f606);transform:scale(1.12)}to{filter:drop-shadow(0 0 5px #ff66002e);transform:scale(1)}}@keyframes mobile-crumb-pane-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes mobile-thread-pane-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes mobile-thread-pane-out{0%{transform:translate(0)}to{transform:translate(100%)}}.story-list{padding:0 10px}.story-feed-hover-controls{z-index:4;pointer-events:none;flex-direction:column;align-items:center;gap:8px;height:0;padding:0 10px;display:flex;position:sticky;top:66px}.story-unread-above-jump,.story-selected-return{border:1px solid var(--orange-line);min-height:32px;color:var(--orange);font:inherit;cursor:pointer;pointer-events:auto;background:#fff6e8;border-radius:7px;justify-content:center;align-items:center;gap:6px;font-size:12px;font-weight:800;display:flex;transform:translateY(8px);box-shadow:0 8px 18px #ff66001f}.story-unread-above-jump{width:min(100%,260px)}.story-selected-return{white-space:nowrap;width:auto;min-width:0;padding:0 12px}.story-unread-above-jump:hover,.story-unread-above-jump:focus-visible,.story-selected-return:hover,.story-selected-return:focus-visible{outline:1px solid var(--orange-line);outline-offset:-1px;background:#fff0d9}.crumb-list{padding-bottom:max(40px,42vh)}.empty-list{border:1px dashed var(--line-strong);color:var(--muted);background:#fffaf3;border-radius:7px;margin:14px 4px;padding:14px;font-size:12px}.story-queue-status-card{border:1px solid var(--line-strong);min-height:76px;color:var(--muted);font-size:var(--reader-meta-font-size);background:#fffaf3;border-radius:6px;align-items:center;gap:10px;margin:10px 4px 12px;padding:14px;font-weight:700;animation:.32s both story-queue-card-in;display:flex}@keyframes story-queue-card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.story-queue-spinner{color:var(--orange);animation:.9s linear infinite story-queue-spin;display:inline-flex}.story-queue-status-card[data-loading=false] .story-queue-spinner{display:none}.story-row{border:1px solid #0000;border-bottom-color:var(--line);text-align:left;cursor:pointer;background:0 0;border-radius:6px;grid-template-columns:30px 52px 1fr;align-items:start;gap:7px;width:100%;min-height:99px;padding:13px 12px;scroll-margin-block:66px 20px;transition:background-color .14s,border-color .14s,box-shadow .14s,outline-color .14s,opacity .14s;display:grid}.story-row:focus,.comment-item:focus,.crumb-main:focus,.hn-mentioned-main:focus,.submission-history-link:focus{outline:none}.story-row[data-selected=true],.comment-item[data-selected=true]{background:var(--active-card-bg);border-color:var(--orange-line);box-shadow:var(--active-card-rail)}.comment-item[data-selected=true],.comment-item[data-focused=true]{z-index:1}.story-row[data-focused=true],.comment-item[data-focused=true],.crumb-card[data-focused=true],.hn-mentioned-item[data-focused=true],.submission-timeline-item[data-focused=true]{background:var(--active-card-bg);border-color:var(--active-card-border);outline:1px solid var(--active-card-border);outline-offset:-1px;box-shadow:var(--active-card-glow), var(--active-card-rail)}.story-row[data-selected=true],.story-row[data-focused=true]{background:var(--story-selected-card-bg)}.story-row[data-read=true]:not([data-selected=true]):not([data-focused=true]){opacity:.62}.story-row[data-read=true]:not([data-selected=true]):not([data-focused=true]):hover{opacity:.78}.story-row[data-unread-dismiss=true]{pointer-events:none;min-height:0;animation:.82s cubic-bezier(.32,.72,.28,1) both story-unread-dismiss;animation-delay:var(--story-unread-dismiss-delay,0s);overflow:hidden}.story-row[data-unread-enter=true]{--story-unread-enter-y:-18px;animation:.56s cubic-bezier(.16,1,.3,1) both story-unread-enter;animation-delay:var(--story-unread-enter-delay,0s);transform-origin:top}.story-row[data-unread-enter-side=before]{--story-unread-enter-y:18px;transform-origin:bottom}.story-row[data-unread-enter-side=after]{--story-unread-enter-y:-18px;transform-origin:top}@media (prefers-reduced-motion:reduce){.story-row[data-unread-dismiss=true],.story-row[data-unread-enter=true]{animation-duration:1ms;animation-delay:0s}.story-queue-status-card{animation:none}}.story-row[data-read=true]:not([data-fresh-read=true]) .story-rank,.story-row[data-read=true]:not([data-fresh-read=true]) .story-vote,.story-row[data-read=true]:not([data-fresh-read=true]) .story-domain,.story-row[data-read=true]:not([data-fresh-read=true]) .story-meta{color:#8f8579}.story-row[data-read=true]:not([data-fresh-read=true]) .story-title{color:#756b60;font-weight:660}.story-rank{color:#6e6258;text-align:right;font-variant-numeric:tabular-nums}.story-vote{color:var(--orange);font-variant-numeric:tabular-nums;align-items:center;gap:3px;font-weight:800;display:flex}.story-main{flex-direction:column;gap:5px;min-width:0;display:flex}.story-title{font-size:var(--reader-story-title-font-size);font-weight:760;line-height:1.28}.story-domain,.story-meta,.comment-meta,.crumb-domain,.empty-crumbs,.story-detail-meta{color:var(--muted);font-size:var(--reader-meta-font-size)}.story-meta{flex-wrap:wrap;align-items:center;gap:4px 12px;display:flex}@keyframes story-unread-dismiss{0%{opacity:.62;border-bottom-width:1px;max-height:150px;padding-top:13px;padding-bottom:13px}38%{opacity:.46}to{opacity:0;border-bottom-width:0;max-height:0;padding-top:0;padding-bottom:0}}@keyframes story-unread-enter{0%{opacity:0;transform:translateY(var(--story-unread-enter-y,-18px))}40%{opacity:1}to{opacity:1;transform:translateY(0)}}@keyframes story-queue-spin{to{transform:rotate(360deg)}}.comment-count{align-items:center;gap:4px;display:inline-flex}.more-stories{width:calc(100% - 20px);color:var(--muted);cursor:pointer;background:0 0;border:0;margin:10px;padding:12px}.story-autoload-sentinel{pointer-events:none;height:1px}.story-scroll-spacer{pointer-events:none;height:max(40px,42vh)}.thread-column{background:#fffdf8;scroll-padding-block:98px 42vh}.comment-page-control{z-index:18;min-height:30px;color:var(--orange);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff8edf5;border:1px solid #ff66005c;border-radius:999px;align-items:center;gap:5px;padding:0 11px;font-size:12px;font-weight:800;transition:background-color .14s,border-color .14s,box-shadow .14s,transform .14s;display:inline-flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 22px #6c43151f}.comment-page-control:hover,.comment-page-control:focus-visible{border-color:var(--orange-line);background:#fff0df;transform:translate(-50%)translateY(-1px);box-shadow:0 10px 26px #6c431529}.comment-page-control svg{display:block}.story-detail-shell{z-index:20;height:var(--story-header-expanded-height,auto);pointer-events:none;position:sticky;top:0}.story-detail{z-index:20;box-sizing:border-box;height:var(--story-header-visible-height,auto);pointer-events:auto;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf8;grid-template-columns:60px 1fr;align-items:start;gap:22px;padding:28px 34px 18px 38px;transition:background-color .16s,box-shadow .16s,gap .18s,grid-template-columns .18s,padding .18s;display:grid;position:relative;overflow:hidden}.thread-column[data-active=true] .story-detail{background:linear-gradient(#ff66000e,#0000 68%),#fffdf8}.thread-column[data-condensed=true] .story-detail{grid-template-columns:54px minmax(0,1fr);align-items:center;gap:12px;padding:9px 34px;box-shadow:0 1px #583a1b0a}.thread-column[data-active=true][data-condensed=true] .story-detail{background:linear-gradient(#ff66000d,#0000 72%),#fffdf8}.story-score-block{color:var(--orange);font-variant-numeric:tabular-nums;flex-direction:column;align-items:center;gap:6px;transition:gap .18s;display:flex}.story-score-block strong{color:#2a241f;font-size:var(--reader-pane-font-size);transition:font-size .18s}.story-score-block svg{transition:height .18s,width .18s}.story-mobile-header-row,.story-title-inline-score{display:none}.thread-column[data-condensed=true] .story-score-block{flex-direction:row;justify-content:center;gap:3px;font-weight:820}.thread-column[data-condensed=true] .story-score-block strong{font-size:var(--reader-meta-font-size)}.thread-column[data-condensed=true] .story-score-block svg{width:14px;height:14px}.story-heading h1{font-size:var(--reader-story-heading-font-size);margin:0;font-weight:820;line-height:1.2;transition:font-size .18s,line-height .18s}.story-heading{min-width:0}.story-heading-grid{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:0;transition:gap .18s,grid-template-columns .18s;display:grid}.story-title-block{min-width:0;overflow:hidden}.story-summary-block{max-width:760px;opacity:var(--story-expanded-content-opacity,1);visibility:var(--story-expanded-content-visibility,visible);margin:10px 0 0;transition:max-height .18s,margin .18s,opacity .12s}.story-summary{color:#51483f;font-size:var(--reader-story-summary-font-size);overflow-wrap:anywhere;margin:0;line-height:1.45}.story-summary[data-collapsed=true]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.story-summary-toggle{min-height:24px;color:var(--orange);cursor:pointer;font-size:var(--reader-crumb-meta-font-size);background:0 0;border:0;border-radius:5px;align-items:center;gap:3px;margin-top:3px;padding:0 5px;font-weight:800;transition:background .12s,color .12s;display:inline-flex}.story-summary-toggle:hover,.story-summary-toggle:focus-visible{color:#d84f00;background:#fff3e5;outline:none}.thread-notice{border:1px solid var(--line);min-height:24px;max-height:28px;color:var(--muted);font-size:var(--reader-crumb-meta-font-size);opacity:var(--story-expanded-content-opacity,1);visibility:var(--story-expanded-content-visibility,visible);background:#fffaf3;border-radius:6px;align-items:center;margin-top:11px;padding:0 8px;font-weight:750;transition:max-height .18s,margin .18s,opacity .12s,padding .18s;display:inline-flex;overflow:hidden}.story-detail-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:9px;transition:gap .18s,margin .18s;display:flex}.story-detail-meta span:before{content:"";background:#c9bbaa;border-radius:50%;width:3px;height:3px;margin:0 8px 2px 0;display:inline-block}.story-actions{max-height:78px;opacity:var(--story-expanded-content-opacity,1);visibility:var(--story-expanded-content-visibility,visible);flex-wrap:wrap;align-content:center;align-items:center;gap:9px;margin-top:18px;transition:max-height .18s,margin .18s,opacity .12s;display:flex;overflow:visible}.story-actions button,.story-actions .story-action-link,.comment-actions button,.comment-actions a{min-height:31px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:650;text-decoration:none;display:inline-flex}.story-actions button:hover,.story-actions button:focus-visible,.story-actions .story-action-link:hover,.story-actions .story-action-link:focus-visible,.comment-actions button:hover,.comment-actions button:focus-visible,.comment-actions a:hover,.comment-actions a:focus-visible{color:#5c4b39;background:#fffaf3;border-color:#85674840;outline:none}.story-actions .hn-thread-action{color:var(--orange);border-color:var(--orange-line);background:#fff7ed}.story-actions .bookmark-action[aria-pressed=true]{color:#7b4b00;background:#fff3cf;border-color:#b4771247}.story-actions .bookmark-action{justify-content:center;width:32px;min-width:32px;padding:0}.comment-filter-actions{align-items:center;gap:7px;margin-left:auto;display:inline-flex}.comment-sort-control{flex:none;justify-content:center;align-items:center;width:40px;min-width:40px;min-height:31px;display:inline-flex;position:relative}.comment-sort-trigger,.story-actions .comment-sort-trigger,.story-actions .comment-sort-trigger:hover,.story-actions .comment-sort-trigger:focus-visible,.condensed-comment-filter-actions .comment-sort-trigger,.condensed-comment-filter-actions .comment-sort-trigger:hover,.condensed-comment-filter-actions .comment-sort-trigger:focus-visible{width:40px;min-width:40px;min-height:31px;color:inherit;appearance:none;cursor:pointer;background:0 0;border:0;outline:none;justify-content:center;align-items:center;gap:0;padding:0;display:inline-flex}.comment-sort-face{color:#5c4b39;pointer-events:none;background:#fffaf3;border:1px solid #85674840;border-radius:6px;justify-content:center;align-items:center;gap:2px;width:40px;min-height:31px;display:inline-flex}.comment-sort-face svg{stroke-width:2.2px;display:block}.comment-sort-face svg:last-child{width:11px;height:11px;margin-left:-2px}.comment-sort-trigger:hover .comment-sort-face,.comment-sort-trigger:focus-visible .comment-sort-face,.comment-sort-control[data-open=true] .comment-sort-face{color:var(--orange);background:#fff7ed;border-color:#85674861;outline:none}.comment-sort-trigger:disabled{cursor:default}.comment-sort-control[data-disabled=true] .comment-sort-face{opacity:.42;color:#5c4b39}.comment-sort-control[data-disabled=true] .comment-sort-trigger:hover .comment-sort-face,.comment-sort-control[data-disabled=true] .comment-sort-trigger:focus-visible .comment-sort-face{color:#5c4b39;background:#fffaf3;border-color:#85674840}:is(.story-detail-shell:has(.comment-sort-control[data-open=true]),.story-detail:has(.comment-sort-control[data-open=true])){z-index:60}.story-detail:has(.comment-sort-control[data-open=true]){overflow:visible}.comment-sort-menu{z-index:30;background:#fffaf3fa;border:1px solid #85674838;border-radius:8px;min-width:150px;padding:5px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 14px 30px #48301824}.comment-sort-option,.comment-sort-option:hover,.comment-sort-option:focus-visible{color:#5c4b39;appearance:none;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;outline:none;justify-content:space-between;align-items:center;width:100%;min-height:30px;padding:0 8px;font-size:12px;font-weight:650;display:inline-flex}.comment-sort-option:hover,.comment-sort-option:focus-visible{color:var(--orange);background:#fff2df;border-color:#85674838}.comment-sort-option[aria-checked=true]{color:var(--orange)}.comment-filter-toggle{color:#5c4b39;cursor:pointer;background:#fffaf3;border:1px solid #85674840;border-radius:6px;flex:none;justify-content:center;align-items:center;width:32px;min-width:32px;min-height:31px;padding:0;display:inline-flex}.story-actions .comment-filter-toggle{padding:0}.comment-filter-toggle:hover,.comment-filter-toggle:focus-visible{color:var(--orange);background:#fff7ed;border-color:#85674861;outline:none}.comment-filter-toggle:disabled{cursor:default;opacity:.42}.comment-filter-toggle:disabled:hover{color:#5c4b39;background:#fffaf3;border-color:#85674840}.comment-filter-toggle[aria-pressed=true]{border-color:var(--orange-line);background:var(--orange-soft);color:var(--orange)}.condensed-comment-filter-actions{z-index:1;place-self:center end;align-items:center;gap:7px;margin-left:12px;display:none;position:relative}.thread-column[data-condensed=true] .story-summary-block,.thread-column[data-condensed=true] .thread-notice,.thread-column[data-condensed=true] .story-actions{display:none}.long-ruler-icon{flex:none;width:17px;height:17px}.thread-column[data-condensed=true] .story-heading-grid{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:0}.thread-column[data-condensed=true] .condensed-comment-filter-actions{display:inline-flex}.thread-column[data-condensed=true] .story-heading h1{font-size:var(--reader-story-heading-condensed-font-size);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2;display:-webkit-box;overflow:hidden}.thread-column[data-condensed=true] .story-detail-meta{font-size:var(--reader-crumb-meta-font-size);gap:12px;margin-top:3px}.thread-column[data-condensed=true] .story-detail-meta svg,.thread-column[data-condensed=true] .story-detail-meta span:nth-of-type(2){display:none}.comments-loading-spinner{border:2px solid #ff660038;border-top-color:var(--orange);border-radius:999px;flex:none;width:14px;height:14px;animation:.85s linear infinite spin-refresh}.comment-list{z-index:0;padding:24px 34px max(40px,42vh);scroll-margin-top:92px;position:relative}.comment-reveal-block{z-index:0;pointer-events:none;background-color:#55432d1f;border-radius:8px;animation:1.5s ease-out both comment-reveal-block-background;position:absolute}.comment-item+.comment-item{margin-top:7px}.empty-comments{border:1px dashed var(--line-strong);color:var(--muted);font-size:var(--reader-comment-font-size);background:#fffaf3;border-radius:7px;margin:26px 0;padding:18px}.empty-comments[data-state=loading]{align-items:center;gap:12px;min-height:82px;display:flex}.thread-loading-shell{border:1px dashed var(--line-strong);min-height:96px;color:var(--muted);font-size:var(--reader-comment-font-size);background:#fffaf3;border-radius:7px;align-items:center;gap:12px;margin:26px 34px;padding:18px;font-weight:700;display:flex}.comments-loading-spinner-large{width:18px;height:18px}.comment-item{--indent-step:25.3px;z-index:1;margin-left:calc(var(--comment-depth) * var(--indent-step));content-visibility:auto;contain-intrinsic-size:0 112px;border:1px solid #0000;border-radius:6px;grid-template-columns:22px 1fr;gap:8px;padding:9px 8px 9px 0;scroll-margin-block:38vh;transition:background-color .14s,border-color .14s,box-shadow .14s,outline-color .14s;display:grid;position:relative}.comment-item[data-search-active=true][data-search-match=false]{opacity:.45}.comment-item[data-search-active=true][data-search-match=true]{background:#fff5e6;box-shadow:inset 3px 0 #ff66007a}.comment-item[data-search-active=true][data-search-match=true][data-focused=true]{background:var(--active-card-bg);border-color:var(--active-card-border);outline:1px solid var(--active-card-border);outline-offset:-1px;box-shadow:var(--active-card-glow), var(--active-card-rail)}.comment-item[data-collapsed=true]{box-shadow:none;background:0 0;border-color:#0000;outline:none}.comment-item[data-collapsed=true]:hover{background:#fff8ed;border-color:#ff7a1833;box-shadow:inset 3px 0 #ff7a182e}.comment-item[data-collapsed=true][data-selected=true]{background:var(--active-card-bg);border-color:var(--orange-line);box-shadow:var(--active-card-rail);outline:none}.comment-item[data-collapsed=true][data-focused=true],.comment-item[data-collapsed=true][data-search-active=true][data-search-match=true][data-focused=true]{background:var(--active-card-bg);border-color:var(--active-card-border);outline:1px solid var(--active-card-border);outline-offset:-1px;box-shadow:var(--active-card-glow), var(--active-card-rail)}.comment-item[data-collapsed=true][data-search-active=true][data-search-match=true]{box-shadow:none;background:0 0;border-color:#0000;outline:none}.comment-item[data-jump-highlight=true],.comment-item[data-jump-highlight=true][data-focused=true],.comment-item[data-jump-highlight=true][data-selected=true],.comment-item[data-collapsed=true][data-jump-highlight=true][data-focused=true],.comment-item[data-collapsed=true][data-jump-highlight=true][data-selected=true]{outline-offset:-1px;background:#ffe8a6c7;border-color:#ff7a188f;outline:1px solid #ff7a188a;animation:1.5s ease-out both comment-jump-highlight;box-shadow:0 0 0 1px #ff7a1824,0 14px 32px #ff7a1829,inset 4px 0 #ff7a18b8}.column[data-active=false] .story-row[data-selected=true],.column[data-active=false] .story-row[data-focused=true],.column[data-active=false] .comment-item[data-selected=true],.column[data-active=false] .comment-item[data-focused=true],.column[data-active=false] .comment-item[data-collapsed=true][data-selected=true],.column[data-active=false] .comment-item[data-collapsed=true][data-focused=true],.column[data-active=false] .comment-item[data-search-active=true][data-search-match=true][data-focused=true],.column[data-active=false] .crumb-card[data-focused=true],.column[data-active=false] .hn-mentioned-item[data-focused=true],.column[data-active=false] .submission-timeline-item[data-focused=true]{background:var(--inactive-card-bg);border-color:var(--inactive-card-border);box-shadow:var(--inactive-card-rail);outline:none}.column[data-active=false] .story-row[data-selected=true],.column[data-active=false] .story-row[data-focused=true]{background:var(--inactive-story-card-bg)}@keyframes comment-reveal-block-background{0%,24%{background-color:#55432d1f}to{background-color:#0000}}@keyframes comment-reveal-block-background-dark{0%,24%{background-color:#ffba7624}to{background-color:#0000}}@keyframes comment-jump-highlight{0%,42%{background-color:#ffe8a6db;border-color:#ff7a18a3;box-shadow:0 0 0 1px #ff7a182e,0 14px 32px #ff7a182e,inset 4px 0 #ff7a18c7}to{background-color:#0000;border-color:#0000;box-shadow:0 0 #ff7a1800,0 0 #ff7a1800,inset 4px 0 #ff7a1800}}@keyframes comment-jump-highlight-dark{0%,42%{background-color:#ff862a3d;border-color:#ff9c4aad;box-shadow:0 0 0 1px #ff9c4a33,0 14px 34px #ff7a1842,inset 4px 0 #ff9c4adb}to{background-color:#0000;border-color:#0000;box-shadow:0 0 #ff9c4a00,0 0 #ff7a1800,inset 4px 0 #ff9c4a00}}.comment-item[data-collapsed=true] .comment-body,.comment-item[data-collapsed=true] .inline-preview,.comment-item[data-collapsed=true] .comment-actions{display:none}.comment-gutter{padding-top:2px}.collapse-button{color:#9b9287;cursor:pointer;background:0 0;border:0;place-items:center;width:18px;height:18px;padding:0;line-height:0;display:grid}.comment-item[data-collapsed=true] .collapse-button{background:var(--orange-soft);color:var(--orange);border-radius:5px}.collapse-button svg{display:block}.comment-content{min-width:0}.comment-meta{font-size:var(--reader-meta-font-size);flex-wrap:wrap;align-items:center;gap:11px;margin-bottom:6px;display:flex}.comment-meta[data-collapsed=true]{gap:6px;margin-bottom:0}.comment-author-lockup{align-items:center;gap:4px;min-width:0;display:inline-flex}.comment-meta strong{color:#24201c;font-size:var(--reader-meta-font-size)}.comment-meta[data-collapsed=true] strong{font-weight:400}.comment-author-crown{color:#b47712;justify-content:center;align-items:center;width:14px;height:14px;line-height:0;display:inline-flex}.comment-author-crown svg{display:block}.comment-meta-dot,.comment-more-count,.comment-participant-count{color:var(--muted)}.comment-more-count,.comment-participant-count{font-weight:680}.comment-stat{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.comment-stat svg{stroke-width:2.2px;width:13px;height:13px;display:block}.comment-thread-favicons{align-items:center;gap:5px;min-width:0;display:inline-flex}.comment-thread-favicon{background:#fffaf3;border:1px solid #85674833;border-radius:4px;width:16px;height:16px;display:block;box-shadow:0 1px #583a1b0d}.comment-collapsed-snippet{color:#7d746a;max-width:min(760px,100%);font-size:calc(var(--reader-meta-font-size) + 1px);text-overflow:ellipsis;white-space:nowrap;margin:0 0 3px;line-height:1.35;overflow:hidden}.comment-collapsed-snippet-lead{color:#4f463e;font-weight:600}.comment-body{color:#2c2621;max-width:760px;font-size:var(--reader-comment-font-size);line-height:var(--reader-comment-line-height);overflow-wrap:anywhere}.comment-body p,.comment-body{margin:0}.comment-body pre,.comment-body code{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.comment-body a{overflow-wrap:anywhere;word-break:break-word}.comment-actions{gap:2px;margin-top:4px;display:flex}.inline-preview{border-radius:7px;width:min(430px,100%);margin-top:10px;padding:0}.inline-preview-row{gap:0}.inline-preview-main{border:1px solid var(--line);background:#fffaf3c7;box-shadow:0 1px #583a1b0a}.inline-preview-main:hover,.inline-preview-main:focus-visible{border-color:var(--orange-line);background:var(--orange-soft);outline:1px solid var(--orange-line);outline-offset:1px}.inline-preview-meta-row{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:flex}.inline-status{width:fit-content;padding:1px 6px;font-size:9px}.hn-mentioned-list{gap:8px;display:grid}.hn-mentioned-item{border:1px solid #0000;border-radius:6px;padding:0;transition:background-color .14s,border-color .14s,box-shadow .14s,outline-color .14s}.hn-mentioned-row{grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;display:grid}.hn-mentioned-main{width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:block}.hn-mentioned-title{font-size:var(--reader-crumb-title-font-size);font-weight:850;line-height:1.25}.hn-mentioned-meta{color:var(--muted);font-size:var(--reader-crumb-meta-font-size);align-items:center;gap:4px;display:inline-flex}.hn-mentioned-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.hn-mentioned-actions .crumb-jump-button,.hn-mentioned-actions .crumb-open-link{margin-right:0}.context-loading-shell{border-bottom:1px solid var(--line);background:linear-gradient(90deg,#ff660009,#0000 48%),#fffaf175;place-items:center;min-height:138px;display:grid}.context-loading-spinner,.crumb-loading-spinner{border:2px solid #f603;border-top-color:var(--orange);border-radius:999px;width:18px;height:18px;animation:.85s linear infinite spin-refresh}.crumb-section{border-bottom:1px solid var(--line);padding:15px 20px 18px;overflow:hidden}.crumb-section[data-state=loading]{min-height:58px}.crumb-section[data-state=empty]{animation:1.65s both crumb-section-empty-dismiss}.crumb-section-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px;display:flex}.crumb-section[data-state=loading] .crumb-section-header,.crumb-section[data-state=found] .crumb-section-header,.crumb-section[data-state=empty] .crumb-section-header{margin-bottom:0}.crumb-section-header div{align-items:center;gap:8px;font-weight:800;display:flex}.crumb-section-header strong{min-width:22px;height:22px;color:var(--muted);font-size:var(--reader-meta-font-size);background:#eee8df;border-radius:6px;place-items:center;display:grid}.crumb-section-header small{color:var(--muted);font-size:var(--reader-crumb-meta-font-size)}.crumb-section-actions{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:inline-flex}.crumb-section-status{white-space:nowrap;justify-content:flex-end;align-items:center;gap:6px;min-width:24px;min-height:22px;font-weight:850;display:inline-flex}.crumb-section-header .crumb-section-status-empty{color:#6f665d}.crumb-section-header .crumb-section-status-disabled{color:#6f665d;font-weight:760}.crumb-section-header .crumb-section-status-found{color:var(--orange)}.crumb-section-spinner{border:2px solid #ff660038;border-top-color:var(--orange);border-radius:999px;flex:none;width:14px;height:14px;animation:.85s linear infinite spin-refresh}.history-copy-button{border:1px solid var(--line-strong);width:24px;height:24px;color:var(--muted);cursor:pointer;background:#fffaf3;border-radius:6px;place-items:center;display:inline-grid}.history-copy-button:hover,.history-copy-button:focus-visible{border-color:var(--orange-line);background:var(--orange-soft);color:var(--orange);outline:1px solid var(--orange-line);outline-offset:1px}.history-copy-button[data-status=copied]{color:var(--timeline-current);background:#15824c14;border-color:#15824c59}.history-copy-button[data-status=failed]{color:#9f3b16;background:#fff4ee;border-color:#9f3b1659}.crumb-loading-body{border:1px solid var(--line);background:#fffaf194;border-radius:7px;place-items:center;min-height:74px;margin-top:11px;display:grid}.crumb-section-body{opacity:0;grid-template-rows:0fr;margin-top:0;animation:.94s cubic-bezier(.16,1,.3,1) both crumb-section-body-expand;display:grid}.crumb-section-body-inner{min-height:0;overflow:hidden}.crumb-section[data-state=ready] .crumb-card{animation:.78s cubic-bezier(.16,1,.3,1) both crumb-card-enter}.crumb-section[data-state=ready] .crumb-card:nth-of-type(2){animation-delay:90ms}.crumb-section[data-state=ready] .crumb-card:nth-of-type(3){animation-delay:.16s}.crumb-section[data-state=ready] .crumb-card:nth-of-type(4){animation-delay:.23s}.crumb-section[data-state=ready] .crumb-card:nth-of-type(5){animation-delay:.3s}@keyframes crumb-section-body-expand{0%{opacity:0;grid-template-rows:0fr;margin-top:0}35%{opacity:1}to{opacity:1;grid-template-rows:1fr;margin-top:11px}}@keyframes crumb-card-enter{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes crumb-section-empty-dismiss{0%,68%{opacity:1;max-height:72px;padding-top:15px;padding-bottom:18px}to{opacity:0;max-height:0;padding-top:0;padding-bottom:0}}.empty-crumbs{font-size:var(--reader-crumb-text-font-size);margin:0}.crumb-card{border:1px solid #0000;border-radius:7px;transition:background-color .14s,border-color .14s,box-shadow .14s,outline-color .14s}.crumb-card+.crumb-card{margin-top:10px}.crumb-card[data-source-expanded=true]{border-color:var(--active-card-border)}.crumb-row{border-radius:6px;grid-template-columns:48px minmax(0,1fr) auto auto;align-items:center;gap:11px;padding:8px;display:grid}.crumb-row.hn-mentioned-row{grid-template-columns:48px minmax(0,1fr) auto;padding-right:0}.crumb-row.hn-mentioned-row .hn-mentioned-actions{justify-self:end}.crumb-row[data-expandable=true]{cursor:pointer}.crumb-row[data-expandable=true]:hover{background:var(--orange-soft)}.crumb-main{width:100%;min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:0;text-decoration:none;display:block}.inline-preview-row{grid-template-columns:none;gap:0;padding:0;display:block}.inline-preview-main{box-sizing:border-box;border-radius:6px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;padding:8px;display:grid}.crumb-jump-button{--crumb-jump-button-bg:#fffaf3;border:1px solid var(--line-strong);background:var(--crumb-jump-button-bg);color:#5f5850;cursor:pointer;opacity:0;pointer-events:none;visibility:hidden;border-radius:7px;justify-content:center;align-items:center;width:24px;height:24px;margin-right:8px;transition:opacity .12s,border-color .12s,background .12s,color .12s,outline-color .12s;display:inline-flex}.crumb-open-link{border:1px solid var(--line-strong);color:#5f5850;cursor:pointer;background:#fffaf3;border-radius:7px;justify-content:center;align-items:center;width:24px;height:24px;margin-right:8px;transition:border-color .12s,background .12s,color .12s,outline-color .12s;display:inline-flex}.crumb-card:hover .crumb-jump-button,.crumb-card:focus-within .crumb-jump-button,.crumb-card[data-focused=true] .crumb-jump-button{opacity:1;pointer-events:auto;visibility:visible}.crumb-row>.crumb-jump-button,.crumb-row>.crumb-open-link{margin-right:0}.crumb-card-footer{justify-content:flex-end;margin:0 8px 8px 67px;display:flex}.crumb-card-footer .crumb-open-link{margin-right:0}.crumb-open-link[data-label-visible=true]{width:auto;min-width:68px;height:28px;font-size:var(--reader-crumb-meta-font-size);gap:6px;padding:0 10px;font-weight:780}.crumb-open-link-label{line-height:1}.crumb-jump-icon{display:block;overflow:visible}.crumb-jump-bubble{fill:none;stroke:currentColor;stroke-width:44px;stroke-linecap:round;stroke-linejoin:round}.crumb-jump-arrow{fill:currentColor;stroke:none}.crumb-jump-button:hover,.crumb-jump-button:focus-visible,.crumb-open-link:hover,.crumb-open-link:focus-visible{--crumb-jump-button-bg:#f5eee3;color:#3f3933;outline-offset:1px;background:#f5eee3;border-color:#a99d90;outline:1px solid #a99d90}.crumb-thumb{border:1px solid var(--line);color:#2d2925;background:#f5eee3;border-radius:7px;place-items:center;width:48px;height:48px;font-weight:850;display:grid;position:relative;overflow:hidden}.crumb-favicon{object-fit:contain;z-index:2;background:#fffdf8f0;border:1px solid #54422f38;border-radius:6px;width:20px;height:20px;padding:2px;display:block;position:absolute;bottom:3px;right:3px;box-shadow:0 1px 4px #3625162e}.crumb-favicon[hidden]{display:none}.crumb-thumb-comment-icon{width:18px;height:18px;color:var(--orange);z-index:2;background:#fff6e8f5;border:1px solid #ff660052;border-radius:6px;padding:3px;display:block;position:absolute;top:4px;right:5px;box-shadow:0 1px 4px #36251624}.crumb-thumb-img{object-fit:cover;z-index:1;width:100%;height:100%;display:block;position:absolute;inset:0}.crumb-thumb-img[hidden]{display:none}.crumb-thumb[data-tone=video]{color:#fff;background:linear-gradient(135deg,#33475f,#d77c36)}.crumb-thumb[data-tone=code]{color:#fff;background:#202124}.crumb-thumb[data-tone=paper]{color:#fff;background:#c71717}.crumb-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.crumb-adornments{flex-direction:column;justify-self:end;align-items:flex-end;gap:5px;display:inline-flex}.github-star-badge,.youtube-view-badge{color:#8c5a15;min-width:0;min-height:24px;font-size:var(--reader-crumb-meta-font-size);font-variant-numeric:tabular-nums;white-space:nowrap;background:#fff7e8;border:1px solid #d5c7b2;border-radius:7px;justify-content:center;align-items:center;gap:4px;padding:0 7px;font-weight:850;display:inline-flex}.youtube-view-badge{color:#516173;background:#f8fbff}.crumb-title{font-size:var(--reader-crumb-title-font-size);overflow-wrap:anywhere;font-weight:800;line-height:1.25}.crumb-domain{overflow-wrap:anywhere}.crumb-source-snippets{border-top:1px solid var(--line);gap:8px;min-width:0;max-width:100%;margin:2px 8px 8px 67px;padding:8px 0 0;display:grid}.hn-mentioned-item .crumb-source-snippets{margin-left:8px}.crumb-source-snippet{gap:3px;min-width:0;display:grid}.crumb-source-meta{color:var(--muted);font-size:var(--reader-crumb-meta-font-size);flex-wrap:wrap;align-items:center;gap:5px;font-weight:720;line-height:1.2;display:inline-flex}.crumb-source-text{color:var(--text);font-size:var(--reader-crumb-text-font-size);overflow-wrap:anywhere;margin:0;line-height:1.38}.crumb-site-info{box-sizing:border-box;color:#5b4f43;background:#fffaf3b3;border:1px solid #85674829;border-radius:6px;gap:4px;min-width:0;max-width:100%;padding:7px 8px;display:grid}.crumb-site-info[data-status=loading],.crumb-site-info[data-status=disabled]{width:fit-content;min-height:26px;color:var(--muted);font-size:var(--reader-crumb-meta-font-size);align-items:center;gap:7px;padding-right:10px;font-weight:760;display:inline-flex}.crumb-site-info-spinner{border:2px solid #ff66002e;border-top-color:var(--orange);border-radius:999px;flex:none;width:13px;height:13px;animation:.85s linear infinite spin-refresh}.crumb-site-info-kicker{color:#5f5b55;font-size:var(--reader-crumb-meta-font-size);letter-spacing:0;text-transform:none;align-items:center;gap:5px;font-weight:760;display:inline-flex}.crumb-site-info strong{color:var(--text);font-size:var(--reader-crumb-text-font-size);overflow-wrap:anywhere;line-height:1.25}.crumb-site-info p{color:#5c5147;font-size:var(--reader-crumb-text-font-size);overflow-wrap:anywhere;margin:0;line-height:1.38}.crumb-site-info small{color:var(--muted);font-size:var(--reader-crumb-meta-font-size);overflow-wrap:anywhere;font-weight:700}.inline-status{border:1px solid var(--line);color:#8d5f26;text-transform:uppercase;background:#fff8ec;border-radius:999px;width:fit-content;padding:2px 7px;font-size:10px;font-weight:850}.inline-status[data-status=failed]{color:#9f3b16;background:#fff4ee}.inline-status[data-status=disabled],.inline-status[data-status=stale]{color:#756756;background:#f7f1e6}.mention-badge{color:#746b62;min-width:24px;height:24px;font-size:var(--reader-crumb-text-font-size);background:#eee8df;border-radius:8px;place-items:center;font-weight:850;display:grid}.mention-badge[data-kind=source]{font-size:var(--reader-crumb-meta-font-size);letter-spacing:0;text-transform:uppercase}.history-empty{border:1px dashed var(--line-strong);color:var(--muted);background:#fffaf3;border-radius:6px;margin:10px 0;padding:7px}.submission-history{margin:11px 0 4px}.submission-history-title{color:var(--muted);font-size:var(--reader-crumb-meta-font-size);font-weight:850}.submission-timeline{margin-top:7px;padding-inline:2px;display:grid}.submission-timeline-item{border:1px solid #0000;border-radius:6px;grid-template-columns:18px minmax(0,1fr);gap:7px;margin:0;padding:0 0 8px;transition:background-color .14s,border-color .14s,box-shadow .14s,outline-color .14s;display:grid;position:relative}.submission-timeline-item:last-child{padding-bottom:0}.submission-timeline-item:before{content:"";background:var(--line-strong);width:1px;position:absolute;top:15px;bottom:-2px;left:5px}.submission-timeline-item:last-child:before{display:none}.submission-history-gap{grid-template-columns:18px minmax(0,1fr);gap:7px;margin:-2px 0 8px;display:grid}.submission-gap-rail{background:repeating-linear-gradient(to bottom, var(--line-strong) 0, var(--line-strong) 4px, transparent 4px, transparent 8px);width:1px;min-height:38px;margin-left:5px}.submission-history-gap-actions{flex-wrap:wrap;align-items:flex-start;gap:6px;min-width:0;display:flex}.submission-history-more,.submission-history-collapse{border:1px solid var(--line-strong);min-width:0;max-width:100%;color:var(--muted);font-size:var(--reader-crumb-meta-font-size);cursor:pointer;background:#fffaf3;border-radius:6px;flex-wrap:wrap;justify-self:start;align-items:center;gap:3px 7px;margin:2px 0 4px;padding:5px 8px;font-weight:850;line-height:1.15;display:inline-flex}.submission-history-collapse{color:#6d6257;background:#fff}.submission-history-collapse-row{justify-content:flex-start;margin:4px 0 0 25px;display:flex}.submission-history-more small{color:#8a7d70;font-size:var(--reader-crumb-meta-font-size);font-weight:750}.submission-history-more:hover,.submission-history-more:focus-visible,.submission-history-collapse:hover,.submission-history-collapse:focus-visible{border-color:var(--orange-line);background:var(--orange-soft);color:var(--orange);outline:1px solid var(--orange-line);outline-offset:1px}.submission-marker{z-index:1;border:2px solid var(--line-strong);background:#fffdf8;border-radius:999px;width:11px;height:11px;margin-top:9px;position:relative}.submission-timeline-item[data-position=before] .submission-marker{border-color:var(--orange-line)}.submission-timeline-item[data-position=current] .submission-marker{border-color:var(--timeline-current);background:var(--timeline-current)}.submission-timeline-item[data-position=after] .submission-marker{border-color:var(--blue)}.submission-copy{min-width:0;padding:5px 0 6px}.submission-meta-line{color:var(--muted);font-size:var(--reader-crumb-meta-font-size);flex-wrap:wrap;gap:5px 8px;font-weight:700;display:flex}.submission-meta-line time{color:var(--orange);font-weight:850}.submission-stats-line{flex-basis:100%}.submission-timeline-item[data-position=current] .submission-meta-line time{color:var(--timeline-current)}.submission-timeline-item[data-position=after] .submission-meta-line time{color:var(--blue)}.submission-copy a{color:var(--text);font-size:var(--reader-crumb-title-font-size);margin-top:3px;font-weight:800;line-height:1.25;display:block}.shortcut-scrim{z-index:30;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#2c231938;place-items:center;display:grid;position:fixed;inset:0}.shortcut-panel{border:1px solid var(--line-strong);width:min(760px,100vw - 32px);max-height:calc(100vh - 40px);box-shadow:var(--shadow);background:#fffaf1;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.shortcut-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:18px 18px 14px 22px;display:flex}.shortcut-heading h2,.shortcut-heading p{margin:0}.shortcut-heading h2{font-size:18px}.shortcut-heading p{color:var(--muted);margin-top:3px;font-size:12px}.shortcut-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px;min-height:0;padding:14px 18px 18px;display:grid;overflow:auto}.shortcut-section{min-width:0}.shortcut-section h3{color:#332b24;margin:0;font-size:13px;font-weight:850}.shortcut-grid{gap:1px;margin:8px 0 0;padding:0;display:grid}.shortcut-grid div{grid-template-columns:106px 1fr;align-items:center;gap:14px;min-height:34px;display:grid}.shortcut-grid dt{border:1px solid var(--line);color:#332b24;background:#fffdf8;border-radius:6px;justify-self:start;padding:4px 8px;font-size:12px;font-weight:850}.shortcut-grid dd{color:#4f463e;margin:0;font-size:13px}.app-shell[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b0a08;--surface:#110e0b;--surface-strong:#19120d;--surface-muted:#211810;--line:#3a2c20;--line-strong:#57412f;--text:#f5eadc;--muted:#b7a796;--faint:#8e7d6c;--orange:#ff7a18;--orange-soft:#ff7a1829;--orange-line:#ff7a1894;--timeline-current:#5ad087;--active-card-bg:#ff7a181f;--active-card-border:#ff7a186b;--active-card-glow:0 0 0 3px #ff7a181f;--active-card-rail:inset 3px 0 0 #ff7a188f;--story-selected-card-bg:#ff7a1833;--inactive-story-card-bg:#ffb84d1a;--inactive-card-bg:#f5eadc0e;--inactive-card-border:#f5eadc24;--inactive-card-rail:inset 3px 0 0 #f5eadc2e;--blue:#78b7ff;--shadow:0 18px 40px #00000057;background:radial-gradient(circle at 0 0, #ff7a181f, transparent 28%), linear-gradient(90deg, #ff7a1814, transparent 34%), var(--bg);color:var(--text)}.app-shell[data-theme=dark] .topbar,.app-shell[data-theme=dark] .column-switcher{border-color:var(--line);background:#110e0bf5}.app-shell[data-theme=dark] .feed-tab,.app-shell[data-theme=dark] .font-size-choice{color:var(--text)}.app-shell[data-theme=dark] .feed-tab[data-active=true],.app-shell[data-theme=dark] .font-size-choice[data-active=true],.app-shell[data-theme=dark] .settings-segmented-choice[data-active=true],.app-shell[data-theme=dark] .column-switcher button[data-active=true]{color:var(--orange);background:var(--orange-soft);border-color:var(--orange-line)}.app-shell[data-theme=dark] .search-box,.app-shell[data-theme=dark] .font-size-picker,.app-shell[data-theme=dark] .icon-button,.app-shell[data-theme=dark] .mobile-feed-menu-popover,.app-shell[data-theme=dark] .public-links-popover,.app-shell[data-theme=dark] .settings-menu,.app-shell[data-theme=dark] .settings-toggle,.app-shell[data-theme=dark] .settings-segmented,.app-shell[data-theme=dark] .settings-select,.app-shell[data-theme=dark] .shortcut-grid dt{border-color:var(--line);color:var(--muted);background:#17120d}.app-shell[data-theme=dark] .search-box input{color:var(--text)}.app-shell[data-theme=dark] .public-links-popover,.app-shell[data-theme=dark] .settings-menu{box-shadow:0 18px 38px #00000057}.app-shell[data-theme=dark] .public-links-item,.app-shell[data-theme=dark] .settings-menu-label{color:var(--text)}.app-shell[data-theme=dark] .public-links-item:hover,.app-shell[data-theme=dark] .public-links-item:focus-visible,.app-shell[data-theme=dark] .settings-toggle:hover,.app-shell[data-theme=dark] .settings-toggle:focus-visible,.app-shell[data-theme=dark] .settings-select:hover,.app-shell[data-theme=dark] .settings-select:focus-visible{border-color:var(--orange-line);background:var(--orange-soft)}.app-shell[data-theme=dark] .settings-segmented-choice{color:var(--muted)}.app-shell[data-theme=dark] .settings-segmented-choice:hover,.app-shell[data-theme=dark] .settings-segmented-choice:focus-visible{color:var(--orange)}.app-shell[data-theme=dark] .mobile-feed-menu-button,.app-shell[data-theme=dark] .mobile-feed-menu-option{color:var(--text)}.app-shell[data-theme=dark] .mobile-feed-mode-label{color:var(--muted)}.app-shell[data-theme=dark] .brand-section span{color:var(--faint)}.app-shell[data-theme=dark] .mobile-feed-menu-option:hover,.app-shell[data-theme=dark] .mobile-feed-menu-option:focus-visible,.app-shell[data-theme=dark] .mobile-feed-menu-option[data-active=true]{color:var(--orange);background:var(--orange-soft);border-color:var(--orange-line)}.app-shell[data-theme=dark] .search-box kbd,.app-shell[data-theme=dark] .rail-count,.app-shell[data-theme=dark] .crumb-section-header strong,.app-shell[data-theme=dark] .mention-badge,.app-shell[data-theme=dark] .github-star-badge,.app-shell[data-theme=dark] .youtube-view-badge,.app-shell[data-theme=dark] .history-copy-button,.app-shell[data-theme=dark] .submission-history-more,.app-shell[data-theme=dark] .submission-history-collapse{color:var(--muted);background:#2a2118}.app-shell[data-theme=dark] .history-copy-button,.app-shell[data-theme=dark] .submission-history-more,.app-shell[data-theme=dark] .submission-history-collapse{border-color:var(--line)}.app-shell[data-theme=dark] .rail-count[data-animating=true]{color:#ffad72;background:#ff7a1829;box-shadow:0 8px 22px #ff7a182e}.app-shell[data-theme=dark] .rail-count[data-loading=true]{color:#ffad72}.app-shell[data-theme=dark] .history-copy-button:hover,.app-shell[data-theme=dark] .history-copy-button:focus-visible,.app-shell[data-theme=dark] .submission-history-more:hover,.app-shell[data-theme=dark] .submission-history-more:focus-visible,.app-shell[data-theme=dark] .submission-history-collapse:hover,.app-shell[data-theme=dark] .submission-history-collapse:focus-visible{color:#ffad72;background:#ff7a1824}.app-shell[data-theme=dark] .submission-history-more small{color:#a99c8f}.app-shell[data-theme=dark] .history-copy-button[data-status=copied]{color:#78d2a2;background:#33ab6f1f;border-color:#33ab6f61}.app-shell[data-theme=dark] .history-copy-button[data-status=failed]{color:#ff9668;background:#9f3b1633;border-color:#ff966866}.app-shell[data-theme=dark] .github-star-badge,.app-shell[data-theme=dark] .youtube-view-badge{border-color:var(--line);color:#f1ad72}.app-shell[data-theme=dark] .avatar{background:linear-gradient(135deg,#ff7a18,#6f4426);border-color:#2a1d13}.app-shell[data-theme=dark] .reader-grid,.app-shell[data-theme=dark] .column,.app-shell[data-theme=dark] .thread-column{background:var(--surface)}.app-shell[data-theme=dark] .column{border-top-color:#0000}.app-shell[data-theme=dark] .column[data-active=true]{border-top-color:var(--orange)}.app-shell[data-theme=dark] .stories-column,.app-shell[data-theme=dark] .context-column,.app-shell[data-theme=dark] .column-titlebar,.app-shell[data-theme=dark] .story-detail,.app-shell[data-theme=dark] .context-loading-shell,.app-shell[data-theme=dark] .crumb-section{border-color:var(--line)}.app-shell[data-theme=dark] .context-loading-shell{background:linear-gradient(90deg,#ff7a1814,#0000 48%),#110e0b8f}.app-shell[data-theme=dark] .crumb-loading-body{border-color:var(--line);background:#fff4e20b}.app-shell[data-theme=dark] .column-titlebar{background:#110e0bfa}.app-shell[data-theme=dark] .column[data-active=true] .column-titlebar,.app-shell[data-theme=dark] .thread-column[data-active=true] .story-detail,.app-shell[data-theme=dark] .thread-column[data-active=true][data-condensed=true] .story-detail{background:linear-gradient(180deg, #ff7a181c, transparent 72%), var(--surface)}.app-shell[data-theme=dark] .story-detail{background:var(--surface)}.app-shell[data-theme=dark] .story-detail[data-swipe-state=dragging],.app-shell[data-theme=dark] .story-detail[data-swipe-state=settling],.app-shell[data-theme=dark] .story-detail[data-swipe-state=committing],.app-shell[data-theme=dark] .story-detail[data-swipe-state=entering]{background:linear-gradient(180deg, #ff7a1824, transparent 72%), var(--surface);box-shadow:inset 0 0 0 1px #ff7a1838,0 20px 48px #00000061}.app-shell[data-theme=dark] .story-mobile-back-button,.app-shell[data-theme=dark] .story-mobile-crumb-button,.app-shell[data-theme=dark] .mobile-crumb-pane-close{border-color:var(--line);color:#d4c4b2;box-shadow:none;background:#221b14d6}.app-shell[data-theme=dark] .story-mobile-crumb-button{color:#ffad72}.app-shell[data-theme=dark] .story-mobile-crumb-source-icon{color:#ead6c0;background:#221a12;border-color:#fff1dc29;box-shadow:0 1px 3px #00000052}.app-shell[data-theme=dark] .story-mobile-crumb-source-separator{color:#efe4d694}.app-shell[data-theme=dark] .story-mobile-crumb-source-icon[data-kind=history]{color:#f0c691;background:#241d16}.app-shell[data-theme=dark] .story-mobile-crumb-source-icon[data-kind=hn]{color:#130d08;background:#ff7a18;border-color:#ff7a186b}.app-shell[data-theme=dark] .story-mobile-crumb-source-icon[data-kind=wikipedia]{color:#181614;background:#f6f0e8}.app-shell[data-theme=dark] .story-mobile-crumb-source-icon[data-kind=youtube]{color:#fff;background:#f03;border-color:#ff003370}.app-shell[data-theme=dark] .story-mobile-crumb-source-icon[data-kind=github]{color:#161b22;background:#f0f3f6}.app-shell[data-theme=dark] .story-mobile-crumb-source-icon[data-kind=x],.app-shell[data-theme=dark] .story-mobile-crumb-source-icon[data-kind=nytimes]{color:#fff;background:#050505}.app-shell[data-theme=dark] .story-mobile-crumb-source-icon[data-kind=arxiv]{color:#fff;background:#b31b1b;border-color:#ff7d7d47}.app-shell[data-theme=dark] .story-mobile-crumb-button:has(.story-mobile-crumb-count[data-animating=true]){color:#ffbf8b;background:#ff7a181f;border-color:#ff7a185c;box-shadow:0 10px 24px #ff7a1824}.app-shell[data-theme=dark] .story-mobile-back-button:hover,.app-shell[data-theme=dark] .story-mobile-back-button:focus-visible,.app-shell[data-theme=dark] .story-mobile-crumb-button:hover,.app-shell[data-theme=dark] .story-mobile-crumb-button:focus-visible,.app-shell[data-theme=dark] .mobile-crumb-pane-close:hover,.app-shell[data-theme=dark] .mobile-crumb-pane-close:focus-visible{color:#ffbf8b;background:#ff7a181f;border-color:#ff7a185c}.app-shell[data-theme=dark] .reader-grid[data-mobile-crumbs-open=true] .context-column{background:var(--surface);box-shadow:-18px 0 42px #0000005c}.app-shell[data-theme=dark] .reader-grid[data-mobile-thread-transition=entering] .thread-column,.app-shell[data-theme=dark] .reader-grid[data-mobile-thread-transition=exiting] .thread-column{background:var(--surface);box-shadow:-18px 0 42px #00000057}.app-shell[data-theme=dark] .reader-grid[data-mobile-crumbs-open=true] .mobile-crumb-pane-backdrop{background:#00000057}.app-shell[data-theme=dark] .story-row{border-bottom-color:var(--line)}.app-shell[data-theme=dark] .story-rank,.app-shell[data-theme=dark] .story-summary,.app-shell[data-theme=dark] .submission-meta-line,.app-shell[data-theme=dark] .shortcut-grid dd{color:var(--muted)}.app-shell[data-theme=dark] .story-summary-toggle{color:#ff9d4f}.app-shell[data-theme=dark] .story-summary-toggle:hover,.app-shell[data-theme=dark] .story-summary-toggle:focus-visible{color:#ffc08a;background:#ff7a181f}.app-shell[data-theme=dark] .story-title,.app-shell[data-theme=dark] .story-heading h1,.app-shell[data-theme=dark] .story-score-block strong,.app-shell[data-theme=dark] .comment-meta strong,.app-shell[data-theme=dark] .crumb-title,.app-shell[data-theme=dark] .hn-mentioned-title,.app-shell[data-theme=dark] .submission-copy a,.app-shell[data-theme=dark] .shortcut-section h3,.app-shell[data-theme=dark] .shortcut-heading h2{color:var(--text)}.app-shell[data-theme=dark] .comment-author-crown{color:#ffd38a}.app-shell[data-theme=dark] .story-row[data-read=true]:not([data-fresh-read=true]) .story-title{color:#b7a996}@media (width<=1180px){.app-shell[data-theme=dark] .story-row[data-read=true][data-selected=true] .story-title{color:#b7a996}}.app-shell[data-theme=dark] .comment-body{color:#e7d8c7}.app-shell[data-theme=dark] .comment-collapsed-snippet{color:#b5aa9d}.app-shell[data-theme=dark] .comment-collapsed-snippet-lead{color:#e2d3c2}.app-shell[data-theme=dark] .comment-thread-favicon{background:#211a13;border-color:#ffc48933;box-shadow:0 1px #00000029}.app-shell[data-theme=dark] .thread-notice,.app-shell[data-theme=dark] .empty-list,.app-shell[data-theme=dark] .story-queue-status-card,.app-shell[data-theme=dark] .empty-comments,.app-shell[data-theme=dark] .thread-loading-shell,.app-shell[data-theme=dark] .inline-preview,.app-shell[data-theme=dark] .history-empty,.app-shell[data-theme=dark] .shortcut-panel{border-color:var(--line);background:var(--surface-muted);color:var(--muted)}.app-shell[data-theme=dark] .crumb-section-header .crumb-section-status-empty,.app-shell[data-theme=dark] .crumb-section-header .crumb-section-status-disabled{color:#b6aa9b}.app-shell[data-theme=dark] .crumb-section-header .crumb-section-status-found{color:#ffad72}.app-shell[data-theme=dark] .crumb-section-spinner{border-color:#ff7a183d;border-top-color:var(--orange)}.app-shell[data-theme=dark] .crumb-site-info{color:#cfc1b0;background:#ffba760f;border-color:#ffc48929}.app-shell[data-theme=dark] .crumb-site-info-spinner{border-color:#ff7a183d;border-top-color:var(--orange)}.app-shell[data-theme=dark] .crumb-site-info strong{color:#efe4d6}.app-shell[data-theme=dark] .crumb-site-info p{color:#cfc1b0}.app-shell[data-theme=dark] .crumb-site-info-kicker{color:#b8afa6}.app-shell[data-theme=dark] .comment-page-control{color:#ffad72;background:#211912f0;border-color:#ffc4893d;box-shadow:0 10px 26px #00000057}.app-shell[data-theme=dark] .comment-page-control:hover,.app-shell[data-theme=dark] .comment-page-control:focus-visible{background:#302217fa;border-color:#ffad727a}.app-shell[data-theme=dark] .story-actions button,.app-shell[data-theme=dark] .story-actions .story-action-link,.app-shell[data-theme=dark] .comment-actions button,.app-shell[data-theme=dark] .comment-actions a,.app-shell[data-theme=dark] .crumb-jump-button,.app-shell[data-theme=dark] .crumb-open-link{--crumb-jump-button-bg:#17120d;border-color:var(--line);background:var(--crumb-jump-button-bg);color:#c1b6a8}.app-shell[data-theme=dark] .story-actions button:hover,.app-shell[data-theme=dark] .story-actions button:focus-visible,.app-shell[data-theme=dark] .story-actions .story-action-link:hover,.app-shell[data-theme=dark] .story-actions .story-action-link:focus-visible,.app-shell[data-theme=dark] .comment-actions button:hover,.app-shell[data-theme=dark] .comment-actions button:focus-visible,.app-shell[data-theme=dark] .comment-actions a:hover,.app-shell[data-theme=dark] .comment-actions a:focus-visible,.app-shell[data-theme=dark] .crumb-open-link:hover,.app-shell[data-theme=dark] .crumb-open-link:focus-visible{color:#efe4d6;background:#211912;border-color:#7d7164}.app-shell[data-theme=dark] .story-actions .hn-thread-action{border-color:var(--orange-line);background:var(--orange-soft);color:var(--orange)}.app-shell[data-theme=dark] .story-actions .bookmark-action[aria-pressed=true]{color:#ffd38a;background:#ffb84d1f;border-color:#ffb84d52}.app-shell[data-theme=dark] .story-actions .comment-sort-trigger,.app-shell[data-theme=dark] .story-actions .comment-sort-trigger:hover,.app-shell[data-theme=dark] .story-actions .comment-sort-trigger:focus-visible{color:inherit;background:0 0;border-color:#0000}.app-shell[data-theme=dark] .comment-filter-toggle,.app-shell[data-theme=dark] .comment-sort-face{color:#d5c7b8;background:#ffba7614;border-color:#ffc48938}.app-shell[data-theme=dark] .comment-filter-toggle:hover,.app-shell[data-theme=dark] .comment-filter-toggle:focus-visible,.app-shell[data-theme=dark] .comment-sort-trigger:hover .comment-sort-face,.app-shell[data-theme=dark] .comment-sort-trigger:focus-visible .comment-sort-face,.app-shell[data-theme=dark] .comment-sort-control[data-open=true] .comment-sort-face{color:#ffad72;background:#ff7a181f;border-color:#ff7a185c}.app-shell[data-theme=dark] .comment-filter-toggle:disabled:hover,.app-shell[data-theme=dark] .comment-sort-control[data-disabled=true] .comment-sort-trigger:hover .comment-sort-face,.app-shell[data-theme=dark] .comment-sort-control[data-disabled=true] .comment-sort-trigger:focus-visible .comment-sort-face{color:#d5c7b8;background:#ffba7614;border-color:#ffc48938}.app-shell[data-theme=dark] .comment-sort-menu{background:#18120dfa;border-color:#ffc4892e;box-shadow:0 16px 34px #00000057}.app-shell[data-theme=dark] .comment-sort-option,.app-shell[data-theme=dark] .comment-sort-option:hover,.app-shell[data-theme=dark] .comment-sort-option:focus-visible{color:#d5c7b8}.app-shell[data-theme=dark] .comment-sort-option:hover,.app-shell[data-theme=dark] .comment-sort-option:focus-visible{color:#ffad72;background:#ff7a181f;border-color:#ff7a1842}.app-shell[data-theme=dark] .comment-sort-option[aria-checked=true]{color:#ffad72}.app-shell[data-theme=dark] .comment-filter-toggle[aria-pressed=true]{color:#ffad72;background:#ff7a1829;border-color:#ff7a187a}.app-shell[data-theme=dark] .crumb-jump-button:hover,.app-shell[data-theme=dark] .crumb-jump-button:focus-visible{--crumb-jump-button-bg:#211912;background:var(--crumb-jump-button-bg);color:#efe4d6;border-color:#7d7164;outline-color:#7d7164}.app-shell[data-theme=dark] .comment-item[data-search-active=true][data-search-match=true]{background:#ff7a1821}.app-shell[data-theme=dark] .comment-reveal-block{background-color:#ffba7624;animation-name:comment-reveal-block-background-dark}.app-shell[data-theme=dark] .comment-item[data-jump-highlight=true],.app-shell[data-theme=dark] .comment-item[data-jump-highlight=true][data-focused=true],.app-shell[data-theme=dark] .comment-item[data-jump-highlight=true][data-selected=true]{background:#ff862a33;border-color:#ff9c4aa3;outline-color:#ff9c4a85;animation-name:comment-jump-highlight-dark;box-shadow:0 0 0 1px #ff9c4a2e,0 14px 34px #ff7a183d,inset 4px 0 #ff9c4ad1}.app-shell[data-theme=dark] .collapse-button{color:var(--faint)}.app-shell[data-theme=dark] .comment-item[data-collapsed=true] .collapse-button{background:var(--orange-soft);color:var(--orange)}.app-shell[data-theme=dark] .comment-item[data-collapsed=true]:hover{background:#ff7a181c;border-color:#ff7a1842;box-shadow:inset 3px 0 #ff7a183d}.app-shell[data-theme=dark] .crumb-thumb{border-color:var(--line);color:var(--text);background:#211a13}.app-shell[data-theme=dark] .inline-preview-main{border-color:var(--line);background:#17120db8}.app-shell[data-theme=dark] .inline-preview-main:hover,.app-shell[data-theme=dark] .inline-preview-main:focus-visible{border-color:var(--orange-line);background:#ff7a1824}.app-shell[data-theme=dark] .crumb-favicon{background:#f5eadcf2;border-color:#ffffff29}.app-shell[data-theme=dark] .crumb-thumb-comment-icon{color:#ffad72;background:#ff7a1829;border-color:#ff7a185c;box-shadow:0 1px 4px #0003}.app-shell[data-theme=dark] .inline-status{border-color:var(--line);color:#f1ad72;background:#ff7a181f}.app-shell[data-theme=dark] .inline-status[data-status=failed]{color:#ff9a7b;background:#ff603626}.app-shell[data-theme=dark] .inline-status[data-status=disabled],.app-shell[data-theme=dark] .inline-status[data-status=stale]{color:#cdb99e;background:#bfa68521}.app-shell[data-theme=dark] .submission-marker{background:var(--surface)}.app-shell[data-theme=dark] .shortcut-scrim{background:#050403a3}.app-shell[data-theme=dark] .shortcut-heading{border-color:var(--line)}@media (width<=1180px){.shortcut-sections{grid-template-columns:1fr}.app-shell{grid-template-rows:1fr}.topbar,.column-switcher{display:none}.reader-grid{grid-row:1;grid-template-columns:1fr}.desktop-feed-title,.stories-column .column-title{display:none}.mobile-feed-menu,.mobile-public-menu,.mobile-story-settings{display:inline-flex}.mobile-story-settings{margin-left:2px}.mobile-story-settings-button svg,.mobile-public-menu-button svg{width:15px;height:15px}.column-titlebar{height:54px;padding:0 14px}.column-title{flex:1}.reader-grid .column{border-top:0;display:none}.reader-grid .column[data-active=true],.app-shell[data-theme=dark] .reader-grid .column[data-active=true]{border-top-color:#0000}.reader-grid[data-active-column=stories] .stories-column,.reader-grid[data-active-column=comments] .thread-column,.reader-grid[data-active-column=context] .context-column,.reader-grid[data-mobile-thread-transition=entering] .stories-column,.reader-grid[data-mobile-thread-transition=exiting] .stories-column{display:block}.reader-grid[data-mobile-thread-transition=entering] .thread-column,.reader-grid[data-mobile-thread-transition=exiting] .thread-column{z-index:34;background:var(--surface);will-change:transform;border-top:0;width:100vw;height:100dvh;display:block;position:fixed;inset:0;box-shadow:-16px 0 34px #3f301f24}.reader-grid[data-mobile-thread-transition=entering] .thread-column{animation:.24s cubic-bezier(.16,1,.3,1) both mobile-thread-pane-in}.reader-grid[data-mobile-thread-transition=exiting] .thread-column{pointer-events:none;animation:.24s cubic-bezier(.32,0,.67,0) both mobile-thread-pane-out}.reader-grid[data-mobile-crumbs-open=true] .context-column{z-index:42;box-sizing:border-box;border-top:0;border-right:0;border-left:1px solid var(--line);background:#fffdf8;width:min(80vw,560px);max-width:calc(100vw - 16px);height:100dvh;transition:transform .22s cubic-bezier(.16,1,.3,1);display:block;position:fixed;inset:0 0 0 auto;transform:translate(0);box-shadow:-18px 0 42px #3f301f2e}@starting-style{.reader-grid[data-mobile-crumbs-open=true] .context-column{transform:translate(100%)}}.reader-grid[data-mobile-crumbs-open=true] .context-column .column-titlebar{height:54px}.reader-grid[data-mobile-crumbs-open=true] .mobile-crumb-pane-close{display:inline-flex}.reader-grid[data-mobile-crumbs-open=true] .context-column .crumb-jump-button{opacity:1;pointer-events:auto;visibility:visible}.reader-grid[data-mobile-crumbs-open=true] .mobile-crumb-pane-backdrop{z-index:41;cursor:pointer;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#201a1529;border:0;padding:0;display:block;position:fixed;inset:0}.story-feed-hover-controls{padding:0 12px;top:54px}.story-selected-return{display:none}.story-unread-above-jump{width:min(100%,240px);transform:translateY(7px)}.story-row[data-selected=true],.story-row[data-focused=true]{border-color:#0000;border-bottom-color:var(--line);box-shadow:none;background:0 0;outline:none}.story-row[data-read=true][data-selected=true]{opacity:.66}.story-row[data-read=true][data-selected=true]:hover{opacity:.78}.story-row[data-read=true][data-selected=true] .story-rank,.story-row[data-read=true][data-selected=true] .story-vote,.story-row[data-read=true][data-selected=true] .story-domain,.story-row[data-read=true][data-selected=true] .story-meta{color:#8f8579}.story-row[data-read=true][data-selected=true] .story-title{color:#756b60;font-weight:660}.thread-column{overflow-anchor:none;scroll-padding-block:84px 36vh}.story-detail{--story-swipe-x:0px;--story-swipe-progress:0;--story-swipe-scale:1;--story-swipe-rotate:0deg;--story-mobile-control-inset-x:20px;--story-mobile-control-inset-y:10px;--story-mobile-control-row-height:36px;--story-mobile-control-reserved-space:58px;padding:var(--story-mobile-control-reserved-space) 20px 18px;touch-action:pan-y;transform:translate3d(var(--story-swipe-x), 0, 0) rotate(var(--story-swipe-rotate)) scale(var(--story-swipe-scale));transform-origin:50% 40%;will-change:transform;grid-template-columns:1fr;gap:12px;transition:background-color .16s,border-radius .18s,box-shadow .18s,gap .18s,padding .18s,transform .18s cubic-bezier(.22,1,.36,1)}.story-detail[data-swipe-state=dragging]{cursor:grabbing;transition:background-color .12s,border-radius .12s,box-shadow .12s}.story-detail[data-swipe-state=dragging],.story-detail[data-swipe-state=settling],.story-detail[data-swipe-state=committing],.story-detail[data-swipe-state=entering]{z-index:9;background:linear-gradient(#ff660014,#0000 72%),#fffdf8;border-bottom-color:#0000;border-radius:18px;overflow:clip;box-shadow:inset 0 0 0 1px #ff66002b,0 20px 48px #6c43152e}.thread-column[data-condensed=true] .story-detail{--story-mobile-control-inset-x:18px;--story-mobile-control-inset-y:8px;--story-mobile-control-reserved-space:56px;padding:var(--story-mobile-control-reserved-space) 18px 12px;grid-template-columns:1fr;gap:8px}.story-mobile-header-row{top:var(--story-mobile-control-inset-y);right:var(--story-mobile-control-inset-x);left:var(--story-mobile-control-inset-x);z-index:24;height:var(--story-mobile-control-row-height);pointer-events:none;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex;position:absolute}.story-mobile-back-button,.story-mobile-crumb-button,.mobile-crumb-pane-close{border:1px solid var(--line);min-width:0;height:36px;color:var(--muted);cursor:pointer;pointer-events:auto;background:#fffaf1d1;justify-content:center;align-items:center;transition:background-color .14s,border-color .14s,color .14s,box-shadow .18s,transform .14s;display:inline-flex;box-shadow:0 1px #583a1b0a}.story-mobile-back-button,.mobile-crumb-pane-close{border-radius:999px;flex:0 0 36px;width:36px;padding:0}.story-mobile-crumb-button{color:var(--orange);font-variant-numeric:tabular-nums;border-radius:999px;gap:5px;padding:0 9px;font-size:12px;font-weight:820}.story-mobile-crumb-source-icons{align-items:center;min-width:0;max-width:104px;padding-left:1px;display:inline-flex}.story-mobile-crumb-source-icon{color:#58402b;background:#fffaf3;border:1px solid #6f533833;border-radius:5px;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex;overflow:hidden;box-shadow:0 1px 2px #533a1d1a}.story-mobile-crumb-source-icon+.story-mobile-crumb-source-icon{margin-left:-4px}.story-mobile-crumb-source-separator{color:#5b442d9e;flex:none;margin:0 3px 0 4px;font-size:12px;font-weight:900;line-height:1}.story-mobile-crumb-source-separator+.story-mobile-crumb-source-icon{margin-left:0}.story-mobile-crumb-source-icon span{letter-spacing:0;font-size:9px;font-weight:900;line-height:1}.story-mobile-crumb-source-icon img{object-fit:cover;width:100%;height:100%}.story-mobile-crumb-source-icon[data-kind=history]{color:#7b5f42;background:#fff5e6}.story-mobile-crumb-source-icon[data-kind=hn]{background:var(--orange);color:#fffaf3;border-color:#ff660059}.story-mobile-crumb-source-icon[data-kind=wikipedia]{color:#202020;background:#fff;font-family:Georgia,serif}.story-mobile-crumb-source-icon[data-kind=youtube]{color:#fff;background:#f03;border-color:#ff00335c}.story-mobile-crumb-source-icon[data-kind=github]{color:#fff;background:#24292f}.story-mobile-crumb-source-icon[data-kind=x],.story-mobile-crumb-source-icon[data-kind=nytimes]{color:#fff;background:#111}.story-mobile-crumb-source-icon[data-kind=nytimes] span{font-size:7px}.story-mobile-crumb-source-icon[data-kind=arxiv]{color:#fff;background:#b31b1b;border-color:#bc1c2347}.story-mobile-crumb-icon{color:currentColor;filter:drop-shadow(0 0 #f600);flex:none;transition:color .26s,filter .26s,transform .26s cubic-bezier(.22,1,.36,1)}.story-mobile-crumb-count{letter-spacing:0;flex:0 0 24px;min-width:24px;font-size:12px;line-height:1}.story-mobile-crumb-button:has(.story-mobile-crumb-count[data-animating=true]){border-color:var(--orange-line);background:var(--orange-soft);color:var(--orange);box-shadow:0 8px 20px #ff660029}.story-mobile-crumb-button:has(.story-mobile-crumb-count[data-animating=true]) .story-mobile-crumb-icon{color:var(--orange);animation:1.03s cubic-bezier(.16,1,.3,1) both mobile-crumb-icon-glow}.story-mobile-back-button:hover,.story-mobile-back-button:focus-visible,.story-mobile-crumb-button:hover,.story-mobile-crumb-button:focus-visible,.mobile-crumb-pane-close:hover,.mobile-crumb-pane-close:focus-visible{border-color:var(--orange-line);background:var(--orange-soft);color:var(--orange);outline:none;transform:translateY(-1px)}.story-score-block{display:none}.story-title-line{display:contents}.story-title-block{grid-template-columns:auto minmax(0,1fr);align-items:start;column-gap:8px;display:grid}.story-title-line h1{grid-column:2;min-width:0}.story-title-inline-score{color:var(--orange);font-variant-numeric:tabular-nums;flex:none;grid-area:1/1;align-items:center;gap:3px;padding-top:3px;font-weight:820;display:inline-flex}.story-title-inline-score strong{color:var(--text);font-size:var(--reader-pane-font-size)}.thread-column[data-condensed=true] .story-title-inline-score{padding-top:1px}.thread-column[data-condensed=true] .story-title-inline-score strong{font-size:var(--reader-meta-font-size)}.thread-column[data-condensed=true] .story-heading-grid{grid-template-columns:minmax(0,1fr);align-items:start;row-gap:8px}.thread-column[data-condensed=true] .condensed-comment-filter-actions{grid-column:1;justify-self:end;margin-left:0}.thread-column[data-condensed=true] .story-detail-meta span:nth-of-type(2){display:none}.story-title-block .story-detail-meta,.story-title-block .story-summary-block{grid-column:2;min-width:0}.story-title-block .story-summary-block{max-width:100%}.story-actions .hn-thread-action{justify-content:center;gap:5px;min-width:50px;padding:0 9px}.comment-sort-control,.story-actions .comment-sort-trigger,.story-actions .comment-sort-trigger:hover,.story-actions .comment-sort-trigger:focus-visible,.condensed-comment-filter-actions .comment-sort-trigger,.condensed-comment-filter-actions .comment-sort-trigger:hover,.condensed-comment-filter-actions .comment-sort-trigger:focus-visible,.comment-sort-face{width:34px;min-width:34px}.story-actions .comment-sort-trigger,.story-actions .comment-sort-trigger:hover,.story-actions .comment-sort-trigger:focus-visible,.condensed-comment-filter-actions .comment-sort-trigger,.condensed-comment-filter-actions .comment-sort-trigger:hover,.condensed-comment-filter-actions .comment-sort-trigger:focus-visible{background:0 0;border:0;justify-content:center;gap:0;padding:0}.story-actions .comment-sort-face,.story-actions .comment-sort-trigger:hover .comment-sort-face,.story-actions .comment-sort-trigger:focus-visible .comment-sort-face,.comment-sort-control[data-open=true] .comment-sort-face,.comment-sort-control[data-disabled=true] .comment-sort-trigger:hover .comment-sort-face,.comment-sort-control[data-disabled=true] .comment-sort-trigger:focus-visible .comment-sort-face,.app-shell[data-theme=dark] .story-actions .comment-sort-face,.app-shell[data-theme=dark] .story-actions .comment-sort-trigger:hover .comment-sort-face,.app-shell[data-theme=dark] .story-actions .comment-sort-trigger:focus-visible .comment-sort-face,.app-shell[data-theme=dark] .comment-sort-control[data-open=true] .comment-sort-face,.app-shell[data-theme=dark] .comment-sort-control[data-disabled=true] .comment-sort-trigger:hover .comment-sort-face,.app-shell[data-theme=dark] .comment-sort-control[data-disabled=true] .comment-sort-trigger:focus-visible .comment-sort-face{background:0 0;border:0}.story-heading-grid{grid-template-columns:minmax(0,1fr) auto}.story-score-block{flex-direction:row;align-items:flex-start}.comment-list{margin-left:18px;margin-right:18px;padding-left:0;padding-right:0}.comment-item{--indent-step:15.4px;scroll-margin-block:26vh}.comment-item[data-selected=true],.comment-item[data-focused=true],.comment-item[data-collapsed=true][data-selected=true],.comment-item[data-collapsed=true][data-focused=true],.comment-item[data-collapsed=true][data-search-active=true][data-search-match=true][data-focused=true]{box-shadow:none;background:0 0;border-color:#0000;outline:none}.comment-item[data-collapsed=true]{cursor:pointer}.comment-item[data-jump-highlight=true],.comment-item[data-jump-highlight=true][data-focused=true],.comment-item[data-jump-highlight=true][data-selected=true],.comment-item[data-collapsed=true][data-jump-highlight=true][data-focused=true],.comment-item[data-collapsed=true][data-jump-highlight=true][data-selected=true]{background:#ffe8a6c7;border-color:#ff7a188a;outline:1px solid #ff7a1880;box-shadow:0 0 0 1px #ff7a181f,0 12px 26px #ff7a1824,inset 4px 0 #ff7a18b8}}@media (width<=560px){.public-links-popover,.settings-menu{left:auto;right:0}.settings-menu{width:min(292px,100vw - 28px)}.public-links-popover{width:min(194px,100vw - 28px)}}@media (prefers-reduced-motion:reduce){.reader-grid[data-mobile-thread-transition=entering] .thread-column,.reader-grid[data-mobile-thread-transition=exiting] .thread-column,.story-detail{transition-duration:1ms;animation-duration:1ms}}
