.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}*,: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;-o-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]){-webkit-text-decoration:underline dotted;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;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[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::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}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]{display:none}:root{--color-surface: 17, 17, 17;--color-surface-light: 28, 28, 30;--color-surface-accent: 44, 44, 46;--color-primary: 255, 203, 20;--color-primary-dark: 217, 173, 17;--color-primary-light: 255, 221, 102;--color-secondary: 0, 0, 0;--color-secondary-dark: 0, 0, 0;--color-secondary-light: 34, 34, 34;--color-success: 48, 209, 88;--color-warning: 255, 221, 102;--color-error: 255, 69, 58;--color-info: 174, 174, 178;--color-text-primary: 255, 255, 255;--color-text-secondary: 220, 220, 220;--color-text-tertiary: 180, 180, 180;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 2px 8px rgba(0, 0, 0, .25);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .3);--shadow-xl: 0 10px 24px rgba(0, 0, 0, .35);--glass-blur: 12px;--glass-saturation: 180%;--glass-opacity: .1;--glass-shadow: 0 8px 32px rgba(0, 0, 0, .4);--glass-border: 1px solid rgba(255, 255, 255, .1);--gradient-primary: linear-gradient(135deg, rgb(var(--color-primary)), rgb(var(--color-primary-dark)));--gradient-secondary: linear-gradient(135deg, rgb(var(--color-secondary)), rgb(var(--color-secondary-dark)));--gradient-surface: linear-gradient(180deg, rgb(var(--color-surface)), rgb(var(--color-surface-light)));--gradient-blur: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(var(--color-surface), 1));--gradient-glow: radial-gradient(circle at center, rgb(var(--color-primary-light) / .15), transparent 70%)}[data-theme=light]{--color-surface: 255, 255, 255;--color-surface-light: 250, 250, 250;--color-surface-accent: 245, 245, 247;--color-primary: 255, 203, 20;--color-primary-dark: 217, 173, 17;--color-primary-light: 255, 221, 102;--color-secondary: 17, 17, 17;--color-secondary-dark: 0, 0, 0;--color-secondary-light: 34, 34, 34;--color-success: 40, 205, 65;--color-warning: 255, 203, 20;--color-error: 255, 59, 48;--color-info: 128, 128, 128;--color-text-primary: 17, 17, 17;--color-text-secondary: 85, 85, 85;--color-text-tertiary: 142, 142, 147;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .03), 0 1px 6px rgba(0, 0, 0, .02);--shadow-md: 0 2px 8px rgba(0, 0, 0, .04), 0 4px 16px rgba(0, 0, 0, .03);--shadow-lg: 0 4px 12px rgba(0, 0, 0, .05), 0 8px 24px rgba(0, 0, 0, .04);--shadow-xl: 0 10px 24px rgba(0, 0, 0, .05), 0 20px 48px rgba(0, 0, 0, .04);--glass-blur: 12px;--glass-saturation: 180%;--glass-opacity: .7;--glass-shadow: 0 8px 32px rgba(0, 0, 0, .06);--glass-border: 1px solid rgba(255, 255, 255, .3);--gradient-blur: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(var(--color-surface), 1));--gradient-glow: radial-gradient(circle at center, rgb(var(--color-primary-light) / .3), transparent 70%)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100%;overflow-x:clip}body{--tw-bg-opacity: 1;background-color:rgb(17 17 17 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}body *::-moz-selection{background-color:#ffcb1433;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}body *::selection{background-color:#ffcb1433;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}body::-moz-selection{background-color:#ffcb1433;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}body::selection{background-color:#ffcb1433;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}body{font-feature-settings:"cv02","cv03","cv04","cv11";font-family:-apple-system,BlinkMacSystemFont,system-ui,sans-serif;max-width:100%;overflow-x:clip}#root{max-width:100%;overflow-x:clip}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgb(var(--color-surface-light))}::-webkit-scrollbar-thumb{background:rgb(var(--color-text-tertiary) / .3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-text-tertiary) / .5)}*,: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: }::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: }.\!container{width:100%!important}.container{width:100%}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.btn-primary{border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));padding:.75rem 1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-primary:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(217 173 17 / var(--tw-bg-opacity));--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-primary:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.\!card{overflow:hidden;border-radius:var(--radius-2xl);border-width:1px;--tw-border-opacity: 1;border-color:rgb(28 28 30 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(17 17 17 / var(--tw-bg-opacity));--tw-shadow: var(--shadow-md);--tw-shadow-colored: var(--shadow-md);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.admin-premium .\!card{border-color:#ffffff1a}.\!card:hover{--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.card{overflow:hidden;border-radius:var(--radius-2xl);border-width:1px;--tw-border-opacity: 1;border-color:rgb(28 28 30 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(17 17 17 / var(--tw-bg-opacity));--tw-shadow: var(--shadow-md);--tw-shadow-colored: var(--shadow-md);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.admin-premium .card{border-color:#ffffff1a}.card:hover{--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.input-field{width:100%;border-radius:var(--radius-lg);border-width:1px;--tw-border-opacity: 1;border-color:rgb(44 44 46 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(17 17 17 / var(--tw-bg-opacity));padding:.625rem 1rem;--tw-shadow: var(--shadow-sm);--tw-shadow-colored: var(--shadow-sm);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.admin-premium .input-field{border-color:#ffffff1a}.admin-premium .input-field{box-shadow:0 20px 60px #0000003d}.input-field:focus{--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(255 203 20 / .2)}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:500}.section{padding-top:4rem;padding-bottom:4rem}@media(min-width:768px){.section{padding-top:6rem;padding-bottom:6rem}}.pc{height:100%;min-width:0px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-bottom:1.5rem;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .pc{border-color:#ffffff1a}.pc:hover{opacity:.8}@media(min-width:640px){.pc{padding-bottom:2rem}}.pc-a{display:grid;height:100%;cursor:pointer;grid-template-columns:minmax(0,44%) 1fr;align-items:stretch;gap:.75rem}@media(max-width:767px){.employee-app .pc-a{min-width:0}}@media(min-width:640px){.pc-a{grid-template-columns:minmax(280px,38%) 1fr;gap:2rem}}.pc-m{position:relative;height:11rem;overflow:hidden;border-radius:18px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.5rem}input.pc-m,input.pc-m:focus,select.pc-m,select.pc-m:focus{color:#000}input.pc-m::-moz-placeholder{color:#6b7280}input.pc-m::placeholder{color:#6b7280}.admin-premium .pc-m{background-color:#ffffff0b;border-color:#ffffff1a}.admin-premium .pc-m{border-color:#ffffff1a}@media(min-width:640px){.pc-m{height:16rem;border-radius:24px;padding:1.25rem}}@media(min-width:1024px){.pc-m{height:18rem}}.ps{position:absolute;left:.625rem;top:.625rem;z-index:10;display:inline-flex;height:2rem;align-items:center;justify-content:center;gap:.375rem;border-radius:var(--radius-full);padding-left:.625rem;padding-right:.625rem;font-size:10px;font-weight:600}@media(min-width:640px){.ps{left:.75rem;top:.75rem;height:2.25rem;padding-left:.75rem;padding-right:.75rem;font-size:.75rem;line-height:1rem}}.ps-p{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.ps-n{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.admin-premium .ps-n{background-color:#0000006b}.ps-b{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.admin-premium .ps-b{background-color:#ffffff0b;color:#f8f5eb}.ci{height:1rem;width:1rem}.ps-l{display:none;white-space:nowrap}@media(min-width:640px){.ps-l{display:inline}}.pi{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;padding:.25rem;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.pi-a{position:absolute;inset:0;padding:.5rem;opacity:0}@media(min-width:640px){.pi-a{padding:1rem}}.pc:hover .pi-p{opacity:0}.pc:hover .pi-a{opacity:1}.pu{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-color:#0009}.pul{border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.5rem .75rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}input.pul,input.pul:focus,select.pul,select.pul:focus{color:#000}input.pul::-moz-placeholder{color:#6b7280}input.pul::placeholder{color:#6b7280}.admin-premium .pul{background-color:#ffffff0b;color:#f8f5eb}@media(min-width:640px){.pul{font-size:.875rem;line-height:1.25rem}}.pc-c{display:flex;min-width:0px;flex:1 1 0%;flex-direction:column;padding-top:.5rem;padding-bottom:.5rem}@media(min-width:640px){.pc-c{padding-top:1.25rem;padding-bottom:1.25rem}}.pc-t{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:1rem;font-weight:700;line-height:1.5rem;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}@media(min-width:640px){.pc-t{font-size:1.5rem;line-height:2rem}}.phs{margin-top:.75rem}.phs>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}@media(min-width:640px){.phs{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:1.25rem;column-gap:1.25rem;row-gap:.5rem}.phs>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}}.ph{display:flex;min-width:0px;align-items:flex-start;gap:.5rem;font-size:11px;font-weight:500;line-height:1rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .ph{color:#f8f5eb94}@media(min-width:640px){.ph{font-size:.75rem;line-height:1.25rem}}.ph:nth-child(n+3){display:none}@media(min-width:640px){.ph:nth-child(n+3){display:flex}}.phm{margin-top:.125rem;display:flex;height:.875rem;width:.875rem;flex:none;align-items:center;justify-content:center;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}@media(min-width:640px){.phm{height:1rem;width:1rem}}.phm:after,.feature-check:after,.dor-s:after{content:"";width:.25rem;height:.45rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-.05rem) rotate(45deg)}.ph>span:last-child{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}@media(min-width:640px){.ph>span:last-child{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}}.pf{margin-top:auto;padding-top:1rem}@media(min-width:640px){.pf{padding-top:1.5rem}}.pr{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem}.pp{font-size:1.125rem;line-height:1.75rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}@media(min-width:640px){.pp{font-size:1.875rem;line-height:2.25rem}}.ppu{margin-top:.25rem;font-size:10px;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .ppu{color:#f8f5eb94}@media(min-width:640px){.ppu{font-size:.875rem;line-height:1.25rem}}.pa{display:inline-flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media(min-width:640px){.pa{height:3rem;width:3rem}}.pa:before{content:"";width:.8rem;height:1.5px;background:currentColor;transform:translate(.15rem)}.pa:after{content:"";width:.42rem;height:.42rem;margin-left:-.4rem;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg)}.pc:hover .pa{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.pc-g .pc-a{grid-template-columns:repeat(1,minmax(0,1fr));gap:0px}@media(min-width:640px){.pc-g .pc-a{grid-template-columns:repeat(1,minmax(0,1fr));gap:0px}}.pc-g .pc-m{height:14rem;border-radius:20px;padding:1rem}@media(min-width:640px){.pc-g .pc-m{height:16rem;border-radius:24px;padding:1.25rem}}@media(min-width:1024px){.pc-g .pc-m{height:16rem}}.pc-g .pc-c{padding-top:1.25rem;padding-bottom:1.25rem}@media(min-width:640px){.pc-g .pc-c{padding-top:1.5rem;padding-bottom:1.5rem}}.pc-g .pc-t{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(min-width:640px){.pc-g .pc-t{min-height:4rem}.pc-g .phs{grid-template-columns:repeat(1,minmax(0,1fr));row-gap:.5rem}}.pc-g .ph:nth-child(n+4){display:none}.igm{position:relative;display:block;height:300px;width:100%;overflow:hidden}@media(min-width:640px){.igm{height:500px}}@media(min-width:1024px){.igm{height:min(62vh,640px)}}.igi{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;padding:1rem;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media(prefers-reduced-motion:reduce){.igi{transition-property:none}}@media(min-width:640px){.igi{padding:2.5rem}}.igt{height:4rem;width:4rem;flex:none;overflow:hidden;border-bottom-width:2px;background-color:transparent;padding:.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media(prefers-reduced-motion:reduce){.igt{transition-property:none}}@media(min-width:640px){.igt{height:5rem;width:5rem;padding:.375rem}}.igt-a{--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity))}.igt-i{border-color:transparent;opacity:.65}.igt-i:hover{opacity:1}.rs{width:100%;scroll-margin-top:7rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:3rem;padding-bottom:3rem}.admin-premium .rs{border-color:#ffffff1a}@media(min-width:640px){.rs{padding-top:3rem;padding-bottom:3rem}}@media(min-width:1024px){.rs{padding-top:3rem;padding-bottom:3rem}}.feature-check{margin-top:.25rem;display:flex;height:1.25rem;width:1.25rem;flex:none;align-items:center;justify-content:center;border-radius:var(--radius-full);background-color:#ffcb1433;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.do-g{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:0px}@media(max-width:767px){.employee-app .do-g{min-width:0}}@media(min-width:640px){.do-g{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.do{min-height:116px;width:100%;border-bottom-width:1px;padding:1.25rem .25rem;text-align:left;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .do{border-color:#ffffff1a}@media(prefers-reduced-motion:reduce){.do{transition-property:none}}@media(min-width:640px){.do{padding-left:.75rem;padding-right:.75rem}}.do-s{--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity));background-color:#ffcb1414}.do-i{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.admin-premium .do-i{border-color:#ffffff1a}.do-i:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));background-color:#f3f4f6b3}.doi{display:flex;height:2.5rem;width:2.5rem;flex:none;align-items:center;justify-content:center;border-radius:var(--radius-xl);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.doi-s{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.doi-i{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .doi-i{background-color:#ffffff0b;color:#f8f5eb94}.group:hover .doi-i{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.dor{display:flex;height:1.25rem;width:1.25rem;flex:none;align-items:center;justify-content:center;border-radius:var(--radius-full);border-width:1px}.admin-premium .dor{border-color:#ffffff1a}.dor-s{--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.dor-i{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}input.dor-i,input.dor-i:focus,select.dor-i,select.dor-i:focus{color:#000}input.dor-i::-moz-placeholder{color:#6b7280}input.dor-i::placeholder{color:#6b7280}.admin-premium .dor-i{background-color:#ffffff0b}.admin-premium .dor-i{border-color:#ffffff1a}.ann{position:absolute;display:flex;align-items:center;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.sh{position:relative;position:sticky;top:0;z-index:50;width:100%;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.mln{position:absolute;left:50%;top:50%;height:.125rem;width:1.5rem;--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.mln-m{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.footer-link{display:flex;align-items:center;font-size:.875rem;line-height:1.25rem;color:#ffffffb3;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.footer-link:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.footer-link:before{content:"";width:.38rem;height:.38rem;margin-right:.55rem;border-top:1.5px solid rgb(255 203 20 / .7);border-right:1.5px solid rgb(255 203 20 / .7);transform:rotate(45deg);transition:border-color .15s ease,transform .15s ease}.footer-link:hover:before{border-color:#ffcb14;transform:translate(.1rem) rotate(45deg)}.u0{position:absolute;top:-.25rem;right:-.25rem;display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.u1{position:absolute;inset:0;height:100%;width:100%;cursor:pointer;opacity:0}.u2{position:absolute;top:0;bottom:0;left:0;width:1.5rem;--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.u3{position:absolute;left:0;bottom:0;height:1px;width:100%;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: rgb(255 203 20 / .2) var(--tw-gradient-from-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(255 203 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ffcb14 var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: rgb(255 203 20 / .2) var(--tw-gradient-to-position)}.u4{position:absolute;left:0;right:0;top:100%;z-index:50;margin-top:.5rem;max-height:70vh;overflow:hidden;overflow-y:auto;border-radius:var(--radius-lg);border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}input.u4,input.u4:focus,select.u4,select.u4:focus{color:#000}input.u4::-moz-placeholder{color:#6b7280}input.u4::placeholder{color:#6b7280}.admin-premium .u4{background-color:#ffffff0b;border-color:#ffffff1a}.admin-premium .u4{border-color:#ffffff1a}.u5{position:absolute;left:0;right:0;top:100%;z-index:50;margin-top:.75rem;max-height:min(65vh,560px);transform-origin:top;overflow-y:auto;border-radius:24px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.75rem;--tw-shadow: 0 24px 70px rgba(0,0,0,.18);--tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}input.u5,input.u5:focus,select.u5,select.u5:focus{color:#000}input.u5::-moz-placeholder{color:#6b7280}input.u5::placeholder{color:#6b7280}.admin-premium .u5{background-color:#ffffff0b;border-color:#ffffff1a}.admin-premium .u5{border-color:#ffffff1a}@media(min-width:640px){.u5{padding:1.25rem}}.u6{position:absolute;left:0;top:0;height:1px;width:100%;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: rgb(255 203 20 / .2) var(--tw-gradient-from-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(255 203 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ffcb14 var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: rgb(255 203 20 / .2) var(--tw-gradient-to-position)}.u7{position:absolute;left:0;top:100%;max-height:calc(100vh - 7rem);width:100%}.u7{animation:slide-down .7s ease-out forwards;overflow-y:auto;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding-top:.75rem;--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:slide-down .8s cubic-bezier(.16,1,.3,1) forwards}.u8{pointer-events:none;position:absolute;left:.75rem;top:50%;height:1rem;width:1rem;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));color:#fff9}.u9{position:absolute;left:.75rem;top:50%;display:flex;height:2.5rem;width:2.5rem;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;justify-content:center;border-radius:var(--radius-full);background-color:#000000d9;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u9{box-shadow:0 20px 60px #0000003d}.u9:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}@media(prefers-reduced-motion:reduce){.u9{transition-property:none}}@media(min-width:640px){.u9{left:1rem;height:2.75rem;width:2.75rem}}.ua{position:absolute;right:0;z-index:50;margin-top:.5rem;width:12rem;border-radius:var(--radius-lg);border-width:1px;border-color:#ffffff1a;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding-top:.25rem;padding-bottom:.25rem;--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.admin-premium .ua{border-color:#ffffff1a}.admin-premium .ua{box-shadow:0 20px 60px #0000003d}.ub{position:absolute;right:.5rem;top:50%;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));padding:.25rem;color:#fff9;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ub:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.uc{position:absolute;right:.75rem;top:50%;display:flex;height:2.5rem;width:2.5rem;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;justify-content:center;border-radius:var(--radius-full);background-color:#000000d9;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .uc{box-shadow:0 20px 60px #0000003d}.uc:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}@media(prefers-reduced-motion:reduce){.uc{transition-property:none}}@media(min-width:640px){.uc{right:1rem;height:2.75rem;width:2.75rem}}.ud{position:absolute;right:1rem;top:1rem;display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:var(--radius-full);border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));background-color:#ffffffe6;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity));--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.admin-premium .ud{color:#f8f5eb}.admin-premium .ud{border-color:#ffffff1a}.ue{position:absolute;top:0;left:0;right:0;height:.25rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: rgb(255 203 20 / .2) var(--tw-gradient-from-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(255 203 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ffcb14 var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: rgb(255 203 20 / .2) var(--tw-gradient-to-position)}.uf{height:3rem;width:3rem}.uf{animation:spin 1s linear infinite;border-radius:var(--radius-full);border-bottom-width:2px;--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity))}.ug{height:3rem;width:3rem}.ug{animation:spin 1s linear infinite;border-radius:var(--radius-full);border-bottom-width:2px;--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity))}.uh{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding-top:4rem;padding-bottom:4rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media(min-width:768px){.uh{padding-top:6rem;padding-bottom:6rem}}.ui{position:relative;overflow:hidden;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding-top:.5rem;padding-bottom:.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.uj{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}input.uj,input.uj:focus,select.uj,select.uj:focus{color:#000}input.uj::-moz-placeholder{color:#6b7280}input.uj::placeholder{color:#6b7280}.admin-premium .uj{background-color:#ffffff0b}@media(min-width:1024px){.uj{position:sticky;top:160px;grid-column-start:1;grid-row:span 2 / span 2;grid-row-start:1;align-self:flex-start}}.uk{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}input.uk,input.uk:focus,select.uk,select.uk:focus{color:#000}input.uk::-moz-placeholder{color:#6b7280}input.uk::placeholder{color:#6b7280}.admin-premium .uk{background-color:#ffffff0b}.ul{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-top:1.25rem;padding-bottom:1.25rem;outline:2px solid transparent;outline-offset:2px}input.ul,input.ul:focus,select.ul,select.ul:focus{color:#000}input.ul::-moz-placeholder{color:#6b7280}input.ul::placeholder{color:#6b7280}.admin-premium .ul{background-color:#ffffff0b}@media(min-width:640px){.ul{padding-top:2.5rem;padding-bottom:2.5rem}}@media(min-width:1024px){.ul{padding-top:3rem;padding-bottom:3rem}}.um{border-radius:var(--radius-md);background-color:#ffffff1a;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.um:hover{background-color:#fff3}.un{display:block}.un{animation:slide-up .7s ease-out forwards;border-bottom-width:1px;border-color:#ffffff1a;padding:1rem .5rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation:slide-up .8s cubic-bezier(.16,1,.3,1) forwards}.admin-premium .un{border-color:#ffffff1a}.un:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.uo{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:#00000080}@media(min-width:640px){.uo{font-size:11px}}.up{display:block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .up{color:#f8f5eb94}.uq{display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.admin-premium .uq{color:#f8f5eb}.ur{display:block;font-size:.875rem;line-height:1.25rem;color:#fff9}.us{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(245 245 247 / var(--tw-bg-opacity))}.admin-premium .us{border-color:#ffffff1a}@media(min-width:1024px){.us{position:sticky;top:80px;z-index:30;background-color:#f5f5f7f2;--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}}.ut{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding:1rem}.admin-premium .ut{border-color:#ffffff1a}.ut:last-child{border-bottom-width:0px}@media(min-width:640px){.ut{border-bottom-width:0px;border-right-width:1px}.ut:last-child{border-right-width:0px}}@media(min-width:1024px){.ut{border-bottom-width:1px;border-right-width:0px;padding-left:1.5rem;padding-right:1.5rem}}.uu{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-bottom:2rem}.admin-premium .uu{border-color:#ffffff1a}.uv{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:2.25rem;padding-bottom:2.25rem}.admin-premium .uv{border-color:#ffffff1a}@media(min-width:640px){.uv{padding-top:3rem;padding-bottom:3rem}}.uw{border-left-width:2px;--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity));padding:1rem 1.25rem}.admin-premium .uw{background-color:#ffffff0b}@media(min-width:640px){.uw{padding-left:1.5rem;padding-right:1.5rem}}.ux{border-right-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding:.25rem .75rem}.admin-premium .ux{border-color:#ffffff1a}.uy{border-right-width:1px;border-color:#ffffff1a;padding-right:1.5rem}.admin-premium .uy{border-color:#ffffff1a}.uz{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:1.25rem}.admin-premium .uz{border-color:#ffffff1a}.u10{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:2rem;padding-bottom:2rem}.admin-premium .u10{border-color:#ffffff1a}.u11{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));padding-top:1rem}.admin-premium .u11{border-color:#ffffff1a}.u12{border-top-width:1px;border-color:#ffcb144d}.admin-premium .u12{border-color:#ffffff1a}.u13{border-top-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:4rem;padding-bottom:4rem;text-align:center}.admin-premium .u13{border-color:#ffffff1a}.u14{border-top-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));padding-top:1.5rem;padding-bottom:1.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.admin-premium .u14{color:#f8f5eb;border-color:#ffffff1a}.u15>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse));--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity))}.u16>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse));--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity))}.u16{border-top-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.admin-premium .u16{border-color:#ffffff1a}.u17{position:fixed;bottom:2rem;right:2rem;z-index:50;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));padding:.75rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity));--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u17{box-shadow:0 20px 60px #0000003d}.u17:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(255 221 102 / var(--tw-bg-opacity))}.u18{position:fixed;inset:0;z-index:50}.u18{animation:fade-in .6s ease-out forwards;background-color:#0000008c;--tw-backdrop-blur: blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);animation:fade-in .8s cubic-bezier(.16,1,.3,1) forwards}@media(min-width:1024px){.u18{display:none}}.u19{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;background-color:#0000008c;padding:0;--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}@media(min-width:640px){.u19{align-items:center;padding:1rem}}.u1a{position:fixed;inset:0;z-index:100;display:flex;align-items:flex-end;justify-content:center;background-color:#0009;padding:0;--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}@media(min-width:640px){.u1a{align-items:center;padding:1.25rem}}.u1b{position:fixed;right:0;top:0;z-index:60;display:flex;height:100dvh;width:100%;max-width:430px}.u1b{animation:slide-left .7s ease-out forwards;flex-direction:column;overflow:hidden;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:slide-left .8s cubic-bezier(.16,1,.3,1) forwards}@media(min-width:1024px){.u1b{display:none}}.u1c{display:flex;cursor:pointer;align-items:flex-start;gap:.75rem;border-radius:var(--radius-xl);border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.admin-premium .u1c{color:#f8f5eb}.admin-premium .u1c{border-color:#ffffff1a}.u1d{display:flex;flex:1 1 0%;align-items:center;justify-content:flex-end;gap:.75rem}@media(min-width:1024px){.u1d{margin-left:1.5rem;flex:none;gap:1rem}}.u1e{display:flex;flex-direction:column;gap:.75rem}@media(min-width:1024px){.u1e{flex-direction:row;align-items:center;justify-content:space-between}}.u1f{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.u1f{flex-direction:row;align-items:center;justify-content:space-between}}.u1g{display:flex;flex-direction:column;align-items:flex-start}.u1h{display:flex;flex-direction:column;align-items:center;justify-content:space-between}@media(min-width:768px){.u1h{flex-direction:row}}.u1i{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.u1i{flex-direction:row;align-items:flex-end;justify-content:space-between}}.u1j{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.u1j{flex-direction:row}}.u1k{display:flex;flex-wrap:wrap;gap:.5rem}.u1l{display:flex;flex-wrap:wrap;gap:1rem}.u1m{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.u1n{display:flex;gap:.375rem;overflow-x:auto;padding-right:2.25rem;scrollbar-width:none}@media(max-width:767px){.employee-app .u1n{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}}@media(min-width:640px){.u1n{gap:.5rem}}.u1n::-webkit-scrollbar{display:none}.u1o{display:flex;gap:.75rem;border-radius:var(--radius-2xl);--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.admin-premium .u1o{background-color:#ffffff0b;color:#f8f5eb}.u1p{display:flex;gap:1rem}@media(min-width:768px){.u1p{gap:1.25rem}}.u1q{display:flex;height:2.5rem;width:2.5rem;flex:none;align-items:center;justify-content:center;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}@media(min-width:640px){.u1q{height:2.75rem;width:2.75rem}}.u1r{display:flex;height:2.5rem;width:2.5rem;flex:none;align-items:center;justify-content:center;border-radius:var(--radius-full);--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u1r{color:#f8f5eb94}.u1r:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.u1s{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u1s{background-color:#ffffff0b;color:#f8f5eb}.u1s:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.u1t{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;color:#fffc;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u1t:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u1u{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;color:#ffffffd9;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u1u:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u1v{display:flex;height:2.5rem;width:2.5rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.u1w{display:flex;height:2.75rem;width:2.75rem;flex:none;align-items:center;justify-content:center;border-radius:var(--radius-full);background-color:#ffffffbf}@media(min-width:640px){.u1w{height:3rem;width:3rem}}.u1x{display:flex;height:4rem;flex-shrink:0;align-items:center;border-bottom-width:1px;border-color:#ffffff1a;background-color:#ffffff0d;padding-left:1.25rem;padding-right:1.25rem}.admin-premium .u1x{border-color:#ffffff1a}.u1y{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.u1z{display:flex;height:2rem;width:2rem;flex:none;align-items:center;justify-content:center;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media(min-width:640px){.u1z{height:2.25rem;width:2.25rem;font-size:.875rem;line-height:1.25rem}}.u20{display:flex;height:2.25rem;width:2.25rem;cursor:not-allowed;align-items:center;justify-content:center;border-radius:var(--radius-md);border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity));opacity:.5}.admin-premium .u20{color:#f8f5eb94;border-color:#ffffff1a}.admin-premium .u20{border-color:#ffffff1a}.u21{display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:var(--radius-md);border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u21{color:#f8f5eb94;border-color:#ffffff1a}.admin-premium .u21{border-color:#ffffff1a}.u21:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.u22{display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.admin-premium .u22{color:#f8f5eb94}.u23{display:flex;height:100%;align-items:flex-start;gap:.875rem}.u24{display:flex;align-items:center}.u25{display:flex}.u25{animation:slide-up .7s ease-out forwards;align-items:center;border-bottom-width:1px;border-color:#ffffff1a;padding:1rem .5rem;opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation:slide-up .8s cubic-bezier(.16,1,.3,1) forwards}.admin-premium .u25{border-color:#ffffff1a}.u25:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u26{display:flex;align-items:center;gap:.5rem;overflow:hidden;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u26{color:#f8f5eb94}.u27{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.u28{margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.admin-premium .u28{color:#f8f5eb94}.u29{display:flex;align-items:center;gap:.75rem}.u2a{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u2a{color:#f8f5eb94}.u2b{display:flex;height:4rem;align-items:center;justify-content:space-between}@media(min-width:768px){.u2b{height:5rem}}.u2c{display:flex;align-items:center;justify-content:center}.u2d{display:flex;align-items:center;justify-content:center;padding-top:.5rem}.u2e{display:flex;align-items:center;justify-content:center;padding-top:4rem;padding-bottom:4rem}.u2f{display:flex;align-items:center;justify-content:center;border-radius:var(--radius-2xl);--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity));padding-top:2rem;padding-bottom:2rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u2f{background-color:#ffffff0b;color:#f8f5eb94}.u2g{margin-bottom:1rem;display:flex;align-items:center}.u2h{display:flex;align-items:center;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u2h:hover{background-color:#ffffff0d;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u2i{display:flex;align-items:center;border-radius:var(--radius-md);padding:.75rem .5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u2i:hover{background-color:#ffffff1a;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u2j{display:flex;align-items:center}.u2j>: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)))}.u2k{display:flex;align-items:center}.u2k>: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)))}.u2k{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u2k:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u2l{display:flex;align-items:center}.u2l>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.u2m{display:flex;align-items:center}.u2m>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}@media(min-width:1024px){.u2m{display:none}}.u2n{display:flex;align-items:center}.u2n>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.u2n{font-size:.875rem;line-height:1.25rem}.u2o{display:flex;align-items:center}.u2o>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}@media(min-width:1024px){.u2o{margin-left:1.5rem}}@media(min-width:1280px){.u2o{margin-left:2rem}.u2o>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}}.u2p{display:flex;align-items:center;font-size:.75rem;line-height:1rem;color:#ffffffe6}.u2q{display:flex;width:100%;align-items:center;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u2q:hover{background-color:#ffffff0d;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u2r{display:flex;align-items:flex-end;justify-content:space-between;gap:1.25rem}.u2s{display:flex;align-items:flex-start}.u2t{display:flex;align-items:flex-start;gap:.75rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity));padding-top:.75rem;padding-bottom:.75rem;font-size:.875rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.admin-premium .u2t{color:#f8f5eb;border-color:#ffffff1a}.u2u{display:flex;align-items:flex-start;gap:.75rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:1rem;padding-bottom:1rem;font-size:.875rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.admin-premium .u2u{color:#f8f5eb;border-color:#ffffff1a}.u2v{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.admin-premium .u2v{color:#f8f5eb}.u2w{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.u2x{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.u2y{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.u2z{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity));padding-top:1rem;padding-bottom:1rem}.admin-premium .u2z{border-color:#ffffff1a}.u2z:first-child{padding-top:0}.u30{display:flex;justify-content:space-between;gap:1.25rem;font-size:.875rem;line-height:1.25rem}.u31{display:flex;justify-content:space-between;gap:1.25rem;font-size:.875rem;line-height:1.25rem;color:#ffffffb3}.u32{display:flex;align-items:center;justify-content:space-between}.u33{display:flex;height:1.25rem;align-items:center;justify-content:center;overflow:hidden;font-size:.75rem;line-height:1rem;color:#ffffffe6}.u34{display:flex;min-height:3rem;width:100%;align-items:center;justify-content:center;border-radius:var(--radius-xl);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding-left:1.25rem;padding-right:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u34:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.u35{display:flex;min-height:3rem;width:100%;align-items:center;justify-content:center;border-radius:var(--radius-xl);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding-left:1.25rem;padding-right:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u35:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.u35:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.u36{display:flex;min-height:3.5rem;align-items:center;justify-content:center;border-radius:var(--radius-xl);--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u36{background-color:#ffffff0b;color:#f8f5eb94}.u37{display:flex;min-height:3.5rem;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-2xl);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));padding-left:1.25rem;padding-right:1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u37:hover{--tw-bg-opacity: 1;background-color:rgb(217 173 17 / var(--tw-bg-opacity))}.u37:disabled{cursor:not-allowed;opacity:.45}@media(prefers-reduced-motion:reduce){.u37{transition-property:none}}.u38{display:flex;min-height:3.5rem;width:100%;align-items:center;justify-content:center;border-radius:var(--radius-2xl);--tw-bg-opacity: 1;background-color:rgb(255 196 57 / var(--tw-bg-opacity));padding:.875rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 32 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u38:hover{--tw-bg-opacity: 1;background-color:rgb(245 183 0 / var(--tw-bg-opacity))}.u38:disabled{cursor:not-allowed;opacity:.45}.u39{display:flex;min-height:3.5rem;width:100%;align-items:center;justify-content:center;border-radius:var(--radius-xl);--tw-bg-opacity: 1;background-color:rgb(255 196 57 / var(--tw-bg-opacity));padding-left:1.25rem;padding-right:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 32 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u39:hover{--tw-bg-opacity: 1;background-color:rgb(245 183 0 / var(--tw-bg-opacity))}.u39:disabled{cursor:not-allowed;opacity:.5}.u3a{display:flex;min-height:4rem;width:100%;align-items:center;justify-content:space-between;border-top-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));background-color:transparent;padding:1rem .25rem;text-align:left;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u3a{border-color:#ffffff1a}.u3a:hover{background-color:#f3f4f6b3}.u3a:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(255 203 20 / .5)}@media(prefers-reduced-motion:reduce){.u3a{transition-property:none}}.u3b{display:flex;min-height:52px}.u3b{animation:slide-up .7s ease-out forwards;align-items:center;gap:.75rem;border-radius:var(--radius-md);padding:.625rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;color:#ffffffd9;opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation:slide-up .8s cubic-bezier(.16,1,.3,1) forwards}.u3b:hover{background-color:#ffffff1a;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u3c{display:flex;width:-moz-fit-content;width:fit-content;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity));text-decoration-line:underline;text-decoration-color:#ffcb14;text-decoration-thickness:2px;text-underline-offset:4px}.u3c::-webkit-details-marker{display:none}.u3d{display:flex;width:100%}.u3d{animation:slide-up .7s ease-out forwards;align-items:center;border-bottom-width:1px;border-color:#ffffff1a;padding:1rem .5rem;text-align:left;opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation:slide-up .8s cubic-bezier(.16,1,.3,1) forwards}.admin-premium .u3d{border-color:#ffffff1a}.u3d:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u3e{display:flex;width:100%}.u3e{animation:slide-up .7s ease-out forwards;align-items:center;justify-content:space-between;border-bottom-width:1px;border-color:#ffffff1a;padding:1rem .5rem;text-align:left;font-size:1.125rem;line-height:1.75rem;font-weight:600;opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation:slide-up .8s cubic-bezier(.16,1,.3,1) forwards}.admin-premium .u3e{border-color:#ffffff1a}.u3e:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u3f{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-2xl);padding-top:.75rem;padding-bottom:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u3f{color:#f8f5eb}.u3f:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}@media(prefers-reduced-motion:reduce){.u3f{transition-property:none}}.u3g{display:flex;width:100%;align-items:center;border-radius:var(--radius-md);padding:.75rem .5rem;text-align:left;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u3g:hover{background-color:#ffffff1a;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u3h{min-width:0px;flex:1 1 0%}.u3i{flex:none;text-align:right}.u3j{flex:none;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.u3k{flex-shrink:0}.u3l{display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:var(--radius-full);background-color:#ffcb141a;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u3m{flex-shrink:0;text-align:right}.u3n{font-weight:700;font-style:italic;--tw-text-opacity: 1;color:rgb(0 112 224 / var(--tw-text-opacity))}.u3o{font-weight:500}.u3p{font-weight:500;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.u3q{font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .u3q{color:#f8f5eb}.u3r{font-weight:600;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.u3s{margin-bottom:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.u3t{font-weight:600;text-decoration-line:underline}.u3u{display:grid;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.admin-premium .u3u{border-color:#ffffff1a}@media(max-width:767px){.employee-app .u3u{min-width:0}}@media(min-width:640px){.u3u{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.u3u{grid-template-columns:repeat(1,minmax(0,1fr));border-left-width:1px;border-top-width:0px}}.u3v{display:grid;gap:.75rem}@media(max-width:767px){.employee-app .u3v{min-width:0}}@media(min-width:640px){.u3v{grid-template-columns:repeat(2,minmax(0,1fr))}}.u3w{display:grid;gap:.75rem}@media(max-width:767px){.employee-app .u3w{min-width:0}}@media(min-width:640px){.u3w{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.u3w{grid-template-columns:repeat(3,minmax(0,1fr))}}.u3x{display:grid;gap:1rem}@media(max-width:767px){.employee-app .u3x{min-width:0}}@media(min-width:640px){.u3x{grid-template-columns:repeat(2,minmax(0,1fr))}}.u3y{display:grid;gap:2rem;padding-top:2rem;padding-bottom:2rem}@media(max-width:767px){.employee-app .u3y{min-width:0}}@media(min-width:768px){.u3y{grid-template-columns:repeat(3,minmax(0,1fr))}}.u3z{display:grid;-moz-column-gap:2.5rem;column-gap:2.5rem}@media(max-width:767px){.employee-app .u3z{min-width:0}}@media(min-width:768px){.u3z{grid-template-columns:repeat(2,minmax(0,1fr))}}.u40{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem}@media(max-width:767px){.employee-app .u40{min-width:0}}@media(min-width:640px){.u40{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.u40{grid-template-columns:repeat(3,minmax(0,1fr))}}.u41{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem}@media(max-width:767px){.employee-app .u41{min-width:0}}@media(min-width:640px){.u41{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.u41{grid-template-columns:repeat(4,minmax(0,1fr))}}.u42{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(max-width:767px){.employee-app .u42{min-width:0}}@media(min-width:640px){.u42{gap:2rem}}.u43{margin-bottom:2.5rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));align-items:center;gap:2rem}@media(max-width:767px){.employee-app .u43{min-width:0}}@media(min-width:1024px){.u43{grid-template-columns:1fr auto}}.u44{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));align-items:flex-start;gap:2.5rem}@media(max-width:767px){.employee-app .u44{min-width:0}}@media(min-width:1024px){.u44{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:4rem}}.u45{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(max-width:767px){.employee-app .u45{min-width:0}}@media(min-width:768px){.u45{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.u45{grid-template-columns:repeat(12,minmax(0,1fr));gap:3rem}}.u46{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem}@media(max-width:767px){.employee-app .u46{min-width:0}}@media(min-width:768px){.u46{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.u46{grid-template-columns:repeat(4,minmax(0,1fr))}}.u47{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(max-width:767px){.employee-app .u47{min-width:0}}@media(min-width:768px){.u47{grid-template-columns:repeat(3,minmax(0,1fr))}}.u48{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media(max-width:767px){.employee-app .u48{min-width:0}}@media(min-width:640px){.u48{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.u48{grid-template-columns:repeat(3,minmax(0,1fr))}}.u49{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(max-width:767px){.employee-app .u49{min-width:0}}.u4a{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:2.5rem;column-gap:2.5rem;row-gap:1.25rem}@media(max-width:767px){.employee-app .u4a{min-width:0}}.u4b{display:grid;grid-template-columns:120px 1fr;gap:1rem}@media(max-width:767px){.employee-app .u4b{min-width:0}}.u4c{display:grid;grid-template-columns:280px 1fr;gap:3rem}@media(max-width:767px){.employee-app .u4c{min-width:0}}.u4d{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:.75rem}@media(max-width:767px){.employee-app .u4d{min-width:0}}.u4e{display:grid;align-items:flex-start;gap:1.5rem}@media(max-width:767px){.employee-app .u4e{min-width:0}}@media(min-width:640px){.u4e{gap:2rem}}@media(min-width:1024px){.u4e{grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);-moz-column-gap:3rem;column-gap:3rem;row-gap:2rem}}@media(min-width:1280px){.u4e{-moz-column-gap:4rem;column-gap:4rem}}.u4f{display:grid}@media(max-width:767px){.employee-app .u4f{min-width:0}}@media(min-width:1024px){.u4f{grid-template-columns:1.1fr 1fr}}.u4g{height:2.5rem;border-radius:var(--radius-full);border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-left:1rem;padding-right:1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}input.u4g,input.u4g:focus,select.u4g,select.u4g:focus{color:#000}input.u4g::-moz-placeholder{color:#6b7280}input.u4g::placeholder{color:#6b7280}.admin-premium .u4g{background-color:#ffffff0b}.admin-premium .u4g{color:#f8f5eb}.admin-premium .u4g{border-color:#ffffff1a}.u4g:focus{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.u4h{height:2.5rem;width:2.5rem}.u4i{height:.5rem;width:.5rem;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.u4j{height:.875rem;width:.875rem}.u4k{margin-right:.375rem;height:.875rem;width:.875rem;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u4l{margin-right:.5rem;height:1rem;width:1rem}.u4m{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.u4n{height:1rem;width:1rem;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media(prefers-reduced-motion:reduce){.u4n{transition-property:none}}.u4o{height:1.25rem;width:1.25rem}.u4o{animation:spin 1s linear infinite;border-radius:var(--radius-full);border-width:2px;border-color:#fff3;--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}@media(prefers-reduced-motion:reduce){.u4o{animation:none}}.u4p{height:1.25rem;width:1.25rem;flex:none;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u4q{height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u4q{color:#f8f5eb94}@media(prefers-reduced-motion:reduce){.u4q{transition-property:none}}.u4r{height:1.25rem;width:1.25rem;-o-object-fit:contain;object-fit:contain}.u4s{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.u4t{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.u4u{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u4v{height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u4w{margin-top:.125rem;height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u4x,.u4y{height:1.75rem;width:1.75rem;-o-object-fit:contain;object-fit:contain}@media(min-width:640px){.u4y{height:2rem;width:2rem}}.u4z{height:2rem;width:auto;-o-object-fit:contain;object-fit:contain}@media(min-width:768px){.u4z{height:2.5rem}}.u50{height:2rem;width:2rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.admin-premium .u50{color:#f8f5eb94}.u51{height:2rem;width:auto;max-width:170px;-o-object-fit:contain;object-fit:contain}.u52{height:2rem;width:auto;-o-object-fit:contain;object-fit:contain}.u53{height:2.25rem;width:2.25rem;flex-shrink:0}.u54{height:100%}.u54{animation:slide-left .7s ease-out forwards;overflow-y:auto;padding:1.25rem;animation:slide-left .8s cubic-bezier(.16,1,.3,1) forwards}.u55{height:100%}.u55{animation:slide-right .7s ease-out forwards;overflow-y:auto;padding:1.25rem;animation:slide-right .8s cubic-bezier(.16,1,.3,1) forwards}.u56{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.u57{display:none;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));padding-bottom:1.75rem}.admin-premium .u57{border-color:#ffffff1a}@media(min-width:1024px){.u57{display:block}}.u58{display:none;justify-content:flex-end;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-bottom:1.25rem}.admin-premium .u58{border-color:#ffffff1a}@media(min-width:1024px){.u58{display:flex}}.u59{display:none}@media(min-width:1024px){.u59{display:block}}.u5a{display:none}@media(min-width:768px){.u5a{display:block}}.u5b{display:none;max-width:20rem;flex:1 1 0%}@media(min-width:768px){.u5b{display:block}}@media(min-width:1024px){.u5b{max-width:24rem}}.u5c{display:none;align-items:center}.u5c>: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)))}.u5c{font-size:.75rem;line-height:1rem;color:#ffffffe6}@media(min-width:768px){.u5c{display:flex}}.u5d{display:none}.u5d>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}@media(min-width:768px){.u5d{display:flex}}.u5e{display:none;font-size:.875rem;line-height:1.25rem;font-weight:600;color:#0000008c}@media(min-width:640px){.u5e{display:block}}.u5f{display:none;width:-moz-fit-content;width:fit-content;max-width:100%;font-size:.875rem;line-height:1.25rem}@media(min-width:1024px){.u5f{display:block}}.u5g{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u5g:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u5h{display:flex;align-items:center;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u5h:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u5i{margin-bottom:1.25rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u5j{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u5j:hover{--tw-bg-opacity: 1;background-color:rgb(255 221 102 / var(--tw-bg-opacity))}.u5k{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u5k:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.u5l{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u5l{color:#f8f5eb;border-color:#ffffff1a}.admin-premium .u5l{border-color:#ffffff1a}.u5l:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.u5m{display:inline-flex;align-items:center;border-radius:var(--radius-full);border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}input.u5m,input.u5m:focus,select.u5m,select.u5m:focus{color:#000}input.u5m::-moz-placeholder{color:#6b7280}input.u5m::placeholder{color:#6b7280}.admin-premium .u5m{background-color:#ffffff0b}.admin-premium .u5m{color:#f8f5eb}.admin-premium .u5m{border-color:#ffffff1a}.u5m:hover{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.u5n{display:inline-flex;min-width:128px;justify-content:center;border-radius:var(--radius-md);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));padding:.5rem 1.75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u5n:hover{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.u5o{isolation:isolate;width:100%;border-radius:28px;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding:1.75rem 1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));backface-visibility:hidden}@media(min-width:640px){.u5o{padding:2rem 1.75rem}}@media(min-width:1024px){.u5p{grid-column:span 2 / span 2}.u5q{grid-column:span 4 / span 4}}.u5r{max-height:92dvh;width:100%;max-width:32rem;overflow-y:auto;border-top-left-radius:28px;border-top-right-radius:28px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}input.u5r,input.u5r:focus,select.u5r,select.u5r:focus{color:#000}input.u5r::-moz-placeholder{color:#6b7280}input.u5r::placeholder{color:#6b7280}.admin-premium .u5r{background-color:#ffffff0b}@media(min-width:640px){.u5r{max-height:90vh;border-radius:28px}}.u5s{max-height:94vh;width:100%;overflow-y:auto;border-top-left-radius:28px;border-top-right-radius:28px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:1.25rem;--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}input.u5s,input.u5s:focus,select.u5s,select.u5s:focus{color:#000}input.u5s::-moz-placeholder{color:#6b7280}input.u5s::placeholder{color:#6b7280}.admin-premium .u5s{background-color:#ffffff0b}@media(min-width:640px){.u5s{max-width:36rem;border-radius:28px;padding:1.75rem}}.u5t{max-width:42rem}.u5u{max-width:42rem;font-size:.875rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.admin-premium .u5u{color:#f8f5eb}.u5v,.u5w{max-width:56rem}.u5w>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.u5w{font-size:1rem;line-height:2rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u5w{color:#f8f5eb94}.u5x{max-width:56rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;line-height:1.08;letter-spacing:-.025em}@media(min-width:640px){.u5x{font-size:3rem;line-height:1}}@media(min-width:1024px){.u5x{font-size:3.75rem;line-height:1}}.u5y{margin-left:auto;margin-right:auto;max-width:64rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.u5y{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.u5y{padding-left:2rem;padding-right:2rem}}.u5z{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.u5z{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.u5z{padding-left:2rem;padding-right:2rem}}.u60{margin-left:auto;margin-right:auto;max-width:80rem;padding:1.5rem 1rem}@media(min-width:640px){.u60{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.u60{padding-left:2rem;padding-right:2rem}}.u61{margin-bottom:.375rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.admin-premium .u61{color:#f8f5eb}.u62{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u62{color:#f8f5eb94}.u63{margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between;border-top-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:1rem;padding-bottom:1rem}.admin-premium .u63{border-color:#ffffff1a}@media(min-width:1024px){.u63{display:none}}.u64{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .u64{color:#f8f5eb}.u65{margin-bottom:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.admin-premium .u65{color:#f8f5eb94}.u66{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u66{color:#f8f5eb94}.u67{margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between;padding-left:.25rem;padding-right:.25rem}@media(min-width:640px){.u67{margin-bottom:1.25rem}}.u68{margin-bottom:.75rem;display:inline-flex;height:1.75rem;width:1.75rem;align-items:center;justify-content:center;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .u68{color:#f8f5eb}.u69{margin-bottom:.75rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u69{color:#f8f5eb94}@media(min-width:640px){.u69{font-size:.75rem;line-height:1rem}}.u6a{margin-bottom:.75rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .u6a{color:#f8f5eb}.u6b{margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;border-radius:var(--radius-md);background-color:#ffffff1a;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u6b:hover{background-color:#ffffff26;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u6c{margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}@media(min-width:640px){.u6c{margin-bottom:1.25rem}}.u6d{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;border-radius:var(--radius-md);background-color:#ffffff1a;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u6d:hover{background-color:#ffffff26;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u6e{margin-bottom:1rem;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.admin-premium .u6e{color:#fca5a5}.u6f{margin-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between;border-radius:var(--radius-md);background-color:#ffffff1a;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u6f:hover{background-color:#ffffff26;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u6g{margin-bottom:1.25rem;font-size:.875rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u6g{color:#f8f5eb94}.u6h{margin-bottom:1.5rem;display:flex}.u6h{animation:slide-down .7s ease-out forwards;align-items:center;gap:.75rem;border-bottom-width:1px;border-color:#fff3;padding-bottom:1rem;opacity:0;animation:slide-down .8s cubic-bezier(.16,1,.3,1) forwards}.admin-premium .u6h{border-color:#ffffff1a}.u6i{margin-bottom:1.5rem;display:none;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u6i{color:#f8f5eb94}@media(min-width:640px){.u6i{display:block}}.u6j{margin-bottom:1.5rem;width:-moz-fit-content;width:fit-content;max-width:100%;background-color:transparent;font-size:.75rem;line-height:1rem}@media(min-width:640px){.u6j{margin-bottom:2rem;font-size:.875rem;line-height:1.25rem}}@media(min-width:1024px){.u6j{display:none}}.u6k{margin-bottom:1.75rem;display:flex;justify-content:flex-end}@media(min-width:1024px){.u6k{display:none}}.u6l{margin-bottom:1.75rem;font-size:1.5rem;line-height:2rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}@media(min-width:640px){.u6l{font-size:1.875rem;line-height:2.25rem}}.u6m{margin-top:-.25rem;padding-bottom:.75rem}@media(min-width:768px){.u6m{display:none}}.u6n{width:100%}@media(min-width:768px){.u6n{display:none}}.u6o{min-height:0px;flex:1 1 0%;overflow:hidden}.u6p{display:flex;min-height:60vh;align-items:center;justify-content:center;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}input.u6p,input.u6p:focus,select.u6p,select.u6p:focus{color:#000}input.u6p::-moz-placeholder{color:#6b7280}input.u6p::placeholder{color:#6b7280}.admin-premium .u6p{background-color:#ffffff0b}.u6q{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(245 245 247 / var(--tw-bg-opacity))}.u6r{min-width:0px;flex:1 1 0%}.u6s{min-width:0px;flex:1 1 0%;font-size:1.125rem;line-height:1.75rem;font-weight:600}.u6t{min-width:0px}@media(min-width:1024px){.u6t{grid-column-start:2;grid-row-start:1}}.u6u{min-width:0px}@media(min-width:1024px){.u6u{grid-column-start:2;grid-row-start:2}}.u6v{min-width:0px;font-size:1.25rem;line-height:1.75rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.u6w{margin-left:.75rem;height:2.5rem;border-left-width:1px;border-color:#ffffff26}.admin-premium .u6w{border-color:#ffffff1a}.u6x{margin-left:.75rem;height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u6y{margin-left:.75rem;font-size:.875rem;line-height:1.25rem;color:#ffffffb3}.u6z{margin-left:.75rem;font-size:.875rem;line-height:1.25rem;color:#ffffffb3;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u6z:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u70{margin-left:1.5rem;display:flex;min-width:0px;flex:1 1 0%;align-items:center}.u71{margin-right:.25rem;font-weight:700;font-style:italic;--tw-text-opacity: 1;color:rgb(0 48 135 / var(--tw-text-opacity))}.u72{margin-right:.375rem;height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u73{margin-right:.75rem;height:1.25rem;width:1.25rem}.u73{animation:spin 1s linear infinite;border-radius:var(--radius-full);border-width:2px;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-border-opacity: 1;border-top-color:rgb(17 24 39 / var(--tw-border-opacity))}.admin-premium .u73{border-color:#ffffff1a}@media(prefers-reduced-motion:reduce){.u73{animation:none}}.u74{margin-right:.75rem;height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u75{margin-right:1rem;height:2.5rem;width:2.5rem;flex-shrink:0}.u76{margin-top:.125rem;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}@media(min-width:640px){.u76{font-size:1.25rem;line-height:1.75rem}}.u77{margin-top:.125rem;height:1.25rem;width:1.25rem;flex:none;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u77{color:#f8f5eb94}.u78{margin-top:.125rem;height:1.25rem;width:1.25rem;border-radius:var(--radius-md);--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));accent-color:#ffc439}.admin-premium .u78{border-color:#ffffff1a}.u79{margin-top:.125rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.u7a{margin-top:.25rem;display:block}.u7b{margin-top:.25rem;display:block;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u7b{color:#f8f5eb94}.u7c{margin-top:.25rem;display:block;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.u7d{margin-top:.25rem;display:block;font-size:.75rem;line-height:1rem;color:#fff6}.u7e{margin-top:.25rem;font-size:1.5rem;line-height:2rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.u7f{margin-top:.25rem;font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}@media(min-width:640px){.u7f{font-size:1.5rem;line-height:2rem}}.u7g{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u7g{color:#f8f5eb94}.u7h{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#ffffffb3}.u7i{margin-top:.25rem;font-size:.75rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u7i{color:#f8f5eb94}.u7j{margin-top:.25rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.admin-premium .u7j{color:#fca5a5}.u7k{margin-top:.375rem;height:.5rem;width:.5rem;flex:none;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.u7l{margin-top:2.5rem;border-top-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:1.5rem;padding-bottom:1.5rem}.admin-premium .u7l{border-color:#ffffff1a}@media(min-width:640px){.u7l{padding-top:2rem;padding-bottom:2rem}}.u7m{margin-top:3rem;border-top-width:1px;border-color:#e5e7ebcc}.admin-premium .u7m{border-color:#ffffff1a}@media(min-width:640px){.u7m{margin-top:4rem}}.u7n{margin-top:3rem;border-top-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:1.5rem;padding-bottom:1.5rem}.admin-premium .u7n{border-color:#ffffff1a}.u7o{margin-top:3.5rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:2.5rem}.admin-premium .u7o{border-color:#ffffff1a}.u7p{margin-top:3.5rem;border-top-width:1px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:2rem;padding-bottom:2rem}.admin-premium .u7p{border-color:#ffffff1a}@media(min-width:640px){.u7p{padding-top:2.5rem;padding-bottom:2.5rem}}.u7q{margin-top:.5rem;height:.5rem;width:.5rem;flex:none;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.u7r{margin-top:.5rem;text-align:center;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.u7s{margin-top:.5rem;font-size:.875rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u7s{color:#f8f5eb94}.u7t{margin-top:.5rem;font-size:.875rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.admin-premium .u7t{color:#f8f5eb}.u7u{margin-top:.5rem;width:100%;border-radius:var(--radius-xl);border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:.75rem .875rem;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity));outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}input.u7u,input.u7u:focus,select.u7u,select.u7u:focus{color:#000}input.u7u::-moz-placeholder{color:#6b7280}input.u7u::placeholder{color:#6b7280}.admin-premium .u7u{background-color:#ffffff0b;border-color:#ffffff1a}.admin-premium .u7u{border-color:#ffffff1a}.u7u::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.u7u::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.u7u:focus{--tw-border-opacity: 1;border-color:rgb(3 7 18 / var(--tw-border-opacity));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(3 7 18 / .1)}.u7v{margin-top:.75rem;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;-moz-column-gap:.75rem;column-gap:.75rem;row-gap:.25rem}.u7w{margin-top:.75rem;display:grid;-moz-column-gap:2rem;column-gap:2rem}@media(max-width:767px){.employee-app .u7w{min-width:0}}@media(min-width:640px){.u7w{grid-template-columns:repeat(2,minmax(0,1fr))}}.u7x{margin-top:.75rem;max-width:48rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u7x{color:#f8f5eb94}.u7y{margin-top:.75rem;font-size:.875rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u7y{color:#f8f5eb94}.u7z{margin-top:1rem;display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}@media(max-width:767px){.employee-app .u7z{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}}.u7z::-webkit-scrollbar{display:none}.u80{margin-top:1rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1.25rem;border-top-width:1px;border-color:#ffffff26;padding-top:1.25rem}.admin-premium .u80{border-color:#ffffff1a}.u81{margin-top:1rem;display:flex;justify-content:space-between;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));padding-top:1rem;font-size:.875rem;line-height:1.25rem}.admin-premium .u81{border-color:#ffffff1a}.u82{margin-top:1rem;display:flex;min-height:3rem;align-items:center;justify-content:center;border-radius:var(--radius-2xl);font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u82{color:#f8f5eb94}.u82:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.u83{margin-top:1rem;max-width:42rem;font-size:1rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u83{color:#f8f5eb94}.u84{margin-top:1rem;max-width:42rem;font-size:.875rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u84{color:#f8f5eb94}@media(min-width:640px){.u84{font-size:1rem;line-height:1.75rem}}.u85{margin-top:1rem;border-radius:var(--radius-xl);--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity));padding:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity))}.u86{margin-top:1rem;border-radius:var(--radius-xl);--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity));padding:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.admin-premium .u86{background-color:#f8717121;color:#fca5a5}.u87{margin-top:1rem;font-size:1rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .u87{color:#f8f5eb94}.u88{margin-top:1rem;text-align:center;font-size:.75rem;line-height:1.25rem;color:#ffffff73}.u89{margin-top:1.25rem;border-top-width:1px;border-bottom-width:1px;border-color:#fff3;background-color:#ffffff0d;padding-top:1rem;padding-bottom:1rem;font-size:.875rem;line-height:1.5rem;color:#ffffffb3}.u8a{margin-top:1.25rem;display:flex;align-items:center;gap:.75rem;padding-top:1.75rem;padding-bottom:1.75rem;font-size:.875rem;line-height:1.25rem;color:#ffffffa6}.u8b{margin-top:1.25rem;display:flex;align-items:flex-end;gap:.5rem;border-top-width:2px;--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity));padding-top:1.25rem}.u8c{margin-top:1.25rem;display:grid;gap:1rem}@media(max-width:767px){.employee-app .u8c{min-width:0}}@media(min-width:768px){.u8c{grid-template-columns:repeat(3,minmax(0,1fr))}}.u8d{margin-top:1.25rem;display:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;text-align:center;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u8d{color:#f8f5eb94}@media(min-width:1024px){.u8d{display:grid}}.u8e{margin-top:1.25rem;display:inline-flex;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.u8f{margin-top:1.25rem;display:inline-flex;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u8f:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.u8g{margin-top:1.25rem}.u8g>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.u8h{margin-top:1.25rem}.u8h>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.u8i{margin-top:1.25rem;font-size:.875rem;line-height:1.25rem;color:#fff9}.u8j{margin-top:1.5rem}.u8j{animation:slide-up .7s ease-out forwards;border-top-width:1px;border-color:#ffffff1a;padding-top:1rem;opacity:0;animation:slide-up .8s cubic-bezier(.16,1,.3,1) forwards}.admin-premium .u8j{border-color:#ffffff1a}.u8k{margin-top:1.5rem;display:grid;gap:.75rem}@media(max-width:767px){.employee-app .u8k{min-width:0}}@media(min-width:640px){.u8k{grid-template-columns:repeat(2,minmax(0,1fr))}}.u8l{margin-top:1.5rem;display:inline-flex;align-items:center;gap:.75rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u8l{color:#f8f5eb94}.u8l:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.u8m{margin-top:1.5rem}.u8m>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.u8n{margin-left:auto;margin-right:auto;max-width:80rem;padding:1.25rem 1rem 1.75rem}@media(min-width:640px){.u8n{padding:2rem 1.5rem 2.25rem}}@media(min-width:1024px){.u8n{padding:2.5rem 2rem}}.u8o{margin-left:auto;margin-right:auto;max-width:80rem;padding:1.5rem 1rem}@media(min-width:640px){.u8o{padding:2rem 1.5rem}}@media(min-width:1024px){.u8o{padding:2.5rem 2rem}}.u8p{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.u8p{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.u8p{padding-left:2rem;padding-right:2rem}}.u8q{margin-left:auto;margin-right:auto;max-width:24rem}.u8r{margin-left:auto;margin-right:auto;margin-bottom:1rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.admin-premium .u8r{background-color:#ffffff0b}.u8s{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.u8t{order:1}.u8t>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}@media(min-width:640px){.u8t{order:2}}.u8u{order:2;display:flex;min-height:3.5rem;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-2xl);border-width:1px;border-color:#ffffff40;padding-left:1.25rem;padding-right:1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u8u{border-color:#ffffff1a}.u8u:hover{background-color:#ffffff1a}.u8u:disabled{cursor:not-allowed;opacity:.45}@media(prefers-reduced-motion:reduce){.u8u{transition-property:none}}@media(min-width:640px){.u8u{order:1}}.u8v{padding-bottom:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u8v{color:#f8f5eb94}.u8w{padding-bottom:2rem}@media(min-width:1024px){.u8w{padding-bottom:0;padding-right:2.5rem}}.u8x{pointer-events:auto;display:flex;height:1.75rem;width:1.75rem;align-items:center;justify-content:center;border-radius:var(--radius-full);border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity));transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}input.u8x,input.u8x:focus,select.u8x,select.u8x:focus{color:#000}input.u8x::-moz-placeholder{color:#6b7280}input.u8x::placeholder{color:#6b7280}.admin-premium .u8x{background-color:#ffffff0b;border-color:#ffffff1a}.admin-premium .u8x{border-color:#ffffff1a}.u8y{pointer-events:none;position:absolute;bottom:0;right:0;top:0;display:flex;width:2.5rem;align-items:center;justify-content:flex-end;background-image:linear-gradient(to left,var(--tw-gradient-stops));--tw-gradient-from: #f5f5f7 var(--tw-gradient-from-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(245 245 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f5f5f7 var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: transparent var(--tw-gradient-to-position)}@media(min-width:640px){.u8y{display:none}}.u8z{padding:.5rem;font-size:.875rem;line-height:1.25rem;color:#ffffff80}.u90{padding:.25rem .75rem}.u91{border-bottom-width:1px;border-color:#ffffff1a;padding:.5rem 1rem}.admin-premium .u91{border-color:#ffffff1a}.u92{padding:1.5rem 1rem;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u92{color:#f8f5eb94}.u93{min-height:100vh;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-top:3rem;padding-bottom:3rem}input.u93,input.u93:focus,select.u93,select.u93:focus{color:#000}input.u93::-moz-placeholder{color:#6b7280}input.u93::placeholder{color:#6b7280}.admin-premium .u93{background-color:#ffffff0b}.u94{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity));padding-top:3.5rem;padding-bottom:3.5rem}.admin-premium .u94{background-color:#ffffff0b}.u95{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding-top:3.5rem;padding-bottom:3.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.u96{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding-top:3.5rem;padding-bottom:3.5rem}input.u96,input.u96:focus,select.u96,select.u96:focus{color:#000}input.u96::-moz-placeholder{color:#6b7280}input.u96::placeholder{color:#6b7280}.admin-premium .u96{background-color:#ffffff0b}.u97{padding-top:1rem;padding-bottom:1rem}@media(min-width:640px){.u97{display:grid;grid-template-columns:7rem 1fr;gap:1rem}}.u98{position:relative}.u99{position:relative;--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.u9a{position:relative;display:block;height:1.5rem;width:1.5rem}.u9b{position:relative;border-top-width:1px;border-color:#ffffff1a;padding-top:1.5rem;padding-bottom:1.5rem}.admin-premium .u9b{border-color:#ffffff1a}.u9c{position:relative;display:flex;height:2.75rem;width:2.75rem;align-items:center;justify-content:center;border-radius:var(--radius-full);border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}input.u9c,input.u9c:focus,select.u9c,select.u9c:focus{color:#000}input.u9c::-moz-placeholder{color:#6b7280}input.u9c::placeholder{color:#6b7280}.admin-premium .u9c{background-color:#ffffff0b;border-color:#ffffff1a}.admin-premium .u9c{border-color:#ffffff1a}.u9c:hover{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.u9d{position:relative;height:1px;width:4rem;overflow:hidden;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.u9e{position:relative;min-width:0px}.u9f{position:relative;margin-left:auto;margin-right:auto;max-width:80rem;padding:1rem}@media(min-width:640px){.u9f{padding:1.25rem 1.5rem}}@media(min-width:1024px){.u9f{padding-left:2rem;padding-right:2rem}}.u9g{position:relative;overflow:hidden;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}input.u9g,input.u9g:focus,select.u9g,select.u9g:focus{color:#000}input.u9g::-moz-placeholder{color:#6b7280}input.u9g::placeholder{color:#6b7280}.admin-premium .u9g{background-color:#ffffff0b}.u9h{position:relative;padding-top:4rem;padding-bottom:3rem}.u9i{position:relative;border-bottom-width:1px;border-color:#ffffff1a;padding-top:3rem;padding-bottom:3rem}.admin-premium .u9i{border-color:#ffffff1a}.u9j{position:relative;padding:.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u9j:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u9k{position:relative;width:100%}.u9l{position:relative;z-index:10;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(245 245 247 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.admin-premium .u9l{border-color:#ffffff1a}.u9m{border-radius:var(--radius-2xl);--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));padding:1.25rem}.admin-premium .u9m{background-color:#ffffff0b}.u9n{border-radius:var(--radius-2xl);border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity));padding:1.5rem}.admin-premium .u9n{background-color:#ffffff0b}.admin-premium .u9n{border-color:#ffffff1a}@media(min-width:768px){.u9n{padding:2rem}}.u9o{border-radius:var(--radius-2xl);--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity));padding:1.25rem 1rem;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .u9o{background-color:#ffffff0b;color:#f8f5eb94}.u9p{border-radius:var(--radius-2xl);border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:1.5rem}input.u9p,input.u9p:focus,select.u9p,select.u9p:focus{color:#000}input.u9p::-moz-placeholder{color:#6b7280}input.u9p::placeholder{color:#6b7280}.admin-premium .u9p{background-color:#ffffff0b;border-color:#ffffff1a}.admin-premium .u9p{border-color:#ffffff1a}.u9q{border-radius:var(--radius-2xl);border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:2rem;text-align:center;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}input.u9q,input.u9q:focus,select.u9q,select.u9q:focus{color:#000}input.u9q::-moz-placeholder{color:#6b7280}input.u9q::placeholder{color:#6b7280}.admin-premium .u9q{background-color:#ffffff0b;color:#f8f5eb94;border-color:#ffffff1a}.admin-premium .u9q{border-color:#ffffff1a}.u9r{border-radius:var(--radius-2xl);border-width:1px;border-color:#ffffff1a;background-color:#ffffff0d;padding:1.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u9r{border-color:#ffffff1a}.u9r:hover{background-color:#ffffff1a}.u9s{border-radius:var(--radius-full);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));padding:.125rem .5rem;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.u9t{border-radius:var(--radius-full);padding:.5rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u9t{color:#f8f5eb94}.u9t:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.u9t:disabled{opacity:.4}.u9u{border-radius:var(--radius-lg);border-width:1px;--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity));padding:2rem;text-align:center}input.u9u,input.u9u:focus,select.u9u,select.u9u:focus{color:#000}input.u9u::-moz-placeholder{color:#6b7280}input.u9u::placeholder{color:#6b7280}.admin-premium .u9u{background-color:#ffffff0b;border-color:#ffffff1a}.u9v{border-radius:var(--radius-md);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u9v:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.u9w{border-radius:var(--radius-md);background-color:#ffffff1a;padding:.75rem 1rem;text-align:center;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.u9w:hover{background-color:#fff3}.u9x{border-radius:var(--radius-md);border-width:1px;border-color:#ffffff1a;padding:.75rem 1rem;text-align:center;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .u9x{border-color:#ffffff1a}.u9x:hover{--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity));--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.u9y{border-radius:var(--radius-xl);--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity));padding:1rem;font-size:.875rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.admin-premium .u9y{background-color:#60a5fa21;color:#93c5fd}.u9z{border-radius:var(--radius-xl);--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity));padding:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.admin-premium .u9z{background-color:#f8717121;color:#fca5a5}.ua0{border-radius:var(--radius-xl);--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.admin-premium .ua0{background-color:#f8717121;color:#fca5a5}.ua1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.ua2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.ua3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.ua4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.ua5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.ua6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.ua6{padding:1.25rem}@media(min-width:640px){.ua6{padding:1.5rem}}.ua7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.ua8{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.75rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));background-color:#fffffff2;padding:1rem 1.25rem;--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.admin-premium .ua8{border-color:#ffffff1a}@media(min-width:640px){.ua8{padding-left:1.5rem;padding-right:1.5rem}}.ua9{margin-bottom:1rem;font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .ua9{color:#f8f5eb}.uaa{font-size:1.5rem;line-height:2rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}@media(min-width:640px){.uaa{font-size:1.875rem;line-height:2.25rem}}.uab{font-size:1.5rem;line-height:2rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}@media(min-width:640px){.uab{font-size:1.875rem;line-height:2.25rem}}@media(min-width:1280px){.uab{font-size:2.25rem;line-height:2.5rem}}.uac{font-size:1.5rem;line-height:2rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}@media(min-width:640px){.uac{font-size:1.875rem;line-height:2.25rem}}.uad{margin-bottom:.75rem;font-size:1.875rem;line-height:2.25rem;font-weight:700}.uae{font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .uae{color:#f8f5eb}.uaf{margin-bottom:.75rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .uaf{color:#f8f5eb}.uag{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .uag{color:#f8f5eb}.uah{margin-bottom:1.75rem;font-size:1.875rem;line-height:2.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .uah{color:#f8f5eb}.uai{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.uaj{font-size:1.875rem;line-height:2.25rem;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.uak{margin-bottom:1.25rem;font-size:2.25rem;line-height:2.5rem;font-weight:700;line-height:1.25}@media(min-width:768px){.uak{font-size:3rem;line-height:1}}.ual{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.admin-premium .ual{color:#f8f5eb94}@media(min-width:640px){.ual{font-size:.75rem;line-height:1rem}}.uam{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.uam:hover{text-decoration-line:underline}.uan{font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .uan{color:#f8f5eb}.uao{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.uap{text-align:center}.uaq{margin-bottom:2.5rem;text-align:center}.uar{padding-left:1rem;padding-right:1rem;text-align:center}.uas{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.uat{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.uau{line-height:1.625;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.uav{max-width:48rem;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.uaw{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.admin-premium .uaw{color:#f8f5eb94}.uax{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .uax{color:#f8f5eb94}.uay{line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .uay{color:#f8f5eb94}.uaz{margin-top:.5rem;max-width:48rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .uaz{color:#f8f5eb94}.ub0{font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .ub0{color:#f8f5eb}.ub1{font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .ub1{color:#f8f5eb}.ub1:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.ub2{font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .ub2{color:#f8f5eb}.ub3{font-size:1.125rem;line-height:1.75rem;font-weight:600}.ub4{margin-bottom:.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .ub4{color:#f8f5eb}.ub5{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.ub6{max-width:48rem;font-size:1.125rem;line-height:1.75rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.ub7{margin-bottom:1.75rem;font-size:1.125rem;line-height:1.75rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .ub7{color:#f8f5eb94}.ub8{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.ub9{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ub9:hover{--tw-text-opacity: 1;color:rgb(217 173 17 / var(--tw-text-opacity))}.uba{margin-top:.25rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.ubb{text-align:right;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.ubc{font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .ubc{color:#f8f5eb}.ubd{font-size:.875rem;line-height:1.25rem;font-weight:500}.ube{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .ube{color:#f8f5eb94}.ubf{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .ubf{color:#f8f5eb}.ubg{font-size:.875rem;font-weight:600;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .ubg{color:#f8f5eb}.ubh{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .ubh{color:#f8f5eb94}@media(min-width:640px){.ubh{margin-bottom:0}}.ubi{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.ubj{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity));text-decoration-line:underline;text-decoration-color:#ffcb14;text-decoration-thickness:2px;text-underline-offset:4px;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ubj:hover{opacity:.65}.ubk{margin-bottom:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .ubk{color:#f8f5eb94}.ubl{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .ubl{color:#f8f5eb94}.ubm{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .ubm{color:#f8f5eb94}.ubn{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.admin-premium .ubn{color:#f8f5eb94}.ubo{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.ubp{white-space:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ubp:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.ubq{padding:.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ubq:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.ubr{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ubr:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.ubs{color:#fff9}.ubt{color:#fff9;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ubt:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.ubu{margin-bottom:1rem;text-align:center;font-size:.875rem;line-height:1.25rem;color:#fff9}@media(min-width:768px){.ubu{margin-bottom:0;text-align:left}}.ubv{margin-bottom:1.5rem;max-width:28rem;font-size:.875rem;line-height:1.25rem;line-height:1.625;color:#ffffffb3}.ubw{margin-bottom:1rem;font-size:.875rem;line-height:1.25rem;color:#ffffffb3}.ubx{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .ubx{color:#f8f5eb}.uby{margin-bottom:.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .uby{color:#f8f5eb}.ubz{margin-bottom:.75rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.uc0{font-size:1.25rem;line-height:1.75rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.uc1{font-size:1.25rem;line-height:1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.uc2{font-size:1.25rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.uc3{font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.admin-premium .uc3{color:#f8f5eb94}.uc4{font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .uc4{color:#f8f5eb94}.uc5{font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.admin-premium .uc5{color:#f8f5eb94}.uc6{font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:#ffffff73}.uc7{font-size:.75rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .uc7{color:#f8f5eb94}.uc8{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.admin-premium .uc8{color:#f8f5eb94}.uc9{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .uc9{color:#f8f5eb94}.uca{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.admin-premium .uca{color:#f8f5eb94}.ucb{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.admin-premium .ucb{color:#fca5a5}.ucc{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ucc:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.ucd{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ucd:hover{--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.uce{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.admin-premium .uce{color:#f8f5eb}.ucf{text-decoration-line:underline;text-decoration-color:#ffcb14;text-decoration-thickness:4px;text-underline-offset:4px}.ucg{text-decoration-line:underline}.ucg:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.uch{display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--radius-md);--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.admin-premium .uch{background-color:#ffffff0b}.uci{height:1rem;width:1rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.admin-premium .uci{color:#f8f5eb94}.ucj{height:2.25rem;width:100%;border-radius:var(--radius-md);border-width:1px;border-color:#ffffff1a;background-color:#ffffff1a;padding-left:2.25rem;padding-right:2.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.ucj::-moz-placeholder{color:#fff9}.ucj::placeholder{color:#fff9}.ucj{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .ucj{border-color:#ffffff1a}.ucj:focus{--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity));background-color:#ffffff26;outline:2px solid transparent;outline-offset:2px}.uck{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.ucl{width:100%;border-radius:var(--radius-lg);--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));padding:.625rem 1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ucl:hover{--tw-bg-opacity: 1;background-color:rgb(255 221 102 / var(--tw-bg-opacity))}.ucl:disabled{opacity:.5}.ucm{width:100%;border-radius:var(--radius-lg);border-width:1px;border-color:#fff3;background-color:#ffffff1a;padding:.625rem 1rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.ucm::-moz-placeholder{color:#ffffff80}.ucm::placeholder{color:#ffffff80}.ucm{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .ucm{border-color:#ffffff1a}.ucm:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(255 203 20 / var(--tw-ring-opacity))}.ucn{width:100%;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity));background-color:#ffcb14e6;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .ucn{border-color:#ffffff1a}.ucn:hover{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.uco{width:100%;padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.admin-premium .uco{color:#f8f5eb94}.uco:hover{--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.ucp{white-space:nowrap;text-transform:capitalize;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ucp:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.ucq{white-space:nowrap;text-transform:capitalize;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ucq:hover{--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-\[7\%\]{inset:7%}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-bottom-5{bottom:-1.25rem}.-right-1{right:-.25rem}.-right-12{right:-3rem}.-right-20{right:-5rem}.-right-24{right:-6rem}.-right-32{right:-8rem}.-top-1{top:-.25rem}.-top-12{top:-3rem}.-top-20{top:-5rem}.-top-32{top:-8rem}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-8{bottom:2rem}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-8{right:2rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-24{top:6rem}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-full{top:100%}.isolate{isolation:isolate}.-z-10{z-index:-10}.-z-20{z-index:-20}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[120\]{z-index:120}.z-\[60\]{z-index:60}.z-\[70\]{z-index:70}.z-\[80\]{z-index:80}.z-\[999999\]{z-index:999999}.order-1{order:1}.order-2{order:2}.col-span-2{grid-column:span 2 / span 2}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.-mt-1{margin-top:-.25rem}.-mt-16{margin-top:-4rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1 / 1}.h-0{height:0px}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[100dvh\]{height:100dvh}.h-\[1px\]{height:1px}.h-\[30\%\]{height:30%}.h-\[344px\]{height:344px}.h-\[400px\]{height:400px}.h-\[720px\]{height:720px}.h-auto{height:auto}.h-dvh{height:100dvh}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-40{max-height:10rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-96{max-height:24rem}.max-h-\[100dvh\]{max-height:100dvh}.max-h-\[250px\]{max-height:250px}.max-h-\[55vh\]{max-height:55vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[90dvh\]{max-height:90dvh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[92dvh\]{max-height:92dvh}.max-h-\[92vh\]{max-height:92vh}.max-h-\[94dvh\]{max-height:94dvh}.max-h-\[94vh\]{max-height:94vh}.max-h-\[calc\(100vh-7rem\)\]{max-height:calc(100vh - 7rem)}.max-h-\[min\(18rem\,45dvh\)\]{max-height:min(18rem,45dvh)}.max-h-\[min\(65vh\,560px\)\]{max-height:min(65vh,560px)}.max-h-full{max-height:100%}.min-h-0{min-height:0px}.min-h-10{min-height:2.5rem}.min-h-11{min-height:2.75rem}.min-h-12{min-height:3rem}.min-h-14{min-height:3.5rem}.min-h-16{min-height:4rem}.min-h-28{min-height:7rem}.min-h-36{min-height:9rem}.min-h-44{min-height:11rem}.min-h-48{min-height:12rem}.min-h-60{min-height:15rem}.min-h-64{min-height:16rem}.min-h-72{min-height:18rem}.min-h-80{min-height:20rem}.min-h-\[120px\]{min-height:120px}.min-h-\[250px\]{min-height:250px}.min-h-\[340px\]{min-height:340px}.min-h-\[360px\]{min-height:360px}.min-h-\[430px\]{min-height:430px}.min-h-\[52px\]{min-height:52px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[640px\]{min-height:640px}.min-h-\[64px\]{min-height:64px}.min-h-\[68px\]{min-height:68px}.min-h-\[70px\]{min-height:70px}.min-h-\[720px\]{min-height:720px}.min-h-\[calc\(100vh-6rem\)\]{min-height:calc(100vh - 6rem)}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[240px\]{width:240px}.w-\[28\%\]{width:28%}.w-\[56\%\]{width:56%}.w-\[84vw\]{width:84vw}.w-\[calc\(100\%-2rem\)\]{width:calc(100% - 2rem)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-16{min-width:4rem}.min-w-\[1050px\]{min-width:1050px}.min-w-\[120px\]{min-width:120px}.min-w-\[128px\]{min-width:128px}.min-w-\[200px\]{min-width:200px}.min-w-\[250px\]{min-width:250px}.min-w-\[280px\]{min-width:280px}.min-w-\[720px\]{min-width:720px}.min-w-\[760px\]{min-width:760px}.min-w-\[780px\]{min-width:780px}.min-w-\[900px\]{min-width:900px}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[1600px\]{max-width:1600px}.max-w-\[170px\]{max-width:170px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[300px\]{max-width:300px}.max-w-\[390px\]{max-width:390px}.max-w-\[430px\]{max-width:430px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.origin-left{transform-origin:left}.origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-\[7px\]{--tw-translate-y: -7px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50px\]{--tw-translate-x: -50px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-10{--tw-translate-y: 2.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-12{--tw-translate-y: 3rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-20{--tw-translate-y: 5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-6{--tw-translate-y: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-8{--tw-translate-y: 2rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[7px\]{--tw-translate-y: 7px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-45{--tw-rotate: -45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-150{--tw-scale-x: 1.5;--tw-scale-y: 1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-x-0{--tw-scale-x: 0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .6s ease-out forwards}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes scale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-scale{animation:scale .3s ease-out forwards}@keyframes slide-down{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-down{animation:slide-down .7s ease-out forwards}@keyframes slide-left{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-slide-left{animation:slide-left .7s ease-out forwards}@keyframes slide-right{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.animate-slide-right{animation:slide-right .7s ease-out forwards}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slide-up .7s ease-out forwards}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-crosshair{cursor:crosshair}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-zoom-in{cursor:zoom-in}.cursor-zoom-out{cursor:zoom-out}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness: mandatory}.snap-center{scroll-snap-align:center}.scroll-mt-24{scroll-margin-top:6rem}.scroll-mt-28{scroll-margin-top:7rem}.scroll-pb-40{scroll-padding-bottom:10rem}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-\[0\.7fr_1fr\]{grid-template-columns:.7fr 1fr}.grid-cols-\[1\.5rem_minmax\(0\,1fr\)_auto\]{grid-template-columns:1.5rem minmax(0,1fr) auto}.grid-cols-\[120px_1fr\]{grid-template-columns:120px 1fr}.grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.grid-cols-\[280px_1fr\]{grid-template-columns:280px 1fr}.grid-cols-\[minmax\(0\,0\.7fr\)_minmax\(0\,1\.3fr\)\]{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr)}.grid-cols-\[minmax\(0\,1fr\)_70px_110px\]{grid-template-columns:minmax(0,1fr) 70px 110px}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-px{gap:1px}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-5{row-gap:1.25rem}.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-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * 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)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 213 219 / var(--tw-divide-opacity))}.divide-white\/5>:not([hidden])~:not([hidden]){border-color:#ffffff0d}.divide-white\/\[0\.06\]>:not([hidden])~:not([hidden]){border-color:#ffffff0f}.divide-white\/\[0\.07\]>:not([hidden])~:not([hidden]){border-color:#ffffff12}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:var(--radius-md)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-3xl{border-radius:1.5rem}.rounded-\[20px\]{border-radius:20px}.rounded-\[24px\]{border-radius:24px}.rounded-\[26px\]{border-radius:26px}.rounded-\[28px\]{border-radius:28px}.rounded-full{border-radius:var(--radius-full)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-t-\[24px\]{border-top-left-radius:24px;border-top-right-radius:24px}.rounded-t-\[28px\]{border-top-left-radius:28px;border-top-right-radius:28px}.rounded-t-xl{border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-\[rgb\(255\,203\,20\)\]{--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity))}.border-\[rgb\(255\,203\,20\)\]\/30{border-color:#ffcb144d}.border-amber-300\/20{border-color:#fcd34d33}.border-amber-300\/25{border-color:#fcd34d40}.border-amber-400\/25{border-color:#fbbf2440}.border-amber-500\/30{border-color:#f59e0b4d}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-black\/10{border-color:#0000001a}.border-black\/25{border-color:#00000040}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-blue-500\/30{border-color:#3b82f64d}.border-emerald-400\/20{border-color:#34d39933}.border-emerald-400\/25{border-color:#34d39940}.border-emerald-400\/30{border-color:#34d3994d}.border-emerald-500\/30{border-color:#10b9814d}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-200\/80{border-color:#e5e7ebcc}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-50{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.border-green-500\/20{border-color:#22c55e33}.border-green-500\/30{border-color:#22c55e4d}.border-mietluke-yellow{--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity))}.border-orange-500\/30{border-color:#f973164d}.border-primary{--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity))}.border-primary\/10{border-color:#ffcb141a}.border-primary\/20{border-color:#ffcb1433}.border-primary\/25{border-color:#ffcb1440}.border-primary\/30{border-color:#ffcb144d}.border-primary\/35{border-color:#ffcb1459}.border-primary\/45{border-color:#ffcb1473}.border-primary\/50{border-color:#ffcb1480}.border-primary\/60{border-color:#ffcb1499}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity))}.border-red-400\/20{border-color:#f8717133}.border-red-400\/25{border-color:#f8717140}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-red-500\/30{border-color:#ef44444d}.border-red-500\/50{border-color:#ef444480}.border-sky-500\/30{border-color:#0ea5e94d}.border-surface-accent{--tw-border-opacity: 1;border-color:rgb(44 44 46 / var(--tw-border-opacity))}.border-surface-light{--tw-border-opacity: 1;border-color:rgb(28 28 30 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-white\/10{border-color:#ffffff1a}.border-white\/15{border-color:#ffffff26}.border-white\/20{border-color:#fff3}.border-white\/25{border-color:#ffffff40}.border-white\/30{border-color:#ffffff4d}.border-white\/5{border-color:#ffffff0d}.border-white\/\[0\.06\]{border-color:#ffffff0f}.border-white\/\[0\.07\]{border-color:#ffffff12}.border-white\/\[0\.08\]{border-color:#ffffff14}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-yellow-500\/30{border-color:#eab3084d}.border-t-gray-900{--tw-border-opacity: 1;border-top-color:rgb(17 24 39 / var(--tw-border-opacity))}.border-t-transparent{border-top-color:transparent}.border-t-white{--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-t-yellow-400{--tw-border-opacity: 1;border-top-color:rgb(250 204 21 / var(--tw-border-opacity))}.bg-\[\#07090c\]{--tw-bg-opacity: 1;background-color:rgb(7 9 12 / var(--tw-bg-opacity))}.bg-\[\#0d0d0d\]{--tw-bg-opacity: 1;background-color:rgb(13 13 13 / var(--tw-bg-opacity))}.bg-\[\#0d1015\]{--tw-bg-opacity: 1;background-color:rgb(13 16 21 / var(--tw-bg-opacity))}.bg-\[\#101010\]{--tw-bg-opacity: 1;background-color:rgb(16 16 16 / var(--tw-bg-opacity))}.bg-\[\#111111\],.bg-\[\#111\]{--tw-bg-opacity: 1;background-color:rgb(17 17 17 / var(--tw-bg-opacity))}.bg-\[\#151515\]{--tw-bg-opacity: 1;background-color:rgb(21 21 21 / var(--tw-bg-opacity))}.bg-\[\#f5f5f3\]{--tw-bg-opacity: 1;background-color:rgb(245 245 243 / var(--tw-bg-opacity))}.bg-\[\#f5f5f7\]{--tw-bg-opacity: 1;background-color:rgb(245 245 247 / var(--tw-bg-opacity))}.bg-\[\#ffc439\]{--tw-bg-opacity: 1;background-color:rgb(255 196 57 / var(--tw-bg-opacity))}.bg-\[rgb\(255\,203\,20\)\]{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.bg-amber-300{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}.bg-amber-300\/10{background-color:#fcd34d1a}.bg-amber-300\/\[0\.06\]{background-color:#fcd34d0f}.bg-amber-400\/10{background-color:#fbbf241a}.bg-amber-400\/15{background-color:#fbbf2426}.bg-amber-400\/70{background-color:#fbbf24b3}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity))}.bg-amber-500\/15{background-color:#f59e0b26}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-black\/20{background-color:#0003}.bg-black\/25{background-color:#00000040}.bg-black\/30{background-color:#0000004d}.bg-black\/35{background-color:#00000059}.bg-black\/45{background-color:#00000073}.bg-black\/50{background-color:#00000080}.bg-black\/55{background-color:#0000008c}.bg-black\/60{background-color:#0009}.bg-black\/70{background-color:#000000b3}.bg-black\/75{background-color:#000000bf}.bg-black\/80{background-color:#000c}.bg-black\/85{background-color:#000000d9}.bg-black\/90{background-color:#000000e6}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-500\/20{background-color:#3b82f633}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.bg-emerald-400\/10{background-color:#34d3991a}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/15{background-color:#10b98126}.bg-emerald-500\/20{background-color:#10b98133}.bg-emerald-500\/70{background-color:#10b981b3}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-50\/70{background-color:#f9fafbb3}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-gray-950{--tw-bg-opacity: 1;background-color:rgb(3 7 18 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/20{background-color:#22c55e33}.bg-green-500\/\[0\.08\]{background-color:#22c55e14}.bg-mietluke-gray{--tw-bg-opacity: 1;background-color:rgb(44 44 46 / var(--tw-bg-opacity))}.bg-mietluke-yellow{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.bg-orange-300{--tw-bg-opacity: 1;background-color:rgb(253 186 116 / var(--tw-bg-opacity))}.bg-orange-500\/10{background-color:#f973161a}.bg-orange-500\/15{background-color:#f9731626}.bg-primary{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.bg-primary\/10{background-color:#ffcb141a}.bg-primary\/15{background-color:#ffcb1426}.bg-primary\/20{background-color:#ffcb1433}.bg-primary\/90{background-color:#ffcb14e6}.bg-primary\/\[0\.055\]{background-color:#ffcb140e}.bg-primary\/\[0\.06\]{background-color:#ffcb140f}.bg-primary\/\[0\.07\]{background-color:#ffcb1412}.bg-primary\/\[0\.08\]{background-color:#ffcb1414}.bg-primary\/\[0\.09\]{background-color:#ffcb1417}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.bg-red-400\/10{background-color:#f871711a}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/15{background-color:#ef444426}.bg-red-500\/20{background-color:#ef444433}.bg-red-500\/70{background-color:#ef4444b3}.bg-red-500\/\[0\.08\]{background-color:#ef444414}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-red-900\/50{background-color:#7f1d1d80}.bg-red-950\/90{background-color:#450a0ae6}.bg-secondary{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-sky-500\/15{background-color:#0ea5e926}.bg-surface{--tw-bg-opacity: 1;background-color:rgb(17 17 17 / var(--tw-bg-opacity))}.bg-surface-accent{--tw-bg-opacity: 1;background-color:rgb(44 44 46 / var(--tw-bg-opacity))}.bg-surface-light{--tw-bg-opacity: 1;background-color:rgb(28 28 30 / var(--tw-bg-opacity))}.bg-surface-light\/95{background-color:#1c1c1ef2}.bg-transparent{background-color:transparent}.bg-violet-400{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/15{background-color:#ffffff26}.bg-white\/35{background-color:#ffffff59}.bg-white\/40{background-color:#fff6}.bg-white\/5{background-color:#ffffff0d}.bg-white\/75{background-color:#ffffffbf}.bg-white\/90{background-color:#ffffffe6}.bg-white\/95{background-color:#fffffff2}.bg-white\/\[0\.025\]{background-color:#ffffff06}.bg-white\/\[0\.02\]{background-color:#ffffff05}.bg-white\/\[0\.035\]{background-color:#ffffff09}.bg-white\/\[0\.03\]{background-color:#ffffff08}.bg-white\/\[0\.045\]{background-color:#ffffff0b}.bg-white\/\[0\.04\]{background-color:#ffffff0a}.bg-white\/\[0\.055\]{background-color:#ffffff0e}.bg-white\/\[0\.05\]{background-color:#ffffff0d}.bg-white\/\[0\.06\]{background-color:#ffffff0f}.bg-white\/\[0\.07\]{background-color:#ffffff12}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.bg-yellow-500\/10{background-color:#eab3081a}.bg-yellow-500\/20{background-color:#eab30833}.bg-\[radial-gradient\(circle_at_top_left\,rgba\(255\,203\,20\,0\.12\)\,transparent_42\%\)\]{background-image:radial-gradient(circle at top left,rgba(255,203,20,.12),transparent 42%)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-\[\#f5f5f7\]{--tw-gradient-from: #f5f5f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 245 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black{--tw-gradient-from: #000 var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/55{--tw-gradient-from: rgb(0 0 0 / .55) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/60{--tw-gradient-from: rgb(0 0 0 / .6) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/65{--tw-gradient-from: rgb(0 0 0 / .65) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/80{--tw-gradient-from: rgb(0 0 0 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary\/15{--tw-gradient-from: rgb(255 203 20 / .15) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 203 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary\/20{--tw-gradient-from: rgb(255 203 20 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 203 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary\/5{--tw-gradient-from: rgb(255 203 20 / .05) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 203 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-secondary\/70{--tw-gradient-from: rgb(0 0 0 / .7) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white\/\[0\.08\]{--tw-gradient-from: rgb(255 255 255 / .08) var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#f5f5f7\]{--tw-gradient-to: rgb(245 245 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f5f5f7 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/10{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-black\/80{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .8) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary{--tw-gradient-to: rgb(255 203 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #ffcb14 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary\/60{--tw-gradient-to: rgb(255 203 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(255 203 20 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-secondary\/40{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-surface-light{--tw-gradient-to: rgb(28 28 30 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1c1c1e var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-black\/10{--tw-gradient-to: rgb(0 0 0 / .1) var(--tw-gradient-to-position)}.to-black\/20{--tw-gradient-to: rgb(0 0 0 / .2) var(--tw-gradient-to-position)}.to-black\/80{--tw-gradient-to: rgb(0 0 0 / .8) var(--tw-gradient-to-position)}.to-primary\/20{--tw-gradient-to: rgb(255 203 20 / .2) var(--tw-gradient-to-position)}.to-secondary\/90{--tw-gradient-to: rgb(0 0 0 / .9) var(--tw-gradient-to-position)}.to-surface-light{--tw-gradient-to: #1c1c1e var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-white\/\[0\.03\]{--tw-gradient-to: rgb(255 255 255 / .03) var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-\[62\%_center\]{-o-object-position:62% center;object-position:62% center}.object-bottom{-o-object-position:bottom;object-position:bottom}.object-left-bottom{-o-object-position:left bottom;object-position:left bottom}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-2{padding-bottom:.5rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-36{padding-bottom:9rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-\[max\(0\.5rem\,env\(safe-area-inset-bottom\)\)\]{padding-bottom:max(.5rem,env(safe-area-inset-bottom))}.pb-\[max\(1\.25rem\,env\(safe-area-inset-bottom\)\)\]{padding-bottom:max(1.25rem,env(safe-area-inset-bottom))}.pb-\[max\(1rem\,env\(safe-area-inset-bottom\)\)\]{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-9{padding-left:2.25rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-\[1\.05\]{line-height:1.05}.leading-\[1\.08\]{line-height:1.08}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[-0\.035em\]{letter-spacing:-.035em}.tracking-\[-0\.05em\]{letter-spacing:-.05em}.tracking-\[-0\.08em\]{letter-spacing:-.08em}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.22em\]{letter-spacing:.22em}.tracking-\[0\.24em\]{letter-spacing:.24em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#003087\]{--tw-text-opacity: 1;color:rgb(0 48 135 / var(--tw-text-opacity))}.text-\[\#0070e0\]{--tw-text-opacity: 1;color:rgb(0 112 224 / var(--tw-text-opacity))}.text-\[\#111820\]{--tw-text-opacity: 1;color:rgb(17 24 32 / var(--tw-text-opacity))}.text-\[rgb\(255\,203\,20\)\]{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.text-amber-100{--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity))}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-black\/50{color:#00000080}.text-black\/55{color:#0000008c}.text-black\/60{color:#0009}.text-black\/70{color:#000000b3}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-emerald-100{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity))}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}.text-foreground{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-gray-950{--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.text-mietluke-yellow{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.text-orange-300{--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity))}.text-primary{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.text-primary-dark{--tw-text-opacity: 1;color:rgb(217 173 17 / var(--tw-text-opacity))}.text-primary\/75{color:#ffcb14bf}.text-primary\/80{color:#ffcb14cc}.text-red-100{--tw-text-opacity: 1;color:rgb(254 226 226 / var(--tw-text-opacity))}.text-red-200{--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity))}.text-red-200\/70{color:#fecacab3}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.text-red-300\/80{color:#fca5a5cc}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.text-secondary{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-secondary\/60{color:#0009}.text-sky-300{--tw-text-opacity: 1;color:rgb(125 211 252 / var(--tw-text-opacity))}.text-text-primary{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-text-secondary{--tw-text-opacity: 1;color:rgb(220 220 220 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-white\/20{color:#fff3}.text-white\/25{color:#ffffff40}.text-white\/30{color:#ffffff4d}.text-white\/35{color:#ffffff59}.text-white\/40{color:#fff6}.text-white\/45{color:#ffffff73}.text-white\/50{color:#ffffff80}.text-white\/55{color:#ffffff8c}.text-white\/60{color:#fff9}.text-white\/65{color:#ffffffa6}.text-white\/70{color:#ffffffb3}.text-white\/75{color:#ffffffbf}.text-white\/80{color:#fffc}.text-white\/85{color:#ffffffd9}.text-white\/90{color:#ffffffe6}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-primary{text-decoration-color:#ffcb14}.decoration-2{text-decoration-thickness:2px}.decoration-4{text-decoration-thickness:4px}.underline-offset-4{text-underline-offset:4px}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity))}.placeholder-white\/40::-moz-placeholder{color:#fff6}.placeholder-white\/40::placeholder{color:#fff6}.placeholder-white\/50::-moz-placeholder{color:#ffffff80}.placeholder-white\/50::placeholder{color:#ffffff80}.placeholder-white\/60::-moz-placeholder{color:#fff9}.placeholder-white\/60::placeholder{color:#fff9}.accent-\[\#ffc439\]{accent-color:#ffc439}.accent-primary{accent-color:#ffcb14}.accent-yellow-400{accent-color:#facc15}.accent-yellow-500{accent-color:#eab308}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-65{opacity:.65}.shadow{--tw-shadow: var(--shadow-md);--tw-shadow-colored: var(--shadow-md);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_4px_rgba\(255\,203\,20\,0\.22\)\,0_16px_40px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow: 0 0 0 4px rgba(255,203,20,.22),0 16px 40px rgba(0,0,0,.12);--tw-shadow-colored: 0 0 0 4px var(--tw-shadow-color), 0 16px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_9999px_rgba\(0\,0\,0\,0\.22\)\]{--tw-shadow: 0 0 0 9999px rgba(0,0,0,.22);--tw-shadow-colored: 0 0 0 9999px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_60px_rgba\(255\,203\,20\,0\.16\)\]{--tw-shadow: 0 0 60px rgba(255,203,20,.16);--tw-shadow-colored: 0 0 60px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_60px_rgba\(255\,203\,20\,0\.18\)\]{--tw-shadow: 0 0 60px rgba(255,203,20,.18);--tw-shadow-colored: 0 0 60px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_36px_rgba\(255\,203\,20\,0\.22\)\]{--tw-shadow: 0 12px 36px rgba(255,203,20,.22);--tw-shadow-colored: 0 12px 36px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_20px_60px_rgba\(0\,0\,0\,0\.22\)\]{--tw-shadow: 0 20px 60px rgba(0,0,0,.22);--tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_20px_60px_rgba\(0\,0\,0\,0\.45\)\]{--tw-shadow: 0 20px 60px rgba(0,0,0,.45);--tw-shadow-colored: 0 20px 60px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_20px_70px_rgba\(0\,0\,0\,0\.25\)\]{--tw-shadow: 0 20px 70px rgba(0,0,0,.25);--tw-shadow-colored: 0 20px 70px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_24px_70px_rgba\(0\,0\,0\,0\.18\)\]{--tw-shadow: 0 24px 70px rgba(0,0,0,.18);--tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(0\,0\,0\,0\.26\)\]{--tw-shadow: 0 24px 80px rgba(0,0,0,.26);--tw-shadow-colored: 0 24px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_24px_80px_rgba\(0\,0\,0\,0\.32\)\]{--tw-shadow: 0 24px 80px rgba(0,0,0,.32);--tw-shadow-colored: 0 24px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_30px_100px_rgba\(0\,0\,0\,0\.28\)\]{--tw-shadow: 0 30px 100px rgba(0,0,0,.28);--tw-shadow-colored: 0 30px 100px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: var(--shadow-md);--tw-shadow-colored: var(--shadow-md);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: var(--shadow-sm);--tw-shadow-colored: var(--shadow-sm);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: var(--shadow-xl);--tw-shadow-colored: var(--shadow-xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[rgb\(255\,203\,20\)\]\/20{--tw-shadow-color: rgb(255 203 20 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/20{--tw-shadow-color: rgb(59 130 246 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-primary\/20{--tw-shadow-color: rgb(255 203 20 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-red-500\/20{--tw-shadow-color: rgb(239 68 68 / .2);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-emerald-500\/30{--tw-ring-color: rgb(16 185 129 / .3)}.ring-mietluke-yellow,.ring-primary{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 203 20 / var(--tw-ring-opacity))}.ring-primary-light{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 221 102 / var(--tw-ring-opacity))}.ring-primary\/40{--tw-ring-color: rgb(255 203 20 / .4)}.ring-white\/\[0\.025\]{--tw-ring-color: rgb(255 255 255 / .025)}.ring-yellow-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity))}.blur{--tw-blur: blur(8px);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)}.blur-3xl{--tw-blur: blur(64px);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)}.drop-shadow-\[0_6px_10px_rgba\(0\,0\,0\,0\.35\)\]{--tw-drop-shadow: drop-shadow(0 6px 10px rgba(0,0,0,.35));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)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));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)}.grayscale{--tw-grayscale: grayscale(100%);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)}.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)}.backdrop-blur{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[2px\]{--tw-backdrop-blur: blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur: blur(16px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.animate-fade-in{animation:fade-in .8s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-up{animation:slide-up .8s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-down{animation:slide-down .8s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-left{animation:slide-left .8s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-right{animation:slide-right .8s cubic-bezier(.16,1,.3,1) forwards}.animate-scale{animation:scale .8s cubic-bezier(.16,1,.3,1) forwards}.animate-pulse-subtle{animation:pulse-subtle 2s ease-in-out infinite}.reveal.\!active{opacity:1!important;transform:translateY(0)!important}.reveal.active{opacity:1;transform:translateY(0)}.\[backface-visibility\:hidden\]{backface-visibility:hidden}.\[scrollbar-width\:none\]{scrollbar-width:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-left{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slide-right{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes catalog-dropdown-enter{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.catalog-dropdown-enter{animation:catalog-dropdown-enter .18s cubic-bezier(.16,1,.3,1) both}@keyframes catalog-scroll-cue{0%{transform:translate(-100%)}to{transform:translate(270%)}}.catalog-scroll-cue{animation:catalog-scroll-cue 1.8s cubic-bezier(.65,0,.35,1) infinite}@media(prefers-reduced-motion:reduce){.catalog-dropdown-enter,.catalog-scroll-cue{animation:none}}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.8}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}input.bg-white,input.bg-white:focus,select.bg-white,select.bg-white:focus{color:#000!important}input.bg-white::-moz-placeholder{color:#6b7280!important}input.bg-white::placeholder{color:#6b7280!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#000!important}input:-webkit-autofill::placeholder{-webkit-text-fill-color:#6b7280!important}.blog-content{line-height:1.75;color:#27272a;font-size:1.0625rem}.blog-content h1{font-size:2rem;font-weight:700;color:#111;margin:2rem 0 1rem}.blog-content h2{font-size:clamp(1.55rem,3vw,2rem);font-weight:800;letter-spacing:-.025em;line-height:1.2;color:#111;margin:3rem 0 1rem;padding-left:1rem;border-left:5px solid #ffcb14}.blog-content h3{font-size:1.3rem;font-weight:700;color:#111;margin:2rem 0 .65rem}.blog-content h4,.blog-content h5,.blog-content h6{font-weight:600;color:#111;margin:1.25rem 0 .5rem}.blog-content p{margin:1rem 0}.blog-content strong{color:#111;font-weight:700}.blog-content a{color:#d9ad11;text-decoration:none;transition:color .2s}.blog-content a:hover{color:#ffcb14;text-decoration:underline}.blog-content ul,.blog-content ol{margin:.75rem 0;padding-left:1.5rem}.blog-content ul{list-style-type:disc}.blog-content ol{list-style-type:decimal}.blog-content li{margin:.45rem 0;padding-left:.2rem}.blog-content li p{margin:0}.blog-content blockquote{border-left:3px solid #ffcb14;padding:.75rem 1.25rem;margin:1.25rem 0;background:#ffcb140f;border-radius:0 var(--radius-md) var(--radius-md) 0;font-style:italic;color:#555}.blog-content hr{border:none;height:1px;background:#e5e5e5;margin:2rem 0}.blog-content img{max-width:100%;height:auto;border-radius:var(--radius-lg);margin:1.5rem auto;display:block}.blog-content pre{background:#111;border:1px solid #333;border-radius:var(--radius-md);padding:1rem 1.25rem;overflow-x:auto;margin:1.25rem 0;font-size:.875rem;color:#e5e5e5}.blog-content code{font-family:Fira Code,Consolas,monospace;font-size:.875em}.blog-content :not(pre)>code{background:#ffcb141a;color:#d9ad11;padding:.15em .4em;border-radius:4px}.blog-content .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0}.blog-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;border-collapse:collapse;min-width:480px;margin:1.5rem 0;border:1px solid #e4e4e7;border-radius:var(--radius-lg);box-shadow:0 12px 30px #1111110f}.blog-content table th{background:#111;color:#fff;font-weight:700;text-align:left;padding:.75rem 1rem;border:1px solid #e5e5e5}.blog-content table td{padding:.9rem 1rem;border:1px solid #e4e4e7;color:#333;vertical-align:top}.blog-content table tr:nth-child(2n) td{background:#fafafa}.blog-content .callout{position:relative;padding:3.25rem 1.5rem 1.35rem;margin:2rem 0;border-radius:var(--radius-lg);border:1px solid;box-shadow:0 12px 30px #1111110d}.blog-content .callout:before{position:absolute;top:1rem;left:1.5rem;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.blog-content .callout-info{background:#fff9dc;border-color:#f0d45f;color:#333}.blog-content .callout-info:before{content:"Kurz gesagt";color:#826800}.blog-content .callout-warning{background:#f4f4f5;border-color:#d4d4d8;color:#333}.blog-content .callout-warning:before{content:"Bitte vorher klären";color:#3f3f46}.blog-content .callout-tip{background:#111;border-color:#111;color:#f4f4f5}.blog-content .callout-tip strong,.blog-content .callout-tip a{color:#ffcb14}.blog-content .callout-tip:before{content:"Mietluke-Tipp";color:#ffcb14}@media(max-width:640px){.blog-content{font-size:1rem}.blog-content h2{margin-top:2.5rem}.blog-content .callout{padding-left:1.15rem;padding-right:1.15rem}.blog-content .callout:before{left:1.15rem}}.blog-editor-content .ProseMirror{outline:none;min-height:350px;padding:1rem;color:#111}.blog-editor-content .ProseMirror p.is-editor-empty:first-child:before{color:#9ca3af;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.blog-editor-content .ProseMirror h1{font-size:1.75rem;font-weight:700;margin:1rem 0 .5rem}.blog-editor-content .ProseMirror h2{font-size:1.5rem;font-weight:700;margin:1rem 0 .5rem;color:#d9ad11}.blog-editor-content .ProseMirror h3{font-size:1.25rem;font-weight:600;margin:.75rem 0 .5rem}.blog-editor-content .ProseMirror h4{font-size:1.1rem;font-weight:600;margin:.75rem 0 .5rem}.blog-editor-content .ProseMirror ul{list-style-type:disc;padding-left:1.5rem;margin:.5rem 0}.blog-editor-content .ProseMirror ol{list-style-type:decimal;padding-left:1.5rem;margin:.5rem 0}.blog-editor-content .ProseMirror li{margin:.25rem 0}.blog-editor-content .ProseMirror blockquote{border-left:3px solid #ffcb14;padding-left:1rem;margin:.75rem 0;color:#666;font-style:italic}.blog-editor-content .ProseMirror hr{border:none;height:1px;background:#d1d5db;margin:1.5rem 0}.blog-editor-content .ProseMirror a{color:#d9ad11;text-decoration:underline}.blog-editor-content .ProseMirror pre{background:#1a1a1a;color:#e5e5e5;border-radius:8px;padding:.75rem 1rem;margin:.5rem 0;font-family:Consolas,monospace;font-size:.875rem}.blog-editor-content .ProseMirror code{font-family:Consolas,monospace;font-size:.875em}.blog-editor-content .ProseMirror :not(pre)>code{background:#ffcb141a;color:#d9ad11;padding:.1em .3em;border-radius:3px}.blog-editor-content .ProseMirror img{max-width:100%;border-radius:8px;margin:.5rem 0}.blog-editor-content table{width:100%;border-collapse:collapse;margin:.5rem 0}.blog-editor-content th,.blog-editor-content td{border:1px solid #d1d5db;padding:.5rem;min-width:80px}.blog-editor-content th{background:#f3f4f6;font-weight:600}.blog-editor-content .callout{padding:.75rem 1rem;margin:.5rem 0;border-radius:8px;border-left:4px solid}.blog-editor-content .callout-info{background:#ffcb140f;border-color:#ffcb14}.blog-editor-content .callout-warning{background:#1111110a;border-color:#111}.blog-editor-content .callout-tip{background:#d9ad1114;border-color:#d9ad11}.admin-premium{background:radial-gradient(circle at top left,rgba(255,203,20,.12),transparent 34rem),linear-gradient(135deg,#050505,#111 45%,#0a0a0a);color:#f8f5eb}.admin-premium .bg-white,.admin-premium .bg-gray-50,.admin-premium .bg-gray-100{background-color:#ffffff0b!important}.admin-premium .bg-gray-900,.admin-premium .bg-gray-800{background-color:#0000006b!important}.admin-premium .text-gray-900,.admin-premium .text-gray-800,.admin-premium .text-gray-700{color:#f8f5eb!important}.admin-premium .text-gray-600,.admin-premium .text-gray-500,.admin-premium .text-gray-400{color:#f8f5eb94!important}.admin-premium .border,.admin-premium .border-t,.admin-premium .border-b,.admin-premium .border-l,.admin-premium .border-r,.admin-premium .border-gray-100,.admin-premium .border-gray-200,.admin-premium .border-gray-300,.admin-premium .border-gray-700{border-color:#ffffff1a!important}.admin-premium .shadow,.admin-premium .shadow-sm,.admin-premium .shadow-lg{box-shadow:0 20px 60px #0000003d!important}.admin-premium input,.admin-premium select,.admin-premium textarea{background-color:#ffffff12!important;border-color:#ffffff21!important;color:#fff!important}.admin-premium input::-moz-placeholder,.admin-premium textarea::-moz-placeholder{color:#ffffff61!important}.admin-premium input::placeholder,.admin-premium textarea::placeholder{color:#ffffff61!important}.admin-premium option{background:#151515;color:#fff}.admin-premium table{color:#f8f5eb}.admin-premium thead{background-color:#ffffff0e!important}.admin-premium tbody tr{transition:background-color .18s ease,opacity .18s ease}.admin-premium tbody tr:hover{background-color:#ffcb1412!important}.admin-premium .bg-yellow-50{background-color:#ffcb141c!important}.admin-premium .bg-yellow-100,.admin-premium .bg-yellow-400{background-color:#ffcb142e!important;color:#f7d86b!important;border-color:#ffcb1459!important}.admin-premium .bg-green-100,.admin-premium .bg-green-50{background-color:#30d15821!important;color:#7ee89a!important}.admin-premium .bg-blue-100,.admin-premium .bg-blue-50{background-color:#60a5fa21!important;color:#93c5fd!important}.admin-premium .bg-red-100,.admin-premium .bg-red-50{background-color:#f8717121!important;color:#fca5a5!important}.admin-premium .text-blue-600,.admin-premium .text-blue-700,.admin-premium .text-blue-800{color:#93c5fd!important}.admin-premium .text-green-600,.admin-premium .text-green-700,.admin-premium .text-green-800{color:#7ee89a!important}.admin-premium .text-red-500,.admin-premium .text-red-600,.admin-premium .text-red-700,.admin-premium .text-red-800{color:#fca5a5!important}.admin-premium .text-yellow-500,.admin-premium .text-yellow-600,.admin-premium .text-yellow-800,.admin-premium .text-amber-600{color:#f7d86b!important}.admin-premium button:not(:disabled),.admin-premium a{transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}.admin-auth-screen{background:radial-gradient(circle at 22% 18%,rgba(255,203,20,.16),transparent 26rem),radial-gradient(circle at 78% 72%,rgba(255,255,255,.06),transparent 24rem),linear-gradient(135deg,#050505,#111 52%,#070707)}.employee-app{--employee-bottom-nav-height: calc(4.75rem + env(safe-area-inset-bottom)) ;min-height:100svh;max-width:100%;overflow-x:hidden;-webkit-tap-highlight-color:transparent}.employee-page-bottom-space{padding-bottom:calc(var(--employee-bottom-nav-height) + 1rem)}.employee-bottom-nav{min-height:var(--employee-bottom-nav-height)}.employee-sticky-actions{position:sticky;bottom:var(--employee-bottom-nav-height);z-index:30;border-top:1px solid rgba(255,255,255,.08);background:#000000f5;padding-top:.75rem;padding-bottom:.75rem}.employee-modal-actions{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.employee-app .AdminPageHeader{margin-bottom:1rem}.employee-app button,.employee-app a,.employee-app input,.employee-app select,.employee-app textarea{touch-action:manipulation}@media(max-width:767px){.employee-app table{min-width:0!important;width:100%!important}.employee-app table thead{display:none}.employee-app table,.employee-app table tbody,.employee-app table tr,.employee-app table td{display:block}.employee-app table tbody{display:grid;gap:.75rem}.employee-app table tr{border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0b;overflow:hidden}.employee-app table td{border:0!important;padding:.75rem 1rem!important;text-align:left!important}.employee-app table td:empty{display:none}.employee-app .overflow-x-auto{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}.employee-app .grid{min-width:0}.employee-app *,.employee-app *:before,.employee-app *:after{max-width:100%}.employee-app input,.employee-app select,.employee-app textarea{font-size:16px}}.file\:mr-3::file-selector-button{margin-right:.75rem}.file\:rounded-md::file-selector-button{border-radius:var(--radius-md)}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-primary::file-selector-button{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.file\:px-3::file-selector-button{padding-left:.75rem;padding-right:.75rem}.file\:py-1::file-selector-button{padding-top:.25rem;padding-bottom:.25rem}.file\:text-xs::file-selector-button{font-size:.75rem;line-height:1rem}.file\:font-semibold::file-selector-button{font-weight:600}.file\:text-secondary::file-selector-button{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.placeholder\:text-gray-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.placeholder\:text-gray-500::placeholder{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.placeholder\:text-white\/35::-moz-placeholder{color:#ffffff59}.placeholder\:text-white\/35::placeholder{color:#ffffff59}.first\:pt-0:first-child{padding-top:0}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:-translate-y-0:hover{--tw-translate-y: -0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[\#ffcb14\]\/40:hover{border-color:#ffcb1466}.hover\:border-black:hover{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.hover\:border-mietluke-yellow:hover,.hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity))}.hover\:border-primary\/30:hover{border-color:#ffcb144d}.hover\:border-primary\/40:hover{border-color:#ffcb1466}.hover\:border-primary\/45:hover{border-color:#ffcb1473}.hover\:border-primary\/50:hover{border-color:#ffcb1480}.hover\:border-primary\/60:hover{border-color:#ffcb1499}.hover\:border-red-400\/40:hover{border-color:#f8717166}.hover\:border-white\/20:hover{border-color:#fff3}.hover\:border-white\/30:hover{border-color:#ffffff4d}.hover\:border-yellow-400:hover{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}.hover\:bg-\[\#f5b700\]:hover{--tw-bg-opacity: 1;background-color:rgb(245 183 0 / var(--tw-bg-opacity))}.hover\:bg-amber-400\/25:hover{background-color:#fbbf2440}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-emerald-500\/20:hover{background-color:#10b98133}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-100\/70:hover{background-color:#f3f4f6b3}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-gray-50\/50:hover{background-color:#f9fafb80}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.hover\:bg-primary-dark:hover{--tw-bg-opacity: 1;background-color:rgb(217 173 17 / var(--tw-bg-opacity))}.hover\:bg-primary-light:hover{--tw-bg-opacity: 1;background-color:rgb(255 221 102 / var(--tw-bg-opacity))}.hover\:bg-primary\/10:hover{background-color:#ffcb141a}.hover\:bg-primary\/20:hover{background-color:#ffcb1433}.hover\:bg-primary\/90:hover{background-color:#ffcb14e6}.hover\:bg-primary\/\[0\.07\]:hover{background-color:#ffcb1412}.hover\:bg-primary\/\[0\.13\]:hover{background-color:#ffcb1421}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-red-500\/15:hover{background-color:#ef444426}.hover\:bg-red-500\/30:hover{background-color:#ef44444d}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity))}.hover\:bg-secondary-light:hover{--tw-bg-opacity: 1;background-color:rgb(34 34 34 / var(--tw-bg-opacity))}.hover\:bg-surface-light\/80:hover{background-color:#1c1c1ecc}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/15:hover{background-color:#ffffff26}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/25:hover{background-color:#ffffff40}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-white\/\[0\.025\]:hover{background-color:#ffffff06}.hover\:bg-white\/\[0\.02\]:hover{background-color:#ffffff05}.hover\:bg-white\/\[0\.035\]:hover{background-color:#ffffff09}.hover\:bg-white\/\[0\.03\]:hover{background-color:#ffffff08}.hover\:bg-white\/\[0\.04\]:hover{background-color:#ffffff0a}.hover\:bg-white\/\[0\.05\]:hover{background-color:#ffffff0d}.hover\:bg-white\/\[0\.06\]:hover{background-color:#ffffff0f}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.hover\:bg-yellow-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity))}.hover\:bg-yellow-500:hover{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.hover\:text-\[\#ffcb14\]:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.hover\:text-foreground:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:text-gray-950:hover{--tw-text-opacity: 1;color:rgb(3 7 18 / var(--tw-text-opacity))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity))}.hover\:text-mietluke-yellow:hover,.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.hover\:text-primary-dark:hover{--tw-text-opacity: 1;color:rgb(217 173 17 / var(--tw-text-opacity))}.hover\:text-primary-light:hover{--tw-text-opacity: 1;color:rgb(255 221 102 / var(--tw-text-opacity))}.hover\:text-primary\/80:hover{color:#ffcb14cc}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.hover\:text-secondary:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.hover\:text-yellow-600:hover{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.hover\:text-yellow-700:hover{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-65:hover{opacity:.65}.hover\:shadow-\[0_12px_30px_rgba\(0\,0\,0\,0\.10\)\]:hover{--tw-shadow: 0 12px 30px rgba(0,0,0,.1);--tw-shadow-colored: 0 12px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_24px_60px_rgba\(0\,0\,0\,0\.10\)\]:hover{--tw-shadow: 0 24px 60px rgba(0,0,0,.1);--tw-shadow-colored: 0 24px 60px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: var(--shadow-lg);--tw-shadow-colored: var(--shadow-lg);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: var(--shadow-md);--tw-shadow-colored: var(--shadow-md);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: var(--shadow-xl);--tw-shadow-colored: var(--shadow-xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:ring-1:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-mietluke-yellow\/50:hover{--tw-ring-color: rgb(255 203 20 / .5)}.hover\:brightness-110:hover{--tw-brightness: brightness(1.1);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)}.hover\:brightness-125:hover{--tw-brightness: brightness(1.25);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)}.focus\:border-\[\#ffc439\]:focus{--tw-border-opacity: 1;border-color:rgb(255 196 57 / var(--tw-border-opacity))}.focus\:border-black:focus{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.focus\:border-gray-950:focus{--tw-border-opacity: 1;border-color:rgb(3 7 18 / var(--tw-border-opacity))}.focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgb(255 203 20 / var(--tw-border-opacity))}.focus\:border-primary\/50:focus{border-color:#ffcb1480}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-yellow-400:focus{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}.focus\:bg-white\/15:focus{background-color:#ffffff26}.focus\:bg-white\/\[0\.06\]:focus{background-color:#ffffff0f}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#ffc439\]\/70:focus{--tw-ring-color: rgb(255 196 57 / .7)}.focus\:ring-black:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}.focus\:ring-gray-950\/10:focus{--tw-ring-color: rgb(3 7 18 / .1)}.focus\:ring-mietluke-yellow:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 203 20 / var(--tw-ring-opacity))}.focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 203 20 / var(--tw-ring-opacity))}.focus\:ring-primary\/20:focus{--tw-ring-color: rgb(255 203 20 / .2)}.focus\:ring-primary\/30:focus{--tw-ring-color: rgb(255 203 20 / .3)}.focus\:ring-primary\/50:focus{--tw-ring-color: rgb(255 203 20 / .5)}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity))}.focus\:ring-white:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.focus\:ring-yellow-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-black:focus{--tw-ring-offset-color: #000}.focus-visible\:z-10:focus-visible{z-index:10}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-inset:focus-visible{--tw-ring-inset: inset}.focus-visible\:ring-primary:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 203 20 / var(--tw-ring-opacity))}.focus-visible\:ring-secondary:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.focus-visible\:ring-white:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-black:focus-visible{--tw-ring-offset-color: #000}.focus-visible\:ring-offset-primary:focus-visible{--tw-ring-offset-color: #ffcb14}.focus-visible\:ring-offset-secondary:focus-visible{--tw-ring-offset-color: #000000}.active\:translate-y-0:active{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-default:disabled{cursor:default}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:bg-gray-200:disabled{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.disabled\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-45:disabled{opacity:.45}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group[open] .group-open\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-\[1\.03\]{--tw-scale-x: 1.03;--tw-scale-y: 1.03;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-x-100{--tw-scale-x: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.group:hover .group-hover\:border-primary\/40{border-color:#ffcb1466}.group:hover .group-hover\:border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity))}.group\/item:hover .group-hover\/item\:bg-primary{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-primary{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.group:hover .group-hover\:text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.group:hover .group-hover\:text-primary{--tw-text-opacity: 1;color:rgb(255 203 20 / var(--tw-text-opacity))}.group:hover .group-hover\:text-primary-dark{--tw-text-opacity: 1;color:rgb(217 173 17 / var(--tw-text-opacity))}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.group:hover .group-hover\:opacity-100{opacity:1}.group.toast .group-\[\.toast\]\:mb-1{margin-bottom:.25rem}.group.toaster .group-\[\.toaster\]\:border-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.group.toast .group-\[\.toast\]\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.group.toast .group-\[\.toast\]\:bg-mietluke-yellow{--tw-bg-opacity: 1;background-color:rgb(255 203 20 / var(--tw-bg-opacity))}.group.toaster .group-\[\.toaster\]\:bg-black\/95{background-color:#000000f2}.group.toaster .group-\[\.toaster\]\:p-4{padding:1rem}.group.toast .group-\[\.toast\]\:px-3{padding-left:.75rem;padding-right:.75rem}.group.toast .group-\[\.toast\]\:py-2{padding-top:.5rem;padding-bottom:.5rem}.group.toast .group-\[\.toast\]\:text-base{font-size:1rem;line-height:1.5rem}.group.toast .group-\[\.toast\]\:text-sm{font-size:.875rem;line-height:1.25rem}.group.toast .group-\[\.toast\]\:font-medium{font-weight:500}.group.toast .group-\[\.toast\]\:leading-5{line-height:1.25rem}.group.toast .group-\[\.toast\]\:text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.group.toast .group-\[\.toast\]\:text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.group.toast .group-\[\.toast\]\:text-white,.group.toaster .group-\[\.toaster\]\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.group.toaster .group-\[\.toaster\]\:shadow-xl{--tw-shadow: var(--shadow-xl);--tw-shadow-colored: var(--shadow-xl);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group.toaster .group-\[\.toaster\]\:backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}@media(prefers-reduced-motion:reduce){.motion-reduce\:animate-none{animation:none}.motion-reduce\:transition-none{transition-property:none}}:is([data-theme=dark] .dark\:border-gray-600){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}:is([data-theme=dark] .dark\:border-gray-700){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}:is([data-theme=dark] .dark\:bg-gray-700){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}:is([data-theme=dark] .dark\:bg-gray-800){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}:is([data-theme=dark] .dark\:text-gray-300){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}:is([data-theme=dark] .dark\:text-white){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}@media(min-width:640px){.sm\:left-4{left:1rem}.sm\:left-8{left:2rem}.sm\:right-4{right:1rem}.sm\:right-auto{right:auto}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-16{margin-top:4rem}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-11{height:2.75rem}.sm\:h-12{height:3rem}.sm\:h-8{height:2rem}.sm\:h-9{height:2.25rem}.sm\:h-auto{height:auto}.sm\:max-h-\[88vh\]{max-height:88vh}.sm\:max-h-\[90vh\]{max-height:90vh}.sm\:max-h-\[94dvh\]{max-height:94dvh}.sm\:min-h-\[180px\]{min-height:180px}.sm\:min-h-\[380px\]{min-height:380px}.sm\:min-h-\[680px\]{min-height:680px}.sm\:min-h-\[76px\]{min-height:76px}.sm\:min-h-\[82px\]{min-height:82px}.sm\:w-11{width:2.75rem}.sm\:w-12{width:3rem}.sm\:w-24{width:6rem}.sm\:w-60{width:15rem}.sm\:w-8{width:2rem}.sm\:w-9{width:2.25rem}.sm\:w-auto{width:auto}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-none{max-width:none}.sm\:max-w-xl{max-width:36rem}.sm\:max-w-xs{max-width:20rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-\[1\.4fr_1fr_auto\]{grid-template-columns:1.4fr 1fr auto}.sm\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.sm\:grid-cols-\[7rem_1fr\]{grid-template-columns:7rem 1fr}.sm\:grid-cols-\[minmax\(0\,1fr\)_70px_110px\]{grid-template-columns:minmax(0,1fr) 70px 110px}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-8{gap:2rem}.sm\:overflow-visible{overflow:visible}.sm\:rounded-\[28px\]{border-radius:28px}.sm\:rounded-xl{border-radius:var(--radius-xl)}.sm\:border-b-0{border-bottom-width:0px}.sm\:border-r{border-right-width:1px}.sm\:object-center{-o-object-position:center;object-position:center}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-7{padding:1.75rem}.sm\:p-8{padding:2rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:pb-0{padding-bottom:0}.sm\:pb-16{padding-bottom:4rem}.sm\:pb-2{padding-bottom:.5rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pb-9{padding-bottom:2.25rem}.sm\:pt-8{padding-top:2rem}.sm\:text-center{text-align:center}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-\[11px\]{font-size:11px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:leading-7{line-height:1.75rem}.sm\:leading-8{line-height:2rem}.sm\:last\:border-r-0:last-child{border-right-width:0px}.sm\:odd\:mr-8:nth-child(odd){margin-right:2rem}}@media(min-width:768px){.md\:bottom-24{bottom:6rem}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:-mt-20{margin-top:-5rem}.md\:mb-0{margin-bottom:0}.md\:mb-12{margin-bottom:3rem}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-10{height:2.5rem}.md\:h-20{height:5rem}.md\:h-\[500px\]{height:500px}.md\:h-\[calc\(100vh-150px\)\]{height:calc(100vh - 150px)}.md\:min-h-\[680px\]{min-height:680px}.md\:max-w-2xl{max-width:42rem}.md\:cursor-default{cursor:default}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-\[0\.9fr_1\.4fr\]{grid-template-columns:.9fr 1.4fr}.md\:grid-cols-\[1fr_1fr_110px\]{grid-template-columns:1fr 1fr 110px}.md\:grid-cols-\[1fr_90px_140px_40px\]{grid-template-columns:1fr 90px 140px 40px}.md\:grid-cols-\[minmax\(0\,1fr\)_auto_auto\]{grid-template-columns:minmax(0,1fr) auto auto}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:gap-5{gap:1.25rem}.md\:gap-8{gap:2rem}.md\:rounded-3xl{border-radius:1.5rem}.md\:border-b-0{border-bottom-width:0px}.md\:border-l{border-left-width:1px}.md\:border-r{border-right-width:1px}.md\:border-t-0{border-top-width:0px}.md\:object-center{-o-object-position:center;object-position:center}.md\:p-8{padding:2rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-20{padding-bottom:5rem}.md\:pb-40{padding-bottom:10rem}.md\:pl-8{padding-left:2rem}.md\:pt-0{padding-top:0}.md\:pt-10{padding-top:2.5rem}.md\:pt-12{padding-top:3rem}.md\:text-left{text-align:left}.md\:text-right{text-align:right}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:leading-7{line-height:1.75rem}}@media(min-width:1024px){.lg\:sticky{position:sticky}.lg\:top-\[160px\]{top:160px}.lg\:top-\[80px\]{top:80px}.lg\:z-30{z-index:30}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-4{grid-column:span 4 / span 4}.lg\:col-start-1{grid-column-start:1}.lg\:col-start-2{grid-column-start:2}.lg\:row-span-2{grid-row:span 2 / span 2}.lg\:row-start-1{grid-row-start:1}.lg\:row-start-2{grid-row-start:2}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:ml-6{margin-left:1.5rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-4{margin-top:1rem}.lg\:mt-8{margin-top:2rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-40{height:10rem}.lg\:h-screen{height:100vh}.lg\:min-h-\[280px\]{min-height:280px}.lg\:min-h-\[550px\]{min-height:550px}.lg\:w-40{width:10rem}.lg\:w-72{width:18rem}.lg\:w-80{width:20rem}.lg\:w-full{width:100%}.lg\:max-w-sm{max-width:24rem}.lg\:flex-1{flex:1 1 0%}.lg\:flex-none{flex:none}.lg\:flex-shrink-0{flex-shrink:0}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-\[0\.62fr_1fr\]{grid-template-columns:.62fr 1fr}.lg\:grid-cols-\[0\.78fr_1\.22fr\]{grid-template-columns:.78fr 1.22fr}.lg\:grid-cols-\[0\.7fr_1\.3fr\]{grid-template-columns:.7fr 1.3fr}.lg\:grid-cols-\[0\.88fr_1fr\]{grid-template-columns:.88fr 1fr}.lg\:grid-cols-\[0\.8fr_1\.2fr\]{grid-template-columns:.8fr 1.2fr}.lg\:grid-cols-\[0\.9fr_1\.1fr\]{grid-template-columns:.9fr 1.1fr}.lg\:grid-cols-\[1\.1fr_1fr\]{grid-template-columns:1.1fr 1fr}.lg\:grid-cols-\[1\.2fr_0\.8fr\]{grid-template-columns:1.2fr .8fr}.lg\:grid-cols-\[1fr_0\.82fr\]{grid-template-columns:1fr .82fr}.lg\:grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.lg\:grid-cols-\[220px_minmax\(0\,1fr\)\]{grid-template-columns:220px minmax(0,1fr)}.lg\:grid-cols-\[minmax\(0\,0\.85fr\)_minmax\(0\,1\.15fr\)\]{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.lg\:grid-cols-\[minmax\(0\,0\.8fr\)_minmax\(0\,1\.2fr\)\]{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.lg\:grid-cols-\[minmax\(0\,0\.9fr\)_minmax\(0\,1\.1fr\)\]{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.lg\:grid-cols-\[minmax\(0\,1\.04fr\)_minmax\(420px\,0\.96fr\)\]{grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr)}.lg\:grid-cols-\[minmax\(0\,1fr\)_19rem\]{grid-template-columns:minmax(0,1fr) 19rem}.lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(360px\,0\.78fr\)\]{grid-template-columns:minmax(0,1fr) minmax(360px,.78fr)}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}.lg\:gap-12{gap:3rem}.lg\:gap-14{gap:3.5rem}.lg\:gap-16{gap:4rem}.lg\:gap-20{gap:5rem}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.lg\:gap-y-8{row-gap:2rem}.lg\:self-start{align-self:flex-start}.lg\:justify-self-end{justify-self:end}.lg\:overflow-visible{overflow:visible}.lg\:border-b{border-bottom-width:1px}.lg\:border-b-0{border-bottom-width:0px}.lg\:border-l{border-left-width:1px}.lg\:border-r{border-right-width:1px}.lg\:border-r-0{border-right-width:0px}.lg\:border-t-0{border-top-width:0px}.lg\:bg-\[\#f5f5f7\]\/95{background-color:#f5f5f7f2}.lg\:p-7{padding:1.75rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pb-0{padding-bottom:0}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pr-10{padding-right:2.5rem}.lg\:pt-0{padding-top:0}.lg\:pt-10{padding-top:2.5rem}.lg\:text-center{text-align:center}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}}@media(min-width:1280px){.xl\:sticky{position:sticky}.xl\:top-4{top:1rem}.xl\:ml-8{margin-left:2rem}.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-\[1\.2fr_1fr\]{grid-template-columns:1.2fr 1fr}.xl\:grid-cols-\[1fr_340px\]{grid-template-columns:1fr 340px}.xl\:grid-cols-\[1fr_360px\]{grid-template-columns:1fr 360px}.xl\:gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.xl\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:border-b-0{border-bottom-width:0px}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}}.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker{display:none}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}
