:root{--auth-accent: #145441;--auth-accent-hover: #145441;--auth-bg: #f3f5f4;--auth-card-bg: #ffffff;--auth-card-border: rgba(15, 61, 46, .08);--auth-text: #122018;--auth-muted: #66716c;--auth-input-bg: #ffffff;--auth-input-border: #d8e0dc;--auth-divider: #dde5e1;--auth-shadow: 0 12px 28px rgba(12, 28, 21, .08), 0 2px 6px rgba(12, 28, 21, .04)}@media(prefers-color-scheme:dark){:root{--auth-bg: #121212;--auth-card-bg: #222222;--auth-card-border: rgba(255, 255, 255, 0);--auth-text: #edf3ef;--auth-muted: #b0b0b0;--auth-input-bg: #333333;--auth-input-border: #29413800;--auth-divider: #26382f;--auth-shadow: 0 14px 30px rgba(0, 0, 0, .35), 0 2px 8px rgba(0, 0, 0, .2)}}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:32px 20px;background:var(--auth-bg);color:var(--auth-text);transition:background-color .22s ease-out,color .22s ease-out}.auth-card{width:100%;max-width:430px;padding:42px 36px 30px;border-radius:16px;background:var(--auth-card-bg);border:1px solid var(--auth-card-border);box-shadow:var(--auth-shadow);transition:transform .22s ease-out,box-shadow .22s ease-out,border-color .22s ease-out}.auth-card:hover{transform:translateY(-2px)}.auth-logo-wrap{display:flex;justify-content:center;margin-bottom:18px}.auth-logo{width:56px;height:56px;border-radius:14px;object-fit:contain}.auth-title{margin:0;text-align:center;color:var(--auth-text);font-size:30px;font-weight:600;line-height:1.2;letter-spacing:-.01em}.auth-subtitle{margin:10px 0 24px;text-align:center;color:var(--auth-muted);font-size:14px;line-height:1.6}.auth-form .ant-form-item-label>label{color:var(--auth-text);font-weight:500}.auth-input.ant-input,.auth-input.ant-input-affix-wrapper{height:42px;border-radius:12px;border-color:var(--auth-input-border);background:var(--auth-input-bg);color:var(--auth-text);transition:all .2s ease-out}.auth-input.ant-input::placeholder,.auth-input.ant-input-affix-wrapper input::placeholder{color:var(--auth-muted)}.auth-input.ant-input:hover,.auth-input.ant-input-affix-wrapper:hover{border-color:color-mix(in srgb,var(--auth-accent) 50%,#b4c3bc 50%)}.auth-input.ant-input:focus,.auth-input.ant-input-affix-wrapper-focused{border-color:var(--auth-accent);box-shadow:0 0 0 3px #0f3d2e29}.auth-input-icon{color:var(--auth-muted)}.auth-row-end{display:flex;justify-content:flex-end;margin-top:-4px;margin-bottom:14px}.auth-link-btn{padding:0;border:0;background:transparent;color:var(--auth-accent);font-size:13px;font-weight:500;cursor:pointer;transition:color .2s ease-out}.auth-link-btn:hover{color:var(--auth-accent-hover)}.auth-error{color:#d14343;font-size:13px;margin:0 0 12px}.auth-primary-btn.ant-btn{height:42px;border-radius:12px;border:1px solid var(--auth-accent);background:var(--auth-accent);font-size:15px;font-weight:600;transition:all .2s ease-out}.auth-primary-btn.ant-btn:hover,.auth-primary-btn.ant-btn:focus{background:var(--auth-accent-hover);border-color:var(--auth-accent-hover);transform:translateY(-1px);box-shadow:0 10px 20px #0f3d2e38}.auth-divider{position:relative;margin:18px 0 14px;text-align:center;color:var(--auth-muted);font-size:12px}.auth-divider:before,.auth-divider:after{content:"";position:absolute;top:50%;width:calc(50% - 64px);border-top:1px solid var(--auth-divider)}.auth-divider:before{left:0}.auth-divider:after{right:0}.auth-google-btn.ant-btn{height:42px;border-radius:12px;border:1px solid var(--auth-input-border);background:var(--auth-input-bg);color:var(--auth-text);font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease-out}.auth-google-btn.ant-btn:hover,.auth-google-btn.ant-btn:focus{border-color:color-mix(in srgb,var(--auth-accent) 45%,#a8b8b0 55%);color:var(--auth-text);transform:translateY(-1px)}.auth-footer-text{margin:18px 0 0;text-align:center;color:var(--auth-muted);font-size:13px}.auth-inline-link{color:var(--auth-accent);font-weight:500;text-decoration:none;transition:color .2s ease-out}.auth-inline-link:hover{color:var(--auth-accent-hover)}.auth-page-footer{color:var(--auth-muted);font-size:12px}.auth-footer-sep{margin:0 8px}.auth-step-tag{display:inline-flex;align-items:center;justify-content:center;min-width:82px;height:28px;padding:0 12px;margin:0 auto 12px;border-radius:999px;background:color-mix(in srgb,var(--auth-accent) 12%,transparent 88%);color:var(--auth-accent);font-size:12px;font-weight:600}.auth-code-row{display:grid;grid-template-columns:1fr auto;gap:10px}.auth-code-btn.ant-btn{height:42px;border-radius:12px;border:1px solid var(--auth-input-border);color:var(--auth-text);background:var(--auth-input-bg)}.auth-code-btn.ant-btn:hover,.auth-code-btn.ant-btn:focus{border-color:var(--auth-accent);color:var(--auth-accent)}.auth-back-link{display:inline-flex;justify-content:center;width:100%;margin-top:14px;font-size:13px}@media(max-width:520px){.auth-page{padding:18px 12px}.auth-card{padding:32px 20px 24px;border-radius:14px}.auth-title{font-size:26px}.auth-code-row{grid-template-columns:1fr}}.usage-table-select-popup .ant-select-item,.usage-table-select-popup .ant-select-item-option-content,.ant-select-selection-item,.ant-select-selection-placeholder{font-size:14px!important}.sidebar-user-footer{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;border-radius:8px;margin:4px;transition:background .2s}.sidebar-user-footer:hover{background:#0000000a}.sidebar-user-footer--collapsed{justify-content:center;padding:10px 0;margin:4px auto}.sidebar-user-footer__avatar{flex-shrink:0;background:#0f3d2e;color:#fff;font-weight:600}.sidebar-user-footer__text{display:flex;flex-direction:column;overflow:hidden}.sidebar-user-popover-overlay .ant-popover-inner{padding:6px;border-radius:12px;min-width:220px;box-shadow:0 8px 24px #0000001f}.sidebar-user-popover__header{display:flex;align-items:center;gap:10px;padding:8px 6px}.sidebar-user-popover__avatar{flex-shrink:0;background:#0f3d2e;color:#fff;font-weight:600}.sidebar-user-popover__info{display:flex;flex-direction:column;overflow:hidden}.sidebar-user-popover__divider{height:1px;background:#0000000f;margin:4px 0}.sidebar-user-popover__item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;cursor:pointer;font-size:14px;color:#000000bf;transition:background .15s}.sidebar-user-popover__item:hover{background:#0000000a}.sidebar-user-popover__item--vip{color:#b8860b}.sidebar-user-popover__item--vip .anticon{color:#d4a017}.sidebar-user-popover__item--danger,.sidebar-user-popover__item--danger .anticon{color:#ff4d4f}.sidebar-user-popover__item--danger:hover{background:#ff4d4f0f}.sidebar-user-popover__item--lang{flex-wrap:wrap;cursor:default;align-items:flex-start}.sidebar-user-popover__item--lang:hover{background:transparent}.sidebar-user-popover__lang-list{display:flex;gap:6px;flex-wrap:wrap;margin-left:auto}.sidebar-user-popover__lang-opt{padding:2px 8px;border-radius:4px;font-size:12px;cursor:pointer;color:#00000080;border:1px solid transparent;transition:all .15s}.sidebar-user-popover__lang-opt:hover{background:#0000000a;color:#000000bf}.sidebar-user-popover__lang-opt--active{background:#0f3d2e14;color:#0f3d2e;font-weight:600;border-color:#0f3d2e33}.ant-pro-layout{min-height:100vh}:root{font-family:Inter,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;min-height:100%}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6f5;color:#1b2b22;line-height:1.5}[data-theme-mode=dark] body{background:#0b110e;color:#eef6f1}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;letter-spacing:-.01em}h1{font-size:30px}h2{font-size:24px}h3{font-size:20px}a{color:#0f3d2e;transition:color .2s ease}a:hover{color:#145441}[data-theme-mode=dark] a{color:#7ac6a0}[data-theme-mode=dark] a:hover{color:#9adabc}.ant-btn{font-size:12px!important;font-weight:600!important;transition:all .2s ease}.ant-btn:not(.ant-btn-text):not(.ant-btn-link):hover{transform:translateY(-1px)}.ant-btn-primary:not(:disabled):hover{box-shadow:0 10px 20px #0f3d2e33}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{transition:all .2s ease}.ant-input:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{box-shadow:0 0 0 3px #0f3d2e24!important}[data-theme-mode=dark] .ant-input:focus,[data-theme-mode=dark] .ant-input-affix-wrapper-focused,[data-theme-mode=dark] .ant-select-focused .ant-select-selector,[data-theme-mode=dark] .ant-picker-focused{box-shadow:0 0 0 3px #5ea88633!important}.ant-form-item{margin-bottom:20px}.ant-form-item-label>label{font-weight:500}[data-theme-mode=dark] .ant-modal-content,[data-theme-mode=dark] .ant-drawer-content,[data-theme-mode=dark] .ant-card,[data-theme-mode=dark] .ant-dropdown .ant-dropdown-menu{box-shadow:0 12px 32px #0000004d,0 2px 10px #00000038}.ant-table-wrapper .ant-table{border:1px solid rgba(15,61,46,.08);border-radius:14px;overflow:hidden}.ant-table-wrapper .ant-table-thead>tr>th{font-weight:600}.ant-table-wrapper .ant-table-tbody>tr>td,.ant-table-wrapper .ant-table-thead>tr>th{border-bottom:1px solid rgba(15,61,46,.08)!important}.ant-table-wrapper .ant-table-tbody>tr.ant-table-row:hover>td{background:#d5d5d5!important}[data-theme-mode=dark] .ant-table-wrapper .ant-table{border-color:#b0d3c024}[data-theme-mode=dark] .ant-table-wrapper .ant-table-tbody>tr>td,[data-theme-mode=dark] .ant-table-wrapper .ant-table-thead>tr>th{border-bottom-color:#b0d3c024!important}[data-theme-mode=dark] .ant-table-wrapper .ant-table-tbody>tr.ant-table-row:hover>td{background:#1a2a21!important}.ant-tag{border:none;font-weight:500;padding-inline:10px}.ant-dropdown-menu-item,.ant-dropdown-menu-submenu-title{border-radius:10px;margin:2px 6px}.ant-pro-global-header-header-actions-item>*:hover{background-color:transparent!important}.ant-layout,.ant-layout-content,.ant-pro-layout{background:transparent}.ant-pro-layout .ant-pro-layout-content{padding:24px;max-width:1440px;margin:0 auto}.ant-pro-layout .ant-page-header{padding-inline:24px}.ant-pro-card,.ant-pro-table,.ant-pro-table-search{border-radius:16px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section-title{margin:0;font-size:16px;font-weight:600}.content-block{margin-bottom:16px}.muted-text{margin:0;color:#526159d1}[data-theme-mode=dark] .muted-text{color:#c3d3cae0}.list-scroll{max-height:200px;overflow-y:auto;margin:0;padding-left:20px;list-style:none}.clickable-row{cursor:pointer}.rich-text-editor__wrapper{border:1px solid #d9d9d9;border-radius:6px;padding:6px 10px;transition:all .2s ease}.rich-text-editor__wrapper:focus-within{border-color:#4096ff;box-shadow:0 0 0 2px #0591ff1a}.rich-text-editor__content{width:100%;border:0;border-radius:6px;background:transparent;outline:none;box-shadow:none;font-size:14px;line-height:1.5715;word-break:break-word}.rich-text-editor__content p{margin:0 0 10px}.rich-text-editor__content p:last-child{margin-bottom:0}.rich-text-editor__content ul,.rich-text-editor__content ol{margin:8px 0 8px 20px;padding:0}.rich-text-editor__content img{max-width:100%;height:auto;display:block;margin:8px 0}.rich-text-editor__content p.is-editor-empty:first-child:before{color:#00000040;content:attr(data-placeholder);float:left;height:0;pointer-events:none}@media(max-width:767px){.content-detail-layout .ant-form-item{margin-bottom:8px!important}.content-detail-layout .ant-input,.content-detail-layout .ant-select-selector,.content-detail-layout .ant-input-number,.content-detail-layout .ant-picker,.content-detail-layout .ant-input-number-input{height:26px!important;font-size:10px!important;line-height:24px!important}.content-detail-layout .ant-input-number-handler-wrap{opacity:1!important}.content-detail-layout .ant-select-selection-search-input{height:24px!important}.content-detail-layout .ant-form-item-label>label{font-size:10px!important;height:auto!important;line-height:1.4!important}.content-detail-layout .ant-select-selection-item,.content-detail-layout .ant-select-selection-placeholder{font-size:10px!important;line-height:24px!important}.content-detail-layout .ant-btn{height:26px!important;font-size:10px!important;padding:0 10px!important}.content-detail-layout .ant-btn-icon-only{width:26px!important;padding:0!important}.content-detail-layout .ant-checkbox-wrapper,.content-detail-layout .ant-radio-wrapper{font-size:10px!important}.content-detail-layout .ant-form-item-explain,.content-detail-layout .ant-form-item-extra{font-size:9px!important}.content-detail-layout .ant-select-selection-item,.list-page-container .ant-select-selection-item{height:18px!important;font-size:9px!important;padding:0 4px!important;line-height:18px!important;margin:2px!important}.content-detail-layout .ant-select-selector,.list-page-container .ant-select-selector{max-height:60px!important;overflow-y:auto!important}.list-page-container.ant-card{padding:12px!important}.list-page-container .ant-card-head{padding:0 12px!important;min-height:40px!important}.list-page-container .ant-card-head-title{font-size:12px!important;padding:8px 0!important}.list-page-container .ant-card-body{padding:12px!important}.list-page-container .ant-row{row-gap:8px!important;column-gap:8px!important}.list-page-container .ant-input,.list-page-container .ant-input-search{height:26px!important;font-size:10px!important;line-height:24px!important}.list-page-container .ant-input-search .ant-input,.list-page-container .ant-input-search-button{height:26px!important}.list-page-container .ant-tabs-tab{font-size:11px!important;padding:6px 10px!important;margin:0 4px 0 0!important}.list-page-container .ant-tabs-nav{margin-bottom:8px!important}.list-page-container .ant-table{font-size:10px!important}.list-page-container .ant-table-thead>tr>th{font-size:10px!important;font-weight:600!important;padding:6px 8px!important}.list-page-container .ant-table-tbody>tr>td{padding:6px 8px!important}.list-page-container .ant-table-cell,.list-page-container .ant-pagination{font-size:10px!important}.list-page-container .ant-pagination-item{min-width:24px!important;height:24px!important;line-height:22px!important;font-size:10px!important}.list-page-container .ant-pagination-prev,.list-page-container .ant-pagination-next{min-width:24px!important;height:24px!important;line-height:22px!important}.list-page-container .ant-btn{height:26px!important;font-size:10px!important;padding:0 10px!important}.list-page-container .ant-btn-icon-only{width:26px!important;padding:0!important}.list-page-container .ant-tag{font-size:9px!important;padding:0 6px!important;line-height:18px!important;height:18px!important;margin:2px!important}.list-page-container .ant-dropdown-menu-item{font-size:10px!important;padding:4px 8px!important;min-height:28px!important}.list-page-container .ant-checkbox-wrapper,.list-page-container .ant-empty-description,.list-page-container .ant-typography{font-size:10px!important}.list-page-container .ant-typography-secondary{font-size:9px!important}}.ant-collapse{border:none!important;background:transparent!important}.ant-collapse-item{border:none!important;border-radius:0!important}.ant-collapse-header{border-radius:0!important;padding:12px 0!important}.ant-collapse-content{border-top:none!important;background:transparent!important}.ant-collapse-content-box{padding:12px 0!important}
