:root{--ds-font-sans: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ds-color-primary: #000976;--ds-color-primary-hover: #00065e;--ds-color-primary-soft: #6368a9;--ds-color-primary-disabled: #000976;--ds-opacity-primary-disabled: .45;--ds-risk-high: #d63e46;--ds-risk-medium: #e49040;--ds-risk-low: #f0c74a;--ds-risk-info: #00539a;--ds-color-text: #353740;--ds-color-text-strong: #202123;--ds-color-text-muted: #6b7280;--ds-color-border: #e6e5e0;--ds-color-border-input: #d3d2cc;--ds-color-surface: #fafaf8;--ds-color-surface-muted: #f2f1ed;--ds-color-surface-hover: #e8e7e3;--ds-color-chip-bg: rgba(99, 104, 169, .14);--ds-color-chip-text: var(--ds-color-primary);--ds-color-nav-active-bg: rgba(99, 104, 169, .12);--ds-color-nav-active-border: var(--ds-color-primary);--ds-radius-sm: .375rem;--ds-radius-md: .5rem;--ds-heading-1-size: 2rem;--ds-heading-1-weight: 600;--ds-heading-1-line: 1.2;--ds-heading-1-tracking: -.02em;--ds-heading-2-size: 1.5rem;--ds-heading-2-weight: 600;--ds-heading-2-line: 1.25;--ds-heading-2-tracking: -.02em;--ds-heading-3-size: 1.25rem;--ds-heading-3-weight: 600;--ds-heading-3-line: 1.3;--ds-heading-4-size: 1rem;--ds-heading-4-weight: 600;--ds-heading-4-line: 1.35;--ds-alert-error-bg: #fef2f2;--ds-alert-error-border: #fecaca;--ds-alert-error-text: #b91c1c;--ds-alert-success-bg: #ecfdf5;--ds-alert-success-border: #a7f3d0;--ds-alert-success-text: #166534;--ds-alert-warning-bg: #fffbeb;--ds-alert-warning-border: #fde68a;--ds-alert-warning-text: #92400e;--ds-alert-info-bg: #eff6ff;--ds-alert-info-border: #bfdbfe;--ds-alert-info-text: var(--ds-risk-info);--ds-z-dropdown: 1000;--ds-z-drawer-backdrop: 1900;--ds-z-drawer: 2000;--ds-z-modal-backdrop: 2100;--ds-z-modal: 2110;--ds-search-field-max-width: 50ch;--ds-select-arrow-inset: .625rem;--ds-select-padding-end: 2.25rem}.ds-native-select,select:not([multiple]):not([size]){font-family:var(--ds-font-sans);padding:.375rem var(--ds-select-padding-end) .375rem .75rem;border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-sm);font-size:.875rem;background-color:var(--ds-color-surface);color:var(--ds-color-text);cursor:pointer;accent-color:var(--ds-color-primary);appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--ds-select-arrow-inset) center;background-size:1rem}.ds-native-select,select:not([multiple]):not([size]){padding-right:var(--ds-select-padding-end)!important}.ds-search-field{position:relative;flex:0 1 auto;width:100%;max-width:var(--ds-search-field-max-width)}.ds-native-select:focus,select:not([multiple]):not([size]):focus{outline:none;border-color:var(--ds-color-primary);box-shadow:0 0 0 1px var(--ds-color-primary)}.ds-native-select:disabled,select:not([multiple]):not([size]):disabled{opacity:var(--ds-opacity-primary-disabled);cursor:not-allowed}.ds-segmented-control{display:inline-flex;border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-md);overflow:hidden;background-color:var(--ds-color-surface-muted)}.ds-segmented-control__segment{padding:.5rem 1rem;font-family:var(--ds-font-sans);font-size:.875rem;font-weight:500;border:none;cursor:pointer;background-color:transparent;color:var(--ds-color-text);transition:background-color .15s ease,color .15s ease}.ds-segmented-control__segment:not(.ds-segmented-control__segment--active):not(:disabled):hover{background-color:var(--ds-color-surface-hover)}.ds-segmented-control__segment:not(:first-child){border-left:1px solid var(--ds-color-border)}.ds-segmented-control__segment:focus{outline:none}.ds-segmented-control__segment:focus-visible{outline:none;position:relative;z-index:1;box-shadow:0 0 0 2px var(--ds-color-surface),0 0 0 4px var(--ds-color-primary)}.ds-segmented-control__segment--active{background-color:var(--ds-color-primary);color:#fff;font-weight:600;box-shadow:inset 0 0 0 1px var(--ds-color-primary-hover)}.ds-segmented-control__segment--active:not(:disabled):hover{background-color:var(--ds-color-primary-hover);color:#fff}.ds-segmented-control__segment--active:focus-visible{box-shadow:0 0 0 2px var(--ds-color-surface),0 0 0 4px var(--ds-color-primary)}.ds-segmented-control__segment:disabled{cursor:not-allowed;opacity:var(--ds-opacity-primary-disabled)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}body{font-family:var(--ds-font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--ds-color-surface-muted);color:var(--ds-color-text)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;height:100%;min-height:0;display:flex;flex-direction:column}input[type=checkbox],input[type=radio]{accent-color:var(--ds-color-primary)}
