body:has(.login-wrapper){margin:0;overflow:hidden}body:has(.login-wrapper) #root{min-width:100%;height:100dvh}.login-wrapper{--login-theme: #08785c;--login-accent: var(--login-theme);--login-accent-dark: color-mix(in srgb, var(--login-theme) 76%, #000);box-sizing:border-box;width:100%;height:100dvh;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;padding:24px;color:#172b25;background-color:color-mix(in srgb,var(--login-theme) 52%,#071b18);background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),radial-gradient(circle at 18% 15%,color-mix(in srgb,var(--login-theme) 58%,transparent),transparent 32%),linear-gradient(145deg,color-mix(in srgb,var(--login-theme) 56%,#071b18),color-mix(in srgb,var(--login-theme) 32%,#061713) 58%,color-mix(in srgb,var(--login-theme) 66%,#09251f));background-size:34px 34px,34px 34px,auto,auto;font-family:Segoe UI Variable,Microsoft YaHei UI,sans-serif}.login-wrapper:before{content:"";position:absolute;width:420px;height:420px;right:-170px;bottom:-210px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 70px #ffffff06,0 0 0 140px #ffffff05}.login-loading{padding:0}.login-language{position:absolute;top:24px;right:28px;z-index:2}.login-language .ant-select{width:112px}.login-language .ant-select-selector{color:#fff!important;background:#ffffff1a!important;border-color:#ffffff38!important;box-shadow:none!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-language .ant-select-arrow{color:#ffffffd1}.login-form{box-sizing:border-box;width:100%;max-width:400px;z-index:1;padding:32px;background:#fffffffa;border:1px solid rgba(255,255,255,.6);border-radius:8px;box-shadow:0 26px 70px #00141047;animation:login-panel-in .5s ease-out both}.login-header{margin-bottom:32px;text-align:center}.login-brand-mark{display:inline-grid;place-items:center;width:48px;height:48px;margin-bottom:16px;color:#fff;background:var(--login-accent);border-radius:8px;box-shadow:0 9px 22px color-mix(in srgb,var(--login-theme) 30%,transparent);font-size:23px}.login-title{margin:0;color:#15332b;font-size:28px;font-weight:700;line-height:1.3;letter-spacing:0}.login-subtitle{margin:7px 0 0;color:#7a8d87;font-size:14px}.form-item{margin-bottom:20px}.form-item label{display:block;margin-bottom:8px;color:#324a43;font-size:14px;font-weight:600}.form-item>.ant-input-affix-wrapper,.form-item>.ant-input{width:100%;min-height:48px;padding:0 14px;color:#18362e;background:#f5f8f7!important;border:1px solid #dce6e2;border-radius:6px;font-size:15px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.form-item>.ant-input-affix-wrapper:hover,.form-item>.ant-input:hover{border-color:#82b8a9}.form-item>.ant-input-affix-wrapper-focused,.form-item>.ant-input:focus{background:#fff!important;border-color:var(--login-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--login-theme) 14%,transparent)}.form-item .ant-input-prefix{margin-right:10px;color:#82978f}.form-item .ant-input-affix-wrapper .ant-input{color:#18362e;background:transparent!important;font-size:15px}.login-options{margin-top:2px}.submit-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:50px;margin-top:28px;color:#fff;background:var(--login-accent);border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.submit-button:hover:not(:disabled){background:var(--login-accent-dark);transform:translateY(-1px);box-shadow:0 10px 24px color-mix(in srgb,var(--login-theme) 28%,transparent)}.submit-button:active{transform:translateY(0)}.submit-button:disabled{cursor:wait;opacity:.68}.login-options .ant-checkbox-wrapper{color:#5d716b;font-size:14px}.login-options .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--login-accent);border-color:var(--login-accent)}.login-options .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:var(--login-accent)}@keyframes login-panel-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.login-wrapper{padding:60px 16px 16px}.login-language{top:18px;right:16px}.login-form{padding:26px 22px}}@media (prefers-reduced-motion: reduce){.login-form{animation:none}}.mobile-login-wrapper{align-items:center;height:100dvh;padding:max(54px,calc(env(safe-area-inset-top) + 44px)) 16px max(12px,env(safe-area-inset-bottom));overflow:hidden}.mobile-login-wrapper .mobile-login-language{position:absolute;top:max(18px,env(safe-area-inset-top));right:16px;z-index:2}.mobile-login-wrapper .mobile-login-language .ant-select{width:104px}.mobile-login-wrapper .mobile-login-language .ant-select-selector{color:#fff!important;background:#ffffff1a!important;border-color:#ffffff38!important;box-shadow:none!important}.mobile-login-wrapper .mobile-login-language .ant-select-arrow{color:#ffffffd1}.mobile-login-wrapper .mobile-login-form{max-width:400px;padding:22px 24px 18px}.mobile-login-wrapper .mobile-login-header{margin-bottom:16px;text-align:center}.mobile-login-wrapper .login-title{font-size:24px}.mobile-login-wrapper .form-item{margin-bottom:10px}.mobile-login-wrapper .mobile-login-options{margin-top:2px}.mobile-login-wrapper .mobile-home-link{display:flex;align-items:center;justify-content:center;gap:7px;align-self:center;margin:8px auto 0;padding:5px 10px;color:#60756e;background:transparent;border:none;font-size:14px;cursor:pointer}.mobile-login-wrapper .mobile-home-link:hover{color:var(--login-accent)}@media (max-width: 360px){.mobile-login-wrapper{padding-right:12px;padding-left:12px}.mobile-login-wrapper .mobile-login-form{padding-right:18px;padding-left:18px}}.qr-code-content{text-align:center;padding:20px 0}.qr-code-container{margin-bottom:20px;display:flex;justify-content:center;align-items:center;min-height:200px}.qr-code-image{max-width:100%;max-height:200px;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 2px 8px #0000001a}.qr-code-error{color:#ff4d4f;font-size:14px;padding:20px;border:1px dashed #ffccc7;border-radius:8px;background-color:#fff2f0}.qr-code-description{color:#666;font-size:14px;line-height:1.5;margin:0;padding:0 20px}.qr-code-instructions{margin-top:20px;padding:0 20px;text-align:left}.qr-code-instructions h4{color:#333;font-size:16px;font-weight:600;margin:0 0 12px;text-align:center}.instruction-steps{color:#555;font-size:14px;line-height:1.6;margin:0;padding-left:20px}.instruction-steps li{margin-bottom:8px}.instruction-steps li:last-child{margin-bottom:0}.ant-modal-header{border-bottom:1px solid #f0f0f0;text-align:center}.ant-modal-title{font-weight:600;color:#1a1a1a;text-align:center}.ant-modal-close{color:#999}.ant-modal-close:hover{color:#666}.ant-modal-footer{text-align:center}.ant-modal-footer .ant-btn{margin:0 auto}._adminLayout_19y7z_1{width:100%;min-height:100vh;min-height:100dvh}._logo_19y7z_13{height:32px;margin:16px;color:#fff;font-size:18px;font-weight:700;text-align:center;line-height:32px}._header_19y7z_33{padding:0 24px;background:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 4px #00152914}._headerLeft_19y7z_51{display:flex;align-items:center;gap:16px}._trigger_19y7z_63{font-size:18px;cursor:pointer;transition:color .3s}._trigger_19y7z_63:hover{color:#1890ff}._headerRight_19y7z_83{display:flex;align-items:center;gap:16px}._headerRight_19y7z_83 .ant-select{min-width:100px}._headerRight_19y7z_83 .ant-select-selector{border-radius:4px}._headerRight_19y7z_83 .ant-select-selection-item{display:flex;align-items:center}._userInfo_19y7z_121{display:flex;align-items:center;cursor:pointer}._username_19y7z_133{margin-left:8px}._content_19y7z_141{height:calc(100vh - 128px);display:flex;flex-direction:column;background:#f5f6fa;margin:10px}._breadcrumb_19y7z_157{margin:0;line-height:64px}._breadcrumbItem_19y7z_167{cursor:pointer}._breadcrumbItem_19y7z_167:hover{color:#1890ff}._contentContainer_19y7z_183{flex:1;overflow:auto;min-height:0;padding:24px;background:#fff;border-radius:2px}._mobileLayout_cfju8_1{min-height:100vh;background:#f5f6fa;display:flex;flex-direction:column}._header_cfju8_15{background:#fff;display:flex;justify-content:space-between;align-items:center;height:48px;padding:0 12px;box-shadow:0 1px 4px #00152914;position:sticky;top:0;z-index:10}._headerLeft_cfju8_41{display:flex;align-items:center;gap:8px}._menuButton_cfju8_53{font-size:20px;color:#333;background:none;border:none;padding:0}._pageTitle_cfju8_69{font-size:18px;font-weight:700;margin:0 0 0 8px;color:#222;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._headerRight_cfju8_91{display:flex;align-items:center;gap:8px}._userInfo_cfju8_103{display:flex;align-items:center;cursor:pointer}._username_cfju8_115{margin-left:6px;font-size:14px;color:#333;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._content_cfju8_135{flex:1;overflow:auto;background:#f5f6fa;padding:8px 0 56px}._contentContainer_cfju8_149{padding:8px 8px 0;min-height:0}._bottomNav_cfju8_159{position:fixed;left:0;right:0;bottom:0;height:56px;background:#fff;display:flex;border-top:1px solid #eee;z-index:20}._navItem_cfju8_183{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#888;font-size:12px;cursor:pointer;transition:color .2s}._navItem_cfju8_183:active,._navItem_cfju8_183:hover{color:#1890ff}._active_cfju8_217{color:#1890ff;font-weight:700}._navIcon_cfju8_227{font-size:22px;margin-bottom:2px}._menuDrawer_cfju8_237{padding:0}._menu_cfju8_53{border:none}._container_yjlun_1{display:flex;flex-direction:column;height:100vh;background:#f5f6fa}._toolbar_yjlun_15{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;background:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 1px 4px #00152914}._backBtn_yjlun_35{padding-left:0}._content_yjlun_43{display:flex;flex:1;overflow:hidden;position:relative}._sidebar_yjlun_57{width:280px;background:#fff;border-right:1px solid #e8e8e8;overflow-y:auto;overflow-x:hidden;padding:16px;position:sticky;top:0;align-self:flex-start;height:calc(100vh - 64px);max-height:calc(100vh - 64px);flex-shrink:0}._toc_yjlun_87{margin-bottom:16px}._tocItem_yjlun_95{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;margin:2px 0;border-radius:4px;cursor:pointer;transition:all .2s}._tocItem_yjlun_95:hover{background:#f0f0f0}._tocItem_yjlun_95._active_yjlun_125{background:#e6f7ff;color:#1890ff;font-weight:500}._tocTitle_yjlun_137{flex:1;font-size:14px;display:flex;align-items:center}._tocPage_yjlun_151{color:#999;font-size:12px;margin-left:8px}._expandIcon_yjlun_165{margin-right:8px;font-size:12px;transition:transform .2s;display:inline-flex;align-items:center}._subMenu_yjlun_183{margin-left:12px;border-left:2px solid #e8e8e8;padding-left:8px}._subItem_yjlun_197{font-size:13px;padding:6px 10px}._subItem_yjlun_197 ._tocTitle_yjlun_137{font-size:13px}._mainContent_yjlun_215{flex:1;padding:32px;overflow-y:auto;overflow-x:hidden;background:#fafafa;height:calc(100vh - 64px);max-height:calc(100vh - 64px)}._codeBlock_yjlun_235{background:#f6f8fa;border:1px solid #e1e4e8;border-radius:6px;padding:20px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.6;overflow-x:auto;margin:16px 0 24px;box-shadow:0 2px 4px #0000000d;position:relative}._codeBlock_yjlun_235:before{content:"CODE";position:absolute;top:8px;right:12px;font-size:10px;color:#8c8c8c;font-family:sans-serif;letter-spacing:1px}.ant-table-thead>tr>th{background:#f8f9fa;font-weight:600;padding:14px 16px;font-size:14px;color:#262626;border-bottom:2px solid #e8e8e8}.ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0;padding:12px 16px;font-size:13px;color:#595959}.ant-table-tbody>tr:hover>td{background:#fafafa}.ant-table{margin:16px 0 24px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.ant-table-wrapper{margin:16px 0 24px}.ant-table-container{border:1px solid #f0f0f0;border-radius:8px}.ant-table-thead>tr:first-child>th:first-child{border-top-left-radius:8px}.ant-table-thead>tr:first-child>th:last-child{border-top-right-radius:8px}.ant-typography h2{margin-top:32px!important;margin-bottom:20px!important;padding-bottom:12px!important;border-bottom:2px solid #1890ff!important;font-size:24px!important;font-weight:600!important;color:#262626!important}.ant-typography h3{margin-top:28px!important;margin-bottom:16px!important;font-size:18px!important;font-weight:600!important;color:#262626!important;position:relative;padding-left:12px}.ant-typography h3:before{content:"";position:absolute;left:0;top:6px;width:4px;height:16px;background:#1890ff;border-radius:2px}.ant-typography p{margin-bottom:16px!important;line-height:1.8!important;font-size:14px!important;color:#595959!important}.ant-typography code{background:#f0f5ff;border:1px solid #d6e4ff;padding:2px 8px;border-radius:4px;font-size:13px;color:#1890ff;font-family:Monaco,Menlo,Ubuntu Mono,monospace}._contentSection_yjlun_481{background:#fff;padding:32px;margin-bottom:20px;border-radius:8px;box-shadow:0 1px 4px #00000014;transition:box-shadow .3s ease}._contentSection_yjlun_481:hover{box-shadow:0 2px 8px #0000001f}._mainContent_yjlun_215::-webkit-scrollbar{width:8px}._mainContent_yjlun_215::-webkit-scrollbar-track{background:#f0f0f0}._mainContent_yjlun_215::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:4px}._mainContent_yjlun_215::-webkit-scrollbar-thumb:hover{background:#999}._sidebar_yjlun_57::-webkit-scrollbar{width:6px}._sidebar_yjlun_57::-webkit-scrollbar-track{background:#f0f0f0}._sidebar_yjlun_57::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}._sidebar_yjlun_57::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.ant-typography code{-webkit-user-select:all;user-select:all}@media (max-width: 768px){._content_yjlun_43{flex-direction:column}._sidebar_yjlun_57{position:relative;top:auto;width:100%;height:200px;max-height:200px;border-right:none;border-bottom:1px solid #e8e8e8}._mainContent_yjlun_215{padding:20px;height:auto;max-height:none}._contentSection_yjlun_481{padding:20px}.ant-typography h2{font-size:20px!important}.ant-typography h3{font-size:16px!important}.ant-table{font-size:12px}}html,body,#root{width:100%;min-height:100%}body{margin:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-sm{font-size:var(--font-size-sm)}.text-base{font-size:var(--font-size-base)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.m-0{margin:0}.mt-1{margin-top:var(--spacing-xs)}.mt-2{margin-top:var(--spacing-sm)}.mt-3{margin-top:var(--spacing-md)}.mt-4{margin-top:var(--spacing-lg)}.mt-5{margin-top:var(--spacing-xl)}.mb-1{margin-bottom:var(--spacing-xs)}.mb-2{margin-bottom:var(--spacing-sm)}.mb-3{margin-bottom:var(--spacing-md)}.mb-4{margin-bottom:var(--spacing-lg)}.mb-5{margin-bottom:var(--spacing-xl)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.rounded-sm{border-radius:var(--border-radius-sm)}.rounded-md{border-radius:var(--border-radius-md)}.rounded-lg{border-radius:var(--border-radius-lg)}
