:root{--admin-bg: #f8fafc;--admin-surface: #ffffff;--admin-surface-soft: #f1f5f9;--admin-table-head: #fbfdff;--admin-text: #0f172a;--admin-muted: #64748b;--admin-subtle: #94a3b8;--admin-line: #e2e8f0;--admin-line-soft: #f1f5f9;--admin-line-strong: #cbd5e1;--admin-primary: #0f172a;--admin-secondary: #334155;--admin-primary-ink: #ffffff;--admin-primary-hover: #1e293b;--admin-blue: #2563eb;--admin-blue-soft: #dbeafe;--admin-surface-blue: #eff6ff;--admin-green: #059669;--admin-green-soft: #d1fae5;--admin-surface-green: #ecfdf5;--admin-amber: #ca8a04;--admin-amber-soft: #fef3c7;--admin-surface-amber: #fffbeb;--admin-red: #dc2626;--admin-red-soft: #fee2e2;--admin-surface-red: #fef2f2;--admin-violet: #7c3aed;--admin-violet-soft: #ede9fe;--admin-surface-violet: #f5f3ff;--admin-radius: 8px;--admin-shadow-card: 0 1px 2px rgba(15, 23, 42, .04)}html,body,#root{min-height:100%;background:var(--admin-bg)}body{color:var(--admin-text);font-size:14px;font-family:IBM Plex Sans,PingFang SC,Microsoft YaHei,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ant-pro-layout{background:var(--admin-bg)}.ant-pro-sider{border-right:1px solid var(--admin-line);background:var(--admin-surface)!important}.ant-pro-sider .ant-layout-sider-children{padding:12px}.ant-pro-sider-logo{height:auto;padding:4px 0 12px;border-bottom:1px solid var(--admin-line-soft);line-height:1.4}.admin-shell-brand{display:flex;align-items:center;gap:10px;width:100%;min-width:0}.admin-shell-brand-mark{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:var(--admin-primary-ink);background:var(--admin-primary);font-size:13px;font-weight:700}.admin-shell-brand-title{display:grid;gap:1px;min-width:0;overflow:hidden}.admin-shell-brand-title strong{color:var(--admin-text);font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell-brand-title em{color:var(--admin-muted);font-style:normal;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-pro-sider .ant-menu{margin-top:10px;background:transparent}.ant-pro-sider .ant-menu-item{height:34px;margin:2px 0;border-radius:6px;color:var(--admin-muted);font-size:13px}.ant-pro-sider .ant-menu-item:hover,.ant-pro-sider .ant-menu-item-selected{color:var(--admin-text);background:var(--admin-surface-soft)}.ant-pro-sider .ant-menu-item-selected{font-weight:600}.ant-pro-sider .ant-menu-item:after{display:none}.ant-pro-layout .ant-pro-layout-header{height:52px;border-bottom:1px solid var(--admin-line);background:#f8fafceb;backdrop-filter:blur(10px)}.ant-pro-global-header{height:52px;padding-inline:24px}.admin-shell-user{display:flex;align-items:center;gap:8px;width:100%;min-width:0;padding:8px;border:1px solid var(--admin-line-soft);border-radius:8px;background:var(--admin-surface)}.admin-shell-avatar{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--admin-muted);background:var(--admin-surface-soft);font-size:11px;font-weight:700}.admin-shell-user-copy{display:grid;gap:1px;flex:1 1;min-width:0}.admin-shell-user-copy strong{color:var(--admin-text);font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell-user-copy em{color:var(--admin-muted);font-style:normal;font-size:11px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell-logout{flex:none}.ant-layout-sider-collapsed .ant-pro-sider-logo{padding-bottom:10px}.ant-layout-sider-collapsed .admin-shell-brand{justify-content:center}.ant-layout-sider-collapsed .admin-shell-brand-title{display:none}.ant-layout-sider-collapsed .admin-shell-user{justify-content:center;padding:0;border:0;background:transparent}.ant-layout-sider-collapsed .admin-shell-avatar,.ant-layout-sider-collapsed .admin-shell-user-copy{display:none}.ant-layout-sider-collapsed .admin-shell-logout{width:32px;padding-inline:0}.ant-layout-sider-collapsed .admin-shell-logout>span:not(.anticon){display:none}.ant-pro-page-container{background:var(--admin-bg)}.ant-pro-page-container-children-container{max-width:1280px;margin:0 auto;padding:18px 24px 40px}.ant-page-header{border-bottom:1px solid var(--admin-line);background:#f8fafceb}.ant-page-header .ant-page-header-heading-title{color:var(--admin-text);font-size:14px;font-weight:700}.ant-page-header .ant-page-header-heading-sub-title{color:var(--admin-muted);font-size:12px}.ant-pro-card{border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-card)}.ant-pro-card .ant-pro-card-title{color:var(--admin-text);font-size:14px;font-weight:700}.ant-card,.ant-table-wrapper,.ant-pro-table,.ant-modal-content,.ant-drawer-content{border-radius:var(--admin-radius)}.ant-table-thead>tr>th{color:var(--admin-muted);background:var(--admin-table-head)!important;font-size:12px;font-weight:600}.ant-table-tbody>tr>td{color:var(--admin-secondary, #334155);font-size:13px}.ant-btn{border-radius:6px;font-weight:500}.ant-btn-primary{background:var(--admin-primary);border-color:var(--admin-primary);box-shadow:none}.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):focus-visible{background:var(--admin-primary-hover);border-color:var(--admin-primary-hover)}.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn-default:not(:disabled):not(.ant-btn-disabled):focus-visible{color:var(--admin-text);border-color:var(--admin-line-strong);background:var(--admin-surface-soft)}.ant-btn-link{color:var(--admin-blue)}.ant-btn-link:not(:disabled):not(.ant-btn-disabled):hover{color:#1e40af}.ant-btn-dangerous{color:var(--admin-red);border-color:var(--admin-red-soft)}.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn-dangerous:not(:disabled):not(.ant-btn-disabled):focus-visible{color:var(--admin-red);border-color:var(--admin-red-soft);background:var(--admin-surface-red)}.ant-btn-link.ant-btn-dangerous,.ant-btn-text.ant-btn-dangerous{border-color:transparent;background:transparent}.ant-input,.ant-input-affix-wrapper,.ant-select-selector{border-radius:6px!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:var(--admin-line-strong)!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector{border-color:var(--admin-primary)!important;box-shadow:none!important}.ant-tag{border-radius:999px;font-size:12px;line-height:20px}.ant-tag-blue{color:var(--admin-blue);border-color:var(--admin-blue-soft);background:var(--admin-surface-blue)}.ant-tag-green{color:var(--admin-green);border-color:var(--admin-green-soft);background:var(--admin-surface-green)}.ant-tag-gold,.ant-tag-orange{color:var(--admin-amber);border-color:var(--admin-amber-soft);background:var(--admin-surface-amber)}.ant-tag-red{color:var(--admin-red);border-color:var(--admin-red-soft);background:var(--admin-surface-red)}.ant-tag-purple{color:var(--admin-violet);border-color:var(--admin-violet-soft);background:var(--admin-surface-violet)}.ant-tag-default{color:var(--admin-muted);border-color:var(--admin-line);background:var(--admin-surface-soft)}.ant-tabs .ant-tabs-tab{color:var(--admin-muted);font-size:13px}.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--admin-text);font-weight:600}.ant-tabs .ant-tabs-ink-bar{background:var(--admin-text)}.ant-card,.ant-pro-card{border-color:var(--admin-line)}.system-settings-table .ant-table-cell{vertical-align:top}.system-settings-table .ant-typography-copy{margin-inline-start:6px}.system-settings-table .ant-typography code{max-width:100%;white-space:normal;overflow-wrap:anywhere;line-height:1.7}.system-settings-value{max-width:340px}.system-settings-value-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.system-settings-question-preview{padding:10px 12px;border:1px solid var(--admin-line);border-radius:8px;background:var(--admin-surface-soft)}.system-settings-question-preview ol{margin:0 0 6px 18px;padding:0}.system-settings-question-preview li{margin-bottom:4px;color:var(--admin-secondary);line-height:1.6}.system-settings-json-preview{padding:10px 12px;border:1px solid var(--admin-line);border-radius:8px;background:var(--admin-surface)}.system-settings-question-action{min-width:120px}.system-settings-question-popover-overlay .ant-popover-inner{padding:0}.system-settings-question-popover{width:520px}.system-settings-question-popover-head,.system-settings-question-popover-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.system-settings-question-popover-head{padding:12px 14px;border-bottom:1px solid var(--admin-line)}.system-settings-question-popover-footer{padding:10px 14px;border-top:1px solid var(--admin-line);background:var(--admin-table-head)}.system-settings-question-editor-scroll{max-height:360px;padding:12px 14px;overflow-y:auto;background:var(--admin-surface)}.system-settings-question-editor,.system-settings-question-row{width:100%}.system-settings-question-row .ant-space-item:nth-child(2){flex:1 1;min-width:0}.system-settings-question-index{width:22px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--admin-surface-soft);font-size:12px}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)}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]{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}
