.answer-form{background:var(--white);border:1px solid var(--card-border);border-radius:12px;padding:20px}.answer-form__preview-btn{color:var(--text-secondary);transition:all .2s}.answer-form__preview-btn:hover:not(:disabled){color:var(--accent);background:rgba(59,130,246,.1)}.answer-form__preview-btn:disabled{opacity:.4}.answer-form__header{margin-bottom:16px}.answer-form__header h3{color:var(--black);margin:0;font-size:18px;font-weight:600}.answer-form__editor-wrapper{margin-bottom:16px}.answer-form__error{color:#d32f2f;background:rgba(244,67,54,.1);border-radius:6px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 12px;font-size:13px;display:flex}.answer-form__error svg{flex-shrink:0}.answer-form__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.answer-form__left-actions{gap:8px;display:flex}.answer-form__right-actions{gap:12px;display:flex}.answer-form__cancel-btn,.answer-form__submit-btn{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.answer-form__cancel-btn:disabled,.answer-form__submit-btn:disabled{opacity:.6;cursor:not-allowed}.answer-form__cancel-btn{background:var(--background);color:var(--text-secondary);border:1px solid var(--card-border)}.answer-form__cancel-btn:hover:not(:disabled){background:var(--card-border-light)}.answer-form__submit-btn{background:var(--accent);color:var(--white)}.answer-form__submit-btn:hover:not(:disabled){background:var(--accent-hover)}@media (max-width:768px){.answer-form{padding:16px}.answer-form__header h3{font-size:16px}.answer-form__footer{flex-direction:column;align-items:stretch}.answer-form__left-actions{justify-content:center}.answer-form__right-actions{flex-direction:column}.answer-form__cancel-btn,.answer-form__submit-btn{width:100%}}
.answer-preview-modal{width:calc(100% - 32px)!important;margin:16px!important}.answer-preview-modal .MuiDialog-paper{border-radius:12px}.answer-preview-modal__title{color:var(--black);border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;font-size:18px;font-weight:600;display:flex;padding:16px!important}.answer-preview-modal__close-btn{color:var(--text-secondary);transition:all .2s;padding:0!important}.answer-preview-modal__close-btn:hover{color:var(--black);background:rgba(0,0,0,.05)}.answer-preview-modal__content{padding:12px!important}.answer-preview-modal__text{color:var(--black);background:var(--background);border:1px solid var(--card-border);border-radius:8px;padding:16px;font-size:15px;line-height:1.6}.answer-preview-modal__text p{margin:0 0 12px}.answer-preview-modal__text p:last-child{margin-bottom:0}.answer-preview-modal__text--empty{color:var(--text-secondary);text-align:center;font-style:italic}@media (max-width:768px){.answer-preview-modal__title{padding:12px 16px;font-size:16px}.answer-preview-modal__content{padding:16px}.answer-preview-modal__text{padding:12px;font-size:14px}}
.answer-item{background:var(--white);border:1px solid var(--card-border);border-radius:12px;padding:20px;transition:all .3s;animation:.3s ease-out fadeInUp;position:relative}.answer-item:hover{box-shadow:var(--shadow-card-hover)}.answer-item:not(:last-child){margin-bottom:16px}.answer-item--best{background:linear-gradient(135deg,rgba(255,193,7,.02) 0%,rgba(255,152,0,.02) 100%);border-left:4px solid #ffc107}.answer-item--pending{background:linear-gradient(135deg,rgba(255,152,0,.02) 0%,rgba(255,193,7,.02) 100%);border-left:4px solid #ff9800}.answer-item__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.answer-item__author{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.answer-item__avatar{border:2px solid var(--card-border);border-radius:50%;flex-shrink:0;width:40px;height:40px;overflow:hidden}.answer-item__avatar-image{object-fit:cover;width:100%;height:100%}.answer-item__avatar-initials{background:var(--accent);width:100%;height:100%;color:var(--white);justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.answer-item__author-info{flex:1;min-width:0}.answer-item__author-name-section{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.answer-item__author-link{text-decoration:none}.answer-item__author-name{color:var(--black);font-size:15px;font-weight:600;text-decoration:none}.answer-item__author-name:hover{color:var(--accent)}.answer-item__role{text-transform:uppercase;border-radius:10px;align-items:center;padding:2px 6px;font-size:10px;font-weight:600;display:inline-flex}.answer-item__role--expert{color:#f57c00;background:rgba(255,152,0,.1)}.answer-item__role--lawyer{color:#3f51b5;background:rgba(63,81,181,.1)}.answer-item__role--admin{color:#d32f2f;background:rgba(244,67,54,.1)}.answer-item__role--moderator{color:#9c27b0;background:rgba(156,39,176,.1)}.answer-item__header-actions{align-items:center;gap:8px;display:flex}.answer-item__status{border-radius:12px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;display:inline-flex}.answer-item__status--pending{color:#f57c00;background:rgba(255,152,0,.1)}.answer-item__status--best{color:#ff9800;background:rgba(255,193,7,.1)}.answer-item__content{margin-bottom:16px}.answer-item__text{color:var(--black);font-size:15px;line-height:1.4}.answer-item__text h1,.answer-item__text h2,.answer-item__text h3,.answer-item__text h4,.answer-item__text h5,.answer-item__text h6{margin:1em 0 .6em;font-weight:600;line-height:1.3}.answer-item__text p{margin:0 0 .7em}.answer-item__text p:last-child{margin-bottom:0}.answer-item__text table{border-collapse:collapse;width:100%}.answer-item__text table td{border:1px solid #ccc}.answer-item__text ul,.answer-item__text ol{margin:0 0 .7em;padding-left:2em}.answer-item__text--empty{color:var(--text-secondary);font-style:italic}.answer-item__edit-form{width:100%}.answer-item__edit-textarea{border:2px solid var(--card-border);width:100%;min-height:150px;color:var(--black);background:var(--white);resize:vertical;border-radius:12px;padding:16px;font-family:inherit;font-size:15px;line-height:1.6;transition:border-color .3s,box-shadow .3s}.answer-item__edit-textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.answer-item__edit-textarea:disabled{background:var(--background);color:#6b7280;cursor:not-allowed;opacity:.7}.answer-item__edit-textarea::placeholder{color:#9ca3af}.answer-item__character-count{color:#6b7280;justify-content:space-between;align-items:center;font-size:12px;display:flex}.answer-item__character-count--invalid{color:#ef4444}.answer-item__character-help{color:#f59e0b;font-size:11px;font-weight:600}.answer-item__preview-btn{color:var(--text-secondary);transition:all .2s}.answer-item__preview-btn:hover:not(:disabled){color:var(--accent);background:rgba(59,130,246,.1)}.answer-item__preview-btn:disabled{opacity:.4}.answer-item__edit-left-actions,.answer-item__edit-right-actions{align-items:center;gap:8px;display:flex}.answer-item__edit-actions{justify-content:space-between;align-items:center;gap:8px;margin-top:12px;display:flex}.answer-item__footer-content{border-top:1px solid var(--card-border-light);justify-content:space-between;align-items:center;gap:16px;padding-top:12px;display:flex}.answer-item__date{color:var(--text-secondary);align-items:center;gap:4px;font-size:12px;display:flex}.answer-item__actions{align-items:center;gap:8px;display:flex}.answer-item__btn{border:1px solid var(--card-border);background:var(--white);cursor:pointer;border-radius:6px;align-items:center;gap:4px;padding:6px 10px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.answer-item__btn:hover:not(:disabled){transform:translateY(-1px)}.answer-item__btn:disabled{opacity:.6;cursor:not-allowed}.answer-item__btn--success{color:#2e7d32;background:rgba(76,175,80,.1);border-color:rgba(76,175,80,.2)}.answer-item__btn--success:hover:not(:disabled){background:rgba(76,175,80,.15)}.answer-item__btn--warning{color:#f57c00;background:rgba(255,152,0,.1);border-color:rgba(255,152,0,.2)}.answer-item__btn--warning:hover:not(:disabled){background:rgba(255,152,0,.15)}.answer-item__btn--danger{color:#d32f2f;background:rgba(244,67,54,.1);border-color:rgba(244,67,54,.2)}.answer-item__btn--danger:hover:not(:disabled){background:rgba(244,67,54,.15)}.answer-item__btn--secondary{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.answer-item__btn--secondary:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.answer-item__btn--secondary:disabled{color:#9ca3af;cursor:not-allowed;opacity:.6;background:#f9fafb}.answer-item__admin-actions,.answer-item__question-author-actions,.answer-item__answer-author-actions,.answer-item__general-actions{align-items:center;gap:6px;display:flex}.answer-item__confirm-dialog{background:var(--background);border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:10px;font-size:13px;display:flex}.answer-item__confirm-dialog span{color:var(--text-secondary);margin-right:auto}.answer-item__confirm-btn{border:1px solid var(--card-border);background:var(--white);cursor:pointer;border-radius:4px;padding:4px 8px;font-size:12px;transition:all .2s}.answer-item__confirm-btn:hover{background:var(--card-border-light)}.answer-item__confirm-btn--danger{color:#d32f2f;background:rgba(244,67,54,.1);border-color:rgba(244,67,54,.2)}.answer-item__confirm-btn--danger:hover{background:rgba(244,67,54,.15)}.answer-item__error{color:#d32f2f;background:rgba(244,67,54,.1);border:1px solid rgba(244,67,54,.2);border-radius:6px;align-items:center;gap:6px;margin-top:8px;padding:8px;font-size:12px;display:flex}@media (max-width:768px){.answer-item{padding:16px}.answer-item__header{flex-direction:column;gap:12px}.answer-item__header-actions{align-self:flex-start}.answer-item__footer-content{flex-direction:column;align-items:stretch;gap:12px}.answer-item__date{justify-content:center}.answer-item__actions,.answer-item__admin-actions,.answer-item__question-author-actions,.answer-item__answer-author-actions,.answer-item__general-actions{flex-wrap:wrap;justify-content:center}.answer-item__confirm-dialog{text-align:center;flex-direction:column}.answer-item__confirm-dialog span{margin-bottom:8px;margin-right:0}.answer-item__edit-textarea{min-height:120px;padding:12px;font-size:14px}.answer-item__edit-actions{flex-direction:column;align-items:stretch}.answer-item__edit-left-actions{order:2;justify-content:center;margin-top:8px}.answer-item__edit-right-actions{flex-direction:column;order:1}.answer-item__character-count{flex-direction:column;align-items:flex-start;gap:4px}.answer-item .answer-item__btn{justify-content:center;width:100%}}@media (max-width:480px){.answer-item{padding:12px}.answer-item__avatar{width:32px;height:32px}.answer-item__author-name,.answer-item__text{font-size:14px}.answer-item__btn{padding:4px 8px;font-size:11px}.answer-item__edit-textarea{min-height:100px;padding:10px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
