.QuotesSection_quotesSection__vxIhw{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow-lg);padding:2.5rem;border-radius:var(--radius-lg);margin-bottom:4rem}.QuotesSection_title__ykjPX{color:var(--text-primary);margin-bottom:2rem;font-size:2rem;font-family:Outfit,sans-serif;letter-spacing:-.025em}.QuotesSection_quotesGrid__PNzx1{display:flex;flex-direction:column;gap:2rem}.QuotesSection_quoteCard__wVRx8{background-color:#fff;border:1px solid #f1f5f9;padding:1.5rem;margin-bottom:1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.QuotesSection_quoteCard__wVRx8:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.QuotesSection_quoteCard__wVRx8 p{margin:0 0 1rem;font-size:1.1rem;line-height:1.6;font-weight:500;color:var(--text-primary)}.QuotesSection_meta__1B8BQ{font-size:.75rem;color:var(--text-secondary);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.QuotesSection_meta__1B8BQ span:first-child{background:#f1f5f9;padding:.2rem .5rem;border-radius:.4rem;color:var(--text-primary)}.QuotesSection_detailsLink__MtKPi{color:var(--primary);text-decoration:none;font-size:.85rem;font-weight:600}.QuotesSection_voteButtons__xNgh2{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.QuotesSection_actions__2zhAk{display:flex;gap:.5rem}.QuotesSection_voteBtn__8rvAI{background:#f8fafc;border:1px solid #e2e8f0;font-size:.8rem;padding:.4rem .8rem;border-radius:.5rem;color:var(--text-secondary);font-weight:600}.QuotesSection_voteBtn__8rvAI:hover{background:#f1f5f9;border-color:#cbd5e1;color:var(--text-primary)}.QuotesSection_newQuoteForm__5KlJq{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border-color)}.QuotesSection_newQuoteForm__5KlJq h3{margin-bottom:1.5rem}.QuotesSection_quoteInput__lsEX3{width:100%;padding:1rem;border-radius:var(--radius-md);border:1px solid var(--border-color);font-family:inherit;font-size:1rem;margin-bottom:1.5rem;transition:border-color .2s ease}.QuotesSection_quoteInput__lsEX3:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(79,70,229,.1)}.QuotesSection_formControls__9hxtS{display:flex;justify-content:space-between;align-items:center}.QuotesSection_selectGroup__FxJwC{display:flex;align-items:center;gap:.75rem;color:var(--text-secondary);font-size:.9rem}.QuotesSection_selectBox__dlYSo{padding:.4rem .8rem;border-radius:.5rem;border:1px solid var(--border-color);background:#fff}.QuotesSection_submitBtn__6SMOm{background-color:var(--primary);color:#fff;border:none;padding:.75rem 2rem;border-radius:var(--radius-md);font-weight:700;font-size:1rem;transition:background-color .2s ease,transform active .1s}.QuotesSection_submitBtn__6SMOm:hover{background-color:var(--primary-hover)}.QuotesSection_submitBtn__6SMOm:active{transform:scale(.98)}