@charset "UTF-8";@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;--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--text-2xl: 1.5rem;--text-2xl--line-height: calc(2 / 1.5);--font-weight-bold: 700;--ease-out: cubic-bezier(0, 0, .2, 1);--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)){::placeholder{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{.absolute{position:absolute}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mt-10{margin-top:calc(var(--spacing) * 10)}.mr-6{margin-right:calc(var(--spacing) * 6)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.mb-10{margin-bottom:calc(var(--spacing) * 10)}.mb-16{margin-bottom:calc(var(--spacing) * 16)}.mb-20{margin-bottom:calc(var(--spacing) * 20)}.flex{display:flex}.grid{display:grid}.inline{display:inline}.w-100{width:calc(var(--spacing) * 100)}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-2{gap:calc(var(--spacing) * 2)}.border{border-style:var(--tw-border-style);border-width:1px}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading, var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading, var(--text-xl--line-height))}.font-bold{--tw-font-weight: var(--font-weight-bold);font-weight:var(--font-weight-bold)}.uppercase{text-transform:uppercase}.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))}.ease-out{--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}}:root{color-scheme:light;--mat-sys-background: #f9f9fa;--mat-sys-error: #b12c1f;--mat-sys-error-container: #ffdad5;--mat-sys-inverse-on-surface: #f0f1f2;--mat-sys-inverse-primary: #ffeb99;--mat-sys-inverse-surface: #2f3132;--mat-sys-on-background: #1a1c1d;--mat-sys-on-error: #ffffff;--mat-sys-on-error-container: #8f110a;--mat-sys-on-primary: #ffffff;--mat-sys-on-primary-container: #733600;--mat-sys-on-primary-fixed: #311300;--mat-sys-on-primary-fixed-variant: #733600;--mat-sys-on-secondary: #ffffff;--mat-sys-on-secondary-container: #004e5b;--mat-sys-on-secondary-fixed: #001f26;--mat-sys-on-secondary-fixed-variant: #004e5b;--mat-sys-on-surface: #1a1c1d;--mat-sys-on-surface-variant: #574235;--mat-sys-on-tertiary: #ffffff;--mat-sys-on-tertiary-container: #00513e;--mat-sys-on-tertiary-fixed: #002117;--mat-sys-on-tertiary-fixed-variant: #00513e;--mat-sys-outline: #8b7263;--mat-sys-outline-variant: #dec1af;--mat-sys-primary: #f07500;--mat-sys-primary-container: #fff2cc;--mat-sys-primary-fixed: #fff2cc;--mat-sys-primary-fixed-dim: #ffeb99;--mat-sys-scrim: #000000;--mat-sys-secondary: #006879;--mat-sys-secondary-container: #a9edff;--mat-sys-secondary-fixed: #a9edff;--mat-sys-secondary-fixed-dim: #83d2e6;--mat-sys-shadow: #000000;--mat-sys-surface: #f9f9fa;--mat-sys-surface-bright: #f9f9fa;--mat-sys-surface-container: #eeeeef;--mat-sys-surface-container-high: #e8e8e9;--mat-sys-surface-container-highest: #e2e2e3;--mat-sys-surface-container-low: #f3f3f4;--mat-sys-surface-container-lowest: #ffffff;--mat-sys-surface-dim: #dadadb;--mat-sys-surface-tint: #f07500;--mat-sys-surface-variant: #fcdcca;--mat-sys-tertiary: #006c53;--mat-sys-tertiary-container: #64fbce;--mat-sys-tertiary-fixed: #64fbce;--mat-sys-tertiary-fixed-dim: #3fdeb3;--mat-sys-neutral-variant20: #3f2c20;--mat-sys-neutral10: #1a1c1d;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-body-large-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-body-medium-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-body-small-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-display-large-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-display-medium-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-display-small-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-headline-large-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-headline-medium-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-headline-small-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-label-large-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-label-medium-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-label-small-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-title-large-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-title-medium-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-title-small-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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}html[data-theme=dark]{color-scheme:dark;--mat-sys-background: #121415;--mat-sys-error: #ffb4a8;--mat-sys-error-container: #8f110a;--mat-sys-inverse-on-surface: #2f3132;--mat-sys-inverse-primary: #f07500;--mat-sys-inverse-surface: #e2e2e3;--mat-sys-on-background: #e2e2e3;--mat-sys-on-error: #690001;--mat-sys-on-error-container: #ffdad5;--mat-sys-on-primary: #512400;--mat-sys-on-primary-container: #fff2cc;--mat-sys-on-primary-fixed: #311300;--mat-sys-on-primary-fixed-variant: #733600;--mat-sys-on-secondary: #003640;--mat-sys-on-secondary-container: #a9edff;--mat-sys-on-secondary-fixed: #001f26;--mat-sys-on-secondary-fixed-variant: #004e5b;--mat-sys-on-surface: #e2e2e3;--mat-sys-on-surface-variant: #fcdcca;--mat-sys-on-tertiary: #00382a;--mat-sys-on-tertiary-container: #64fbce;--mat-sys-on-tertiary-fixed: #002117;--mat-sys-on-tertiary-fixed-variant: #00513e;--mat-sys-outline: #a68b7c;--mat-sys-outline-variant: #574235;--mat-sys-primary: #ffeb99;--mat-sys-primary-container: #733600;--mat-sys-primary-fixed: #fff2cc;--mat-sys-primary-fixed-dim: #ffeb99;--mat-sys-scrim: #000000;--mat-sys-secondary: #83d2e6;--mat-sys-secondary-container: #004e5b;--mat-sys-secondary-fixed: #a9edff;--mat-sys-secondary-fixed-dim: #83d2e6;--mat-sys-shadow: #000000;--mat-sys-surface: #121415;--mat-sys-surface-bright: #38393a;--mat-sys-surface-container: #1e2021;--mat-sys-surface-container-high: #282a2b;--mat-sys-surface-container-highest: #333536;--mat-sys-surface-container-low: #1a1c1d;--mat-sys-surface-container-lowest: #0c0e0f;--mat-sys-surface-dim: #121415;--mat-sys-surface-tint: #ffeb99;--mat-sys-surface-variant: #574235;--mat-sys-tertiary: #3fdeb3;--mat-sys-tertiary-container: #00513e;--mat-sys-tertiary-fixed: #64fbce;--mat-sys-tertiary-fixed-dim: #3fdeb3;--mat-sys-neutral-variant20: #3f2c20;--mat-sys-neutral10: #1a1c1d;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-body-large-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-body-medium-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-body-small-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-display-large-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-display-medium-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-display-small-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-headline-large-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-headline-medium-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-headline-small-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-label-large-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-label-medium-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-label-small-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-title-large-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-title-medium-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mat-sys-title-small-font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--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}html{--mat-button-filled-container-shape: .3rem}mat-error{white-space:normal;line-height:1.2}.mat-mdc-form-field-subscript-wrapper,.mat-form-field-subscript-wrapper{overflow:visible;min-height:auto}.mat-mdc-unelevated-button:not(:disabled)[data-color=neutral]{color:var(--mat-button-filled-label-text-color, var(--mat-sys-on-surface));background-color:var(--mat-button-filled-container-color, var(--mat-sys-surface))}.mat-mdc-unelevated-button:not(:disabled)[data-color=secondary]{color:var(--mat-button-filled-label-text-color, var(--mat-sys-on-secondary));background-color:var(--mat-button-filled-container-color, var(--mat-sys-secondary))}.exam-header{margin-bottom:1.25rem}.exam-header h1{font-size:1.5rem;font-weight:600}.exam-header .animal-summary{display:flex;gap:.5rem;align-items:baseline;color:var(--mat-sys-on-surface-variant, rgba(0, 0, 0, .6))}.exam-header .animal-summary .tag{font-weight:600}.no-checkbox-indicator .mat-pseudo-checkbox{display:none!important;color:var(--mat-sys-on-surface-variant, rgba(0, 0, 0, .6))}.container-title-activity.container-edit .mat-icon{font-size:30px;height:30px;width:30px}:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv11","ss01","ss03";font-synthesis:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}@media(max-width:768px){:root{--mat-sys-display-large-size: 3.204rem;--mat-sys-display-medium-size: 2.531rem;--mat-sys-display-small-size: 2.025rem}}:root{--ef-radius-sm: 8px;--ef-radius-md: 12px;--ef-radius-lg: 20px;--ef-radius-xl: 28px;--mat-sys-corner-small: var(--ef-radius-sm);--mat-sys-corner-medium: var(--ef-radius-md);--mat-sys-corner-large: var(--ef-radius-lg);--mat-sys-corner-extra-large: var(--ef-radius-xl)}.cdk-overlay-container{z-index:1000}.ef-search-overlay__backdrop{background:#0f172a8c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.ef-search-overlay__panel{display:block;border-radius:var(--ef-radius-xl, 28px);overflow:hidden;box-shadow:0 8px 16px #00000029,0 24px 48px #0000003d;background:var(--mat-sys-surface);color:var(--mat-sys-on-surface)}.ef-search-overlay__panel>*{display:block;height:100%}.ef-search-overlay__panel--centered{width:min(720px,100vw - 32px);max-width:720px;max-height:80vh;margin-top:clamp(64px,12vh,160px)}.ef-search-overlay__panel--sheet{width:100vw;max-width:100vw;height:90vh;max-height:90vh;margin:0;border-radius:var(--ef-radius-xl, 28px) var(--ef-radius-xl, 28px) 0 0;position:fixed;bottom:0;left:0;right:0;animation:ef-search-sheet-in .22s ease-out}@keyframes ef-search-sheet-in{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}@media(prefers-reduced-motion:reduce){.ef-search-overlay__panel--sheet{animation:none}}html,body{height:100%;margin:0;background:var(--mat-sys-background);color:var(--mat-sys-on-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false;}@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;}@property --tw-ease{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-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-font-weight: initial;--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;--tw-ease: initial}}}
