.ajaxpl-container {
    max-width: 100%;
    margin: 30px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ajaxpl-error {
    background: #fff2f0;
    color: #ff4d4f;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    border-left: 3px solid #ff4d4f;
}
.ajaxpl-success {
    background: #f6ffed;
    color: #52c41a;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    border-left: 3px solid #52c41a;
}
.ajaxpl-form {
    background: #fafafa;
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 24px;
}
.ajaxpl-form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.ajaxpl-form-header h3 {
    margin: 0;
    font-size: 18px;
}
.ajaxpl-count {
    color: #999;
    font-size: 13px;
}
.ajaxpl-face-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}
.ajaxpl-face-item {
    cursor: pointer;
    display: inline-block;
    transition: transform 0.2s;
}
.ajaxpl-face-item:hover {
    transform: scale(1.1);
}
.ajaxpl-face-item img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border: none;
}
.ajaxpl-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
    resize: vertical;
}
.ajaxpl-textarea:focus {
    outline: none;
    border-color: #1890ff;
}
.ajaxpl-form-row {
    margin-top: 12px;
}
.ajaxpl-input {
    padding: 8px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-right: 12px;
    font-size: 14px;
}
.ajaxpl-captcha-img {
    vertical-align: middle;
    cursor: pointer;
    border-radius: 6px;
}
.ajaxpl-captcha-tip {
    font-size: 12px;
    color: #999;
    margin-left: 8px;
}
.ajaxpl-btn {
    background: #1890ff;
    color: #fff;
    border: none;
    padding: 8px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}
.ajaxpl-btn:hover {
    background: #40a9ff;
}
.ajaxpl-btn:disabled {
    background: #d9d9d9;
    cursor: not-allowed;
}
.ajaxpl-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 16px;
}
.ajaxpl-list-title {
    font-weight: 600;
    font-size: 16px;
}
.ajaxpl-order a {
    color: #999;
    text-decoration: none;
    margin-left: 16px;
    font-size: 14px;
}
.ajaxpl-order a.ajaxpl-order-active {
    color: #1890ff;
}
.ajaxpl-item {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.ajaxpl-avatar {
    margin-right: 16px;
    flex-shrink: 0;
}
.ajaxpl-avatar-default {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1890ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}
.ajaxpl-content {
    flex: 1;
    min-width: 0;
}
.ajaxpl-header {
    margin-bottom: 8px;
}
.ajaxpl-username {
    font-weight: 600;
    color: #333;
}
.ajaxpl-floor {
    color: #bfbfbf;
    font-size: 12px;
    margin-left: 10px;
}
.ajaxpl-time {
    color: #bfbfbf;
    font-size: 12px;
    margin-left: 10px;
}
.ajaxpl-text {
    line-height: 1.6;
    color: #333;
    word-break: break-all;
}
.ajaxpl-actions {
    margin-top: 10px;
}
.ajaxpl-actions a {
    color: #999;
    text-decoration: none;
    font-size: 13px;
    margin-right: 20px;
}
.ajaxpl-actions a:hover {
    color: #1890ff;
}
.ajaxpl-pagination {
    margin-top: 24px;
    text-align: center;
}
.ajaxpl-pagination a, .ajaxpl-pagination span {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 4px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}
.ajaxpl-pagination a {
    background: #fff;
    border: 1px solid #e8e8e8;
    color: #666;
}
.ajaxpl-pagination a:hover {
    background: #1890ff;
    color: #fff;
    border-color: #1890ff;
}
.ajaxpl-page-current {
    background: #1890ff;
    color: #fff;
    border: 1px solid #1890ff;
}
.ajaxpl-page-disabled {
    color: #ccc;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
}
.ajaxpl-empty, .ajaxpl-loading {
    text-align: center;
    padding: 48px;
    color: #bfbfbf;
}
.ajaxpl-face-img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.ajaxpl-quote {
    background: #f8f9fa;
    border-left: 3px solid #1890ff;
    padding: 10px 12px;
    margin: 8px 0 12px 0;
    border-radius: 6px;
    font-size: 13px;
}
.ajaxpl-quote-header {
    color: #1890ff;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 12px;
}
.ajaxpl-quote-header a {
    color: #1890ff;
    text-decoration: none;
}
.ajaxpl-quote-header a:hover {
    text-decoration: underline;
}
.ajaxpl-quote-body {
    color: #666;
    line-height: 1.5;
    word-break: break-all;
}
.ajaxpl-collapsible-content {
    position: relative;
}
.ajaxpl-collapsible-content.ajaxpl-collapsed {
    overflow: hidden;
    position: relative;
}
.ajaxpl-collapsible-content.ajaxpl-collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    pointer-events: none;
}
.ajaxpl-expand-link {
    color: #1890ff;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    margin-left: 5px;
}
.ajaxpl-expand-link:hover {
    text-decoration: underline;
}
.ajaxpl-login-tip {
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}
.ajaxpl-login-link {
    color: #1890ff;
    text-decoration: none;
}
.ajaxpl-login-link:hover {
    text-decoration: underline;
}
.ajaxpl-login-info {
    background: #e6f7ff;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 13px;
}
.ajaxpl-logout-link {
    color: #ff4d4f;
    text-decoration: none;
    margin-left: 10px;
}
.ajaxpl-logout-link:hover {
    text-decoration: underline;
}