:root{--widget-bg: #1e1e24;--widget-border: rgba(255, 255, 255, .08);--widget-header-bg: linear-gradient( 135deg, rgba(124, 77, 255, .05) 0%, rgba(124, 77, 255, .02) 100% );--widget-actions-bg: rgba(0, 0, 0, .1);--action-primary: linear-gradient(135deg, #7c4dff 0%, #6a3fc7 100%);--action-primary-hover: linear-gradient(135deg, #8f5dff 0%, #7c4dff 100%);--action-secondary: linear-gradient(135deg, #ff6b6b 0%, #e74c3c 100%);--action-secondary-hover: linear-gradient(135deg, #ff7f7f 0%, #ff6b6b 100%);--action-neutral: rgba(255, 255, 255, .1);--action-neutral-hover: rgba(255, 255, 255, .15);--widget-title-size: 16px;--widget-title-weight: 600;--widget-title-color: #ffffff;--widget-subtitle-size: 13px;--widget-subtitle-color: rgba(255, 255, 255, .6);--widget-padding: 24px;--widget-gap: 16px;--widget-actions-gap: 12px;--widget-border-radius: 12px;--widget-border-light: rgba(255, 255, 255, .06);--form-field-border: rgba(255, 255, 255, .12);--form-field-border-focus: #7c4dff;--widget-padding-compact: 12px;--widget-gap-compact: 8px;--widget-actions-gap-compact: 8px;--widget-border-radius-compact: 8px;--widget-title-size-compact: 13px;--widget-subtitle-size-compact: 11px}.actions-bar{position:sticky;bottom:0;left:0;right:0;display:flex;gap:12px;justify-content:center;padding:16px;background:linear-gradient(to top,#121218fa,#121218f2 60%,#121218cc);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid rgba(255,255,255,.08);margin:24px -16px -16px;z-index:100;animation:slideUpFadeIn .2s ease-out}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}:host-context(.operator-view) .actions-bar,.operator-view .actions-bar{position:static;margin:16px 0 0;padding:16px 0 0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-top:1px solid rgba(255,255,255,.06);animation:none}.timer-presets{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.timer-presets .preset-group{display:flex;gap:6px;background:#ffffff08;padding:4px;border-radius:8px;border:1px solid rgba(255,255,255,.06)}.timer-presets custom-button.preset-btn,.timer-presets .preset-btn{--btn-height: 32px !important;min-width:48px!important}.timer-presets custom-button.preset-btn .custom-btn,.timer-presets .preset-btn .custom-btn{height:32px!important;padding:0 12px!important;font-size:12px!important;font-weight:600!important;letter-spacing:.5px;background:#ffffff0a!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important;transition:all .15s ease!important}.timer-presets custom-button.preset-btn .custom-btn:hover,.timer-presets .preset-btn .custom-btn:hover{background:#7c4dff26!important;border-color:#7c4dff66!important;transform:translateY(-1px)}.timer-presets custom-button.preset-btn.none-btn .custom-btn,.timer-presets .preset-btn.none-btn .custom-btn{background:#ff525214!important;border-color:#ff52524d!important;color:#ff5252!important}.timer-presets custom-button.preset-btn.none-btn .custom-btn:hover,.timer-presets .preset-btn.none-btn .custom-btn:hover{background:#ff525226!important;border-color:#ff525280!important}.timer-presets custom-button.preset-btn.active .custom-btn,.timer-presets .preset-btn.active .custom-btn{background:linear-gradient(135deg,#7c4dff33,#673ab726)!important;border-color:#7c4dff80!important;color:#b39ddb!important;box-shadow:0 0 12px #7c4dff33}.legacy-widget{background:var(--widget-bg);border:1px solid var(--widget-border);border-radius:var(--widget-border-radius);box-shadow:0 4px 12px #0000004d;transition:box-shadow .2s ease}.legacy-widget:hover{box-shadow:0 6px 20px #0006}.legacy-widget .widget-header{padding-bottom:8px;border-bottom:1px solid var(--widget-border-light);background:var(--widget-header-bg);border-radius:var(--widget-border-radius) var(--widget-border-radius) 0 0}.legacy-widget .widget-header .widget-title{display:flex;align-items:center;gap:8px;font-size:var(--widget-title-size);font-weight:var(--widget-title-weight);color:var(--widget-title-color)}.legacy-widget .widget-header .widget-title .widget-icon{font-size:20px;width:20px;height:20px;color:#7c4dff}.legacy-widget .widget-header .widget-subtitle{color:var(--widget-subtitle-color);font-size:var(--widget-subtitle-size);margin-top:4px}.legacy-widget .widget-content{padding:20px var(--widget-padding)}.legacy-widget .widget-content mat-form-field{width:100%;margin-bottom:var(--widget-gap)}.legacy-widget .widget-content mat-form-field .mat-mdc-form-field-focus-overlay{background-color:#7c4dff1a}.legacy-widget .widget-content mat-form-field .mat-mdc-text-field-wrapper{background-color:#ffffff08;border-radius:8px}.legacy-widget .widget-content mat-form-field .mat-mdc-form-field-flex{border-color:var(--form-field-border)}.legacy-widget .widget-content mat-form-field.mat-focused .mat-mdc-form-field-flex{border-color:var(--form-field-border-focus)}.legacy-widget .widget-content mat-form-field .mat-mdc-form-field-label{color:#ffffffb3}.legacy-widget .widget-content mat-form-field .mat-mdc-form-field-hint{color:#ffffff80}.legacy-widget .widget-field-group{display:flex;flex-direction:column;gap:var(--widget-gap);margin-bottom:20px}.legacy-widget .widget-field-group:last-child{margin-bottom:0}.legacy-widget .widget-field-group .field-group-title{font-size:14px;font-weight:500;color:#fffc;margin-bottom:12px;display:flex;align-items:center;gap:6px}.legacy-widget .widget-field-group .field-group-title mat-icon{font-size:16px;width:16px;height:16px;color:#7c4dff}.legacy-widget .widget-actions{padding:16px var(--widget-padding) 20px;border-top:1px solid var(--widget-border-light);background:var(--widget-actions-bg);border-radius:0 0 var(--widget-border-radius) var(--widget-border-radius);display:flex;gap:var(--widget-actions-gap);flex-wrap:wrap}.legacy-widget .widget-actions button{display:flex;align-items:center;gap:6px;min-height:40px;padding:0 16px;font-weight:500;border-radius:8px;transition:all .2s ease}.legacy-widget .widget-actions button mat-icon{font-size:18px;width:18px;height:18px}.legacy-widget .widget-actions button.mat-primary{background:var(--action-primary);border:none;box-shadow:0 2px 8px #7c4dff4d}.legacy-widget .widget-actions button.mat-primary:hover:not(:disabled){background:var(--action-primary-hover);box-shadow:0 4px 12px #7c4dff66;transform:translateY(-1px)}.legacy-widget .widget-actions button.mat-accent{background:var(--action-secondary);border:none;box-shadow:0 2px 8px #ff6b6b4d}.legacy-widget .widget-actions button.mat-accent:hover:not(:disabled){background:var(--action-secondary-hover);box-shadow:0 4px 12px #ff6b6b66;transform:translateY(-1px)}.legacy-widget .widget-actions button:not(.mat-primary):not(.mat-accent){background:var(--action-neutral);border:1px solid rgba(255,255,255,.2)}.legacy-widget .widget-actions button:not(.mat-primary):not(.mat-accent):hover:not(:disabled){background:var(--action-neutral-hover);border-color:#ffffff4d;transform:translateY(-1px)}@media (max-width: 768px){.legacy-widget .widget-content{padding:16px 20px}.legacy-widget .widget-actions{padding:12px 20px 16px;gap:8px}.legacy-widget .widget-actions button{min-height:36px;padding:0 12px;font-size:13px}.legacy-widget .widget-actions button mat-icon{font-size:16px;width:16px;height:16px}}.operator-view .widget-frame .mat-mdc-card,.operator-view .widget-frame .section-card,.operator-view .widget-content .mat-mdc-card,.operator-view .widget-content .section-card{background:#1a1a2099!important;border:1px solid rgba(255,255,255,.06);border-radius:var(--widget-border-radius-compact);margin-bottom:var(--widget-gap-compact);box-shadow:none}.operator-view .widget-frame .mat-mdc-card .mat-mdc-card-header,.operator-view .widget-frame .section-card .mat-mdc-card-header,.operator-view .widget-content .mat-mdc-card .mat-mdc-card-header,.operator-view .widget-content .section-card .mat-mdc-card-header{padding:var(--widget-gap-compact) var(--widget-padding-compact);border-bottom:1px solid rgba(255,255,255,.04);min-height:auto}.operator-view .widget-frame .mat-mdc-card .mat-mdc-card-header .mat-mdc-card-title,.operator-view .widget-frame .mat-mdc-card .mat-mdc-card-header mat-card-title,.operator-view .widget-frame .section-card .mat-mdc-card-header .mat-mdc-card-title,.operator-view .widget-frame .section-card .mat-mdc-card-header mat-card-title,.operator-view .widget-content .mat-mdc-card .mat-mdc-card-header .mat-mdc-card-title,.operator-view .widget-content .mat-mdc-card .mat-mdc-card-header mat-card-title,.operator-view .widget-content .section-card .mat-mdc-card-header .mat-mdc-card-title,.operator-view .widget-content .section-card .mat-mdc-card-header mat-card-title{font-size:var(--widget-title-size-compact)!important;font-weight:600;margin:0}.operator-view .widget-frame .mat-mdc-card .mat-mdc-card-content,.operator-view .widget-frame .mat-mdc-card mat-card-content,.operator-view .widget-frame .section-card .mat-mdc-card-content,.operator-view .widget-frame .section-card mat-card-content,.operator-view .widget-content .mat-mdc-card .mat-mdc-card-content,.operator-view .widget-content .mat-mdc-card mat-card-content,.operator-view .widget-content .section-card .mat-mdc-card-content,.operator-view .widget-content .section-card mat-card-content{padding:var(--widget-padding-compact)!important}.operator-view .widget-frame .mat-mdc-card .mat-mdc-card-content:last-child,.operator-view .widget-frame .mat-mdc-card mat-card-content:last-child,.operator-view .widget-frame .section-card .mat-mdc-card-content:last-child,.operator-view .widget-frame .section-card mat-card-content:last-child,.operator-view .widget-content .mat-mdc-card .mat-mdc-card-content:last-child,.operator-view .widget-content .mat-mdc-card mat-card-content:last-child,.operator-view .widget-content .section-card .mat-mdc-card-content:last-child,.operator-view .widget-content .section-card mat-card-content:last-child{padding-bottom:var(--widget-padding-compact)!important}.operator-view .widget-frame mat-form-field,.operator-view .widget-content mat-form-field{margin-bottom:var(--widget-gap-compact)}.operator-view .widget-frame mat-form-field .mat-mdc-text-field-wrapper,.operator-view .widget-content mat-form-field .mat-mdc-text-field-wrapper{padding:0 8px}.operator-view .widget-frame mat-form-field .mat-mdc-form-field-infix,.operator-view .widget-content mat-form-field .mat-mdc-form-field-infix{min-height:40px;padding-top:8px!important;padding-bottom:8px!important;display:flex;align-items:center}.operator-view .widget-frame mat-form-field .mdc-text-field--outlined .mdc-notched-outline__leading,.operator-view .widget-frame mat-form-field .mdc-text-field--outlined .mdc-notched-outline__notch,.operator-view .widget-frame mat-form-field .mdc-text-field--outlined .mdc-notched-outline__trailing,.operator-view .widget-content mat-form-field .mdc-text-field--outlined .mdc-notched-outline__leading,.operator-view .widget-content mat-form-field .mdc-text-field--outlined .mdc-notched-outline__notch,.operator-view .widget-content mat-form-field .mdc-text-field--outlined .mdc-notched-outline__trailing{border-color:#ffffff1a}.operator-view .widget-frame mat-form-field input.mat-mdc-input-element,.operator-view .widget-content mat-form-field input.mat-mdc-input-element{font-size:var(--font-size-sm)}.operator-view .widget-frame mat-form-field .mat-mdc-form-field-hint-wrapper,.operator-view .widget-frame mat-form-field .mat-mdc-form-field-error-wrapper,.operator-view .widget-content mat-form-field .mat-mdc-form-field-hint-wrapper,.operator-view .widget-content mat-form-field .mat-mdc-form-field-error-wrapper{padding:0 8px}.operator-view .widget-frame mat-form-field .mat-mdc-form-field-hint,.operator-view .widget-content mat-form-field .mat-mdc-form-field-hint{font-size:10px}.operator-view .widget-frame .toast-fields,.operator-view .widget-frame .image-fields,.operator-view .widget-frame .form-row,.operator-view .widget-frame .field-row,.operator-view .widget-content .toast-fields,.operator-view .widget-content .image-fields,.operator-view .widget-content .form-row,.operator-view .widget-content .field-row{gap:var(--widget-gap-compact)}.operator-view .widget-frame .actions-bar,.operator-view .widget-content .actions-bar{padding:var(--widget-gap-compact) var(--widget-padding-compact);gap:var(--widget-actions-gap-compact);margin:var(--widget-gap-compact) calc(-1 * var(--widget-padding-compact)) calc(-1 * var(--widget-padding-compact)) calc(-1 * var(--widget-padding-compact))}.operator-view .widget-frame .actions-bar button,.operator-view .widget-content .actions-bar button{min-width:auto!important;height:32px!important;padding:0 12px!important;font-size:var(--font-size-sm)!important}.operator-view .widget-frame .actions-bar button mat-icon,.operator-view .widget-content .actions-bar button mat-icon{font-size:18px!important;width:18px!important;height:18px!important;margin-right:4px!important}.operator-view .widget-frame>[class*=-page],.operator-view .widget-content>[class*=-page]{padding:var(--widget-padding-compact);max-width:none}:root{--mat-app-background-color: #151316;--mat-app-text-color: #e6e1e6;--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, #e6e1e6 10%, transparent);--mat-option-focus-state-layer-color: color-mix(in srgb, #e6e1e6 12%, transparent);--mat-option-hover-state-layer-color: color-mix(in srgb, #e6e1e6 8%, transparent);--mat-option-label-text-color: #e6e1e6;--mat-option-selected-state-label-text-color: #eadef7;--mat-option-selected-state-layer-color: #4b4357;--mat-optgroup-label-text-color: #e8e0eb;--mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #151316;--mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-pseudo-checkbox-full-selected-checkmark-color: #42008a;--mat-pseudo-checkbox-full-selected-icon-color: #d5baff;--mat-pseudo-checkbox-full-unselected-icon-color: #e8e0eb;--mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-pseudo-checkbox-minimal-selected-checkmark-color: #d5baff;--mat-option-label-text-size: 1rem;--mat-option-label-text-weight: 400;--mat-option-label-text-font: Roboto, sans-serif;--mat-option-label-text-line-height: 1.25rem;--mat-option-label-text-tracking: .006rem;--mat-optgroup-label-text-font: Roboto, sans-serif;--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: #1d1b1e;--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: #363437;--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: #151316;--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: #49454e;--mat-card-subtitle-text-color: #e6e1e6;--mat-card-subtitle-text-font: Roboto, sans-serif;--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, sans-serif;--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: #d5baff;--mat-progress-bar-track-color: #49454e;--mat-tooltip-container-color: #e6e1e6;--mat-tooltip-container-shape: 4px;--mat-tooltip-supporting-text-color: #323033;--mat-tooltip-supporting-text-font: Roboto, sans-serif;--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, #e6e1e6 38%, transparent);--mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-form-field-enabled-select-arrow-color: #e8e0eb;--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: #e8e0eb;--mat-form-field-filled-caret-color: #d5baff;--mat-form-field-filled-container-color: #49454e;--mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-form-field-filled-disabled-container-color: color-mix(in srgb, #e6e1e6 4%, transparent);--mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #e6e1e6 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: #d5baff;--mat-form-field-filled-focus-label-text-color: #d5baff;--mat-form-field-filled-hover-active-indicator-color: #e6e1e6;--mat-form-field-filled-hover-label-text-color: #e8e0eb;--mat-form-field-filled-input-text-color: #e6e1e6;--mat-form-field-filled-input-text-placeholder-color: #e8e0eb;--mat-form-field-filled-label-text-color: #e8e0eb;--mat-form-field-focus-select-arrow-color: #d5baff;--mat-form-field-focus-state-layer-opacity: 0;--mat-form-field-hover-state-layer-opacity: .08;--mat-form-field-leading-icon-color: #e8e0eb;--mat-form-field-outlined-caret-color: #d5baff;--mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #e6e1e6 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: #d5baff;--mat-form-field-outlined-focus-outline-color: #d5baff;--mat-form-field-outlined-hover-label-text-color: #e6e1e6;--mat-form-field-outlined-hover-outline-color: #e6e1e6;--mat-form-field-outlined-input-text-color: #e6e1e6;--mat-form-field-outlined-input-text-placeholder-color: #e8e0eb;--mat-form-field-outlined-label-text-color: #e8e0eb;--mat-form-field-outlined-outline-color: #958e99;--mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);--mat-form-field-select-option-text-color: #1d1b1e;--mat-form-field-state-layer-color: #e6e1e6;--mat-form-field-trailing-icon-color: #e8e0eb;--mat-form-field-container-height: 44px;--mat-form-field-filled-label-display: none;--mat-form-field-container-vertical-padding: 10px;--mat-form-field-filled-with-label-container-padding-top: 10px;--mat-form-field-filled-with-label-container-padding-bottom: 10px;--mat-form-field-container-text-font: Roboto, sans-serif;--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, sans-serif;--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, sans-serif;--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, sans-serif;--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: #211f22;--mat-select-enabled-trigger-text-color: #e6e1e6;--mat-select-disabled-trigger-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-select-placeholder-text-color: #e8e0eb;--mat-select-enabled-arrow-color: #e8e0eb;--mat-select-disabled-arrow-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-select-focused-arrow-color: #d5baff;--mat-select-invalid-arrow-color: #ffb4ab;--mat-select-arrow-transform: none;--mat-select-trigger-text-font: Roboto, sans-serif;--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: #211f22;--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: #151316;--mat-dialog-subhead-color: #e6e1e6;--mat-dialog-supporting-text-color: #e8e0eb;--mat-dialog-subhead-font: Roboto, sans-serif;--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, sans-serif;--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, #e6e1e6 38%, transparent);--mat-chip-disabled-outline-color: color-mix(in srgb, #e6e1e6 12%, transparent);--mat-chip-elevated-selected-container-color: #4b4357;--mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #e6e1e6 12%, transparent);--mat-chip-focus-outline-color: #e8e0eb;--mat-chip-focus-state-layer-color: #e8e0eb;--mat-chip-focus-state-layer-opacity: .12;--mat-chip-hover-state-layer-color: #e8e0eb;--mat-chip-hover-state-layer-opacity: .08;--mat-chip-label-text-color: #e8e0eb;--mat-chip-outline-color: #958e99;--mat-chip-selected-disabled-trailing-icon-color: #e6e1e6;--mat-chip-selected-focus-state-layer-color: #eadef7;--mat-chip-selected-focus-state-layer-opacity: .12;--mat-chip-selected-hover-state-layer-color: #eadef7;--mat-chip-selected-hover-state-layer-opacity: .08;--mat-chip-selected-label-text-color: #eadef7;--mat-chip-selected-trailing-action-state-layer-color: #eadef7;--mat-chip-selected-trailing-icon-color: #eadef7;--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: #e8e0eb;--mat-chip-with-icon-disabled-icon-color: #e6e1e6;--mat-chip-with-icon-icon-color: #e8e0eb;--mat-chip-with-icon-selected-icon-color: #eadef7;--mat-chip-with-trailing-icon-disabled-trailing-icon-color: #e6e1e6;--mat-chip-with-trailing-icon-trailing-icon-color: #e8e0eb;--mat-chip-container-height: 24px;--mat-chip-label-text-font: Roboto, sans-serif;--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: #e6e1e6;--mat-slide-toggle-disabled-selected-handle-color: #151316;--mat-slide-toggle-disabled-selected-icon-color: #e6e1e6;--mat-slide-toggle-disabled-selected-track-color: #e6e1e6;--mat-slide-toggle-disabled-unselected-handle-color: #e6e1e6;--mat-slide-toggle-disabled-unselected-icon-color: #49454e;--mat-slide-toggle-disabled-unselected-track-color: #49454e;--mat-slide-toggle-disabled-unselected-track-outline-color: #e6e1e6;--mat-slide-toggle-label-text-color: #e6e1e6;--mat-slide-toggle-selected-focus-handle-color: #5f00c0;--mat-slide-toggle-selected-focus-state-layer-color: #d5baff;--mat-slide-toggle-selected-focus-state-layer-opacity: .12;--mat-slide-toggle-selected-focus-track-color: #d5baff;--mat-slide-toggle-selected-handle-color: #42008a;--mat-slide-toggle-selected-hover-handle-color: #5f00c0;--mat-slide-toggle-selected-hover-state-layer-color: #d5baff;--mat-slide-toggle-selected-hover-state-layer-opacity: .08;--mat-slide-toggle-selected-hover-track-color: #d5baff;--mat-slide-toggle-selected-icon-color: #ecdcff;--mat-slide-toggle-selected-pressed-handle-color: #5f00c0;--mat-slide-toggle-selected-pressed-state-layer-color: #d5baff;--mat-slide-toggle-selected-pressed-state-layer-opacity: .12;--mat-slide-toggle-selected-pressed-track-color: #d5baff;--mat-slide-toggle-selected-track-color: #d5baff;--mat-slide-toggle-track-outline-color: #958e99;--mat-slide-toggle-unselected-focus-handle-color: #e8e0eb;--mat-slide-toggle-unselected-focus-state-layer-color: #e6e1e6;--mat-slide-toggle-unselected-focus-state-layer-opacity: .12;--mat-slide-toggle-unselected-focus-track-color: #49454e;--mat-slide-toggle-unselected-handle-color: #958e99;--mat-slide-toggle-unselected-hover-handle-color: #e8e0eb;--mat-slide-toggle-unselected-hover-state-layer-color: #e6e1e6;--mat-slide-toggle-unselected-hover-state-layer-opacity: .08;--mat-slide-toggle-unselected-hover-track-color: #49454e;--mat-slide-toggle-unselected-icon-color: #49454e;--mat-slide-toggle-unselected-pressed-handle-color: #e8e0eb;--mat-slide-toggle-unselected-pressed-state-layer-color: #e6e1e6;--mat-slide-toggle-unselected-pressed-state-layer-opacity: .12;--mat-slide-toggle-unselected-pressed-track-color: #49454e;--mat-slide-toggle-unselected-track-color: #49454e;--mat-slide-toggle-touch-target-display: none;--mat-slide-toggle-label-text-font: Roboto, sans-serif;--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: #d5baff;--mat-radio-disabled-label-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-radio-disabled-selected-icon-color: #e6e1e6;--mat-radio-disabled-unselected-icon-color: #e6e1e6;--mat-radio-label-text-color: #e6e1e6;--mat-radio-ripple-color: #e6e1e6;--mat-radio-selected-focus-icon-color: #d5baff;--mat-radio-selected-hover-icon-color: #d5baff;--mat-radio-selected-icon-color: #d5baff;--mat-radio-selected-pressed-icon-color: #d5baff;--mat-radio-unselected-focus-icon-color: #e6e1e6;--mat-radio-unselected-hover-icon-color: #e6e1e6;--mat-radio-unselected-icon-color: #e8e0eb;--mat-radio-unselected-pressed-icon-color: #e6e1e6;--mat-radio-touch-target-display: none;--mat-radio-state-layer-size: 28px;--mat-radio-label-text-font: Roboto, sans-serif;--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: #d5baff;--mat-slider-active-track-shape: 9999px;--mat-slider-disabled-active-track-color: #e6e1e6;--mat-slider-disabled-handle-color: #e6e1e6;--mat-slider-disabled-inactive-track-color: #e6e1e6;--mat-slider-focus-handle-color: #d5baff;--mat-slider-focus-state-layer-color: color-mix(in srgb, #d5baff 20%, transparent);--mat-slider-handle-color: #d5baff;--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: #d5baff;--mat-slider-hover-state-layer-color: color-mix(in srgb, #d5baff 5%, transparent);--mat-slider-inactive-track-color: #49454e;--mat-slider-inactive-track-shape: 9999px;--mat-slider-label-container-color: #d5baff;--mat-slider-label-label-text-color: #42008a;--mat-slider-ripple-color: #d5baff;--mat-slider-with-overlap-handle-outline-color: #42008a;--mat-slider-with-tick-marks-active-container-color: #42008a;--mat-slider-with-tick-marks-container-shape: 9999px;--mat-slider-with-tick-marks-disabled-container-color: #e6e1e6;--mat-slider-with-tick-marks-inactive-container-color: #e8e0eb;--mat-slider-label-label-text-font: Roboto, sans-serif;--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: #49454e;--mat-menu-item-label-text-color: #e6e1e6;--mat-menu-item-icon-color: #e8e0eb;--mat-menu-item-hover-state-layer-color: color-mix(in srgb, #e6e1e6 8%, transparent);--mat-menu-item-focus-state-layer-color: color-mix(in srgb, #e6e1e6 12%, transparent);--mat-menu-container-color: #211f22;--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, sans-serif;--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: #4b4357;--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: #e6e1e6;--mat-list-list-item-disabled-label-text-opacity: .3;--mat-list-list-item-disabled-leading-icon-color: #e6e1e6;--mat-list-list-item-disabled-leading-icon-opacity: .38;--mat-list-list-item-disabled-state-layer-color: #e6e1e6;--mat-list-list-item-disabled-state-layer-opacity: .12;--mat-list-list-item-disabled-trailing-icon-color: #e6e1e6;--mat-list-list-item-disabled-trailing-icon-opacity: .38;--mat-list-list-item-focus-label-text-color: #e6e1e6;--mat-list-list-item-focus-state-layer-color: #e6e1e6;--mat-list-list-item-focus-state-layer-opacity: .12;--mat-list-list-item-hover-label-text-color: #e6e1e6;--mat-list-list-item-hover-state-layer-color: #e6e1e6;--mat-list-list-item-hover-state-layer-opacity: .08;--mat-list-list-item-label-text-color: #e6e1e6;--mat-list-list-item-leading-avatar-color: #5f00c0;--mat-list-list-item-leading-avatar-shape: 9999px;--mat-list-list-item-leading-avatar-size: 40px;--mat-list-list-item-leading-icon-color: #e8e0eb;--mat-list-list-item-leading-icon-size: 24px;--mat-list-list-item-selected-trailing-icon-color: #d5baff;--mat-list-list-item-supporting-text-color: #e8e0eb;--mat-list-list-item-trailing-icon-color: #e8e0eb;--mat-list-list-item-trailing-icon-size: 24px;--mat-list-list-item-trailing-supporting-text-color: #e8e0eb;--mat-list-list-item-leading-icon-start-space: 4px;--mat-list-list-item-leading-icon-end-space: 4px;--mat-list-list-item-one-line-container-height: 36px;--mat-list-list-item-two-line-container-height: 52px;--mat-list-list-item-three-line-container-height: 76px;--mat-list-list-item-label-text-font: Roboto, sans-serif;--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, sans-serif;--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, sans-serif;--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: #e6e1e6;--mat-paginator-container-background-color: #151316;--mat-paginator-disabled-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-paginator-enabled-icon-color: #e8e0eb;--mat-paginator-container-size: 40px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: none;--mat-paginator-container-text-font: Roboto, sans-serif;--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: #d5baff;--mat-tab-active-focus-label-text-color: #e6e1e6;--mat-tab-active-hover-indicator-color: #d5baff;--mat-tab-active-hover-label-text-color: #e6e1e6;--mat-tab-active-indicator-color: #d5baff;--mat-tab-active-label-text-color: #e6e1e6;--mat-tab-active-ripple-color: #e6e1e6;--mat-tab-divider-color: #49454e;--mat-tab-inactive-focus-label-text-color: #e6e1e6;--mat-tab-inactive-hover-label-text-color: #e6e1e6;--mat-tab-inactive-label-text-color: #e6e1e6;--mat-tab-inactive-ripple-color: #e6e1e6;--mat-tab-pagination-icon-color: #e6e1e6;--mat-tab-disabled-ripple-color: #e8e0eb;--mat-tab-container-height: 36px;--mat-tab-label-text-font: Roboto, sans-serif;--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, #e6e1e6 38%, transparent);--mat-checkbox-disabled-selected-checkmark-color: #151316;--mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-checkbox-label-text-color: #e6e1e6;--mat-checkbox-selected-checkmark-color: #42008a;--mat-checkbox-selected-focus-icon-color: #d5baff;--mat-checkbox-selected-focus-state-layer-color: #d5baff;--mat-checkbox-selected-hover-icon-color: #d5baff;--mat-checkbox-selected-hover-state-layer-color: #d5baff;--mat-checkbox-selected-icon-color: #d5baff;--mat-checkbox-selected-pressed-icon-color: #d5baff;--mat-checkbox-selected-pressed-state-layer-color: #e6e1e6;--mat-checkbox-unselected-focus-icon-color: #e6e1e6;--mat-checkbox-unselected-focus-state-layer-color: #e6e1e6;--mat-checkbox-unselected-hover-icon-color: #e6e1e6;--mat-checkbox-unselected-hover-state-layer-color: #e6e1e6;--mat-checkbox-unselected-icon-color: #e8e0eb;--mat-checkbox-unselected-pressed-state-layer-color: #d5baff;--mat-checkbox-touch-target-display: none;--mat-checkbox-state-layer-size: 28px;--mat-checkbox-label-text-font: Roboto, sans-serif;--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: #d5baff;--mat-button-filled-disabled-container-color: color-mix(in srgb, #e6e1e6 12%, transparent);--mat-button-filled-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-button-filled-disabled-state-layer-color: #e8e0eb;--mat-button-filled-focus-state-layer-opacity: .12;--mat-button-filled-hover-state-layer-opacity: .08;--mat-button-filled-label-text-color: #42008a;--mat-button-filled-pressed-state-layer-opacity: .12;--mat-button-filled-ripple-color: color-mix(in srgb, #42008a 12%, transparent);--mat-button-filled-state-layer-color: #42008a;--mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-button-outlined-disabled-outline-color: color-mix(in srgb, #e6e1e6 12%, transparent);--mat-button-outlined-disabled-state-layer-color: #e8e0eb;--mat-button-outlined-focus-state-layer-opacity: .12;--mat-button-outlined-hover-state-layer-opacity: .08;--mat-button-outlined-label-text-color: #d5baff;--mat-button-outlined-outline-color: #958e99;--mat-button-outlined-pressed-state-layer-opacity: .12;--mat-button-outlined-ripple-color: color-mix(in srgb, #d5baff 12%, transparent);--mat-button-outlined-state-layer-color: #d5baff;--mat-button-protected-container-color: #151316;--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, #e6e1e6 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, #e6e1e6 38%, transparent);--mat-button-protected-disabled-state-layer-color: #e8e0eb;--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: #d5baff;--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, #d5baff 12%, transparent);--mat-button-protected-state-layer-color: #d5baff;--mat-button-text-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-button-text-disabled-state-layer-color: #e8e0eb;--mat-button-text-focus-state-layer-opacity: .12;--mat-button-text-hover-state-layer-opacity: .08;--mat-button-text-label-text-color: #d5baff;--mat-button-text-pressed-state-layer-opacity: .12;--mat-button-text-ripple-color: color-mix(in srgb, #d5baff 12%, transparent);--mat-button-text-state-layer-color: #d5baff;--mat-button-tonal-container-color: #4b4357;--mat-button-tonal-disabled-container-color: color-mix(in srgb, #e6e1e6 12%, transparent);--mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-button-tonal-disabled-state-layer-color: #e8e0eb;--mat-button-tonal-focus-state-layer-opacity: .12;--mat-button-tonal-hover-state-layer-opacity: .08;--mat-button-tonal-label-text-color: #eadef7;--mat-button-tonal-pressed-state-layer-opacity: .12;--mat-button-tonal-ripple-color: color-mix(in srgb, #eadef7 12%, transparent);--mat-button-tonal-state-layer-color: #eadef7;--mat-button-filled-touch-target-display: none;--mat-button-filled-container-height: 28px;--mat-button-outlined-container-height: 28px;--mat-button-outlined-touch-target-display: none;--mat-button-protected-touch-target-display: none;--mat-button-protected-container-height: 28px;--mat-button-text-touch-target-display: none;--mat-button-text-container-height: 28px;--mat-button-tonal-container-height: 28px;--mat-button-tonal-touch-target-display: none;--mat-button-filled-label-text-font: Roboto, sans-serif;--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, sans-serif;--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, sans-serif;--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, sans-serif;--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, sans-serif;--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, #e6e1e6 38%, transparent);--mat-icon-button-disabled-state-layer-color: #e8e0eb;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-hover-state-layer-opacity: .08;--mat-icon-button-icon-color: #e8e0eb;--mat-icon-button-pressed-state-layer-opacity: .12;--mat-icon-button-ripple-color: color-mix(in srgb, #e8e0eb 12%, transparent);--mat-icon-button-state-layer-color: #e8e0eb;--mat-icon-button-touch-target-display: none;--mat-icon-button-state-layer-size: 28px;--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: #5f00c0;--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, #e6e1e6 12%, transparent);--mat-fab-disabled-state-foreground-color: color-mix(in srgb, #e6e1e6 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: #ecdcff;--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, #ecdcff 12%, transparent);--mat-fab-small-container-color: #5f00c0;--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, #e6e1e6 12%, transparent);--mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #e6e1e6 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: #ecdcff;--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, #ecdcff 12%, transparent);--mat-fab-small-state-layer-color: #ecdcff;--mat-fab-state-layer-color: #ecdcff;--mat-fab-touch-target-display: none;--mat-fab-extended-label-text-font: Roboto, sans-serif;--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: #7d00fa;--mat-snack-bar-container-color: #e6e1e6;--mat-snack-bar-supporting-text-color: #323033;--mat-snack-bar-supporting-text-font: Roboto, sans-serif;--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: #151316;--mat-table-header-headline-color: #e6e1e6;--mat-table-row-item-label-text-color: #e6e1e6;--mat-table-row-item-outline-color: #958e99;--mat-table-header-container-height: 44px;--mat-table-footer-container-height: 40px;--mat-table-row-item-container-height: 40px;--mat-table-header-headline-font: Roboto, sans-serif;--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, sans-serif;--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, sans-serif;--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: #d5baff;--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: #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-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, sans-serif;--mat-badge-text-size: .688rem;--mat-badge-text-weight: 500;--mat-bottom-sheet-container-shape: 28px;--mat-bottom-sheet-container-text-color: #e6e1e6;--mat-bottom-sheet-container-background-color: #1d1b1e;--mat-bottom-sheet-container-text-font: Roboto, sans-serif;--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, #e6e1e6 12%, transparent);--mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-button-toggle-disabled-state-background-color: transparent;--mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-button-toggle-divider-color: #958e99;--mat-button-toggle-selected-state-background-color: #4b4357;--mat-button-toggle-selected-state-text-color: #eadef7;--mat-button-toggle-state-layer-color: #e6e1e6;--mat-button-toggle-text-color: #e6e1e6;--mat-button-toggle-height: 40px;--mat-button-toggle-label-text-font: Roboto, sans-serif;--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: #e6e1e6;--mat-datepicker-calendar-container-background-color: #2b292d;--mat-datepicker-calendar-container-text-color: #e6e1e6;--mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e6e1e6 12%, transparent);--mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e6e1e6 8%, transparent);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: #5f00c0;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #cec2db;--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #4b4357;--mat-datepicker-calendar-date-in-range-state-background-color: #5f00c0;--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-preview-state-outline-color: #d5baff;--mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-datepicker-calendar-date-selected-state-background-color: #d5baff;--mat-datepicker-calendar-date-selected-state-text-color: #42008a;--mat-datepicker-calendar-date-text-color: #e6e1e6;--mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-datepicker-calendar-date-today-outline-color: #d5baff;--mat-datepicker-calendar-date-today-selected-state-outline-color: #d5baff;--mat-datepicker-calendar-header-divider-color: transparent;--mat-datepicker-calendar-header-text-color: #e8e0eb;--mat-datepicker-calendar-navigation-button-icon-color: #e8e0eb;--mat-datepicker-calendar-period-button-icon-color: #e8e0eb;--mat-datepicker-calendar-period-button-text-color: #e8e0eb;--mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-datepicker-range-input-separator-color: #e6e1e6;--mat-datepicker-toggle-active-state-icon-color: #d5baff;--mat-datepicker-toggle-icon-color: #e8e0eb;--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, sans-serif;--mat-datepicker-calendar-text-size: .875rem;--mat-divider-width: 1px;--mat-divider-color: #49454e;--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: #958e99;--mat-expansion-container-background-color: #151316;--mat-expansion-container-text-color: #e6e1e6;--mat-expansion-header-description-color: #e8e0eb;--mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #e6e1e6 38%, transparent);--mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #e6e1e6 12%, transparent);--mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #e6e1e6 8%, transparent);--mat-expansion-header-indicator-color: #e8e0eb;--mat-expansion-header-text-color: #e6e1e6;--mat-expansion-header-collapsed-state-height: 36px;--mat-expansion-header-expanded-state-height: 48px;--mat-expansion-container-text-font: Roboto, sans-serif;--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, sans-serif;--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, sans-serif;--mat-grid-list-tile-header-secondary-text-size: 400 .875rem / 1.25rem Roboto, sans-serif;--mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;--mat-grid-list-tile-footer-secondary-text-size: 400 .875rem / 1.25rem Roboto, sans-serif;--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: #151316;--mat-sidenav-container-text-color: #e8e0eb;--mat-sidenav-content-background-color: #151316;--mat-sidenav-content-text-color: #e6e1e6;--mat-sidenav-scrim-color: color-mix(in srgb, #332f37 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: #151316;--mat-stepper-header-done-state-icon-background-color: #d5baff;--mat-stepper-header-done-state-icon-foreground-color: #42008a;--mat-stepper-header-edit-state-icon-background-color: #d5baff;--mat-stepper-header-edit-state-icon-foreground-color: #42008a;--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, #e6e1e6 12%, transparent);--mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e6e1e6 8%, transparent);--mat-stepper-header-icon-background-color: #e8e0eb;--mat-stepper-header-icon-foreground-color: #151316;--mat-stepper-header-label-text-color: #e8e0eb;--mat-stepper-header-optional-label-text-color: #e8e0eb;--mat-stepper-header-selected-state-icon-background-color: #d5baff;--mat-stepper-header-selected-state-icon-foreground-color: #42008a;--mat-stepper-header-selected-state-label-text-color: #e8e0eb;--mat-stepper-line-color: #958e99;--mat-stepper-container-text-font: Roboto, sans-serif;--mat-stepper-header-label-text-font: Roboto, sans-serif;--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: #e6e1e6;--mat-toolbar-container-background-color: #151316;--mat-toolbar-container-text-color: #e6e1e6;--mat-toolbar-standard-height: 52px;--mat-toolbar-mobile-height: 44px;--mat-toolbar-title-text-font: Roboto, sans-serif;--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: #151316;--mat-tree-node-text-color: #e6e1e6;--mat-tree-node-min-height: 36px;--mat-tree-node-text-font: Roboto, sans-serif;--mat-tree-node-text-size: 1rem;--mat-tree-node-text-weight: 400;--mat-timepicker-container-shape: 4px;--mat-timepicker-container-background-color: #211f22;--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-sys-surface: #1a1a20;--mat-sys-surface-variant: #252530;--mat-sys-surface-container: #1e1e24;--mat-sys-surface-container-high: #252530;--mat-sys-outline: rgba(255, 255, 255, .18);--mat-sys-outline-variant: rgba(255, 255, 255, .12);--mat-sys-on-surface: rgba(255, 255, 255, .92);--mat-sys-on-surface-variant: rgba(255, 255, 255, .7);--spacing-xs: 4px;--spacing-sm: 6px;--spacing-md: 8px;--spacing-lg: 10px;--spacing-xl: 12px;--button-height: 32px;--button-height-sm: 28px;--btn-height-compact: 32px;--field-height: 40px;--field-height-compact: 40px;--icon-size: 18px;--icon-size-sm: 16px;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-md: 13px;--font-size-lg: 14px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--widget-padding: 10px;--widget-gap: 10px;--widget-padding-compact: 10px;--widget-gap-compact: 8px;--card-padding: 12px;--card-gap: 8px}html,body{height:100%;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--mat-sys-surface);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body{margin:0;font-family:Inter,Roboto,Arial,sans-serif;background:#121218}.container{padding:var(--widget-padding, 16px)}.spacer{flex:1 1 auto}.mat-mdc-card{background:#1a1a20!important;box-shadow:0 2px 6px #00000040!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:var(--radius-lg)!important}.mat-mdc-card:hover{border-color:#7c4dff40!important}.mat-mdc-card .mat-mdc-card-header{background:#0003;border-bottom:1px solid rgba(255,255,255,.06);padding:var(--spacing-lg) var(--card-padding)!important}.mat-mdc-card .mat-mdc-card-title{font-size:var(--font-size-lg)!important;font-weight:600!important;color:#fff!important}.mat-mdc-card .mat-mdc-card-subtitle{font-size:var(--font-size-xs)!important;opacity:.7!important}.mat-mdc-card .mat-mdc-card-content{padding:var(--card-padding)!important}.mat-mdc-form-field{--mat-form-field-container-height: 40px;--mat-form-field-container-vertical-padding: 8px}.mat-mdc-form-field .mdc-text-field--outlined{background:#ffffff05}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border:1px solid rgba(255,255,255,.15)!important;border-right:none!important;border-radius:var(--radius-md) 0 0 var(--radius-md)!important}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch{border-top:1px solid rgba(255,255,255,.15)!important;border-bottom:1px solid rgba(255,255,255,.15)!important;border-left:none!important;border-right:none!important}.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border:1px solid rgba(255,255,255,.15)!important;border-left:none!important;border-radius:0 var(--radius-md) var(--radius-md) 0!important}.mat-mdc-form-field .mdc-text-field--outlined:hover:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__leading{border-color:#7c4dff40!important}.mat-mdc-form-field .mdc-text-field--outlined:hover:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__notch{border-top-color:#7c4dff40!important;border-bottom-color:#7c4dff40!important}.mat-mdc-form-field .mdc-text-field--outlined:hover:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#7c4dff40!important}.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__leading{border:2px solid #7c4dff!important;border-right:none!important}.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__notch{border-top:2px solid #7c4dff!important;border-bottom:2px solid #7c4dff!important;border-left:none!important;border-right:none!important}.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__trailing{border:2px solid #7c4dff!important;border-left:none!important}.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex{align-items:center}.mat-mdc-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix{padding-top:8px!important;padding-bottom:8px!important;min-height:40px;display:flex;align-items:center}.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper{font-size:10px;padding:2px 0 0}.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint-wrapper,.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-error-wrapper{padding:0}.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-hint{color:#fff6;line-height:1.3}.mat-mdc-form-field input,.mat-mdc-form-field textarea{font-size:var(--font-size-sm)!important;line-height:1.4!important}.mat-mdc-form-field .mat-mdc-floating-label{font-size:var(--font-size-sm)!important}.mat-mdc-form-field .mat-mdc-floating-label.mdc-floating-label--float-above{font-size:11px!important;transform:translateY(-106%) scale(1)!important}.mat-mdc-form-field .mdc-notched-outline__notch .mdc-floating-label{top:50%;transform:translateY(-50%)}.mat-mdc-form-field .mdc-notched-outline__notch .mdc-floating-label.mdc-floating-label--float-above{transform:translateY(-130%) scale(.85)!important}.mat-mdc-form-field.field-primary .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.field-primary .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.field-primary .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#bcabd8!important;border-width:2px!important}.mat-mdc-form-field.field-primary .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) .mdc-floating-label{color:#bcabd8!important}.mat-mdc-form-field.field-primary .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) input{color:#fffffff2!important}.mat-mdc-form-field.field-secondary .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.field-secondary .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.field-secondary .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#3977aa!important}.mat-mdc-form-field.field-secondary .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) .mdc-floating-label{color:#3977aa!important}.mat-mdc-form-field.field-secondary .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) input{color:#ffffffde!important}.mat-mdc-form-field.field-accent .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.field-accent .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.field-accent .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b17c2c!important}.mat-mdc-form-field.field-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) .mdc-floating-label{color:#b17c2c!important}.mat-mdc-form-field.field-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) input{color:#fffffff2!important}.mat-mdc-form-field.field-success .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.field-success .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.field-success .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#4caf50!important}.mat-mdc-form-field.field-success .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid) .mdc-floating-label{color:#4caf50!important}.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):focus-within .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):focus-within .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):focus-within .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px!important;box-shadow:0 0 0 2px #673ab733!important}.mat-mdc-form-field.field-required .mat-mdc-form-field-required-marker{color:#f44336!important}.mat-mdc-button,.mat-mdc-unelevated-button,.mat-mdc-raised-button,.mat-mdc-outlined-button{border-radius:var(--radius-md)!important;font-weight:500!important;font-size:var(--font-size-sm)!important;min-height:var(--button-height)!important;height:var(--button-height)!important;padding:0 var(--spacing-xl)!important}.mat-mdc-button .mdc-button__label,.mat-mdc-unelevated-button .mdc-button__label,.mat-mdc-raised-button .mdc-button__label,.mat-mdc-outlined-button .mdc-button__label{display:flex;align-items:center;gap:var(--spacing-sm)}.mat-mdc-button .mat-icon,.mat-mdc-unelevated-button .mat-icon,.mat-mdc-raised-button .mat-icon,.mat-mdc-outlined-button .mat-icon{font-size:var(--icon-size)!important;width:var(--icon-size)!important;height:var(--icon-size)!important;line-height:var(--icon-size)!important}mat-icon{vertical-align:middle;display:inline-flex!important;align-items:center;justify-content:center}custom-button mat-icon{font-size:18px!important;width:18px!important;height:18px!important;line-height:18px!important;vertical-align:middle}.mat-mdc-icon-button{width:var(--button-height)!important;height:var(--button-height)!important;padding:0!important}.mat-mdc-icon-button .mat-mdc-button-touch-target{width:var(--button-height)!important;height:var(--button-height)!important}.mat-mdc-icon-button .mat-icon{font-size:var(--icon-size)!important;width:var(--icon-size)!important;height:var(--icon-size)!important;line-height:var(--icon-size)!important}.mat-mdc-outlined-button,.mat-mdc-stroked-button{border-width:1px!important}.mat-mdc-outlined-button:not(:disabled):hover,.mat-mdc-stroked-button:not(:disabled):hover{background:#7c4dff0f!important;border-color:#7c4dff66!important}.mat-mdc-unelevated-button.mat-primary:not(:disabled),.mat-mdc-raised-button.mat-primary:not(:disabled),.mat-mdc-flat-button.mat-primary:not(:disabled){background:#7c4dff!important}.mat-mdc-unelevated-button.mat-primary:not(:disabled):hover,.mat-mdc-raised-button.mat-primary:not(:disabled):hover,.mat-mdc-flat-button.mat-primary:not(:disabled):hover{background:#6a3de8!important}.mat-mdc-dialog-container .mdc-dialog__surface{background:#1a1a20!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:var(--radius-lg)!important}.mat-mdc-tab-group .mat-mdc-tab-header{border-bottom:1px solid rgba(255,255,255,.06)}.mat-mdc-tab-group .mat-mdc-tab{min-height:36px!important;height:36px!important;padding:0 var(--spacing-lg)!important}.mat-mdc-tab-group .mat-mdc-tab:not(.mdc-tab--active){opacity:.7}.mat-mdc-tab-group .mat-mdc-tab:hover:not(.mdc-tab--active){opacity:.9}.mat-mdc-tab-group .mat-mdc-tab .mdc-tab__text-label{font-size:var(--font-size-sm)!important}.mat-mdc-tab-group .mat-mdc-tab-indicator{background-color:#7c4dff!important;height:2px!important}.mat-mdc-tooltip{background:#1e1e24!important;border:1px solid rgba(124,77,255,.2)!important;font-size:var(--font-size-xs)!important;padding:var(--spacing-sm) var(--spacing-md)!important;border-radius:var(--radius-sm)!important}.mat-mdc-menu-panel{background:#1a1a20!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:var(--radius-md)!important;min-height:auto!important}.mat-mdc-menu-panel .mat-mdc-menu-item{min-height:32px!important;height:32px!important;font-size:var(--font-size-sm)!important;padding:0 var(--spacing-lg)!important}.mat-mdc-menu-panel .mat-mdc-menu-item:hover:not([disabled]){background:#7c4dff0f!important}.mat-mdc-menu-panel .mat-mdc-menu-item .mat-icon{font-size:var(--icon-size)!important;width:var(--icon-size)!important;height:var(--icon-size)!important;margin-right:var(--spacing-md)!important}.mat-mdc-slide-toggle{--mdc-switch-state-layer-size: 28px;--mdc-switch-selected-handle-height: 16px;--mdc-switch-selected-handle-width: 16px;--mdc-switch-unselected-handle-height: 14px;--mdc-switch-unselected-handle-width: 14px;--mdc-switch-track-height: 18px;--mdc-switch-track-width: 36px;--mdc-switch-track-shape: 9px}.mat-mdc-slide-toggle .mdc-switch{width:36px!important;height:20px!important;overflow:hidden!important}.mat-mdc-slide-toggle .mdc-switch .mdc-switch__track{height:18px!important;width:36px!important;border-radius:9px!important;position:absolute!important;top:1px!important;left:0!important}.mat-mdc-slide-toggle .mdc-switch .mdc-switch__handle-track{position:absolute!important;width:100%!important;height:100%!important;top:0!important;left:0!important}.mat-mdc-slide-toggle .mdc-switch .mdc-switch__handle{position:absolute!important;width:14px!important;height:14px!important;top:3px!important;left:2px!important;transform:none!important}.mat-mdc-slide-toggle .mdc-switch .mdc-switch__handle:before,.mat-mdc-slide-toggle .mdc-switch .mdc-switch__handle:after{width:14px!important;height:14px!important}.mat-mdc-slide-toggle .mdc-switch .mdc-switch__icons{width:14px!important;height:14px!important}.mat-mdc-slide-toggle .mdc-switch .mdc-switch__ripple{display:none!important}.mat-mdc-slide-toggle .mdc-switch.mdc-switch--selected .mdc-switch__handle{left:auto!important;right:2px!important;width:16px!important;height:16px!important;top:2px!important}.mat-mdc-slide-toggle .mdc-switch.mdc-switch--selected .mdc-switch__handle:before,.mat-mdc-slide-toggle .mdc-switch.mdc-switch--selected .mdc-switch__handle:after{width:16px!important;height:16px!important}.mat-mdc-slide-toggle .mdc-switch.mdc-switch--selected .mdc-switch__icons{width:16px!important;height:16px!important}.mat-mdc-slide-toggle .mdc-label{font-size:var(--font-size-sm)!important;padding-left:var(--spacing-md)!important}.mat-mdc-radio-button{--mdc-radio-state-layer-size: 32px}.mat-mdc-radio-button .mdc-radio{width:20px;height:20px;padding:0}.mat-mdc-radio-button .mdc-radio .mdc-radio__background{width:18px;height:18px}.mat-mdc-radio-button .mdc-radio .mdc-radio__background .mdc-radio__outer-circle,.mat-mdc-radio-button .mdc-radio .mdc-radio__background .mdc-radio__inner-circle{border-width:2px}.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control{width:32px;height:32px;top:-6px;left:-6px}.mat-mdc-radio-button .mdc-label{font-size:var(--font-size-sm)!important;padding-left:var(--spacing-sm)!important}.mat-mdc-select{font-size:var(--font-size-sm)!important}.mat-mdc-select .mat-mdc-select-trigger{min-height:40px;display:flex;align-items:center}.mat-mdc-select .mat-mdc-select-value{font-size:var(--font-size-sm)!important}.mat-mdc-select .mat-mdc-select-arrow-wrapper{height:20px}.container,.mat-mdc-card-content,.actions-bar{padding:var(--widget-padding)}mat-card,.section-card,.team-fields,.global-assets-summary,.matches-list,.add-row{margin-bottom:var(--widget-gap)}.section-header{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-lg) var(--card-padding);background:#0003;border-bottom:1px solid rgba(255,255,255,.06)}.section-header mat-icon{font-size:var(--icon-size);width:var(--icon-size);height:var(--icon-size);color:#7c4dff}.section-header .section-title{font-size:var(--font-size-sm);font-weight:600;text-transform:uppercase;letter-spacing:.6px;opacity:.9}.section-header .section-count{margin-left:auto;font-size:var(--font-size-xs);padding:2px var(--spacing-sm);background:#7c4dff1f;border-radius:8px;color:#b39ddb}.loading-spinner-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px var(--card-padding);gap:var(--spacing-lg)}.loading-spinner-wrapper p{margin:0;font-size:var(--font-size-sm);opacity:.7}.empty-state-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px var(--card-padding);text-align:center}.empty-state-wrapper mat-icon{font-size:48px;width:48px;height:48px;opacity:.3;margin-bottom:var(--spacing-lg);color:#7c4dff}.empty-state-wrapper h3{font-size:var(--font-size-lg);font-weight:600;margin:0 0 var(--spacing-sm) 0}.empty-state-wrapper p{font-size:var(--font-size-sm);opacity:.7;margin:0}
