.threads-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0 3rem;margin:0 0 2rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.threads-hero-content{width:100%;margin:0;padding:0 2rem;text-align:center;position:relative;z-index:2}.threads-title{font-size:3rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.threads-subtitle{font-size:1.25rem;margin:0 0 2rem;opacity:.9;line-height:1.6}.threads-stats{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.threads-stat-badge{background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:.75rem 1.5rem;display:flex;align-items:center;gap:.5rem;font-weight:500}.thread-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.5rem;transition:all .2s ease;cursor:pointer;position:relative}.thread-card:hover{border-color:#667eea;box-shadow:0 4px 12px rgba(102,126,234,.15);transform:translateY(-2px)}.thread-card.pinned{border-left:4px solid #667eea;background:linear-gradient(135deg,rgba(102,126,234,.03),rgba(118,75,162,.03))}.thread-card.locked{opacity:.7}.thread-pinned-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;margin-bottom:.5rem}.thread-category{display:inline-block;background:#eff6ff;color:#1e40af;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;margin-bottom:.75rem}.thread-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;line-height:1.4}.thread-description{color:#64748b;font-size:.875rem;line-height:1.6;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.thread-full-content{color:#475569;font-size:.9rem;line-height:1.8;margin-bottom:.75rem;white-space:pre-wrap}.thread-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.thread-tag{background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));color:#667eea;padding:.2rem .6rem;border-radius:20px;font-size:.75rem;font-weight:500;transition:all .2s ease}.thread-tag:hover{background:linear-gradient(135deg,rgba(102,126,234,.2),rgba(118,75,162,.2))}.thread-meta{display:flex;gap:1rem;font-size:.75rem;color:#64748b;flex-wrap:wrap;align-items:center;padding-top:.75rem;border-top:1px solid #f1f5f9}.thread-meta-item{display:flex;align-items:center;gap:.25rem}.thread-reply-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600}.thread-view-count{display:inline-flex;align-items:center;gap:4px;color:#64748b;font-size:.75rem}.threads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;padding:0 1rem;margin-bottom:2rem}.threads-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:2rem 0;margin-bottom:4rem;flex-wrap:wrap}.pagination-btn{background:#fff;border:1px solid #e2e8f0;color:#64748b;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.pagination-btn:hover{border-color:#667eea;color:#667eea}.pagination-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.loading-state{text-align:center;padding:3rem;color:#64748b}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:3rem;color:#64748b}.empty-state h3{color:#1e293b;margin-bottom:.5rem}.results-summary{padding:1rem;text-align:center;color:#64748b;font-size:.875rem;margin-bottom:1rem}.results-summary span{font-weight:600;color:#667eea}@media(max-width:768px){.threads-grid{grid-template-columns:1fr;padding:0 .5rem}.thread-card{padding:1.25rem}.thread-title{font-size:1rem}.thread-description{font-size:.8125rem}.threads-pagination{gap:.25rem}.pagination-btn{padding:.4rem .75rem;font-size:.8rem}.reply-form{padding:1rem}.reply-item{padding:10px 12px;gap:8px}.reply-avatar{width:30px;height:30px;font-size:1.2rem}}@media(min-width:769px)and (max-width:1024px){.threads-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.threads-hero{padding:3.5rem 0 2.5rem}.threads-title{font-size:2.5rem}}.thread-reply-btn{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 16px;min-height:44px;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.thread-reply-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.35)}.thread-reply-btn:active{transform:translateY(0)}.reply-count-badge{display:inline-flex;align-items:center;gap:4px;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500;border:1px solid rgba(255,255,255,.3);cursor:pointer;transition:all .2s ease}.reply-count-badge:hover{background:rgba(255,255,255,.3)}.reply-form-wrapper{overflow:hidden;max-height:0;transition:max-height .4s ease,opacity .3s ease;opacity:0}.reply-form-wrapper.open{max-height:400px;opacity:1}.reply-form{background:linear-gradient(135deg,#eff6ff,#f0ebff);border-radius:16px;padding:1.25rem;margin:1rem 0;border:1px solid #ddd6fe}.reply-form-title{font-size:.9rem;font-weight:600;color:#4338ca;margin-bottom:.75rem;display:flex;align-items:center;gap:6px}.reply-form-row{margin-bottom:.75rem}.reply-form-label{display:block;font-size:.75rem;font-weight:500;color:#64748b;margin-bottom:.25rem}.reply-form-input{width:100%;padding:10px 14px;border:1px solid #c7d2fe;border-radius:10px;font-size:.875rem;font-family:inherit;background:#fff;color:#1e293b;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.reply-form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.15)}.reply-form-textarea{width:100%;padding:10px 14px;border:1px solid #c7d2fe;border-radius:10px;font-size:.875rem;font-family:inherit;background:#fff;color:#1e293b;resize:vertical;min-height:80px;max-height:200px;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.reply-form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.15)}.reply-form-char-count{text-align:right;font-size:.7rem;color:#64748b;margin-top:4px}.reply-form-char-count.warn{color:#f59e0b}.reply-form-char-count.over{color:#ef4444;font-weight:600}.reply-form-actions{display:flex;gap:8px;justify-content:flex-end;align-items:center}.reply-form-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 20px;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.reply-form-submit:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.35)}.reply-form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.reply-form-cancel{background:#fff;color:#64748b;border:1px solid #e2e8f0;padding:8px 16px;border-radius:10px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.reply-form-cancel:hover{border-color:#94a3b8;color:#475569}.reply-form-error{color:#ef4444;font-size:.75rem;margin-top:.5rem;display:none}.reply-form-error.show{display:block}.replies-section{margin-top:1.5rem}.replies-section-title{font-size:.9rem;font-weight:600;color:#1e293b;margin-bottom:1rem;display:flex;align-items:center;gap:6px}.reply-item{display:flex;gap:12px;padding:12px 16px;background:#fafbfc;border-left:3px solid #764ba2;border-radius:0 12px 12px 0;margin-bottom:10px;transition:all .2s ease;animation:replySlideIn .3s ease forwards}@keyframes replySlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.reply-item:hover{background:#f1f5f9}.reply-avatar{font-size:1.5rem;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-radius:50%}.reply-content{flex:1;min-width:0}.reply-header{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.reply-nickname{font-weight:600;font-size:.8rem;color:#4338ca}.reply-time{font-size:.7rem;color:#64748b}.reply-message{font-size:.85rem;color:#475569;line-height:1.6;word-break:break-word}.replies-empty{text-align:center;padding:1.5rem;color:#64748b;font-size:.85rem}.reply-rate-limit-warning{background:#fef3c7;border:1px solid #fbbf24;border-radius:10px;padding:10px 14px;font-size:.8rem;color:#92400e;display:flex;align-items:center;gap:8px;margin-bottom:.75rem}@media(max-width:480px){.threads-hero{padding:2.5rem 0 2rem}.threads-title{font-size:1.75rem}.threads-subtitle{font-size:1rem}.thread-card{padding:1rem}.thread-title{font-size:.95rem}.thread-description{font-size:.75rem}}
