.basic-layout{min-height:100vh}.logo{height:64px;display:flex;align-items:center;justify-content:center;background:#ffffff1a}.logo h1{color:#fff;margin:0;font-size:20px;font-weight:700}.header-content{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 24px}.header-left{display:flex;align-items:center}.trigger{padding:0 24px;font-size:18px;cursor:pointer;transition:color .3s}.trigger:hover{color:#1890ff}.header-right{display:flex;align-items:center;gap:16px}.theme-toggle{display:flex;align-items:center;gap:6px;cursor:pointer;padding:6px 10px;border-radius:16px;transition:background-color .2s,color .2s;font-size:13px}.theme-toggle-text{-webkit-user-select:none;user-select:none}.user-info{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:4px;transition:background-color .3s}.user-info:hover{background-color:#0000000a}.username{font-size:14px}@media (max-width: 768px){.header-content{padding:0 16px}.trigger{padding:0 16px;font-size:20px}.user-info,.theme-toggle{padding:4px 8px}.layout-content{overflow-x:auto}.mobile-sider{display:none!important}}@media (min-width: 769px) and (max-width: 1024px){.header-content,.trigger{padding:0 20px}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:#141414}.login-card{position:relative;width:100%;max-width:400px;background:#1f1f1f;border-radius:8px;padding:40px;box-shadow:0 2px 8px #0000004d}.login-card .ant-card-body{padding:0}.login-header{text-align:center;margin-bottom:32px}.login-title{margin:0!important;font-size:24px;font-weight:500;color:#fff}.login-form{margin-top:0}.login-type-selector{margin-bottom:16px}.login-radio-group{width:100%;display:flex;gap:0}.login-radio-group .ant-radio-button-wrapper{flex:1;text-align:center;border-radius:4px;border:1px solid #434343;background:transparent;color:#a0a0a0;transition:all .2s ease}.login-radio-group .ant-radio-button-wrapper:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.login-radio-group .ant-radio-button-wrapper:last-child{border-top-left-radius:0;border-bottom-left-radius:0;border-left:none}.login-radio-group .ant-radio-button-wrapper-checked{background:#177ddc;border-color:#177ddc;color:#fff;z-index:1}.login-input{border-radius:4px;background:#141414!important;border-color:#434343;color:#fff;transition:all .2s ease}.login-input:hover{border-color:#595959;background:#141414!important}.login-input:focus,.login-input-focused,.login-input.ant-input-affix-wrapper-focused{border-color:#177ddc;box-shadow:0 0 0 2px #177ddc33;background:#141414!important}.login-input input{background:#141414!important;color:#fff!important}.login-input input:hover{background:#141414!important}.login-input input:focus{background:#141414!important;color:#fff!important}.login-input input::placeholder{color:#595959!important}.login-input .ant-input-password{background:#141414!important;color:#fff!important}.login-input .ant-input-password:hover,.login-input .ant-input-password.ant-input-affix-wrapper-focused{background:#141414!important}.login-input .ant-input-password input{background:#141414!important;color:#fff!important}.login-input .ant-input-password input:hover{background:#141414!important}.login-input .ant-input-password input:focus{background:#141414!important;color:#fff!important}.login-input .ant-input-password input::placeholder{color:#595959!important}.login-input .ant-input-affix-wrapper,.login-input .ant-input-affix-wrapper:hover,.login-input .ant-input-affix-wrapper-focused{background:#141414!important}.login-input .ant-input-prefix{color:#a0a0a0}.login-input .ant-input-prefix svg{color:#a0a0a0}.login-submit{margin-top:24px;margin-bottom:0}.login-submit .ant-btn-primary{height:40px;border-radius:4px;font-size:16px;font-weight:500}@media (max-width: 480px){.login-card{padding:32px 24px;margin:20px}.login-title{font-size:20px!important}}.rich-text-editor-tiptap{border:1px solid #d9d9d9;border-radius:6px;background:#fff;transition:all .3s}.rich-text-editor-tiptap:hover{border-color:#4096ff}.rich-text-editor-tiptap:focus-within{border-color:#4096ff;box-shadow:0 0 0 2px #0591ff1a}.rich-text-editor-toolbar{padding:8px 12px;border-bottom:1px solid #f0f0f0;background:#fafafa;border-radius:6px 6px 0 0;display:flex;flex-wrap:wrap;gap:4px}.rich-text-editor-wrapper{padding:12px;min-height:200px}.rich-text-editor-content{outline:none;min-height:150px}.rich-text-editor-content p{margin:.5em 0}.rich-text-editor-content p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#bfbfbf;pointer-events:none;height:0}.rich-text-editor-content h1{font-size:2em;font-weight:700;margin:.5em 0}.rich-text-editor-content h2{font-size:1.5em;font-weight:700;margin:.5em 0}.rich-text-editor-content h3{font-size:1.17em;font-weight:700;margin:.5em 0}.rich-text-editor-content ul,.rich-text-editor-content ol{padding-left:1.5em;margin:.5em 0}.rich-text-editor-content li{margin:.25em 0}.rich-text-editor-content a{color:#1890ff;text-decoration:underline;cursor:pointer}.rich-text-editor-content a:hover{color:#40a9ff}.rich-text-editor-content img{max-width:100%;height:auto;display:block;margin:.5em 0;border-radius:4px}.rich-text-editor-content blockquote{border-left:3px solid #d9d9d9;padding-left:1em;margin:.5em 0;color:#666}.rich-text-editor-content code{background:#f5f5f5;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.rich-text-editor-content pre{background:#f5f5f5;padding:1em;border-radius:4px;overflow-x:auto;margin:.5em 0}.rich-text-editor-content pre code{background:none;padding:0}[data-theme=dark] .rich-text-editor-tiptap{background:#141414;border-color:#434343}[data-theme=dark] .rich-text-editor-tiptap:hover{border-color:#4096ff}[data-theme=dark] .rich-text-editor-toolbar{background:#1f1f1f;border-bottom-color:#434343}[data-theme=dark] .rich-text-editor-content{color:#ffffffd9}[data-theme=dark] .rich-text-editor-content p.is-editor-empty:first-child:before{color:#8c8c8c}[data-theme=dark] .rich-text-editor-content blockquote{border-left-color:#434343;color:#ffffffa6}[data-theme=dark] .rich-text-editor-content code,[data-theme=dark] .rich-text-editor-content pre{background:#262626;color:#ffffffd9}.ProseMirror,.ProseMirror-focused{outline:none}.ProseMirror-selectednode{outline:2px solid #1890ff}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:#f0f2f5}[data-theme=dark] body{background-color:#000;color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width: 768px){body{font-size:14px}.layout-content>div{padding:16px!important}.layout-content>div>div:first-child{margin-bottom:16px!important}.layout-content>div>div:first-child>h2{font-size:18px!important;margin-bottom:8px!important}.layout-content>div>div:first-child>div{font-size:12px!important;margin-top:4px!important}h2{font-size:18px!important}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{min-width:600px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 4px!important;font-size:12px}.ant-form-item{margin-bottom:16px}.ant-form-item-label{padding-bottom:4px!important}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important;top:0;padding-bottom:0}.ant-modal-content{max-height:calc(100vh - 32px);overflow-y:auto}.ant-modal-header,.ant-modal-body{padding:16px!important}.ant-modal-footer{padding:12px 16px!important}.ant-card{margin-bottom:16px}.ant-card-head{padding:12px 16px!important;min-height:48px}.ant-card-body{padding:16px!important}.ant-space{flex-wrap:wrap;width:100%}.ant-space-item{width:100%}.ant-space-horizontal>.ant-space-item{width:100%;margin-bottom:8px}.ant-space-horizontal>.ant-space-item:last-child{margin-bottom:0}.ant-input-search.ant-input-search-enter-button>.ant-input-group>.ant-input{width:100%}.ant-btn-group{display:flex;flex-wrap:wrap}.ant-input-search,.ant-select{width:100%!important;margin-bottom:8px}.ant-btn{font-size:14px;height:36px;padding:4px 12px}.ant-input,.ant-input-number{font-size:14px}.ant-tag{font-size:12px;padding:2px 8px;margin:2px}.ant-pagination{margin:16px 0!important}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{min-width:32px;height:32px;line-height:32px}.ant-transfer{width:100%!important}.ant-transfer-list{width:calc(50% - 8px)!important}.ant-upload{width:100%}.ant-drawer-content-wrapper{width:280px!important}.ant-statistic-title{font-size:12px!important}.ant-statistic-content{font-size:20px!important}.ant-row{margin-left:-8px!important;margin-right:-8px!important}.ant-col{padding-left:8px!important;padding-right:8px!important}}@media (min-width: 769px) and (max-width: 1024px){body{font-size:14px}}
