/* HLOG 现代化 Admin 样式库 */
.admin-layout { display: flex; min-height: 100vh; width: 100%; }
.wp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 8px 16px; border-radius: 8px; border: 1px solid #cbd5e1;
  background: #ffffff; color: #334155; font-size: 14px; font-weight: 600;
  cursor: pointer; transition: all 0.2s ease;
}
.wp-btn:hover:not(:disabled) { background: #f8fafc; border-color: #94a3b8; }
.wp-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.wp-btn-primary { background: #2271b1; border-color: #2271b1; color: #ffffff; }
.wp-btn-primary:hover:not(:disabled) { background: #135e96; border-color: #135e96; }
/* Quill 富文本编辑器样式修正 */
.ql-toolbar.ql-snow { border: none !important; padding: 12px !important; background: #f8fafc; border-bottom: 1px solid #e2e8f0 !important; }
.ql-container.ql-snow { border: none !important; font-size: 16px; }
.ql-editor { min-height: 400px; line-height: 1.8; padding: 20px; }
.ql-editor h1, .ql-editor h2, .ql-editor h3 { font-weight: bold; margin-top: 1em; margin-bottom: 0.5em; color: #1e293b; }
.ql-editor img { border-radius: 12px; max-width: 100%; margin: 10px 0; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
.ql-editor pre { background-color: #1e293b !important; color: #f8fafc !important; border-radius: 8px; padding: 16px; font-family: monospace; }
.ql-video { width: 100%; height: 450px; border-radius: 12px; margin: 10px 0; }
.ql-toolbar button svg { display: inline-block !important; vertical-align: middle !important; }
.ql-toolbar { display: flex !important; flex-wrap: wrap; align-items: center; }
