html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--admin-blue: #0A84FF;--admin-bg: #F2F2F7;--admin-panel: rgba(255, 255, 255, .88);--admin-panel-solid: #FFFFFF;--admin-fixed-hover: #EDF5FF;--admin-glass: rgba(255, 255, 255, .72);--admin-label: #111827;--admin-secondary: #6B7280;--admin-tertiary: #9CA3AF;--admin-line: rgba(17, 24, 39, .08);--admin-soft-line: rgba(17, 24, 39, .05);--admin-shadow: 0 26px 80px rgba(15, 23, 42, .1);--admin-soft-shadow: 0 14px 38px rgba(15, 23, 42, .06);--admin-sidebar-width: 286px}body[data-admin-theme=dark]{--admin-bg: #0A0A0A;--admin-panel: rgba(10, 10, 10, .86);--admin-panel-solid: #0A0A0A;--admin-fixed-hover: #171717;--admin-glass: rgba(10, 10, 10, .74);--admin-label: #E5E7EB;--admin-secondary: #A3A3A3;--admin-tertiary: #737373;--admin-line: rgba(255, 255, 255, .14);--admin-soft-line: rgba(255, 255, 255, .08);--admin-shadow: 0 26px 80px rgba(0, 0, 0, .5);--admin-soft-shadow: 0 14px 38px rgba(0, 0, 0, .32);color-scheme:dark}*{box-sizing:border-box}body{margin:0;color:var(--admin-label);background:var(--admin-panel-solid);font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,PingFang SC,Helvetica Neue,Segoe UI,Roboto,Noto Sans SC,sans-serif;-webkit-font-smoothing:antialiased}body[data-admin-theme=dark]{background:var(--admin-panel-solid)}body,#root{min-height:100vh}a{color:var(--admin-blue)}.admin-shell{min-height:100vh;display:grid;grid-template-columns:var(--admin-sidebar-width) minmax(0,1fr);gap:0;padding:0;background:var(--admin-panel-solid)}.admin-sidebar,.admin-topbar{background:var(--admin-panel-solid);border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.admin-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:22px 18px;border-radius:0;border-right:1px solid var(--admin-line);overflow:hidden}.admin-brand{display:flex;align-items:center;gap:14px;padding:8px 10px 22px}.admin-brand-mark{width:48px;height:48px;display:grid;place-items:center;color:#fff;border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.36),transparent 34%),linear-gradient(135deg,#0a84ff,#60b4ff);box-shadow:0 14px 28px #0a84ff47}.admin-brand-emoji{font-size:26px;line-height:1}.admin-brand-title{margin:0;color:var(--admin-label);font-size:18px;line-height:1.2;font-weight:850;letter-spacing:-.02em}.admin-brand-subtitle{margin-top:4px;color:var(--admin-secondary);font-size:12px;font-weight:650}.admin-menu{flex:1;overflow:auto;padding-right:2px}.admin-menu::-webkit-scrollbar{width:0}.admin-sidebar .ant-menu{background:transparent;border-inline-end:0!important;color:#374151;font-weight:700}.admin-sidebar .ant-menu-item,.admin-sidebar .ant-menu-submenu-title{height:46px!important;line-height:46px!important;margin:4px 0!important;padding-inline:12px!important;border-radius:999px!important;color:#374151!important}.admin-sidebar .ant-menu-item:hover,.admin-sidebar .ant-menu-submenu-title:hover{background:#0a84ff0f!important;color:var(--admin-blue)!important}.admin-sidebar .ant-menu-item-selected{background:#0a84ff1f!important;color:var(--admin-blue)!important;box-shadow:inset 0 0 0 1px #0a84ff1a}.admin-sidebar .ant-menu-submenu-selected>.ant-menu-submenu-title{color:var(--admin-blue)!important}.admin-sidebar .ant-menu-sub{background:transparent!important}.admin-sidebar .ant-menu-sub .ant-menu-item{padding-left:28px!important}.admin-sidebar .ant-menu-item .anticon,.admin-sidebar .ant-menu-submenu-title .anticon{width:24px;height:24px;display:inline-grid;place-items:center;margin-inline-end:6px!important;background:transparent;box-shadow:none}.admin-sidebar .ant-menu-title-content{margin-inline-start:0!important}.admin-main-shell{min-width:0;min-height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr);gap:0;background:var(--admin-panel-solid)}.admin-topbar{position:sticky;top:0;z-index:20;min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:12px 24px;border-radius:0;border-bottom:1px solid var(--admin-line);background:#ffffffeb;backdrop-filter:saturate(1.2) blur(12px);-webkit-backdrop-filter:saturate(1.2) blur(12px)}.admin-page-title{margin:0;color:var(--admin-label);font-size:22px;line-height:1.15;font-weight:860;letter-spacing:-.045em}.admin-page-meta{margin:5px 0 0;max-width:min(720px,52vw);color:var(--admin-tertiary);font-size:12px;font-weight:550;line-height:1.35;letter-spacing:-.01em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.admin-top-actions{display:flex;align-items:center;justify-content:flex-end}.admin-topbar-tools{box-sizing:border-box;display:inline-flex;align-items:stretch;gap:6px;height:44px;padding:4px;border-radius:999px;border:1px solid var(--admin-soft-line);background:#ffffff85;box-shadow:inset 0 1px #ffffffb8}.admin-search{width:260px;height:34px;display:flex;align-items:center;gap:8px;padding:0 12px;color:var(--admin-secondary);border-radius:999px;background:#ffffffd1;border:1px solid rgba(17,24,39,.06)}.admin-search input{width:100%;color:var(--admin-label);background:transparent;border:0;outline:0;font-size:12px}.admin-icon-button{box-sizing:border-box;flex:0 0 36px;width:36px;height:100%;display:grid;place-items:center;color:var(--admin-secondary);border:1px solid var(--admin-soft-line);border-radius:999px;background:linear-gradient(180deg,#fffffff5,#f8fafce0);box-shadow:inset 0 1px #ffffffd9;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.admin-icon-button .anticon{display:inline-flex;align-items:center;justify-content:center;line-height:1}.admin-icon-button:hover{color:var(--admin-blue);background:var(--admin-fixed-hover);border-color:#0a84ff38;box-shadow:0 8px 20px #0a84ff1a;transform:translateY(-1px)}.admin-icon-button:focus-visible{outline:2px solid rgba(10,132,255,.35);outline-offset:2px}.admin-topbar-tools>.ant-dropdown-trigger.admin-user-chip,.admin-user-dropdown.admin-user-chip{box-sizing:border-box;display:inline-flex;align-items:center;gap:8px;height:100%;padding:0 10px 0 4px;border-radius:999px;border:1px solid var(--admin-line);background:linear-gradient(180deg,#fffffff5,#f8fafce0);box-shadow:inset 0 1px #ffffffd9;line-height:1;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.admin-user-chip:hover{border-color:#0a84ff38;box-shadow:0 8px 20px #0a84ff1a;transform:translateY(-1px)}.admin-user-chip:hover .admin-user-chevron{color:var(--admin-blue)}.admin-user-chip:focus-visible{outline:2px solid rgba(10,132,255,.35);outline-offset:2px}.admin-user-avatar{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:700;letter-spacing:-.02em;line-height:1;border-radius:10px;background:linear-gradient(145deg,rgba(255,255,255,.36),transparent 34%),linear-gradient(135deg,#0a84ff,#60b4ff);box-shadow:0 1px 2px #0a84ff33}.admin-user-meta{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1px;height:28px;min-width:0;line-height:1}.admin-user-name{display:block;max-width:120px;color:var(--admin-label);font-size:13px;font-weight:700;line-height:1.1;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-user-role{display:inline-flex;align-items:center;padding:0 6px;border-radius:999px;font-size:10px;font-weight:650;line-height:1.2;letter-spacing:-.01em;border:1px solid transparent}.admin-user-role--super{color:#b42318;background:#ef44441a;border-color:#ef444429}.admin-user-role--admin{color:#1d4ed8;background:#0a84ff1a;border-color:#0a84ff29}.admin-user-role--viewer{color:var(--admin-secondary);background:#6b72801a;border-color:#6b728024}.admin-user-chevron{flex:0 0 14px;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;margin-left:2px;color:var(--admin-tertiary);font-size:10px;line-height:1;transition:color .15s ease}.admin-user-chevron>svg{display:block;width:1em;height:1em}.admin-content{min-width:0;height:100%;background:var(--admin-panel-solid)}.admin-content :where(.ant-pro-page-container){background:transparent}.admin-content :where(.ant-pro-page-container-warp,.ant-pro-page-container-warp-page-header,.ant-page-header){display:none!important}.admin-content :where(.ant-pro-page-container-children-container,.ant-pro-page-container-children-content){padding:0!important;margin:0!important}.admin-content :where(.ant-pro-card,.ant-card,.ant-pro-table){border-radius:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:hidden}.admin-content :where(.ant-pro-table){padding:16px 24px 24px;min-height:calc(100vh - 64px);display:flex;flex-direction:column}.admin-page-stack{min-height:calc(100vh - 64px);display:flex;flex-direction:column}.admin-page-stack :where(.ant-pro-table){flex:1 1 auto;min-height:0}.admin-page-stack .admin-inline-alert.ant-alert{margin:0!important;border:0!important;border-radius:0!important;border-bottom:1px solid var(--admin-soft-line)!important;padding:12px 20px}.admin-page-section{padding:12px 20px 16px;border-bottom:1px solid var(--admin-soft-line)}.admin-page-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.admin-page-section-title{margin:0;color:var(--admin-label);font-size:14px;font-weight:780;letter-spacing:-.02em}.admin-content :where(.ant-pro-card-body,.ant-card-body){background:transparent}.admin-content :where(.ant-pro-table .ant-pro-card:not(.ant-pro-table-search),.ant-pro-table .ant-card:not(.ant-pro-table-search)){flex:1 0 auto;display:flex;flex-direction:column;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.admin-content :where(.ant-pro-table .ant-pro-card:not(.ant-pro-table-search) .ant-pro-card-body,.ant-pro-table .ant-card:not(.ant-pro-table-search) .ant-card-body){flex:1;min-height:0;display:flex;flex-direction:column;padding:0!important;border-radius:16px!important;background:var(--admin-panel-solid)!important;border:1px solid var(--admin-line)!important;box-shadow:var(--admin-soft-shadow)!important;overflow:hidden}.admin-content :where(.ant-pro-table-search){flex:0 0 auto;margin-block-end:14px!important;padding:14px 16px!important;border-radius:16px!important;background:var(--admin-bg)!important;border:0!important;box-shadow:none!important}.admin-content :where(.ant-pro-table-search .ant-pro-query-filter){padding:0!important}.admin-content :where(.ant-pro-table-search .ant-pro-query-filter-row){display:flex!important;flex-wrap:wrap;align-items:center;row-gap:8px!important}.admin-content :where(.ant-pro-table-search .ant-pro-query-filter-row>.ant-col:last-child){flex:1 1 auto!important;width:auto!important;max-width:100%!important;margin-inline-start:auto!important;padding-inline-start:12px;text-align:end}.admin-content :where(.ant-pro-table-search .ant-pro-query-filter-actions){margin-block:0!important;margin-bottom:0!important}.admin-content :where(.ant-pro-table-search .ant-form-item){margin-bottom:0!important}.admin-content :where(.ant-pro-table-search .ant-form-item-label){padding-bottom:0!important}.admin-content :where(.ant-pro-table-search .ant-form-item-label>label){height:36px;color:var(--admin-tertiary);font-size:12px;font-weight:650;letter-spacing:-.01em}.admin-content :where(.ant-pro-table-search .ant-form-item-control-input){min-height:36px!important}.admin-content :where(.ant-pro-table-search .ant-form-item-control-input-content){display:flex;align-items:center}.admin-content :where(.ant-pro-table-search .ant-select){height:36px!important}.admin-content :where(.ant-pro-table-search .ant-input,.ant-pro-table-search .ant-input-affix-wrapper,.ant-pro-table-search .ant-select-selector,.ant-pro-table-search .ant-input-number,.ant-pro-table-search .ant-picker){box-sizing:border-box!important;height:36px!important;min-height:36px!important;max-height:36px!important;border-radius:12px!important;font-size:13px;line-height:34px!important;background:#fff!important}.admin-content :where(.ant-pro-table-search .ant-input,.ant-pro-table-search .ant-input-number-input){padding:0 12px!important}.admin-content :where(.ant-pro-table-search .ant-input-affix-wrapper){padding-block:0!important;padding-inline:12px!important;display:inline-flex!important;align-items:center}.admin-content :where(.ant-pro-table-search .ant-input-affix-wrapper .ant-input){height:auto!important;min-height:0!important;max-height:none!important;line-height:22px!important;padding:0!important}.admin-content :where(.ant-pro-table-search .ant-select-single .ant-select-selector){display:flex!important;align-items:center!important;padding-inline:12px!important}.admin-content :where(.ant-pro-table-search .ant-select-single .ant-select-selector .ant-select-selection-search){inset-inline-start:12px!important;inset-inline-end:28px!important;display:flex;align-items:center}.admin-content :where(.ant-pro-table-search .ant-select-single .ant-select-selector .ant-select-selection-search-input){height:34px!important}.admin-content :where(.ant-pro-table-search .ant-select-single .ant-select-selector .ant-select-selection-item,.ant-pro-table-search .ant-select-single .ant-select-selector .ant-select-selection-placeholder){line-height:34px!important;display:flex;align-items:center}.admin-content :where(.ant-pro-table-search .ant-picker){padding-block:0!important;padding-inline:12px!important;display:inline-flex!important;align-items:center}.admin-content :where(.ant-pro-table-search .ant-btn){height:36px;min-height:36px;padding-inline:18px;line-height:1;font-weight:680}.admin-content :where(.ant-pro-table-list-toolbar){padding-block:10px!important;padding-inline:12px!important;border-bottom:1px solid var(--admin-soft-line)}.admin-content :where(.ant-pro-table-list-toolbar-container){padding-block:0!important}.admin-content :where(.ant-pro-table-list-toolbar-setting-item){margin-block:0!important}.admin-content :where(.ant-pro-table-list-toolbar-setting-item .anticon,.ant-pro-table-list-toolbar-setting-item button){width:32px;height:32px;display:inline-grid;place-items:center;border-radius:10px;color:var(--admin-secondary);transition:color .15s ease,background .15s ease}.admin-content :where(.ant-pro-table-list-toolbar-setting-item .anticon:hover,.ant-pro-table-list-toolbar-setting-item button:hover){color:var(--admin-blue);background:var(--admin-fixed-hover)}.admin-content :where(.ant-table-wrapper){flex:1;background:transparent}.admin-content :where(.ant-pro-table .ant-pagination){margin:0!important;padding:12px 14px!important}.admin-content :where(.ant-table){background:transparent!important}.admin-content :where(.ant-table-container,.ant-table-content,.ant-table-header,.ant-table-body,.ant-table-tbody,.ant-table-thead){background:transparent!important}.admin-content :where(.ant-table-container){border:1px solid var(--admin-line)!important}.admin-content :where(.ant-pro-table .ant-table-container){border:0!important}.admin-content :where(.ant-table-header){margin-bottom:0!important;border-bottom:0!important;overflow:hidden!important}.admin-content :where(.ant-table-thead>tr>th){padding:11px 14px!important;color:var(--admin-tertiary)!important;font-size:12px;font-weight:700!important;letter-spacing:-.01em;background:#f8f8fa!important;border-bottom:1px solid var(--admin-soft-line)!important}.admin-content :where(.ant-table-tbody>tr>td){padding:13px 14px!important;font-size:13.5px;font-weight:500;letter-spacing:-.015em;background:transparent!important;border-bottom:1px solid var(--admin-soft-line)!important}.admin-content :where(.ant-table-thead>tr>th.ant-table-cell-fix-left),.admin-content :where(.ant-table-thead>tr>th.ant-table-cell-fix-right){background:#f8f8fa!important}.admin-content :where(.ant-table-tbody>tr>td.ant-table-cell-fix-left),.admin-content :where(.ant-table-tbody>tr>td.ant-table-cell-fix-right){background:var(--admin-panel-solid)!important}.admin-content :where(.ant-empty){margin-block:48px;padding:24px 16px 40px}.admin-content :where(.ant-empty-image){width:56px!important;height:56px!important;margin:0 auto 14px!important;display:grid;place-items:center;border-radius:16px;background:#f3f4f6;overflow:hidden}.admin-content :where(.ant-empty-image svg){width:28px!important;height:28px!important;opacity:.72}.admin-content :where(.ant-empty-description){color:var(--admin-secondary)!important;font-size:14px;font-weight:700}.admin-content :where(.ant-table-tbody>tr:hover>td){background:#0a84ff0b!important}.admin-content :where(.ant-table-tbody>tr:hover>td.ant-table-cell-fix-left),.admin-content :where(.ant-table-tbody>tr:hover>td.ant-table-cell-fix-right){background:var(--admin-fixed-hover)!important}.admin-content :where(.ant-btn){border-radius:999px;font-weight:700}.admin-content :where(.ant-btn-primary){background:var(--admin-blue);box-shadow:0 12px 26px #0a84ff38}.admin-content :where(.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-input-number,.ant-picker),:where(.ant-modal) :where(.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-input-number,.ant-picker){min-height:40px;border-radius:14px!important;border-color:var(--admin-line)!important;font-size:13px}.admin-content :where(.ant-select-multiple .ant-select-selector),:where(.ant-modal) :where(.ant-select-multiple .ant-select-selector){min-height:40px!important;padding-block:4px!important;align-items:center}.admin-content :where(.ant-select-multiple .ant-select-selection-item),:where(.ant-modal) :where(.ant-select-multiple .ant-select-selection-item){margin-block:2px;line-height:24px;border-radius:999px}:where(.ant-tag){border-radius:999px;padding-inline:9px;font-weight:700;border:0}:where(.ant-modal-content){border-radius:28px!important;background:#fffffff0!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}:where(.ant-modal-header){background:transparent!important}:where(.ant-dropdown-menu){border-radius:18px!important}body[data-admin-theme=dark] .admin-sidebar{border-right-color:var(--admin-line)}body[data-admin-theme=dark] .admin-topbar{border-bottom-color:var(--admin-line);background:#0a0a0aeb}body[data-admin-theme=dark] .admin-sidebar .ant-menu{color:#cbd5e1}body[data-admin-theme=dark] .admin-sidebar .ant-menu-item,body[data-admin-theme=dark] .admin-sidebar .ant-menu-submenu-title{color:#cbd5e1!important}body[data-admin-theme=dark] .admin-sidebar .ant-menu-item:hover,body[data-admin-theme=dark] .admin-sidebar .ant-menu-submenu-title:hover{background:#ffffff0f!important}body[data-admin-theme=dark] .admin-sidebar .ant-menu-item-selected{background:#0a84ff2e!important;box-shadow:inset 0 0 0 1px #0a84ff38}body[data-admin-theme=dark] .admin-sidebar .ant-menu-item .anticon,body[data-admin-theme=dark] .admin-sidebar .ant-menu-submenu-title .anticon{background:transparent;box-shadow:none}body[data-admin-theme=dark] .admin-search,body[data-admin-theme=dark] .admin-topbar-tools{background:#ffffff0a;border-color:var(--admin-line);box-shadow:inset 0 1px #ffffff0a}body[data-admin-theme=dark] .admin-icon-button,body[data-admin-theme=dark] .admin-user-chip{color:var(--admin-label);background:#ffffff0f;border-color:var(--admin-line);box-shadow:inset 0 1px #ffffff0a}body[data-admin-theme=dark] .admin-icon-button:hover,body[data-admin-theme=dark] .admin-user-chip:hover{color:var(--admin-blue);background:var(--admin-fixed-hover);border-color:#0a84ff47;box-shadow:0 8px 20px #00000047}body[data-admin-theme=dark] .admin-user-role--super{color:#fca5a5;background:#ef444424;border-color:#ef444438}body[data-admin-theme=dark] .admin-user-role--admin{color:#93c5fd;background:#0a84ff24;border-color:#0a84ff38}body[data-admin-theme=dark] .admin-user-role--viewer{color:#a3a3a3;background:#ffffff0f;border-color:#ffffff1a}body[data-admin-theme=dark] .admin-content :where(.ant-pro-card,.ant-card,.ant-pro-table),body[data-admin-theme=dark] .admin-surface{border-color:transparent!important;background:transparent!important;box-shadow:none!important}body[data-admin-theme=dark] .dashboard-aside{border-left-color:var(--admin-line)}body[data-admin-theme=dark] .admin-content :where(.ant-pro-table-search){background:#ffffff0f!important;border-color:transparent!important;box-shadow:none!important}body[data-admin-theme=dark] .admin-content :where(.ant-pro-table-search .ant-input,.ant-pro-table-search .ant-input-affix-wrapper,.ant-pro-table-search .ant-select-selector,.ant-pro-table-search .ant-input-number,.ant-pro-table-search .ant-picker){background:#0a0a0a8c!important}body[data-admin-theme=dark] .admin-content :where(.ant-pro-table .ant-pro-card:not(.ant-pro-table-search),.ant-pro-table .ant-card:not(.ant-pro-table-search)){background:transparent!important;border-color:transparent!important;box-shadow:none!important}body[data-admin-theme=dark] .admin-content :where(.ant-pro-table .ant-pro-card:not(.ant-pro-table-search) .ant-pro-card-body,.ant-pro-table .ant-card:not(.ant-pro-table-search) .ant-card-body){background:var(--admin-panel-solid)!important;border-color:var(--admin-line)!important;box-shadow:var(--admin-soft-shadow)!important}body[data-admin-theme=dark] .admin-content :where(.ant-pro-table-list-toolbar){border-bottom-color:var(--admin-soft-line)}body[data-admin-theme=dark] .admin-content :where(.ant-pro-table-list-toolbar-setting-item .anticon:hover,.ant-pro-table-list-toolbar-setting-item button:hover){background:var(--admin-fixed-hover)}body[data-admin-theme=dark] .metric-strip,body[data-admin-theme=dark] .admin-inset,body[data-admin-theme=dark] .dashboard-shortcut{background:#ffffff0f!important;border-color:var(--admin-soft-line)}body[data-admin-theme=dark] .dashboard-shortcut:hover{background:#0a84ff29!important}body[data-admin-theme=dark] .admin-content :where(.ant-table),body[data-admin-theme=dark] .admin-content :where(.ant-table-container,.ant-table-content,.ant-table-header,.ant-table-body,.ant-table-tbody,.ant-table-thead),body[data-admin-theme=dark] .admin-content :where(.ant-table-tbody>tr>td){background:transparent!important}body[data-admin-theme=dark] .admin-content :where(.ant-table-container){border-color:var(--admin-line)!important}body[data-admin-theme=dark] .admin-content :where(.ant-pro-table .ant-table-container){border-color:transparent!important}body[data-admin-theme=dark] .admin-content :where(.ant-table-thead>tr>th){background:#171717!important;border-bottom-color:var(--admin-soft-line)!important}body[data-admin-theme=dark] .admin-content :where(.ant-table-thead>tr>th.ant-table-cell-fix-left),body[data-admin-theme=dark] .admin-content :where(.ant-table-thead>tr>th.ant-table-cell-fix-right){background:#171717!important}body[data-admin-theme=dark] .admin-content :where(.ant-table-tbody>tr>td.ant-table-cell-fix-left),body[data-admin-theme=dark] .admin-content :where(.ant-table-tbody>tr>td.ant-table-cell-fix-right){background:var(--admin-panel-solid)!important}body[data-admin-theme=dark] .admin-content :where(.ant-empty-image){background:#ffffff14}body[data-admin-theme=dark] .admin-content :where(.ant-empty-description){color:var(--admin-secondary)!important}body[data-admin-theme=dark] .admin-content :where(.ant-table-tbody>tr:hover>td){background:#0a84ff1f!important}body[data-admin-theme=dark] .admin-content :where(.ant-table-tbody>tr:hover>td.ant-table-cell-fix-left),body[data-admin-theme=dark] .admin-content :where(.ant-table-tbody>tr:hover>td.ant-table-cell-fix-right){background:var(--admin-fixed-hover)!important}body[data-admin-theme=dark] .admin-surface:before{display:none}body[data-admin-theme=dark] .dashboard-chart{background:linear-gradient(to right,rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.08) 1px,transparent 1px);background-size:84px 100%,100% 52px}body[data-admin-theme=dark] :where(.ant-modal-content){background:#0a0a0af5!important}body[data-admin-theme=dark] .fund-hero{border-color:#0a84ff47;background:radial-gradient(circle at 92% 0%,rgba(10,132,255,.28),transparent 46%),linear-gradient(150deg,#0a84ff33,#0a0a0a66)}body[data-admin-theme=dark] .fund-tile{background:#ffffff0f;border-color:var(--admin-soft-line)}body[data-admin-theme=dark] .fund-tile:hover{background:#0a84ff29}body[data-admin-theme=dark] .fund-cta{background:#0a84ff2e;border-color:#0a84ff47}.admin-dashboard{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:0;align-items:stretch;min-height:calc(100vh - 64px)}.admin-dashboard>.admin-surface{height:100%}.dashboard-aside{display:flex;flex-direction:column;gap:16px;border-left:1px solid var(--admin-line)}.fund-hero{display:block;padding:20px;border-radius:22px;color:inherit;text-decoration:none;background:radial-gradient(circle at 92% 0%,rgba(10,132,255,.18),transparent 46%),linear-gradient(150deg,#0a84ff29,#60b4ff14);border:1px solid rgba(10,132,255,.16);transition:transform .2s ease,box-shadow .2s ease}.fund-hero:hover{transform:translateY(-1px);box-shadow:0 16px 34px #0a84ff29}.fund-hero-label{display:block;color:var(--admin-secondary);font-size:12px;font-weight:750;letter-spacing:.04em}.fund-hero-value{display:flex;align-items:baseline;gap:8px;margin-top:10px;font-size:34px;line-height:1;font-weight:880;letter-spacing:-.05em;color:var(--admin-label)}.fund-hero-value em{font-size:13px;font-weight:800;font-style:normal;color:var(--admin-blue)}.fund-hero-hint{display:block;margin-top:10px;color:var(--admin-tertiary);font-size:12px;font-weight:650}.fund-groups{flex:1;display:flex;flex-direction:column;gap:16px}.fund-group{display:flex;flex-direction:column;gap:8px}.fund-section{margin:0 2px 2px;color:var(--admin-tertiary);font-size:11px;font-weight:800;letter-spacing:.08em}.fund-tile{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:16px;color:inherit;text-decoration:none;background:#f8f8fbd1;border:1px solid var(--admin-soft-line);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.fund-tile:hover{transform:translateY(-1px);background:#0a84ff0f;box-shadow:0 10px 22px #0a84ff1a}.fund-tile span{color:var(--admin-secondary);font-size:13px;font-weight:700}.fund-tile strong{font-size:17px;font-weight:850;letter-spacing:-.035em;color:var(--admin-label)}.fund-cta{display:block;padding:12px;border-radius:16px;text-align:center;text-decoration:none;color:var(--admin-blue);font-size:13px;font-weight:800;background:#0a84ff1a;border:1px solid rgba(10,132,255,.16);transition:background .2s ease,transform .2s ease}.fund-cta:hover{transform:translateY(-1px);background:#0a84ff29}.admin-surface{position:relative;padding:24px;border-radius:0;background:transparent;border:0;box-shadow:none;overflow:hidden;backdrop-filter:none;-webkit-backdrop-filter:none}.admin-surface:before{display:none}.admin-surface>*{position:relative;z-index:1}.dashboard-primary{min-height:0;display:grid;grid-template-rows:auto auto 1fr;gap:22px}.dashboard-hero{min-width:0}.dashboard-hero p{margin:0;max-width:52em;color:var(--admin-secondary);font-size:15px;line-height:1.8}.metric-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border-radius:24px;background:#f8f8fbdb;border:1px solid rgba(17,24,39,.05)}.metric-cell{min-height:112px;padding:18px;border-right:1px solid var(--admin-soft-line);color:inherit;text-decoration:none}.metric-cell:last-child{border-right:0}.metric-cell span{display:block;color:var(--admin-secondary);font-size:13px;font-weight:700}.metric-cell strong{display:block;margin-top:16px;font-size:30px;line-height:1;font-weight:880;letter-spacing:-.055em}.metric-cell small{display:block;margin-top:10px;color:var(--admin-tertiary);font-size:12px;font-weight:650}.dashboard-trend{min-height:0;display:flex;flex-direction:column;gap:12px}.admin-inset{padding:20px;border-radius:26px;background:#f8f8fbb3;border:1px solid rgba(17,24,39,.05)}.admin-inset-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.admin-inset-title strong{font-size:15px}.dashboard-chart{flex:1;min-height:210px;display:flex;flex-direction:column;border-radius:20px;background:linear-gradient(to right,rgba(17,24,39,.045) 1px,transparent 1px),linear-gradient(to bottom,rgba(17,24,39,.045) 1px,transparent 1px);background-size:84px 100%,100% 52px}.dashboard-chart svg{width:100%;height:220px;display:block}.dashboard-chart-labels{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;padding:0 28px 12px;color:var(--admin-tertiary);font-size:11px;font-weight:700;text-align:center}.dashboard-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.dashboard-shortcut{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:16px;color:inherit;text-decoration:none;background:#f8f8fbb8;border:1px solid var(--admin-soft-line);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.dashboard-shortcut:hover{transform:translateY(-1px);background:#0a84ff0f;box-shadow:0 10px 22px #0a84ff1a}.dashboard-shortcut span{color:var(--admin-secondary);font-size:13px;font-weight:700}.dashboard-shortcut strong{font-size:14px;font-weight:850;letter-spacing:-.02em;color:var(--admin-label)}.fund-lines{display:grid;gap:12px}.fund-line{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:14px 0;color:inherit;text-decoration:none;border-bottom:1px solid var(--admin-soft-line)}.fund-line:last-child{border-bottom:0}.fund-line span{color:var(--admin-secondary);font-size:13px;font-weight:700}.fund-line strong{font-size:18px;letter-spacing:-.035em}.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 24% 12%,rgba(10,132,255,.22),transparent 28%),radial-gradient(circle at 80% 18%,rgba(52,199,89,.12),transparent 24%),linear-gradient(135deg,#fafafc,#f2f2f7)}.login-panel{width:min(420px,100%);padding:34px;border-radius:32px;background:#ffffffc2;border:1px solid rgba(255,255,255,.76);box-shadow:var(--admin-shadow);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.login-brand{text-align:center;margin-bottom:28px}.login-brand-icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 14px;color:#fff;border-radius:20px;background:linear-gradient(135deg,#0a84ff,#60b4ff);box-shadow:0 18px 40px #0a84ff47}.login-brand-emoji{font-size:30px;line-height:1}.login-brand h1{margin:0;font-size:24px;letter-spacing:-.04em}.login-brand p{margin:8px 0 0;color:var(--admin-secondary);font-size:13px;font-weight:650}@media (max-width: 1380px){:root{--admin-sidebar-width: 260px}.admin-dashboard{grid-template-columns:1fr}.dashboard-aside{border-left:0;border-top:1px solid var(--admin-line)}.dashboard-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}
