.quotes-module__Gw66YW__page{background-color:var(--background);flex-direction:column;min-height:100vh;display:flex}.quotes-module__Gw66YW__hero{background:linear-gradient(135deg,var(--gradient-start)0%,var(--gradient-end)100%);text-align:center;padding:3rem 2rem}.quotes-module__Gw66YW__heroContent h1{color:#0d0d0d;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.quotes-module__Gw66YW__heroContent p{color:#0d0d0d;opacity:.8;font-size:1.1rem}.quotes-module__Gw66YW__heroStats{color:#0d0d0d;justify-content:center;gap:.75rem;margin-top:1rem;font-size:.9rem;font-weight:500;display:flex}.quotes-module__Gw66YW__divider{opacity:.5}.quotes-module__Gw66YW__main{flex:1;padding:2rem}.quotes-module__Gw66YW__container{grid-template-columns:280px 1fr;gap:2rem;max-width:1400px;margin:0 auto;display:grid}.quotes-module__Gw66YW__sidebar{flex-direction:column;gap:1.5rem;display:flex}.quotes-module__Gw66YW__filterCard{background:var(--card-background);border:1px solid var(--border);border-radius:16px;padding:1.25rem}.quotes-module__Gw66YW__filterCard h3{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:700}.quotes-module__Gw66YW__sentimentFilters{flex-direction:column;gap:.5rem;display:flex}.quotes-module__Gw66YW__sentimentBtn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.quotes-module__Gw66YW__sentimentBtn:hover{border-color:var(--accent);color:var(--foreground)}.quotes-module__Gw66YW__sentimentBtn.quotes-module__Gw66YW__active{background:var(--accent);border-color:var(--accent);color:#0d0d0d;font-weight:600}.quotes-module__Gw66YW__positiveBtn:not(.quotes-module__Gw66YW__active):hover{border-color:#22c55e}.quotes-module__Gw66YW__negativeBtn:not(.quotes-module__Gw66YW__active):hover{border-color:#ef4444}.quotes-module__Gw66YW__neutralBtn:not(.quotes-module__Gw66YW__active):hover{border-color:#888}.quotes-module__Gw66YW__tagFilters{flex-wrap:wrap;gap:.5rem;display:flex}.quotes-module__Gw66YW__tagBtn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:20px;padding:.5rem .75rem;font-size:.8rem;transition:all .2s}.quotes-module__Gw66YW__tagBtn:hover{border-color:var(--accent);color:var(--foreground)}.quotes-module__Gw66YW__tagBtn.quotes-module__Gw66YW__active{background:var(--accent);border-color:var(--accent);color:#0d0d0d;font-weight:600}.quotes-module__Gw66YW__tagCount{opacity:.6;font-size:.7rem}.quotes-module__Gw66YW__quotesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));align-content:start;gap:1.5rem;display:grid}.quotes-module__Gw66YW__loading,.quotes-module__Gw66YW__error,.quotes-module__Gw66YW__empty{text-align:center;grid-column:1/-1;padding:4rem 2rem}.quotes-module__Gw66YW__loading{color:var(--text-secondary)}.quotes-module__Gw66YW__spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite quotes-module__Gw66YW__spin}@keyframes quotes-module__Gw66YW__spin{to{transform:rotate(360deg)}}.quotes-module__Gw66YW__error{color:#ef4444;background:#ef44441a;border-radius:12px}.quotes-module__Gw66YW__empty{color:var(--text-secondary)}.quotes-module__Gw66YW__emptyIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.quotes-module__Gw66YW__empty h3{color:var(--foreground);margin-bottom:.5rem}.quotes-module__Gw66YW__quoteCard{background:var(--card-background);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.quotes-module__Gw66YW__quoteCard.quotes-module__Gw66YW__clickable{cursor:pointer}.quotes-module__Gw66YW__quoteCard.quotes-module__Gw66YW__clickable:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.quotes-module__Gw66YW__quoteCard.quotes-module__Gw66YW__positive{border-left:3px solid #22c55e}.quotes-module__Gw66YW__quoteCard.quotes-module__Gw66YW__negative{border-left:3px solid #ef4444}.quotes-module__Gw66YW__quoteCard.quotes-module__Gw66YW__neutral{border-left:3px solid var(--border)}.quotes-module__Gw66YW__quoteHeader{align-items:center;gap:.5rem;display:flex}.quotes-module__Gw66YW__sentimentBadge{font-size:1.25rem}.quotes-module__Gw66YW__quoteBadge{background:var(--accent);color:#0d0d0d;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:600}.quotes-module__Gw66YW__quoteText{color:var(--foreground);flex:1;margin:0;font-size:1.1rem;font-style:italic;line-height:1.6}.quotes-module__Gw66YW__quoteAuthor{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.quotes-module__Gw66YW__authorAvatar{background:var(--accent);color:#0d0d0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.quotes-module__Gw66YW__authorThumbnail{object-fit:cover;border:2px solid var(--accent);border-radius:50%;flex-shrink:0;width:40px;height:40px}.quotes-module__Gw66YW__authorInfo{flex-direction:column;display:flex}.quotes-module__Gw66YW__authorName{color:var(--foreground);font-size:.9rem;font-weight:600}.quotes-module__Gw66YW__authorRole{color:var(--text-secondary);font-size:.8rem}.quotes-module__Gw66YW__interviewLink{background:var(--accent);color:#0d0d0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;font-size:.9rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.quotes-module__Gw66YW__interviewLink:hover{transform:scale(1.1);box-shadow:0 4px 12px #fcd34d66}.quotes-module__Gw66YW__quoteTags{flex-wrap:wrap;gap:.5rem;display:flex}.quotes-module__Gw66YW__quoteTag{background:var(--accent-muted);color:var(--accent);cursor:pointer;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;transition:background .2s}.quotes-module__Gw66YW__quoteTag:hover{background:var(--accent);color:#0d0d0d}.quotes-module__Gw66YW__quoteActions{border-top:1px solid var(--border);justify-content:flex-end;margin-top:.5rem;padding-top:.5rem;display:flex}.quotes-module__Gw66YW__unpublishBtn{color:#f97316;cursor:pointer;background:0 0;border:1px solid #f97316;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;transition:all .2s}.quotes-module__Gw66YW__unpublishBtn:hover:not(:disabled){color:#fff;background:#f97316}.quotes-module__Gw66YW__unpublishBtn:disabled{opacity:.5;cursor:not-allowed}.quotes-module__Gw66YW__footer{background:var(--card-background);border-top:1px solid var(--border);padding:1.5rem 2rem}.quotes-module__Gw66YW__footerContainer{max-width:1400px;color:var(--text-secondary);justify-content:space-between;align-items:center;margin:0 auto;font-size:.9rem;display:flex}.quotes-module__Gw66YW__footerContainer a{color:var(--accent);text-decoration:none}.quotes-module__Gw66YW__footerContainer a:hover{text-decoration:underline}.quotes-module__Gw66YW__poweredBy{border-top:1px solid var(--border);color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;font-size:.75rem;display:flex}.quotes-module__Gw66YW__creatorLink{color:var(--accent);font-weight:600;text-decoration:none;transition:opacity .2s}.quotes-module__Gw66YW__creatorLink:hover{opacity:.8;text-decoration:underline}@media (max-width:1024px){.quotes-module__Gw66YW__container{grid-template-columns:1fr}.quotes-module__Gw66YW__sidebar{flex-flow:wrap;gap:1rem}.quotes-module__Gw66YW__filterCard{flex:1;min-width:250px}}@media (max-width:480px){.quotes-module__Gw66YW__sidebar{flex-direction:column}.quotes-module__Gw66YW__filterCard{min-width:100%}.quotes-module__Gw66YW__main{padding:.75rem}}@media (max-width:640px){.quotes-module__Gw66YW__navContainer{padding:1rem}.quotes-module__Gw66YW__navLinks{gap:1rem}.quotes-module__Gw66YW__heroContent h1{font-size:1.75rem}.quotes-module__Gw66YW__main{padding:1rem}.quotes-module__Gw66YW__quotesGrid{grid-template-columns:1fr}.quotes-module__Gw66YW__footerContainer{text-align:center;flex-direction:column;gap:.5rem}}
