@import"https://fonts.googleapis.com/css2?family=Inter:wght@500;600&family=JetBrains+Mono:wght@400;500;600&display=swap";.fb-bar{display:flex;align-items:flex-end;gap:24px;flex-wrap:wrap;padding:20px 24px;background:var(--bg-base-default);border-radius:var(--radius-md, 8px);margin-bottom:16px;border:1px solid var(--border-neutral-l2);box-shadow:0 1px 4px #0000000a}.fb-item{display:flex;align-items:center;gap:8px}.fb-label{font-size:13px;color:var(--text-secondary);font-weight:400;line-height:32px;white-space:nowrap;-webkit-user-select:none;user-select:none;flex-shrink:0}.ec-input.ec-filter-input{height:32px;padding:0 12px;font-size:13px;color:var(--text-default);background:var(--bg-base-default);border:1px solid var(--border-neutral-l2);border-radius:var(--radius-sm, 4px);outline:none;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;min-width:140px}.ec-input.ec-filter-input::placeholder{color:var(--text-tertiary)}.ec-input.ec-filter-input:hover{border-color:var(--border-neutral-l3)}.ec-input.ec-filter-input:focus{border-color:var(--brand-500, #165dff);box-shadow:0 0 0 2px #165dff1a}.ec-select.ec-filter-select{height:32px;padding:0 28px 0 12px;font-size:13px;color:var(--text-default);background:var(--bg-base-default);border:1px solid var(--border-neutral-l2);border-radius:var(--radius-sm, 4px);outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;transition:border-color .2s,box-shadow .2s;min-width:120px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2386909c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:10px 6px}.ec-select.ec-filter-select:hover{border-color:var(--border-neutral-l3)}.ec-select.ec-filter-select:focus{border-color:var(--brand-500, #165dff);box-shadow:0 0 0 2px #165dff1a}.fb-actions{display:flex;gap:12px;margin-left:auto;align-items:flex-end;padding-bottom:1px}.fb-btn{height:32px;padding:0 16px;font-size:13px;font-weight:400;border-radius:var(--radius-sm, 4px);cursor:pointer;transition:all .15s;outline:none;border:1px solid transparent;line-height:30px;white-space:nowrap;-webkit-user-select:none;user-select:none}.fb-btn--reset{color:var(--text-secondary);background:var(--bg-base-default);border-color:var(--border-neutral-l2)}.fb-btn--reset:hover{color:var(--text-brand);border-color:var(--border-brand);background:var(--bg-base-default)}.fb-btn--reset:active{color:var(--brand-600, #0e42d2);border-color:var(--brand-600, #0e42d2)}.fb-btn--search{color:#fff;background:var(--brand-500, #165dff);border-color:var(--brand-500, #165dff);padding:0 20px;font-weight:500}.fb-btn--search:hover{background:var(--brand-600, #0e42d2);border-color:var(--brand-600, #0e42d2)}.fb-btn--search:active{background:var(--brand-700, #0a35b6);border-color:var(--brand-700, #0a35b6)}@media(max-width:900px){.fb-bar{padding:16px;gap:16px}.fb-actions{margin-left:0;width:100%;justify-content:flex-end}}.ec-page{background:#fff;border-radius:8px;padding:24px;min-height:100%}.ec-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0;flex-wrap:wrap;gap:12px}.ec-page__title{font-size:18px;font-weight:400;color:#000000e0;margin:0;position:relative;padding-left:12px}.ec-page__title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:18px;background:#1677ff;border-radius:2px}.ec-filter-bar{padding:16px 20px;margin-bottom:16px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.ec-filter-item{display:flex;align-items:center;gap:8px}.ec-filter-label{font-size:13px;font-weight:400;color:#000000e0;white-space:nowrap;flex-shrink:0}.ec-table-wrap{border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.ec-weight-summary{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px dashed #d9d9d9}@media(max-width:768px){.ec-page{padding:16px;border-radius:0}.ec-page__header{flex-direction:column;align-items:flex-start}.ec-page__title{font-size:16px}.ec-filter-bar{padding:12px}.ec-filter-item{width:100%}}:root{--radius-0: 0px;--radius-2: 2px;--radius-4: 4px;--radius-6: 6px;--radius-8: 8px;--radius-10: 10px;--radius-12: 12px;--radius-16: 16px;--radius-20: 20px;--radius-24: 24px;--radius-32: 32px;--radius-full: 999px;--radius-xs: var(--radius-2);--radius-sm: var(--radius-4);--radius-md: var(--radius-6);--radius-lg: var(--radius-8);--radius-xl: var(--radius-10);--border-width-default: 1px;--spacer-0: 0px;--spacer-2: 2px;--spacer-3: 3px;--spacer-4: 4px;--spacer-6: 6px;--spacer-8: 8px;--spacer-10: 10px;--spacer-12: 12px;--spacer-16: 16px;--spacer-20: 20px;--spacer-24: 24px;--spacer-32: 32px;--spacer-40: 40px;--spacer-48: 48px;--spacer-64: 64px;--icon-size-12: 12px;--icon-size-14: 14px;--icon-size-16: 16px;--icon-size-20: 20px;--icon-size-24: 24px;--font-family-default: "SF Pro Text", "PingFang SC", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-family-heading: "SF Pro", "PingFang SC", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-family-metric: "Inter", "SF Pro Text", "PingFang SC", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-family-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--font-weight-default: 400;--font-weight-code: 450;--font-weight-medium: 500;--font-weight-strong: 600;--font-family-base: var(--font-family-default);--font-family-heading-alias: var(--font-family-heading);--font-family-mono-alias: var(--font-family-mono);--body-xs-font-family: var(--font-family-default);--body-xs-font-size: 10px;--body-xs-font-weight: 400;--body-xs-line-height: 14px;--body-xs-letter-spacing: 0;--body-xs-strong-font-family: var(--font-family-default);--body-xs-strong-font-size: 10px;--body-xs-strong-font-weight: 500;--body-xs-strong-line-height: 14px;--body-xs-strong-letter-spacing: 0;--body-sm-font-family: var(--font-family-default);--body-sm-font-size: 11px;--body-sm-font-weight: 400;--body-sm-line-height: 16px;--body-sm-letter-spacing: 0;--body-sm-strong-font-family: var(--font-family-default);--body-sm-strong-font-size: 11px;--body-sm-strong-font-weight: 500;--body-sm-strong-line-height: 16px;--body-sm-strong-letter-spacing: 0;--body-md-font-family: var(--font-family-default);--body-md-font-size: 12px;--body-md-font-weight: 400;--body-md-line-height: 18px;--body-md-letter-spacing: 0;--body-md-strong-font-family: var(--font-family-default);--body-md-strong-font-size: 12px;--body-md-strong-font-weight: 500;--body-md-strong-line-height: 18px;--body-md-strong-letter-spacing: 0;--body-base-font-family: var(--font-family-default);--body-base-font-size: 14px;--body-base-font-weight: 400;--body-base-line-height: 20px;--body-base-letter-spacing: -.02em;--body-base-strong-font-family: var(--font-family-default);--body-base-strong-font-size: 14px;--body-base-strong-font-weight: 500;--body-base-strong-line-height: 20px;--body-base-strong-letter-spacing: -.02em;--body-lg-font-family: var(--font-family-default);--body-lg-font-size: 18px;--body-lg-font-weight: 400;--body-lg-line-height: 28px;--body-lg-letter-spacing: -.02em;--heading-3xs-font-family: var(--font-family-default);--heading-3xs-font-size: 11px;--heading-3xs-font-weight: 600;--heading-3xs-line-height: 16px;--heading-3xs-letter-spacing: 0;--heading-2xs-font-family: var(--font-family-default);--heading-2xs-font-size: 12px;--heading-2xs-font-weight: 600;--heading-2xs-line-height: 18px;--heading-2xs-letter-spacing: 0;--heading-xs-font-family: var(--font-family-default);--heading-xs-font-size: 13px;--heading-xs-font-weight: 600;--heading-xs-line-height: 20px;--heading-xs-letter-spacing: 0;--heading-sm-font-family: var(--font-family-default);--heading-sm-font-size: 16px;--heading-sm-font-weight: 600;--heading-sm-line-height: 24px;--heading-sm-letter-spacing: 0;--heading-md-font-family: var(--font-family-heading);--heading-md-font-size: 20px;--heading-md-font-weight: 600;--heading-md-line-height: 28px;--heading-md-letter-spacing: 0;--heading-lg-font-family: var(--font-family-heading);--heading-lg-font-size: 22px;--heading-lg-font-weight: 600;--heading-lg-line-height: 30px;--heading-lg-letter-spacing: 0;--heading-xl-font-family: var(--font-family-heading);--heading-xl-font-size: 24px;--heading-xl-font-weight: 600;--heading-xl-line-height: 32px;--heading-xl-letter-spacing: 0;--heading-2xl-font-family: var(--font-family-heading);--heading-2xl-font-size: 28px;--heading-2xl-font-weight: 600;--heading-2xl-line-height: 36px;--heading-2xl-letter-spacing: 0;--heading-3xl-font-family: var(--font-family-heading);--heading-3xl-font-size: 32px;--heading-3xl-font-weight: 600;--heading-3xl-line-height: 40px;--heading-3xl-letter-spacing: 0;--heading-display-font-family: var(--font-family-heading);--heading-display-font-size: 52px;--heading-display-font-weight: 600;--heading-display-line-height: 60px;--heading-display-letter-spacing: -.03em;--heading-display-sm-font-family: var(--font-family-heading);--heading-display-sm-font-size: 40px;--heading-display-sm-font-weight: 600;--heading-display-sm-line-height: 48px;--heading-display-sm-letter-spacing: -.02em;--code-editor-font-family: var(--font-family-mono);--code-editor-font-size: 13px;--code-editor-font-weight: 450;--code-editor-line-height: 20px;--code-terminal-font-family: var(--font-family-mono);--code-terminal-font-size: 12px;--code-terminal-font-weight: 450;--code-terminal-line-height: 18px;--code-text: #17181A;--code-doc: #8393A3;--code-link: #2F74FF;--code-number: #E54595;--code-action: #5F36B2;--code-instruction: #B15EF2;--code-function: #FF5D4D;--code-constant: #175CE6;--code-parameter: #4DA621;--code-attribute: #C99100;--code-tag: #E24864;--bg-base-default: #FFFFFF;--bg-base-secondary: #F5F5F5;--bg-base-tertiary: #E5E5E5;--bg-overlay-l1: rgba(115, 115, 115, .08);--bg-overlay-l2: rgba(115, 115, 115, .12);--bg-overlay-l3: rgba(115, 115, 115, .16);--bg-overlay-l4: rgba(115, 115, 115, .2);--bg-white: #FFFFFF;--bg-menu: #FFFFFF;--bg-tooltip: #FFFFFF;--bg-invert: #262626;--bg-invert-hover: #404040;--bg-invert-active: #171717;--bg-invert-disabled: rgba(115, 115, 115, .2);--color-background: var(--bg-base-default);--color-surface: var(--bg-base-secondary);--color-surface-variant: var(--bg-base-tertiary);--color-overlay-1: var(--bg-overlay-l1);--color-overlay-2: var(--bg-overlay-l2);--color-overlay-3: var(--bg-overlay-l3);--color-overlay-4: var(--bg-overlay-l4);--color-card: var(--bg-base-secondary);--color-tooltip: var(--bg-tooltip);--color-menu: var(--bg-menu);--bg-brand: #4B3FE3;--bg-brand-hover: #6A6FFF;--bg-brand-active: #3F31C6;--bg-brand-disabled: rgba(75, 63, 227, .22);--bg-brand-popup: rgba(170, 183, 255, .36);--color-primary: var(--bg-brand);--color-primary-hover: var(--bg-brand-hover);--color-primary-disabled: var(--bg-brand-disabled);--color-primary-soft: var(--bg-brand-popup);--color-accent: var(--bg-brand);--text-default: #171717;--text-default-hover: #262626;--text-default-active: #262626;--text-secondary: #404040;--text-secondary-hover: #171717;--text-secondary-active: #171717;--text-tertiary: #737373;--text-disabled: #A1A1A1;--text-onbrand: #FFFFFF;--text-onaccent: #FFFFFF;--text-white: #FFFFFF;--color-foreground: var(--text-default);--color-foreground-hover: var(--text-default-hover);--color-on-surface: var(--text-default);--color-on-surface-variant: var(--text-secondary);--color-muted-foreground: var(--text-secondary);--color-disabled-foreground: var(--text-disabled);--color-on-primary: var(--text-onbrand);--text-brand: #4B3FE3;--text-brand-hover: #6A6FFF;--icon-default: #262626;--icon-default-hover: #171717;--icon-default-active: #171717;--icon-secondary: #404040;--icon-secondary-hover: #262626;--icon-secondary-active: #262626;--icon-tertiary: #737373;--icon-disabled: #A1A1A1;--icon-onbrand: #FFFFFF;--icon-onaccent: #FFFFFF;--icon-white: #FFFFFF;--icon-brand: #4B3FE3;--icon-brand-hover: #6A6FFF;--border-neutral-l1: rgba(115, 115, 115, .12);--border-neutral-l2: rgba(115, 115, 115, .18);--border-neutral-l3: rgba(115, 115, 115, .36);--border-contrast: #000000;--border-brand: #4B3FE3;--color-border: var(--border-neutral-l1);--color-border-strong: var(--border-neutral-l2);--color-border-stronger: var(--border-neutral-l3);--color-border-contrast: var(--border-contrast);--color-outline: var(--border-neutral-l1);--accent-teal: #00B983;--accent-coral: #FF6B45;--accent-amber: #F2A90C;--accent-lime: #5FC000;--accent-cyan: #00B6F5;--accent-blue: #3F85FF;--accent-magenta: #F53CFF;--accent-violet: #9570FF;--accent-slate: #747E94;--status-primary-default: #2F74FF;--status-primary-hover: #4C88FF;--status-primary-active: #1759DD;--status-primary-surface-l1: rgba(47, 116, 255, .12);--status-primary-surface-l2: rgba(47, 116, 255, .18);--status-primary-surface-l3: rgba(47, 116, 255, .36);--status-success-default: #15A877;--status-success-hover: #2FB287;--status-success-active: #1E8B56;--status-success-surface-l1: rgba(64, 176, 139, .12);--status-success-surface-l2: rgba(64, 176, 139, .18);--status-success-surface-l3: rgba(64, 176, 139, .36);--status-alert-default: #FEA900;--status-alert-hover: #FFB700;--status-alert-active: #E59100;--status-alert-surface-l1: rgba(254, 169, 0, .14);--status-alert-surface-l2: rgba(254, 169, 0, .2);--status-alert-surface-l3: rgba(254, 169, 0, .36);--status-warning-default: #E27900;--status-warning-hover: #F39A35;--status-warning-active: #C46F11;--status-warning-surface-l1: rgba(226, 121, 0, .12);--status-warning-surface-l2: rgba(226, 121, 0, .16);--status-warning-surface-l3: rgba(226, 121, 0, .36);--status-error-default: #E8463A;--status-error-hover: #EA574C;--status-error-active: #C9382F;--status-error-surface-l1: rgba(232, 70, 58, .12);--status-error-surface-l2: rgba(232, 70, 58, .16);--status-error-surface-l3: rgba(232, 70, 58, .36);--color-info: var(--status-primary-default);--color-success: var(--status-success-default);--color-warning: var(--status-warning-default);--color-error: var(--status-error-default);--color-error-soft: var(--status-error-surface-l1);--brand-50: #F2F7FF;--brand-100: #E5EAFF;--brand-200: #CFD8FF;--brand-300: #AAB7FF;--brand-400: #8894FF;--brand-500: #6A6FFF;--brand-600: #4B3FE3;--brand-700: #3F31C6;--brand-800: #2C2290;--brand-900: #1A1759;--brand-950: #010109;--brand-grey-50: #FAFAFA;--brand-grey-100: #F5F5F5;--brand-grey-200: #E5E5E5;--brand-grey-300: #D4D4D4;--brand-grey-400: #A1A1A1;--brand-grey-500: #737373;--brand-grey-600: #525252;--brand-grey-700: #404040;--brand-grey-800: #262626;--brand-grey-900: #171717;--brand-grey-950: #0A0A0A;--brand-green-100: var(--brand-50);--brand-green-200: var(--brand-100);--brand-green-300: var(--brand-200);--brand-green-400: var(--brand-300);--brand-green-500: var(--brand-600);--brand-green-600: var(--brand-500);--brand-green-700: var(--brand-700);--brand-green-800: var(--brand-800);--brand-green-900: var(--brand-900);--brand-green-1000: var(--brand-950);--brand-red-100: #FFE5E5;--brand-red-200: #FFCCCC;--brand-red-300: #FFB2B2;--brand-red-400: #FF9999;--brand-red-500: #FF8080;--brand-red-600: #FF6464;--brand-red-700: #E63737;--brand-red-800: #CB1010;--brand-red-900: #8F0505;--brand-red-1000: #4D0000;--brand-yellow-100: #FFF6E5;--brand-yellow-200: #FFECCC;--brand-yellow-300: #FFE3B2;--brand-yellow-400: #FFDA99;--brand-yellow-500: #FFD080;--brand-yellow-600: #FFC864;--brand-yellow-700: #E6A637;--brand-yellow-800: #CB8710;--brand-yellow-900: #8F5C05;--brand-yellow-1000: #4D3000;--brand-blue-100: #E5F3FF;--brand-blue-200: #CCE6FF;--brand-blue-300: #B2DAFF;--brand-blue-400: #99CEFF;--brand-blue-500: #80C1FF;--brand-blue-600: #64B4FF;--brand-blue-700: #3792E6;--brand-blue-800: #1071CB;--brand-blue-900: #054C8F;--brand-blue-1000: #00284D;--brand-purple-100: #E8E5FF;--brand-purple-200: #D2CCFF;--brand-purple-300: #BBB2FF;--brand-purple-400: #A599FF;--brand-purple-500: #8E80FF;--brand-purple-600: #7864FF;--brand-purple-700: #4C37E6;--brand-purple-800: #2610CB;--brand-purple-900: #15058F;--brand-purple-1000: #09004D;--brand-neutral-grey-100: #F2F2F2;--brand-neutral-grey-200: #E3E3E3;--brand-neutral-grey-300: #D6D6D6;--brand-neutral-grey-400: #C7C7C7;--brand-neutral-grey-500: #BABABA;--brand-neutral-grey-600: #ABABAB;--brand-neutral-grey-700: #8A8A8A;--brand-neutral-grey-800: #686868;--brand-neutral-grey-900: #474747;--brand-neutral-grey-1000: #262626;--brand-blue-grey-100: #F1EFF4;--brand-blue-grey-200: #E0E1E6;--brand-blue-grey-300: #CFD3D8;--brand-blue-grey-400: #BFC5CA;--brand-blue-grey-500: #B0B5BA;--brand-blue-grey-600: #A0A6AB;--brand-blue-grey-700: #80898E;--brand-blue-grey-800: #5E696E;--brand-blue-grey-900: #404A4F;--brand-blue-grey-1000: #21262B;--brand-green-grey-100: #F1F4F4;--brand-green-grey-200: #E0E6E6;--brand-green-grey-300: #CFD8D8;--brand-green-grey-400: #BFCACA;--brand-green-grey-500: #B0BABA;--brand-green-grey-600: #A0ABAB;--brand-green-grey-700: #808E8E;--brand-green-grey-800: #5E6E6E;--brand-green-grey-900: #404F4F;--brand-green-grey-1000: #212B2B;--font-family: var(--font-family-default);--font-size: var(--body-xs-font-size);--font-weight: var(--body-xs-font-weight);--line-height: var(--body-xs-line-height);--viz-series-brand: var(--bg-brand);--viz-series-brand-soft: var(--brand-300);--viz-series-brand-mid: var(--brand-500);--viz-series-brand-deep: var(--brand-700);--viz-series-neutral: var(--brand-grey-500);--viz-series-coral: #F87454;--viz-series-amber: #EDAA45;--viz-series-mint: #1DC981;--viz-series-teal: #59E8E8;--viz-series-sky: #22A5F7;--viz-series-violet: #B655FC;--viz-series-magenta: #FB9DD7;--viz-series-indigo: #B6A3FF;--viz-series-lime: #A6EA39;--viz-series-slate: #859EAD;--viz-ui-bg-chart: var(--bg-menu);--viz-ui-bg-tooltip: var(--bg-tooltip);--viz-ui-chart-title: var(--text-default);--viz-ui-chart-subtitle: var(--text-secondary);--viz-ui-chart-axis: var(--border-neutral-l2);--viz-ui-chart-tick: var(--text-secondary);--viz-ui-legend-label: var(--text-secondary);--viz-ui-legend-value: var(--text-default);--special-white: #FFFFFF;--special-black: #000000;--special-bgtabsoverlay: rgba(255, 255, 255, .12);--special-bggoldoverlay: rgba(210, 181, 19, .12);--brand-1: var(--brand-600);--brand-2: var(--brand-500);--brand-3: var(--brand-300);--brand-4: var(--brand-100);--site-canvas: var(--bg-base-default);--bg-layout-1: var(--bg-base-secondary);--bg-layout-2: var(--bg-overlay-l1);--border-1: var(--border-neutral-l1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-base-default);color:var(--text-default);font-family:var(--body-base-font-family);font-size:var(--body-base-font-size);line-height:var(--body-base-line-height);font-weight:var(--body-base-font-weight);letter-spacing:var(--body-base-letter-spacing);min-height:100%}html,body{overflow-x:hidden;max-width:100%}body{padding:var(--spacer-32)}img,svg,video,canvas{max-width:100%}a{color:var(--text-default);text-decoration:none}a:hover{color:var(--text-default-hover)}hr{border:0;border-top:1px solid var(--border-neutral-l1);margin:var(--spacer-24) 0}.h1{font-family:var(--heading-2xl-font-family);font-size:var(--heading-2xl-font-size);line-height:var(--heading-2xl-line-height);font-weight:var(--heading-2xl-font-weight);color:var(--text-default)}.h2{font-family:var(--heading-md-font-family);font-size:var(--heading-md-font-size);line-height:var(--heading-md-line-height);font-weight:var(--heading-md-font-weight);color:var(--text-default)}.h3{font-family:var(--heading-sm-font-family);font-size:var(--heading-sm-font-size);line-height:var(--heading-sm-line-height);font-weight:var(--heading-sm-font-weight);color:var(--text-default)}.eyebrow{font-size:var(--body-xs-font-size);line-height:var(--body-xs-line-height);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:var(--body-xs-letter-spacing)}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.ds-hero-title{font-family:var(--heading-3xl-font-family);font-size:var(--heading-3xl-font-size);line-height:var(--heading-3xl-line-height);font-weight:var(--heading-3xl-font-weight);letter-spacing:var(--heading-3xl-letter-spacing);color:var(--text-default)}.ds-hero-title .brand1{color:var(--bg-brand)}.ds-hero-title .brand2{color:var(--text-default)}.ds-hero-title .brand3{color:var(--bg-brand)}.ds-hero-title .brand4{color:var(--text-default)}.ds-hero-title__sub{display:block;margin-top:var(--spacer-12);font-size:var(--heading-2xl-font-size);line-height:var(--heading-2xl-line-height);color:var(--text-secondary);letter-spacing:var(--heading-2xl-letter-spacing)}.ds-section-title__index{display:block;font-family:var(--code-editor-font-family);font-size:var(--body-sm-font-size);line-height:var(--body-sm-line-height);letter-spacing:var(--body-sm-letter-spacing);color:var(--bg-brand);margin-bottom:var(--spacer-12)}.ds-section-title{font-family:var(--heading-xl-font-family);font-size:var(--heading-xl-font-size);line-height:var(--heading-xl-line-height);letter-spacing:var(--heading-xl-letter-spacing);color:var(--text-default);font-weight:var(--heading-xl-font-weight);margin:0}.row{display:flex;gap:var(--spacer-12);flex-wrap:wrap;align-items:center}.col{display:flex;flex-direction:column;gap:var(--spacer-12)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--spacer-24)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacer-24)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacer-24)}.stack-8{display:flex;flex-direction:column;gap:var(--spacer-8)}.stack-12{display:flex;flex-direction:column;gap:var(--spacer-12)}.stack-16{display:flex;flex-direction:column;gap:var(--spacer-16)}.stack-24{display:flex;flex-direction:column;gap:var(--spacer-24)}.stack-40{display:flex;flex-direction:column;gap:var(--spacer-40)}.pv-header{margin-bottom:var(--spacer-32);padding-bottom:var(--spacer-16);border-bottom:1px solid var(--border-neutral-l1)}.pv-header h1{font-size:var(--heading-lg-font-size);line-height:var(--heading-lg-line-height);font-weight:var(--heading-lg-font-weight);margin-bottom:var(--spacer-4)}.pv-header p{color:var(--text-secondary);font-size:var(--body-base-font-size);line-height:var(--body-base-line-height)}.pv-section{margin-bottom:var(--spacer-32)}.pv-section__title{font-size:var(--heading-sm-font-size);line-height:var(--heading-sm-line-height);font-weight:var(--heading-sm-font-weight);margin-bottom:var(--spacer-12);color:var(--text-default)}.pv-section__sub{font-size:var(--body-base-font-size);line-height:var(--body-base-line-height);color:var(--text-tertiary);margin-bottom:var(--spacer-12)}.ds-tooltip{display:inline-flex;align-items:center;gap:var(--spacer-6);padding:var(--spacer-6) var(--spacer-8);background:var(--bg-tooltip);color:var(--text-default);border:1px solid var(--border-neutral-l2);border-radius:var(--radius-8);font-size:var(--body-sm-font-size);line-height:var(--body-sm-line-height);box-shadow:0 12px 32px color-mix(in srgb,var(--text-default) 16%,transparent)}.ds-popover{background:var(--bg-base-default);border:1px solid var(--border-neutral-l2);border-radius:var(--radius-12);padding:var(--spacer-8);box-shadow:0 12px 32px color-mix(in srgb,var(--text-default) 16%,transparent)}.ds-empty{display:flex;flex-direction:column;align-items:center;padding:var(--spacer-40) var(--spacer-24);color:var(--text-tertiary);text-align:center;border:1px dashed var(--border-neutral-l1);border-radius:var(--radius-12)}.ds-empty__icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-neutral-l1);margin-bottom:var(--spacer-12);color:var(--icon-secondary);border-radius:var(--radius-8)}.ds-empty__title{color:var(--text-default);font-size:var(--body-base-font-size);font-weight:var(--font-weight-medium, 500);margin-bottom:var(--spacer-4)}.ds-empty__desc{font-size:var(--body-sm-font-size)}.ds-code{background:var(--bg-overlay-l1);border:1px solid var(--border-neutral-l1);border-radius:var(--radius-8);padding:var(--spacer-12) var(--spacer-16);color:var(--text-default);font-family:var(--code-editor-font-family);font-size:var(--code-editor-font-size);line-height:var(--code-editor-line-height);white-space:pre;overflow:auto}.ds-kbd{display:inline-flex;align-items:center;padding:0 var(--spacer-6);height:20px;background:transparent;border:1px solid var(--border-neutral-l1);border-radius:var(--radius-8);box-shadow:none;font-family:var(--body-md-font-family);font-size:var(--body-md-font-size);font-weight:var(--font-weight-default, 400);font-variant-numeric:normal;font-feature-settings:normal;letter-spacing:var(--body-md-letter-spacing);color:var(--text-secondary)}.icon,.icon-img{display:inline-block;color:currentColor;flex:0 0 auto;object-fit:contain;vertical-align:middle}.mono,.num,code,kbd,samp,pre{font-family:var(--code-editor-font-family);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1}.metric-value,.kpi-value,.scorecard-value{font-family:var(--font-family-metric);font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1}@media(max-width:720px){body{padding:var(--spacer-16)}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}
