@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=DM+Sans:wght@400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f0f12;--surface:#18181f;--surface-raised:#1e1e28;--border:#2a2a36;--text:#e8e6e3;--text-secondary:#9b99a3;--text-muted:#5c5a66;--accent:#f59e0b;--accent-dim:#f59e0b26;--cat-tools:#3b82f6;--cat-ideas:#f59e0b;--cat-workflows:#8b5cf6;--cat-projects:#10b981;--cat-research:#ec4899;--cat-personal:#6366f1}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg);color:var(--text);min-height:100dvh;font-family:DM Sans,sans-serif}#root{min-height:100dvh}.app{flex-direction:column;min-height:100dvh;display:flex}.header{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0f0f12d9;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex;position:sticky;top:0}.header-left{align-items:center;gap:.75rem;display:flex}.header-logo{background:var(--accent-dim);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.header-title{letter-spacing:-.02em;color:var(--text);font-family:Instrument Sans,sans-serif;font-size:1.25rem;font-weight:700}.header-subtitle{color:var(--text-muted);margin-top:1px;font-size:.75rem}.main{flex:1;width:100%;max-width:640px;margin:0 auto;padding:1rem 1rem 4rem}.filter-bar{scrollbar-width:none;gap:.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.filter-bar::-webkit-scrollbar{display:none}.filter-pill{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;flex-shrink:0;padding:.4rem .9rem;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;transition:all .2s}.filter-pill:hover{border-color:var(--text-muted);color:var(--text)}.filter-pill.active{background:var(--accent);border-color:var(--accent);color:#0f0f12;font-weight:600}.filter-pill.active.cat-tools{background:var(--cat-tools);border-color:var(--cat-tools)}.filter-pill.active.cat-ideas{background:var(--cat-ideas);border-color:var(--cat-ideas)}.filter-pill.active.cat-workflows{background:var(--cat-workflows);border-color:var(--cat-workflows)}.filter-pill.active.cat-projects{background:var(--cat-projects);border-color:var(--cat-projects)}.filter-pill.active.cat-research{background:var(--cat-research);border-color:var(--cat-research)}.filter-pill.active.cat-personal{background:var(--cat-personal);border-color:var(--cat-personal)}.entry-feed{flex-direction:column;gap:.75rem;display:flex}.feed-empty{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 1rem;display:flex}.feed-hint{max-width:240px;font-size:.8rem}.loader{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.entry-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--border);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:12px;padding:1rem 1.1rem;transition:transform .15s,box-shadow .15s}.entry-card:hover{transform:translateY(-1px);box-shadow:0 4px 20px #0000004d}.entry-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cat-border-tools{border-left-color:var(--cat-tools)}.cat-border-ideas{border-left-color:var(--cat-ideas)}.cat-border-workflows{border-left-color:var(--cat-workflows)}.cat-border-projects{border-left-color:var(--cat-projects)}.cat-border-research{border-left-color:var(--cat-research)}.cat-border-personal{border-left-color:var(--cat-personal)}.entry-header{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.entry-type{color:var(--text-muted);align-items:center;display:flex}.entry-badge{text-transform:uppercase;letter-spacing:.05em;color:#0f0f12;border-radius:999px;padding:.15rem .5rem;font-size:.65rem;font-weight:600}.cat-bg-tools{background:var(--cat-tools)}.cat-bg-ideas{background:var(--cat-ideas)}.cat-bg-workflows{background:var(--cat-workflows)}.cat-bg-projects{background:var(--cat-projects)}.cat-bg-research{background:var(--cat-research)}.cat-bg-personal{background:var(--cat-personal)}.entry-time{color:var(--text-muted);margin-left:auto;font-size:.7rem}.entry-title{letter-spacing:-.01em;color:var(--text);margin-bottom:.3rem;font-family:Instrument Sans,sans-serif;font-size:1rem;font-weight:600}.entry-summary{color:var(--text-secondary);margin-bottom:.7rem;font-size:.85rem;line-height:1.45}.entry-tags{flex-wrap:wrap;gap:.35rem;display:flex}.entry-tag{color:var(--text-muted);background:var(--surface-raised);border-radius:6px;padding:.15rem .5rem;font-size:.7rem}.entry-chevron{color:var(--text-muted);justify-content:center;align-items:center;margin:-13px -8px -13px 0;padding:13px;transition:transform .2s;display:inline-flex}.entry-chevron.is-expanded{transform:rotate(180deg)}.entry-expand{max-height:0;transition:max-height .2s ease-in-out;overflow:hidden}.entry-expand.is-expanded{max-height:2000px}.entry-expand-inner{background:var(--surface-raised);color:var(--text-secondary);border-radius:8px;margin-top:.75rem;padding:1rem;font-size:.85rem;line-height:1.5}.entry-original{color:var(--text);white-space:pre-wrap;word-wrap:break-word;margin-bottom:.75rem}.entry-link-preview{flex-direction:column;gap:.5rem;display:flex}.link-title{color:var(--text);letter-spacing:-.01em;word-wrap:break-word;font-family:Instrument Sans,sans-serif;font-size:.95rem;font-weight:600}.link-description{color:var(--text-secondary);word-wrap:break-word}.link-body{-webkit-overflow-scrolling:touch;background:var(--surface);border:1px solid var(--border);white-space:pre-wrap;word-wrap:break-word;max-height:400px;color:var(--text-secondary);border-radius:8px;padding:.75rem;font-size:.8rem;line-height:1.5;overflow-y:auto}.link-open{background:var(--accent-dim);color:var(--accent);border-radius:8px;align-self:flex-start;margin-top:.25rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;text-decoration:none}.link-open:hover{background:var(--accent);color:#0f0f12}.entry-transcript{border-left:2px solid var(--accent);color:var(--text-secondary);word-wrap:break-word;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;font-size:.8rem;font-style:italic;display:flex}.transcript-icon{color:var(--accent);flex-shrink:0;align-items:center;margin-top:2px;display:inline-flex}.entry-image-note{color:var(--text-muted);font-style:italic}@media (width>=768px){.main{padding:1.5rem 1.5rem 4rem}.entry-card{padding:1.25rem 1.35rem}.entry-expand-inner{padding:1.25rem}}@media (prefers-reduced-motion:reduce){.entry-chevron,.entry-expand{transition:none}}.search-bar{align-items:center;margin-bottom:.75rem;display:flex;position:relative}.search-bar-icon{color:var(--text-muted);pointer-events:none;display:flex;position:absolute;left:.75rem}.search-bar-input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:999px;outline:none;padding:.55rem 2.25rem;font-family:DM Sans,sans-serif;font-size:.85rem;transition:border-color .2s}.search-bar-input::placeholder{color:var(--text-muted)}.search-bar-input:focus{border-color:var(--accent)}.search-bar-clear{width:1.5rem;height:1.5rem;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:flex;position:absolute;right:.5rem}.search-bar-clear:hover{color:var(--text)}
