.collective-root{background-color:hsl(var(--background));width:100%;min-height:100vh;color:hsl(var(--foreground));overflow-x:hidden}.collective-header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:0 0;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;display:flex;position:fixed;top:0;left:0;right:0}.collective-hero{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:5rem 1.5rem;display:flex;position:relative}.collective-hero-content{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:80rem;padding:0 1rem;display:flex}.collective-feed{width:100%;padding:4rem 1.5rem;position:relative}.collective-login-prompt{text-align:center;background:linear-gradient(to bottom, transparent 0%, hsl(var(--primary) / .02) 50%, hsl(var(--background)) 100%);flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:6rem 1.5rem 8rem;display:flex;position:relative}.collective-bg-effects{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.scroll-indicator{animation:2s ease-in-out infinite bounce-subtle}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar::-webkit-scrollbar{height:4px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .3);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}.bento-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px;gap:4px;display:grid}@media (min-width:640px){.bento-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.bento-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.bento-grid{grid-template-columns:repeat(5,1fr)}}.span-tall{grid-row:span 2}.span-wide{grid-column:span 2}.span-square{grid-area:span 1/span 1}.feed-card-overlay{background:linear-gradient(#0003 0%,#0000 30% 60%,#000c 100%)}.play-button-glass{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#10b98133;border:1px solid #10b98166;box-shadow:0 0 15px #10b9814d}.duration-badge{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009}.filter-bar-container{width:100%;max-width:100vw;position:relative}.filter-bar-scroll{scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-user-select:none;user-select:none;width:100%;padding-bottom:.5rem;display:flex;overflow-x:auto}.filter-bar-scroll:active{cursor:grabbing}.filter-bar-scroll::-webkit-scrollbar{display:none}.filter-bar-gradient-left,.filter-bar-gradient-right{z-index:10;pointer-events:none;width:80px;transition:opacity .3s;position:absolute;top:0;bottom:.5rem}.filter-bar-gradient-left{background:linear-gradient(to right, hsl(var(--background)) 20%, transparent);left:0}.filter-bar-gradient-right{background:linear-gradient(to left, hsl(var(--background)) 20%, transparent);right:0}.filter-bar-chevron{z-index:20;background:hsl(var(--background));border:1px solid hsl(var(--border));width:32px;height:32px;color:hsl(var(--foreground));cursor:pointer;opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)translateY(-.25rem);box-shadow:0 2px 8px #0003}.filter-bar-container:hover .filter-bar-chevron.visible{opacity:1}.filter-bar-chevron:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground));transform:translateY(-50%)translateY(-.25rem)scale(1.1)}.filter-bar-chevron.left{left:0}.filter-bar-chevron.right{right:0}
