@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;--color-red-400: oklch(70.4% .191 22.216);--color-red-500: oklch(63.7% .237 25.331);--color-amber-500: oklch(76.9% .188 70.08);--color-green-400: oklch(79.2% .209 151.711);--color-green-500: oklch(72.3% .219 149.579);--color-green-600: oklch(62.7% .194 149.214);--color-gray-200: oklch(92.8% .006 264.531);--color-gray-300: oklch(87.2% .01 258.338);--color-gray-400: oklch(70.7% .022 261.325);--color-gray-500: oklch(55.1% .027 264.364);--color-gray-600: oklch(44.6% .03 256.802);--color-gray-700: oklch(37.3% .034 259.733);--color-white: #fff;--spacing: .25rem;--text-xs: .75rem;--text-xs--line-height: calc(1 / .75);--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-6xl: 3.75rem;--text-6xl--line-height: 1;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor;@supports (color: color-mix(in lab,red,red)){color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.ml-2{margin-left:calc(var(--spacing) * 2)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline-flex{display:inline-flex}.list-item{display:list-item}.\!h-16{height:calc(var(--spacing) * 16)!important}.h-5{height:calc(var(--spacing) * 5)}.\!w-16{width:calc(var(--spacing) * 16)!important}.w-5{width:calc(var(--spacing) * 5)}.w-full{width:100%}.flex-1{flex:1}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:calc(var(--spacing) * 1)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-5{gap:calc(var(--spacing) * 5)}.rounded-full{border-radius:calc(infinity * 1px)}.border-gray-200{border-color:var(--color-gray-200)}.bg-amber-500{background-color:var(--color-amber-500)}.bg-red-500{background-color:var(--color-red-500)}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-6{padding-block:calc(var(--spacing) * 6)}.py-12{padding-block:calc(var(--spacing) * 12)}.py-16{padding-block:calc(var(--spacing) * 16)}.text-center{text-align:center}.\!text-6xl{font-size:var(--text-6xl)!important;line-height:var(--tw-leading, var(--text-6xl--line-height))!important}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height))}.font-bold{--tw-font-weight: var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-green-500{color:var(--color-green-500)}.text-green-600{color:var(--color-green-600)}.text-red-400{color:var(--color-red-400)}.text-white{color:var(--color-white)}.opacity-40{opacity:40%}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.hover\:text-amber-500{&:hover{@media (hover: hover){color:var(--color-amber-500)}}}.md\:grid-cols-2{@media (width >= 48rem){grid-template-columns:repeat(2,minmax(0,1fr))}}.xl\:grid-cols-3{@media (width >= 80rem){grid-template-columns:repeat(3,minmax(0,1fr))}}.dark\:border-gray-700{@media (prefers-color-scheme: dark){border-color:var(--color-gray-700)}}.dark\:text-gray-300{@media (prefers-color-scheme: dark){color:var(--color-gray-300)}}.dark\:text-gray-500{@media (prefers-color-scheme: dark){color:var(--color-gray-500)}}.dark\:text-green-400{@media (prefers-color-scheme: dark){color:var(--color-green-400)}}}html{--mat-sys-background: #fdf9f0;--mat-sys-error: #ba1a1a;--mat-sys-error-container: #ffdad6;--mat-sys-inverse-on-surface: #f4f0e8;--mat-sys-inverse-primary: #cdcd00;--mat-sys-inverse-surface: #31312b;--mat-sys-on-background: #1c1c17;--mat-sys-on-error: #ffffff;--mat-sys-on-error-container: #93000a;--mat-sys-on-primary: #ffffff;--mat-sys-on-primary-container: #494900;--mat-sys-on-primary-fixed: #1d1d00;--mat-sys-on-primary-fixed-variant: #494900;--mat-sys-on-secondary: #ffffff;--mat-sys-on-secondary-container: #49482d;--mat-sys-on-secondary-fixed: #1d1d06;--mat-sys-on-secondary-fixed-variant: #49482d;--mat-sys-on-surface: #1c1c17;--mat-sys-on-surface-variant: #48473a;--mat-sys-on-tertiary: #ffffff;--mat-sys-on-tertiary-container: #723600;--mat-sys-on-tertiary-fixed: #311300;--mat-sys-on-tertiary-fixed-variant: #723600;--mat-sys-outline: #797869;--mat-sys-outline-variant: #cac7b6;--mat-sys-primary: #626200;--mat-sys-primary-container: #eaea00;--mat-sys-primary-fixed: #eaea00;--mat-sys-primary-fixed-dim: #cdcd00;--mat-sys-scrim: #000000;--mat-sys-secondary: #606043;--mat-sys-secondary-container: #e7e4bf;--mat-sys-secondary-fixed: #e7e4bf;--mat-sys-secondary-fixed-dim: #cac8a5;--mat-sys-shadow: #000000;--mat-sys-surface: #fdf9f0;--mat-sys-surface-bright: #fdf9f0;--mat-sys-surface-container: #f1ede5;--mat-sys-surface-container-high: #ece8df;--mat-sys-surface-container-highest: #e6e2d9;--mat-sys-surface-container-low: #f7f3ea;--mat-sys-surface-container-lowest: #ffffff;--mat-sys-surface-dim: #dddad1;--mat-sys-surface-tint: #626200;--mat-sys-surface-variant: #e6e3d1;--mat-sys-tertiary: #964900;--mat-sys-tertiary-container: #ffdcc7;--mat-sys-tertiary-fixed: #ffdcc7;--mat-sys-tertiary-fixed-dim: #ffb787;--mat-sys-neutral-variant20: #313125;--mat-sys-neutral10: #1c1c17}html{--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)}html{--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)}html{--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)}html{--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)}html{--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)}html{--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)}html{--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}html{--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}html{--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.dark-theme{--mat-sys-background: #14140f;--mat-sys-error: #ffb4ab;--mat-sys-error-container: #93000a;--mat-sys-inverse-on-surface: #31312b;--mat-sys-inverse-primary: #626200;--mat-sys-inverse-surface: #e6e2d9;--mat-sys-on-background: #e6e2d9;--mat-sys-on-error: #690005;--mat-sys-on-error-container: #ffdad6;--mat-sys-on-primary: #323200;--mat-sys-on-primary-container: #eaea00;--mat-sys-on-primary-fixed: #1d1d00;--mat-sys-on-primary-fixed-variant: #494900;--mat-sys-on-secondary: #323218;--mat-sys-on-secondary-container: #e7e4bf;--mat-sys-on-secondary-fixed: #1d1d06;--mat-sys-on-secondary-fixed-variant: #49482d;--mat-sys-on-surface: #e6e2d9;--mat-sys-on-surface-variant: #e6e3d1;--mat-sys-on-tertiary: #502400;--mat-sys-on-tertiary-container: #ffdcc7;--mat-sys-on-tertiary-fixed: #311300;--mat-sys-on-tertiary-fixed-variant: #723600;--mat-sys-outline: #939182;--mat-sys-outline-variant: #48473a;--mat-sys-primary: #cdcd00;--mat-sys-primary-container: #494900;--mat-sys-primary-fixed: #eaea00;--mat-sys-primary-fixed-dim: #cdcd00;--mat-sys-scrim: #000000;--mat-sys-secondary: #cac8a5;--mat-sys-secondary-container: #49482d;--mat-sys-secondary-fixed: #e7e4bf;--mat-sys-secondary-fixed-dim: #cac8a5;--mat-sys-shadow: #000000;--mat-sys-surface: #14140f;--mat-sys-surface-bright: #3a3933;--mat-sys-surface-container: #20201b;--mat-sys-surface-container-high: #2b2a25;--mat-sys-surface-container-highest: #36352f;--mat-sys-surface-container-low: #1c1c17;--mat-sys-surface-container-lowest: #0f0e0a;--mat-sys-surface-dim: #14140f;--mat-sys-surface-tint: #cdcd00;--mat-sys-surface-variant: #48473a;--mat-sys-tertiary: #ffb787;--mat-sys-tertiary-container: #723600;--mat-sys-tertiary-fixed: #ffdcc7;--mat-sys-tertiary-fixed-dim: #ffb787;--mat-sys-neutral-variant20: #313125;--mat-sys-neutral10: #1c1c17}html.dark-theme{--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)}html.dark-theme{--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)}html.dark-theme{--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)}html.dark-theme{--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)}html.dark-theme{--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)}html.dark-theme{--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)}html.dark-theme{--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}html.dark-theme{--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}html.dark-theme{--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,body{height:100%;margin:0;font-family:Inter,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;background-color:#f8fafc;color:#1e293b}html.dark-theme,html.dark-theme body{color-scheme:dark;background-color:#0f172a;color:#e2e8f0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#9b9b9b4d;border-radius:20px}::-webkit-scrollbar-thumb:hover{background-color:#9b9b9b80}.mat-mdc-form-field{font-family:Inter,sans-serif!important}.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline__leading,.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline__notch,.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline__trailing{border-color:transparent!important}.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-flex{background:#f8fafc;border:1px solid #d1d5db;border-radius:12px;padding:0 .85rem;transition:border-color .2s ease,box-shadow .2s ease}.mat-mdc-form-field.mat-form-field-appearance-outline:hover .mat-mdc-form-field-flex{border-color:#f59e0b}.mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused .mat-mdc-form-field-flex{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-infix{padding-top:1.15rem!important;padding-bottom:.5rem!important;min-height:auto!important}.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-floating-label{font-family:Inter,sans-serif!important;font-size:.85rem!important;color:#94a3b8!important}.mat-mdc-form-field.mat-form-field-appearance-outline .mdc-floating-label--float-above{color:#d97706!important;font-weight:600!important;background:#fff;padding:0 4px;margin-left:-4px}.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-input-element,.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-select-value{font-family:Inter,sans-serif!important;font-size:.9rem!important;color:#1e293b}.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-icon-prefix,.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-icon-suffix{padding:0!important;align-self:center;display:flex!important;align-items:center}.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-icon-prefix mat-icon{color:#9ca3af;padding:0 .5rem 0 0;display:flex;align-items:center}.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-icon-suffix mat-icon{color:#9ca3af;padding-left:.5rem}.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-icon-suffix .mat-datepicker-toggle{display:flex;align-items:center;padding:0!important}.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-icon-suffix .mat-datepicker-toggle button{width:36px;height:36px;padding:0;color:#9ca3af}.mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper{padding:0 .25rem}html.dark-theme .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-flex{background:#ffffff0a;border-color:#475569}html.dark-theme .mat-mdc-form-field.mat-form-field-appearance-outline:hover .mat-mdc-form-field-flex{border-color:#fbbf24}html.dark-theme .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused .mat-mdc-form-field-flex{border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf2414}html.dark-theme .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-floating-label{color:#64748b!important}html.dark-theme .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-floating-label--float-above{color:#fbbf24!important;background:#1e293b}html.dark-theme .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-input-element,html.dark-theme .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-select-value{color:#e2e8f0!important}html.dark-theme .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-icon-prefix mat-icon,html.dark-theme .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-icon-suffix mat-icon{color:#64748b}.mat-mdc-select-panel{border-radius:12px!important;border:1px solid #e5e7eb;box-shadow:0 8px 24px #00000014!important}html.dark-theme .mat-mdc-select-panel{background:#1e293b;border-color:#334155}.mat-mdc-option{font-family:Inter,sans-serif!important;font-size:.875rem!important;border-radius:8px!important;margin:2px 4px!important}.mat-mdc-option:hover{background:#f59e0b14!important}.mat-mdc-option.mdc-list-item--selected{background:#f59e0b1f!important}html.dark-theme .mat-mdc-option:hover{background:#fbbf241a!important}html.dark-theme .mat-mdc-option.mdc-list-item--selected{background:#fbbf2426!important}.mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle:after{background:#f59e0b!important}.mat-mdc-card{border-radius:16px!important;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a!important;background:#fff}html.dark-theme .mat-mdc-card{background-color:#1e293b;border-color:#334155}.mat-mdc-dialog-container .mdc-dialog__surface{border-radius:20px!important;border:1px solid #e5e7eb}html.dark-theme .mat-mdc-dialog-container .mdc-dialog__surface{background-color:#1e293b;border-color:#334155}html.dark-theme .mat-mdc-snack-bar-container .mdc-snackbar__surface{background-color:#334155}.mat-mdc-table{background:transparent!important;font-family:Inter,sans-serif!important;min-width:700px}.mat-mdc-table .mat-mdc-header-row{background:#f1f5f9}.mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell{font-weight:600;font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em;border-bottom-color:#e2e8f0}.mat-mdc-table .mat-mdc-row{transition:background .15s ease}.mat-mdc-table .mat-mdc-row .mat-mdc-cell{font-size:.875rem;color:#334155;border-bottom-color:#f1f5f9}.mat-mdc-table .mat-mdc-row:hover{background:#f59e0b0a}html.dark-theme .mat-mdc-table .mat-mdc-header-row{background:#ffffff08}html.dark-theme .mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell{color:#94a3b8;border-bottom-color:#1e293b}html.dark-theme .mat-mdc-table .mat-mdc-row .mat-mdc-cell{color:#cbd5e1;border-bottom-color:#1e293b}html.dark-theme .mat-mdc-table .mat-mdc-row:hover{background:#fbbf240d}.mat-mdc-tab-group .mat-mdc-tab-header{border-bottom:1px solid #e5e7eb}.mat-mdc-tab-group .mdc-tab{font-family:Inter,sans-serif!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}.mat-mdc-tab-group .mdc-tab--active .mdc-tab__text-label{font-weight:700!important;color:#d97706!important}.mat-mdc-tab-group .mdc-tab-indicator__content--underline{border-color:#f59e0b!important;border-width:3px!important;border-radius:3px 3px 0 0}html.dark-theme .mat-mdc-tab-group .mat-mdc-tab-header{border-bottom-color:#334155}html.dark-theme .mat-mdc-tab-group .mdc-tab--active .mdc-tab__text-label{color:#fbbf24!important}html.dark-theme .mat-mdc-tab-group .mdc-tab-indicator__content--underline{border-color:#fbbf24!important}.mat-mdc-menu-panel{border-radius:14px!important;border:1px solid #e5e7eb;box-shadow:0 8px 24px #00000014!important}html.dark-theme .mat-mdc-menu-panel{border-color:#334155;background:#1e293b}.mat-mdc-paginator{background:transparent!important;font-family:Inter,sans-serif!important;font-size:.75rem!important;border-top:1px solid #e2e8f0}.mat-mdc-paginator .mat-mdc-paginator-container{min-height:48px;padding:0 .75rem;flex-wrap:wrap;justify-content:center}html.dark-theme .mat-mdc-paginator{border-top-color:#334155}.mat-mdc-paginator .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-flex{background:transparent!important;border:1px solid #94a3b8!important;border-radius:6px!important;padding:0 .4rem!important}.mat-mdc-paginator .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-infix{padding-top:4px!important;padding-bottom:4px!important;min-height:unset!important}.mat-mdc-paginator .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-floating-label,.mat-mdc-paginator .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper,.mat-mdc-paginator .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline{display:none!important}.mat-mdc-paginator .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-select-value-text{font-size:.8rem!important}html.dark-theme .mat-mdc-paginator .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-flex{border-color:#64748b!important}.mat-mdc-unelevated-button.mat-primary{background:linear-gradient(135deg,#f59e0b,#d97706)!important;color:#fff!important;border-radius:12px!important;font-family:Inter,sans-serif!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important;box-shadow:0 2px 8px #f59e0b40!important;transition:all .2s ease!important}.mat-mdc-unelevated-button.mat-primary:hover{box-shadow:0 4px 16px #f59e0b59!important;transform:translateY(-1px)}.mat-mdc-unelevated-button.mat-warn,.mat-mdc-outlined-button{border-radius:12px!important;font-family:Inter,sans-serif!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important}.mat-mdc-icon-button{border-radius:12px!important}.mat-mdc-chip{border-radius:8px!important;font-family:Inter,sans-serif!important;font-size:.75rem!important}.mat-mdc-dialog-title{font-family:Inter,sans-serif!important;font-weight:700!important;letter-spacing:-.01em!important}.page-container{padding:1.5rem 2rem;max-width:1400px;margin:0 auto}@media (max-width: 639px){.page-container{padding:1rem}}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page-title{font-size:1.5rem;font-weight:800;margin:0;color:#0f172a;letter-spacing:-.02em}html.dark-theme .page-title{color:#f3f4f6}.stat-card{padding:1.25rem;border-radius:16px;border:1px solid #e5e7eb;background:#fff;transition:box-shadow .15s ease}.stat-card:hover{box-shadow:0 4px 12px #0000000f}html.dark-theme .stat-card{background:#1e293b;border-color:#334155}.table-container{border-radius:16px;border:1px solid #e2e8f0;background:#fff;overflow:hidden}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}html.dark-theme .table-container{background:#1e293b;border-color:#334155}.accent-gradient{background:linear-gradient(135deg,#f59e0b,#d97706)}.accent-text{color:#d97706}html.dark-theme .accent-text{color:#fbbf24}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@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-font-weight: initial;--tw-outline-style: solid}}}
