.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:700}.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-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__ContentAuthorInfo{margin-top:20px}.answer-item__ContentAuthorInfo section{margin:0}.answer-item__ContentAuthorInfo .ContentAuthorInfo{box-shadow:none;border-top:1px solid var(--card-border);border-radius:0;padding:20px 0 0}.answer-item__toc{border-bottom:1px solid var(--card-border);margin-bottom:20px;padding-bottom:20px}.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-top{justify-content:space-between;align-items:center;gap: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;display:flex}.answer-item__author-link{text-decoration:none}.answer-item__author-name{color:var(--black);font-size:15px;font-weight:700;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:700;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__meta{flex-shrink:0;align-items:center;gap:16px;display:flex}.answer-item__reading-time{color:var(--text-secondary);align-items:center;gap:4px;font-size:12px;display:flex}.answer-item__status{border-radius:12px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:700;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__edit-form{width:100%}.answer-item__edit-actions{justify-content:flex-end;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__footer-left{align-items:center;gap:12px;display:flex}.answer-item__like{border:1px solid var(--card-border);background:var(--white);color:var(--text-secondary);cursor:pointer;border-radius:20px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.answer-item__like svg{transition:all .2s}.answer-item__like:hover:not(:disabled){color:#e91e63;background:rgba(233,30,99,.05);border-color:#e91e63;transform:translateY(-1px)}.answer-item__like:hover:not(:disabled) svg{fill:#e91e63}.answer-item__like:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.answer-item__like:disabled.answer-item__like--active{opacity:.6}.answer-item__like--active{color:#e91e63;background:rgba(233,30,99,.1);border-color:#e91e63}.answer-item__like--active svg{fill:#e91e63}.answer-item__like--active:hover:not(:disabled){background:rgba(233,30,99,.15)}.answer-item__like-count{text-align:center;min-width:12px;font-weight:700}.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}.answer-item__body{color:var(--text-third);font-size:16px;line-height:1.7}.answer-item__body section:last-child{margin:100px 0 0}.answer-item__body section:first-child{margin-top:0}.answer-item__body h1{color:var(--black);margin:0 0 20px;font-size:26px;font-weight:700}.answer-item__body h1:first-child{margin-top:0;padding-top:0}.answer-item__body h2{color:var(--black);margin:30px 0 12px;scroll-margin-top:100px;font-size:22px;font-weight:700}.answer-item__body h2:first-child{margin-top:0;padding-top:0}.answer-item__body h3{color:var(--black);margin:24px 0 10px;font-size:20px;font-weight:700}.answer-item__body h3:first-child{margin-top:0;padding-top:0}.answer-item__body h4{margin:20px 0 8px;font-size:18px;font-weight:700}.answer-item__body h4:first-child{margin-top:0;padding-top:0}.answer-item__body p{color:var(--text-third);margin:6px 0}.answer-item__body p:first-child{margin-top:0;padding-top:0}.answer-item__body ul,.answer-item__body ol{margin:10px 0;padding-left:20px}.answer-item__body ul:first-child,.answer-item__body ol:first-child{margin-top:0;padding-top:0}.answer-item__body ul li,.answer-item__body ol li{margin-bottom:6px}.answer-item__body a{color:var(--accent-hover);text-decoration:underline}.answer-item__body a:hover{color:var(--accent-dark)}.answer-item__body table{border-collapse:collapse;-webkit-overflow-scrolling:touch;width:100%;margin:12px 0;display:block;overflow-x:auto}.answer-item__body table:first-child{margin-top:0;padding-top:0}.answer-item__body table tbody{width:100%}.answer-item__body table th,.answer-item__body table td{border:1px solid var(--card-border-light);text-align:left;min-width:120px;padding:6px 10px;font-size:14px}.answer-item__body table th{background:var(--accent-bg-light);font-weight:700}.answer-item__body img{border-radius:10px;max-width:100%;height:auto;margin:20px 0}.answer-item__body img:first-child{margin-top:0;padding-top:0}.answer-item__body blockquote{background:var(--accent-bg-light);border-left:4px solid var(--accent);border-radius:8px;margin:25px 0;padding:16px 20px;font-style:italic}.answer-item__body code{background:var(--accent-bg-light);border-radius:4px;padding:2px 6px;font-size:14px}.answer-item__body pre{background:var(--accent-bg-light);border-radius:8px;padding:16px;overflow-x:auto}.answer-item__body pre code{background:0 0;padding:0}@media (max-width:768px){.answer-item{padding:16px}.answer-item__body{font-size:15px}.answer-item__body h1{font-size:20px}.answer-item__body h2{font-size:18px}.answer-item__body h3{font-size:16px}.answer-item__body table{font-size:13px}.answer-item__body p{font-size:14px}.answer-item__header-top{flex-direction:column;align-items:flex-start;gap:8px}.answer-item__meta{justify-content:space-between;gap:12px;width:100%}.answer-item__footer-content{flex-direction:column;align-items:stretch;gap:12px}.answer-item__footer-left{flex-direction:column;align-items:center;gap:8px}.answer-item__like{justify-content:center;width:100%}.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-actions{flex-direction:column;align-items:stretch}.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{font-size:14px}.answer-item__btn{padding:4px 8px;font-size:11px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
