@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;--spacing: .25rem;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@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)){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{.visible{visibility:visible}.fixed{position:fixed}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.table{display:table}.grow{flex-grow:1}.resize{resize:both}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@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-outline-style: solid;--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}}}:root{color-scheme:light;--primary: #4f46e5;--primary-hover: #4338ca;--primary-soft: #eef2ff;--secondary: #6366f1;--background: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--text-primary: #172033;--text-secondary: #64748b;--success: #15803d;--success-soft: #f0fdf4;--warning: #a16207;--warning-soft: #fffbeb;--danger: #b91c1c;--danger-soft: #fef2f2;--radius: 12px;--control-radius: 8px;--control-height: 48px;--shadow: 0 1px 3px rgb(15 23 42 / 5%);--font-family: "Segoe UI", Roboto, sans-serif;--kgk-bg: var(--background);--kgk-surface: var(--surface);--kgk-surface-strong: var(--surface);--kgk-ink: var(--text-primary);--kgk-muted: var(--text-secondary);--kgk-accent: var(--primary);--kgk-border: var(--border);--kgk-shadow: var(--shadow)}:where(button,input,select,textarea){font:inherit}:where(button,a,input,select,textarea):focus-visible{outline:2px solid var(--primary);outline-offset:3px}:where(button:not([class*=mat-])){min-height:var(--control-height);padding:10px 16px;border:1px solid var(--border);border-radius:var(--control-radius);background:var(--surface);color:var(--text-primary);cursor:pointer}:where(button):disabled{cursor:not-allowed;opacity:.55}.vorin-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}.vorin-button:hover:not(:disabled){background:var(--primary-hover)}.vorin-button--secondary{background:var(--surface);color:var(--text-primary);border-color:var(--border)}.vorin-button--secondary:hover:not(:disabled){background:var(--background)}:where(input:not([type=checkbox]):not([type=radio]):not(.mat-mdc-input-element),select,textarea){min-height:var(--control-height);max-width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--control-radius);color:var(--text-primary);background:var(--surface)}:where(input[type=checkbox],input[type=radio]){accent-color:var(--primary)}:where(h1){color:var(--text-primary);font-size:clamp(24px,2.5vw,30px);font-weight:700;line-height:1.25}:where(h2,h3){color:var(--text-primary);font-weight:600}:where(header p,.head p,.section-head p){color:var(--text-secondary);line-height:1.6}.vorin-tabs{display:flex;gap:6px;overflow-x:auto;padding:4px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin:24px 0}.vorin-tabs button{white-space:nowrap;border:0;background:transparent;color:var(--text-secondary)}.vorin-tabs button:hover{background:var(--background)}.vorin-tabs button.active{background:var(--primary-soft);color:var(--primary);font-weight:600}.vorin-table-scroll{max-width:100%;overflow:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}:where(table){width:100%;border-collapse:collapse;background:var(--surface)}:where(th,td){padding:14px 16px;text-align:left;border-bottom:1px solid var(--border)}:where(th),.mat-mdc-header-row{background:var(--background);color:var(--text-secondary);font-weight:600}:where(tbody tr):hover,.mat-mdc-row:hover{background:var(--primary-soft)}.mat-mdc-table{background:var(--surface)!important}.mat-mdc-tab-group,.mat-mdc-tab-body-wrapper{min-width:0}.mat-mdc-tab-header{background:var(--surface);border-bottom:1px solid var(--border)}.mat-mdc-outlined-button{--mdc-outlined-button-container-shape: var(--control-radius)}.mat-mdc-unelevated-button{--mdc-filled-button-container-shape: var(--control-radius)}.mat-mdc-form-field{--mdc-outlined-text-field-container-shape: var(--control-radius);--mat-form-field-container-height: var(--control-height);--mat-form-field-container-vertical-padding: 12px}.vorin-empty{padding:40px 20px;text-align:center;color:var(--text-secondary)}@media (max-width: 700px){.page-header,.page-toolbar{flex-wrap:wrap;align-items:flex-start}.page-toolbar__filters{width:100%}.kgk-table-card{overflow-x:auto}.kgk-actions{flex-wrap:wrap}.kgk-form-grid,.kgk-form-grid--wide,.kgk-detail-grid{grid-template-columns:minmax(0,1fr)}}app-production-planning,app-planning-settings{display:block;color:var(--text-primary, #172033)}app-production-planning *,app-planning-settings *{box-sizing:border-box}app-production-planning button,app-production-planning input,app-production-planning select,app-production-planning textarea,app-planning-settings button,app-planning-settings input,app-planning-settings select,app-planning-settings textarea{font:inherit}app-production-planning button,app-planning-settings button{cursor:pointer;border:1px solid var(--border, #e2e8f0);border-radius:8px;background:var(--surface, #fff);color:inherit;padding:9px 13px;font-weight:500}app-production-planning button:hover,app-planning-settings button:hover{border-color:var(--primary, #4f46e5);color:var(--primary, #4f46e5)}app-production-planning button:disabled,app-planning-settings button:disabled{opacity:.45;cursor:not-allowed}app-production-planning .primary,app-planning-settings .primary{background:var(--primary, #4f46e5);color:#fff;border-color:transparent}app-production-planning .primary:hover,app-planning-settings .primary:hover{color:#fff;filter:brightness(.95)}app-production-planning .actions,app-planning-settings .actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}app-production-planning .planning-header,app-production-planning header,app-planning-settings .planning-header,app-planning-settings header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}app-production-planning .planning-header,app-planning-settings .planning-header{margin-bottom:24px}app-production-planning .planning-header .actions,app-planning-settings .planning-header .actions{max-width:650px;justify-content:flex-end}app-production-planning h1,app-planning-settings h1{font-size:28px;letter-spacing:-.7px;margin:6px 0}app-production-planning h2,app-planning-settings h2{font-size:21px;margin:6px 0 18px}app-production-planning h3,app-planning-settings h3{font-size:16px;margin:22px 0 12px}app-production-planning h4,app-planning-settings h4{font-size:14px}app-production-planning p,app-planning-settings p{color:var(--text-secondary, #64748b);line-height:1.6}app-production-planning .eyebrow,app-planning-settings .eyebrow{font-size:11px;font-weight:700;letter-spacing:1.7px;color:var(--primary, #4f46e5)}app-production-planning small,app-planning-settings small{display:block;color:var(--text-secondary, #64748b);font-size:11px;line-height:1.6}app-production-planning b,app-planning-settings b{font-weight:600}app-production-planning .kpis,app-planning-settings .kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:24px}app-production-planning .kpis>div,app-production-planning .kpis>button,app-planning-settings .kpis>div,app-planning-settings .kpis>button{padding:17px;text-align:left;border:1px solid var(--border, #e2e8f0);border-radius:12px;background:#fff}app-production-planning .kpis span,app-planning-settings .kpis span{font-size:11px;color:var(--text-secondary, #64748b);display:block}app-production-planning .kpis strong,app-planning-settings .kpis strong{font-size:21px;display:block;margin-top:8px;letter-spacing:-.4px}app-production-planning .kpis .danger strong,app-planning-settings .kpis .danger strong{color:#dc2626}app-production-planning .view-tabs,app-planning-settings .view-tabs{display:flex;gap:5px;overflow:auto;border-bottom:1px solid var(--border, #e2e8f0);margin-bottom:20px;white-space:nowrap}app-production-planning .view-tabs button,app-planning-settings .view-tabs button{border:none;border-bottom:3px solid transparent;border-radius:0;padding:13px 16px;background:transparent;color:var(--text-secondary, #64748b)}app-production-planning .view-tabs button.active,app-planning-settings .view-tabs button.active{border-color:var(--primary, #4f46e5);color:var(--primary, #4f46e5);background:#eef2ff}app-production-planning .filters,app-planning-settings .filters{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;background:#fff;padding:18px;border:1px solid var(--border, #e2e8f0);border-radius:12px;margin-bottom:20px}app-production-planning label,app-planning-settings label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:500;color:var(--text-secondary, #64748b)}app-production-planning input,app-production-planning select,app-production-planning textarea,app-planning-settings input,app-planning-settings select,app-planning-settings textarea{border:1px solid var(--border, #e2e8f0);border-radius:7px;background:#fff;padding:9px 10px;color:var(--text-primary, #172033);min-width:0;width:100%}app-production-planning input:focus,app-production-planning select:focus,app-production-planning textarea:focus,app-planning-settings input:focus,app-planning-settings select:focus,app-planning-settings textarea:focus{outline:2px solid #c7d2fe;border-color:#6366f1}app-production-planning input[type=checkbox],app-planning-settings input[type=checkbox]{width:16px;height:16px;accent-color:#4f46e5}app-production-planning .check,app-planning-settings .check{flex-direction:row;align-items:center}app-production-planning .search,app-planning-settings .search{flex:1;min-width:190px}app-production-planning .filters>label,app-planning-settings .filters>label{min-width:140px}app-production-planning .table-toolbar,app-production-planning .pagination,app-planning-settings .table-toolbar,app-planning-settings .pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;font-size:12px;color:var(--text-secondary, #64748b)}app-production-planning .table-wrap,app-planning-settings .table-wrap{overflow:auto;max-height:65vh;border:1px solid var(--border, #e2e8f0);border-radius:10px;background:#fff}app-production-planning table,app-planning-settings table{border-collapse:separate;border-spacing:0;width:100%;text-align:left;font-size:12px}app-production-planning th,app-production-planning td,app-planning-settings th,app-planning-settings td{padding:13px 15px;border-bottom:1px solid var(--border, #e2e8f0);vertical-align:middle}app-production-planning th,app-planning-settings th{font-size:11px;color:var(--text-secondary, #64748b);font-weight:600;white-space:nowrap;background:#f8fafc}app-production-planning thead th,app-planning-settings thead th{position:sticky;top:0;z-index:2}app-production-planning th button,app-planning-settings th button{border:none;padding:0;background:none;font-size:inherit;color:inherit}app-production-planning tbody tr:hover,app-planning-settings tbody tr:hover{background:#f8faff}app-production-planning td,app-planning-settings td{white-space:nowrap}app-production-planning td small,app-planning-settings td small{white-space:normal;min-width:80px}app-production-planning .text-link,app-planning-settings .text-link{border:none;background:none;padding:0;color:var(--primary, #4f46e5);font-size:inherit;text-align:left}app-production-planning .badge,app-planning-settings .badge{padding:5px 8px;border-radius:6px;background:#eef2ff;color:#4338ca;font-size:11px;white-space:nowrap}app-production-planning .progress,app-planning-settings .progress{height:5px;border-radius:3px;background:#e2e8f0;width:95px}app-production-planning .progress span,app-planning-settings .progress span{height:100%;display:block;background:#6366f1;border-radius:3px}app-production-planning .empty,app-planning-settings .empty{text-align:center;padding:55px 24px;color:var(--text-secondary, #64748b);white-space:normal}app-production-planning .empty h3,app-planning-settings .empty h3{color:var(--text-primary, #172033)}app-production-planning .empty p,app-planning-settings .empty p{max-width:520px;margin:12px auto 20px}app-production-planning .pagination label,app-planning-settings .pagination label{flex-direction:row;align-items:center}app-production-planning .pagination select,app-planning-settings .pagination select{width:70px}app-production-planning .alert,app-planning-settings .alert{padding:12px 16px;border-radius:8px;margin:12px 0;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}app-production-planning .alert button,app-planning-settings .alert button{background:transparent;border:none;padding:0}app-production-planning .error,app-production-planning .over,app-planning-settings .error,app-planning-settings .over{background:#fef2f2;color:#b91c1c}app-production-planning .success,app-planning-settings .success{background:#ecfdf5;color:#047857}app-production-planning .warning,app-production-planning .high,app-planning-settings .warning,app-planning-settings .high{background:#fffbeb;color:#92400e}app-production-planning .low,app-planning-settings .low{background:#f1f5f9;color:#64748b}app-production-planning .normal,app-planning-settings .normal{background:#ecfdf5;color:#047857}app-production-planning .critical,app-planning-settings .critical{background:#fff1e6;color:#c2410c}app-production-planning .legend,app-planning-settings .legend{display:flex;gap:8px;flex-wrap:wrap}app-production-planning .legend span,app-planning-settings .legend span{border-radius:5px;padding:6px 9px;font-size:11px}app-production-planning .heat-cell,app-planning-settings .heat-cell{display:block;width:100%;border:none;background:transparent;text-align:center}app-production-planning .heat-cell strong,app-planning-settings .heat-cell strong{font-size:19px}app-production-planning .capacity th:first-child,app-planning-settings .capacity th:first-child{position:sticky;left:0;min-width:190px;z-index:1}app-production-planning .capacity thead th:first-child,app-planning-settings .capacity thead th:first-child{z-index:3}app-production-planning .capacity td,app-planning-settings .capacity td{min-width:145px}app-production-planning .gantt td,app-planning-settings .gantt td{min-width:190px;vertical-align:top}app-production-planning .gantt.zoom-shift td,app-planning-settings .gantt.zoom-shift td{min-width:340px}app-production-planning .gantt.zoom-week td,app-planning-settings .gantt.zoom-week td{min-width:110px}app-production-planning .gantt-card,app-planning-settings .gantt-card{display:block;background:#eef2ff;border:1px solid #c7d2fe;border-left:3px solid #6366f1;text-align:left;font-size:11px;padding:10px;margin:4px 0;width:100%;white-space:normal}app-production-planning .gantt-card span,app-planning-settings .gantt-card span{display:block;margin:4px 0}app-production-planning .event-card,app-planning-settings .event-card{font-size:11px;white-space:normal;background:#fff1e6;padding:8px;border-radius:6px;margin:5px 0}app-production-planning .summary-strip,app-planning-settings .summary-strip{display:flex;gap:25px;flex-wrap:wrap;padding:16px;background:#eef2ff;color:#4338ca;border-radius:9px;margin:12px 0}app-production-planning .diagnostics,app-planning-settings .diagnostics{background:#fffbeb;padding:14px;margin:12px 0;border-radius:8px}app-production-planning .diagnostics p,app-planning-settings .diagnostics p{font-size:12px}app-production-planning details,app-planning-settings details{position:relative}app-production-planning summary,app-planning-settings summary{cursor:pointer;padding:9px;font-size:12px}app-production-planning .filter-popover,app-production-planning .column-popover,app-planning-settings .filter-popover,app-planning-settings .column-popover{position:absolute;right:0;top:100%;z-index:6;box-shadow:0 12px 40px #0f172a22;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px;min-width:240px;max-height:65vh;overflow:auto}app-production-planning .filter-popover,app-planning-settings .filter-popover{width:540px;display:grid;grid-template-columns:1fr 1fr;gap:14px}app-production-planning .column-popover label,app-planning-settings .column-popover label{margin:8px 0}app-production-planning .drawer-backdrop,app-production-planning .modal-backdrop,app-planning-settings .drawer-backdrop,app-planning-settings .modal-backdrop{position:fixed;inset:0;background:#0f172a60;z-index:80}app-production-planning .detail-drawer,app-planning-settings .detail-drawer{position:fixed;right:0;top:0;bottom:0;width:min(900px,92vw);z-index:81;background:#fff;box-shadow:-10px 0 50px #0f172a22;overflow:auto}app-production-planning .detail-drawer>header,app-planning-settings .detail-drawer>header{padding:26px 28px 10px}app-production-planning .drawer-actions,app-planning-settings .drawer-actions{display:flex;gap:8px;flex-wrap:wrap;padding:12px 28px}app-production-planning .drawer-actions a,app-planning-settings .drawer-actions a{font-size:12px;color:#4f46e5;padding:8px}app-production-planning .detail-tabs,app-planning-settings .detail-tabs{padding:0 16px;position:sticky;top:0;background:#fff;z-index:4}app-production-planning .drawer-content,app-planning-settings .drawer-content{padding:0 28px 35px}app-production-planning .stat-grid,app-planning-settings .stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}app-production-planning .stat-grid>div,app-planning-settings .stat-grid>div{padding:16px;background:#f8fafc;border-radius:9px}app-production-planning .stat-grid span,app-planning-settings .stat-grid span{display:block;font-size:11px;color:#64748b;margin-bottom:8px}app-production-planning .stat-grid b,app-planning-settings .stat-grid b{font-size:15px}app-production-planning .revision-card,app-planning-settings .revision-card{padding:15px;margin:12px 0;border:1px solid #e2e8f0;border-radius:9px}app-production-planning .history,app-planning-settings .history{padding:15px 0;border-bottom:1px solid #e2e8f0}app-production-planning .history span,app-planning-settings .history span{display:block;font-size:11px;color:#64748b;margin-top:8px}app-production-planning .modal-backdrop,app-planning-settings .modal-backdrop{z-index:90;display:flex;align-items:center;justify-content:center;padding:24px}app-production-planning .modal,app-planning-settings .modal{background:#fff;border-radius:15px;width:min(700px,100%);max-height:92vh;overflow:auto;padding:26px;box-shadow:0 20px 70px #0f172a35}app-production-planning .modal.wide,app-planning-settings .modal.wide{width:min(1150px,100%)}app-production-planning .modal>header,app-planning-settings .modal>header{position:sticky;top:-26px;background:#fff;z-index:3;padding:10px 0}app-production-planning .modal footer,app-planning-settings .modal footer{justify-content:flex-end;margin-top:25px;border-top:1px solid #e2e8f0;padding-top:18px}app-production-planning .form-grid,app-planning-settings .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0}app-production-planning .form-grid .full,app-planning-settings .form-grid .full{grid-column:1/-1}app-production-planning .form-grid textarea,app-planning-settings .form-grid textarea{min-height:75px;resize:vertical}app-production-planning .editor-grid,app-planning-settings .editor-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:28px}app-production-planning .impact-panel,app-planning-settings .impact-panel{padding:20px;background:#f8fafc;border-radius:12px;font-size:12px}app-production-planning .impact-panel h3,app-planning-settings .impact-panel h3{margin-top:0}app-production-planning .impact-panel .stat-grid>div,app-planning-settings .impact-panel .stat-grid>div{background:#fff}app-production-planning .help,app-planning-settings .help{font-size:12px;color:#64748b}app-production-planning .spinner,app-planning-settings .spinner{display:inline-block;width:16px;height:16px;border:2px solid #c7d2fe;border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1200px){app-production-planning .planning-header,app-planning-settings .planning-header{flex-direction:column}app-production-planning .planning-header .actions,app-planning-settings .planning-header .actions{max-width:none;justify-content:flex-start}app-production-planning .kpis,app-planning-settings .kpis{grid-template-columns:repeat(3,1fr)}}@media (max-width: 700px){app-production-planning .kpis,app-planning-settings .kpis{grid-template-columns:repeat(2,1fr);gap:8px}app-production-planning .kpis>div,app-production-planning .kpis>button,app-planning-settings .kpis>div,app-planning-settings .kpis>button{padding:12px}app-production-planning .kpis strong,app-planning-settings .kpis strong{font-size:17px}app-production-planning .filters>label,app-planning-settings .filters>label{flex:1}app-production-planning .editor-grid,app-production-planning .form-grid,app-planning-settings .editor-grid,app-planning-settings .form-grid{grid-template-columns:1fr}app-production-planning .form-grid .full,app-planning-settings .form-grid .full{grid-column:auto}app-production-planning .modal-backdrop,app-planning-settings .modal-backdrop{padding:10px}app-production-planning .modal,app-planning-settings .modal{padding:18px}app-production-planning .detail-drawer,app-planning-settings .detail-drawer{width:100vw}app-production-planning .filter-popover,app-planning-settings .filter-popover{width:min(540px,85vw);grid-template-columns:1fr}app-production-planning .planning-header h1,app-planning-settings .planning-header h1{font-size:24px}app-production-planning .table-toolbar,app-planning-settings .table-toolbar{align-items:flex-start;flex-direction:column}app-production-planning .stat-grid,app-planning-settings .stat-grid{gap:8px}app-production-planning .drawer-content,app-planning-settings .drawer-content{padding:0 16px 20px}}app-production-planning .time-scale{display:flex;justify-content:space-between;font-size:9px;color:#64748b}app-production-planning .time-lane{height:115px;position:relative;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(33.333% - 1px),#cbd5e1 33.333%)}app-production-planning .time-lane .gantt-card{position:absolute;overflow:hidden;height:105px;min-width:32px;padding:6px;font-size:10px}app-production-planning .time-lane .stock-card{background:#ecfdf5;border-color:#a7f3d0;border-left-color:#10b981}app-production-planning .time-lane .risk-card{border-left-color:#f59e0b}app-production-planning .gantt-card small{font-size:9px}app-production-planning .gantt-card:hover{z-index:5;min-width:200px;box-shadow:0 4px 15px #0f172a22}app-production-planning .planning-workspace>.alert.error{position:fixed;bottom:18px;left:50%;transform:translate(-50%);z-index:120;width:min(650px,100vw - 30px);box-shadow:0 6px 25px #0f172a33}app-production-planning .detail-drawer.full-detail{position:relative;inset:auto;width:100%;min-height:70vh;box-shadow:none;border:1px solid var(--border);border-radius:12px}app-production-planning .time-lane .suggestion-card{background:#fff7ed;border:1px dashed #c2410c;border-left:4px solid #ea580c}.work-orders-page,.wo-editor,.wo-drawer{color:#17243d;font-family:inherit}.work-orders-page button,.work-orders-page a,.work-orders-page input,.work-orders-page select,.work-orders-page textarea,.wo-editor button,.wo-editor a,.wo-editor input,.wo-editor select,.wo-editor textarea,.wo-drawer button,.wo-drawer a,.wo-drawer input,.wo-drawer select,.wo-drawer textarea{font:inherit}.work-orders-page button,.work-orders-page a,.wo-editor button,.wo-editor a,.wo-drawer button,.wo-drawer a{border-radius:9px}.work-orders-page button,.wo-editor button,.wo-drawer button{cursor:pointer;border:1px solid #dce4f3;background:#fff;color:#17243d;padding:10px 16px}.work-orders-page button:disabled,.wo-editor button:disabled,.wo-drawer button:disabled{opacity:.45;cursor:default}.work-orders-page a,.wo-editor a,.wo-drawer a{color:#5046ed;text-decoration:none}.work-orders-page a.primary,.work-orders-page .primary,.wo-editor a.primary,.wo-editor .primary,.wo-drawer a.primary,.wo-drawer .primary{background:#5046ed;color:#fff;border-color:#5046ed;padding:12px 18px}.work-orders-page input,.work-orders-page select,.work-orders-page textarea,.wo-editor input,.wo-editor select,.wo-editor textarea,.wo-drawer input,.wo-drawer select,.wo-drawer textarea{box-sizing:border-box;width:100%;border:1px solid #dce4f3;border-radius:8px;padding:11px;background:#fff;color:#17243d;min-height:44px}.work-orders-page input[type=checkbox],.wo-editor input[type=checkbox],.wo-drawer input[type=checkbox]{width:18px;min-height:18px;accent-color:#5046ed}.work-orders-page input:focus,.work-orders-page select:focus,.work-orders-page textarea:focus,.work-orders-page button:focus-visible,.work-orders-page a:focus-visible,.wo-editor input:focus,.wo-editor select:focus,.wo-editor textarea:focus,.wo-editor button:focus-visible,.wo-editor a:focus-visible,.wo-drawer input:focus,.wo-drawer select:focus,.wo-drawer textarea:focus,.wo-drawer button:focus-visible,.wo-drawer a:focus-visible{outline:2px solid #8178ff;outline-offset:2px}.work-orders-page label,.wo-editor label,.wo-drawer label{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#637696}.work-orders-page h1,.wo-editor h1,.wo-drawer h1{font-size:30px;margin:10px 0}.work-orders-page h2,.wo-editor h2,.wo-drawer h2{font-size:21px}.work-orders-page h3,.wo-editor h3,.wo-drawer h3{font-size:18px}.work-orders-page p,.wo-editor p,.wo-drawer p{line-height:1.6}.work-orders-page summary,.wo-editor summary,.wo-drawer summary{cursor:pointer;padding:10px 0;color:#637696}.work-orders-page .eyebrow,.wo-editor .eyebrow,.wo-drawer .eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;color:#6252ff}.work-orders-page progress,.wo-editor progress,.wo-drawer progress{accent-color:#6252ff;height:8px;width:100%;border-radius:5px}.work-orders-page fieldset,.wo-editor fieldset,.wo-drawer fieldset{border:1px solid #dce4f3;border-radius:12px;padding:20px;margin:20px 0}.work-orders-page fieldset:disabled,.wo-editor fieldset:disabled,.wo-drawer fieldset:disabled{opacity:.65}.work-orders-page legend,.wo-editor legend,.wo-drawer legend{padding:0 8px}.work-orders-page pre,.wo-editor pre,.wo-drawer pre{white-space:pre-wrap;max-width:500px;max-height:280px;overflow:auto;font-size:12px;background:#f7f9fc;padding:12px}.work-orders-page .wo-link,.wo-editor .wo-link,.wo-drawer .wo-link{padding:0;border:0;background:none;color:#5046ed}.work-orders-page{padding:30px;background:#f7f9fc;min-height:85vh}.wo-heading,.wo-toolbar,.wo-operation header,.wo-editor header{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}.wo-heading{margin-bottom:28px}.wo-heading p,.wo-muted{color:#7183a0}.wo-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.wo-actions a:not(.primary){padding:10px}.wo-panel{background:#fff;border:1px solid #dce4f3;border-radius:14px;padding:24px;margin:20px 0}.wo-filters{display:flex;align-items:end;flex-wrap:wrap;gap:16px}.wo-filters>label{flex:1;min-width:150px}.wo-filters>details{width:100%}.wo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}.wo-wide{grid-column:1/-1}.wo-toolbar{margin:18px 0;color:#7183a0;font-size:13px}.wo-table{overflow:auto;border:1px solid #e0e7f3;border-radius:12px;margin-top:18px;background:#fff}.wo-table table{border-collapse:collapse;min-width:100%;font-size:13px}.wo-table th{font-weight:600;text-align:left;background:#f5f7fc;color:#647794;white-space:nowrap}.wo-table th button{padding:0;background:transparent;border:0;color:inherit}.wo-table td,.wo-table th{padding:16px;border-bottom:1px solid #edf0f7;vertical-align:top}.wo-table td{min-width:90px}.wo-table tr:hover td{background:#fafbff}.wo-table td a{white-space:nowrap}.wo-badge{display:inline-block;background:#eff0ff;color:#5147df;padding:6px 10px;border-radius:20px;font-size:12px;white-space:nowrap}.wo-kpis{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:12px}.wo-kpis article{background:#fff;border:1px solid #dce4f3;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px}.wo-kpis span{font-size:12px;color:#7183a0}.wo-kpis strong{font-size:23px}.wo-kpis article:last-child strong{font-size:16px}.wo-tabs{display:flex;overflow:auto;border-bottom:1px solid #dce4f3;margin-top:25px}.wo-tabs button{white-space:nowrap;border:0;border-radius:0;padding:18px 16px;background:transparent;color:#7183a0}.wo-tabs button.active{color:#5848ff;border-bottom:3px solid #5848ff;background:#eff0ff}.wo-operation-list{display:grid;gap:18px}.wo-operation{border:1px solid #dce4f3;border-radius:12px;padding:22px}.wo-operation header p{margin:0;color:#7183a0;font-size:13px}.wo-op-metrics{display:flex;gap:24px;flex-wrap:wrap;margin:22px 0}.wo-op-metrics span{display:flex;flex-direction:column;gap:8px;color:#7183a0;font-size:12px}.wo-op-metrics b{font-size:18px;color:#17243d}.wo-message{background:#edf8f1;color:#246747;padding:16px 20px;border-radius:10px;margin:14px 0;display:flex;justify-content:space-between;gap:14px}.wo-message.error{background:#fff0f1;color:#b82338}.wo-message button{border:0;padding:0 8px;background:transparent;color:inherit}.wo-backdrop{position:fixed;inset:0;background:#17243d66;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.wo-editor{background:#fff;border-radius:18px;padding:30px;max-height:90vh;overflow:auto;width:min(960px,100%);box-sizing:border-box;margin:auto}.wo-editor.wide{width:min(1400px,100%)}.wo-editor footer{display:flex;justify-content:flex-end;position:sticky;bottom:-30px;background:#fff;padding:20px 0;margin-top:16px}.wo-drawer{position:absolute;right:0;top:0;bottom:0;overflow:auto;background:#fff;padding:40px;width:min(540px,90vw);box-sizing:border-box}.wo-close{float:right}.wo-column-list{position:absolute;right:30px;z-index:5;background:#fff;padding:20px;box-shadow:0 8px 25px #17243d26;max-height:400px;overflow:auto}.wo-column-list label{flex-direction:row;align-items:center;padding:6px}.wo-pre{white-space:pre-wrap}@media (max-width: 1100px){.wo-kpis{grid-template-columns:repeat(3,1fr)}}@media (max-width: 650px){.work-orders-page{padding:16px}.wo-kpis{grid-template-columns:repeat(2,1fr)}.wo-backdrop{padding:8px}.wo-editor{padding:18px}.wo-grid{grid-template-columns:1fr}.wo-op-metrics{gap:18px}.wo-operation{padding:16px}}.commerce{color:var(--text-primary);padding:24px;max-width:1800px;margin:auto}.commerce h1{margin:0 0 8px;font-size:28px}.commerce h2{font-size:19px}.commerce p,.commerce small{color:var(--text-secondary)}.commerce .page-head,.commerce .actions,.commerce .tabs,.commerce .filters,.commerce .pagination{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.commerce .page-head{justify-content:space-between;margin-bottom:24px}.commerce button,.commerce input,.commerce select,.commerce textarea{font:inherit;border:1px solid var(--border);border-radius:8px;padding:10px 12px}.commerce input,.commerce select,.commerce textarea{background:var(--surface, white);color:inherit;min-width:0;max-width:100%}.commerce input[type=checkbox]{width:18px;height:18px}.commerce button{background:var(--surface, white);color:var(--primary);cursor:pointer}.commerce button.primary{background:var(--primary);color:#fff}.commerce button:disabled{opacity:.5;cursor:default}.commerce button.danger{color:var(--danger, #b91c1c)}.commerce a{color:var(--primary);text-decoration:none}.commerce a:hover{text-decoration:underline}.commerce button:focus-visible,.commerce a:focus-visible,.commerce input:focus-visible,.commerce select:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.commerce .panel{background:var(--surface, white);border:1px solid var(--border);border-radius:12px;padding:20px;margin-bottom:20px}.commerce .filters{padding:16px;background:var(--surface, white);border:1px solid var(--border);border-radius:12px;margin-bottom:16px}.commerce .filters label{display:flex;flex-direction:column;gap:6px;font-size:12px}.commerce .search{min-width:230px;flex:1}.commerce .table-scroll{overflow:auto}.commerce table{border-collapse:collapse;width:100%;font-size:13px;background:var(--surface, white)}.commerce th,.commerce td{padding:13px 12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.commerce th{font-weight:600;color:var(--text-secondary);white-space:nowrap;background:var(--surface-muted, #f8fafc)}.commerce tr.clickable{cursor:pointer}.commerce tr.clickable:hover{background:var(--surface-muted, #f8fafc)}.commerce .badge{display:inline-flex;align-items:center;border-radius:20px;padding:4px 9px;font-size:12px;background:var(--surface-muted, #f1f5f9);white-space:nowrap}.commerce .badge.danger,.commerce .error{background:var(--danger-soft, #fef2f2);color:var(--danger, #b91c1c)}.commerce .badge.success{background:var(--success-soft, #ecfdf5);color:var(--success, #047857)}.commerce .badge.warning{background:var(--warning-soft, #fffbeb);color:var(--warning, #b45309)}.commerce .accent{border-left:3px solid var(--danger, #b91c1c)}.commerce .kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:20px}.commerce .kpis article{padding:18px;border:1px solid var(--border);border-radius:10px;background:var(--surface, white)}.commerce .kpis strong{display:block;font-size:23px;margin-top:10px}.commerce .tabs{border-bottom:1px solid var(--border);padding-bottom:12px;margin-bottom:20px}.commerce .tabs button{border:0}.commerce .tabs button.selected{background:var(--primary);color:#fff}.commerce .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.commerce .form-grid label{font-size:13px;display:flex;flex-direction:column;gap:7px}.commerce .wide{grid-column:1/-1}.commerce .overlay{position:fixed;inset:0;background:#0f172a66;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.commerce .erp-dialog{width:90vw;max-width:1450px;max-height:94vh;background:var(--surface, white);border-radius:14px;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}.commerce .erp-dialog>header,.commerce .erp-dialog>footer{padding:18px 24px;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--border)}.commerce .erp-dialog>footer,.commerce .erp-dialog form>footer{border-top:1px solid var(--border);border-bottom:0;justify-content:flex-end;padding:18px 24px;display:flex;gap:12px;flex-shrink:0}.commerce .dialog-content{overflow:auto;padding:24px;flex:1;min-height:0}.commerce .erp-dialog form{display:contents}.commerce .empty{text-align:center;padding:40px}.commerce .error{padding:14px;border-radius:8px;margin:12px 0}.commerce .pagination{justify-content:flex-end;margin-top:16px}.commerce .subrow{background:var(--surface-muted, #f8fafc)}.commerce .subrow td{padding:16px}.commerce .line-grid input,.commerce .line-grid select{min-width:85px;max-width:155px}.commerce .line-grid select{min-width:220px;max-width:320px}.commerce .totals{margin:20px 0 0 auto;max-width:380px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.commerce progress{width:90px;accent-color:var(--primary);vertical-align:middle}.commerce details>summary{cursor:pointer;color:var(--primary)}.commerce .menu{position:relative}.commerce .menu[open]>div{position:absolute;right:0;z-index:5;min-width:180px;background:var(--surface, white);box-shadow:0 4px 20px #0002;border:1px solid var(--border);border-radius:8px;padding:8px}.commerce .menu button,.commerce .menu a{display:block;width:100%;text-align:left;border:0;padding:8px}.commerce .muted{color:var(--text-secondary)}.commerce .history-value{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px}@media (min-width: 1200px){.commerce .erp-dialog .form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 760px){.commerce{padding:12px}.commerce .form-grid{grid-template-columns:1fr}.commerce .erp-dialog{width:100%;max-height:98vh}.commerce .overlay{padding:5px}.commerce .dialog-content{padding:14px}.commerce .page-head{align-items:flex-start}.commerce h1{font-size:23px}}@media print{.commerce .page-head .actions,.commerce .filters,.commerce .tabs,.commerce .pagination,.commerce button{display:none!important}.commerce .panel{border:0}.commerce .table-scroll{overflow:visible}}html{--mat-ripple-color: rgba(0, 0, 0, .1)}html{--mat-option-selected-state-label-text-color: #4f46e5;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-accent{--mat-option-selected-state-label-text-color: #5c6bc0;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}.mat-warn{--mat-option-selected-state-label-text-color: #f44336;--mat-option-label-text-color: rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color: rgba(0, 0, 0, .04)}html{--mat-optgroup-label-text-color: rgba(0, 0, 0, .87)}html{--mat-full-pseudo-checkbox-selected-icon-color: #5c6bc0;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}html{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #5c6bc0;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}.mat-primary{--mat-full-pseudo-checkbox-selected-icon-color: #4f46e5;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}.mat-primary{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #4f46e5;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}.mat-accent{--mat-full-pseudo-checkbox-selected-icon-color: #5c6bc0;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}.mat-accent{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #5c6bc0;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}.mat-warn{--mat-full-pseudo-checkbox-selected-icon-color: #f44336;--mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;--mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;--mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0}.mat-warn{--mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;--mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0}html{--mat-app-background-color: #fafafa;--mat-app-text-color: rgba(0, 0, 0, .87);--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)}html{--mat-option-label-text-font: "Segoe UI", Roboto, sans-serif;--mat-option-label-text-line-height: 24px;--mat-option-label-text-size: 16px;--mat-option-label-text-tracking: .03125em;--mat-option-label-text-weight: 400}html{--mat-optgroup-label-text-font: "Segoe UI", Roboto, sans-serif;--mat-optgroup-label-text-line-height: 24px;--mat-optgroup-label-text-size: 16px;--mat-optgroup-label-text-tracking: .03125em;--mat-optgroup-label-text-weight: 400}html{--mdc-elevated-card-container-shape: 4px}html{--mdc-outlined-card-container-shape: 4px;--mdc-outlined-card-outline-width: 1px}html{--mdc-elevated-card-container-color: white;--mdc-elevated-card-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)}html{--mdc-outlined-card-container-color: white;--mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-card-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)}html{--mat-card-subtitle-text-color: rgba(0, 0, 0, .54)}html{--mat-card-title-text-font: "Segoe UI", Roboto, sans-serif;--mat-card-title-text-line-height: 32px;--mat-card-title-text-size: 20px;--mat-card-title-text-tracking: .0125em;--mat-card-title-text-weight: 500;--mat-card-subtitle-text-font: "Segoe UI", Roboto, sans-serif;--mat-card-subtitle-text-line-height: 22px;--mat-card-subtitle-text-size: 14px;--mat-card-subtitle-text-tracking: .0071428571em;--mat-card-subtitle-text-weight: 500}html{--mdc-linear-progress-active-indicator-height: 4px;--mdc-linear-progress-track-height: 4px;--mdc-linear-progress-track-shape: 0}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color: #4f46e5;--mdc-linear-progress-track-color: rgba(79, 70, 229, .25)}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color: #5c6bc0;--mdc-linear-progress-track-color: rgba(92, 107, 192, .25)}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color: #f44336;--mdc-linear-progress-track-color: rgba(244, 67, 54, .25)}html{--mdc-plain-tooltip-container-shape: 4px;--mdc-plain-tooltip-supporting-text-line-height: 16px}html{--mdc-plain-tooltip-container-color: #616161;--mdc-plain-tooltip-supporting-text-color: #fff}html{--mdc-plain-tooltip-supporting-text-font: "Segoe UI", Roboto, sans-serif;--mdc-plain-tooltip-supporting-text-size: 12px;--mdc-plain-tooltip-supporting-text-weight: 400;--mdc-plain-tooltip-supporting-text-tracking: .0333333333em}html{--mdc-filled-text-field-active-indicator-height: 1px;--mdc-filled-text-field-focus-active-indicator-height: 2px;--mdc-filled-text-field-container-shape: 4px}html{--mdc-outlined-text-field-outline-width: 1px;--mdc-outlined-text-field-focus-outline-width: 2px;--mdc-outlined-text-field-container-shape: 4px}html{--mdc-filled-text-field-caret-color: #4f46e5;--mdc-filled-text-field-focus-active-indicator-color: #4f46e5;--mdc-filled-text-field-focus-label-text-color: rgba(79, 70, 229, .87);--mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);--mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);--mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-filled-text-field-error-hover-label-text-color: #f44336;--mdc-filled-text-field-error-focus-label-text-color: #f44336;--mdc-filled-text-field-error-label-text-color: #f44336;--mdc-filled-text-field-error-caret-color: #f44336;--mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color: #f44336;--mdc-filled-text-field-error-focus-active-indicator-color: #f44336;--mdc-filled-text-field-error-hover-active-indicator-color: #f44336}html{--mdc-outlined-text-field-caret-color: #4f46e5;--mdc-outlined-text-field-focus-outline-color: #4f46e5;--mdc-outlined-text-field-focus-label-text-color: rgba(79, 70, 229, .87);--mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color: #f44336;--mdc-outlined-text-field-error-focus-label-text-color: #f44336;--mdc-outlined-text-field-error-label-text-color: #f44336;--mdc-outlined-text-field-error-hover-label-text-color: #f44336;--mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color: #f44336;--mdc-outlined-text-field-error-hover-outline-color: #f44336;--mdc-outlined-text-field-error-outline-color: #f44336}html{--mat-form-field-focus-select-arrow-color: rgba(79, 70, 229, .87);--mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);--mat-form-field-state-layer-color: rgba(0, 0, 0, .87);--mat-form-field-error-text-color: #f44336;--mat-form-field-select-option-text-color: inherit;--mat-form-field-select-disabled-option-text-color: GrayText;--mat-form-field-leading-icon-color: unset;--mat-form-field-disabled-leading-icon-color: unset;--mat-form-field-trailing-icon-color: unset;--mat-form-field-disabled-trailing-icon-color: unset;--mat-form-field-error-focus-trailing-icon-color: unset;--mat-form-field-error-hover-trailing-icon-color: unset;--mat-form-field-error-trailing-icon-color: unset;--mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, .54);--mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, .38);--mat-form-field-hover-state-layer-opacity: .04;--mat-form-field-focus-state-layer-opacity: .08}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color: #5c6bc0;--mdc-filled-text-field-focus-active-indicator-color: #5c6bc0;--mdc-filled-text-field-focus-label-text-color: rgba(92, 107, 192, .87)}.mat-mdc-form-field.mat-accent{--mdc-outlined-text-field-caret-color: #5c6bc0;--mdc-outlined-text-field-focus-outline-color: #5c6bc0;--mdc-outlined-text-field-focus-label-text-color: rgba(92, 107, 192, .87)}.mat-mdc-form-field.mat-accent{--mat-form-field-focus-select-arrow-color: rgba(92, 107, 192, .87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color: #f44336;--mdc-filled-text-field-focus-active-indicator-color: #f44336;--mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, .87)}.mat-mdc-form-field.mat-warn{--mdc-outlined-text-field-caret-color: #f44336;--mdc-outlined-text-field-focus-outline-color: #f44336;--mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, .87)}.mat-mdc-form-field.mat-warn{--mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, .87)}html{--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}html{--mdc-filled-text-field-label-text-font: "Segoe UI", Roboto, sans-serif;--mdc-filled-text-field-label-text-size: 16px;--mdc-filled-text-field-label-text-tracking: .03125em;--mdc-filled-text-field-label-text-weight: 400}html{--mdc-outlined-text-field-label-text-font: "Segoe UI", Roboto, sans-serif;--mdc-outlined-text-field-label-text-size: 16px;--mdc-outlined-text-field-label-text-tracking: .03125em;--mdc-outlined-text-field-label-text-weight: 400}html{--mat-form-field-container-text-font: "Segoe UI", Roboto, sans-serif;--mat-form-field-container-text-line-height: 24px;--mat-form-field-container-text-size: 16px;--mat-form-field-container-text-tracking: .03125em;--mat-form-field-container-text-weight: 400;--mat-form-field-outlined-label-text-populated-size: 16px;--mat-form-field-subscript-text-font: "Segoe UI", Roboto, sans-serif;--mat-form-field-subscript-text-line-height: 20px;--mat-form-field-subscript-text-size: 12px;--mat-form-field-subscript-text-tracking: .0333333333em;--mat-form-field-subscript-text-weight: 400}html{--mat-select-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)}html{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(79, 70, 229, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(92, 107, 192, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color: white;--mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);--mat-select-placeholder-text-color: rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color: rgba(0, 0, 0, .38);--mat-select-focused-arrow-color: rgba(244, 67, 54, .87);--mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)}html{--mat-select-arrow-transform: translateY(-8px)}html{--mat-select-trigger-text-font: "Segoe UI", Roboto, sans-serif;--mat-select-trigger-text-line-height: 24px;--mat-select-trigger-text-size: 16px;--mat-select-trigger-text-tracking: .03125em;--mat-select-trigger-text-weight: 400}html{--mat-autocomplete-container-shape: 4px;--mat-autocomplete-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)}html{--mat-autocomplete-background-color: white}html{--mdc-dialog-container-shape: 4px}html{--mat-dialog-container-elevation-shadow: 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-dialog-container-max-width: 80vw;--mat-dialog-container-small-max-width: 80vw;--mat-dialog-container-min-width: 0;--mat-dialog-actions-alignment: start;--mat-dialog-actions-padding: 8px;--mat-dialog-content-padding: 20px 24px;--mat-dialog-with-actions-content-padding: 20px 24px;--mat-dialog-headline-padding: 0 24px 9px}html{--mdc-dialog-container-color: white;--mdc-dialog-subhead-color: rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6)}html{--mdc-dialog-subhead-font: "Segoe UI", Roboto, sans-serif;--mdc-dialog-subhead-line-height: 32px;--mdc-dialog-subhead-size: 20px;--mdc-dialog-subhead-weight: 500;--mdc-dialog-subhead-tracking: .0125em;--mdc-dialog-supporting-text-font: "Segoe UI", Roboto, sans-serif;--mdc-dialog-supporting-text-line-height: 24px;--mdc-dialog-supporting-text-size: 16px;--mdc-dialog-supporting-text-weight: 400;--mdc-dialog-supporting-text-tracking: .03125em}.mat-mdc-standard-chip{--mdc-chip-container-shape-radius: 16px;--mdc-chip-with-avatar-avatar-shape-radius: 14px;--mdc-chip-with-avatar-avatar-size: 28px;--mdc-chip-with-icon-icon-size: 18px;--mdc-chip-outline-width: 0;--mdc-chip-outline-color: transparent;--mdc-chip-disabled-outline-color: transparent;--mdc-chip-focus-outline-color: transparent;--mdc-chip-hover-state-layer-opacity: .04;--mdc-chip-with-avatar-disabled-avatar-opacity: 1;--mdc-chip-flat-selected-outline-width: 0;--mdc-chip-selected-hover-state-layer-opacity: .04;--mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;--mdc-chip-with-icon-disabled-icon-opacity: 1}.mat-mdc-standard-chip{--mat-chip-disabled-container-opacity: .4;--mat-chip-trailing-action-opacity: .54;--mat-chip-trailing-action-focus-opacity: 1;--mat-chip-trailing-action-state-layer-color: transparent;--mat-chip-selected-trailing-action-state-layer-color: transparent;--mat-chip-trailing-action-hover-state-layer-opacity: 0;--mat-chip-trailing-action-focus-state-layer-opacity: 0}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color: #212121;--mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);--mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);--mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);--mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: #212121;--mdc-chip-selected-label-text-color: #212121;--mdc-chip-with-icon-icon-color: #212121;--mdc-chip-with-icon-disabled-icon-color: #212121;--mdc-chip-with-icon-selected-icon-color: #212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;--mdc-chip-with-trailing-icon-trailing-icon-color: #212121}.mat-mdc-standard-chip{--mat-chip-selected-disabled-trailing-icon-color: #212121;--mat-chip-selected-trailing-icon-color: #212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #4f46e5;--mdc-chip-elevated-selected-container-color: #4f46e5;--mdc-chip-elevated-disabled-container-color: #4f46e5;--mdc-chip-flat-disabled-selected-container-color: #4f46e5;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary{--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #5c6bc0;--mdc-chip-elevated-selected-container-color: #5c6bc0;--mdc-chip-elevated-disabled-container-color: #5c6bc0;--mdc-chip-flat-disabled-selected-container-color: #5c6bc0;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color: white;--mdc-chip-elevated-container-color: #f44336;--mdc-chip-elevated-selected-container-color: #f44336;--mdc-chip-elevated-disabled-container-color: #f44336;--mdc-chip-flat-disabled-selected-container-color: #f44336;--mdc-chip-focus-state-layer-color: black;--mdc-chip-hover-state-layer-color: black;--mdc-chip-selected-hover-state-layer-color: black;--mdc-chip-focus-state-layer-opacity: .12;--mdc-chip-selected-focus-state-layer-color: black;--mdc-chip-selected-focus-state-layer-opacity: .12;--mdc-chip-label-text-color: white;--mdc-chip-selected-label-text-color: white;--mdc-chip-with-icon-icon-color: white;--mdc-chip-with-icon-disabled-icon-color: white;--mdc-chip-with-icon-selected-icon-color: white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;--mdc-chip-with-trailing-icon-trailing-icon-color: white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mat-chip-selected-disabled-trailing-icon-color: white;--mat-chip-selected-trailing-icon-color: white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height: 32px}.mat-mdc-standard-chip{--mdc-chip-label-text-font: "Segoe UI", Roboto, sans-serif;--mdc-chip-label-text-line-height: 20px;--mdc-chip-label-text-size: 14px;--mdc-chip-label-text-tracking: .0178571429em;--mdc-chip-label-text-weight: 400}html{--mdc-switch-disabled-selected-icon-opacity: .38;--mdc-switch-disabled-track-opacity: .12;--mdc-switch-disabled-unselected-icon-opacity: .38;--mdc-switch-handle-height: 20px;--mdc-switch-handle-shape: 10px;--mdc-switch-handle-width: 20px;--mdc-switch-selected-icon-size: 18px;--mdc-switch-track-height: 14px;--mdc-switch-track-shape: 7px;--mdc-switch-track-width: 36px;--mdc-switch-unselected-icon-size: 18px;--mdc-switch-selected-focus-state-layer-opacity: .12;--mdc-switch-selected-hover-state-layer-opacity: .04;--mdc-switch-selected-pressed-state-layer-opacity: .1;--mdc-switch-unselected-focus-state-layer-opacity: .12;--mdc-switch-unselected-hover-state-layer-opacity: .04;--mdc-switch-unselected-pressed-state-layer-opacity: .1}html .mat-mdc-slide-toggle{--mat-switch-disabled-selected-handle-opacity: .38;--mat-switch-disabled-unselected-handle-opacity: .38;--mat-switch-unselected-handle-size: 20px;--mat-switch-selected-handle-size: 20px;--mat-switch-pressed-handle-size: 20px;--mat-switch-with-icon-handle-size: 20px;--mat-switch-selected-handle-horizontal-margin: 0;--mat-switch-selected-with-icon-handle-horizontal-margin: 0;--mat-switch-selected-pressed-handle-horizontal-margin: 0;--mat-switch-unselected-handle-horizontal-margin: 0;--mat-switch-unselected-with-icon-handle-horizontal-margin: 0;--mat-switch-unselected-pressed-handle-horizontal-margin: 0;--mat-switch-visible-track-opacity: 1;--mat-switch-hidden-track-opacity: 1;--mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, .2, 1);--mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(.4, 0, .6, 1);--mat-switch-track-outline-width: 1px;--mat-switch-track-outline-color: transparent;--mat-switch-selected-track-outline-width: 1px;--mat-switch-selected-track-outline-color: transparent;--mat-switch-disabled-unselected-track-outline-width: 1px;--mat-switch-disabled-unselected-track-outline-color: transparent}html{--mdc-switch-selected-focus-state-layer-color: #4338ca;--mdc-switch-selected-handle-color: #4338ca;--mdc-switch-selected-hover-state-layer-color: #4338ca;--mdc-switch-selected-pressed-state-layer-color: #4338ca;--mdc-switch-selected-focus-handle-color: #1e1b4b;--mdc-switch-selected-hover-handle-color: #1e1b4b;--mdc-switch-selected-pressed-handle-color: #1e1b4b;--mdc-switch-selected-focus-track-color: #a5b4fc;--mdc-switch-selected-hover-track-color: #a5b4fc;--mdc-switch-selected-pressed-track-color: #a5b4fc;--mdc-switch-selected-track-color: #a5b4fc;--mdc-switch-disabled-selected-handle-color: #424242;--mdc-switch-disabled-selected-icon-color: #fff;--mdc-switch-disabled-selected-track-color: #424242;--mdc-switch-disabled-unselected-handle-color: #424242;--mdc-switch-disabled-unselected-icon-color: #fff;--mdc-switch-disabled-unselected-track-color: #424242;--mdc-switch-handle-surface-color: #fff;--mdc-switch-selected-icon-color: #fff;--mdc-switch-unselected-focus-handle-color: #212121;--mdc-switch-unselected-focus-state-layer-color: #424242;--mdc-switch-unselected-focus-track-color: #e0e0e0;--mdc-switch-unselected-handle-color: #616161;--mdc-switch-unselected-hover-handle-color: #212121;--mdc-switch-unselected-hover-state-layer-color: #424242;--mdc-switch-unselected-hover-track-color: #e0e0e0;--mdc-switch-unselected-icon-color: #fff;--mdc-switch-unselected-pressed-handle-color: #212121;--mdc-switch-unselected-pressed-state-layer-color: #424242;--mdc-switch-unselected-pressed-track-color: #e0e0e0;--mdc-switch-unselected-track-color: #e0e0e0;--mdc-switch-handle-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);--mdc-switch-disabled-handle-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)}html{--mdc-switch-disabled-label-text-color: rgba(0, 0, 0, .38)}html .mat-mdc-slide-toggle{--mat-switch-label-text-color: rgba(0, 0, 0, .87)}html .mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color: #3949ab;--mdc-switch-selected-handle-color: #3949ab;--mdc-switch-selected-hover-state-layer-color: #3949ab;--mdc-switch-selected-pressed-state-layer-color: #3949ab;--mdc-switch-selected-focus-handle-color: #1a237e;--mdc-switch-selected-hover-handle-color: #1a237e;--mdc-switch-selected-pressed-handle-color: #1a237e;--mdc-switch-selected-focus-track-color: #7986cb;--mdc-switch-selected-hover-track-color: #7986cb;--mdc-switch-selected-pressed-track-color: #7986cb;--mdc-switch-selected-track-color: #7986cb}html .mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color: #e53935;--mdc-switch-selected-handle-color: #e53935;--mdc-switch-selected-hover-state-layer-color: #e53935;--mdc-switch-selected-pressed-state-layer-color: #e53935;--mdc-switch-selected-focus-handle-color: #b71c1c;--mdc-switch-selected-hover-handle-color: #b71c1c;--mdc-switch-selected-pressed-handle-color: #b71c1c;--mdc-switch-selected-focus-track-color: #e57373;--mdc-switch-selected-hover-track-color: #e57373;--mdc-switch-selected-pressed-track-color: #e57373;--mdc-switch-selected-track-color: #e57373}html{--mdc-switch-state-layer-size: 40px}html .mat-mdc-slide-toggle{--mat-switch-label-text-font: "Segoe UI", Roboto, sans-serif;--mat-switch-label-text-line-height: 20px;--mat-switch-label-text-size: 14px;--mat-switch-label-text-tracking: .0178571429em;--mat-switch-label-text-weight: 400}html{--mdc-radio-disabled-selected-icon-opacity: .38;--mdc-radio-disabled-unselected-icon-opacity: .38;--mdc-radio-state-layer-size: 40px}.mat-mdc-radio-button.mat-primary{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #4f46e5;--mdc-radio-selected-hover-icon-color: #4f46e5;--mdc-radio-selected-icon-color: #4f46e5;--mdc-radio-selected-pressed-icon-color: #4f46e5}.mat-mdc-radio-button.mat-primary{--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #4f46e5;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #5c6bc0;--mdc-radio-selected-hover-icon-color: #5c6bc0;--mdc-radio-selected-icon-color: #5c6bc0;--mdc-radio-selected-pressed-icon-color: #5c6bc0}.mat-mdc-radio-button.mat-accent{--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #5c6bc0;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336}.mat-mdc-radio-button.mat-warn{--mat-radio-ripple-color: black;--mat-radio-checked-ripple-color: #f44336;--mat-radio-disabled-label-color: rgba(0, 0, 0, .38);--mat-radio-label-text-color: rgba(0, 0, 0, .87)}html{--mdc-radio-state-layer-size: 40px}html{--mat-radio-touch-target-display: block}html{--mat-radio-label-text-font: "Segoe UI", Roboto, sans-serif;--mat-radio-label-text-line-height: 20px;--mat-radio-label-text-size: 14px;--mat-radio-label-text-tracking: .0178571429em;--mat-radio-label-text-weight: 400}html{--mdc-slider-active-track-height: 6px;--mdc-slider-active-track-shape: 9999px;--mdc-slider-handle-height: 20px;--mdc-slider-handle-shape: 50%;--mdc-slider-handle-width: 20px;--mdc-slider-inactive-track-height: 4px;--mdc-slider-inactive-track-shape: 9999px;--mdc-slider-with-overlap-handle-outline-width: 1px;--mdc-slider-with-tick-marks-active-container-opacity: .6;--mdc-slider-with-tick-marks-container-shape: 50%;--mdc-slider-with-tick-marks-container-size: 2px;--mdc-slider-with-tick-marks-inactive-container-opacity: .6;--mdc-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)}html{--mat-slider-value-indicator-width: auto;--mat-slider-value-indicator-height: 32px;--mat-slider-value-indicator-caret-display: block;--mat-slider-value-indicator-border-radius: 4px;--mat-slider-value-indicator-padding: 0 12px;--mat-slider-value-indicator-text-transform: none;--mat-slider-value-indicator-container-transform: translateX(-50%)}html{--mdc-slider-handle-color: #4f46e5;--mdc-slider-focus-handle-color: #4f46e5;--mdc-slider-hover-handle-color: #4f46e5;--mdc-slider-active-track-color: #4f46e5;--mdc-slider-inactive-track-color: #4f46e5;--mdc-slider-with-tick-marks-inactive-container-color: #4f46e5;--mdc-slider-with-tick-marks-active-container-color: white;--mdc-slider-disabled-active-track-color: #000;--mdc-slider-disabled-handle-color: #000;--mdc-slider-disabled-inactive-track-color: #000;--mdc-slider-label-container-color: #000;--mdc-slider-label-label-text-color: #fff;--mdc-slider-with-overlap-handle-outline-color: #fff;--mdc-slider-with-tick-marks-disabled-container-color: #000}html{--mat-slider-ripple-color: #4f46e5;--mat-slider-hover-state-layer-color: rgba(79, 70, 229, .05);--mat-slider-focus-state-layer-color: rgba(79, 70, 229, .2);--mat-slider-value-indicator-opacity: .6}html .mat-accent{--mdc-slider-handle-color: #5c6bc0;--mdc-slider-focus-handle-color: #5c6bc0;--mdc-slider-hover-handle-color: #5c6bc0;--mdc-slider-active-track-color: #5c6bc0;--mdc-slider-inactive-track-color: #5c6bc0;--mdc-slider-with-tick-marks-inactive-container-color: #5c6bc0;--mdc-slider-with-tick-marks-active-container-color: white}html .mat-accent{--mat-slider-ripple-color: #5c6bc0;--mat-slider-hover-state-layer-color: rgba(92, 107, 192, .05);--mat-slider-focus-state-layer-color: rgba(92, 107, 192, .2)}html .mat-warn{--mdc-slider-handle-color: #f44336;--mdc-slider-focus-handle-color: #f44336;--mdc-slider-hover-handle-color: #f44336;--mdc-slider-active-track-color: #f44336;--mdc-slider-inactive-track-color: #f44336;--mdc-slider-with-tick-marks-inactive-container-color: #f44336;--mdc-slider-with-tick-marks-active-container-color: white}html .mat-warn{--mat-slider-ripple-color: #f44336;--mat-slider-hover-state-layer-color: rgba(244, 67, 54, .05);--mat-slider-focus-state-layer-color: rgba(244, 67, 54, .2)}html{--mdc-slider-label-label-text-font: "Segoe UI", Roboto, sans-serif;--mdc-slider-label-label-text-size: 14px;--mdc-slider-label-label-text-line-height: 22px;--mdc-slider-label-label-text-tracking: .0071428571em;--mdc-slider-label-label-text-weight: 500}html{--mat-menu-container-shape: 4px;--mat-menu-divider-bottom-spacing: 0;--mat-menu-divider-top-spacing: 0;--mat-menu-item-spacing: 16px;--mat-menu-item-icon-size: 24px;--mat-menu-item-leading-spacing: 16px;--mat-menu-item-trailing-spacing: 16px;--mat-menu-item-with-icon-leading-spacing: 16px;--mat-menu-item-with-icon-trailing-spacing: 16px;--mat-menu-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)}html{--mat-menu-item-label-text-color: rgba(0, 0, 0, .87);--mat-menu-item-icon-color: rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-menu-container-color: white;--mat-menu-divider-color: rgba(0, 0, 0, .12)}html{--mat-menu-item-label-text-font: "Segoe UI", Roboto, sans-serif;--mat-menu-item-label-text-size: 16px;--mat-menu-item-label-text-tracking: .03125em;--mat-menu-item-label-text-line-height: 24px;--mat-menu-item-label-text-weight: 400}html{--mdc-list-list-item-container-shape: 0;--mdc-list-list-item-leading-avatar-shape: 50%;--mdc-list-list-item-container-color: transparent;--mdc-list-list-item-selected-container-color: transparent;--mdc-list-list-item-leading-avatar-color: transparent;--mdc-list-list-item-leading-icon-size: 24px;--mdc-list-list-item-leading-avatar-size: 40px;--mdc-list-list-item-trailing-icon-size: 24px;--mdc-list-list-item-disabled-state-layer-color: transparent;--mdc-list-list-item-disabled-state-layer-opacity: 0;--mdc-list-list-item-disabled-label-text-opacity: .38;--mdc-list-list-item-disabled-leading-icon-opacity: .38;--mdc-list-list-item-disabled-trailing-icon-opacity: .38}html{--mat-list-active-indicator-color: transparent;--mat-list-active-indicator-shape: 4px}html{--mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color: black;--mdc-list-list-item-disabled-leading-icon-color: black;--mdc-list-list-item-disabled-trailing-icon-color: black;--mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color: black;--mdc-list-list-item-hover-state-layer-opacity: .04;--mdc-list-list-item-focus-state-layer-color: black;--mdc-list-list-item-focus-state-layer-opacity: .12}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #4f46e5;--mdc-radio-selected-hover-icon-color: #4f46e5;--mdc-radio-selected-icon-color: #4f46e5;--mdc-radio-selected-pressed-icon-color: #4f46e5}.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #5c6bc0;--mdc-radio-selected-hover-icon-color: #5c6bc0;--mdc-radio-selected-icon-color: #5c6bc0;--mdc-radio-selected-pressed-icon-color: #5c6bc0}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color: black;--mdc-radio-disabled-unselected-icon-color: black;--mdc-radio-unselected-hover-icon-color: #212121;--mdc-radio-unselected-focus-icon-color: #212121;--mdc-radio-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color: #f44336;--mdc-radio-selected-hover-icon-color: #f44336;--mdc-radio-selected-icon-color: #f44336;--mdc-radio-selected-pressed-icon-color: #f44336}.mat-mdc-list-option{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #4f46e5;--mdc-checkbox-selected-hover-icon-color: #4f46e5;--mdc-checkbox-selected-icon-color: #4f46e5;--mdc-checkbox-selected-pressed-icon-color: #4f46e5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #4f46e5;--mdc-checkbox-selected-hover-state-layer-color: #4f46e5;--mdc-checkbox-selected-pressed-state-layer-color: #4f46e5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #5c6bc0;--mdc-checkbox-selected-hover-icon-color: #5c6bc0;--mdc-checkbox-selected-icon-color: #5c6bc0;--mdc-checkbox-selected-pressed-icon-color: #5c6bc0;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #5c6bc0;--mdc-checkbox-selected-hover-state-layer-color: #5c6bc0;--mdc-checkbox-selected-pressed-state-layer-color: #5c6bc0;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start{color:#4f46e5}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}html{--mdc-list-list-item-one-line-container-height: 48px;--mdc-list-list-item-two-line-container-height: 64px;--mdc-list-list-item-three-line-container-height: 88px}html{--mat-list-list-item-leading-icon-start-space: 16px;--mat-list-list-item-leading-icon-end-space: 32px}.mdc-list-item__start,.mdc-list-item__end{--mdc-radio-state-layer-size: 40px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mdc-list-list-item-label-text-font: "Segoe UI", Roboto, sans-serif;--mdc-list-list-item-label-text-line-height: 24px;--mdc-list-list-item-label-text-size: 16px;--mdc-list-list-item-label-text-tracking: .03125em;--mdc-list-list-item-label-text-weight: 400;--mdc-list-list-item-supporting-text-font: "Segoe UI", Roboto, sans-serif;--mdc-list-list-item-supporting-text-line-height: 20px;--mdc-list-list-item-supporting-text-size: 14px;--mdc-list-list-item-supporting-text-tracking: .0178571429em;--mdc-list-list-item-supporting-text-weight: 400;--mdc-list-list-item-trailing-supporting-text-font: "Segoe UI", Roboto, sans-serif;--mdc-list-list-item-trailing-supporting-text-line-height: 20px;--mdc-list-list-item-trailing-supporting-text-size: 12px;--mdc-list-list-item-trailing-supporting-text-tracking: .0333333333em;--mdc-list-list-item-trailing-supporting-text-weight: 400}.mdc-list-group__subheader{font:400 16px/28px Segoe UI,Roboto,sans-serif;letter-spacing:.009375em}html{--mat-paginator-container-text-color: rgba(0, 0, 0, .87);--mat-paginator-container-background-color: white;--mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12)}html{--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}html{--mat-paginator-container-text-font: "Segoe UI", Roboto, sans-serif;--mat-paginator-container-text-line-height: 20px;--mat-paginator-container-text-size: 12px;--mat-paginator-container-text-tracking: .0333333333em;--mat-paginator-container-text-weight: 400;--mat-paginator-select-trigger-text-size: 12px}html{--mdc-secondary-navigation-tab-container-height: 48px}html{--mdc-tab-indicator-active-indicator-height: 2px;--mdc-tab-indicator-active-indicator-shape: 0}html{--mat-tab-header-divider-color: transparent;--mat-tab-header-divider-height: 0}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mdc-tab-indicator-active-indicator-color: #4f46e5}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar{--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #4f46e5;--mat-tab-header-active-ripple-color: #4f46e5;--mat-tab-header-inactive-ripple-color: #4f46e5;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #4f46e5;--mat-tab-header-active-hover-label-text-color: #4f46e5;--mat-tab-header-active-focus-indicator-color: #4f46e5;--mat-tab-header-active-hover-indicator-color: #4f46e5}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color: #5c6bc0}.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #5c6bc0;--mat-tab-header-active-ripple-color: #5c6bc0;--mat-tab-header-inactive-ripple-color: #5c6bc0;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #5c6bc0;--mat-tab-header-active-hover-label-text-color: #5c6bc0;--mat-tab-header-active-focus-indicator-color: #5c6bc0;--mat-tab-header-active-hover-indicator-color: #5c6bc0}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color: #f44336}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color: black;--mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color: #f44336;--mat-tab-header-active-ripple-color: #f44336;--mat-tab-header-inactive-ripple-color: #f44336;--mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color: #f44336;--mat-tab-header-active-hover-label-text-color: #f44336;--mat-tab-header-active-focus-indicator-color: #f44336;--mat-tab-header-active-hover-indicator-color: #f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary{--mat-tab-header-with-background-background-color: #4f46e5;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color: #5c6bc0;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color: #f44336;--mat-tab-header-with-background-foreground-color: white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height: 48px}.mat-mdc-tab-header{--mat-tab-header-label-text-font: "Segoe UI", Roboto, sans-serif;--mat-tab-header-label-text-size: 14px;--mat-tab-header-label-text-tracking: .0892857143em;--mat-tab-header-label-text-line-height: 36px;--mat-tab-header-label-text-weight: 500}html{--mdc-checkbox-disabled-selected-checkmark-color: #fff;--mdc-checkbox-selected-focus-state-layer-opacity: .16;--mdc-checkbox-selected-hover-state-layer-opacity: .04;--mdc-checkbox-selected-pressed-state-layer-opacity: .16;--mdc-checkbox-unselected-focus-state-layer-opacity: .16;--mdc-checkbox-unselected-hover-state-layer-opacity: .04;--mdc-checkbox-unselected-pressed-state-layer-opacity: .16}html{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #5c6bc0;--mdc-checkbox-selected-hover-icon-color: #5c6bc0;--mdc-checkbox-selected-icon-color: #5c6bc0;--mdc-checkbox-selected-pressed-icon-color: #5c6bc0;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #5c6bc0;--mdc-checkbox-selected-hover-state-layer-color: #5c6bc0;--mdc-checkbox-selected-pressed-state-layer-color: #5c6bc0;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html{--mat-checkbox-disabled-label-color: rgba(0, 0, 0, .38);--mat-checkbox-label-text-color: rgba(0, 0, 0, .87)}.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #4f46e5;--mdc-checkbox-selected-hover-icon-color: #4f46e5;--mdc-checkbox-selected-icon-color: #4f46e5;--mdc-checkbox-selected-pressed-icon-color: #4f46e5;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #4f46e5;--mdc-checkbox-selected-hover-state-layer-color: #4f46e5;--mdc-checkbox-selected-pressed-state-layer-color: #4f46e5;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color: white;--mdc-checkbox-selected-focus-icon-color: #f44336;--mdc-checkbox-selected-hover-icon-color: #f44336;--mdc-checkbox-selected-icon-color: #f44336;--mdc-checkbox-selected-pressed-icon-color: #f44336;--mdc-checkbox-unselected-focus-icon-color: #212121;--mdc-checkbox-unselected-hover-icon-color: #212121;--mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color: #f44336;--mdc-checkbox-selected-hover-state-layer-color: #f44336;--mdc-checkbox-selected-pressed-state-layer-color: #f44336;--mdc-checkbox-unselected-focus-state-layer-color: black;--mdc-checkbox-unselected-hover-state-layer-color: black;--mdc-checkbox-unselected-pressed-state-layer-color: black}html{--mdc-checkbox-state-layer-size: 40px}html{--mat-checkbox-touch-target-display: block}html{--mat-checkbox-label-text-font: "Segoe UI", Roboto, sans-serif;--mat-checkbox-label-text-line-height: 20px;--mat-checkbox-label-text-size: 14px;--mat-checkbox-label-text-tracking: .0178571429em;--mat-checkbox-label-text-weight: 400}html{--mdc-text-button-container-shape: 4px;--mdc-text-button-keep-touch-target: false}html{--mdc-filled-button-container-shape: 4px;--mdc-filled-button-keep-touch-target: false}html{--mdc-protected-button-container-shape: 4px;--mdc-protected-button-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);--mdc-protected-button-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);--mdc-protected-button-focus-container-elevation-shadow: 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);--mdc-protected-button-hover-container-elevation-shadow: 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);--mdc-protected-button-pressed-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)}html{--mdc-outlined-button-keep-touch-target: false;--mdc-outlined-button-outline-width: 1px;--mdc-outlined-button-container-shape: 4px}html{--mat-text-button-horizontal-padding: 8px;--mat-text-button-with-icon-horizontal-padding: 8px;--mat-text-button-icon-spacing: 8px;--mat-text-button-icon-offset: 0}html{--mat-filled-button-horizontal-padding: 16px;--mat-filled-button-icon-spacing: 8px;--mat-filled-button-icon-offset: -4px}html{--mat-protected-button-horizontal-padding: 16px;--mat-protected-button-icon-spacing: 8px;--mat-protected-button-icon-offset: -4px}html{--mat-outlined-button-horizontal-padding: 15px;--mat-outlined-button-icon-spacing: 8px;--mat-outlined-button-icon-offset: -4px}html{--mdc-text-button-label-text-color: black;--mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38)}html{--mat-text-button-state-layer-color: black;--mat-text-button-disabled-state-layer-color: black;--mat-text-button-ripple-color: rgba(0, 0, 0, .1);--mat-text-button-hover-state-layer-opacity: .04;--mat-text-button-focus-state-layer-opacity: .12;--mat-text-button-pressed-state-layer-opacity: .12}html{--mdc-filled-button-container-color: white;--mdc-filled-button-label-text-color: black;--mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38)}html{--mat-filled-button-state-layer-color: black;--mat-filled-button-disabled-state-layer-color: black;--mat-filled-button-ripple-color: rgba(0, 0, 0, .1);--mat-filled-button-hover-state-layer-opacity: .04;--mat-filled-button-focus-state-layer-opacity: .12;--mat-filled-button-pressed-state-layer-opacity: .12}html{--mdc-protected-button-container-color: white;--mdc-protected-button-label-text-color: black;--mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38)}html{--mat-protected-button-state-layer-color: black;--mat-protected-button-disabled-state-layer-color: black;--mat-protected-button-ripple-color: rgba(0, 0, 0, .1);--mat-protected-button-hover-state-layer-opacity: .04;--mat-protected-button-focus-state-layer-opacity: .12;--mat-protected-button-pressed-state-layer-opacity: .12}html{--mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);--mdc-outlined-button-label-text-color: black;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}html{--mat-outlined-button-state-layer-color: black;--mat-outlined-button-disabled-state-layer-color: black;--mat-outlined-button-ripple-color: rgba(0, 0, 0, .1);--mat-outlined-button-hover-state-layer-opacity: .04;--mat-outlined-button-focus-state-layer-opacity: .12;--mat-outlined-button-pressed-state-layer-opacity: .12}.mat-mdc-button.mat-primary{--mdc-text-button-label-text-color: #4f46e5}.mat-mdc-button.mat-primary{--mat-text-button-state-layer-color: #4f46e5;--mat-text-button-ripple-color: rgba(79, 70, 229, .1)}.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color: #5c6bc0}.mat-mdc-button.mat-accent{--mat-text-button-state-layer-color: #5c6bc0;--mat-text-button-ripple-color: rgba(92, 107, 192, .1)}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color: #f44336}.mat-mdc-button.mat-warn{--mat-text-button-state-layer-color: #f44336;--mat-text-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color: #4f46e5;--mdc-filled-button-label-text-color: white}.mat-mdc-unelevated-button.mat-primary{--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color: #5c6bc0;--mdc-filled-button-label-text-color: white}.mat-mdc-unelevated-button.mat-accent{--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color: #f44336;--mdc-filled-button-label-text-color: white}.mat-mdc-unelevated-button.mat-warn{--mat-filled-button-state-layer-color: white;--mat-filled-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color: #4f46e5;--mdc-protected-button-label-text-color: white}.mat-mdc-raised-button.mat-primary{--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color: #5c6bc0;--mdc-protected-button-label-text-color: white}.mat-mdc-raised-button.mat-accent{--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color: #f44336;--mdc-protected-button-label-text-color: white}.mat-mdc-raised-button.mat-warn{--mat-protected-button-state-layer-color: white;--mat-protected-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color: #4f46e5;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}.mat-mdc-outlined-button.mat-primary{--mat-outlined-button-state-layer-color: #4f46e5;--mat-outlined-button-ripple-color: rgba(79, 70, 229, .1)}.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color: #5c6bc0;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}.mat-mdc-outlined-button.mat-accent{--mat-outlined-button-state-layer-color: #5c6bc0;--mat-outlined-button-ripple-color: rgba(92, 107, 192, .1)}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color: #f44336;--mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)}.mat-mdc-outlined-button.mat-warn{--mat-outlined-button-state-layer-color: #f44336;--mat-outlined-button-ripple-color: rgba(244, 67, 54, .1)}html{--mdc-text-button-container-height: 36px}html{--mdc-filled-button-container-height: 36px}html{--mdc-protected-button-container-height: 36px}html{--mdc-outlined-button-container-height: 36px}html{--mat-text-button-touch-target-display: block}html{--mat-filled-button-touch-target-display: block}html{--mat-protected-button-touch-target-display: block}html{--mat-outlined-button-touch-target-display: block}html{--mdc-text-button-label-text-font: "Segoe UI", Roboto, sans-serif;--mdc-text-button-label-text-size: 14px;--mdc-text-button-label-text-tracking: .0892857143em;--mdc-text-button-label-text-weight: 500;--mdc-text-button-label-text-transform: none}html{--mdc-filled-button-label-text-font: "Segoe UI", Roboto, sans-serif;--mdc-filled-button-label-text-size: 14px;--mdc-filled-button-label-text-tracking: .0892857143em;--mdc-filled-button-label-text-weight: 500;--mdc-filled-button-label-text-transform: none}html{--mdc-protected-button-label-text-font: "Segoe UI", Roboto, sans-serif;--mdc-protected-button-label-text-size: 14px;--mdc-protected-button-label-text-tracking: .0892857143em;--mdc-protected-button-label-text-weight: 500;--mdc-protected-button-label-text-transform: none}html{--mdc-outlined-button-label-text-font: "Segoe UI", Roboto, sans-serif;--mdc-outlined-button-label-text-size: 14px;--mdc-outlined-button-label-text-tracking: .0892857143em;--mdc-outlined-button-label-text-weight: 500;--mdc-outlined-button-label-text-transform: none}html{--mdc-icon-button-icon-size: 24px}html{--mdc-icon-button-icon-color: inherit;--mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38)}html{--mat-icon-button-state-layer-color: black;--mat-icon-button-disabled-state-layer-color: black;--mat-icon-button-ripple-color: rgba(0, 0, 0, .1);--mat-icon-button-hover-state-layer-opacity: .04;--mat-icon-button-focus-state-layer-opacity: .12;--mat-icon-button-pressed-state-layer-opacity: .12}html .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color: #4f46e5}html .mat-mdc-icon-button.mat-primary{--mat-icon-button-state-layer-color: #4f46e5;--mat-icon-button-ripple-color: rgba(79, 70, 229, .1)}html .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color: #5c6bc0}html .mat-mdc-icon-button.mat-accent{--mat-icon-button-state-layer-color: #5c6bc0;--mat-icon-button-ripple-color: rgba(92, 107, 192, .1)}html .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color: #f44336}html .mat-mdc-icon-button.mat-warn{--mat-icon-button-state-layer-color: #f44336;--mat-icon-button-ripple-color: rgba(244, 67, 54, .1)}html{--mat-icon-button-touch-target-display: block}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}html{--mdc-fab-container-shape: 50%;--mdc-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);--mdc-fab-focus-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);--mdc-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);--mdc-fab-pressed-container-elevation-shadow: 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)}html{--mdc-fab-small-container-shape: 50%;--mdc-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);--mdc-fab-small-focus-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);--mdc-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);--mdc-fab-small-pressed-container-elevation-shadow: 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)}html{--mdc-extended-fab-container-height: 48px;--mdc-extended-fab-container-shape: 24px;--mdc-extended-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);--mdc-extended-fab-focus-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);--mdc-extended-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);--mdc-extended-fab-pressed-container-elevation-shadow: 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)}html{--mdc-fab-container-color: white}html{--mat-fab-foreground-color: black;--mat-fab-state-layer-color: black;--mat-fab-disabled-state-layer-color: black;--mat-fab-ripple-color: rgba(0, 0, 0, .1);--mat-fab-hover-state-layer-opacity: .04;--mat-fab-focus-state-layer-opacity: .12;--mat-fab-pressed-state-layer-opacity: .12;--mat-fab-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, .38)}html{--mdc-fab-small-container-color: white}html{--mat-fab-small-foreground-color: black;--mat-fab-small-state-layer-color: black;--mat-fab-small-disabled-state-layer-color: black;--mat-fab-small-ripple-color: rgba(0, 0, 0, .1);--mat-fab-small-hover-state-layer-opacity: .04;--mat-fab-small-focus-state-layer-opacity: .12;--mat-fab-small-pressed-state-layer-opacity: .12;--mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, .12);--mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, .38)}html .mat-mdc-fab.mat-primary{--mdc-fab-container-color: #4f46e5}html .mat-mdc-fab.mat-primary{--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-fab.mat-accent{--mdc-fab-container-color: #5c6bc0}html .mat-mdc-fab.mat-accent{--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-fab.mat-warn{--mdc-fab-container-color: #f44336}html .mat-mdc-fab.mat-warn{--mat-fab-foreground-color: white;--mat-fab-state-layer-color: white;--mat-fab-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-primary{--mdc-fab-small-container-color: #4f46e5}html .mat-mdc-mini-fab.mat-primary{--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-accent{--mdc-fab-small-container-color: #5c6bc0}html .mat-mdc-mini-fab.mat-accent{--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html .mat-mdc-mini-fab.mat-warn{--mdc-fab-small-container-color: #f44336}html .mat-mdc-mini-fab.mat-warn{--mat-fab-small-foreground-color: white;--mat-fab-small-state-layer-color: white;--mat-fab-small-ripple-color: rgba(255, 255, 255, .1)}html{--mat-fab-touch-target-display: block}html{--mat-fab-small-touch-target-display: block}html{--mdc-extended-fab-label-text-font: "Segoe UI", Roboto, sans-serif;--mdc-extended-fab-label-text-size: 14px;--mdc-extended-fab-label-text-tracking: .0892857143em;--mdc-extended-fab-label-text-weight: 500}html{--mdc-snackbar-container-shape: 4px}html{--mdc-snackbar-container-color: #333333;--mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87)}html{--mat-snack-bar-button-color: #e0e7ff}html{--mdc-snackbar-supporting-text-font: "Segoe UI", Roboto, sans-serif;--mdc-snackbar-supporting-text-line-height: 20px;--mdc-snackbar-supporting-text-size: 14px;--mdc-snackbar-supporting-text-weight: 400}html{--mat-table-row-item-outline-width: 1px}html{--mat-table-background-color: white;--mat-table-header-headline-color: rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);--mat-table-row-item-outline-color: rgba(0, 0, 0, .12)}html{--mat-table-header-container-height: 56px;--mat-table-footer-container-height: 52px;--mat-table-row-item-container-height: 52px}html{--mat-table-header-headline-font: "Segoe UI", Roboto, sans-serif;--mat-table-header-headline-line-height: 22px;--mat-table-header-headline-size: 14px;--mat-table-header-headline-weight: 500;--mat-table-header-headline-tracking: .0071428571em;--mat-table-row-item-label-text-font: "Segoe UI", Roboto, sans-serif;--mat-table-row-item-label-text-line-height: 20px;--mat-table-row-item-label-text-size: 14px;--mat-table-row-item-label-text-weight: 400;--mat-table-row-item-label-text-tracking: .0178571429em;--mat-table-footer-supporting-text-font: "Segoe UI", Roboto, sans-serif;--mat-table-footer-supporting-text-line-height: 20px;--mat-table-footer-supporting-text-size: 14px;--mat-table-footer-supporting-text-weight: 400;--mat-table-footer-supporting-text-tracking: .0178571429em}html{--mdc-circular-progress-active-indicator-width: 4px;--mdc-circular-progress-size: 48px}html{--mdc-circular-progress-active-indicator-color: #4f46e5}html .mat-accent{--mdc-circular-progress-active-indicator-color: #5c6bc0}html .mat-warn{--mdc-circular-progress-active-indicator-color: #f44336}html{--mat-badge-container-shape: 50%;--mat-badge-container-size: unset;--mat-badge-small-size-container-size: unset;--mat-badge-large-size-container-size: unset;--mat-badge-legacy-container-size: 22px;--mat-badge-legacy-small-size-container-size: 16px;--mat-badge-legacy-large-size-container-size: 28px;--mat-badge-container-offset: -11px 0;--mat-badge-small-size-container-offset: -8px 0;--mat-badge-large-size-container-offset: -14px 0;--mat-badge-container-overlap-offset: -11px;--mat-badge-small-size-container-overlap-offset: -8px;--mat-badge-large-size-container-overlap-offset: -14px;--mat-badge-container-padding: 0;--mat-badge-small-size-container-padding: 0;--mat-badge-large-size-container-padding: 0}html{--mat-badge-background-color: #4f46e5;--mat-badge-text-color: white;--mat-badge-disabled-state-background-color: #b9b9b9;--mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38)}.mat-badge-accent{--mat-badge-background-color: #5c6bc0;--mat-badge-text-color: white}.mat-badge-warn{--mat-badge-background-color: #f44336;--mat-badge-text-color: white}html{--mat-badge-text-font: "Segoe UI", Roboto, sans-serif;--mat-badge-line-height: 22px;--mat-badge-text-size: 12px;--mat-badge-text-weight: 600;--mat-badge-small-size-text-size: 9px;--mat-badge-small-size-line-height: 16px;--mat-badge-large-size-text-size: 24px;--mat-badge-large-size-line-height: 28px}html{--mat-bottom-sheet-container-shape: 4px}html{--mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color: white}html{--mat-bottom-sheet-container-text-font: "Segoe UI", Roboto, sans-serif;--mat-bottom-sheet-container-text-line-height: 20px;--mat-bottom-sheet-container-text-size: 14px;--mat-bottom-sheet-container-text-tracking: .0178571429em;--mat-bottom-sheet-container-text-weight: 400}html{--mat-legacy-button-toggle-height: 36px;--mat-legacy-button-toggle-shape: 2px;--mat-legacy-button-toggle-focus-state-layer-opacity: 1}html{--mat-standard-button-toggle-shape: 4px;--mat-standard-button-toggle-hover-state-layer-opacity: .04;--mat-standard-button-toggle-focus-state-layer-opacity: .12}html{--mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd}html{--mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color: white;--mat-standard-button-toggle-state-layer-color: black;--mat-standard-button-toggle-selected-state-background-color: #e0e0e0;--mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color: white;--mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;--mat-standard-button-toggle-divider-color: rgb(224.4, 224.4, 224.4)}html{--mat-standard-button-toggle-height: 48px}html{--mat-legacy-button-toggle-label-text-font: "Segoe UI", Roboto, sans-serif;--mat-legacy-button-toggle-label-text-line-height: 24px;--mat-legacy-button-toggle-label-text-size: 16px;--mat-legacy-button-toggle-label-text-tracking: .03125em;--mat-legacy-button-toggle-label-text-weight: 400}html{--mat-standard-button-toggle-label-text-font: "Segoe UI", Roboto, sans-serif;--mat-standard-button-toggle-label-text-line-height: 24px;--mat-standard-button-toggle-label-text-size: 16px;--mat-standard-button-toggle-label-text-tracking: .03125em;--mat-standard-button-toggle-label-text-weight: 400}html{--mat-datepicker-calendar-container-shape: 4px;--mat-datepicker-calendar-container-touch-shape: 4px;--mat-datepicker-calendar-container-elevation-shadow: 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-datepicker-calendar-container-touch-elevation-shadow: 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)}html{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #4f46e5;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(79, 70, 229, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(79, 70, 229, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(79, 70, 229, .3);--mat-datepicker-toggle-active-state-icon-color: #4f46e5;--mat-datepicker-calendar-date-in-range-state-background-color: rgba(79, 70, 229, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);--mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-text-color: black;--mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color: transparent;--mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color: white;--mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #5c6bc0;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(92, 107, 192, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(92, 107, 192, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(92, 107, 192, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(92, 107, 192, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color: white;--mat-datepicker-calendar-date-selected-state-background-color: #f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color: white;--mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032)}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color: #5c6bc0}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color: #f44336}.mat-calendar-controls{--mat-icon-button-touch-target-display: none}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size: 40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}html{--mat-datepicker-calendar-text-font: "Segoe UI", Roboto, sans-serif;--mat-datepicker-calendar-text-size: 13px;--mat-datepicker-calendar-body-label-text-size: 14px;--mat-datepicker-calendar-body-label-text-weight: 500;--mat-datepicker-calendar-period-button-text-size: 14px;--mat-datepicker-calendar-period-button-text-weight: 500;--mat-datepicker-calendar-header-text-size: 11px;--mat-datepicker-calendar-header-text-weight: 400}html{--mat-divider-width: 1px}html{--mat-divider-color: rgba(0, 0, 0, .12)}html{--mat-expansion-container-shape: 4px;--mat-expansion-legacy-header-indicator-display: inline-block;--mat-expansion-header-indicator-display: none}html{--mat-expansion-container-background-color: white;--mat-expansion-container-text-color: rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);--mat-expansion-header-text-color: rgba(0, 0, 0, .87);--mat-expansion-header-description-color: rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color: rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height: 48px;--mat-expansion-header-expanded-state-height: 64px}html{--mat-expansion-header-text-font: "Segoe UI", Roboto, sans-serif;--mat-expansion-header-text-size: 14px;--mat-expansion-header-text-weight: 500;--mat-expansion-header-text-line-height: inherit;--mat-expansion-header-text-tracking: inherit;--mat-expansion-container-text-font: "Segoe UI", Roboto, sans-serif;--mat-expansion-container-text-line-height: 20px;--mat-expansion-container-text-size: 14px;--mat-expansion-container-text-tracking: .0178571429em;--mat-expansion-container-text-weight: 400}html{--mat-grid-list-tile-header-primary-text-size: 14px;--mat-grid-list-tile-header-secondary-text-size: 12px;--mat-grid-list-tile-footer-primary-text-size: 14px;--mat-grid-list-tile-footer-secondary-text-size: 12px}html{--mat-icon-color: inherit}.mat-icon.mat-primary{--mat-icon-color: #4f46e5}.mat-icon.mat-accent{--mat-icon-color: #5c6bc0}.mat-icon.mat-warn{--mat-icon-color: #f44336}html{--mat-sidenav-container-shape: 0;--mat-sidenav-container-elevation-shadow: 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-sidenav-container-width: auto}html{--mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);--mat-sidenav-container-background-color: white;--mat-sidenav-container-text-color: rgba(0, 0, 0, .87);--mat-sidenav-content-background-color: #fafafa;--mat-sidenav-content-text-color: rgba(0, 0, 0, .87);--mat-sidenav-scrim-color: rgba(0, 0, 0, .6)}html{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #4f46e5;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #4f46e5;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #4f46e5;--mat-stepper-header-edit-state-icon-foreground-color: white;--mat-stepper-container-color: white;--mat-stepper-line-color: rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color: #f44336;--mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color: #f44336;--mat-stepper-header-error-state-icon-background-color: transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #5c6bc0;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #5c6bc0;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #5c6bc0;--mat-stepper-header-edit-state-icon-foreground-color: white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color: white;--mat-stepper-header-selected-state-icon-background-color: #f44336;--mat-stepper-header-selected-state-icon-foreground-color: white;--mat-stepper-header-done-state-icon-background-color: #f44336;--mat-stepper-header-done-state-icon-foreground-color: white;--mat-stepper-header-edit-state-icon-background-color: #f44336;--mat-stepper-header-edit-state-icon-foreground-color: white}html{--mat-stepper-header-height: 72px}html{--mat-stepper-container-text-font: "Segoe UI", Roboto, sans-serif;--mat-stepper-header-label-text-font: "Segoe UI", Roboto, sans-serif;--mat-stepper-header-label-text-size: 14px;--mat-stepper-header-label-text-weight: 400;--mat-stepper-header-error-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-size: 16px;--mat-stepper-header-selected-state-label-text-weight: 400}html{--mat-sort-arrow-color: rgb(117.3, 117.3, 117.3)}html{--mat-toolbar-container-background-color: whitesmoke;--mat-toolbar-container-text-color: rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color: #4f46e5;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color: #5c6bc0;--mat-toolbar-container-text-color: white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color: #f44336;--mat-toolbar-container-text-color: white}html{--mat-toolbar-standard-height: 64px;--mat-toolbar-mobile-height: 56px}html{--mat-toolbar-title-text-font: "Segoe UI", Roboto, sans-serif;--mat-toolbar-title-text-line-height: 32px;--mat-toolbar-title-text-size: 20px;--mat-toolbar-title-text-tracking: .0125em;--mat-toolbar-title-text-weight: 500}html{--mat-tree-container-background-color: white;--mat-tree-node-text-color: rgba(0, 0, 0, .87)}html{--mat-tree-node-min-height: 48px}html{--mat-tree-node-text-font: "Segoe UI", Roboto, sans-serif;--mat-tree-node-text-size: 14px;--mat-tree-node-text-weight: 400}html{--mat-timepicker-container-shape: 4px;--mat-timepicker-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)}html{--mat-timepicker-container-background-color: white}.mat-mdc-form-field,.mat-mdc-form-field *,.mat-mdc-text-field-wrapper,.mat-mdc-text-field-wrapper *{border:0;box-sizing:border-box}.mat-mdc-form-field .mdc-notched-outline__leading,.mat-mdc-form-field .mdc-notched-outline__notch,.mat-mdc-form-field .mdc-notched-outline__trailing{border-style:solid;border-color:#00000061;border-width:1px}.mat-mdc-form-field .mdc-notched-outline__leading{border-right:0;border-top-left-radius:var(--control-radius);border-bottom-left-radius:var(--control-radius)}.mat-mdc-form-field .mdc-notched-outline__notch{border-left:0;border-right:0}.mat-mdc-form-field .mdc-notched-outline__trailing{border-left:0;border-top-right-radius:var(--control-radius);border-bottom-right-radius:var(--control-radius)}.mat-mdc-form-field.mat-focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-focused .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-focus-outline-color, #3f51b5);border-width:2px}.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__leading,.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__notch,.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__trailing{border-color:var(--mdc-outlined-text-field-error-outline-color, #f44336)}.mat-mdc-form-field input.mat-mdc-input-element,.mat-mdc-form-field textarea.mat-mdc-input-element{background:transparent;border:0;outline:0;box-shadow:none}.mat-mdc-select,.mat-mdc-select *{border:0}html,body{min-height:100%}body{margin:0;font-family:var(--font-family);background:var(--background);color:var(--kgk-ink)}*{box-sizing:border-box}.page-card{min-width:0;border:1px solid var(--kgk-border);border-radius:var(--radius);background:var(--kgk-surface);box-shadow:var(--kgk-shadow)}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.page-header h1{margin:0;font-size:clamp(24px,2.5vw,30px);font-weight:700}.page-header p{margin:.35rem 0 0;color:var(--kgk-muted)}.page-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.page-toolbar__filters{display:flex;flex-wrap:wrap;gap:.75rem}.kgk-table-card{padding:1rem 1rem 0;overflow:hidden}.kgk-empty{padding:2rem 1rem;text-align:center;color:var(--kgk-muted)}.kgk-detail-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.kgk-metric-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.kgk-metric{padding:1rem 1.1rem}.kgk-metric__label{margin-bottom:.5rem;color:var(--kgk-muted);font-size:.85rem}.kgk-metric__value{font-size:1.6rem;font-weight:700}.kgk-stack{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.kgk-section{padding:1rem}.kgk-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.kgk-form-grid--wide{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.kgk-table{width:100%}.kgk-table .mat-mdc-row:hover{background:#14213d08}.kgk-actions{display:flex;justify-content:flex-end;gap:.5rem}
