:root{--bg: #0d1117;--bg-secondary: #161b22;--text: #c9d1d9;--text-muted: #8b949e;--accent: #58a6ff;--accent-hover: #79b8ff;--border: #30363d;--tag-bg: #21262d;--priority-border: #f0883e}@media(prefers-color-scheme:light){:root{--bg: #ffffff;--bg-secondary: #f6f8fa;--text: #24292f;--text-muted: #57606a;--accent: #0969da;--accent-hover: #0550ae;--border: #d0d7de;--tag-bg: #ddf4ff;--priority-border: #bf8700}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.container{max-width:100%;margin:0 auto;padding:2rem}header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}h1{font-size:2rem;font-weight:600;margin-bottom:.25rem}.subtitle{color:var(--text-muted);margin-bottom:1rem}.filter-section{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.filter-label{font-size:.875rem;font-weight:500;color:var(--text-muted);padding-top:.375rem;min-width:60px}.feeds,.tags-filter,.months-filter{display:flex;flex-wrap:wrap;gap:.5rem;flex:1}.feeds button,.tags-filter button,.months-filter button{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text);padding:.375rem .75rem;border-radius:2rem;cursor:pointer;font-size:.875rem;transition:all .15s}.feeds button:hover,.tags-filter button:hover,.months-filter button:hover{border-color:var(--accent)}.feeds button.active,.tags-filter button.active,.months-filter button.active{background:var(--accent);border-color:var(--accent);color:#fff}.more-btn{background:transparent!important;border:1px dashed var(--text-muted)!important;color:var(--text-muted)!important}.more-btn:hover{border-color:var(--accent)!important;color:var(--accent)!important}.month-chip{background-color:var(--accent)!important}.active-filters{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--bg-secondary);border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.filter-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:1rem;color:#fff;font-size:.8125rem}.filter-chip button{background:transparent;border:none;color:inherit;cursor:pointer;font-size:1rem;line-height:1;padding:0 .125rem;opacity:.8}.filter-chip button:hover{opacity:1}.clear-all{background:transparent;border:1px solid var(--border);color:var(--text-muted);padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;font-size:.8125rem;margin-left:auto}.clear-all:hover{border-color:var(--text-muted);color:var(--text)}.clear-btn{background:transparent;border:1px dashed var(--text-muted);color:var(--text-muted);padding:.375rem .75rem;border-radius:2rem;cursor:pointer;font-size:.875rem;transition:all .15s}.clear-btn:hover{border-color:var(--text);color:var(--text)}header .meta{font-size:.875rem}.feed-link{color:var(--accent);text-decoration:none}.feed-link:hover{text-decoration:underline}.layout-toggle{background:transparent;border:1px solid var(--border);color:var(--text-muted);padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;font-size:.875rem;transition:all .15s}.layout-toggle:hover{border-color:var(--accent);color:var(--accent)}.separator{color:var(--text-muted);margin:0 .5rem}main.grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:700px){main.grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){main.grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1400px){main.grid{grid-template-columns:repeat(4,1fr)}}.masonry-grid{display:flex;margin-left:-1rem;width:auto}.masonry-column{padding-left:1rem;background-clip:padding-box}.masonry-column>article{margin-bottom:1rem}article{padding:1.25rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:.5rem}article.priority{border-left:3px solid var(--priority-border)}article h2{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;line-height:1.4}article h2 a{color:var(--accent);text-decoration:none}article h2 a:hover{color:var(--accent-hover);text-decoration:underline}article .meta{font-size:.875rem;color:var(--text-muted);margin-bottom:.75rem}.source{font-weight:500;color:var(--text)}.image-link{display:block;margin-bottom:.75rem}.entry-image{width:100%;height:auto;border-radius:.375rem;border:1px solid var(--border)}.summary{color:var(--text);font-size:.9375rem;overflow-wrap:break-word;word-wrap:break-word}.summary a{color:var(--accent)}.summary img{max-width:100%;height:auto;border-radius:.375rem}.summary iframe,.summary video,.summary embed,.summary object{max-width:100%}.tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.75rem}.tag{background:var(--tag-bg);color:var(--accent);padding:.125rem .5rem;border-radius:1rem;font-size:.75rem}.discussions{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.8125rem}.discuss-label{color:var(--text-muted)}.discuss-link{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.25rem;text-decoration:none;font-weight:500;transition:all .15s}.discuss-hackernews{background:#f60;color:#fff}.discuss-hackernews:hover{background:#ff8533}.discuss-reddit{background:#ff4500;color:#fff}.discuss-reddit:hover{background:#ff6a33}.discuss-lobsters{background:#ac130d;color:#fff}.discuss-lobsters:hover{background:#c9160f}.discuss-link:not(.discuss-hackernews):not(.discuss-reddit):not(.discuss-lobsters){background:var(--tag-bg);color:var(--accent)}.discuss-meta{font-size:.75rem;opacity:.9}.loading,.error{text-align:center;padding:3rem;color:var(--text-muted)}.error{color:#f85149}footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;font-size:.875rem;color:var(--text-muted)}footer a{color:var(--accent);text-decoration:none}footer a:hover{text-decoration:underline}@media(max-width:600px){.container{padding:1rem}h1{font-size:1.5rem}article{padding:1rem}.filter-section{flex-direction:column;gap:.5rem}.filter-label{padding-top:0}.active-filters{flex-wrap:wrap}}
