/* artdialog 基础样式占位（静态站复刻补齐，避免 404） */
.aui_outer, .aui_inner, .aui_title, .aui_content, .aui_buttons { box-sizing: border-box; }
.aui_content { padding: 16px 20px; font-size: 14px; line-height: 1.6; color: #333; }
.aui_title { padding: 10px 16px; font-size: 15px; font-weight: 700; background: #f5f5f5; border-bottom: 1px solid #e5e5e5; }
.aui_state_lock .aui_content { overflow: auto; }
.aui_buttons { padding: 12px 16px; text-align: right; background: #fafafa; border-top: 1px solid #eee; }
.aui_buttons button { margin-left: 8px; padding: 6px 16px; border: 1px solid #ccc; background: #fff; border-radius: 3px; cursor: pointer; }
.aui_buttons button.aui_state_highlight { background: #409eff; border-color: #409eff; color: #fff; }
