:root{--cy-brand-orange: #ff6a21;--cy-brand-orange-action: #c74700;--cy-brand-orange-hover: #e85a14;--cy-brand-orange-soft: #fff0e8;--cy-tech-blue: #315efb;--cy-tech-blue-hover: #244bd6;--cy-tech-blue-soft: #edf2ff;--cy-navy-950: #07101f;--cy-navy-900: #0b172b;--cy-navy-800: #13243c;--cy-page-bg: #f3f6fa;--cy-surface: #ffffff;--cy-surface-raised: #ffffff;--cy-list-bg: #ffffff;--cy-list-header-bg: #f7f9fc;--cy-list-hover-bg: #f5f7ff;--cy-list-focus-bg: #f1f5ff;--cy-list-selected-bg: #edf2ff;--cy-list-selected-hover-bg: #e3ebff;--cy-text-primary: #152033;--cy-text-secondary: #637083;--cy-text-tertiary: #8c97a8;--cy-border: #e1e7ef;--cy-border-strong: #cbd4e1;--cy-success: #16a36a;--cy-warning: #ed8f03;--cy-danger: #df3f47;--cy-info: #315efb;--cy-radius-sm: 6px;--cy-radius-md: 10px;--cy-radius-lg: 16px;--cy-radius-xl: 24px;--cy-shadow-sm: 0 2px 8px rgb(24 39 75 / 6%);--cy-shadow-md: 0 12px 34px rgb(24 39 75 / 12%);--cy-font: Inter, "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;--cy-motion-fast: .16s;--cy-motion-base: .24s}[data-theme=dark]{--cy-page-bg: #07101f;--cy-surface: #0e1a2d;--cy-surface-raised: #14243b;--cy-list-bg: #0e1a2d;--cy-list-header-bg: #13243c;--cy-list-hover-bg: #14243b;--cy-list-focus-bg: #162947;--cy-list-selected-bg: #18294f;--cy-list-selected-hover-bg: #20365f;--cy-text-primary: #f3f7fc;--cy-text-secondary: #aab7c9;--cy-text-tertiary: #7d8da4;--cy-border: #24364f;--cy-border-strong: #3a4d68;--cy-brand-orange-soft: #3a2017;--cy-brand-orange-action: #e85a14;--cy-tech-blue-soft: #18294f;--cy-shadow-sm: 0 2px 12px rgb(0 0 0 / 24%);--cy-shadow-md: 0 18px 42px rgb(0 0 0 / 32%)}@media(prefers-reduced-motion:reduce){:root{--cy-motion-fast: 0ms;--cy-motion-base: 0ms}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}*{box-sizing:border-box}html{min-width:320px;background:var(--cy-page-bg)}body{margin:0;min-width:320px;min-height:100vh;color:var(--cy-text-primary);background:var(--cy-page-bg);font-family:var(--cy-font);-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}a{color:inherit}:focus-visible{outline:3px solid rgb(49 94 251 / 35%);outline-offset:2px}.ant-table-wrapper .ant-table,.ant-table-wrapper .ant-table-container,.ant-list{background:var(--cy-list-bg)}.ant-table-wrapper .ant-table-tbody>.ant-table-row>.ant-table-cell,.ant-list .ant-list-item{transition:background-color var(--cy-motion-fast)}.ant-table-wrapper .ant-table-tbody>.ant-table-row:hover>.ant-table-cell,.ant-list .ant-list-item:hover{background:var(--cy-list-hover-bg)!important}.ant-table-wrapper .ant-table-tbody>.ant-table-row:focus-within>.ant-table-cell,.ant-list .ant-list-item:focus-within{background:var(--cy-list-focus-bg)!important}.ant-table-wrapper .ant-table-tbody>.ant-table-row-selected>.ant-table-cell,.ant-list .ant-list-item[aria-selected=true]{background:var(--cy-list-selected-bg)!important}.ant-table-wrapper .ant-table-tbody>.ant-table-row-selected:hover>.ant-table-cell,.ant-table-wrapper .ant-table-tbody>.ant-table-row-selected:focus-within>.ant-table-cell,.ant-list .ant-list-item[aria-selected=true]:hover,.ant-list .ant-list-item[aria-selected=true]:focus-within{background:var(--cy-list-selected-hover-bg)!important}.cy-list-row{background:var(--cy-list-bg);transition:background-color var(--cy-motion-fast)}.cy-list-row:hover{background:var(--cy-list-hover-bg)}.cy-list-row:focus-within{background:var(--cy-list-focus-bg)}.cy-list-row.is-selected,.cy-list-row[aria-selected=true]{background:var(--cy-list-selected-bg)}.cy-skip-link{position:fixed;inset-block-start:8px;inset-inline-start:8px;z-index:9999;padding:8px 14px;background:var(--cy-surface);border-radius:var(--cy-radius-sm);transform:translateY(-150%)}.cy-skip-link:focus{transform:translateY(0)}.cy-page{padding:28px;max-width:1680px;margin:0 auto}.cy-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-block-end:24px}.cy-page-head h1{margin:0 0 6px;font-size:28px;letter-spacing:-.02em}.cy-page-head p{margin:0;color:var(--cy-text-secondary)}.cy-actions{display:flex;gap:10px;flex-wrap:wrap}.cy-grid{display:grid;gap:18px}.cy-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.cy-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cy-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cy-panel{background:var(--cy-surface);border:1px solid var(--cy-border);border-radius:var(--cy-radius-lg);box-shadow:var(--cy-shadow-sm)}.cy-panel-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px 14px}.cy-panel-head h2,.cy-panel-head h3{margin:0;font-size:17px}.cy-panel-body{padding:8px 22px 22px}.cy-section{margin-block-start:20px}.cy-muted{color:var(--cy-text-secondary)}.cy-live-dot{width:8px;height:8px;border-radius:50%;background:var(--cy-success);box-shadow:0 0 0 5px #16a36a1f;display:inline-block;margin-inline-end:8px}.cy-brand-footer{display:flex;justify-content:space-between;gap:20px;padding:28px;color:var(--cy-text-secondary);border-top:1px solid var(--cy-border)}.cy-brand-footer strong{color:var(--cy-text-primary)}@media(max-width:1100px){.cy-grid-4,.cy-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.cy-page{padding:18px 14px}.cy-page-head{flex-direction:column}.cy-grid-4,.cy-grid-3,.cy-grid-2{grid-template-columns:1fr}}.cy-shell{min-height:100vh}.cy-header{height:68px;position:sticky;inset-block-start:0;z-index:100;display:flex;align-items:center;padding-inline:28px;background:color-mix(in srgb,var(--cy-surface) 88%,transparent);border-block-end:1px solid var(--cy-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.cy-brand{display:flex;align-items:center;min-width:245px;text-decoration:none}.cy-brand .cy-approved-logo{width:206px;height:45px;object-fit:contain}.cy-nav{display:flex;align-self:stretch;gap:5px;flex:1;justify-content:center}.cy-nav a{display:flex;align-items:center;position:relative;padding-inline:14px;color:var(--cy-text-secondary);text-decoration:none;font-size:14px;white-space:nowrap}.cy-nav a:hover,.cy-nav a.active{color:var(--cy-text-primary)}.cy-nav a.active:after{content:"";position:absolute;inset-inline:14px;inset-block-end:0;height:3px;background:var(--cy-brand-orange);border-radius:3px 3px 0 0}.cy-header-tools{min-width:245px;display:flex;justify-content:flex-end;gap:8px}.cy-header-tools .ant-select{width:120px}.cy-mobile-menu{display:none}@media(max-width:1180px){.cy-brand{min-width:auto}.cy-brand .cy-approved-logo{width:176px}.cy-nav a{padding-inline:8px}.cy-header-tools{min-width:auto}}@media(max-width:1300px){.cy-header{padding-inline:14px}.cy-nav{display:none}.cy-header-tools{margin-inline-start:auto}.cy-mobile-menu{display:inline-flex}.cy-header-tools .ant-select{width:105px}}
