*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}.app-container{min-height:100%;display:grid;gap:1rem;grid-template-columns:minmax(0,18rem) minmax(0,1000px) 1fr}.app-navbar{display:flex;flex-direction:column;gap:1rem;height:100vh;padding:.5rem;position:sticky;top:0;border-right:1px solid hsl(var(--border));background-color:#fff;background-size:1.5rem 1.5rem;opacity:.8;background-image:radial-gradient(hsla(var(--primary),.4) .5px,transparent .5px),radial-gradient(hsla(var(--primary),.4) .5px,#fff .5px);background-position:0 0,10px 10px}.app-side{border-left:1px solid hsl(var(--border))}.app-navbar-links{flex:1;display:flex;flex-direction:column;gap:.25rem}.app-navbar-link{justify-content:start;transition:border .2s}.app-content{padding:2rem;max-width:1000px}.text.small{font-size:.825rem;color:hsl(var(--text-secondary))}.card{padding:.5rem 1rem;border-radius:var(--border-radius);background-color:hsl(var(--background));border:1px solid hsl(var(--border))}.profile-button-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;font-size:.825rem}.profile-img{width:2rem;height:2rem;border-radius:50%;display:grid;place-items:center;border:1px solid hsl(var(--primary));background-color:hsl(var(--primary-foreground));text-transform:uppercase;flex-shrink:0;font-size:.825rem}.user-popover-container{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;min-width:15rem}.user-popover-main-content{display:flex;flex-direction:column;gap:.5rem}.filter-search{padding:1rem;top:2rem;max-width:35rem}.filter-list .filter-picker-item.is-active{animation:fadeInBackground .5s ease-out forwards;border:1px solid transparent}@keyframes fadeInBackground{0%{background-color:transparent;border-color:transparent}to{background-color:hsla(var(--primary),.1);border-color:hsla(var(--primary),.2)}}.filter-list .filter-picker-item.is-active:after{content:"enter";border:1px solid hsl(var(--primary));padding:0 .25rem;border-radius:var(--border-radius);color:hsl(var(--primary));font-size:.825rem;animation:fadeInContent .5s ease-out forwards}@keyframes fadeInContent{0%{opacity:0}to{opacity:1}}.command-palette-shortcut{font-size:.75rem;border:1px solid hsla(var(--primary-foreground),.5);padding:0 .25rem;border-radius:.5rem;display:inline-flex;align-items:center}.filter-list{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.filter-item-list{display:flex;flex-direction:column}.filter-list-label{margin:0 .8rem;border-bottom:1px solid hsl(var(--border));padding-bottom:.5rem;color:hsl(var(--primary));font-weight:700}.filter-picker-item{text-decoration:none;width:100%;padding:1rem;display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;border-radius:var(--border-radius);cursor:pointer;border:1px solid transparent}.filter-picker-item:hover{background-color:hsl(var(--secondary),.1)}.filter-picker-item:has(.filter-picker-radio:checked){background-color:hsl(var(--secondary));color:hsl(var(--background))}.filter-picker-radio{accent-color:hsl(var(--background))}.filter-empty{padding:1.5rem;text-align:center;color:hsl(var(--muted-foreground))}.app-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:1px solid hsl(var(--border));padding-bottom:.5rem}.post-item{display:flex;flex-direction:column;gap:.5rem;border-bottom:1px solid hsl(var(--border));padding-bottom:1rem;position:relative}.post-item .post-item:last-child{border:none;padding-bottom:0}.post-item .post-item:before{background-color:hsla(var(--secondary),.2);left:-1rem;content:"";height:90%;position:absolute;width:.3rem;border-right:none;border-top:none;border-bottom:none;border-radius:.3rem;top:0rem}.post-item-header{display:flex;align-items:center;gap:.5rem}.post-item-image{border-radius:.5rem;aspect-ratio:16 / 9;-o-object-fit:cover;object-fit:cover;margin-top:.5rem;box-shadow:0 0 0 1px hsla(var(--primary),.2)}.post-item-body{position:relative}.post-item-icons{display:flex;flex-direction:row-reverse;align-items:center;gap:0}.post-item-icon{height:.9rem;border-radius:1rem;border:1px solid hsl(var(--border));margin-right:-.25rem;-webkit-mask:radial-gradient(circle at 18px,transparent 9px,white 0);mask:radial-gradient(circle at 18px,transparent 9px,white 0)}.post-item-icon:first-child{margin-right:0;-webkit-mask:none;mask:none;z-index:1}.post-item-icons:has(.post-item-icon:nth-child(2)) .post-item-icon:first-child{height:1.2rem}.post-item-time{color:hsl(var(--text-secondary));font-size:.825rem}.post-item-source{text-decoration:none;color:hsl(var(--primary));font-size:.825rem;display:flex;align-items:center;gap:.25rem}.post-item-source:hover{text-decoration:underline}.post-item-body{text-decoration:none;display:flex;flex-direction:column;gap:.25rem}.post-item-body:hover .post-item-title,.post-item-body:hover .post-item-content{color:hsl(var(--primary))}.post-item-title{font-weight:700;font-size:1.2rem;font-family:Domine,serif;text-decoration:none}.post-item-content{color:hsl(var(--text-secondary));font-size:.9rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:-webkit-line-clamp .2s}.pf-loader{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1.25rem}.pf-loader-orbit{position:relative;width:3.25rem;height:3.25rem;border-radius:999px;background:radial-gradient(circle at 30% 30%,hsla(var(--primary),.22),transparent);display:flex;align-items:center;justify-content:center;animation:pf-orbit-bounce 1.4s cubic-bezier(.22,.68,0,1.01) infinite}.pf-loader-core{width:1.1rem;height:1.1rem;border-radius:999px;background:hsl(var(--primary));box-shadow:0 0 hsla(var(--primary),.4);animation:pf-core-pulse 1.4s ease-in-out infinite}.pf-loader-dot{position:absolute;top:0;left:50%;width:.55rem;height:.55rem;border-radius:999px;background:#fff;box-shadow:0 0 0 1px hsla(var(--primary),.35);transform:translate(-50%,-10%);transform-origin:50% 170%;animation:pf-dot-orbit 1.4s cubic-bezier(.22,.68,0,1.01) infinite}.pf-loader-text{font-size:.9rem;color:#4b5563;letter-spacing:.01em;animation:pf-text-fade .7s ease}@keyframes pf-orbit-bounce{0%,to{transform:translateY(2px)}50%{transform:translateY(-3px)}}@keyframes pf-core-pulse{0%{transform:scale(.9);box-shadow:0 0 hsla(var(--primary),.4)}70%{transform:scale(1);box-shadow:0 0 0 12px hsla(var(--primary),0)}to{transform:scale(.9);box-shadow:0 0 hsla(var(--primary),0)}}@keyframes pf-dot-orbit{0%{transform:translate(-50%,-10%) rotate(0)}50%{transform:translate(-50%,-10%) rotate(190deg)}to{transform:translate(-50%,-10%) rotate(360deg)}}@keyframes pf-text-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chart-responsive-container{min-height:0}.chart-label{font-size:.825rem;font-family:Spacec Grotesk,sans-serif;color:hsl(var(--text-secondary))}.app-navbar-mobile{display:none;position:fixed;bottom:0;background-color:#fff;left:0;right:0;padding:1rem;z-index:10}.app-navbar-mobile-content{width:100vw;display:flex;flex-direction:column;gap:1rem;box-shadow:-24px -24px 38px hsla(var(--primary),.1);padding:1rem}.app-navbar-link-text{font-size:.825rem}@media (max-width: 980px){.app-container{grid-template-columns:minmax(0,1fr)}.app-content{padding:1rem;margin-bottom:3rem}.app-header h1{font-size:1.5rem}.app-navbar{display:none}.app-navbar-mobile{display:flex;justify-content:space-between;align-items:center}}@media (max-width: 650px){.app-navbar-link-text,.command-palette-shortcut{display:none}}.fade-in-text{opacity:0;filter:blur(10px);animation:fadeInBlur .5s ease-out forwards;display:block;line-height:1.5em}.fade-in-text:nth-child(1){animation-delay:0s}.fade-in-text:nth-child(2){animation-delay:.3s}.fade-in-text:nth-child(3){animation-delay:.6s}.fade-in-text:nth-child(4){animation-delay:.9s}.fade-in-text:nth-child(5){animation-delay:1.2s}.dialogpicker-list{height:20rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.dialogpicker-noresults{padding:8px;color:#888;display:flex;justify-content:space-between;align-items:center;gap:1rem}.dialogpicker-content{max-width:30rem}.sourcepicker-content{width:40rem;max-width:90%}.dialogpicker-item{width:100%;padding:8px 12px;border-radius:4px;cursor:pointer;display:flex;font-weight:400;background:none;border:none;outline:none;color:inherit;font:inherit;transition:background .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:left}.dialogpicker-item-name{font-size:1rem;font-weight:500;display:flex;align-items:start;gap:.5rem}.sourcepicker-item-label{color:hsla(var(--text-secondary),.8)}.dialogpicker-item--highlighted{background:#f3f4f6;font-weight:600}.dialogpicker-item--selected{background:#e0e7ff;font-weight:600}.dialogpicker-item-check{margin-left:8px;color:#6366f1;font-size:12px}.source-item{display:flex;gap:.25rem;align-items:center;height:2rem}.source-item-image{width:1.5rem;border-radius:.25rem;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-item-remove{cursor:pointer;color:hsl(var(--primary));transition:color .2s}.source-item-remove:hover{color:hsl(var(--primary-hover))}@keyframes fadeInBlur{to{opacity:1;filter:blur(0)}}.admin-sources-table{width:100%;border-collapse:collapse;background:#fff;font-size:.97rem;margin-top:1rem;box-shadow:0 2px 8px #00000008}.admin-sources-table thead{position:sticky;top:0;background-color:#f0f0f0;z-index:2}.admin-sources-table th,.admin-sources-table td{border:1px solid #e5e7eb;padding:.5rem .75rem;text-align:left}.admin-sources-table th{background:#f9fafb;font-weight:600;color:#374151}.admin-sources-table tbody tr:nth-child(2n){background:#f3f4f6}.admin-sources-table tbody tr:hover{background:#e0e7ff}.admin-sources-table td{color:#374151;vertical-align:top}.source-edit-status-icon{width:1rem;height:1rem;border-radius:50%;display:inline-block;margin-right:.5rem;background-color:hsl(var(--primary));flex-shrink:0}.source-edit-status-icon.pending{background-color:#f59e0b}.source-edit-status-icon.active{background-color:#10b981}.source-edit-status-icon.failed{background-color:#ef4444}.admin-navlink{text-decoration:none;color:hsl(var(--primary));font-weight:700;font-size:1rem}.admin-navlink.active{color:hsl(var(--primary-foreground));background-color:hsl(var(--primary));padding:.5rem;border-radius:var(--border-radius)}.Admin{display:flex;flex-direction:column;gap:1rem}.SignIn{display:grid;place-items:center;height:100%}.tag{background-color:hsla(var(--primary),.1);color:hsl(var(--primary));padding:.25rem .5rem;border-radius:.25rem;border:1px solid hsl(var(--primary));font-size:.8rem;font-weight:600}.threads-loader{position:relative;isolation:isolate;display:inline-flex;overflow:hidden;display:flex;justify-content:center;align-items:center}.summary-container{border-color:hsl(var(--primary));box-shadow:0 0 24px 2px hsla(var(--primary),.1)}.summary-text{list-style-position:inside;list-style-type:"- ";display:flex;flex-direction:column;gap:.25rem}.threads-loader__canvas{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;display:block}.threads-loading-text{animation:blinkingText 3s infinite;color:hsl(var(--primary));font-weight:500;font-size:1rem}@keyframes blinkingText{0%{opacity:1}50%{opacity:.1}to{opacity:1}}.PromoBox{border:1px solid hsl(var(--border));border-radius:var(--border-radius);padding:1rem;background-color:hsl(var(--background));box-shadow:0 4px 12px hsla(var(--primary),.1);display:flex;flex-direction:column;align-items:start;gap:.5rem}
