.AdminLayout-module__VfUccG__layout{background:#f5f7fa;min-height:100vh;display:flex}.AdminLayout-module__VfUccG__sider{z-index:100;background:linear-gradient(#fafbfc 0%,#fff 100%);border-right:1px solid #e8e8e8;flex-direction:column;width:260px;transition:width .25s;display:flex;position:fixed;top:0;bottom:0;left:0}.AdminLayout-module__VfUccG__sider.AdminLayout-module__VfUccG__collapsed{width:72px}.AdminLayout-module__VfUccG__siderTop{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;height:64px;padding:0 16px;display:flex}.AdminLayout-module__VfUccG__logo{align-items:center;gap:12px;display:flex}.AdminLayout-module__VfUccG__logoIcon{color:#fff;background:linear-gradient(135deg,#5dade2 0%,#3498db 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:600;display:flex}.AdminLayout-module__VfUccG__logoText{color:#333;white-space:nowrap;font-size:16px;font-weight:600}.AdminLayout-module__VfUccG__menu{flex:1;padding:16px 12px;overflow-y:auto}.AdminLayout-module__VfUccG__menuItem{cursor:pointer;color:#666;border-radius:10px;align-items:center;margin-bottom:4px;padding:12px 16px;transition:all .2s;display:flex;position:relative}.AdminLayout-module__VfUccG__menuItem:hover{color:#5dade2;background:#f0f7fc}.AdminLayout-module__VfUccG__menuItemActive{color:#5dade2;background:linear-gradient(135deg,#e8f4fc 0%,#d4edfc 100%)}.AdminLayout-module__VfUccG__menuItemActive .AdminLayout-module__VfUccG__menuIcon{color:#5dade2}.AdminLayout-module__VfUccG__menuIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;font-size:18px;display:flex}.AdminLayout-module__VfUccG__menuLabel{white-space:nowrap;margin-left:12px;font-size:14px}.AdminLayout-module__VfUccG__menuIndicator{background:#5dade2;border-radius:50%;width:6px;height:6px;position:absolute;right:12px}.AdminLayout-module__VfUccG__collapsed .AdminLayout-module__VfUccG__menuItem{justify-content:center;padding:12px}.AdminLayout-module__VfUccG__collapsed .AdminLayout-module__VfUccG__logo{justify-content:center;padding:0}.AdminLayout-module__VfUccG__collapseBtn{cursor:pointer;color:#999;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex}.AdminLayout-module__VfUccG__collapseBtn:hover{color:#5dade2;background:#f0f7fc}.AdminLayout-module__VfUccG__collapsed .AdminLayout-module__VfUccG__siderTop{justify-content:center;padding:0 12px}.AdminLayout-module__VfUccG__mobileMenuBtn{cursor:pointer;color:#666;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-right:12px;font-size:18px;display:none}.AdminLayout-module__VfUccG__mobileMenuBtn:hover{color:#5dade2;background:#f5f5f5}.AdminLayout-module__VfUccG__mobileCloseBtn{cursor:pointer;color:#999;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:none}.AdminLayout-module__VfUccG__mobileCloseBtn:hover{color:#5dade2;background:#f0f7fc}.AdminLayout-module__VfUccG__overlay{z-index:99;background:#00000073;display:none;position:fixed;inset:0}.AdminLayout-module__VfUccG__main{flex-direction:column;flex:1;min-height:100vh;margin-left:260px;transition:margin-left .25s;display:flex}.AdminLayout-module__VfUccG__mainExpanded{margin-left:72px}.AdminLayout-module__VfUccG__header{z-index:99;background:#fff;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.AdminLayout-module__VfUccG__headerLeft{align-items:center;display:flex}.AdminLayout-module__VfUccG__pageTitle{color:#333;margin:0;font-size:18px;font-weight:600}.AdminLayout-module__VfUccG__headerRight{align-items:center;gap:20px;display:flex}.AdminLayout-module__VfUccG__headerAction{cursor:pointer;color:#666;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex;position:relative}.AdminLayout-module__VfUccG__headerAction:hover{color:#5dade2;background:#f5f5f5}.AdminLayout-module__VfUccG__badge{color:#fff;background:#ff4d4f;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;display:flex;position:absolute;top:4px;right:4px}.AdminLayout-module__VfUccG__userInfo{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:6px 12px;transition:background .2s;display:flex}.AdminLayout-module__VfUccG__userInfo:hover{background:#f5f5f5}.AdminLayout-module__VfUccG__userMeta{flex-direction:column;display:flex}.AdminLayout-module__VfUccG__userName{color:#333;font-size:14px;font-weight:500;line-height:1.2}.AdminLayout-module__VfUccG__userRole{color:#999;font-size:12px}.AdminLayout-module__VfUccG__content{flex:1;padding:24px;overflow-y:auto}@media (max-width:1200px){.AdminLayout-module__VfUccG__sider{width:220px}.AdminLayout-module__VfUccG__main{margin-left:220px}.AdminLayout-module__VfUccG__content{padding:20px}}@media (max-width:768px){.AdminLayout-module__VfUccG__sider{width:72px}.AdminLayout-module__VfUccG__sider .AdminLayout-module__VfUccG__logoText,.AdminLayout-module__VfUccG__sider .AdminLayout-module__VfUccG__menuLabel,.AdminLayout-module__VfUccG__sider .AdminLayout-module__VfUccG__menuIndicator,.AdminLayout-module__VfUccG__sider .AdminLayout-module__VfUccG__collapseBtn{display:none}.AdminLayout-module__VfUccG__sider .AdminLayout-module__VfUccG__siderTop{justify-content:center}.AdminLayout-module__VfUccG__sider .AdminLayout-module__VfUccG__menuItem{justify-content:center;padding:12px}.AdminLayout-module__VfUccG__sider .AdminLayout-module__VfUccG__logo{justify-content:center;padding:0}.AdminLayout-module__VfUccG__main,.AdminLayout-module__VfUccG__mainExpanded{margin-left:72px}.AdminLayout-module__VfUccG__header{padding:0 16px}.AdminLayout-module__VfUccG__pageTitle{font-size:16px}.AdminLayout-module__VfUccG__userMeta{display:none}.AdminLayout-module__VfUccG__content{padding:16px}}@media (max-width:480px){.AdminLayout-module__VfUccG__sider{width:0;position:fixed;overflow:hidden}.AdminLayout-module__VfUccG__sider.AdminLayout-module__VfUccG__mobileOpen{width:260px;overflow:visible}.AdminLayout-module__VfUccG__sider.AdminLayout-module__VfUccG__mobileOpen .AdminLayout-module__VfUccG__logoText,.AdminLayout-module__VfUccG__sider.AdminLayout-module__VfUccG__mobileOpen .AdminLayout-module__VfUccG__menuLabel,.AdminLayout-module__VfUccG__sider.AdminLayout-module__VfUccG__mobileOpen .AdminLayout-module__VfUccG__menuIndicator{display:block}.AdminLayout-module__VfUccG__sider.AdminLayout-module__VfUccG__mobileOpen .AdminLayout-module__VfUccG__menuItem{justify-content:flex-start;padding:12px 16px}.AdminLayout-module__VfUccG__sider.AdminLayout-module__VfUccG__mobileOpen .AdminLayout-module__VfUccG__siderTop{justify-content:space-between;padding:0 16px}.AdminLayout-module__VfUccG__main,.AdminLayout-module__VfUccG__mainExpanded{margin-left:0}.AdminLayout-module__VfUccG__header{padding:0 12px}.AdminLayout-module__VfUccG__headerRight{gap:12px}.AdminLayout-module__VfUccG__content{padding:12px}.AdminLayout-module__VfUccG__mobileMenuBtn,.AdminLayout-module__VfUccG__mobileCloseBtn{display:flex}.AdminLayout-module__VfUccG__collapseBtn{display:none}.AdminLayout-module__VfUccG__overlay{display:block}}
.PostViewModal-module__HCiHHW__modal .ant-modal-content{padding:0;overflow:hidden}.PostViewModal-module__HCiHHW__modal .ant-modal-close{top:16px;right:16px}.PostViewModal-module__HCiHHW__article{max-height:80vh;padding:24px 32px;overflow-y:auto}.PostViewModal-module__HCiHHW__title{color:#1a1a1a;margin:0 0 16px;font-size:24px;font-weight:600;line-height:1.4}.PostViewModal-module__HCiHHW__meta{justify-content:space-between;align-items:center;display:flex}.PostViewModal-module__HCiHHW__author{align-items:center;gap:12px;display:flex}.PostViewModal-module__HCiHHW__authorInfo{flex-direction:column;gap:2px;display:flex}.PostViewModal-module__HCiHHW__authorName{color:#333;font-size:14px;font-weight:500}.PostViewModal-module__HCiHHW__publishTime{color:#8c8c8c;font-size:12px}.PostViewModal-module__HCiHHW__content{color:#333;word-break:break-word;font-size:15px;line-height:1.8}.PostViewModal-module__HCiHHW__content p{margin-bottom:16px}.PostViewModal-module__HCiHHW__content img{border-radius:8px;max-width:100%;margin:12px 0}.PostViewModal-module__HCiHHW__images{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.PostViewModal-module__HCiHHW__image{object-fit:cover;border-radius:8px;max-width:200px;max-height:200px}.PostViewModal-module__HCiHHW__tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.PostViewModal-module__HCiHHW__stats{color:#8c8c8c;font-size:14px}@media (max-width:768px){.PostViewModal-module__HCiHHW__article{padding:16px 20px}.PostViewModal-module__HCiHHW__title{font-size:20px}.PostViewModal-module__HCiHHW__meta{flex-direction:column;align-items:flex-start;gap:12px}}
.ReviewModal-module__cwfOAW__modal .ant-modal-content{border-radius:12px}.ReviewModal-module__cwfOAW__container{padding:8px 0}.ReviewModal-module__cwfOAW__info{margin-bottom:16px}.ReviewModal-module__cwfOAW__info .ant-descriptions-item-label{color:#8c8c8c;width:80px}.ReviewModal-module__cwfOAW__titleText{color:#1a1a1a;font-weight:500}.ReviewModal-module__cwfOAW__previewBtn{height:44px;margin-bottom:16px;font-size:14px}.ReviewModal-module__cwfOAW__commentSection{margin-bottom:20px}.ReviewModal-module__cwfOAW__label{color:#333;margin-bottom:8px;font-weight:500;display:block}.ReviewModal-module__cwfOAW__actions{border-top:1px solid #f0f0f0;justify-content:flex-end;padding-top:8px;display:flex}
.editor-module__3afRcG__editorWrapper{background:#fff;flex-direction:column;flex:1;display:flex;overflow:hidden}.editor-module__3afRcG__toolbar{z-index:10;background:#fafafa;border-bottom:1px solid #e0e0e0;flex-wrap:wrap;align-items:center;gap:2px;padding:6px 8px;display:flex;position:sticky;top:0}.editor-module__3afRcG__toolbarSpacer{flex:1}.editor-module__3afRcG__toolGroup{align-items:center;gap:1px;display:flex}.editor-module__3afRcG__divider{background:#d9d9d9;flex-shrink:0;width:1px;height:20px;margin:0 6px}.editor-module__3afRcG__toolBtn{color:#444;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:all .15s;display:inline-flex}.editor-module__3afRcG__toolBtn:hover{color:#111;background:#e8e8e8}.editor-module__3afRcG__toolBtn:disabled{opacity:.35;cursor:not-allowed}.editor-module__3afRcG__toolBtnActive{color:#fff;background:#1677ff}.editor-module__3afRcG__toolBtnActive:hover{color:#fff;background:#4096ff}.editor-module__3afRcG__headingSelect{color:#333;cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:6px;outline:none;height:30px;padding:0 8px;font-size:13px}.editor-module__3afRcG__headingSelect:hover{border-color:#1677ff}.editor-module__3afRcG__headingSelect:focus{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1a}.editor-module__3afRcG__popoverAnchor{display:inline-flex;position:relative}.editor-module__3afRcG__inlinePopover{z-index:100;white-space:nowrap;background:#fff;border:1px solid #d9d9d9;border-radius:8px;align-items:center;gap:4px;margin-top:6px;padding:6px 8px;display:flex;position:absolute;top:100%;left:0;box-shadow:0 4px 16px #0000001f}.editor-module__3afRcG__popoverInput{border:1px solid #d9d9d9;border-radius:6px;outline:none;width:260px;height:30px;padding:0 10px;font-size:13px}.editor-module__3afRcG__popoverInput:focus{border-color:#1677ff;box-shadow:0 0 0 2px #1677ff1a}.editor-module__3afRcG__popoverBtn{color:#fff;cursor:pointer;background:#1677ff;border:none;border-radius:6px;height:30px;padding:0 12px;font-size:13px}.editor-module__3afRcG__popoverBtn:hover{background:#4096ff}.editor-module__3afRcG__popoverBtnDanger{color:#fff;cursor:pointer;background:#ff4d4f;border:none;border-radius:6px;height:30px;padding:0 12px;font-size:13px}.editor-module__3afRcG__popoverBtnDanger:hover{background:#ff7875}.editor-module__3afRcG__popoverBtnGhost{color:#666;cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:6px;height:30px;padding:0 12px;font-size:13px}.editor-module__3afRcG__popoverBtnGhost:hover{background:#f5f5f5}.editor-module__3afRcG__bubbleBar{background:#1a1a1a;border-radius:8px;align-items:center;gap:2px;padding:4px 6px;display:flex;box-shadow:0 4px 16px #0003}.editor-module__3afRcG__bubbleBtn{color:#ccc;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;transition:all .1s;display:inline-flex}.editor-module__3afRcG__bubbleBtn:hover{color:#fff;background:#ffffff26}.editor-module__3afRcG__bubbleBtnActive{color:#fff;background:#fff3}.editor-module__3afRcG__bubbleDivider{background:#fff3;width:1px;height:18px;margin:0 4px}.editor-module__3afRcG__bubbleInput{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:5px;outline:none;width:200px;height:28px;padding:0 8px;font-size:13px}.editor-module__3afRcG__bubbleInput::placeholder{color:#888}.editor-module__3afRcG__bubbleInput:focus{border-color:#1677ff}.editor-module__3afRcG__bubbleBtnGhost{color:#aaa;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:5px;height:28px;padding:0 8px;font-size:12px}.editor-module__3afRcG__bubbleBtnGhost:hover{color:#fff;background:#ffffff1a}.editor-module__3afRcG__editorContent{flex:1;min-height:400px;padding:24px 32px;overflow-y:auto}.editor-module__3afRcG__editorContent .ProseMirror{color:#1a1a1a;outline:none;min-height:360px;font-size:15px;line-height:1.75}.editor-module__3afRcG__editorContent .ProseMirror>*+*{margin-top:.75em}.editor-module__3afRcG__editorContent .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#adb5bd;pointer-events:none;float:left;height:0}.editor-module__3afRcG__editorContent .ProseMirror h1{margin:1.5em 0 .5em;font-size:1.875em;font-weight:700;line-height:1.3}.editor-module__3afRcG__editorContent .ProseMirror h2{margin:1.25em 0 .4em;font-size:1.5em;font-weight:600;line-height:1.35}.editor-module__3afRcG__editorContent .ProseMirror h3{margin:1em 0 .3em;font-size:1.25em;font-weight:600;line-height:1.4}.editor-module__3afRcG__editorContent .ProseMirror h4{margin:.8em 0 .25em;font-size:1.1em;font-weight:600}:is(.editor-module__3afRcG__editorContent .ProseMirror ul,.editor-module__3afRcG__editorContent .ProseMirror ol){margin:.5em 0;padding-left:1.5em}.editor-module__3afRcG__editorContent .ProseMirror li{margin:.25em 0}.editor-module__3afRcG__editorContent .ProseMirror li p{margin:0}.editor-module__3afRcG__editorContent .ProseMirror blockquote{color:#555;border-left:3px solid #1677ff;margin:1em 0;padding-left:1em;font-style:italic}.editor-module__3afRcG__editorContent .ProseMirror hr{border:none;border-top:2px solid #e0e0e0;margin:1.5em 0}.editor-module__3afRcG__editorContent .ProseMirror code{color:#d63384;background:#f0f0f0;border-radius:4px;padding:.15em .4em;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em}.editor-module__3afRcG__editorContent .ProseMirror pre{color:#e6edf3;background:#0d1117;border-radius:8px;margin:1em 0;padding:16px 20px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em;line-height:1.6;overflow-x:auto}.editor-module__3afRcG__editorContent .ProseMirror pre code{color:inherit;font-size:inherit;background:0 0;padding:0}.editor-module__3afRcG__editorContent .ProseMirror a{color:#1677ff;text-underline-offset:3px;cursor:pointer;text-decoration:underline}.editor-module__3afRcG__editorContent .ProseMirror a:hover{color:#4096ff}.editor-module__3afRcG__editorContent .ProseMirror img{border-radius:6px;max-width:100%;height:auto;margin:.75em 0}.editor-module__3afRcG__editorContent .ProseMirror img.ProseMirror-selectednode{outline-offset:2px;outline:2px solid #1677ff}.editor-module__3afRcG__editorContent .ProseMirror table{border-collapse:collapse;table-layout:fixed;width:100%;margin:1em 0;overflow:hidden}:is(.editor-module__3afRcG__editorContent .ProseMirror th,.editor-module__3afRcG__editorContent .ProseMirror td){text-align:left;vertical-align:top;border:1px solid #d0d5dd;min-width:80px;padding:8px 12px;position:relative}.editor-module__3afRcG__editorContent .ProseMirror th{color:#344054;background:#f2f4f7;font-weight:600}.editor-module__3afRcG__editorContent .ProseMirror td{background:#fff}.editor-module__3afRcG__editorContent .ProseMirror .selectedCell{background:#e6f4ff}:is(.editor-module__3afRcG__editorContent .ProseMirror th p,.editor-module__3afRcG__editorContent .ProseMirror td p){margin:0}
.page-module__E0nyOW__page{flex-direction:column;gap:16px;display:flex}.page-module__E0nyOW__toolbar{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;box-shadow:0 1px 2px #00000008}.page-module__E0nyOW__filters{align-items:center;gap:12px;display:flex}.page-module__E0nyOW__searchInput{width:260px}.page-module__E0nyOW__statusSelect{width:120px}.page-module__E0nyOW__tableCard{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 2px #00000008}@media (max-width:768px){.page-module__E0nyOW__toolbar{flex-direction:column;align-items:stretch;gap:12px}.page-module__E0nyOW__filters{flex-wrap:wrap}.page-module__E0nyOW__searchInput{flex:1;width:100%;min-width:200px}.page-module__E0nyOW__statusSelect{width:100%}}@media (max-width:480px){.page-module__E0nyOW__toolbar{padding:12px 16px}.page-module__E0nyOW__tableCard{padding:12px}.page-module__E0nyOW__filters{flex-direction:column}.page-module__E0nyOW__filters>*{width:100%!important}}
.page-module__d4HTda__page{flex-direction:column;gap:16px;display:flex}.page-module__d4HTda__menuTypesCard{background:#fff;border-radius:8px;padding:20px 24px;box-shadow:0 1px 2px #00000008}.page-module__d4HTda__menuTypesHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.page-module__d4HTda__menuTypesTitle{color:#1a1a2e;font-size:15px;font-weight:600}.page-module__d4HTda__menuTypesList{flex-wrap:wrap;gap:10px;display:flex}.page-module__d4HTda__menuTypeTag{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fafafa;border:1px solid #e8e8e8;border-radius:6px;align-items:center;gap:8px;padding:8px 16px;transition:all .2s;display:flex}.page-module__d4HTda__menuTypeTag:hover{background:#f0f7ff;border-color:#b3d4ff}.page-module__d4HTda__menuTypeTagActive{color:#1677ff;background:#e6f4ff;border-color:#1677ff;font-weight:500}.page-module__d4HTda__menuTypeLabel{font-size:14px;line-height:1}.page-module__d4HTda__menuTypePath{color:#999;font-size:11px;line-height:1}.page-module__d4HTda__menuTypeActions{opacity:0;pointer-events:none;gap:2px;margin-left:4px;transition:opacity .2s;display:flex}.page-module__d4HTda__menuTypeTag:hover .page-module__d4HTda__menuTypeActions{opacity:1;pointer-events:auto}.page-module__d4HTda__toolbar{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;box-shadow:0 1px 2px #00000008}.page-module__d4HTda__toolbarLeft{align-items:center;gap:12px;display:flex}.page-module__d4HTda__activeTypeName{color:#1a1a2e;font-size:15px;font-weight:600}.page-module__d4HTda__activeTypeKey{color:#999;background:#f5f5f5;border-radius:4px;padding:2px 8px;font-size:12px}.page-module__d4HTda__toolbarRight{gap:8px;display:flex}.page-module__d4HTda__categoryCard{border-radius:8px;margin-bottom:12px;overflow:hidden;box-shadow:0 1px 2px #00000008}.page-module__d4HTda__categoryHeader{align-items:center;gap:12px;width:100%;display:flex}.page-module__d4HTda__categoryTitle{color:#1a1a2e;font-size:15px;font-weight:600}.page-module__d4HTda__categorySortBadge{color:#999;background:#f5f5f5;border-radius:10px;padding:1px 8px;font-size:11px}.page-module__d4HTda__categoryActions{opacity:0;pointer-events:none;gap:8px;transition:opacity .2s;display:flex}.page-module__d4HTda__categoryCard:hover .page-module__d4HTda__categoryActions{opacity:1;pointer-events:auto}.page-module__d4HTda__itemRow{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding:12px 16px;transition:background .2s;display:flex}.page-module__d4HTda__itemRow:hover{background:#fafbfc}.page-module__d4HTda__itemInfo{align-items:center;gap:10px;display:flex}.page-module__d4HTda__itemIndex{color:#999;background:#f0f0f0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex}.page-module__d4HTda__itemName{color:#333;font-size:14px;font-weight:500}.page-module__d4HTda__itemTutorial{color:#1677ff;background:#e6f4ff;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:12px;display:flex}.page-module__d4HTda__itemActions{opacity:0;pointer-events:none;gap:6px;transition:opacity .2s;display:flex}.page-module__d4HTda__itemRow:hover .page-module__d4HTda__itemActions{opacity:1;pointer-events:auto}.page-module__d4HTda__emptyItems{text-align:center;color:#bbb;padding:32px 20px;font-size:13px}.page-module__d4HTda__addItemBtn{width:100%;margin-top:4px}.page-module__d4HTda__formItem{margin-bottom:16px}.page-module__d4HTda__formLabel{color:#333;margin-bottom:6px;font-size:13px;font-weight:500}@media (max-width:768px){.page-module__d4HTda__toolbar{flex-direction:column;align-items:stretch;gap:12px}.page-module__d4HTda__menuTypesList{flex-direction:column}.page-module__d4HTda__menuTypeTag{justify-content:space-between}}
.page-module__8qG_KW__page{flex-direction:column;gap:16px;display:flex}.page-module__8qG_KW__toolbar{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;box-shadow:0 1px 2px #00000008}.page-module__8qG_KW__filters{align-items:center;gap:12px;display:flex}.page-module__8qG_KW__searchInput{width:260px}.page-module__8qG_KW__statusSelect{width:120px}.page-module__8qG_KW__tableCard{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 2px #00000008}@media (max-width:768px){.page-module__8qG_KW__toolbar{flex-direction:column;align-items:stretch;gap:12px}.page-module__8qG_KW__filters{flex-wrap:wrap}.page-module__8qG_KW__searchInput{flex:1;width:100%;min-width:200px}.page-module__8qG_KW__statusSelect{width:100%}}@media (max-width:480px){.page-module__8qG_KW__toolbar{padding:12px 16px}.page-module__8qG_KW__tableCard{padding:12px}.page-module__8qG_KW__filters{flex-direction:column}.page-module__8qG_KW__filters>*{width:100%!important}}
.page-module___8aEwW__page{flex-direction:column;gap:20px;display:flex}.page-module___8aEwW__statsRow{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.page-module___8aEwW__statCard{background:#fff;border:1px solid #f0f0f0;border-radius:8px;justify-content:space-between;align-items:flex-start;padding:20px 24px;transition:box-shadow .2s;display:flex}.page-module___8aEwW__statCard:hover{box-shadow:0 2px 12px #0000000f}.page-module___8aEwW__statInfo{flex-direction:column;gap:8px;display:flex}.page-module___8aEwW__statLabel{color:#999;font-size:13px}.page-module___8aEwW__statValue{color:#1a1a1a;font-size:28px;font-weight:600;line-height:1}.page-module___8aEwW__statTrend{align-items:center;gap:4px;margin-top:4px;font-size:12px;display:flex}.page-module___8aEwW__statTrend.page-module___8aEwW__up{color:#52c41a}.page-module___8aEwW__statTrend.page-module___8aEwW__down{color:#ff4d4f}.page-module___8aEwW__statIcon{color:#5dade2;background:#e8f4fc;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.page-module___8aEwW__chartsRow{grid-template-columns:2fr 1fr;gap:16px;display:grid}.page-module___8aEwW__chartCard{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:20px 24px}.page-module___8aEwW__chartHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.page-module___8aEwW__chartTitle{color:#1a1a1a;font-size:15px;font-weight:500}.page-module___8aEwW__chartTabs{background:#f5f5f5;border-radius:6px;gap:4px;padding:2px;display:flex}.page-module___8aEwW__chartTab{color:#666;cursor:pointer;border-radius:4px;padding:4px 12px;font-size:12px;transition:all .2s}.page-module___8aEwW__chartTab.page-module___8aEwW__active{color:#5dade2;background:#fff;box-shadow:0 1px 2px #0000000f}.page-module___8aEwW__bottomRow{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}.page-module___8aEwW__listCard{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:20px 24px}.page-module___8aEwW__listHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.page-module___8aEwW__listTitle{color:#1a1a1a;font-size:15px;font-weight:500}.page-module___8aEwW__listMore{color:#999;cursor:pointer;font-size:12px;transition:color .2s}.page-module___8aEwW__listMore:hover{color:#1a1a1a}.page-module___8aEwW__listItem{border-bottom:1px solid #f5f5f5;align-items:center;padding:12px 0;display:flex}.page-module___8aEwW__listItem:last-child{border-bottom:none}.page-module___8aEwW__listRank{color:#999;background:#f5f5f5;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;margin-right:12px;font-size:12px;font-weight:500;display:flex}.page-module___8aEwW__listRank.page-module___8aEwW__top{color:#fff;background:linear-gradient(135deg,gold 0%,#ffb800 100%)}.page-module___8aEwW__listContent{flex:1;min-width:0}.page-module___8aEwW__listName{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.page-module___8aEwW__listMeta{color:#999;margin-top:2px;font-size:12px}.page-module___8aEwW__listValue{color:#1a1a1a;font-size:13px;font-weight:500}.page-module___8aEwW__activityItem{border-bottom:1px solid #f5f5f5;gap:12px;padding:12px 0;display:flex}.page-module___8aEwW__activityItem:last-child{border-bottom:none}.page-module___8aEwW__activityDot{background:#5dade2;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.page-module___8aEwW__activityContent{flex:1}.page-module___8aEwW__activityText{color:#333;font-size:13px;line-height:1.5}.page-module___8aEwW__activityTime{color:#999;margin-top:4px;font-size:12px}@media (max-width:1400px){.page-module___8aEwW__statsRow{grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__chartsRow{grid-template-columns:1fr}.page-module___8aEwW__bottomRow{grid-template-columns:1fr 1fr}}@media (max-width:1024px){.page-module___8aEwW__bottomRow{grid-template-columns:1fr}.page-module___8aEwW__statValue{font-size:24px}}@media (max-width:768px){.page-module___8aEwW__page{gap:16px}.page-module___8aEwW__statsRow{grid-template-columns:1fr;gap:12px}.page-module___8aEwW__statCard{padding:16px}.page-module___8aEwW__statValue{font-size:22px}.page-module___8aEwW__chartCard,.page-module___8aEwW__listCard{padding:16px}.page-module___8aEwW__chartHeader{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:480px){.page-module___8aEwW__statCard{padding:12px}.page-module___8aEwW__statIcon{width:36px;height:36px;font-size:16px}.page-module___8aEwW__statValue{font-size:20px}.page-module___8aEwW__listItem,.page-module___8aEwW__activityItem{padding:10px 0}}
.page-module__C0l7_q__page{padding:24px}.page-module__C0l7_q__loadingContainer{justify-content:center;align-items:center;min-height:400px;display:flex}.page-module__C0l7_q__container{flex-direction:column;min-height:calc(100vh - 200px);display:flex}.page-module__C0l7_q__header{background:#fff;border:1px solid #e8e8e8;border-radius:8px;align-items:center;gap:16px;margin-bottom:24px;padding:16px 20px;display:flex}.page-module__C0l7_q__title{flex:1;margin:0;font-size:20px;font-weight:600}.page-module__C0l7_q__sidebar{background:#fff;border:1px solid #e8e8e8;border-radius:8px;flex-direction:column;width:320px;min-width:320px;display:flex}.page-module__C0l7_q__sidebarHeader{border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;padding:16px;font-weight:600;display:flex}.page-module__C0l7_q__chapterList{flex:1;padding:8px;overflow-y:auto}.page-module__C0l7_q__chapterItem{border:1px solid #e8e8e8;border-radius:6px;margin-bottom:8px;overflow:hidden}.page-module__C0l7_q__chapterHeader{background:#fafafa;border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;padding:12px;display:flex}.page-module__C0l7_q__chapterTitle{color:#1a1a1a;font-weight:500}.page-module__C0l7_q__chapterActions{opacity:0;pointer-events:none;gap:4px;transition:opacity .2s;display:flex}.page-module__C0l7_q__chapterHeader:hover .page-module__C0l7_q__chapterActions{opacity:1;pointer-events:auto}.page-module__C0l7_q__sectionList{padding:4px}.page-module__C0l7_q__sectionItem{cursor:pointer;border-radius:4px;align-items:center;gap:8px;padding:10px 12px;transition:background .2s;display:flex}.page-module__C0l7_q__sectionItem:hover{background:#f5f5f5}.page-module__C0l7_q__sectionItem.page-module__C0l7_q__active{background:#e6f4ff}.page-module__C0l7_q__sectionTitle{color:#333;flex:1;font-size:14px}.page-module__C0l7_q__sectionActions{opacity:0;pointer-events:none;gap:4px;transition:opacity .2s;display:flex}.page-module__C0l7_q__sectionItem:hover .page-module__C0l7_q__sectionActions{opacity:1;pointer-events:auto}.page-module__C0l7_q__editorHeader{border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;padding:16px;display:flex}.page-module__C0l7_q__editorHeader h2{margin:0;font-size:16px;font-weight:600}.page-module__C0l7_q__editorTextarea{flex:1;font-family:Fira Code,monospace;font-size:14px;line-height:1.6;resize:none!important;border:none!important;border-radius:0!important;padding:16px!important}.page-module__C0l7_q__editorTextarea:focus{box-shadow:none!important}.page-module__C0l7_q__editorEmpty{flex:1;justify-content:center;align-items:center;display:flex}.page-module__C0l7_q__loading{justify-content:center;align-items:center;min-height:400px;display:flex}.page-module__C0l7_q__main{flex:1;gap:24px;display:flex}.page-module__C0l7_q__contentArea{background:#fff;border:1px solid #e8e8e8;border-radius:8px;flex-direction:column;flex:1;display:flex}.page-module__C0l7_q__contentHeader{border-bottom:1px solid #e8e8e8;justify-content:space-between;align-items:center;padding:16px;display:flex}.page-module__C0l7_q__contentHeader h2{margin:0;font-size:16px;font-weight:600}.page-module__C0l7_q__emptyContent{flex:1;justify-content:center;align-items:center;display:flex}.page-module__C0l7_q__modalForm{flex-direction:column;gap:16px;display:flex}.page-module__C0l7_q__formItem{flex-direction:column;gap:8px;display:flex}.page-module__C0l7_q__formItem label{color:#333;font-weight:500}.page-module__C0l7_q__dragHandle{color:#999;cursor:grab;flex-shrink:0;justify-content:center;align-items:center;width:20px;display:flex}.page-module__C0l7_q__dragHandle:hover{color:#666}.page-module__C0l7_q__dragHandle:active{cursor:grabbing}.page-module__C0l7_q__chapterHeader .page-module__C0l7_q__dragHandle{margin-right:8px}.page-module__C0l7_q__sectionItem .page-module__C0l7_q__dragHandle{opacity:0;transition:opacity .2s}.page-module__C0l7_q__sectionItem:hover .page-module__C0l7_q__dragHandle{opacity:1}
.page-module__4p4LlG__page{flex-direction:column;gap:20px;display:flex}.page-module__4p4LlG__header{background:#fff;border-radius:8px;align-items:center;gap:16px;padding:16px 24px;display:flex}.page-module__4p4LlG__title{flex:1;margin:0;font-size:18px;font-weight:500}.page-module__4p4LlG__actions{align-items:center;gap:12px;display:flex}.page-module__4p4LlG__content{flex-direction:column;gap:20px;display:flex}.page-module__4p4LlG__mainForm{min-width:0}.page-module__4p4LlG__card{border-radius:8px}.page-module__4p4LlG__contentEditor{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.6}.page-module__4p4LlG__hint{color:#1d39c4;background:#f0f5ff;border:1px solid #adc6ff;border-radius:6px;margin-top:8px;padding:12px 16px;font-size:14px}@media (max-width:1024px){.page-module__4p4LlG__content{gap:16px}}@media (max-width:768px){.page-module__4p4LlG__header{flex-wrap:wrap}.page-module__4p4LlG__title{order:-1;width:100%;margin-bottom:8px}.page-module__4p4LlG__actions{justify-content:flex-end;width:100%}}@media (max-width:480px){.page-module__4p4LlG__header{padding:12px 16px}.page-module__4p4LlG__actions{flex-direction:column}.page-module__4p4LlG__actions button{width:100%}}
.page-module__1SlGTG__page{flex-direction:column;gap:20px;display:flex}.page-module__1SlGTG__header{background:#fff;border-radius:8px;align-items:center;gap:16px;padding:16px 24px;display:flex}.page-module__1SlGTG__title{flex:1;margin:0;font-size:18px;font-weight:500}.page-module__1SlGTG__actions{gap:12px;display:flex}.page-module__1SlGTG__content{flex-direction:column;gap:20px;display:flex}.page-module__1SlGTG__mainForm{min-width:0}.page-module__1SlGTG__card{border-radius:8px}.page-module__1SlGTG__contentEditor{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.6}.page-module__1SlGTG__loading{justify-content:center;align-items:center;min-height:400px;display:flex}@media (max-width:1024px){.page-module__1SlGTG__content{gap:16px}}@media (max-width:768px){.page-module__1SlGTG__header{flex-wrap:wrap}.page-module__1SlGTG__title{order:-1;width:100%;margin-bottom:8px}.page-module__1SlGTG__actions{justify-content:flex-end;width:100%}}@media (max-width:480px){.page-module__1SlGTG__header{padding:12px 16px}.page-module__1SlGTG__actions{flex-direction:column}.page-module__1SlGTG__actions button{width:100%}}
.page-module__p9GVUW__page{flex-direction:column;gap:16px;display:flex}.page-module__p9GVUW__toolbar{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:16px 24px;display:flex}.page-module__p9GVUW__filters{flex-wrap:wrap;flex:1;gap:12px;min-width:0;display:flex}.page-module__p9GVUW__searchInput{width:240px}.page-module__p9GVUW__tableCard{background:#fff;border-radius:8px;padding:24px}.page-module__p9GVUW__tableCard .ant-table-row .ant-space{opacity:0;pointer-events:none;transition:opacity .2s}.page-module__p9GVUW__tableCard .ant-table-row:hover .ant-space{opacity:1;pointer-events:auto}@media (max-width:768px){.page-module__p9GVUW__toolbar{flex-direction:column;align-items:stretch}.page-module__p9GVUW__filters{flex-direction:column}.page-module__p9GVUW__searchInput{width:100%}}.page-module__p9GVUW__previewContent{padding:8px 0}.page-module__p9GVUW__previewMeta{align-items:center;gap:12px;margin-bottom:16px;display:flex}.page-module__p9GVUW__previewAuthor{color:#666;font-size:13px}.page-module__p9GVUW__previewDesc{color:#666;border-bottom:1px solid #f0f0f0;margin-bottom:20px;padding-bottom:16px;font-size:14px}.page-module__p9GVUW__tocSection{margin-top:16px}.page-module__p9GVUW__tocTitle{color:#1a1a1a;margin-bottom:16px;font-size:16px;font-weight:600}.page-module__p9GVUW__tocList{flex-direction:column;gap:16px;display:flex}.page-module__p9GVUW__tocChapter{background:#fafafa;border-radius:8px;padding:16px}.page-module__p9GVUW__tocChapterTitle{color:#1a1a1a;margin-bottom:12px;font-size:15px;font-weight:600}.page-module__p9GVUW__tocSections{flex-direction:column;gap:8px;padding-left:16px;display:flex}.page-module__p9GVUW__tocSectionItem{color:#666;background:#fff;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:14px;display:flex}.page-module__p9GVUW__tocSectionItem.page-module__p9GVUW__clickable{cursor:pointer;transition:all .2s}.page-module__p9GVUW__tocSectionItem.page-module__p9GVUW__clickable:hover{color:#1677ff;background:#e6f4ff}.page-module__p9GVUW__tocDuration{color:#999;font-size:12px}.page-module__p9GVUW__emptyToc{text-align:center;color:#999;background:#fafafa;border-radius:8px;padding:32px}.page-module__p9GVUW__sectionContent{padding:16px 0}.page-module__p9GVUW__markdownPreview{white-space:pre-wrap;word-wrap:break-word;color:#333;background:#fafafa;border-radius:8px;max-height:60vh;margin:0;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.8;overflow:auto}
.page-module__RXB3-G__page{flex-direction:column;gap:16px;display:flex}.page-module__RXB3-G__toolbar{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;box-shadow:0 1px 2px #00000008}.page-module__RXB3-G__filters{align-items:center;gap:12px;display:flex}.page-module__RXB3-G__searchInput{width:260px}.page-module__RXB3-G__roleSelect{width:120px}.page-module__RXB3-G__tableCard{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 2px #00000008}.page-module__RXB3-G__phone{color:#595959;font-family:Monaco,Menlo,monospace;font-size:13px}@media (max-width:768px){.page-module__RXB3-G__toolbar{flex-direction:column;align-items:stretch;gap:12px}.page-module__RXB3-G__filters{flex-wrap:wrap}.page-module__RXB3-G__searchInput{flex:1;width:100%;min-width:200px}.page-module__RXB3-G__roleSelect{width:100%}}@media (max-width:480px){.page-module__RXB3-G__toolbar{padding:12px 16px}.page-module__RXB3-G__tableCard{padding:12px}.page-module__RXB3-G__filters{flex-direction:column}.page-module__RXB3-G__filters>*{width:100%!important}}
