@charset "UTF-8";@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-blue-500: oklch(62.3% .214 259.815);--color-blue-600: oklch(54.6% .245 262.881);--color-zinc-500: oklch(55.2% .016 285.938);--spacing: .25rem;--container-xl: 36rem;--text-xs: .75rem;--text-xs--line-height: calc(1 / .75);--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--font-weight-medium: 500;--font-weight-bold: 700;--tracking-tight: -.025em;--radius-xs: .125rem;--radius-sm: .25rem;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono);--color-brand-blue: #1d4ed8;--color-brand-indigo: #4338ca;--color-brand-blue-dark: #60a5fa;--color-brand-indigo-dark: #818cf8}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.relative{position:relative}.static{position:static}.sticky{position:sticky}.container{width:100%}@media(width>=40rem){.container{max-width:40rem}}@media(width>=48rem){.container{max-width:48rem}}@media(width>=64rem){.container{max-width:64rem}}@media(width>=80rem){.container{max-width:80rem}}@media(width>=96rem){.container{max-width:96rem}}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-12{margin-top:calc(var(--spacing) * 12)}.mr-2{margin-right:calc(var(--spacing) * 2)}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.max-h-\[99vh\]{max-height:99vh}.w-full{width:100%}.max-w-xl{max-width:var(--container-xl)}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-x-6{column-gap:calc(var(--spacing) * 6)}.gap-y-4{row-gap:calc(var(--spacing) * 4)}.overflow-y-auto{overflow-y:auto}.rounded-none{border-radius:0}.rounded-xs{border-radius:var(--radius-xs)}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-blue-600{border-color:var(--color-blue-600)}.bg-\[var\(--mat-sys-surface-container-high\)\]{background-color:var(--mat-sys-surface-container-high)}.bg-gradient-to-r{--tw-gradient-position: to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-brand-blue{--tw-gradient-from: var(--color-brand-blue);--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-brand-indigo{--tw-gradient-to: var(--color-brand-indigo);--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.p-0{padding:calc(var(--spacing) * 0)}.p-3{padding:calc(var(--spacing) * 3)}.p-24{padding:calc(var(--spacing) * 24)}.px-2{padding-inline:calc(var(--spacing) * 2)}.py-4{padding-block:calc(var(--spacing) * 4)}.pl-3{padding-left:calc(var(--spacing) * 3)}.text-right{text-align:right}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading, var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height))}.leading-none{--tw-leading: 1;line-height:1}.font-bold{--tw-font-weight: var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.tracking-tight{--tw-tracking: var(--tracking-tight);letter-spacing:var(--tracking-tight)}.whitespace-pre-line{white-space:pre-line}.text-blue-600{color:var(--color-blue-600)}.text-current{color:currentcolor}.text-transparent{color:transparent}.italic{font-style:italic}.blur{--tw-blur: blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}@media(width>=48rem){.md\:\!hidden{display:none!important}}@media(width>=48rem){.md\:inline{display:inline}}@media(width>=48rem){.md\:flex-nowrap{flex-wrap:nowrap}}@media(width>=48rem){.md\:gap-3{gap:calc(var(--spacing) * 3)}}@media(prefers-color-scheme:dark){.dark\:border-blue-500{border-color:var(--color-blue-500)}}@media(prefers-color-scheme:dark){.dark\:from-brand-blue-dark{--tw-gradient-from: var(--color-brand-blue-dark);--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}}@media(prefers-color-scheme:dark){.dark\:to-brand-indigo-dark{--tw-gradient-to: var(--color-brand-indigo-dark);--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}}@media(prefers-color-scheme:dark){.dark\:text-blue-500{color:var(--color-blue-500)}}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[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{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--primary: #7c4dff;--primary-2: #b388ff;--primary-contrast: #ffffff;--income: #4caf50;--expense: #ff5370;--transfer: #42a5f5;--warning: #ff9800;--radius: 16px;--radius-sm: 12px;font-family:Segoe UI,Roboto,system-ui,-apple-system,sans-serif;--field-label: 11px;--summary-card-balance-bg: linear-gradient(135deg, #6366f1, #4f46e5);--summary-card-income-bg: linear-gradient(135deg, #22c55e, #16a34a);--summary-card-expenses-bg: linear-gradient(135deg, #ef4444, #dc2626);--summary-card-forecast-bg: linear-gradient(135deg, #8b5cf6, #7c3aed);--summary-card-savings-bg: linear-gradient(135deg, #14b8a6, #0d9488)}:root,:root[data-theme=dark]{--bg: #12121a;--bg-2: #181822;--surface: #1e1e2a;--surface-2: #262635;--surface-hover: #2c2c3d;--text: #eceaf5;--text-dim: #a09fb5;--border: #2e2e40;--shadow: 0 2px 8px rgba(0, 0, 0, .35);--shadow-lg: 0 18px 50px rgba(0, 0, 0, .55)}:root[data-theme=light]{--bg: #f4f5fb;--bg-2: #ffffff;--surface: #ffffff;--surface-2: #f5f5fb;--surface-hover: #edecf6;--text: #1c1b2a;--text-dim: #6b6a82;--border: #e4e3ef;--shadow: 0 2px 10px rgba(80, 60, 160, .08);--shadow-lg: 0 18px 50px rgba(60, 40, 120, .18)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}html .mat-primary{--mat-stepper-container-color: #fcf8fd;--mat-stepper-header-done-state-icon-background-color: #343dff;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #343dff;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-stepper-header-icon-background-color: #46464f;--mat-stepper-header-icon-foreground-color: #fcf8fd;--mat-stepper-header-label-text-color: #46464f;--mat-stepper-header-optional-label-text-color: #46464f;--mat-stepper-header-selected-state-icon-background-color: #343dff;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #46464f;--mat-stepper-line-color: #777680}html .mat-primary.mat-icon{--mat-icon-color: #343dff}html .mat-primary.mat-mdc-tab-group,html .mat-primary.mat-mdc-tab-nav-bar{--mat-tab-active-focus-indicator-color: #343dff;--mat-tab-active-focus-label-text-color: #1b1b1f;--mat-tab-active-hover-indicator-color: #343dff;--mat-tab-active-hover-label-text-color: #1b1b1f;--mat-tab-active-indicator-color: #343dff;--mat-tab-active-label-text-color: #1b1b1f;--mat-tab-active-ripple-color: #1b1b1f;--mat-tab-divider-color: #e4e1ec;--mat-tab-inactive-focus-label-text-color: #1b1b1f;--mat-tab-inactive-hover-label-text-color: #1b1b1f;--mat-tab-inactive-label-text-color: #1b1b1f;--mat-tab-inactive-ripple-color: #1b1b1f;--mat-tab-pagination-icon-color: #1b1b1f;--mat-tab-disabled-ripple-color: #46464f}html .mat-primary.mat-mdc-slide-toggle{--mat-slide-toggle-disabled-label-text-color: #1b1b1f;--mat-slide-toggle-disabled-selected-handle-color: #fcf8fd;--mat-slide-toggle-disabled-selected-icon-color: #1b1b1f;--mat-slide-toggle-disabled-selected-track-color: #1b1b1f;--mat-slide-toggle-disabled-unselected-handle-color: #1b1b1f;--mat-slide-toggle-disabled-unselected-icon-color: #e4e1ec;--mat-slide-toggle-disabled-unselected-track-color: #e4e1ec;--mat-slide-toggle-disabled-unselected-track-outline-color: #1b1b1f;--mat-slide-toggle-label-text-color: #1b1b1f;--mat-slide-toggle-selected-focus-handle-color: #e0e0ff;--mat-slide-toggle-selected-focus-state-layer-color: #343dff;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #343dff;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #e0e0ff;--mat-slide-toggle-selected-hover-state-layer-color: #343dff;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #343dff;--mat-slide-toggle-selected-icon-color: #0000ef;--mat-slide-toggle-selected-pressed-handle-color: #e0e0ff;--mat-slide-toggle-selected-pressed-state-layer-color: #343dff;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #343dff;--mat-slide-toggle-selected-track-color: #343dff;--mat-slide-toggle-track-outline-color: #777680;--mat-slide-toggle-unselected-focus-handle-color: #46464f;--mat-slide-toggle-unselected-focus-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #e4e1ec;--mat-slide-toggle-unselected-handle-color: #777680;--mat-slide-toggle-unselected-hover-handle-color: #46464f;--mat-slide-toggle-unselected-hover-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #e4e1ec;--mat-slide-toggle-unselected-icon-color: #e4e1ec;--mat-slide-toggle-unselected-pressed-handle-color: #46464f;--mat-slide-toggle-unselected-pressed-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #e4e1ec;--mat-slide-toggle-unselected-track-color: #e4e1ec}html .mat-primary.mat-datepicker-content{--mat-datepicker-calendar-body-label-text-color: #1b1b1f;--mat-datepicker-calendar-container-background-color: #ebe7eb;--mat-datepicker-calendar-container-text-color: #1b1b1f;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffdcc7;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #5c5d72;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #e1e0f9;--mat-datepicker-calendar-date-in-range-state-background-color: #e0e0ff;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #343dff;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #343dff;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #1b1b1f;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #343dff;--mat-datepicker-calendar-date-today-selected-state-outline-color: #343dff;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #46464f;--mat-datepicker-calendar-navigation-button-icon-color: #46464f;--mat-datepicker-calendar-period-button-icon-color: #46464f;--mat-datepicker-calendar-period-button-text-color: #46464f;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-range-input-separator-color: #1b1b1f;--mat-datepicker-toggle-active-state-icon-color: #343dff;--mat-datepicker-toggle-icon-color: #46464f}html .mat-primary.mat-mdc-button-base{--mat-icon-button-disabled-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-icon-button-disabled-state-layer-color: #343dff;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #343dff;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #343dff 12%, transparent);--mat-icon-button-state-layer-color: #343dff}html .mat-badge{--mat-badge-background-color: #343dff;--mat-badge-disabled-state-background-color: color-mix(in srgb, #343dff 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff}html .mat-accent{--mat-option-focus-state-layer-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-option-label-text-color: #1b1b1f;--mat-option-selected-state-label-text-color: #723600;--mat-option-selected-state-layer-color: #ffdcc7}html .mat-accent{--mat-progress-spinner-active-indicator-color: #964900}html .mat-accent{--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fcf8fd;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;--mat-pseudo-checkbox-full-selected-icon-color: #964900;--mat-pseudo-checkbox-full-unselected-icon-color: #46464f;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #964900}html .mat-accent{--mat-stepper-container-color: #fcf8fd;--mat-stepper-header-done-state-icon-background-color: #964900;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #964900;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-stepper-header-icon-background-color: #46464f;--mat-stepper-header-icon-foreground-color: #fcf8fd;--mat-stepper-header-label-text-color: #46464f;--mat-stepper-header-optional-label-text-color: #46464f;--mat-stepper-header-selected-state-icon-background-color: #964900;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #46464f;--mat-stepper-line-color: #777680}html .mat-accent.mat-icon{--mat-icon-color: #964900}html .mat-accent.mat-mdc-checkbox{--mat-checkbox-disabled-label-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #fcf8fd;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-label-text-color: #1b1b1f;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #964900;--mat-checkbox-selected-focus-state-layer-color: #964900;--mat-checkbox-selected-hover-icon-color: #964900;--mat-checkbox-selected-hover-state-layer-color: #964900;--mat-checkbox-selected-icon-color: #964900;--mat-checkbox-selected-pressed-icon-color: #964900;--mat-checkbox-selected-pressed-state-layer-color: #1b1b1f;--mat-checkbox-unselected-focus-icon-color: #1b1b1f;--mat-checkbox-unselected-focus-state-layer-color: #1b1b1f;--mat-checkbox-unselected-hover-icon-color: #1b1b1f;--mat-checkbox-unselected-hover-state-layer-color: #1b1b1f;--mat-checkbox-unselected-icon-color: #46464f;--mat-checkbox-unselected-pressed-state-layer-color: #964900}html .mat-accent.mat-mdc-slider{--mat-slider-active-track-color: #964900;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #1b1b1f;--mat-slider-disabled-handle-color: #1b1b1f;--mat-slider-disabled-inactive-track-color: #1b1b1f;--mat-slider-focus-handle-color: #964900;--mat-slider-focus-state-layer-color: color-mix(in srgb, #964900 20%, transparent);--mat-slider-handle-color: #964900;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-shape: 9999px;--mat-slider-hover-handle-color: #964900;--mat-slider-hover-state-layer-color: color-mix(in srgb, #964900 5%, transparent);--mat-slider-inactive-track-color: #e4e1ec;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #964900;--mat-slider-label-label-text-color: #ffffff;--mat-slider-ripple-color: #964900;--mat-slider-with-overlap-handle-outline-color: #ffffff;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #1b1b1f;--mat-slider-with-tick-marks-inactive-container-color: #46464f}html .mat-accent.mat-mdc-tab-group,html .mat-accent.mat-mdc-tab-nav-bar{--mat-tab-active-focus-indicator-color: #964900;--mat-tab-active-focus-label-text-color: #1b1b1f;--mat-tab-active-hover-indicator-color: #964900;--mat-tab-active-hover-label-text-color: #1b1b1f;--mat-tab-active-indicator-color: #964900;--mat-tab-active-label-text-color: #1b1b1f;--mat-tab-active-ripple-color: #1b1b1f;--mat-tab-divider-color: #e4e1ec;--mat-tab-inactive-focus-label-text-color: #1b1b1f;--mat-tab-inactive-hover-label-text-color: #1b1b1f;--mat-tab-inactive-label-text-color: #1b1b1f;--mat-tab-inactive-ripple-color: #1b1b1f;--mat-tab-pagination-icon-color: #1b1b1f;--mat-tab-disabled-ripple-color: #46464f}html .mat-accent.mat-mdc-slide-toggle{--mat-slide-toggle-disabled-label-text-color: #1b1b1f;--mat-slide-toggle-disabled-selected-handle-color: #fcf8fd;--mat-slide-toggle-disabled-selected-icon-color: #1b1b1f;--mat-slide-toggle-disabled-selected-track-color: #1b1b1f;--mat-slide-toggle-disabled-unselected-handle-color: #1b1b1f;--mat-slide-toggle-disabled-unselected-icon-color: #e4e1ec;--mat-slide-toggle-disabled-unselected-track-color: #e4e1ec;--mat-slide-toggle-disabled-unselected-track-outline-color: #1b1b1f;--mat-slide-toggle-label-text-color: #1b1b1f;--mat-slide-toggle-selected-focus-handle-color: #ffdcc7;--mat-slide-toggle-selected-focus-state-layer-color: #964900;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #964900;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #ffdcc7;--mat-slide-toggle-selected-hover-state-layer-color: #964900;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #964900;--mat-slide-toggle-selected-icon-color: #723600;--mat-slide-toggle-selected-pressed-handle-color: #ffdcc7;--mat-slide-toggle-selected-pressed-state-layer-color: #964900;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #964900;--mat-slide-toggle-selected-track-color: #964900;--mat-slide-toggle-track-outline-color: #777680;--mat-slide-toggle-unselected-focus-handle-color: #46464f;--mat-slide-toggle-unselected-focus-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #e4e1ec;--mat-slide-toggle-unselected-handle-color: #777680;--mat-slide-toggle-unselected-hover-handle-color: #46464f;--mat-slide-toggle-unselected-hover-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #e4e1ec;--mat-slide-toggle-unselected-icon-color: #e4e1ec;--mat-slide-toggle-unselected-pressed-handle-color: #46464f;--mat-slide-toggle-unselected-pressed-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #e4e1ec;--mat-slide-toggle-unselected-track-color: #e4e1ec}html .mat-accent.mat-mdc-form-field{--mat-select-panel-background-color: #f0edf1;--mat-select-enabled-trigger-text-color: #1b1b1f;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-select-placeholder-text-color: #46464f;--mat-select-enabled-arrow-color: #46464f;--mat-select-disabled-arrow-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-select-focused-arrow-color: #964900;--mat-select-invalid-arrow-color: #ba1a1a}html .mat-accent.mat-mdc-radio-button{--mat-radio-checked-ripple-color: #964900;--mat-radio-disabled-label-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-radio-disabled-selected-icon-color: #1b1b1f;--mat-radio-disabled-unselected-icon-color: #1b1b1f;--mat-radio-label-text-color: #1b1b1f;--mat-radio-ripple-color: #1b1b1f;--mat-radio-selected-focus-icon-color: #964900;--mat-radio-selected-hover-icon-color: #964900;--mat-radio-selected-icon-color: #964900;--mat-radio-selected-pressed-icon-color: #964900;--mat-radio-unselected-focus-icon-color: #1b1b1f;--mat-radio-unselected-hover-icon-color: #1b1b1f;--mat-radio-unselected-pressed-icon-color: #1b1b1f}html .mat-accent.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #964900;--mat-progress-bar-track-color: #e4e1ec}html .mat-accent.mat-mdc-form-field{--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-enabled-select-arrow-color: #46464f;--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #93000a;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-filled-active-indicator-color: #46464f;--mat-form-field-filled-caret-color: #964900;--mat-form-field-filled-container-color: #e4e1ec;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1b1b1f 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-caret-color: #ba1a1a;--mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-focus-label-text-color: #ba1a1a;--mat-form-field-filled-error-hover-active-indicator-color: #93000a;--mat-form-field-filled-error-hover-label-text-color: #93000a;--mat-form-field-filled-error-label-text-color: #ba1a1a;--mat-form-field-filled-focus-active-indicator-color: #964900;--mat-form-field-filled-focus-label-text-color: #964900;--mat-form-field-filled-hover-active-indicator-color: #1b1b1f;--mat-form-field-filled-hover-label-text-color: #46464f;--mat-form-field-filled-input-text-color: #1b1b1f;--mat-form-field-filled-input-text-placeholder-color: #46464f;--mat-form-field-filled-label-text-color: #46464f;--mat-form-field-focus-select-arrow-color: #964900;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #46464f;--mat-form-field-outlined-caret-color: #964900;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-form-field-outlined-error-caret-color: #ba1a1a;--mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-error-focus-outline-color: #ba1a1a;--mat-form-field-outlined-error-hover-label-text-color: #93000a;--mat-form-field-outlined-error-hover-outline-color: #93000a;--mat-form-field-outlined-error-label-text-color: #ba1a1a;--mat-form-field-outlined-error-outline-color: #ba1a1a;--mat-form-field-outlined-focus-label-text-color: #964900;--mat-form-field-outlined-focus-outline-color: #964900;--mat-form-field-outlined-hover-label-text-color: #1b1b1f;--mat-form-field-outlined-hover-outline-color: #1b1b1f;--mat-form-field-outlined-input-text-color: #1b1b1f;--mat-form-field-outlined-input-text-placeholder-color: #46464f;--mat-form-field-outlined-label-text-color: #46464f;--mat-form-field-outlined-outline-color: #777680;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-select-option-text-color: #1b1b1f;--mat-form-field-state-layer-color: #1b1b1f;--mat-form-field-trailing-icon-color: #46464f}html .mat-accent.mat-datepicker-content{--mat-datepicker-calendar-body-label-text-color: #1b1b1f;--mat-datepicker-calendar-container-background-color: #ebe7eb;--mat-datepicker-calendar-container-text-color: #1b1b1f;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffdcc7;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #5c5d72;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #e1e0f9;--mat-datepicker-calendar-date-in-range-state-background-color: #ffdcc7;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #964900;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #964900;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #1b1b1f;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #964900;--mat-datepicker-calendar-date-today-selected-state-outline-color: #964900;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #46464f;--mat-datepicker-calendar-navigation-button-icon-color: #46464f;--mat-datepicker-calendar-period-button-icon-color: #46464f;--mat-datepicker-calendar-period-button-text-color: #46464f;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-range-input-separator-color: #1b1b1f;--mat-datepicker-toggle-active-state-icon-color: #964900;--mat-datepicker-toggle-icon-color: #46464f}html .mat-accent.mat-mdc-button-base{--mat-button-filled-container-color: #964900;--mat-button-filled-disabled-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-filled-disabled-state-layer-color: #46464f;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-progress-active-indicator-color: #ffffff;--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #46464f;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #964900;--mat-button-outlined-outline-color: #777680;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #964900 12%, transparent);--mat-button-outlined-state-layer-color: #964900;--mat-button-protected-container-color: #fcf8fd;--mat-button-protected-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-protected-disabled-state-layer-color: #46464f;--mat-button-protected-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #964900;--mat-button-protected-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #964900 12%, transparent);--mat-button-protected-state-layer-color: #964900;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-text-disabled-state-layer-color: #46464f;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #964900;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #964900 12%, transparent);--mat-button-text-state-layer-color: #964900;--mat-button-tonal-container-color: #ffdcc7;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #46464f;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #723600;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #723600 12%, transparent);--mat-button-tonal-state-layer-color: #723600;--mat-icon-button-disabled-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-icon-button-disabled-state-layer-color: #964900;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #964900;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #964900 12%, transparent);--mat-icon-button-state-layer-color: #964900}html .mat-accent.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-chip-elevated-selected-container-color: #ffdcc7;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-chip-focus-outline-color: #46464f;--mat-chip-focus-state-layer-color: #46464f;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #46464f;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #46464f;--mat-chip-outline-color: #777680;--mat-chip-selected-disabled-trailing-icon-color: #1b1b1f;--mat-chip-selected-focus-state-layer-color: #723600;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #723600;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #723600;--mat-chip-selected-trailing-action-state-layer-color: #723600;--mat-chip-selected-trailing-icon-color: #723600;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #46464f;--mat-chip-with-icon-disabled-icon-color: #1b1b1f;--mat-chip-with-icon-icon-color: #46464f;--mat-chip-with-icon-selected-icon-color: #723600;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1b1b1f;--mat-chip-with-trailing-icon-trailing-icon-color: #46464f}html .mat-accent .mdc-list-item__start,html .mat-accent .mdc-list-item__end{--mat-checkbox-disabled-label-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #fcf8fd;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-label-text-color: #1b1b1f;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #964900;--mat-checkbox-selected-focus-state-layer-color: #964900;--mat-checkbox-selected-hover-icon-color: #964900;--mat-checkbox-selected-hover-state-layer-color: #964900;--mat-checkbox-selected-icon-color: #964900;--mat-checkbox-selected-pressed-icon-color: #964900;--mat-checkbox-selected-pressed-state-layer-color: #1b1b1f;--mat-checkbox-unselected-focus-icon-color: #1b1b1f;--mat-checkbox-unselected-focus-state-layer-color: #1b1b1f;--mat-checkbox-unselected-hover-icon-color: #1b1b1f;--mat-checkbox-unselected-hover-state-layer-color: #1b1b1f;--mat-checkbox-unselected-icon-color: #46464f;--mat-checkbox-unselected-pressed-state-layer-color: #964900;--mat-radio-checked-ripple-color: #964900;--mat-radio-disabled-label-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-radio-disabled-selected-icon-color: #1b1b1f;--mat-radio-disabled-unselected-icon-color: #1b1b1f;--mat-radio-label-text-color: #1b1b1f;--mat-radio-ripple-color: #1b1b1f;--mat-radio-selected-focus-icon-color: #964900;--mat-radio-selected-hover-icon-color: #964900;--mat-radio-selected-icon-color: #964900;--mat-radio-selected-pressed-icon-color: #964900;--mat-radio-unselected-focus-icon-color: #1b1b1f;--mat-radio-unselected-hover-icon-color: #1b1b1f;--mat-radio-unselected-pressed-icon-color: #1b1b1f}html .mat-accent.mat-mdc-fab,html .mat-accent.mat-mdc-mini-fab{--mat-fab-container-color: #ffdcc7;--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-disabled-state-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 6;--mat-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: #723600;--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, #723600 12%, transparent);--mat-fab-small-container-color: #ffdcc7;--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: #723600;--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, #723600 12%, transparent);--mat-fab-small-state-layer-color: #723600;--mat-fab-state-layer-color: #723600}html .mat-badge-accent{--mat-badge-background-color: #964900;--mat-badge-disabled-state-background-color: color-mix(in srgb, #964900 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff}html .mat-warn{--mat-option-focus-state-layer-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-option-label-text-color: #1b1b1f;--mat-option-selected-state-label-text-color: #93000a;--mat-option-selected-state-layer-color: #ffdad6}html .mat-warn{--mat-progress-spinner-active-indicator-color: #ba1a1a}html .mat-warn{--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fcf8fd;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;--mat-pseudo-checkbox-full-selected-icon-color: #ba1a1a;--mat-pseudo-checkbox-full-unselected-icon-color: #46464f;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #ba1a1a}html .mat-warn{--mat-stepper-container-color: #fcf8fd;--mat-stepper-header-done-state-icon-background-color: #ba1a1a;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #ba1a1a;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-stepper-header-icon-background-color: #46464f;--mat-stepper-header-icon-foreground-color: #fcf8fd;--mat-stepper-header-label-text-color: #46464f;--mat-stepper-header-optional-label-text-color: #46464f;--mat-stepper-header-selected-state-icon-background-color: #ba1a1a;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #46464f;--mat-stepper-line-color: #777680}html .mat-warn.mat-icon{--mat-icon-color: #ba1a1a}html .mat-warn.mat-mdc-checkbox{--mat-checkbox-disabled-label-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #fcf8fd;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-label-text-color: #1b1b1f;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #ba1a1a;--mat-checkbox-selected-focus-state-layer-color: #ba1a1a;--mat-checkbox-selected-hover-icon-color: #ba1a1a;--mat-checkbox-selected-hover-state-layer-color: #ba1a1a;--mat-checkbox-selected-icon-color: #ba1a1a;--mat-checkbox-selected-pressed-icon-color: #ba1a1a;--mat-checkbox-selected-pressed-state-layer-color: #1b1b1f;--mat-checkbox-unselected-focus-icon-color: #1b1b1f;--mat-checkbox-unselected-focus-state-layer-color: #1b1b1f;--mat-checkbox-unselected-hover-icon-color: #1b1b1f;--mat-checkbox-unselected-hover-state-layer-color: #1b1b1f;--mat-checkbox-unselected-icon-color: #46464f;--mat-checkbox-unselected-pressed-state-layer-color: #ba1a1a}html .mat-warn.mat-mdc-slider{--mat-slider-active-track-color: #ba1a1a;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #1b1b1f;--mat-slider-disabled-handle-color: #1b1b1f;--mat-slider-disabled-inactive-track-color: #1b1b1f;--mat-slider-focus-handle-color: #ba1a1a;--mat-slider-focus-state-layer-color: color-mix(in srgb, #ba1a1a 20%, transparent);--mat-slider-handle-color: #ba1a1a;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-shape: 9999px;--mat-slider-hover-handle-color: #ba1a1a;--mat-slider-hover-state-layer-color: color-mix(in srgb, #ba1a1a 5%, transparent);--mat-slider-inactive-track-color: #e4e1ec;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #ba1a1a;--mat-slider-label-label-text-color: #ffffff;--mat-slider-ripple-color: #ba1a1a;--mat-slider-with-overlap-handle-outline-color: #ffffff;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #1b1b1f;--mat-slider-with-tick-marks-inactive-container-color: #46464f}html .mat-warn.mat-mdc-tab-group,html .mat-warn.mat-mdc-tab-nav-bar{--mat-tab-active-focus-indicator-color: #ba1a1a;--mat-tab-active-focus-label-text-color: #1b1b1f;--mat-tab-active-hover-indicator-color: #ba1a1a;--mat-tab-active-hover-label-text-color: #1b1b1f;--mat-tab-active-indicator-color: #ba1a1a;--mat-tab-active-label-text-color: #1b1b1f;--mat-tab-active-ripple-color: #1b1b1f;--mat-tab-divider-color: #e4e1ec;--mat-tab-inactive-focus-label-text-color: #1b1b1f;--mat-tab-inactive-hover-label-text-color: #1b1b1f;--mat-tab-inactive-label-text-color: #1b1b1f;--mat-tab-inactive-ripple-color: #1b1b1f;--mat-tab-pagination-icon-color: #1b1b1f;--mat-tab-disabled-ripple-color: #46464f}html .mat-warn.mat-mdc-slide-toggle{--mat-slide-toggle-disabled-label-text-color: #1b1b1f;--mat-slide-toggle-disabled-selected-handle-color: #fcf8fd;--mat-slide-toggle-disabled-selected-icon-color: #1b1b1f;--mat-slide-toggle-disabled-selected-track-color: #1b1b1f;--mat-slide-toggle-disabled-unselected-handle-color: #1b1b1f;--mat-slide-toggle-disabled-unselected-icon-color: #e4e1ec;--mat-slide-toggle-disabled-unselected-track-color: #e4e1ec;--mat-slide-toggle-disabled-unselected-track-outline-color: #1b1b1f;--mat-slide-toggle-label-text-color: #1b1b1f;--mat-slide-toggle-selected-focus-handle-color: #ffdad6;--mat-slide-toggle-selected-focus-state-layer-color: #ba1a1a;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #ba1a1a;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #ffdad6;--mat-slide-toggle-selected-hover-state-layer-color: #ba1a1a;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #ba1a1a;--mat-slide-toggle-selected-icon-color: #93000a;--mat-slide-toggle-selected-pressed-handle-color: #ffdad6;--mat-slide-toggle-selected-pressed-state-layer-color: #ba1a1a;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #ba1a1a;--mat-slide-toggle-selected-track-color: #ba1a1a;--mat-slide-toggle-track-outline-color: #777680;--mat-slide-toggle-unselected-focus-handle-color: #46464f;--mat-slide-toggle-unselected-focus-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #e4e1ec;--mat-slide-toggle-unselected-handle-color: #777680;--mat-slide-toggle-unselected-hover-handle-color: #46464f;--mat-slide-toggle-unselected-hover-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #e4e1ec;--mat-slide-toggle-unselected-icon-color: #e4e1ec;--mat-slide-toggle-unselected-pressed-handle-color: #46464f;--mat-slide-toggle-unselected-pressed-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #e4e1ec;--mat-slide-toggle-unselected-track-color: #e4e1ec}html .mat-warn.mat-mdc-form-field{--mat-select-panel-background-color: #f0edf1;--mat-select-enabled-trigger-text-color: #1b1b1f;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-select-placeholder-text-color: #46464f;--mat-select-enabled-arrow-color: #46464f;--mat-select-disabled-arrow-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-select-focused-arrow-color: #ba1a1a;--mat-select-invalid-arrow-color: #ba1a1a}html .mat-warn.mat-mdc-radio-button{--mat-radio-checked-ripple-color: #ba1a1a;--mat-radio-disabled-label-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-radio-disabled-selected-icon-color: #1b1b1f;--mat-radio-disabled-unselected-icon-color: #1b1b1f;--mat-radio-label-text-color: #1b1b1f;--mat-radio-ripple-color: #1b1b1f;--mat-radio-selected-focus-icon-color: #ba1a1a;--mat-radio-selected-hover-icon-color: #ba1a1a;--mat-radio-selected-icon-color: #ba1a1a;--mat-radio-selected-pressed-icon-color: #ba1a1a;--mat-radio-unselected-focus-icon-color: #1b1b1f;--mat-radio-unselected-hover-icon-color: #1b1b1f;--mat-radio-unselected-pressed-icon-color: #1b1b1f}html .mat-warn.mat-mdc-progress-bar{--mat-progress-bar-active-indicator-color: #ba1a1a;--mat-progress-bar-track-color: #e4e1ec}html .mat-warn.mat-mdc-form-field{--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-enabled-select-arrow-color: #46464f;--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #93000a;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-filled-active-indicator-color: #46464f;--mat-form-field-filled-caret-color: #ba1a1a;--mat-form-field-filled-container-color: #e4e1ec;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1b1b1f 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-caret-color: #ba1a1a;--mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-focus-label-text-color: #ba1a1a;--mat-form-field-filled-error-hover-active-indicator-color: #93000a;--mat-form-field-filled-error-hover-label-text-color: #93000a;--mat-form-field-filled-error-label-text-color: #ba1a1a;--mat-form-field-filled-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-focus-label-text-color: #ba1a1a;--mat-form-field-filled-hover-active-indicator-color: #1b1b1f;--mat-form-field-filled-hover-label-text-color: #46464f;--mat-form-field-filled-input-text-color: #1b1b1f;--mat-form-field-filled-input-text-placeholder-color: #46464f;--mat-form-field-filled-label-text-color: #46464f;--mat-form-field-focus-select-arrow-color: #ba1a1a;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #46464f;--mat-form-field-outlined-caret-color: #ba1a1a;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-form-field-outlined-error-caret-color: #ba1a1a;--mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-error-focus-outline-color: #ba1a1a;--mat-form-field-outlined-error-hover-label-text-color: #93000a;--mat-form-field-outlined-error-hover-outline-color: #93000a;--mat-form-field-outlined-error-label-text-color: #ba1a1a;--mat-form-field-outlined-error-outline-color: #ba1a1a;--mat-form-field-outlined-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-focus-outline-color: #ba1a1a;--mat-form-field-outlined-hover-label-text-color: #1b1b1f;--mat-form-field-outlined-hover-outline-color: #1b1b1f;--mat-form-field-outlined-input-text-color: #1b1b1f;--mat-form-field-outlined-input-text-placeholder-color: #46464f;--mat-form-field-outlined-label-text-color: #46464f;--mat-form-field-outlined-outline-color: #777680;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-select-option-text-color: #1b1b1f;--mat-form-field-state-layer-color: #1b1b1f;--mat-form-field-trailing-icon-color: #46464f}html .mat-warn.mat-datepicker-content{--mat-datepicker-calendar-body-label-text-color: #1b1b1f;--mat-datepicker-calendar-container-background-color: #ebe7eb;--mat-datepicker-calendar-container-text-color: #1b1b1f;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffdcc7;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #5c5d72;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #e1e0f9;--mat-datepicker-calendar-date-in-range-state-background-color: #ffdad6;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #ba1a1a;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #ba1a1a;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #1b1b1f;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #ba1a1a;--mat-datepicker-calendar-date-today-selected-state-outline-color: #ba1a1a;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #46464f;--mat-datepicker-calendar-navigation-button-icon-color: #46464f;--mat-datepicker-calendar-period-button-icon-color: #46464f;--mat-datepicker-calendar-period-button-text-color: #46464f;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-range-input-separator-color: #1b1b1f;--mat-datepicker-toggle-active-state-icon-color: #ba1a1a;--mat-datepicker-toggle-icon-color: #46464f}html .mat-warn.mat-mdc-button-base{--mat-button-filled-container-color: #ba1a1a;--mat-button-filled-disabled-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-filled-disabled-state-layer-color: #46464f;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-progress-active-indicator-color: #ffffff;--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #46464f;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #ba1a1a;--mat-button-outlined-outline-color: #777680;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);--mat-button-outlined-state-layer-color: #ba1a1a;--mat-button-protected-container-color: #fcf8fd;--mat-button-protected-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-protected-disabled-state-layer-color: #46464f;--mat-button-protected-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #ba1a1a;--mat-button-protected-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);--mat-button-protected-state-layer-color: #ba1a1a;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-text-disabled-state-layer-color: #46464f;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #ba1a1a;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);--mat-button-text-state-layer-color: #ba1a1a;--mat-button-tonal-container-color: #ffdad6;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #46464f;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #93000a;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #93000a 12%, transparent);--mat-button-tonal-state-layer-color: #93000a;--mat-icon-button-disabled-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-icon-button-disabled-state-layer-color: #ba1a1a;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #ba1a1a;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);--mat-icon-button-state-layer-color: #ba1a1a}html .mat-warn.mat-mdc-standard-chip{--mat-chip-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-chip-elevated-selected-container-color: #ffdad6;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-chip-focus-outline-color: #46464f;--mat-chip-focus-state-layer-color: #46464f;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #46464f;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #46464f;--mat-chip-outline-color: #777680;--mat-chip-selected-disabled-trailing-icon-color: #1b1b1f;--mat-chip-selected-focus-state-layer-color: #93000a;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #93000a;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #93000a;--mat-chip-selected-trailing-action-state-layer-color: #93000a;--mat-chip-selected-trailing-icon-color: #93000a;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #46464f;--mat-chip-with-icon-disabled-icon-color: #1b1b1f;--mat-chip-with-icon-icon-color: #46464f;--mat-chip-with-icon-selected-icon-color: #93000a;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1b1b1f;--mat-chip-with-trailing-icon-trailing-icon-color: #46464f}html .mat-warn .mdc-list-item__start,html .mat-warn .mdc-list-item__end{--mat-checkbox-disabled-label-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #fcf8fd;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-label-text-color: #1b1b1f;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #ba1a1a;--mat-checkbox-selected-focus-state-layer-color: #ba1a1a;--mat-checkbox-selected-hover-icon-color: #ba1a1a;--mat-checkbox-selected-hover-state-layer-color: #ba1a1a;--mat-checkbox-selected-icon-color: #ba1a1a;--mat-checkbox-selected-pressed-icon-color: #ba1a1a;--mat-checkbox-selected-pressed-state-layer-color: #1b1b1f;--mat-checkbox-unselected-focus-icon-color: #1b1b1f;--mat-checkbox-unselected-focus-state-layer-color: #1b1b1f;--mat-checkbox-unselected-hover-icon-color: #1b1b1f;--mat-checkbox-unselected-hover-state-layer-color: #1b1b1f;--mat-checkbox-unselected-icon-color: #46464f;--mat-checkbox-unselected-pressed-state-layer-color: #ba1a1a;--mat-radio-checked-ripple-color: #ba1a1a;--mat-radio-disabled-label-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-radio-disabled-selected-icon-color: #1b1b1f;--mat-radio-disabled-unselected-icon-color: #1b1b1f;--mat-radio-label-text-color: #1b1b1f;--mat-radio-ripple-color: #1b1b1f;--mat-radio-selected-focus-icon-color: #ba1a1a;--mat-radio-selected-hover-icon-color: #ba1a1a;--mat-radio-selected-icon-color: #ba1a1a;--mat-radio-selected-pressed-icon-color: #ba1a1a;--mat-radio-unselected-focus-icon-color: #1b1b1f;--mat-radio-unselected-hover-icon-color: #1b1b1f;--mat-radio-unselected-pressed-icon-color: #1b1b1f}html .mat-badge-warn{--mat-badge-background-color: #ba1a1a;--mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff}html{--mat-app-background-color: #fcf8fd;--mat-app-text-color: #1b1b1f;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, #1b1b1f 10%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-option-label-text-color: #1b1b1f;--mat-option-selected-state-label-text-color: #444559;--mat-option-selected-state-layer-color: #e1e0f9;--mat-optgroup-label-text-color: #46464f;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fcf8fd;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;--mat-pseudo-checkbox-full-selected-icon-color: #343dff;--mat-pseudo-checkbox-full-unselected-icon-color: #46464f;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #343dff;--mat-option-label-text-size: 1rem;--mat-option-label-text-weight: 400;--mat-option-label-text-font: Roboto;--mat-option-label-text-line-height: 1.25rem;--mat-option-label-text-tracking: .006rem;--mat-optgroup-label-text-font: Roboto;--mat-optgroup-label-text-line-height: 1.25rem;--mat-optgroup-label-text-size: .875rem;--mat-optgroup-label-text-tracking: .006rem;--mat-optgroup-label-text-weight: 500;--mat-card-elevated-container-shape: 12px;--mat-card-filled-container-shape: 12px;--mat-card-outlined-container-shape: 12px;--mat-card-outlined-outline-width: 1px;--mat-card-elevated-container-color: #f6f2f7;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-filled-container-color: #e5e1e6;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #fcf8fd;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: #c7c5d0;--mat-card-subtitle-text-color: #1b1b1f;--mat-card-subtitle-text-font: Roboto;--mat-card-subtitle-text-line-height: 1.5rem;--mat-card-subtitle-text-size: 1rem;--mat-card-subtitle-text-tracking: .009rem;--mat-card-subtitle-text-weight: 500;--mat-card-title-text-font: Roboto;--mat-card-title-text-line-height: 1.75rem;--mat-card-title-text-size: 1.375rem;--mat-card-title-text-tracking: 0;--mat-card-title-text-weight: 400;--mat-progress-bar-active-indicator-height: 4px;--mat-progress-bar-track-height: 4px;--mat-progress-bar-track-shape: 0;--mat-progress-bar-active-indicator-color: #343dff;--mat-progress-bar-track-color: #e4e1ec;--mat-tooltip-container-shape: 4px;--mat-tooltip-container-color: #303034;--mat-tooltip-supporting-text-color: #f3eff4;--mat-tooltip-supporting-text-font: Roboto;--mat-tooltip-supporting-text-line-height: 1rem;--mat-tooltip-supporting-text-size: .75rem;--mat-tooltip-supporting-text-tracking: .025rem;--mat-tooltip-supporting-text-weight: 400;--mat-form-field-filled-active-indicator-height: 1px;--mat-form-field-filled-focus-active-indicator-height: 2px;--mat-form-field-filled-container-shape: 4px;--mat-form-field-outlined-outline-width: 1px;--mat-form-field-outlined-focus-outline-width: 2px;--mat-form-field-outlined-container-shape: 4px;--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-enabled-select-arrow-color: #46464f;--mat-form-field-error-focus-trailing-icon-color: #ba1a1a;--mat-form-field-error-hover-trailing-icon-color: #93000a;--mat-form-field-error-text-color: #ba1a1a;--mat-form-field-error-trailing-icon-color: #ba1a1a;--mat-form-field-filled-active-indicator-color: #46464f;--mat-form-field-filled-caret-color: #343dff;--mat-form-field-filled-container-color: #e4e1ec;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1b1b1f 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-caret-color: #ba1a1a;--mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;--mat-form-field-filled-error-focus-label-text-color: #ba1a1a;--mat-form-field-filled-error-hover-active-indicator-color: #93000a;--mat-form-field-filled-error-hover-label-text-color: #93000a;--mat-form-field-filled-error-label-text-color: #ba1a1a;--mat-form-field-filled-focus-active-indicator-color: #343dff;--mat-form-field-filled-focus-label-text-color: #343dff;--mat-form-field-filled-hover-active-indicator-color: #1b1b1f;--mat-form-field-filled-hover-label-text-color: #46464f;--mat-form-field-filled-input-text-color: #1b1b1f;--mat-form-field-filled-input-text-placeholder-color: #46464f;--mat-form-field-filled-label-text-color: #46464f;--mat-form-field-focus-select-arrow-color: #343dff;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #46464f;--mat-form-field-outlined-caret-color: #343dff;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-form-field-outlined-error-caret-color: #ba1a1a;--mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;--mat-form-field-outlined-error-focus-outline-color: #ba1a1a;--mat-form-field-outlined-error-hover-label-text-color: #93000a;--mat-form-field-outlined-error-hover-outline-color: #93000a;--mat-form-field-outlined-error-label-text-color: #ba1a1a;--mat-form-field-outlined-error-outline-color: #ba1a1a;--mat-form-field-outlined-focus-label-text-color: #343dff;--mat-form-field-outlined-focus-outline-color: #343dff;--mat-form-field-outlined-hover-label-text-color: #1b1b1f;--mat-form-field-outlined-hover-outline-color: #1b1b1f;--mat-form-field-outlined-input-text-color: #1b1b1f;--mat-form-field-outlined-input-text-placeholder-color: #46464f;--mat-form-field-outlined-label-text-color: #46464f;--mat-form-field-outlined-outline-color: #777680;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-select-option-text-color: #1b1b1f;--mat-form-field-state-layer-color: #1b1b1f;--mat-form-field-trailing-icon-color: #46464f;--mat-form-field-container-height: 56px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 16px;--mat-form-field-filled-with-label-container-padding-top: 24px;--mat-form-field-filled-with-label-container-padding-bottom: 8px;--mat-form-field-container-text-font: Roboto;--mat-form-field-container-text-line-height: 1.5rem;--mat-form-field-container-text-size: 1rem;--mat-form-field-container-text-tracking: .031rem;--mat-form-field-container-text-weight: 400;--mat-form-field-subscript-text-font: Roboto;--mat-form-field-subscript-text-line-height: 1rem;--mat-form-field-subscript-text-size: .75rem;--mat-form-field-subscript-text-tracking: .025rem;--mat-form-field-subscript-text-weight: 400;--mat-form-field-outlined-label-text-font: Roboto;--mat-form-field-outlined-label-text-size: 1rem;--mat-form-field-outlined-label-text-tracking: .031rem;--mat-form-field-outlined-label-text-weight: 400;--mat-form-field-filled-label-text-font: Roboto;--mat-form-field-filled-label-text-size: 1rem;--mat-form-field-filled-label-text-tracking: .031rem;--mat-form-field-filled-label-text-weight: 400;--mat-select-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-select-panel-background-color: #f0edf1;--mat-select-enabled-trigger-text-color: #1b1b1f;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-select-placeholder-text-color: #46464f;--mat-select-enabled-arrow-color: #46464f;--mat-select-disabled-arrow-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-select-focused-arrow-color: #343dff;--mat-select-invalid-arrow-color: #ba1a1a;--mat-select-arrow-transform: translateY(-8px);--mat-select-trigger-text-font: Roboto;--mat-select-trigger-text-line-height: 1.5rem;--mat-select-trigger-text-size: 1rem;--mat-select-trigger-text-tracking: .031rem;--mat-select-trigger-text-weight: 400;--mat-autocomplete-container-shape: 4px;--mat-autocomplete-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-autocomplete-background-color: #f0edf1;--mat-dialog-actions-alignment: flex-end;--mat-dialog-actions-padding: 16px 24px;--mat-dialog-container-elevation-shadow: none;--mat-dialog-container-max-width: 560px;--mat-dialog-container-min-width: 280px;--mat-dialog-container-shape: 28px;--mat-dialog-container-small-max-width: calc(100vw - 32px) ;--mat-dialog-content-padding: 20px 24px;--mat-dialog-headline-padding: 6px 24px 13px;--mat-dialog-with-actions-content-padding: 20px 24px 0;--mat-dialog-container-color: #fcf8fd;--mat-dialog-subhead-color: #1b1b1f;--mat-dialog-supporting-text-color: #46464f;--mat-dialog-subhead-font: Roboto;--mat-dialog-subhead-line-height: 2rem;--mat-dialog-subhead-size: 1.5rem;--mat-dialog-subhead-tracking: 0;--mat-dialog-subhead-weight: 400;--mat-dialog-supporting-text-font: Roboto;--mat-dialog-supporting-text-line-height: 1.25rem;--mat-dialog-supporting-text-size: .875rem;--mat-dialog-supporting-text-tracking: .016rem;--mat-dialog-supporting-text-weight: 400;--mat-chip-container-shape-radius: 8px;--mat-chip-disabled-container-opacity: 1;--mat-chip-elevated-container-color: transparent;--mat-chip-flat-selected-outline-width: 0;--mat-chip-outline-width: 1px;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-opacity: 1;--mat-chip-with-avatar-avatar-shape-radius: 24px;--mat-chip-with-avatar-avatar-size: 24px;--mat-chip-with-avatar-disabled-avatar-opacity: .38;--mat-chip-with-icon-disabled-icon-opacity: .38;--mat-chip-with-icon-icon-size: 18px;--mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: .38;--mat-chip-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-chip-elevated-selected-container-color: #e1e0f9;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-chip-focus-outline-color: #46464f;--mat-chip-focus-state-layer-color: #46464f;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #46464f;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #46464f;--mat-chip-outline-color: #777680;--mat-chip-selected-disabled-trailing-icon-color: #1b1b1f;--mat-chip-selected-focus-state-layer-color: #444559;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #444559;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #444559;--mat-chip-selected-trailing-action-state-layer-color: #444559;--mat-chip-selected-trailing-icon-color: #444559;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #46464f;--mat-chip-with-icon-disabled-icon-color: #1b1b1f;--mat-chip-with-icon-icon-color: #46464f;--mat-chip-with-icon-selected-icon-color: #444559;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1b1b1f;--mat-chip-with-trailing-icon-trailing-icon-color: #46464f;--mat-chip-container-height: 32px;--mat-chip-label-text-font: Roboto;--mat-chip-label-text-line-height: 1.25rem;--mat-chip-label-text-size: .875rem;--mat-chip-label-text-tracking: .006rem;--mat-chip-label-text-weight: 500;--mat-slide-toggle-disabled-selected-handle-opacity: 1;--mat-slide-toggle-disabled-selected-icon-opacity: .38;--mat-slide-toggle-disabled-track-opacity: .12;--mat-slide-toggle-disabled-unselected-handle-opacity: .38;--mat-slide-toggle-disabled-unselected-icon-opacity: .38;--mat-slide-toggle-disabled-unselected-track-outline-width: 2px;--mat-slide-toggle-handle-shape: 9999px;--mat-slide-toggle-hidden-track-opacity: 0;--mat-slide-toggle-hidden-track-transition: opacity 75ms;--mat-slide-toggle-pressed-handle-size: 28px;--mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;--mat-slide-toggle-selected-handle-size: 24px;--mat-slide-toggle-selected-icon-size: 16px;--mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;--mat-slide-toggle-selected-track-outline-color: transparent;--mat-slide-toggle-selected-track-outline-width: 2px;--mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;--mat-slide-toggle-state-layer-size: 40px;--mat-slide-toggle-track-height: 32px;--mat-slide-toggle-track-outline-width: 2px;--mat-slide-toggle-track-shape: 9999px;--mat-slide-toggle-track-width: 52px;--mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;--mat-slide-toggle-unselected-handle-size: 16px;--mat-slide-toggle-unselected-icon-size: 16px;--mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;--mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;--mat-slide-toggle-visible-track-opacity: 1;--mat-slide-toggle-visible-track-transition: opacity 75ms;--mat-slide-toggle-with-icon-handle-size: 24px;--mat-slide-toggle-touch-target-size: 48px;--mat-slide-toggle-disabled-label-text-color: #1b1b1f;--mat-slide-toggle-disabled-selected-handle-color: #fcf8fd;--mat-slide-toggle-disabled-selected-icon-color: #1b1b1f;--mat-slide-toggle-disabled-selected-track-color: #1b1b1f;--mat-slide-toggle-disabled-unselected-handle-color: #1b1b1f;--mat-slide-toggle-disabled-unselected-icon-color: #e4e1ec;--mat-slide-toggle-disabled-unselected-track-color: #e4e1ec;--mat-slide-toggle-disabled-unselected-track-outline-color: #1b1b1f;--mat-slide-toggle-label-text-color: #1b1b1f;--mat-slide-toggle-selected-focus-handle-color: #e0e0ff;--mat-slide-toggle-selected-focus-state-layer-color: #343dff;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #343dff;--mat-slide-toggle-selected-handle-color: #ffffff;--mat-slide-toggle-selected-hover-handle-color: #e0e0ff;--mat-slide-toggle-selected-hover-state-layer-color: #343dff;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #343dff;--mat-slide-toggle-selected-icon-color: #0000ef;--mat-slide-toggle-selected-pressed-handle-color: #e0e0ff;--mat-slide-toggle-selected-pressed-state-layer-color: #343dff;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #343dff;--mat-slide-toggle-selected-track-color: #343dff;--mat-slide-toggle-track-outline-color: #777680;--mat-slide-toggle-unselected-focus-handle-color: #46464f;--mat-slide-toggle-unselected-focus-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #e4e1ec;--mat-slide-toggle-unselected-handle-color: #777680;--mat-slide-toggle-unselected-hover-handle-color: #46464f;--mat-slide-toggle-unselected-hover-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #e4e1ec;--mat-slide-toggle-unselected-icon-color: #e4e1ec;--mat-slide-toggle-unselected-pressed-handle-color: #46464f;--mat-slide-toggle-unselected-pressed-state-layer-color: #1b1b1f;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #e4e1ec;--mat-slide-toggle-unselected-track-color: #e4e1ec;--mat-slide-toggle-touch-target-display: block;--mat-slide-toggle-label-text-font: Roboto;--mat-slide-toggle-label-text-line-height: 1.25rem;--mat-slide-toggle-label-text-size: .875rem;--mat-slide-toggle-label-text-tracking: .016rem;--mat-slide-toggle-label-text-weight: 400;--mat-radio-disabled-unselected-icon-opacity: .38;--mat-radio-disabled-selected-icon-opacity: .38;--mat-radio-touch-target-size: 48px;--mat-radio-checked-ripple-color: #343dff;--mat-radio-disabled-label-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-radio-disabled-selected-icon-color: #1b1b1f;--mat-radio-disabled-unselected-icon-color: #1b1b1f;--mat-radio-label-text-color: #1b1b1f;--mat-radio-ripple-color: #1b1b1f;--mat-radio-selected-focus-icon-color: #343dff;--mat-radio-selected-hover-icon-color: #343dff;--mat-radio-selected-icon-color: #343dff;--mat-radio-selected-pressed-icon-color: #343dff;--mat-radio-unselected-focus-icon-color: #1b1b1f;--mat-radio-unselected-hover-icon-color: #1b1b1f;--mat-radio-unselected-icon-color: #46464f;--mat-radio-unselected-pressed-icon-color: #1b1b1f;--mat-radio-touch-target-display: block;--mat-radio-state-layer-size: 40px;--mat-radio-label-text-font: Roboto;--mat-radio-label-text-line-height: 1.25rem;--mat-radio-label-text-size: .875rem;--mat-radio-label-text-tracking: .016rem;--mat-radio-label-text-weight: 400;--mat-slider-value-indicator-opacity: 1;--mat-slider-value-indicator-padding: 0;--mat-slider-value-indicator-width: 28px;--mat-slider-value-indicator-height: 28px;--mat-slider-value-indicator-caret-display: none;--mat-slider-value-indicator-border-radius: 50% 50% 50% 0;--mat-slider-value-indicator-text-transform: rotate(45deg);--mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);--mat-slider-active-track-height: 4px;--mat-slider-handle-height: 20px;--mat-slider-handle-width: 20px;--mat-slider-inactive-track-height: 4px;--mat-slider-with-overlap-handle-outline-width: 1px;--mat-slider-with-tick-marks-active-container-opacity: .38;--mat-slider-with-tick-marks-container-size: 2px;--mat-slider-with-tick-marks-inactive-container-opacity: .38;--mat-slider-value-indicator-transform-origin: 0 28px;--mat-slider-active-track-color: #343dff;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #1b1b1f;--mat-slider-disabled-handle-color: #1b1b1f;--mat-slider-disabled-inactive-track-color: #1b1b1f;--mat-slider-focus-handle-color: #343dff;--mat-slider-focus-state-layer-color: color-mix(in srgb, #343dff 20%, transparent);--mat-slider-handle-color: #343dff;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-shape: 9999px;--mat-slider-hover-handle-color: #343dff;--mat-slider-hover-state-layer-color: color-mix(in srgb, #343dff 5%, transparent);--mat-slider-inactive-track-color: #e4e1ec;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #343dff;--mat-slider-label-label-text-color: #ffffff;--mat-slider-ripple-color: #343dff;--mat-slider-with-overlap-handle-outline-color: #ffffff;--mat-slider-with-tick-marks-active-container-color: #ffffff;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #1b1b1f;--mat-slider-with-tick-marks-inactive-container-color: #46464f;--mat-slider-label-label-text-font: Roboto;--mat-slider-label-label-text-line-height: 1rem;--mat-slider-label-label-text-size: .75rem;--mat-slider-label-label-text-tracking: .031rem;--mat-slider-label-label-text-weight: 500;--mat-menu-divider-bottom-spacing: 8px;--mat-menu-divider-top-spacing: 8px;--mat-menu-item-icon-size: 24px;--mat-menu-item-spacing: 12px;--mat-menu-item-leading-spacing: 12px;--mat-menu-item-trailing-spacing: 12px;--mat-menu-item-with-icon-leading-spacing: 12px;--mat-menu-item-with-icon-trailing-spacing: 12px;--mat-menu-container-shape: 4px;--mat-menu-divider-color: #e4e1ec;--mat-menu-item-label-text-color: #1b1b1f;--mat-menu-item-icon-color: #46464f;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-menu-container-color: #f0edf1;--mat-menu-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-menu-item-label-text-font: Roboto;--mat-menu-item-label-text-line-height: 1.25rem;--mat-menu-item-label-text-size: .875rem;--mat-menu-item-label-text-tracking: .006rem;--mat-menu-item-label-text-weight: 500;--mat-list-active-indicator-color: #e1e0f9;--mat-list-active-indicator-shape: 9999px;--mat-list-list-item-container-color: transparent;--mat-list-list-item-container-shape: 0;--mat-list-list-item-disabled-label-text-color: #1b1b1f;--mat-list-list-item-disabled-label-text-opacity: .3;--mat-list-list-item-disabled-leading-icon-color: #1b1b1f;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-state-layer-color: #1b1b1f;--mat-list-list-item-disabled-state-layer-opacity: .12;--mat-list-list-item-disabled-trailing-icon-color: #1b1b1f;--mat-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-list-item-focus-label-text-color: #1b1b1f;--mat-list-list-item-focus-state-layer-color: #1b1b1f;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-list-list-item-hover-label-text-color: #1b1b1f;--mat-list-list-item-hover-state-layer-color: #1b1b1f;--mat-list-list-item-hover-state-layer-opacity: .08;--mat-list-list-item-label-text-color: #1b1b1f;--mat-list-list-item-leading-avatar-color: #e0e0ff;--mat-list-list-item-leading-avatar-shape: 9999px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-leading-icon-color: #46464f;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-selected-trailing-icon-color: #343dff;--mat-list-list-item-supporting-text-color: #46464f;--mat-list-list-item-trailing-icon-color: #46464f;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-trailing-supporting-text-color: #46464f;--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 16px;--mat-list-list-item-one-line-container-height: 48px;--mat-list-list-item-two-line-container-height: 64px;--mat-list-list-item-three-line-container-height: 88px;--mat-list-list-item-label-text-font: Roboto;--mat-list-list-item-label-text-line-height: 1.5rem;--mat-list-list-item-label-text-size: 1rem;--mat-list-list-item-label-text-tracking: .031rem;--mat-list-list-item-label-text-weight: 400;--mat-list-list-item-supporting-text-font: Roboto;--mat-list-list-item-supporting-text-line-height: 1.25rem;--mat-list-list-item-supporting-text-size: .875rem;--mat-list-list-item-supporting-text-tracking: .016rem;--mat-list-list-item-supporting-text-weight: 400;--mat-list-list-item-trailing-supporting-text-font: Roboto;--mat-list-list-item-trailing-supporting-text-line-height: 1rem;--mat-list-list-item-trailing-supporting-text-size: .688rem;--mat-list-list-item-trailing-supporting-text-tracking: .031rem;--mat-list-list-item-trailing-supporting-text-weight: 500;--mat-paginator-page-size-select-width: 84px;--mat-paginator-page-size-select-touch-target-height: 48px;--mat-paginator-container-text-color: #1b1b1f;--mat-paginator-container-background-color: #fcf8fd;--mat-paginator-disabled-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-paginator-enabled-icon-color: #46464f;--mat-paginator-container-size: 56px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block;--mat-paginator-container-text-font: Roboto;--mat-paginator-container-text-line-height: 1rem;--mat-paginator-container-text-size: .75rem;--mat-paginator-container-text-tracking: .025rem;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: .75rem;--mat-tab-active-indicator-height: 2px;--mat-tab-active-indicator-shape: 0;--mat-tab-divider-height: 1px;--mat-tab-active-focus-indicator-color: #343dff;--mat-tab-active-focus-label-text-color: #1b1b1f;--mat-tab-active-hover-indicator-color: #343dff;--mat-tab-active-hover-label-text-color: #1b1b1f;--mat-tab-active-indicator-color: #343dff;--mat-tab-active-label-text-color: #1b1b1f;--mat-tab-active-ripple-color: #1b1b1f;--mat-tab-divider-color: #e4e1ec;--mat-tab-inactive-focus-label-text-color: #1b1b1f;--mat-tab-inactive-hover-label-text-color: #1b1b1f;--mat-tab-inactive-label-text-color: #1b1b1f;--mat-tab-inactive-ripple-color: #1b1b1f;--mat-tab-pagination-icon-color: #1b1b1f;--mat-tab-disabled-ripple-color: #46464f;--mat-tab-container-height: 48px;--mat-tab-label-text-font: Roboto;--mat-tab-label-text-line-height: 1.25rem;--mat-tab-label-text-size: .875rem;--mat-tab-label-text-tracking: .006rem;--mat-tab-label-text-weight: 500;--mat-checkbox-selected-focus-state-layer-opacity: .12;--mat-checkbox-selected-hover-state-layer-opacity: .08;--mat-checkbox-selected-pressed-state-layer-opacity: .12;--mat-checkbox-unselected-focus-state-layer-opacity: .12;--mat-checkbox-unselected-hover-state-layer-opacity: .08;--mat-checkbox-unselected-pressed-state-layer-opacity: .12;--mat-checkbox-touch-target-size: 48px;--mat-checkbox-disabled-label-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #fcf8fd;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-checkbox-label-text-color: #1b1b1f;--mat-checkbox-selected-checkmark-color: #ffffff;--mat-checkbox-selected-focus-icon-color: #343dff;--mat-checkbox-selected-focus-state-layer-color: #343dff;--mat-checkbox-selected-hover-icon-color: #343dff;--mat-checkbox-selected-hover-state-layer-color: #343dff;--mat-checkbox-selected-icon-color: #343dff;--mat-checkbox-selected-pressed-icon-color: #343dff;--mat-checkbox-selected-pressed-state-layer-color: #1b1b1f;--mat-checkbox-unselected-focus-icon-color: #1b1b1f;--mat-checkbox-unselected-focus-state-layer-color: #1b1b1f;--mat-checkbox-unselected-hover-icon-color: #1b1b1f;--mat-checkbox-unselected-hover-state-layer-color: #1b1b1f;--mat-checkbox-unselected-icon-color: #46464f;--mat-checkbox-unselected-pressed-state-layer-color: #343dff;--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 40px;--mat-checkbox-label-text-font: Roboto;--mat-checkbox-label-text-line-height: 1.25rem;--mat-checkbox-label-text-size: .875rem;--mat-checkbox-label-text-tracking: .016rem;--mat-checkbox-label-text-weight: 400;--mat-button-filled-container-shape: 9999px;--mat-button-filled-horizontal-padding: 24px;--mat-button-filled-icon-offset: -8px;--mat-button-filled-icon-spacing: 8px;--mat-button-filled-touch-target-size: 48px;--mat-button-outlined-container-shape: 9999px;--mat-button-outlined-horizontal-padding: 24px;--mat-button-outlined-icon-offset: -8px;--mat-button-outlined-icon-spacing: 8px;--mat-button-outlined-outline-width: 1px;--mat-button-outlined-touch-target-size: 48px;--mat-button-protected-container-shape: 9999px;--mat-button-protected-horizontal-padding: 24px;--mat-button-protected-icon-offset: -8px;--mat-button-protected-icon-spacing: 8px;--mat-button-protected-touch-target-size: 48px;--mat-button-text-container-shape: 9999px;--mat-button-text-horizontal-padding: 12px;--mat-button-text-icon-offset: -4px;--mat-button-text-icon-spacing: 8px;--mat-button-text-with-icon-horizontal-padding: 16px;--mat-button-text-touch-target-size: 48px;--mat-button-tonal-container-shape: 9999px;--mat-button-tonal-horizontal-padding: 24px;--mat-button-tonal-icon-offset: -8px;--mat-button-tonal-icon-spacing: 8px;--mat-button-tonal-touch-target-size: 48px;--mat-button-filled-container-color: #343dff;--mat-button-filled-disabled-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-filled-disabled-state-layer-color: #46464f;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #ffffff;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);--mat-button-filled-progress-active-indicator-color: #ffffff;--mat-button-filled-state-layer-color: #ffffff;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #46464f;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #343dff;--mat-button-outlined-outline-color: #777680;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #343dff 12%, transparent);--mat-button-outlined-state-layer-color: #343dff;--mat-button-protected-container-color: #fcf8fd;--mat-button-protected-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-protected-disabled-state-layer-color: #46464f;--mat-button-protected-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #343dff;--mat-button-protected-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #343dff 12%, transparent);--mat-button-protected-state-layer-color: #343dff;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-text-disabled-state-layer-color: #46464f;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #343dff;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #343dff 12%, transparent);--mat-button-text-state-layer-color: #343dff;--mat-button-tonal-container-color: #e1e0f9;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #46464f;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #444559;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #444559 12%, transparent);--mat-button-tonal-state-layer-color: #444559;--mat-button-filled-touch-target-display: block;--mat-button-filled-container-height: 40px;--mat-button-outlined-container-height: 40px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-touch-target-display: block;--mat-button-protected-container-height: 40px;--mat-button-text-touch-target-display: block;--mat-button-text-container-height: 40px;--mat-button-tonal-container-height: 40px;--mat-button-tonal-touch-target-display: block;--mat-button-filled-label-text-font: Roboto;--mat-button-filled-label-text-size: .875rem;--mat-button-filled-label-text-tracking: .006rem;--mat-button-filled-label-text-weight: 500;--mat-button-outlined-label-text-font: Roboto;--mat-button-outlined-label-text-size: .875rem;--mat-button-outlined-label-text-tracking: .006rem;--mat-button-outlined-label-text-weight: 500;--mat-button-protected-label-text-font: Roboto;--mat-button-protected-label-text-size: .875rem;--mat-button-protected-label-text-tracking: .006rem;--mat-button-protected-label-text-weight: 500;--mat-button-text-label-text-font: Roboto;--mat-button-text-label-text-size: .875rem;--mat-button-text-label-text-tracking: .006rem;--mat-button-text-label-text-weight: 500;--mat-button-tonal-label-text-font: Roboto;--mat-button-tonal-label-text-size: .875rem;--mat-button-tonal-label-text-tracking: .006rem;--mat-button-tonal-label-text-weight: 500;--mat-icon-button-icon-size: 24px;--mat-icon-button-container-shape: 9999px;--mat-icon-button-touch-target-size: 48px;--mat-icon-button-disabled-icon-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-icon-button-disabled-state-layer-color: #46464f;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #46464f;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #46464f 12%, transparent);--mat-icon-button-state-layer-color: #46464f;--mat-icon-button-touch-target-display: block;--mat-icon-button-state-layer-size: 40px;--mat-fab-container-shape: 16px;--mat-fab-extended-container-height: 56px;--mat-fab-extended-container-shape: 16px;--mat-fab-small-container-shape: 12px;--mat-fab-touch-target-size: 48px;--mat-fab-small-touch-target-size: 48px;--mat-fab-container-color: #e0e0ff;--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-disabled-state-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 6;--mat-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: #0000ef;--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, #0000ef 12%, transparent);--mat-fab-small-container-color: #e0e0ff;--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: #0000ef;--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, #0000ef 12%, transparent);--mat-fab-small-state-layer-color: #0000ef;--mat-fab-state-layer-color: #0000ef;--mat-fab-touch-target-display: block;--mat-fab-extended-label-text-font: Roboto;--mat-fab-extended-label-text-size: .875rem;--mat-fab-extended-label-text-tracking: .006rem;--mat-fab-extended-label-text-weight: 500;--mat-snack-bar-container-shape: 4px;--mat-snack-bar-button-color: #bec2ff;--mat-snack-bar-container-color: #303034;--mat-snack-bar-supporting-text-color: #f3eff4;--mat-snack-bar-supporting-text-font: Roboto;--mat-snack-bar-supporting-text-line-height: 1.25rem;--mat-snack-bar-supporting-text-size: .875rem;--mat-snack-bar-supporting-text-weight: 400;--mat-table-row-item-outline-width: 1px;--mat-table-background-color: #fcf8fd;--mat-table-header-headline-color: #1b1b1f;--mat-table-row-item-label-text-color: #1b1b1f;--mat-table-row-item-outline-color: #777680;--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px;--mat-table-header-headline-font: Roboto;--mat-table-header-headline-line-height: 1.25rem;--mat-table-header-headline-size: .875rem;--mat-table-header-headline-tracking: .006rem;--mat-table-header-headline-weight: 500;--mat-table-row-item-label-text-font: Roboto;--mat-table-row-item-label-text-line-height: 1.25rem;--mat-table-row-item-label-text-size: .875rem;--mat-table-row-item-label-text-tracking: .016rem;--mat-table-row-item-label-text-weight: 400;--mat-table-footer-supporting-text-font: Roboto;--mat-table-footer-supporting-text-line-height: 1.25rem;--mat-table-footer-supporting-text-size: .875rem;--mat-table-footer-supporting-text-tracking: .016rem;--mat-table-footer-supporting-text-weight: 400;--mat-progress-spinner-size: 48px;--mat-progress-spinner-active-indicator-width: 4px;--mat-progress-spinner-active-indicator-color: #343dff;--mat-badge-container-offset: -12px 0;--mat-badge-container-overlap-offset: -12px;--mat-badge-container-padding: 0 4px;--mat-badge-container-shape: 9999px;--mat-badge-container-size: 16px;--mat-badge-large-size-container-offset: -12px 0;--mat-badge-large-size-container-overlap-offset: -12px;--mat-badge-large-size-container-padding: 0 4px;--mat-badge-large-size-container-size: 16px;--mat-badge-legacy-container-size: unset;--mat-badge-legacy-large-size-container-size: unset;--mat-badge-legacy-small-size-container-size: unset;--mat-badge-small-size-container-offset: -6px 0;--mat-badge-small-size-container-overlap-offset: -6px;--mat-badge-small-size-container-padding: 0;--mat-badge-small-size-container-size: 6px;--mat-badge-background-color: #ba1a1a;--mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);--mat-badge-disabled-state-text-color: #ffffff;--mat-badge-text-color: #ffffff;--mat-badge-large-size-line-height: 16px;--mat-badge-large-size-text-size: .688rem;--mat-badge-line-height: 16px;--mat-badge-small-size-line-height: 6px;--mat-badge-small-size-text-size: 0;--mat-badge-text-font: Roboto;--mat-badge-text-size: .688rem;--mat-badge-text-weight: 500;--mat-bottom-sheet-container-shape: 28px;--mat-bottom-sheet-container-text-color: #1b1b1f;--mat-bottom-sheet-container-background-color: #f6f2f7;--mat-bottom-sheet-container-text-font: Roboto;--mat-bottom-sheet-container-text-line-height: 1.5rem;--mat-bottom-sheet-container-text-size: 1rem;--mat-bottom-sheet-container-text-tracking: .031rem;--mat-bottom-sheet-container-text-weight: 400;--mat-button-toggle-focus-state-layer-opacity: .12;--mat-button-toggle-hover-state-layer-opacity: .08;--mat-button-toggle-shape: 28px;--mat-button-toggle-background-color: transparent;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-toggle-disabled-state-background-color: transparent;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-button-toggle-divider-color: #777680;--mat-button-toggle-selected-state-background-color: #e1e0f9;--mat-button-toggle-selected-state-text-color: #444559;--mat-button-toggle-state-layer-color: #1b1b1f;--mat-button-toggle-text-color: #1b1b1f;--mat-button-toggle-height: 40px;--mat-button-toggle-label-text-font: Roboto;--mat-button-toggle-label-text-line-height: 1.25rem;--mat-button-toggle-label-text-size: .875rem;--mat-button-toggle-label-text-tracking: .006rem;--mat-button-toggle-label-text-weight: 500;--mat-datepicker-calendar-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-shape: 16px;--mat-datepicker-calendar-container-touch-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-datepicker-calendar-container-touch-shape: 28px;--mat-datepicker-calendar-body-label-text-color: #1b1b1f;--mat-datepicker-calendar-container-background-color: #ebe7eb;--mat-datepicker-calendar-container-text-color: #1b1b1f;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffdcc7;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #5c5d72;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #e1e0f9;--mat-datepicker-calendar-date-in-range-state-background-color: #e0e0ff;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #343dff;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #343dff;--mat-datepicker-calendar-date-selected-state-text-color: #ffffff;--mat-datepicker-calendar-date-text-color: #1b1b1f;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #343dff;--mat-datepicker-calendar-date-today-selected-state-outline-color: #343dff;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #46464f;--mat-datepicker-calendar-navigation-button-icon-color: #46464f;--mat-datepicker-calendar-period-button-icon-color: #46464f;--mat-datepicker-calendar-period-button-text-color: #46464f;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-datepicker-range-input-separator-color: #1b1b1f;--mat-datepicker-toggle-active-state-icon-color: #343dff;--mat-datepicker-toggle-icon-color: #46464f;--mat-datepicker-calendar-body-label-text-size: .875rem;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-header-text-size: .875rem;--mat-datepicker-calendar-header-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: .875rem;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-text-font: Roboto;--mat-datepicker-calendar-text-size: .875rem;--mat-divider-width: 1px;--mat-divider-color: #c7c5d0;--mat-expansion-container-shape: 12px;--mat-expansion-header-indicator-display: inline-block;--mat-expansion-legacy-header-indicator-display: none;--mat-expansion-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-expansion-actions-divider-color: #777680;--mat-expansion-container-background-color: #fcf8fd;--mat-expansion-container-text-color: #1b1b1f;--mat-expansion-header-description-color: #46464f;--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-expansion-header-indicator-color: #46464f;--mat-expansion-header-text-color: #1b1b1f;--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px;--mat-expansion-container-text-font: Roboto;--mat-expansion-container-text-line-height: 1.5rem;--mat-expansion-container-text-size: 1rem;--mat-expansion-container-text-tracking: .031rem;--mat-expansion-container-text-weight: 400;--mat-expansion-header-text-font: Roboto;--mat-expansion-header-text-line-height: 1.5rem;--mat-expansion-header-text-size: 1rem;--mat-expansion-header-text-tracking: .009rem;--mat-expansion-header-text-weight: 500;--mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto;--mat-grid-list-tile-header-secondary-text-size: 400 .875rem / 1.25rem Roboto;--mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto;--mat-grid-list-tile-footer-secondary-text-size: 400 .875rem / 1.25rem Roboto;--mat-icon-color: inherit;--mat-sidenav-container-shape: 16px;--mat-sidenav-container-elevation-shadow: none;--mat-sidenav-container-width: 360px;--mat-sidenav-container-divider-color: transparent;--mat-sidenav-container-background-color: #fcf8fd;--mat-sidenav-container-text-color: #46464f;--mat-sidenav-content-background-color: #fcf8fd;--mat-sidenav-content-text-color: #1b1b1f;--mat-sidenav-scrim-color: color-mix(in srgb, #303038 40%, transparent);--mat-stepper-header-error-state-icon-background-color: transparent;--mat-stepper-header-focus-state-layer-shape: 12px;--mat-stepper-header-hover-state-layer-shape: 12px;--mat-stepper-container-color: #fcf8fd;--mat-stepper-header-done-state-icon-background-color: #343dff;--mat-stepper-header-done-state-icon-foreground-color: #ffffff;--mat-stepper-header-edit-state-icon-background-color: #343dff;--mat-stepper-header-edit-state-icon-foreground-color: #ffffff;--mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;--mat-stepper-header-error-state-label-text-color: #ba1a1a;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1b1b1f 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1b1b1f 8%, transparent);--mat-stepper-header-icon-background-color: #46464f;--mat-stepper-header-icon-foreground-color: #fcf8fd;--mat-stepper-header-label-text-color: #46464f;--mat-stepper-header-optional-label-text-color: #46464f;--mat-stepper-header-selected-state-icon-background-color: #343dff;--mat-stepper-header-selected-state-icon-foreground-color: #ffffff;--mat-stepper-header-selected-state-label-text-color: #46464f;--mat-stepper-line-color: #777680;--mat-stepper-container-text-font: Roboto;--mat-stepper-header-label-text-font: Roboto;--mat-stepper-header-label-text-size: .875rem;--mat-stepper-header-label-text-weight: 500;--mat-stepper-header-error-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-size: .875rem;--mat-stepper-header-selected-state-label-text-weight: 500;--mat-stepper-header-height: 72px;--mat-sort-arrow-color: #1b1b1f;--mat-toolbar-container-background-color: #fcf8fd;--mat-toolbar-container-text-color: #1b1b1f;--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px;--mat-toolbar-title-text-font: Roboto;--mat-toolbar-title-text-line-height: 1.75rem;--mat-toolbar-title-text-size: 1.375rem;--mat-toolbar-title-text-tracking: 0;--mat-toolbar-title-text-weight: 400;--mat-tree-container-background-color: #fcf8fd;--mat-tree-node-text-color: #1b1b1f;--mat-tree-node-min-height: 48px;--mat-tree-node-text-font: Roboto;--mat-tree-node-text-size: 1rem;--mat-tree-node-text-weight: 400;--mat-timepicker-container-shape: 4px;--mat-timepicker-container-background-color: #f0edf1;--mat-timepicker-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);color-scheme:light}html.dark-theme{color-scheme:dark;--ib-text-color: white;--mat-app-background-color: #131316;--mat-app-text-color: #e5e1e6;--mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);--mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);--mat-ripple-color: color-mix(in srgb, #e5e1e6 10%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #e5e1e6 8%, transparent);--mat-option-label-text-color: #e5e1e6;--mat-option-selected-state-label-text-color: #e1e0f9;--mat-option-selected-state-layer-color: #444559;--mat-optgroup-label-text-color: #e4e1ec;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #131316;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #0001ac;--mat-pseudo-checkbox-full-selected-icon-color: #bec2ff;--mat-pseudo-checkbox-full-unselected-icon-color: #e4e1ec;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #bec2ff;--mat-card-elevated-container-color: #1b1b1f;--mat-card-elevated-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-card-filled-container-color: #353438;--mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-container-color: #131316;--mat-card-outlined-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-outlined-outline-color: #46464f;--mat-card-subtitle-text-color: #e5e1e6;--mat-progress-bar-active-indicator-color: #bec2ff;--mat-progress-bar-track-color: #46464f;--mat-tooltip-container-color: #e5e1e6;--mat-tooltip-supporting-text-color: #303034;--mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-form-field-enabled-select-arrow-color: #e4e1ec;--mat-form-field-error-focus-trailing-icon-color: #ffb4ab;--mat-form-field-error-hover-trailing-icon-color: #ffdad6;--mat-form-field-error-text-color: #ffb4ab;--mat-form-field-error-trailing-icon-color: #ffb4ab;--mat-form-field-filled-active-indicator-color: #e4e1ec;--mat-form-field-filled-caret-color: #bec2ff;--mat-form-field-filled-container-color: #46464f;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #e5e1e6 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-form-field-filled-error-active-indicator-color: #ffb4ab;--mat-form-field-filled-error-caret-color: #ffb4ab;--mat-form-field-filled-error-focus-active-indicator-color: #ffb4ab;--mat-form-field-filled-error-focus-label-text-color: #ffb4ab;--mat-form-field-filled-error-hover-active-indicator-color: #ffdad6;--mat-form-field-filled-error-hover-label-text-color: #ffdad6;--mat-form-field-filled-error-label-text-color: #ffb4ab;--mat-form-field-filled-focus-active-indicator-color: #bec2ff;--mat-form-field-filled-focus-label-text-color: #bec2ff;--mat-form-field-filled-hover-active-indicator-color: #e5e1e6;--mat-form-field-filled-hover-label-text-color: #e4e1ec;--mat-form-field-filled-input-text-color: #e5e1e6;--mat-form-field-filled-input-text-placeholder-color: #e4e1ec;--mat-form-field-filled-label-text-color: #e4e1ec;--mat-form-field-focus-select-arrow-color: #bec2ff;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #e4e1ec;--mat-form-field-outlined-caret-color: #bec2ff;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-form-field-outlined-error-caret-color: #ffb4ab;--mat-form-field-outlined-error-focus-label-text-color: #ffb4ab;--mat-form-field-outlined-error-focus-outline-color: #ffb4ab;--mat-form-field-outlined-error-hover-label-text-color: #ffdad6;--mat-form-field-outlined-error-hover-outline-color: #ffdad6;--mat-form-field-outlined-error-label-text-color: #ffb4ab;--mat-form-field-outlined-error-outline-color: #ffb4ab;--mat-form-field-outlined-focus-label-text-color: #bec2ff;--mat-form-field-outlined-focus-outline-color: #bec2ff;--mat-form-field-outlined-hover-label-text-color: #e5e1e6;--mat-form-field-outlined-hover-outline-color: #e5e1e6;--mat-form-field-outlined-input-text-color: #e5e1e6;--mat-form-field-outlined-input-text-placeholder-color: #e4e1ec;--mat-form-field-outlined-label-text-color: #e4e1ec;--mat-form-field-outlined-outline-color: #91909a;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1b1b1f 38%, transparent);--mat-form-field-select-option-text-color: #1b1b1f;--mat-form-field-state-layer-color: #e5e1e6;--mat-form-field-trailing-icon-color: #e4e1ec;--mat-select-panel-background-color: #201f22;--mat-select-enabled-trigger-text-color: #e5e1e6;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-select-placeholder-text-color: #e4e1ec;--mat-select-enabled-arrow-color: #e4e1ec;--mat-select-disabled-arrow-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-select-focused-arrow-color: #bec2ff;--mat-select-invalid-arrow-color: #ffb4ab;--mat-autocomplete-background-color: #201f22;--mat-dialog-container-color: #131316;--mat-dialog-subhead-color: #e5e1e6;--mat-dialog-supporting-text-color: #e4e1ec;--mat-chip-disabled-label-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-chip-elevated-selected-container-color: #444559;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-chip-focus-outline-color: #e4e1ec;--mat-chip-focus-state-layer-color: #e4e1ec;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #e4e1ec;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #e4e1ec;--mat-chip-outline-color: #91909a;--mat-chip-selected-disabled-trailing-icon-color: #e5e1e6;--mat-chip-selected-focus-state-layer-color: #e1e0f9;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #e1e0f9;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #e1e0f9;--mat-chip-selected-trailing-action-state-layer-color: #e1e0f9;--mat-chip-selected-trailing-icon-color: #e1e0f9;--mat-chip-trailing-action-focus-state-layer-opacity: .12;--mat-chip-trailing-action-hover-state-layer-opacity: .08;--mat-chip-trailing-action-state-layer-color: #e4e1ec;--mat-chip-with-icon-disabled-icon-color: #e5e1e6;--mat-chip-with-icon-icon-color: #e4e1ec;--mat-chip-with-icon-selected-icon-color: #e1e0f9;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #e5e1e6;--mat-chip-with-trailing-icon-trailing-icon-color: #e4e1ec;--mat-slide-toggle-disabled-label-text-color: #e5e1e6;--mat-slide-toggle-disabled-selected-handle-color: #131316;--mat-slide-toggle-disabled-selected-icon-color: #e5e1e6;--mat-slide-toggle-disabled-selected-track-color: #e5e1e6;--mat-slide-toggle-disabled-unselected-handle-color: #e5e1e6;--mat-slide-toggle-disabled-unselected-icon-color: #46464f;--mat-slide-toggle-disabled-unselected-track-color: #46464f;--mat-slide-toggle-disabled-unselected-track-outline-color: #e5e1e6;--mat-slide-toggle-label-text-color: #e5e1e6;--mat-slide-toggle-selected-focus-handle-color: #0000ef;--mat-slide-toggle-selected-focus-state-layer-color: #bec2ff;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #bec2ff;--mat-slide-toggle-selected-handle-color: #0001ac;--mat-slide-toggle-selected-hover-handle-color: #0000ef;--mat-slide-toggle-selected-hover-state-layer-color: #bec2ff;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #bec2ff;--mat-slide-toggle-selected-icon-color: #e0e0ff;--mat-slide-toggle-selected-pressed-handle-color: #0000ef;--mat-slide-toggle-selected-pressed-state-layer-color: #bec2ff;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #bec2ff;--mat-slide-toggle-selected-track-color: #bec2ff;--mat-slide-toggle-track-outline-color: #91909a;--mat-slide-toggle-unselected-focus-handle-color: #e4e1ec;--mat-slide-toggle-unselected-focus-state-layer-color: #e5e1e6;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #46464f;--mat-slide-toggle-unselected-handle-color: #91909a;--mat-slide-toggle-unselected-hover-handle-color: #e4e1ec;--mat-slide-toggle-unselected-hover-state-layer-color: #e5e1e6;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #46464f;--mat-slide-toggle-unselected-icon-color: #46464f;--mat-slide-toggle-unselected-pressed-handle-color: #e4e1ec;--mat-slide-toggle-unselected-pressed-state-layer-color: #e5e1e6;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #46464f;--mat-slide-toggle-unselected-track-color: #46464f;--mat-radio-checked-ripple-color: #bec2ff;--mat-radio-disabled-label-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-radio-disabled-selected-icon-color: #e5e1e6;--mat-radio-disabled-unselected-icon-color: #e5e1e6;--mat-radio-label-text-color: #e5e1e6;--mat-radio-ripple-color: #e5e1e6;--mat-radio-selected-focus-icon-color: #bec2ff;--mat-radio-selected-hover-icon-color: #bec2ff;--mat-radio-selected-icon-color: #bec2ff;--mat-radio-selected-pressed-icon-color: #bec2ff;--mat-radio-unselected-focus-icon-color: #e5e1e6;--mat-radio-unselected-hover-icon-color: #e5e1e6;--mat-radio-unselected-icon-color: #e4e1ec;--mat-radio-unselected-pressed-icon-color: #e5e1e6;--mat-slider-active-track-color: #bec2ff;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #e5e1e6;--mat-slider-disabled-handle-color: #e5e1e6;--mat-slider-disabled-inactive-track-color: #e5e1e6;--mat-slider-focus-handle-color: #bec2ff;--mat-slider-focus-state-layer-color: color-mix(in srgb, #bec2ff 20%, transparent);--mat-slider-handle-color: #bec2ff;--mat-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-slider-handle-shape: 9999px;--mat-slider-hover-handle-color: #bec2ff;--mat-slider-hover-state-layer-color: color-mix(in srgb, #bec2ff 5%, transparent);--mat-slider-inactive-track-color: #46464f;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #bec2ff;--mat-slider-label-label-text-color: #0001ac;--mat-slider-ripple-color: #bec2ff;--mat-slider-with-overlap-handle-outline-color: #0001ac;--mat-slider-with-tick-marks-active-container-color: #0001ac;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #e5e1e6;--mat-slider-with-tick-marks-inactive-container-color: #e4e1ec;--mat-menu-container-shape: 4px;--mat-menu-divider-color: #46464f;--mat-menu-item-label-text-color: #e5e1e6;--mat-menu-item-icon-color: #e4e1ec;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, #e5e1e6 8%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-menu-container-color: #201f22;--mat-menu-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);--mat-list-active-indicator-color: #444559;--mat-list-active-indicator-shape: 9999px;--mat-list-list-item-container-color: transparent;--mat-list-list-item-container-shape: 0;--mat-list-list-item-disabled-label-text-color: #e5e1e6;--mat-list-list-item-disabled-label-text-opacity: .3;--mat-list-list-item-disabled-leading-icon-color: #e5e1e6;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-state-layer-color: #e5e1e6;--mat-list-list-item-disabled-state-layer-opacity: .12;--mat-list-list-item-disabled-trailing-icon-color: #e5e1e6;--mat-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-list-item-focus-label-text-color: #e5e1e6;--mat-list-list-item-focus-state-layer-color: #e5e1e6;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-list-list-item-hover-label-text-color: #e5e1e6;--mat-list-list-item-hover-state-layer-color: #e5e1e6;--mat-list-list-item-hover-state-layer-opacity: .08;--mat-list-list-item-label-text-color: #e5e1e6;--mat-list-list-item-leading-avatar-color: #0000ef;--mat-list-list-item-leading-avatar-shape: 9999px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-leading-icon-color: #e4e1ec;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-selected-trailing-icon-color: #bec2ff;--mat-list-list-item-supporting-text-color: #e4e1ec;--mat-list-list-item-trailing-icon-color: #e4e1ec;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-trailing-supporting-text-color: #e4e1ec;--mat-paginator-container-text-color: #e5e1e6;--mat-paginator-container-background-color: #131316;--mat-paginator-disabled-icon-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-paginator-enabled-icon-color: #e4e1ec;--mat-tab-active-focus-indicator-color: #bec2ff;--mat-tab-active-focus-label-text-color: #e5e1e6;--mat-tab-active-hover-indicator-color: #bec2ff;--mat-tab-active-hover-label-text-color: #e5e1e6;--mat-tab-active-indicator-color: #bec2ff;--mat-tab-active-label-text-color: #e5e1e6;--mat-tab-active-ripple-color: #e5e1e6;--mat-tab-divider-color: #46464f;--mat-tab-inactive-focus-label-text-color: #e5e1e6;--mat-tab-inactive-hover-label-text-color: #e5e1e6;--mat-tab-inactive-label-text-color: #e5e1e6;--mat-tab-inactive-ripple-color: #e5e1e6;--mat-tab-pagination-icon-color: #e5e1e6;--mat-tab-disabled-ripple-color: #e4e1ec;--mat-checkbox-disabled-label-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #131316;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-checkbox-label-text-color: #e5e1e6;--mat-checkbox-selected-checkmark-color: #0001ac;--mat-checkbox-selected-focus-icon-color: #bec2ff;--mat-checkbox-selected-focus-state-layer-color: #bec2ff;--mat-checkbox-selected-hover-icon-color: #bec2ff;--mat-checkbox-selected-hover-state-layer-color: #bec2ff;--mat-checkbox-selected-icon-color: #bec2ff;--mat-checkbox-selected-pressed-icon-color: #bec2ff;--mat-checkbox-selected-pressed-state-layer-color: #e5e1e6;--mat-checkbox-unselected-focus-icon-color: #e5e1e6;--mat-checkbox-unselected-focus-state-layer-color: #e5e1e6;--mat-checkbox-unselected-hover-icon-color: #e5e1e6;--mat-checkbox-unselected-hover-state-layer-color: #e5e1e6;--mat-checkbox-unselected-icon-color: #e4e1ec;--mat-checkbox-unselected-pressed-state-layer-color: #bec2ff;--mat-button-filled-container-color: #bec2ff;--mat-button-filled-disabled-container-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-button-filled-disabled-state-layer-color: #e4e1ec;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #0001ac;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #0001ac 12%, transparent);--mat-button-filled-progress-active-indicator-color: #0001ac;--mat-button-filled-state-layer-color: #0001ac;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #e4e1ec;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #bec2ff;--mat-button-outlined-outline-color: #91909a;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #bec2ff 12%, transparent);--mat-button-outlined-state-layer-color: #bec2ff;--mat-button-protected-container-color: #131316;--mat-button-protected-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-container-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-button-protected-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-button-protected-disabled-label-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-button-protected-disabled-state-layer-color: #e4e1ec;--mat-button-protected-focus-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-focus-state-layer-opacity: .12;--mat-button-protected-hover-container-elevation-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-button-protected-hover-state-layer-opacity: .08;--mat-button-protected-label-text-color: #bec2ff;--mat-button-protected-pressed-container-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-button-protected-pressed-state-layer-opacity: .12;--mat-button-protected-ripple-color: color-mix(in srgb, #bec2ff 12%, transparent);--mat-button-protected-state-layer-color: #bec2ff;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-button-text-disabled-state-layer-color: #e4e1ec;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #bec2ff;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #bec2ff 12%, transparent);--mat-button-text-state-layer-color: #bec2ff;--mat-button-tonal-container-color: #444559;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #e4e1ec;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #e1e0f9;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #e1e0f9 12%, transparent);--mat-button-tonal-state-layer-color: #e1e0f9;--mat-icon-button-disabled-icon-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-icon-button-disabled-state-layer-color: #e4e1ec;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #e4e1ec;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #e4e1ec 12%, transparent);--mat-icon-button-state-layer-color: #e4e1ec;--mat-fab-container-color: #0000ef;--mat-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-disabled-state-container-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-fab-extended-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-extended-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-extended-pressed-container-elevation-shadow: 6;--mat-fab-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-focus-state-layer-opacity: .12;--mat-fab-foreground-color: #e0e0ff;--mat-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-hover-state-layer-opacity: .08;--mat-fab-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-ripple-color: color-mix(in srgb, #e0e0ff 12%, transparent);--mat-fab-small-container-color: #0000ef;--mat-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-container-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-fab-small-focus-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-foreground-color: #e0e0ff;--mat-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-fab-small-hover-state-layer-opacity: .08;--mat-fab-small-pressed-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-ripple-color: color-mix(in srgb, #e0e0ff 12%, transparent);--mat-fab-small-state-layer-color: #e0e0ff;--mat-fab-state-layer-color: #e0e0ff;--mat-snack-bar-button-color: #343dff;--mat-snack-bar-container-color: #e5e1e6;--mat-snack-bar-supporting-text-color: #303034;--mat-table-background-color: #131316;--mat-table-header-headline-color: #e5e1e6;--mat-table-row-item-label-text-color: #e5e1e6;--mat-table-row-item-outline-color: #91909a;--mat-progress-spinner-active-indicator-color: #bec2ff;--mat-badge-background-color: #ffb4ab;--mat-badge-disabled-state-background-color: color-mix(in srgb, #ffb4ab 38%, transparent);--mat-badge-disabled-state-text-color: #690005;--mat-badge-text-color: #690005;--mat-bottom-sheet-container-text-color: #e5e1e6;--mat-bottom-sheet-container-background-color: #1b1b1f;--mat-button-toggle-background-color: transparent;--mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-button-toggle-disabled-state-background-color: transparent;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-button-toggle-divider-color: #91909a;--mat-button-toggle-selected-state-background-color: #444559;--mat-button-toggle-selected-state-text-color: #e1e0f9;--mat-button-toggle-state-layer-color: #e5e1e6;--mat-button-toggle-text-color: #e5e1e6;--mat-datepicker-calendar-body-label-text-color: #e5e1e6;--mat-datepicker-calendar-container-background-color: #2a292d;--mat-datepicker-calendar-container-text-color: #e5e1e6;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e5e1e6 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #723600;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #c5c4dd;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #444559;--mat-datepicker-calendar-date-in-range-state-background-color: #0000ef;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #bec2ff;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #bec2ff;--mat-datepicker-calendar-date-selected-state-text-color: #0001ac;--mat-datepicker-calendar-date-text-color: #e5e1e6;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #bec2ff;--mat-datepicker-calendar-date-today-selected-state-outline-color: #bec2ff;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #e4e1ec;--mat-datepicker-calendar-navigation-button-icon-color: #e4e1ec;--mat-datepicker-calendar-period-button-icon-color: #e4e1ec;--mat-datepicker-calendar-period-button-text-color: #e4e1ec;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-datepicker-range-input-separator-color: #e5e1e6;--mat-datepicker-toggle-active-state-icon-color: #bec2ff;--mat-datepicker-toggle-icon-color: #e4e1ec;--mat-divider-color: #46464f;--mat-expansion-actions-divider-color: #91909a;--mat-expansion-container-background-color: #131316;--mat-expansion-container-text-color: #e5e1e6;--mat-expansion-header-description-color: #e4e1ec;--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #e5e1e6 38%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #e5e1e6 8%, transparent);--mat-expansion-header-indicator-color: #e4e1ec;--mat-expansion-header-text-color: #e5e1e6;--mat-icon-color: inherit;--mat-sidenav-container-background-color: #131316;--mat-sidenav-container-text-color: #e4e1ec;--mat-sidenav-content-background-color: #131316;--mat-sidenav-content-text-color: #e5e1e6;--mat-sidenav-scrim-color: color-mix(in srgb, #303038 40%, transparent);--mat-stepper-container-color: #131316;--mat-stepper-header-done-state-icon-background-color: #bec2ff;--mat-stepper-header-done-state-icon-foreground-color: #0001ac;--mat-stepper-header-edit-state-icon-background-color: #bec2ff;--mat-stepper-header-edit-state-icon-foreground-color: #0001ac;--mat-stepper-header-error-state-icon-foreground-color: #ffb4ab;--mat-stepper-header-error-state-label-text-color: #ffb4ab;--mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #e5e1e6 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e5e1e6 8%, transparent);--mat-stepper-header-icon-background-color: #e4e1ec;--mat-stepper-header-icon-foreground-color: #131316;--mat-stepper-header-label-text-color: #e4e1ec;--mat-stepper-header-optional-label-text-color: #e4e1ec;--mat-stepper-header-selected-state-icon-background-color: #bec2ff;--mat-stepper-header-selected-state-icon-foreground-color: #0001ac;--mat-stepper-header-selected-state-label-text-color: #e4e1ec;--mat-stepper-line-color: #91909a;--mat-sort-arrow-color: #e5e1e6;--mat-toolbar-container-background-color: #131316;--mat-toolbar-container-text-color: #e5e1e6;--mat-tree-container-background-color: #131316;--mat-tree-node-text-color: #e5e1e6;--mat-timepicker-container-background-color: #201f22;--mat-timepicker-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12)}mat-form-field{--mat-form-field-filled-container-color: transparent}body{background:var(--bg);color:var(--text);transition:background .3s ease,color .3s ease;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{margin:0 0 4px;font-weight:600}a{color:inherit;text-decoration:none}[ab-full-width],[abFullWidth]{width:100%}.section-header{font-size:var(--text-lg);line-height:var(--text-lg--line-height);color:var(--color-zinc-500)}.ib-dialog-panel{--mat-dialog-container-shape: var(--mat-sys-corner-small);overflow:hidden}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.btn{appearance:none;border:none;cursor:pointer;font:inherit;font-weight:600;padding:10px 18px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;transition:transform .12s ease,background .2s ease,box-shadow .2s ease;background:var(--surface-2);color:var(--text)}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:var(--primary-contrast);box-shadow:0 6px 18px #7c4dff66}.btn-danger{background:var(--expense);color:#fff}.btn-ghost{background:transparent}.btn-ghost:hover:not(:disabled){background:var(--surface-hover)}.btn-sm{padding:6px 12px;font-size:13px}.icon-btn{appearance:none;border:none;background:transparent;color:var(--text-dim);cursor:pointer;width:38px;height:38px;border-radius:50%;font-size:16px;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.icon-btn:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.btn:disabled,.icon-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;margin-top:2.2rem;position:relative}.ib-input-label{position:absolute;bottom:100%;left:.75rem;font-size:var(--field-label);color:var(--text-muted, #a0aec0);margin-bottom:4px;white-space:nowrap}.ib-icon-label{position:absolute;bottom:100%;left:.75rem;font-size:var(--field-label)!important;color:var(--text-muted, #a0aec0)!important;font-weight:400!important;margin-bottom:8px;white-space:nowrap}.field label{font-size:var(--field-label);color:var(--text-dim);font-weight:500}.input,.select,textarea.input{width:100%;background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);padding:12px 14px;font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.input:focus,.select:focus,textarea.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #7c4dff33}.form-row{display:flex;gap:36px 24px;margin-top:2.2rem;flex-wrap:wrap}.form-row>*{flex:1}.form-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:8px}.segmented{display:flex;background:var(--surface-2);border-radius:999px;padding:4px;gap:4px}.segmented button{flex:1;border:none;background:transparent;color:var(--text-dim);padding:9px 12px;border-radius:999px;cursor:pointer;font:inherit;font-size:.75rem;font-weight:600;transition:all .2s ease}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow);outline:2px solid var(--primary)}.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;background:var(--surface-2);color:var(--text-dim)}.full-height{height:100%;display:flex;flex-direction:column;overflow:hidden}.grow{flex:1;overflow-y:auto;min-height:0;padding:4px 28px 28px}@media(max-width:900px){.grow{padding:4px 18px 18px}}.page-head{padding:0 28px;margin-bottom:22px}@media(max-width:900px){.page-head{padding:0 18px}}@media(max-width:768px){.page-head{flex-direction:column;gap:16px;align-items:stretch}}.spacer{flex:1 1 auto}.icon-picker{display:flex;flex-wrap:wrap;gap:6px}.ic{width:42px;height:42px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);font-size:20px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.ic.sel{border-color:var(--primary);box-shadow:0 0 0 2px #7c4dff4d}.dot{width:30px;height:30px;border-radius:50%;border:2px solid transparent;cursor:pointer}.dot.sel{border-color:var(--text);transform:scale(1.15)}.text-income{color:var(--income)!important}.text-expense{color:var(--expense)!important}.text-transfer{color:var(--transfer)!important}.text-dim{color:var(--text-dim)!important}.muted{color:var(--text-dim);font-size:14px}.grid{display:grid;gap:16px}.row-between{display:flex;align-items:center;justify-content:space-between}.row-center{display:flex;align-items:center;justify-content:center}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px;border:2px solid var(--bg)}.page-enter{animation:pageIn .5s cubic-bezier(.4,0,.2,1);flex:1;display:flex;flex-direction:column;min-height:0;padding:28px;overflow-y:auto}.page-enter.full-height{padding:28px 0 0;overflow:hidden}@keyframes pageIn{0%{opacity:0}to{opacity:1}}.empty-state{text-align:center;padding:48px 16px;color:var(--text-dim)}.empty-state .em{font-size:44px;display:block;margin-bottom:8px}.layout{display:grid;grid-template-columns:264px 1fr;height:100vh}.brand{display:flex;align-items:center;gap:10px;padding:4px 8px}.brand .logo{font-size:26px}.brand-name{font-size:20px;font-weight:700;letter-spacing:.3px}.networth{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;border-radius:var(--radius);padding:16px 18px;display:flex;flex-direction:column;gap:4px;box-shadow:0 10px 26px #7c4dff59}.nw-label{font-size:12px;opacity:.85}.nw-value{font-size:24px;font-weight:700}.nav{display:flex;flex-direction:column;gap:4px;flex:1}.nav-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:var(--radius-sm);color:var(--text-dim);font-weight:600;transition:background .2s ease,color .2s ease;cursor:pointer}.nav-item:hover{background:var(--surface-hover);color:var(--text)}.nav-item.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.nav-item.active .nav-icon{transform:scale(1.1)}.nav-icon{font-size:18px;width:24px;text-align:center;transition:transform .2s ease}.theme-toggle{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:12px 14px;border-radius:var(--radius-sm);cursor:pointer;font:inherit;font-weight:600;transition:background .2s ease}.theme-toggle:hover{background:var(--surface-hover)}.content{display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden}.topbar{display:flex;align-items:center;gap:16px;padding:16px 28px;position:sticky;top:0;background:var(--bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;border-bottom:1px solid var(--border)}@supports (color: color-mix(in lab,red,red)){.topbar{background:color-mix(in srgb,var(--bg) 82%,transparent)}}.menu-btn{display:none}.top-balance{display:flex;flex-direction:column;line-height:1.2}.top-balance strong{font-size:18px}.theme-mini{margin-left:auto;font-size:18px}.profile-btn{font-size:18px;text-decoration:none;display:flex;align-items:center;justify-content:center}.router-host{flex:1;display:flex;flex-direction:column;min-height:0}.scrim{display:none}@media(max-width:900px){.layout{grid-template-columns:1fr}.menu-btn{display:inline-flex}.menu-open .scrim{display:block;position:fixed;inset:0;background:#00000080;z-index:150}.router-host{padding:0}.page-enter{padding:18px}.page-enter.full-height{padding:18px 0 0}.form-row{flex-direction:column}}.delete-btn{margin-right:auto}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-gradient-position{syntax: "*"; inherits: false;}@property --tw-gradient-from{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-via{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-to{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-stops{syntax: "*"; inherits: false;}@property --tw-gradient-via-stops{syntax: "*"; inherits: false;}@property --tw-gradient-from-position{syntax: "<length-percentage>"; inherits: false; initial-value: 0%;}@property --tw-gradient-via-position{syntax: "<length-percentage>"; inherits: false; initial-value: 50%;}@property --tw-gradient-to-position{syntax: "<length-percentage>"; inherits: false; initial-value: 100%;}@property --tw-leading{syntax: "*"; inherits: false;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-tracking{syntax: "*"; inherits: false;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style: solid;--tw-gradient-position: initial;--tw-gradient-from: #0000;--tw-gradient-via: #0000;--tw-gradient-to: #0000;--tw-gradient-stops: initial;--tw-gradient-via-stops: initial;--tw-gradient-from-position: 0%;--tw-gradient-via-position: 50%;--tw-gradient-to-position: 100%;--tw-leading: initial;--tw-font-weight: initial;--tw-tracking: initial;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial}}}
