.app-form{width:100%;max-width:400px;margin:0 auto;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000001a;border:1px solid #e5e7eb}@media (max-width: 640px){.app-form{padding:1.5rem;margin:0 1rem;border-radius:.75rem}}.app-form--wide{max-width:600px}.app-form--full{max-width:100%;margin:0}.app-form-header{text-align:center;margin-bottom:2rem}.app-form-header .app-form-title{font-size:1.75rem;font-weight:600;color:#171212;margin:0 0 .5rem}@media (max-width: 640px){.app-form-header .app-form-title{font-size:1.5rem}}.app-form-header .app-form-subtitle{font-size:1rem;color:#4b5563;margin:0;font-weight:400}@media (max-width: 640px){.app-form-header .app-form-subtitle{font-size:.9rem}}.app-form-fields{display:flex;flex-direction:column;gap:1.5rem}.app-form-fields--compact{gap:1rem;margin-bottom:1.5rem}.app-form-fields--horizontal{flex-direction:row;flex-wrap:wrap}.app-form-fields--horizontal>*{flex:1;min-width:200px}@media (max-width: 640px){.app-form-fields--horizontal{flex-direction:column}}.app-form-field{width:100%}.app-form-field ::ng-deep .mat-mdc-form-field{width:100%}.app-form-field ::ng-deep .mat-mdc-text-field-wrapper{border-radius:.5rem}.app-form-field ::ng-deep .mat-mdc-form-field-focus-overlay{border-radius:.5rem}.app-form-field ::ng-deep .mdc-notched-outline{border-color:#d1d5db}.app-form-field ::ng-deep .mdc-notched-outline .mdc-notched-outline__leading,.app-form-field ::ng-deep .mdc-notched-outline .mdc-notched-outline__notch,.app-form-field ::ng-deep .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#d1d5db}.app-form-field ::ng-deep .mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__leading,.app-form-field ::ng-deep .mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__notch,.app-form-field ::ng-deep .mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#646116;border-width:2px}.app-form-field ::ng-deep .mdc-text-field--invalid .mdc-notched-outline .mdc-notched-outline__leading,.app-form-field ::ng-deep .mdc-text-field--invalid .mdc-notched-outline .mdc-notched-outline__notch,.app-form-field ::ng-deep .mdc-text-field--invalid .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#ef4444}.app-form-field ::ng-deep .mat-mdc-form-field-label{color:#4b5563;font-weight:500}.app-form-field ::ng-deep .mat-mdc-form-field-required-marker{color:#ef4444}.app-form-field ::ng-deep .mat-mdc-input-element{font-weight:400}.app-form-field ::ng-deep .mat-mdc-input-element::placeholder{color:#9ca3af}.app-form-field ::ng-deep .mat-mdc-input-element:disabled{color:#6b7280;background-color:#f3f4f6}.app-form-field ::ng-deep .mat-mdc-form-field-subscript-wrapper{background-color:transparent}.app-form-field ::ng-deep .mat-mdc-form-field-error{color:#ef4444;font-size:.85rem;margin-top:.25rem;font-weight:500}.app-form-field ::ng-deep .mat-icon{color:#6b7280}.app-form-field ::ng-deep .mat-icon:hover{color:#646116}.app-form-field ::ng-deep .mat-mdc-select-value{color:#171212}.app-form-field ::ng-deep .mat-mdc-select-placeholder{color:#9ca3af}.app-form-field--success ::ng-deep .mdc-notched-outline .mdc-notched-outline__leading,.app-form-field--success ::ng-deep .mdc-notched-outline .mdc-notched-outline__notch,.app-form-field--success ::ng-deep .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#10b981}.app-form-field--warning ::ng-deep .mdc-notched-outline .mdc-notched-outline__leading,.app-form-field--warning ::ng-deep .mdc-notched-outline .mdc-notched-outline__notch,.app-form-field--warning ::ng-deep .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#f59e0b}.app-form-actions{margin-bottom:1.5rem}.app-form-actions--horizontal{display:flex;gap:1rem;justify-content:flex-end}@media (max-width: 640px){.app-form-actions--horizontal{flex-direction:column-reverse}}.app-form-actions--centered{text-align:center}.app-form-actions--space-between{display:flex;justify-content:space-between;align-items:center}@media (max-width: 640px){.app-form-actions--space-between{flex-direction:column;gap:1rem}}.app-btn{font-weight:600;border-radius:.75rem!important;text-transform:none!important;transition:all .2s ease-in-out!important;min-height:44px}.app-btn--primary{color:#fff!important;background-color:#646116!important}.app-btn--primary:hover:not(:disabled){background-color:#3a380d!important;transform:translateY(-2px);box-shadow:0 6px 20px #6461164d}.app-btn--secondary{color:#646116!important;background-color:transparent!important;border:2px solid #646116!important}.app-btn--secondary:hover:not(:disabled){background-color:#646116!important;color:#fff!important;transform:translateY(-2px)}.app-btn--danger{color:#fff!important;background-color:#ef4444!important}.app-btn--danger:hover:not(:disabled){background-color:#eb1515!important;transform:translateY(-2px)}.app-btn--full-width{width:100%;height:48px;font-size:1rem}@media (max-width: 640px){.app-btn--full-width{height:44px;font-size:.95rem}}.app-btn:disabled{background-color:#9ca3af!important;color:#4b5563!important;cursor:not-allowed;transform:none!important;box-shadow:none!important}.app-btn .app-btn-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.app-btn .app-btn-content .app-btn-spinner ::ng-deep .mdc-circular-progress__color-1{stroke:currentColor}.app-btn .app-btn-content .app-btn-text-hidden{opacity:0}.app-form-footer{text-align:center}.app-form-footer .app-form-link{color:#646116;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s ease-in-out}.app-form-footer .app-form-link:hover{color:#252408;text-decoration:underline}@media (max-width: 640px){.app-form-footer .app-form-link{font-size:.85rem}}.app-form-error-summary{background-color:#fff;border:1px solid #ef4444;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.app-form-error-summary .app-form-error-title{color:#ef4444;font-weight:600;margin-bottom:.5rem}.app-form-error-summary .app-form-error-list{color:#eb1515;margin:0;padding-left:1.25rem}.app-form-error-summary .app-form-error-list li{margin-bottom:.25rem}@keyframes app-form-fade{0%,to{opacity:1}50%{opacity:.7}}.app-form--loading .app-form-fields{animation:app-form-fade 2s infinite}.mat-datepicker-content{background-color:#e6e2d5!important}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:#e6e2d5!important}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input{color:#49473a!important}.mdc-text-field--filled:not(.mdc-text-field--disabled):before{background-color:#e6e2d5!important}.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:after{border-bottom-color:#646116!important}.mdc-text-field--filled.mdc-text-field--focused:not(.mdc-text-field--disabled){background-color:#e6e2d5!important}.mdc-text-field--filled.mdc-text-field--textarea:not(.mdc-text-field--disabled){background-color:#e6e2d5!important}.mdc-text-field--outlined:not(.mdc-text-field--disabled){background-color:#e6e2d5!important}.mat-mdc-form-field .mat-mdc-text-field-wrapper{background-color:#e6e2d5!important;border-radius:.5rem!important}.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--filled,.mat-mdc-form-field .mat-mdc-text-field-wrapper.mdc-text-field--outlined{background-color:#e6e2d5!important}.mat-mdc-form-field .mat-mdc-form-field-focus-overlay{background-color:#e6e2d5!important;border-radius:.5rem!important}.mat-mdc-form-field .mat-mdc-input-element{color:#49473a!important;font-weight:400!important}.mat-mdc-form-field .mat-mdc-input-element::placeholder{color:#49473a99!important}.mat-mdc-form-field .mat-mdc-form-field-label{color:#4b5563!important;font-weight:500!important}.mat-mdc-form-field .mat-mdc-form-field-required-marker{color:#ef4444!important}.mat-mdc-form-field .mat-mdc-form-field-error{color:#ef4444!important;font-size:.85rem!important;font-weight:500!important}.mat-mdc-form-field .mat-icon{color:#6b7280!important}.mat-mdc-form-field .mat-icon:hover{color:#646116!important}.mat-mdc-form-field .mat-mdc-select-trigger,.mat-mdc-form-field .mat-mdc-select-value-text{color:#49473a!important}.mat-mdc-raised-button{background-color:#646116!important;color:#fff!important;border-radius:.75rem!important;font-weight:600!important;text-transform:none!important;min-height:48px!important;box-shadow:0 4px 12px #6461164d!important;transition:all .2s ease-in-out!important}.mat-mdc-raised-button:hover:not(:disabled){background-color:#3a380d!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #64611666!important}.mat-mdc-raised-button:active:not(:disabled){transform:translateY(0)!important;box-shadow:0 2px 8px #6461164d!important}.mat-mdc-raised-button:disabled{background-color:#9ca3af!important;color:#4b5563!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.mat-mdc-outlined-button{color:#646116!important;border-color:#646116!important;border-radius:.75rem!important;font-weight:600!important;text-transform:none!important;min-height:48px!important;transition:all .2s ease-in-out!important}.mat-mdc-outlined-button:hover:not(:disabled){background-color:#646116!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #6461164d!important}.mat-mdc-outlined-button:disabled{color:#9ca3af!important;border-color:#9ca3af!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.mat-mdc-icon-button{color:#6b7280!important;border-radius:.5rem!important;transition:all .2s ease-in-out!important}.mat-mdc-icon-button:hover:not(:disabled){color:#646116!important;background-color:#6461161a!important}.mat-mdc-icon-button:disabled{color:#9ca3af!important;cursor:not-allowed!important}.mat-mdc-progress-spinner .mdc-circular-progress__color-1{stroke:currentColor!important}*,*:before,*:after{box-sizing:border-box}*,*:before,*:after{margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;color-scheme:light only}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light only}main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}p,blockquote,pre{margin:0}ul,ol,li{margin:0;padding:0;list-style:none}a{background-color:transparent;text-decoration:none;color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;padding:0;border:none;background:transparent}button,input{overflow:visible}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0;border:none}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-decoration{-webkit-appearance:none}details{display:block}template{display:none}[hidden]{display:none}input,textarea,select{appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:0;outline:none}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}*:focus{outline:none}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--primary-color, #646116);outline-offset:2px}@media (prefers-color-scheme: dark){html{color-scheme:light only!important}body{color-scheme:light only!important;background-color:var(--bg-color, #f5f5f0)!important;color:var(--text-primary, #111827)!important}:root{color-scheme:light only!important}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;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}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.hidden{display:none}.max-w-7xl{max-width:80rem}.cursor-pointer{cursor:pointer}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-bold{font-weight:700}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}html{--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{background-color:#f5f5f0!important;color:var(--mat-sys-on-surface)!important;font:var(--mat-sys-body-medium);font-family:Roboto,Helvetica Neue,sans-serif}html,body{height:100%}.separator{border:none;height:1px;background-color:#d1d5db;margin:2rem 0}.separator-light{border:none;height:1px;background-color:#e5e7eb;margin:2rem 0}.separator-bold{border:none;height:2px;background-color:#9ca3af;margin:2rem 0}.separator-primary{border:none;height:1px;background-color:#646116;margin:2rem 0}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.md\:flex{display:flex}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
