@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";.header{background:#f60;border-bottom:1px solid #e55a00;justify-content:space-between;align-items:center;gap:1rem;padding:.35rem 1.25rem;display:flex}.header__logo{color:#fff;letter-spacing:.01em;font-size:1.05rem;font-weight:700}.header__logo:hover{opacity:.92;text-decoration:none}.header__nav a{color:#fff;font-size:.9rem;font-weight:500}.header__nav a:hover{text-decoration:underline}.page{width:min(960px,100%);margin:0 auto;padding:1.25rem 1rem 3rem}.toolbar{background:#fff;border:1px solid #e4e4de;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1.25rem;padding:.85rem 1rem;display:flex;box-shadow:0 1px 2px #0000000a}.toolbar__meta{color:#6b6b6b;margin:0 0 0 auto;font-size:.85rem}.button{color:#fff;cursor:pointer;background:#f60;border:1px solid #f60;border-radius:6px;justify-content:center;align-items:center;padding:.45rem .9rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.button:hover:not(:disabled){background:#e55a00;border-color:#e55a00;text-decoration:none}.button:disabled{opacity:.65;cursor:not-allowed}.button--ghost{color:#f60;background:#fff}.button--ghost:hover:not(:disabled){color:#e55a00;background:#fff5ee}.status,.error{border-radius:8px;margin:0;padding:1rem}.status{color:#4a4a4a;background:#fff;border:1px solid #e4e4de}.error{color:#a8071a;background:#fff1f0;border:1px solid #ffccc7}.story-list{background:#fff;border:1px solid #e4e4de;border-radius:8px;margin:0;padding:0;list-style:none;overflow:hidden}.story-list__item+.story-list__item{border-top:1px solid #efefe8}.story-row{align-items:flex-start;gap:.65rem;padding:.85rem 1rem;transition:background .12s;display:flex}.story-row:hover{background:#fafaf6}.story-row__rank{color:#8a8a8a;flex-shrink:0;min-width:1.75rem;padding-top:.1rem;font-size:.9rem}.story-row__content{flex:1;min-width:0}.story-row__head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.story-row__title{flex:1;min-width:0;margin:0;font-size:1rem;font-weight:600;line-height:1.35}.story-row__rating{white-space:nowrap;background:#fff5ee;border:1px solid #ffd4b8;border-radius:999px;flex-shrink:0;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.78rem;line-height:1.2;display:inline-flex}.story-row__rating-label{color:#8a8a8a}.story-row__rating-value{color:#f60;font-weight:700}.story-row__title a{color:#1a1a1a}.story-row__title a:hover{color:#f60}.story-row__host{color:#8a8a8a;font-size:.85rem;font-weight:400}.story-row__meta{color:#6b6b6b;margin:.35rem 0 0;font-size:.85rem}.story-detail{background:#fff;border:1px solid #e4e4de;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem 1rem}.story-detail__title{margin:0 0 .75rem;font-size:clamp(1.35rem,2.5vw,1.75rem);line-height:1.25}.story-detail__meta{color:#6b6b6b;margin:0 0 .75rem;font-size:.9rem}.story-detail__link{margin:0;font-size:.95rem}.comments-section__title{margin:0 0 .75rem;font-size:1.1rem}.comment-tree,.comment__children{margin:0;padding:0;list-style:none}.comment-tree__item+.comment-tree__item,.comment__children>li+li{margin-top:.5rem}.comment{margin-left:calc(var(--comment-depth,0) * 1.25rem);background:#fff;border:1px solid #e4e4de;border-radius:8px;padding:.85rem 1rem}.comment__header{flex-wrap:wrap;gap:.35rem .75rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.comment__author{color:#f60;font-weight:600}.comment__time{color:#8a8a8a}.comment__text{color:#2a2a2a;overflow-wrap:anywhere;margin:0;font-size:.95rem}.comment__text p{margin:0 0 .5rem}.comment__text p:last-child{margin-bottom:0}.comment__text a{word-break:break-word}.comment__deleted{color:#8a8a8a;margin:0;font-style:italic}.comment__toggle{color:#0f3d8a;cursor:pointer;background:0 0;border:0;margin-top:.65rem;padding:0;font-weight:500}.comment__toggle:hover:not(:disabled){text-decoration:underline}.comment__toggle:disabled{color:#8a8a8a;cursor:wait}@media (width<=640px){.story-row__head{flex-direction:column;align-items:flex-start}.toolbar__meta{width:100%;margin-left:0}}:root{color:#1a1a1a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f6f6ef;font-family:IBM Plex Sans,system-ui,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{background:#f6f6ef;min-width:320px;min-height:100vh;margin:0}a{color:#0f3d8a;text-decoration:none}a:hover{text-decoration:underline}button{font:inherit}#root{min-height:100vh}
