html{height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color-scheme:dark;background-color:#0f172a;color:#f1f5f9;font:var(--mat-sys-body-medium);height:100%;margin:0;font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;line-height:1.5}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;color:#f1f5f9}h1{font-size:28px;line-height:1.4}h2{font-size:24px;line-height:1.4}h3{font-size:20px;line-height:1.4}p{margin:0;line-height:1.6;color:#f1f5f9}a{color:#4a90d9;text-decoration:none;transition:all .15s ease}button,input,textarea,select{font-family:inherit;font-size:inherit}*:focus-visible{outline:2px solid #4a90d9;outline-offset:2px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #4a90d9;outline-offset:2px}::selection{background-color:#4a90d94d;color:#f1f5f9}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-xs{gap:4px}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.gap-xl{gap:32px}.m-0{margin:0}.mt-sm{margin-top:8px}.mt-md{margin-top:16px}.mt-lg{margin-top:24px}.mb-xs{margin-bottom:4px}.mb-sm{margin-bottom:8px}.mb-md{margin-bottom:16px}.mb-lg{margin-bottom:24px}.ml-sm{margin-left:8px}.ml-md{margin-left:16px}.ml-lg{margin-left:24px}.mr-sm{margin-right:8px}.mr-md{margin-right:16px}.mr-lg{margin-right:24px}.p-0{padding:0}.p-sm{padding:8px}.p-md{padding:16px}.p-lg{padding:24px}.px-md{padding-left:16px;padding-right:16px}.py-md{padding-top:16px;padding-bottom:16px}.loading-state{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:48px 0;gap:16px}.loading-state__spinner{width:40px;height:40px;border:3px solid rgba(74,144,217,.2);border-top-color:#4a90d9;border-radius:9999px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-state__text{color:#cbd5e1;font-size:14px}.width-max-500{max-width:500px;width:100%}.horizontal-vertical-centralized{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 64px);margin:0 auto}.section-subtitle{margin:16px 0 8px;font-size:14px;font-weight:500;color:#cbd5e1}.section-subtitle:first-of-type{margin-top:0}.monospace{font-family:monospace;font-size:12px}.link-button{padding:0;height:auto}.no-deployments-text{color:#cbd5e1;font-style:italic}.tab-content{padding-top:16px}@media(max-width:640px){.hidden-mobile{display:none!important}}@media(min-width:641px)and (max-width:1024px){.hidden-tablet{display:none!important}}@media(min-width:1025px){.hidden-desktop{display:none!important}}.app-toolbar{background:#0f172a!important;color:#f1f5f9!important;display:flex;align-items:center;border-bottom:1px solid #334155}.spacer{flex:1}.desktop-nav{display:flex;gap:8px;align-items:center}.active-link{color:#ff0!important}.mobile-menu-button{display:none!important}@media(max-width:768px){.desktop-nav{display:none!important}.mobile-menu-button{display:flex!important}}.page-container{padding:10px;max-width:1200px;margin:0 auto;width:100%;background-color:#0f172a;min-height:calc(100vh - 64px);color:#f1f5f9;box-sizing:border-box}.page-header__actions{display:flex;gap:8px;align-items:center;margin-left:auto}@media(max-width:400px){.page-header__actions{width:100%;margin-left:0}}.info-grid{display:flex;flex-wrap:wrap;gap:16px}.info-item{flex:1 1 200px;min-width:150px;max-width:100%;display:flex;flex-direction:column;gap:4px}.info-label{font-size:11px;color:#cbd5e1;text-transform:uppercase;letter-spacing:.8px;font-weight:600}.info-value{font-size:16px;font-weight:500;color:#f1f5f9;word-break:break-word}.table-container{background:#1e293b;border:1px solid #334155;border-radius:8px;box-shadow:0 2px 4px #0000004d;overflow:hidden;transition:all .2s ease}.data-table{width:100%;border-collapse:collapse;font-size:14px;background-color:#1e293b!important;color:#f1f5f9}.data-table thead{background-color:#334155!important;border-bottom:2px solid #334155!important}.data-table thead th{padding:16px;text-align:left;font-weight:600;color:#f1f5f9!important;text-transform:uppercase;font-size:12px;letter-spacing:.5px}.data-table tbody tr{background-color:#1e293b!important;border-bottom:1px solid #334155!important;transition:all .15s ease}.data-table tbody tr:last-child{border-bottom:none}.data-table tbody td{padding:16px;color:#f1f5f9!important}.clickable-row{cursor:pointer;transition:all .15s ease}.clickable-row:hover{background-color:#334155!important}.clickable-row:hover td{color:#f1f5f9!important}.clickable-row:active{background-color:#4a90d926!important}.table-row{transition:all .15s ease}.table-row:hover{background-color:#334155!important}.table-row:hover td{color:#f1f5f9!important}thead tr:hover{background-color:#334155!important}.actions-cell{text-align:right;width:60px;padding:16px!important}.actions-cell button{margin-left:4px}.table-empty{padding:48px;text-align:center;color:#cbd5e1;font-size:14px}.table-scroll{overflow-x:auto}.table-scroll .data-table{min-width:600px}.form-container{display:flex;flex-direction:column;gap:16px;color:#f1f5f9}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-weight:500;color:#cbd5e1;font-size:14px}.form-required{color:#f22;margin-left:2px}.form-hint{font-size:12px;color:#cbd5e1}.form-input,input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{width:100%;padding:8px 12px;border:1px solid #334155;border-radius:4px;font-size:14px;line-height:1.5;transition:all .2s ease;background-color:#0f172a;color:#f1f5f9}.form-input:focus,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus,select:focus{outline:none;border-color:#4a90d9;box-shadow:0 0 0 3px #4a90d933}.form-input:disabled,input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled,input[type=number]:disabled,textarea:disabled,select:disabled{background-color:#334155;color:#cbd5e1;cursor:not-allowed}.form-input::placeholder,input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,textarea::placeholder,select::placeholder{color:#cbd5e1}.mat-mdc-form-field.mat-focused .mdc-text-field{border-color:#4a90d9!important}.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field,.mat-mdc-select{border-radius:4px!important}.mat-mdc-select.mat-focused .mat-mdc-select-trigger{border-color:#4a90d9!important}textarea{resize:vertical;min-height:100px}.form-checkbox,.form-radio{margin-right:8px;cursor:pointer}input[type=checkbox],input[type=radio]{cursor:pointer;width:18px;height:18px;margin:0;accent-color:#ffff00;transition:all .15s ease}input[type=checkbox]:hover:enabled,input[type=radio]:hover:enabled{transform:scale(1.1)}input[type=checkbox]:disabled,input[type=radio]:disabled{opacity:.4;cursor:not-allowed}.filter-card{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap;background:#1e293b;padding:16px;border-radius:8px;border:1px solid #334155}@media(max-width:640px){.filter-card{flex-direction:column}.filter-card .form-group{width:100%}}.form-actions{display:flex;gap:16px;justify-content:flex-end;padding-top:16px;border-top:1px solid #334155}@media(max-width:640px){.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.form-error{color:#f22;font-size:12px;margin-top:2px}.has-error input,.has-error textarea,.has-error select{border-color:#f22}.has-error input:focus,.has-error textarea:focus,.has-error select:focus{box-shadow:0 0 0 3px #f223}.error-banner{display:flex;align-items:center;gap:8px;padding:12px 16px;margin-bottom:16px;border-radius:4px;background-color:#ff222226;color:#f22}.full-width{width:100%}.form-loading{opacity:.6;pointer-events:none}.mat-mdc-slide-toggle,.mat-mdc-slide-toggle .mdc-switch__label{color:#f1f5f9}@media(max-width:640px){.form-row{flex-direction:column}.form-row .form-group{width:100%}}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .15s ease;white-space:nowrap;background-color:transparent}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.status--active,.status--succeeded{color:#0f0!important;border:1px solid #00ff00!important;background-color:#00ff001a!important}.status--active .status-dot,.status--succeeded .status-dot{background-color:#0f0}.status--inactive,.status--failed{color:#f22!important;border:1px solid #ff2222!important;background-color:#ff22221a!important}.status--inactive .status-dot,.status--failed .status-dot{background-color:#f22}.status--ongoing{color:#4a90d9!important;border:1px solid #4a90d9!important;background-color:#4a90d91a!important}.status--ongoing .status-dot{background-color:#4a90d9;animation:pulse 1.5s ease-in-out infinite}.status--pending{color:#edc22e!important;border:1px solid #edc22e!important;background-color:#edc22e1a!important}.status--pending .status-dot{background-color:#edc22e}.status-indicator{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500}.status-indicator.status-indicator--success{background:#00ff001a;color:#0f0;border:1px solid rgba(0,255,0,.3)}.status-indicator.status-indicator--error{background:#ff22221a;color:#f22;border:1px solid rgba(255,34,34,.3)}.status-indicator.status-indicator--warning{background:#ff66001a;color:#f60;border:1px solid rgba(255,102,0,.3)}.status-indicator.status-indicator--info{background:#4a90d91a;color:#4a90d9;border:1px solid rgba(74,144,217,.3)}.trigger-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;background-color:#00ff001a;color:#0f0}.trigger-badge mat-icon{font-size:14px;width:14px;height:14px}.inactive-badge{font-size:12px;padding:2px 8px;border-radius:4px;background-color:#334155;color:#cbd5e1;font-weight:400}.notification{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:6px;border-left:4px solid;margin-bottom:16px;color:#f1f5f9}.notification--error{background:#ff222226;border-left-color:#f22}.notification--error mat-icon{color:#f22}.notification--info{background:#4a90d926;border-left-color:#4a90d9}.notification--info mat-icon{color:#4a90d9}.notification--success{background:#00ff0026;border-left-color:#0f0}.notification--success mat-icon{color:#0f0}.notification--warning{background:#ff660026;border-left-color:#f60}.notification--warning mat-icon{color:#f60}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.mat-card-header--with-margin{margin-bottom:20px}mat-card-header{display:flex;justify-content:space-between;align-items:center}.auto-deployments-list{display:flex;flex-direction:column;gap:12px}.deployment-item{display:flex;align-items:center;justify-content:space-between;padding:12px;border:1px solid #334155;border-radius:4px;background-color:#0f172a}.deployment-item .deployment-stage{flex:1;font-weight:500}.deployment-item .deployment-status{display:flex;align-items:center;gap:8px;min-width:100px}.deployment-item .deployment-status mat-icon{font-size:20px;width:20px;height:20px}.deployment-item .deployment-status .status-text{text-transform:capitalize;font-size:14px}@media(max-width:600px){mat-card-header{flex-wrap:wrap}mat-card-header .page-header__actions{width:100%;margin-top:8px;justify-content:flex-end}}mat-card-actions{display:flex;gap:16px;align-items:center}mat-card-actions[align=end]{justify-content:flex-end}mat-card-actions.pagination-actions{justify-content:space-between}.build-log{background-color:#0f172a;color:#d4d4d4;padding:16px;border-radius:8px;overflow-x:auto;font-family:Courier New,monospace;font-size:13px;line-height:1.6;white-space:pre;margin:0;border:1px solid #334155;box-shadow:0 2px 4px #0000004d}.build-log::-webkit-scrollbar{width:8px;height:8px}.build-log::-webkit-scrollbar-track{background:#d4d4d40d}.build-log::-webkit-scrollbar-thumb{background:#d4d4d44d;border-radius:4px}.build-log::-webkit-scrollbar-thumb:hover{background:#d4d4d480}.code-block{background-color:#0f172a;color:#d4d4d4;padding:16px;border-radius:8px;border:1px solid #334155;overflow-x:auto;font-family:Courier New,monospace;font-size:12px;line-height:1.6}.code-inline{background-color:#334155;color:#f1f5f9;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:12px;white-space:nowrap}.code-keyword{color:#569cd6;font-weight:500}.code-string{color:#ce9178}.code-comment{color:#6a9955}.code-function{color:#dcdcaa}.code-number{color:#b5cea8}button[matButton]{background-color:#ff0!important;color:#0f172a!important;border-radius:6px!important;padding:8px 20px!important;min-height:36px!important;font-weight:500!important;font-size:14px!important;transition:all .2s ease;box-shadow:0 2px 4px #0000004d!important;text-transform:none!important;letter-spacing:normal!important}button[matButton]:hover:enabled{box-shadow:0 4px 8px #0006!important;opacity:.9}button[matButton]:active:enabled{opacity:.85;box-shadow:0 2px 4px #0000004d!important}button[matButton]:disabled{opacity:.4!important}button[matButton] mat-icon{margin-right:8px}button[matButton] mat-icon:last-child{margin-right:0;margin-left:8px}button.only-icon{padding:0!important;width:36px!important;height:36px!important;min-height:36px!important;display:flex;align-items:center;justify-content:center;min-width:36px!important;background:transparent!important;box-shadow:none!important}button.only-icon mat-icon{margin-right:0!important;margin-left:0!important;font-size:24px;width:24px;height:24px}button.btn-back{background:#f39!important;color:#0f172a!important;border:1px solid #ff3399!important;box-shadow:none!important}button.btn-back mat-icon{color:#0f172a!important}button.btn-back:hover:enabled,button.btn-back:hover{background:#0f172a!important;color:#f39!important;border-color:#f39!important}button.btn-back:hover:enabled mat-icon,button.btn-back:hover mat-icon{color:#f39!important}button.btn-internal-link,a.btn-internal-link{background:#f60!important;color:#0f172a!important;border:1px solid #ff6600!important;white-space:nowrap;box-shadow:none!important}button.btn-internal-link mat-icon,a.btn-internal-link mat-icon{color:#0f172a!important}button.btn-internal-link:hover:enabled,button.btn-internal-link:hover,a.btn-internal-link:hover:enabled,a.btn-internal-link:hover{background:#0f172a!important;color:#f60!important;border-color:#f60!important}button.btn-internal-link:hover:enabled mat-icon,button.btn-internal-link:hover mat-icon,a.btn-internal-link:hover:enabled mat-icon,a.btn-internal-link:hover mat-icon{color:#f60!important}a.link-internal{color:#f1f5f9!important}a.link-internal:hover{color:#ff0!important}button.btn-external-link,a.btn-external-link,a[matButton].btn-external-link{background:#0f0!important;color:#0f172a!important;border:1px solid #00ff00!important;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;padding:4px 12px!important;border-radius:6px!important;font-size:13px;font-weight:500;text-decoration:none;box-shadow:none!important;min-height:auto!important}button.btn-external-link mat-icon,a.btn-external-link mat-icon,a[matButton].btn-external-link mat-icon{color:#0f172a!important;font-size:16px;width:16px;height:16px;margin:0!important}button.btn-external-link:hover:enabled,button.btn-external-link:hover,a.btn-external-link:hover:enabled,a.btn-external-link:hover,a[matButton].btn-external-link:hover:enabled,a[matButton].btn-external-link:hover{background:#0f172a!important;color:#0f0!important;border-color:#0f0!important}button.btn-external-link:hover:enabled mat-icon,button.btn-external-link:hover mat-icon,a.btn-external-link:hover:enabled mat-icon,a.btn-external-link:hover mat-icon,a[matButton].btn-external-link:hover:enabled mat-icon,a[matButton].btn-external-link:hover mat-icon{color:#0f0!important}button.btn-cancel{background:#cbd5e1!important;color:#0f172a!important;border:1px solid #cbd5e1!important;box-shadow:none!important}button.btn-cancel mat-icon{color:#0f172a!important}button.btn-cancel:hover:enabled,button.btn-cancel:hover{background:#0f172a!important;color:#cbd5e1!important;border-color:#cbd5e1!important}button.btn-cancel:hover:enabled mat-icon,button.btn-cancel:hover mat-icon{color:#cbd5e1!important}button.btn-action{background:#ff0!important;color:#0f172a!important;border:1px solid #ffff00!important;box-shadow:none!important}button.btn-action mat-icon{color:#0f172a!important}button.btn-action:hover:enabled,button.btn-action:hover{background:#0f172a!important;color:#ff0!important;border-color:#ff0!important}button.btn-action:hover:enabled mat-icon,button.btn-action:hover mat-icon{color:#ff0!important}button.btn-destructive{background:#f22!important;color:#fff!important;border:1px solid #ff2222!important;box-shadow:none!important}button.btn-destructive mat-icon{color:#fff!important}button.btn-destructive:hover:enabled,button.btn-destructive:hover{background:#0f172a!important;color:#f22!important;border-color:#f22!important}button.btn-destructive:hover:enabled mat-icon,button.btn-destructive:hover mat-icon{color:#f22!important}mat-dialog-content{padding-top:20px!important}.mat-mdc-dialog-surface{border:1px solid #ffff00}html{--mat-sys-background: light-dark(#fcf8fd, #131316);--mat-sys-error: light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container: light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface: light-dark(#f3eff4, #303034);--mat-sys-inverse-primary: light-dark(#bec2ff, #343dff);--mat-sys-inverse-surface: light-dark(#303034, #e5e1e6);--mat-sys-on-background: light-dark(#1b1b1f, #e5e1e6);--mat-sys-on-error: light-dark(#ffffff, #690005);--mat-sys-on-error-container: light-dark(#93000a, #ffdad6);--mat-sys-on-primary: light-dark(#ffffff, #0001ac);--mat-sys-on-primary-container: light-dark(#0000ef, #e0e0ff);--mat-sys-on-primary-fixed: light-dark(#00006e, #00006e);--mat-sys-on-primary-fixed-variant: light-dark(#0000ef, #0000ef);--mat-sys-on-secondary: light-dark(#ffffff, #2e2f42);--mat-sys-on-secondary-container: light-dark(#444559, #e1e0f9);--mat-sys-on-secondary-fixed: light-dark(#191a2c, #191a2c);--mat-sys-on-secondary-fixed-variant: light-dark(#444559, #444559);--mat-sys-on-surface: light-dark(#1b1b1f, #e5e1e6);--mat-sys-on-surface-variant: light-dark(#46464f, #e4e1ec);--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(#777680, #91909a);--mat-sys-outline-variant: light-dark(#c7c5d0, #46464f);--mat-sys-primary: light-dark(#343dff, #bec2ff);--mat-sys-primary-container: light-dark(#e0e0ff, #0000ef);--mat-sys-primary-fixed: light-dark(#e0e0ff, #e0e0ff);--mat-sys-primary-fixed-dim: light-dark(#bec2ff, #bec2ff);--mat-sys-scrim: light-dark(#000000, #000000);--mat-sys-secondary: light-dark(#5c5d72, #c5c4dd);--mat-sys-secondary-container: light-dark(#e1e0f9, #444559);--mat-sys-secondary-fixed: light-dark(#e1e0f9, #e1e0f9);--mat-sys-secondary-fixed-dim: light-dark(#c5c4dd, #c5c4dd);--mat-sys-shadow: light-dark(#000000, #000000);--mat-sys-surface: light-dark(#fcf8fd, #131316);--mat-sys-surface-bright: light-dark(#fcf8fd, #3a393c);--mat-sys-surface-container: light-dark(#f0edf1, #201f22);--mat-sys-surface-container-high: light-dark(#ebe7eb, #2a292d);--mat-sys-surface-container-highest: light-dark(#e5e1e6, #353438);--mat-sys-surface-container-low: light-dark(#f6f2f7, #1b1b1f);--mat-sys-surface-container-lowest: light-dark(#ffffff, #0e0e11);--mat-sys-surface-dim: light-dark(#dcd9dd, #131316);--mat-sys-surface-tint: light-dark(#343dff, #bec2ff);--mat-sys-surface-variant: light-dark(#e4e1ec, #46464f);--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: #303038;--mat-sys-neutral10: #1b1b1f;--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-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 36px;--mat-chip-container-height: 28px;--mat-expansion-header-collapsed-state-height: 44px;--mat-expansion-header-expanded-state-height: 60px;--mat-fab-small-touch-target-display: ;--mat-fab-touch-target-display: block;--mat-button-filled-touch-target-display: block;--mat-button-filled-container-height: 36px;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block;--mat-form-field-container-height: 52px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 14px;--mat-form-field-filled-with-label-container-padding-top: 22px;--mat-form-field-filled-with-label-container-padding-bottom: 6px;--mat-icon-button-touch-target-display: block;--mat-icon-button-state-layer-size: 36px;--mat-list-list-item-leading-icon-start-space: 12px;--mat-list-list-item-leading-icon-end-space: 12px;--mat-list-list-item-one-line-container-height: 44px;--mat-list-list-item-two-line-container-height: 60px;--mat-list-list-item-three-line-container-height: 84px;--mat-paginator-container-size: 52px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block;--mat-radio-touch-target-display: block;--mat-radio-state-layer-size: 36px;--mat-tab-container-height: 44px;--mat-select-arrow-transform: translateY(-8px);--mat-button-toggle-height: 40px;--mat-stepper-header-height: 68px;--mat-table-header-container-height: 52px;--mat-table-footer-container-height: 48px;--mat-table-row-item-container-height: 48px;--mat-toolbar-standard-height: 60px;--mat-toolbar-mobile-height: 52px;--mat-tree-node-min-height: 44px;--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}html{--surface: #0f172a;--surface-container: #1e293b;--surface-container-high: #334155;--on-surface: #f1f5f9;--on-surface-variant: #cbd5e1;--border-color: #334155;--color-primary: #ffff00;--color-success: #00ff00;--color-warning: #ff6600;--color-error: #ff2222;--color-info: #4a90d9}body{background-color:#0f172a;color:#f1f5f9}.mat-mdc-button,.mat-mdc-raised-button,.mat-mdc-flat-button,.mat-mdc-stroked-button{border-radius:6px!important}mat-toolbar[color=primary]{background-color:#1e293b!important;background:#1e293b!important;border-bottom:1px solid #334155!important;box-shadow:none!important;color:#f1f5f9!important}mat-toolbar[color=primary] a,mat-toolbar[color=primary] button,mat-toolbar[color=primary] .spacer{color:#f1f5f9!important}mat-toolbar[color=primary] a.mat-mdc-button{color:#f1f5f9!important}mat-toolbar[color=primary] a.mat-mdc-button mat-icon{color:#f1f5f9!important}.mat-mdc-form-field .mdc-text-field{background-color:#1e293b!important}.mat-mdc-form-field .mat-mdc-text-field-wrapper{background-color:transparent!important}.mat-mdc-form-field .mdc-notched-outline,.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-color:#334155!important}.mat-mdc-form-field .mat-mdc-form-field-focus-overlay{background-color:transparent!important}.mat-mdc-form-field .mdc-floating-label,.mat-mdc-form-field .mdc-floating-label.mdc-floating-label--float-above,.mat-mdc-form-field .mat-mdc-form-field-label{color:#f1f5f9!important}.mat-mdc-form-field input,.mat-mdc-form-field textarea,.mat-mdc-form-field select{color:#f1f5f9!important;background-color:transparent!important}.mat-mdc-form-field input::placeholder,.mat-mdc-form-field textarea::placeholder,.mat-mdc-form-field select::placeholder{color:#cbd5e1!important}.card,.filter-card,mat-card,.mat-mdc-card,.form-card{background:#1e293b!important;color:#f1f5f9!important;border:1px solid #334155!important;border-radius:8px!important}.page-section{background-color:#1e293b;border-radius:8px}.page-section__title,.status-badge{color:#f1f5f9}.page-container{background-color:#0f172a;color:#f1f5f9}.filter-card{background-color:#1e293b!important;border-color:#334155!important}.form-container{color:#f1f5f9}.form-label,.form-hint{color:#cbd5e1}.form-actions{border-top-color:#334155!important}code{background-color:#0f172a!important;color:#cbd5e1!important;border-color:#334155!important}.mat-mdc-form-field-subscript-wrapper{font-size:11px}a{color:#4a90d9;text-decoration:none}a:hover{color:#89b7e6}a:active{color:#2a76c6}.mat-mdc-dialog-container .mdc-dialog__surface,.mat-mdc-menu-panel{background-color:#1e293b!important;color:#f1f5f9!important}.mat-mdc-menu-panel .mat-mdc-menu-item{color:#f1f5f9!important}.mat-mdc-select-panel{background-color:#1e293b!important}.mat-mdc-select-panel .mat-mdc-option{color:#f1f5f9!important}.mat-mdc-tab-group .mat-mdc-tab{color:#cbd5e1!important}.mat-mdc-tab-group .mat-mdc-tab.mdc-tab--active{color:#f1f5f9!important}.mat-mdc-tab-group .mat-mdc-tab mat-icon{margin-right:8px}.mat-mdc-tab-group .mdc-tab-indicator__content--underline{border-color:#ff0!important}@media(max-width:700px){.mat-mdc-tab-group .mat-mdc-tab .mdc-tab__content{font-size:0}.mat-mdc-tab-group .mat-mdc-tab .mdc-tab__content mat-icon{font-size:24px;margin-right:0}}.mat-mdc-slide-toggle .mdc-label{color:#f1f5f9!important}table{color:#f1f5f9;background-color:#1e293b}table th{background-color:#334155;color:#f1f5f9;border-color:#334155}table td{border-color:#334155;color:#f1f5f9!important}table tr:hover{background-color:#334155}.mat-mdc-cell,.mdc-data-table__cell,.mat-mdc-header-cell,.mdc-data-table__header-cell{color:#f1f5f9!important}
