:root{color-scheme:light;--bg:#f8f7f3;--fg:#242321;--muted:#77736c;--line:#dfddd6;--accent:#9c3f2c}*{box-sizing:border-box}html[data-theme=dark]{color-scheme:dark;--bg:#20201e;--fg:#eeeae2;--muted:#aaa59b;--line:#45433e;--accent:#e18e79}body{margin:0;background:var(--bg);color:var(--fg);font:16px/1.55 -apple-system,"Segoe UI",Roboto,sans-serif}header{max-width:1100px;margin:auto;padding:1.2rem 1rem;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}a{color:inherit}header nav a{margin-left:1rem}.brand{font-weight:700;text-decoration:none}main{max-width:900px;margin:2rem auto;padding:0 1rem}h1{font-size:1.8rem}h2{font-size:1.1rem}.toolbar{display:flex;justify-content:space-between;align-items:center}.page-action{margin:1rem 0}.items{border-top:1px solid var(--line)}.item{display:flex;border-bottom:1px solid var(--line);position:relative}.item-link{display:flex;gap:.75rem;align-items:center;text-decoration:none;padding:1rem 4rem 1rem .2rem;flex:1;min-width:0}.item-copy{display:flex;flex-direction:column;min-width:0;flex:1}.item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-row-summary{color:var(--muted);font-size:.9rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feed,.meta,.eyebrow,time,small{color:var(--muted);font-size:.86rem}.dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--accent);flex:none}.read .dot{background:transparent}.row-action{position:absolute;right:.3rem;top:.7rem}.row-action button,button{border:1px solid var(--line);background:transparent;color:inherit;padding:.4rem .6rem;cursor:pointer}.article{max-width:52rem}.body{max-width:38em;font-family:Georgia,serif;font-size:1.08rem;line-height:1.65}.body img{max-width:100%;height:auto}.body pre{overflow:auto}.auth{max-width:24rem}.auth label,label{display:block;margin:.8rem 0}.auth input,input,textarea{display:block;width:100%;padding:.6rem;background:transparent;color:inherit;border:1px solid var(--line)}textarea{min-height:8rem}.feed-card{border-top:1px solid var(--line);padding:1rem 0}.feed-card form{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.feed-card input:not([type=checkbox]){width:auto;min-width:10rem}.error{color:var(--accent)}.pagination{margin:2rem 0}@media(max-width:768px){header{display:block}header nav{margin-top:.7rem}header nav a{margin:0 1rem 0 0}.item-link{display:grid;grid-template-columns:auto auto 1fr}.item time{grid-column:3}.toolbar{display:block}.body{font-size:1.1rem}}
