@charset "UTF-8";app-product-list .products-page{width:min(1380px,100% - 32px);margin:0 auto;padding:32px 0 64px}app-product-list .products-header{margin-bottom:24px}app-product-list .products-header h1{margin:0 0 8px;font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15}app-product-list .products-description{max-width:760px;margin:0;color:var(--mat-sys-on-surface-variant, #5f6368);line-height:1.5}app-product-list .products-state{display:flex;min-height:320px;padding:32px;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center}app-product-list .products-state h2,app-product-list .products-state p{margin:0}app-product-list .products-state>mat-icon{width:48px;height:48px;font-size:48px}app-product-list .products-state--error{color:var(--mat-sys-error, #ba1a1a)}app-product-list .attention-summary{display:flex;margin-bottom:20px;padding:16px 18px;align-items:flex-start;gap:12px;border:1px solid transparent;border-radius:16px}app-product-list .attention-summary>mat-icon{flex:0 0 auto}app-product-list .attention-summary div{display:grid;gap:4px}app-product-list .attention-summary strong,app-product-list .attention-summary span{display:block}app-product-list .attention-summary span{font-size:.875rem;line-height:1.45}app-product-list .attention-summary--critical{border-color:#d98b8b;background:#fff0f0;color:#8c1010}app-product-list .attention-summary--warning{border-color:#d3a33b;background:#fff7e2;color:#765100}app-product-list .attention-summary--neutral{border-color:var(--mat-sys-outline-variant, #dadce0);background:var(--mat-sys-surface-container-low, #f7f7f7);color:var(--mat-sys-on-surface-variant, #5f6368)}app-product-list .attention-summary--positive{border-color:#8abb94;background:#eef8f0;color:#185c2c}app-product-list .profitability-filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:28px}app-product-list .filter-card{display:flex;min-width:0;min-height:94px;padding:16px;align-items:flex-end;justify-content:space-between;gap:10px;border:1px solid var(--mat-sys-outline-variant, #dadce0);border-radius:16px;background:var(--mat-sys-surface, #ffffff);color:inherit;font:inherit;text-align:left;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}app-product-list .filter-card span{font-size:.82rem;font-weight:750}app-product-list .filter-card strong{font-size:1.8rem;line-height:1}app-product-list .filter-card:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00000014}app-product-list .filter-card:focus-visible{outline:3px solid var(--mat-sys-primary, #005cbb);outline-offset:2px}app-product-list .filter-card--selected{border-width:2px;box-shadow:0 6px 16px #00000014}app-product-list .filter-card--all.filter-card--selected{border-color:var(--mat-sys-primary, #005cbb);background:var(--mat-sys-primary-container, #dbe7ff);color:var(--mat-sys-on-primary-container, #001b3f)}app-product-list .filter-card--healthy{background:#eef8f0;color:#185c2c}app-product-list .filter-card--healthy.filter-card--selected{border-color:#39794b}app-product-list .filter-card--at-risk{background:#fff7e2;color:#765100}app-product-list .filter-card--at-risk.filter-card--selected{border-color:#a87300}app-product-list .filter-card--loss{background:#fff0f0;color:#8c1010}app-product-list .filter-card--loss.filter-card--selected{border-color:#b3261e}app-product-list .filter-card--not-evaluated{background:var(--mat-sys-surface-container-low, #f7f7f7);color:var(--mat-sys-on-surface-variant, #5f6368)}app-product-list .filter-card--not-evaluated.filter-card--selected{border-color:var(--mat-sys-on-surface-variant, #5f6368)}app-product-list .products-content{display:grid;gap:16px}app-product-list .products-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}app-product-list .products-summary h2{margin:0;font-size:1.25rem}app-product-list .products-summary p{margin:4px 0 0;color:var(--mat-sys-on-surface-variant, #5f6368);font-size:.875rem}app-product-list .products-summary>span{flex:0 0 auto;color:var(--mat-sys-on-surface-variant, #5f6368)}app-product-list .filter-empty-state{display:flex;min-height:190px;padding:28px;align-items:center;justify-content:center;gap:18px;text-align:left}app-product-list .filter-empty-state>mat-icon{width:42px;height:42px;font-size:42px;color:var(--mat-sys-on-surface-variant, #5f6368)}app-product-list .filter-empty-state h3,app-product-list .filter-empty-state p{margin:0}app-product-list .filter-empty-state p{margin-top:4px;color:var(--mat-sys-on-surface-variant, #5f6368)}app-product-list .products-table-wrapper{overflow-x:auto;border:1px solid var(--mat-sys-outline-variant, #dadce0);border-radius:16px;background:var(--mat-sys-surface, #ffffff)}app-product-list .products-table{width:100%;min-width:1480px;border-collapse:collapse}app-product-list .products-table th,app-product-list .products-table td{padding:16px 13px;text-align:left;vertical-align:middle}app-product-list .products-table th{background:var(--mat-sys-surface-container-low, #f7f7f7);color:var(--mat-sys-on-surface-variant, #5f6368);font-size:.78rem;font-weight:800;white-space:nowrap}@media(min-width:761px){app-product-list .products-table thead th{position:sticky;top:0;z-index:3;background:var(--mat-sys-surface-container-low, #f7f7f7);box-shadow:inset 0 -1px 0 var(--mat-sys-outline-variant, #dadce0)}}app-product-list .products-table td{border-top:1px solid var(--mat-sys-outline-variant, #e0e0e0)}app-product-list .products-table tbody tr{position:relative;transition:background-color .16s ease}app-product-list .products-table tbody tr:hover{background:var(--mat-sys-surface-container-lowest, #ffffff)}app-product-list .products-row--loss{box-shadow:inset 4px 0 #b3261e}app-product-list .products-row--at-risk{box-shadow:inset 4px 0 #a87300}app-product-list .products-row--not-evaluated{box-shadow:inset 4px 0 #7a7a7a}app-product-list .products-row--healthy{box-shadow:inset 4px 0 #39794b}app-product-list .products-table__product{min-width:220px}app-product-list .products-table__product>strong{display:block;max-width:240px;overflow-wrap:anywhere}app-product-list .products-table__secondary{display:block;margin-top:4px;color:var(--mat-sys-on-surface-variant, #5f6368);font-size:.72rem;line-height:1.35}app-product-list .products-table__current-price,app-product-list .products-table__recommended-price,app-product-list .products-table__margin{white-space:nowrap}app-product-list .products-table__current-price>strong,app-product-list .products-table__recommended-price>strong,app-product-list .products-table__margin>strong{font-size:.95rem}app-product-list .empty-value{color:var(--mat-sys-on-surface-variant, #5f6368);font-size:.8rem}app-product-list .value-positive{color:#185c2c;font-weight:700}app-product-list .value-negative{color:var(--mat-sys-error, #ba1a1a);font-weight:700}app-product-list .status-badge{display:inline-flex;min-height:32px;padding:5px 10px;align-items:center;gap:6px;border-radius:999px;font-size:.75rem;font-weight:800;white-space:nowrap}app-product-list .status-badge mat-icon{width:17px;height:17px;font-size:17px}app-product-list .status-badge--healthy{background:#d9f0de;color:#185c2c}app-product-list .status-badge--at-risk{background:#ffe6a7;color:#765100}app-product-list .status-badge--loss{background:#ffd9d9;color:#8c1010}app-product-list .status-badge--not-evaluated{background:var(--mat-sys-surface-container-high, #ececec);color:var(--mat-sys-on-surface-variant, #5f6368)}app-product-list .products-table__recommendation{min-width:300px;max-width:360px}app-product-list .recommendation{display:grid;gap:5px;padding-left:12px;border-left:3px solid transparent}app-product-list .recommendation strong{font-size:.82rem}app-product-list .recommendation p{margin:0;color:var(--mat-sys-on-surface-variant, #5f6368);font-size:.75rem;line-height:1.45}app-product-list .recommendation--positive{border-color:#39794b}app-product-list .recommendation--warning{border-color:#a87300}app-product-list .recommendation--critical{border-color:#b3261e}app-product-list .recommendation--neutral{border-color:#7a7a7a}app-product-list .recommendation__action{width:fit-content;min-height:32px;padding:0 4px!important;font-size:.75rem}app-product-list .recommendation__action mat-icon{width:18px;height:18px;margin-left:2px;font-size:18px}app-product-list .products-table__actions-heading,app-product-list .products-table__actions{width:116px;text-align:center!important}app-product-list .products-table__action-buttons{display:flex;align-items:center;justify-content:center;gap:4px}app-product-list .products-action__label{display:none}@media(max-width:1080px){app-product-list .profitability-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){app-product-list .products-page{width:min(100% - 24px,1380px);padding:20px 0 88px}app-product-list .products-header{margin-bottom:20px}app-product-list .attention-summary{padding:14px}app-product-list .profitability-filters{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:24px}app-product-list .profitability-filters>.filter-card:last-child{grid-column:1/-1}app-product-list .filter-card{min-height:78px;padding:13px}app-product-list .filter-card strong{font-size:1.55rem}app-product-list .products-summary{padding:0 4px;align-items:flex-start;flex-direction:column;gap:4px}app-product-list .filter-empty-state{min-height:220px;flex-direction:column;text-align:center}app-product-list .products-table-wrapper{overflow:visible;border:0;background:transparent}app-product-list .products-table,app-product-list .products-table tbody,app-product-list .products-table tr,app-product-list .products-table td{display:block;width:100%}app-product-list .products-table{min-width:0}app-product-list .products-table thead{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}app-product-list .products-table tbody{display:grid;gap:14px}app-product-list .products-table tr{display:grid;width:100%;max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;box-sizing:border-box;border:1px solid var(--mat-sys-outline-variant, #dadce0);border-radius:20px;background:var(--mat-sys-surface, #ffffff);box-shadow:0 1px 2px #00000014,0 6px 18px #0000000d}app-product-list .products-table td{display:flex;width:auto!important;max-width:100%;min-width:0;min-height:82px;padding:14px 16px;box-sizing:border-box;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;text-align:left;border-top:0;border-right:0}app-product-list .products-table td:before{content:attr(data-label);display:block;color:var(--mat-sys-on-surface-variant, #5f6368);font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}app-product-list .products-table__product{grid-column:1/-1;min-height:auto!important;padding-top:18px!important;padding-bottom:16px!important;border-bottom:1px solid var(--mat-sys-outline-variant, #e0e0e0)}app-product-list .products-table__product:before{display:none!important}app-product-list .products-table__product>strong{max-width:100%;font-size:1.075rem}app-product-list .products-table__current-price,app-product-list .products-table__recommended-price{min-height:94px!important}app-product-list .products-table__current-price{background:var(--mat-sys-primary-container, #dbe7ff);color:var(--mat-sys-on-primary-container, #001b3f)}app-product-list .products-table__current-price:before{color:inherit!important;opacity:.76}app-product-list .products-table__current-price>strong,app-product-list .products-table__recommended-price>strong{font-size:clamp(1.25rem,6vw,1.6rem)}app-product-list .products-table__recommended-price{background:var(--mat-sys-surface-container-low, #f7f7f7)}app-product-list .products-table__margin,app-product-list .products-table__status{border-top:1px solid var(--mat-sys-outline-variant, #e0e0e0)!important}app-product-list .products-table__recommendation{grid-column:1/-1;max-width:none;min-height:auto!important;padding-top:16px!important;padding-bottom:16px!important;border-top:1px solid var(--mat-sys-outline-variant, #e0e0e0)!important}app-product-list .recommendation{width:100%;box-sizing:border-box}app-product-list .recommendation__action{margin-top:2px}app-product-list .products-table__actions{grid-column:1/-1;width:auto!important;min-height:auto!important;padding:12px!important;border-top:1px solid var(--mat-sys-outline-variant, #e0e0e0)!important}app-product-list .products-table__actions:before{display:none!important}app-product-list .products-table__action-buttons{display:grid;width:100%;max-width:100%;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}app-product-list .products-action{display:flex;width:100%!important;max-width:100%;min-width:0!important;min-height:46px;height:46px!important;padding:0 12px!important;box-sizing:border-box;align-items:center;justify-content:center;overflow:hidden;border-radius:12px!important}app-product-list .products-action--use{background:var(--mat-sys-primary, #005cbb)!important;color:var(--mat-sys-on-primary, #ffffff)!important}app-product-list .products-action--delete{border:1px solid var(--mat-sys-outline-variant, #dadce0);color:var(--mat-sys-error, #ba1a1a)!important}app-product-list .products-action__label{display:inline;margin-left:8px;overflow:hidden;font-size:.875rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:390px){app-product-list .profitability-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}app-product-list .filter-card{min-height:68px;padding:10px}app-product-list .filter-card span{font-size:.76rem;line-height:1.2}app-product-list .filter-card strong{font-size:1.4rem}app-product-list .products-table__current-price,app-product-list .products-table__recommended-price,app-product-list .products-table__margin,app-product-list .products-table__status{grid-column:1/-1}app-product-list .products-table__action-buttons{grid-template-columns:1fr}}app-product-list .products-table__channel-summary{min-width:260px;max-width:310px}app-product-list .best-channel-summary{display:grid;gap:5px;padding:12px;border:1px solid var(--mat-sys-outline-variant, #dadce0);border-radius:14px;background:var(--mat-sys-surface-container-low, #f7f7f7)}app-product-list .best-channel-summary--healthy{border-color:#8abb94;background:#eef8f0}app-product-list .best-channel-summary--attention{border-color:#d3a33b;background:#fff7e2}app-product-list .best-channel-summary--loss{border-color:#d98b8b;background:#fff0f0}app-product-list .best-channel-summary--empty{color:var(--mat-sys-on-surface-variant, #5f6368)}app-product-list .best-channel-summary--empty>mat-icon{color:var(--mat-sys-primary, #005cbb)}app-product-list .best-channel-summary--empty>strong{color:var(--mat-sys-on-surface, #1f1f1f)}app-product-list .best-channel-summary--empty>span{font-size:.75rem;line-height:1.4}app-product-list .best-channel-summary__eyebrow{color:var(--mat-sys-on-surface-variant, #5f6368);font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}app-product-list .best-channel-summary__name{font-size:.95rem;overflow-wrap:anywhere}app-product-list .best-channel-summary__profit{font-size:.82rem;font-weight:800}app-product-list .best-channel-summary__margin{color:var(--mat-sys-on-surface-variant, #5f6368);font-size:.75rem}app-product-list .best-channel-summary__opportunity{margin-top:3px;color:#185c2c;font-size:.75rem;font-weight:700;line-height:1.4}app-product-list .best-channel-summary__alert{margin-top:3px;color:var(--mat-sys-error, #ba1a1a);font-size:.75rem;font-weight:800;line-height:1.4}app-product-list .best-channel-summary__action{width:fit-content;min-height:32px;margin-top:2px;padding:0 4px!important;font-size:.75rem}app-product-list .best-channel-summary__action mat-icon{width:18px;height:18px;margin-left:2px;font-size:18px}@media(max-width:760px){app-product-list .products-table__channel-summary{grid-column:1/-1;max-width:none;min-height:auto!important;padding-top:16px!important;padding-bottom:16px!important;border-top:1px solid var(--mat-sys-outline-variant, #e0e0e0)!important}app-product-list .best-channel-summary{width:100%;box-sizing:border-box}}app-product-list .products-table__actions-heading,app-product-list .products-table__actions{position:sticky;right:0;box-sizing:border-box;background:var(--mat-sys-surface, #ffffff);box-shadow:-8px 0 16px -14px #0000003d}app-product-list .products-table__actions-heading:after,app-product-list .products-table__actions:after{content:"";position:absolute;top:0;bottom:0;left:0;z-index:1;width:1.5px;background:var(--mat-sys-outline-variant, #dadce0);box-shadow:-5px 0 10px -7px #0000003d;pointer-events:none}app-product-list .products-table__actions-heading{z-index:4;background:var(--mat-sys-surface-container-low, #f7f7f7)}app-product-list .products-table__actions{z-index:2}app-product-list .products-table tbody tr:hover .products-table__actions{background:var(--mat-sys-surface-container-lowest, #ffffff)}@media(max-width:760px){app-product-list .products-table__actions-heading,app-product-list .products-table__actions{position:static;right:auto;box-shadow:none}app-product-list .products-table__actions-heading:after,app-product-list .products-table__actions:after{display:none}app-product-list .products-table__actions{background:transparent}}.shopify-product-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.45rem}.shopify-origin-badge,.shopify-cost-status{display:inline-flex;align-items:center;gap:.25rem;min-height:1.75rem;padding:.2rem .55rem;border-radius:999px;font-size:.78rem;line-height:1.2}.shopify-origin-badge{background:var(--mat-sys-secondary-container);color:var(--mat-sys-on-secondary-container);font-weight:600}.shopify-origin-badge mat-icon{width:1rem;height:1rem;font-size:1rem}.shopify-cost-status{background:var(--mat-sys-error-container);color:var(--mat-sys-on-error-container);font-weight:600}.shopify-product-cta{min-height:2rem}@media(max-width:760px){.shopify-product-meta{align-items:flex-start}.shopify-product-cta{width:100%;justify-content:flex-start}}.shopify-price-context{display:grid;gap:.15rem;flex-basis:100%;color:var(--mat-sys-on-surface-variant);font-size:.78rem;line-height:1.35}.shopify-price-context strong{color:var(--mat-sys-on-surface)}.shopify-price-context__legacy{flex-basis:100%;color:var(--mat-sys-on-surface-variant);font-size:.76rem;line-height:1.35}.supplier-automation-review{display:grid;gap:16px;margin-block:16px;padding:16px;border:1px solid var(--mat-sys-outline-variant);border-radius:12px;background:var(--mat-sys-surface-container-lowest)}.supplier-automation-review__heading,.supplier-automation-review__run{display:flex;gap:16px;align-items:end;justify-content:space-between}.supplier-automation-review__heading h3,.supplier-automation-review__heading p{margin:0}.supplier-automation-review__heading>div{display:grid;gap:4px}.supplier-automation-review__create{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(260px,1.5fr) auto;gap:12px;align-items:end}.supplier-automation-review label{display:grid;gap:6px;min-width:0}.supplier-automation-review label>span{font-size:.875rem;font-weight:600}.supplier-automation-review input,.supplier-automation-review select{width:100%;min-height:40px;box-sizing:border-box;padding:8px 10px;border:1px solid var(--mat-sys-outline);border-radius:8px;background:var(--mat-sys-surface);color:var(--mat-sys-on-surface);font:inherit}.supplier-automation-review input:focus-visible,.supplier-automation-review select:focus-visible{outline:2px solid var(--mat-sys-primary);outline-offset:2px}.supplier-automation-review__run label{flex:1 1 320px}.supplier-automation-review__summary{display:flex;flex-wrap:wrap;gap:8px}.supplier-automation-review__summary span{padding:6px 10px;border-radius:999px;background:var(--mat-sys-surface-container);color:var(--mat-sys-on-surface-variant);font-size:.875rem}.supplier-automation-review__error,.supplier-automation-review__safety{display:flex;gap:8px;align-items:flex-start;margin:0}.supplier-automation-review__error{color:var(--mat-sys-error)}.supplier-automation-review__safety,.supplier-automation-review__empty{color:var(--mat-sys-on-surface-variant)}.supplier-automation-review__empty{margin:0}@media(max-width:760px){.supplier-automation-review__heading,.supplier-automation-review__run{align-items:stretch;flex-direction:column}.supplier-automation-review__create{grid-template-columns:1fr}.supplier-automation-review button{width:100%}}html{height:100%;--mat-sys-background: light-dark(#faf9fd, #121316);--mat-sys-error: light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container: light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);--mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);--mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);--mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-error: light-dark(#ffffff, #690005);--mat-sys-on-error-container: light-dark(#93000a, #ffdad6);--mat-sys-on-primary: light-dark(#ffffff, #002f65);--mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);--mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);--mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);--mat-sys-on-secondary: light-dark(#ffffff, #283041);--mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);--mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);--mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);--mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);--mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);--mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);--mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);--mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);--mat-sys-outline: light-dark(#74777f, #8e9099);--mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);--mat-sys-primary: light-dark(#005cbb, #abc7ff);--mat-sys-primary-container: light-dark(#d7e3ff, #00458f);--mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);--mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);--mat-sys-scrim: light-dark(#000000, #000000);--mat-sys-secondary: light-dark(#565e71, #bec6dc);--mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);--mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);--mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);--mat-sys-shadow: light-dark(#000000, #000000);--mat-sys-surface: light-dark(#faf9fd, #121316);--mat-sys-surface-bright: light-dark(#faf9fd, #38393c);--mat-sys-surface-container: light-dark(#efedf0, #1f2022);--mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);--mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);--mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);--mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);--mat-sys-surface-dim: light-dark(#dbd9dd, #121316);--mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);--mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);--mat-sys-tertiary: light-dark(#343dff, #bec2ff);--mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);--mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);--mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f;--mat-sys-level0: 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-sys-level1: 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-sys-level2: 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-sys-level3: 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-sys-level4: 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-sys-level5: 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-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500;--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}body{color-scheme:light;background-color:var(--mat-sys-surface);color:var(--mat-sys-on-surface);font:var(--mat-sys-body-medium);margin:0;height:100%}html,body{min-height:100%}button,a{-webkit-tap-highlight-color:transparent}*:focus-visible{outline:3px solid color-mix(in srgb,var(--mat-sys-primary, #005cbb) 55%,transparent);outline-offset:3px}.confirmation-dialog{display:flex;flex-direction:column;align-items:center}
