.word-analysis-container{margin:2rem 0;background:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);overflow:hidden}.word-analysis-header{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.toggle-button{padding:.5rem 1rem;border:1px solid var(--hadith-primary-color,var(--primary-color,#40b910));background:0 0;border-radius:8px;color:var(--hadith-primary-color,var(--primary-color,#40b910));cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500}.toggle-button:hover{background:var(--hadith-primary-color,var(--primary-color,#40b910));color:white}.toggle-button i{margin-right:.5rem}.toggle-button.active i{color:white}.word-analysis-content{padding:1.5rem;display:none}.word-analysis-content.active{display:block;background:#f9f9f9}.word-item{display:inline-block;margin:.25rem;padding:.5rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative}.word-item:hover{border-color:var(--hadith-primary-color,var(--primary-color,#40b910));box-shadow:0 2px 8px rgba(0,0,0,.1);background:#f8fafc}.word-item.analyzed{color:var(--hadith-primary-color,var(--primary-color,#40b910));border-color:var(--hadith-primary-color,var(--primary-color,#40b910));background:#f0f9ff}.hadith-dark-mode .word-analysis-content{background:#2a2a2a;border-color:#333}.hadith-dark-mode .word-item{background:#333;border-color:#444;color:#e0e0e0}.hadith-dark-mode .toggle-button{border-color:#e0e0e0;color:#e0e0e0}.hadith-dark-mode .toggle-button:hover{background:#e0e0e0;color:#121212}.word-tooltip{background:#fff;color:#e0e0e0}