.search-dropdown-container{width:100%;max-width:300px;position:relative}.search-dropdown-container.is-overlay{z-index:1000}.search-overlay-backdrop{z-index:-1;background:#0006;animation:.2s ease-out fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-input{border:1px solid var(--border-color,#e0e0e0);background:var(--input-bg,#fff);width:100%;color:var(--text-primary,#333);border-radius:20px;padding:.5rem 2.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:var(--accent-color,#007bff);outline:none;box-shadow:0 0 0 3px #007bff1a}.search-input::placeholder{color:var(--text-secondary,#999)}.search-icon{color:var(--text-secondary,#999);pointer-events:none;z-index:2;align-items:center;font-size:.875rem;display:flex;position:absolute;left:.875rem}.clear-btn{color:var(--text-secondary,#999);cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.25rem;font-size:1.25rem;line-height:1;transition:background-color .2s,color .2s;position:absolute;right:.5rem}.clear-btn:hover{background:var(--hover-bg,#f0f0f0);color:var(--text-primary,#333)}.search-results{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e0e0e0);z-index:1001;border-radius:12px;animation:.2s ease-out slideDown;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 10px 40px #00000026}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-results.no-results{text-align:center;color:var(--text-secondary,#666);padding:1.5rem}.search-results.no-results p{margin:0}.search-results.no-results .hint{margin-top:.25rem;font-size:.8125rem}.results-header{color:var(--text-secondary,#666);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-color,#e0e0e0);background:var(--bg-subtle,#f9f9f9);padding:.75rem 1rem;font-size:.75rem;font-weight:600}.results-list{max-height:300px;margin:0;padding:0;list-style:none;overflow-y:auto}.result-item{cursor:pointer;border-bottom:1px solid var(--border-color,#e0e0e0);align-items:center;padding:.75rem 1rem;transition:background-color .15s;display:flex}.result-item:last-child{border-bottom:none}.result-item:hover,.result-item.selected{background:var(--hover-bg,#f0f0f0)}.result-item.selected{background:var(--accent-bg,#007bff1a)}.result-icon{flex-shrink:0;margin-right:.75rem;font-size:1.25rem}.result-content{flex:1;min-width:0}.result-name{color:var(--text-primary,#333);white-space:nowrap;text-overflow:ellipsis;font-weight:500;display:block;overflow:hidden}.result-meta{color:var(--text-secondary,#666);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;display:block;overflow:hidden}.results-footer{color:var(--text-secondary,#999);background:var(--bg-subtle,#f9f9f9);border-top:1px solid var(--border-color,#e0e0e0);justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.6875rem;display:flex}.results-footer kbd{background:var(--card-bg,#fff);border:1px solid var(--border-color,#ddd);box-shadow:0 1px 0 var(--border-color,#ddd);border-radius:4px;padding:.125rem .375rem;font-family:inherit;font-size:.6875rem;display:inline-block}@media (max-width:768px){.search-dropdown-container{max-width:100%}.search-results{max-width:none;position:fixed;top:60px;left:1rem;right:1rem}.results-list{max-height:50vh}}
.profile-dialog-overlay{-webkit-backdrop-filter:blur(4px);z-index:10000;background-color:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out profileFadeIn;display:flex;position:fixed;inset:0}@keyframes profileFadeIn{0%{opacity:0}to{opacity:1}}.profile-dialog{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;padding:2rem;animation:.3s ease-out profileSlideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a}@keyframes profileSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-dialog-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.25rem .5rem;font-size:1.75rem;line-height:1;transition:background-color .2s,color .2s;display:flex;position:absolute;top:1rem;right:1rem}.profile-dialog-close:hover{color:#111827;background-color:#f3f4f6}.profile-dialog-avatar-section{text-align:center;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1.5rem}.profile-dialog-avatar{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;display:flex;overflow:hidden;box-shadow:0 4px 14px #6366f14d}.profile-dialog-avatar img{object-fit:cover;width:100%;height:100%}.profile-dialog-avatar .avatar-initials{color:#fff;font-size:1.75rem;font-weight:700}.profile-dialog-name{color:#111827;margin:0 0 .25rem;font-size:1.35rem;font-weight:600}.profile-dialog-email{color:#6b7280;margin:0;font-size:.9rem}.profile-dialog-stats{border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem;padding:1.25rem 0;display:grid}.profile-dialog-stats .stat-item{justify-content:center;align-items:center;gap:.5rem;display:flex}.profile-dialog-stats .stat-icon{font-size:1.25rem}.profile-dialog-stats .stat-info{flex-direction:column;display:flex}.profile-dialog-stats .stat-value{color:#111827;font-size:.9rem;font-weight:600}.profile-dialog-stats .stat-label{color:#9ca3af;text-transform:uppercase;font-size:.65rem}.profile-dialog-details{margin-bottom:1.5rem}.profile-dialog-details h3{color:#374151;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.profile-dialog-details .detail-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.6rem 0;display:flex}.profile-dialog-details .detail-row:last-child{border-bottom:none}.profile-dialog-details .detail-label{color:#6b7280;font-size:.85rem}.profile-dialog-details .detail-value{color:#111827;text-align:right;font-size:.85rem;font-weight:500}.profile-dialog-details .detail-uid{text-overflow:ellipsis;max-width:180px;font-family:monospace;font-size:.75rem;overflow:hidden}.profile-dialog-details .verified{color:#10b981}.profile-dialog-details .not-verified{color:#f59e0b}.profile-dialog-actions{border-top:1px solid #e5e7eb;justify-content:center;gap:.75rem;padding-top:1rem;display:flex}.profile-dialog-actions .action-btn{cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s}.profile-dialog-actions .action-btn.secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.profile-dialog-actions .action-btn.secondary:hover{background:#f9fafb;border-color:#9ca3af}.profile-dialog-loading{text-align:center;padding:2rem}.profile-dialog-loading .loading-spinner{border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.profile-dialog-loading p{color:#6b7280;margin:0}@media (max-width:768px){.profile-dialog-overlay{align-items:flex-start;padding:1rem .5rem .5rem}.profile-dialog{border-radius:12px;max-height:calc(100vh - 2rem);padding:2.5rem 1.5rem 1.5rem}.profile-dialog-close{top:.5rem;right:.5rem}.profile-dialog-avatar{width:70px;height:70px}.profile-dialog-avatar .avatar-initials{font-size:1.5rem}.profile-dialog-name{font-size:1.2rem}.profile-dialog-stats{grid-template-columns:1fr;gap:.5rem}.profile-dialog-stats .stat-item{background:#f9fafb;border-radius:8px;justify-content:flex-start;padding:.6rem}.profile-dialog-details .detail-row{flex-direction:column;align-items:flex-start;gap:.2rem}.profile-dialog-details .detail-value{text-align:left}.profile-dialog-details .detail-uid{word-break:break-all;max-width:100%}.profile-dialog-actions{flex-direction:column}.profile-dialog-actions .action-btn{text-align:center;width:100%}}.dark .profile-dialog,.dark-mode .profile-dialog,html.dark .profile-dialog{background:#1e1e2e;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}.dark .profile-dialog-close,.dark-mode .profile-dialog-close,html.dark .profile-dialog-close{color:#94a3b8}.dark .profile-dialog-close:hover,.dark-mode .profile-dialog-close:hover,html.dark .profile-dialog-close:hover{color:#f1f5f9;background-color:#334155}.dark .profile-dialog-avatar-section,.dark-mode .profile-dialog-avatar-section,html.dark .profile-dialog-avatar-section{border-bottom-color:#334155}.dark .profile-dialog-name,.dark-mode .profile-dialog-name,html.dark .profile-dialog-name{color:#f1f5f9}.dark .profile-dialog-email,.dark-mode .profile-dialog-email,html.dark .profile-dialog-email{color:#94a3b8}.dark .profile-dialog-stats,.dark-mode .profile-dialog-stats,html.dark .profile-dialog-stats{border-bottom-color:#334155}.dark .profile-dialog-stats .stat-value,.dark-mode .profile-dialog-stats .stat-value,html.dark .profile-dialog-stats .stat-value{color:#f1f5f9}.dark .profile-dialog-stats .stat-label,.dark-mode .profile-dialog-stats .stat-label,html.dark .profile-dialog-stats .stat-label{color:#64748b}.dark .profile-dialog-details h3,.dark-mode .profile-dialog-details h3,html.dark .profile-dialog-details h3{color:#e2e8f0}.dark .profile-dialog-details .detail-row,.dark-mode .profile-dialog-details .detail-row,html.dark .profile-dialog-details .detail-row{border-bottom-color:#334155}.dark .profile-dialog-details .detail-label,.dark-mode .profile-dialog-details .detail-label,html.dark .profile-dialog-details .detail-label{color:#94a3b8}.dark .profile-dialog-details .detail-value,.dark-mode .profile-dialog-details .detail-value,html.dark .profile-dialog-details .detail-value{color:#f1f5f9}.dark .profile-dialog-actions,.dark-mode .profile-dialog-actions,html.dark .profile-dialog-actions{border-top-color:#334155}.dark .profile-dialog-actions .action-btn.secondary,.dark-mode .profile-dialog-actions .action-btn.secondary,html.dark .profile-dialog-actions .action-btn.secondary{color:#f1f5f9;background:#334155;border-color:#475569}.dark .profile-dialog-actions .action-btn.secondary:hover,.dark-mode .profile-dialog-actions .action-btn.secondary:hover,html.dark .profile-dialog-actions .action-btn.secondary:hover{background:#475569}.dark .profile-dialog-loading,.dark-mode .profile-dialog-loading,html.dark .profile-dialog-loading{background:#1e293b}.dark .profile-dialog-loading .loading-spinner,.dark-mode .profile-dialog-loading .loading-spinner,html.dark .profile-dialog-loading .loading-spinner{border-color:#6366f1 #334155 #334155}.dark .profile-dialog-loading p,.dark-mode .profile-dialog-loading p,html.dark .profile-dialog-loading p{color:#94a3b8}@media (max-width:768px){.dark .profile-dialog-stats .stat-item,.dark-mode .profile-dialog-stats .stat-item,html.dark .profile-dialog-stats .stat-item{background:#0f172a}}
.help-dialog-overlay{-webkit-backdrop-filter:blur(4px);z-index:10000;background-color:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out helpFadeIn;display:flex;position:fixed;inset:0}@keyframes helpFadeIn{0%{opacity:0}to{opacity:1}}.help-dialog{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:560px;max-height:85vh;animation:.3s ease-out helpSlideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a}@keyframes helpSlideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.help-dialog-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.help-dialog-header h2{color:#111827;margin:0;font-size:1.25rem;font-weight:600}.help-dialog-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.25rem .5rem;font-size:1.75rem;line-height:1;transition:background-color .2s,color .2s;display:flex}.help-dialog-close:hover{color:#111827;background-color:#f3f4f6}.help-dialog-content{flex:1;padding:1.5rem;overflow-y:auto}.help-section{border-bottom:1px solid #f3f4f6;margin-bottom:1.5rem;padding-bottom:1.5rem}.help-section:last-of-type{border-bottom:none;margin-bottom:1rem;padding-bottom:0}.help-section-header{gap:.75rem;margin-bottom:.75rem;display:flex}.help-section-icon{text-align:center;flex-shrink:0;width:32px;font-size:1.5rem}.help-section-header h3{color:#111827;margin:0 0 .25rem;font-size:1rem;font-weight:600}.help-section-header p{color:#6b7280;margin:0;font-size:.85rem}.help-section-list{margin:0;padding-left:2.75rem;list-style-type:disc}.help-section-list li{color:#374151;margin-bottom:.35rem;font-size:.875rem;line-height:1.4}.help-section-list li:last-child{margin-bottom:0}.help-contact-section{background:#f9fafb;border-radius:12px;margin-top:.5rem;padding:1.25rem}.help-contact-section h3{color:#111827;margin:0 0 .5rem;font-size:1rem;font-weight:600}.help-contact-section>p{color:#6b7280;margin:0 0 1rem;font-size:.875rem}.help-contact-info{flex-direction:column;gap:.5rem;display:flex}.contact-item{color:#374151;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.contact-icon{font-size:1rem}@media (max-width:768px){.help-dialog-overlay{align-items:flex-start;padding:1rem .5rem .5rem}.help-dialog{border-radius:12px;max-height:calc(100vh - 2rem)}.help-dialog-header{padding:1rem 1.25rem}.help-dialog-header h2{font-size:1.1rem}.help-dialog-content{padding:1.25rem}.help-section-header{flex-direction:column;gap:.5rem}.help-section-icon{text-align:left;width:auto}.help-section-list{padding-left:1.25rem}.help-contact-section{padding:1rem}}.dark .help-dialog,.dark-mode .help-dialog,html.dark .help-dialog{background:#1e1e2e;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d}.dark .help-dialog-header,.dark-mode .help-dialog-header,html.dark .help-dialog-header{border-bottom-color:#334155}.dark .help-dialog-header h2,.dark-mode .help-dialog-header h2,html.dark .help-dialog-header h2{color:#f1f5f9}.dark .help-dialog-close,.dark-mode .help-dialog-close,html.dark .help-dialog-close{color:#94a3b8}.dark .help-dialog-close:hover,.dark-mode .help-dialog-close:hover,html.dark .help-dialog-close:hover{color:#f1f5f9;background-color:#334155}.dark .help-section,.dark-mode .help-section,html.dark .help-section{border-bottom-color:#334155}.dark .help-section-header h3,.dark-mode .help-section-header h3,html.dark .help-section-header h3{color:#f1f5f9}.dark .help-section-header p,.dark-mode .help-section-header p,html.dark .help-section-header p{color:#94a3b8}.dark .help-section-list li,.dark-mode .help-section-list li,html.dark .help-section-list li{color:#cbd5e1}.dark .help-contact-section,.dark-mode .help-contact-section,html.dark .help-contact-section{background:#0f172a}.dark .help-contact-section h3,.dark-mode .help-contact-section h3,html.dark .help-contact-section h3{color:#f1f5f9}.dark .help-contact-section>p,.dark-mode .help-contact-section>p,html.dark .help-contact-section>p{color:#94a3b8}.dark .contact-item,.dark-mode .contact-item,html.dark .contact-item{color:#cbd5e1}
