.rdp-root{--rdp-accent-color:#913aed;--rdp-accent-background-color:#0f172a;--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:0.5;--rdp-outside-opacity:0.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:0.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:0.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:#fff;--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:#913aed;--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction),var(--rdp-range_middle-background-color) 50%,transparent 50%);--rdp-range_end-color:#fff;--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:0.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:0.75;--rdp-weekday-padding:0.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:0.3s;--rdp-animation_timing:cubic-bezier(0.4,0,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}.rdp-root,.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=after] .rdp-month,.rdp-root[data-nav-layout=around] .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:translateX(-100%)}to{transform:translateX(0)}}@keyframes rdp-slide_in_right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes rdp-slide_out_left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translateX(0)}to{transform:translateX(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}*,:after,:before{--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:rgba(63,131,248,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(63,131,248,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{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,pre,samp{font-family:var(--font-roboto-mono),monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{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}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:480px){.container{max-width:480px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:#fbbf24;font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:#a3e635;font-weight:700;font-size:2.25rem;margin-top:0;margin-bottom:.8888889em;line-height:2.5rem}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:#a3e635;font-weight:600;font-size:1.875rem;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:#a3e635;font-weight:500;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:#a3e635;font-weight:500;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgba(17,24,39,.1);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-kbd:#0f172a;--tw-prose-kbd-shadows:rgba(15,23,42,.1);--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.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}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-1\/2{inset:50%}.-inset-x-4{left:-1rem;right:-1rem}.inset-x-0{left:0;right:0}.inset-x-5{left:1.25rem;right:1.25rem}.inset-y-0{top:0;bottom:0}.inset-y-1\/2{top:50%;bottom:50%}.-bottom-2{bottom:-.5rem}.-bottom-4{bottom:-1rem}.-bottom-6{bottom:-1.5rem}.-left-10{left:-2.5rem}.-right-1{right:-.25rem}.-right-10{right:-2.5rem}.-right-2{right:-.5rem}.-right-8{right:-2rem}.-top-1{top:-.25rem}.-top-10{top:-2.5rem}.-top-12{top:-3rem}.-top-2\.5{top:-.625rem}.-top-3{top:-.75rem}.-top-6{top:-1.5rem}.-top-px{top:-1px}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-4{bottom:1rem}.bottom-7{bottom:1.75rem}.bottom-\[15\%\]{bottom:15%}.bottom-\[30\%\]{bottom:30%}.bottom-auto{bottom:auto}.bottom-full{bottom:100%}.end-2\.5{inset-inline-end:.625rem}.end-6{inset-inline-end:1.5rem}.left-0{left:0}.left-1\/2{left:50%}.left-24{left:6rem}.left-5{left:1.25rem}.left-8{left:2rem}.left-80{left:20rem}.left-\[-9\%\]{left:-9%}.left-\[24\%\]{left:24%}.left-\[28\%\]{left:28%}.left-auto{left:auto}.right-0{right:0}.right-14{right:3.5rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-\[-6\%\]{right:-6%}.right-\[15\%\]{right:15%}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-24{top:6rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-\[-2\%\]{top:-2%}.top-\[3\%\]{top:3%}.top-\[32\%\]{top:32%}.top-\[57px\]{top:57px}.top-\[82\%\]{top:82%}.top-auto{top:auto}.top-full{top:100%}.isolate{isolation:isolate}.-z-10{z-index:-10}.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-\[-1\]{z-index:-1}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-auto{z-index:auto}.order-first{order:-9999}.col-span-1{grid-column:span 1/span 1}.col-span-10{grid-column:span 10/span 10}.col-span-11{grid-column:span 11/span 11}.col-span-12{grid-column:span 12/span 12}.col-span-16{grid-column:span 16/span 16}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-span-full{grid-column:1/-1}.col-start-1{grid-column-start:1}.row-start-1{grid-row-start:1}.m-0{margin:0}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.-mb-3{margin-bottom:-.75rem}.-me-2{margin-inline-end:-.5rem}.-me-6{margin-inline-end:-1.5rem}.-ms-16{margin-inline-start:-4rem}.-ms-2{margin-inline-start:-.5rem}.-ms-5{margin-inline-start:-1.25rem}.-mt-3{margin-top:-.75rem}.-mt-4{margin-top:-1rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.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}.mb-\[14px\]{margin-bottom:14px}.mb-\[22px\]{margin-bottom:22px}.mb-\[2px\]{margin-bottom:2px}.mb-\[5px\]{margin-bottom:5px}.mb-\[7px\]{margin-bottom:7px}.mb-px{margin-bottom:1px}.me-1{margin-inline-end:.25rem}.me-2{margin-inline-end:.5rem}.me-2\.5{margin-inline-end:.625rem}.me-3{margin-inline-end:.75rem}.me-4{margin-inline-end:1rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.mr-2{margin-right:.5rem}.ms-1{margin-inline-start:.25rem}.ms-1\.5{margin-inline-start:.375rem}.ms-2{margin-inline-start:.5rem}.ms-auto{margin-inline-start:auto}.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-2\.5{margin-top:.625rem}.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-\[2px\]{margin-top:2px}.mt-\[3px\]{margin-top:3px}.mt-px{margin-top:1px}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.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}.contents{display:contents}.\!hidden{display:none!important}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.size-1\.5{width:.375rem;height:.375rem}.size-10{width:2.5rem;height:2.5rem}.size-11{width:2.75rem;height:2.75rem}.size-12{width:3rem;height:3rem}.size-14{width:3.5rem;height:3.5rem}.size-16{width:4rem;height:4rem}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-20{width:5rem;height:5rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-40{width:10rem;height:10rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-\[0\.58em\]{width:.58em;height:.58em}.size-\[25px\]{width:25px;height:25px}.size-\[30px\]{width:30px;height:30px}.size-\[34px\]{width:34px;height:34px}.size-\[42px\]{width:42px;height:42px}.size-full{width:100%;height:100%}.\!h-64{height:16rem!important}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.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-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[100dhv\]{height:100dhv}.h-\[11px\]{height:11px}.h-\[12px\]{height:12px}.h-\[160px\]{height:160px}.h-\[16px\]{height:16px}.h-\[180px\]{height:180px}.h-\[200px\]{height:200px}.h-\[22px\]{height:22px}.h-\[250px\]{height:250px}.h-\[26px\]{height:26px}.h-\[26rem\]{height:26rem}.h-\[2px\]{height:2px}.h-\[34px\]{height:34px}.h-\[3px\]{height:3px}.h-\[400px\]{height:400px}.h-\[4px\]{height:4px}.h-\[50px\]{height:50px}.h-\[52px\]{height:52px}.h-\[5px\]{height:5px}.h-\[6px\]{height:6px}.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}.max-h-24{max-height:6rem}.max-h-36{max-height:9rem}.max-h-48{max-height:12rem}.max-h-56{max-height:14rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-8{max-height:2rem}.max-h-\[100\%\]{max-height:100%}.max-h-\[300px\]{max-height:300px}.max-h-\[320px\]{max-height:320px}.max-h-\[450px\]{max-height:450px}.max-h-\[80dvh\]{max-height:80dvh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90dvh\]{max-height:90dvh}.min-h-10{min-height:2.5rem}.min-h-16{min-height:4rem}.min-h-20{min-height:5rem}.min-h-24{min-height:6rem}.min-h-32{min-height:8rem}.min-h-36{min-height:9rem}.min-h-44{min-height:11rem}.min-h-60{min-height:15rem}.min-h-64{min-height:16rem}.min-h-80{min-height:20rem}.min-h-96{min-height:24rem}.min-h-\[130px\]{min-height:130px}.min-h-\[180px\]{min-height:180px}.min-h-\[4\.5rem\]{min-height:4.5rem}.min-h-full{min-height:100%}.\!w-full{width:100%!important}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[12px\]{width:12px}.w-\[14\%\]{width:14%}.w-\[15\%\]{width:15%}.w-\[16px\]{width:16px}.w-\[17\%\]{width:17%}.w-\[18\%\]{width:18%}.w-\[22\%\]{width:22%}.w-\[22px\]{width:22px}.w-\[26px\]{width:26px}.w-\[32rem\]{width:32rem}.w-\[340px\]{width:340px}.w-\[40\%\]{width:40%}.w-\[52px\]{width:52px}.w-\[540px\]{width:540px}.w-\[7px\]{width:7px}.w-\[90\%\]{width:90%}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0}.min-w-10{min-width:2.5rem}.min-w-28{min-width:7rem}.min-w-52{min-width:13rem}.min-w-6{min-width:1.5rem}.min-w-80{min-width:20rem}.min-w-\[150px\]{min-width:150px}.min-w-\[190px\]{min-width:190px}.min-w-\[200px\]{min-width:200px}.min-w-\[24px\]{min-width:24px}.min-w-\[30\%\]{min-width:30%}.min-w-\[340px\]{min-width:340px}.min-w-\[40\%\]{min-width:40%}.min-w-\[50\%\]{min-width:50%}.min-w-\[60\%\]{min-width:60%}.min-w-\[600px\]{min-width:600px}.min-w-\[800px\]{min-width:800px}.min-w-\[95\%\]{min-width:95%}.min-w-full{min-width:100%}.max-w-0{max-width:0}.max-w-0\.5{max-width:.125rem}.max-w-1{max-width:.25rem}.max-w-1\.5{max-width:.375rem}.max-w-10{max-width:2.5rem}.max-w-11{max-width:2.75rem}.max-w-12{max-width:3rem}.max-w-14{max-width:3.5rem}.max-w-16{max-width:4rem}.max-w-2{max-width:.5rem}.max-w-2\.5{max-width:.625rem}.max-w-20{max-width:5rem}.max-w-24{max-width:6rem}.max-w-28{max-width:7rem}.max-w-2xl{max-width:42rem}.max-w-3{max-width:.75rem}.max-w-3\.5{max-width:.875rem}.max-w-32{max-width:8rem}.max-w-36{max-width:9rem}.max-w-3xl{max-width:48rem}.max-w-4{max-width:1rem}.max-w-40{max-width:10rem}.max-w-44{max-width:11rem}.max-w-48{max-width:12rem}.max-w-4xl{max-width:56rem}.max-w-5{max-width:1.25rem}.max-w-52{max-width:13rem}.max-w-56{max-width:14rem}.max-w-5xl{max-width:64rem}.max-w-6{max-width:1.5rem}.max-w-60{max-width:15rem}.max-w-64{max-width:16rem}.max-w-6xl{max-width:72rem}.max-w-7{max-width:1.75rem}.max-w-72{max-width:18rem}.max-w-7xl{max-width:80rem}.max-w-8{max-width:2rem}.max-w-80{max-width:20rem}.max-w-9{max-width:2.25rem}.max-w-96{max-width:24rem}.max-w-\[100vw\]{max-width:100vw}.max-w-\[150px\]{max-width:150px}.max-w-\[190px\]{max-width:190px}.max-w-\[200px\]{max-width:200px}.max-w-\[280px\]{max-width:280px}.max-w-\[380px\]{max-width:380px}.max-w-\[60\%\]{max-width:60%}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-md{max-width:28rem}.max-w-min{max-width:-moz-min-content;max-width:min-content}.max-w-none{max-width:none}.max-w-prose{max-width:65ch}.max-w-px{max-width:1px}.max-w-screen-2xl{max-width:1536px}.max-w-screen-lg{max-width:1024px}.max-w-screen-md{max-width:768px}.max-w-screen-sm{max-width:640px}.max-w-screen-xl{max-width:1280px}.max-w-screen-xxs{max-width:480px}.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}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.origin-left{transform-origin:left}.origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(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%}.-translate-y-4{--tw-translate-y:-1rem}.-translate-y-4,.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(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}.translate-x-full{--tw-translate-x:100%}.translate-x-full,.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(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}.translate-y-0\.5{--tw-translate-y:0.125rem}.translate-y-0\.5,.translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(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%}.translate-y-3{--tw-translate-y:0.75rem}.translate-y-3,.translate-y-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(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}.-rotate-90{--tw-rotate:-90deg}.-rotate-90,.rotate-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg}.rotate-45{--tw-rotate:45deg}.rotate-45,.rotate-\[-14deg\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-14deg\]{--tw-rotate:-14deg}.rotate-\[-20deg\]{--tw-rotate:-20deg}.rotate-\[-20deg\],.rotate-\[-5deg\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-5deg\]{--tw-rotate:-5deg}.rotate-\[20deg\]{--tw-rotate:20deg}.rotate-\[20deg\],.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}.animate-bounce{animation:bounce 1s infinite}@keyframes bouncing-dot{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.animate-bouncing-dot{animation:bouncing-dot .5s ease both}@keyframes card-in-left{0%{opacity:0;transform:translateX(-24px)}to{opacity:1;transform:translateX(0)}}.animate-card-in-left{animation:card-in-left .45s cubic-bezier(.16,1,.3,1)}@keyframes card-in-right{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}.animate-card-in-right{animation:card-in-right .45s cubic-bezier(.16,1,.3,1)}@keyframes caret-blink{0%,45%{opacity:1}50%,95%{opacity:0}to{opacity:1}}.animate-caret-blink{animation:caret-blink 1s step-end infinite}@keyframes deck-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.animate-deck-progress{animation:deck-progress var(--deck-duration,5.2s) linear forwards}@keyframes draw-line{0%{stroke-dashoffset:460}to{stroke-dashoffset:0}}.animate-draw-line{animation:draw-line 1.6s ease-out forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .3s ease}@keyframes fadeIn{0%{opacity:0;bottom:-50px}to{opacity:1;bottom:0}}.animate-fadeIn{animation:fadeIn .2s ease-in}@keyframes fadeOut{to{opacity:1;bottom:-50px}0%{opacity:0;bottom:0}}.animate-fadeOut{animation:fadeOut .2s ease-out}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pop-in{animation:pop-in .45s cubic-bezier(.34,1.56,.64,1) forwards}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-modal-confetti{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(340px) rotate(540deg);opacity:0}}.animate-pulse-modal-confetti{animation:pulse-modal-confetti 2s ease-in both}@keyframes pulse-modal-dash{to{stroke-dashoffset:-220}}.animate-pulse-modal-dash{animation:pulse-modal-dash 2.4s linear infinite}.animate-slide-in{animation:slide-in .45s cubic-bezier(.16,1,.3,1)}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin .8s linear infinite}@keyframes tip-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.animate-tip-in{animation:tip-in .35s ease-out forwards}@keyframes wave-goodbye{0%,to{transform:rotate(0deg)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%,95%{transform:rotate(0deg)}}.animate-wave-loop{animation:wave-goodbye 3.5s ease-in-out infinite}.cursor-pointer{cursor:pointer}.touch-auto{touch-action:auto}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-start{scroll-snap-align:start}.scroll-mt-20{scroll-margin-top:5rem}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,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-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.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}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.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-\[18px\]{gap:18px}.gap-\[1px\]{gap:1px}.gap-\[3px\]{gap:3px}.gap-\[4px\]{gap:4px}.gap-\[5px\]{gap:5px}.gap-\[7px\]{gap:7px}.gap-\[9px\]{gap:9px}.gap-px{gap:1px}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-1{row-gap:.25rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-10{row-gap:2.5rem}.gap-y-2{row-gap:.5rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem*var(--tw-space-x-reverse));margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)))}.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*(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*(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*(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*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem*var(--tw-space-y-reverse))}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem*var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem*var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(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*(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*(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*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-bd-light>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(203 213 225/var(--tw-divide-opacity,1))}.divide-bd-muted-light>:not([hidden])~:not([hidden]){border-color:rgba(203,213,225,.4)}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.place-self-center{place-self:center}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.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}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[11px\]{border-radius:11px}.rounded-\[5px\]{border-radius:5px}.rounded-\[7px\]{border-radius:7px}.rounded-\[9px\]{border-radius:9px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-tr-\[30px\]{border-top-right-radius:30px}.rounded-tr-\[50px\]{border-top-right-radius:50px}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-x{border-left-width:1px;border-right-width:1px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-e{border-inline-end-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-dotted{border-style:dotted}.border-none{border-style:none}.border-\[rgba\(139\2c 92\2c 246\2c 0\.3\)\]{border-color:rgba(139,92,246,.3)}.border-\[rgba\(139\2c 92\2c 246\2c 0\.4\)\]{border-color:rgba(139,92,246,.4)}.border-\[rgba\(139\2c 92\2c 246\2c 0\.5\)\]{border-color:rgba(139,92,246,.5)}.border-accent-500\/30{border-color:rgba(234,179,8,.3)}.border-alert-200{--tw-border-opacity:1;border-color:rgb(254 205 211/var(--tw-border-opacity,1))}.border-alert-400\/40{border-color:rgba(251,113,133,.4)}.border-alert-400\/60{border-color:rgba(251,113,133,.6)}.border-alert-500{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity,1))}.border-alert-500\/40{border-color:rgba(244,63,94,.4)}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-amber-400{--tw-border-opacity:1;border-color:rgb(251 191 36/var(--tw-border-opacity,1))}.border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}.border-base-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-base-muted-light\/50{border-color:rgba(100,116,139,.5)}.border-bd-dark{--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}.border-bd-hover-light,.border-bd-input-light{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-bd-light{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.border-bd-muted-dark{border-color:rgba(30,41,59,.4)}.border-bd-muted-light{border-color:rgba(203,213,225,.4)}.border-bg-dark{--tw-border-opacity:1;border-color:rgb(15 3 25/var(--tw-border-opacity,1))}.border-emerald-400{--tw-border-opacity:1;border-color:rgb(52 211 153/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.border-green-400{--tw-border-opacity:1;border-color:rgb(49 196 141/var(--tw-border-opacity,1))}.border-green-600\/60{border-color:rgba(5,122,85,.6)}.border-info-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-info-500\/30{border-color:rgba(59,130,246,.3)}.border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity,1))}.border-lime-700\/60{border-color:rgba(77,124,15,.6)}.border-ob-green-300{border-color:rgba(74,222,128,.15)}.border-ob-green-400{border-color:rgba(74,222,128,.2)}.border-ob-green-500{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.border-ob-purple-400{border-color:rgba(139,92,246,.2)}.border-orange-400{--tw-border-opacity:1;border-color:rgb(255 138 76/var(--tw-border-opacity,1))}.border-primary-300{--tw-border-opacity:1;border-color:rgb(196 181 253/var(--tw-border-opacity,1))}.border-primary-300\/20{border-color:rgba(196,181,253,.2)}.border-primary-300\/30{border-color:rgba(196,181,253,.3)}.border-primary-300\/60{border-color:rgba(196,181,253,.6)}.border-primary-400{--tw-border-opacity:1;border-color:rgb(167 139 250/var(--tw-border-opacity,1))}.border-primary-400\/40{border-color:rgba(167,139,250,.4)}.border-primary-500{--tw-border-opacity:1;border-color:rgb(160 88 240/var(--tw-border-opacity,1))}.border-primary-500\/25{border-color:rgba(160,88,240,.25)}.border-red-400{--tw-border-opacity:1;border-color:rgb(249 128 128/var(--tw-border-opacity,1))}.border-rose-400{--tw-border-opacity:1;border-color:rgb(251 113 133/var(--tw-border-opacity,1))}.border-site-dark{--tw-border-opacity:1;border-color:rgb(44 0 73/var(--tw-border-opacity,1))}.border-site-dark\/60{border-color:rgba(44,0,73,.6)}.border-site-deep{--tw-border-opacity:1;border-color:rgb(31 3 53/var(--tw-border-opacity,1))}.border-site-deep\/10{border-color:rgba(31,3,53,.1)}.border-site-deep\/15{border-color:rgba(31,3,53,.15)}.border-site-deep\/20{border-color:rgba(31,3,53,.2)}.border-site-deep\/30{border-color:rgba(31,3,53,.3)}.border-site-deep\/35{border-color:rgba(31,3,53,.35)}.border-site-faint\/40{border-color:rgba(246,240,255,.4)}.border-site-lilac\/30{border-color:rgba(206,159,255,.3)}.border-site-lilac\/40{border-color:rgba(206,159,255,.4)}.border-site-vivid\/20{border-color:rgba(145,58,237,.2)}.border-site-vivid\/30{border-color:rgba(145,58,237,.3)}.border-site-vivid\/40{border-color:rgba(145,58,237,.4)}.border-site-vivid\/50{border-color:rgba(145,58,237,.5)}.border-site-yellow{--tw-border-opacity:1;border-color:rgb(255 236 0/var(--tw-border-opacity,1))}.border-sky-400{--tw-border-opacity:1;border-color:rgb(56 189 248/var(--tw-border-opacity,1))}.border-sky-400\/30{border-color:rgba(56,189,248,.3)}.border-sky-400\/50{border-color:rgba(56,189,248,.5)}.border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233/var(--tw-border-opacity,1))}.border-sky-600{--tw-border-opacity:1;border-color:rgb(2 132 199/var(--tw-border-opacity,1))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.border-slate-400{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity,1))}.border-slate-500{--tw-border-opacity:1;border-color:rgb(100 116 139/var(--tw-border-opacity,1))}.border-success-400{--tw-border-opacity:1;border-color:rgb(52 211 153/var(--tw-border-opacity,1))}.border-success-500{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity,1))}.border-teal-200{--tw-border-opacity:1;border-color:rgb(175 236 239/var(--tw-border-opacity,1))}.border-violet-200{--tw-border-opacity:1;border-color:rgb(221 214 254/var(--tw-border-opacity,1))}.border-violet-300{--tw-border-opacity:1;border-color:rgb(196 181 253/var(--tw-border-opacity,1))}.border-violet-400{--tw-border-opacity:1;border-color:rgb(167 139 250/var(--tw-border-opacity,1))}.border-violet-700{--tw-border-opacity:1;border-color:rgb(109 40 217/var(--tw-border-opacity,1))}.border-violet-700\/40{border-color:rgba(109,40,217,.4)}.border-warning-400\/40{border-color:rgba(251,191,36,.4)}.border-warning-400\/60{border-color:rgba(251,191,36,.6)}.border-warning-500{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}.border-warning-500\/30{border-color:rgba(245,158,11,.3)}.border-warning-500\/40{border-color:rgba(245,158,11,.4)}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/10{border-color:hsla(0,0%,100%,.1)}.border-white\/20{border-color:hsla(0,0%,100%,.2)}.border-white\/\[0\.05\]{border-color:hsla(0,0%,100%,.05)}.border-white\/\[0\.06\]{border-color:hsla(0,0%,100%,.06)}.border-white\/\[0\.07\]{border-color:hsla(0,0%,100%,.07)}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(250 202 21/var(--tw-border-opacity,1))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(227 160 8/var(--tw-border-opacity,1))}.bg-\[rgba\(11\2c 10\2c 23\2c 0\.88\)\]{background-color:rgba(11,10,23,.88)}.bg-\[rgba\(139\2c 92\2c 246\2c 0\.07\)\]{background-color:rgba(139,92,246,.07)}.bg-\[rgba\(167\2c 139\2c 250\2c 0\.1\)\]{background-color:rgba(167,139,250,.1)}.bg-\[rgba\(251\2c 191\2c 36\2c 0\.1\)\]{background-color:rgba(251,191,36,.1)}.bg-accent-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-accent-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.bg-accent-400{--tw-bg-opacity:1;background-color:rgb(255 236 0/var(--tw-bg-opacity,1))}.bg-accent-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-accent-500\/10{background-color:rgba(234,179,8,.1)}.bg-accent-500\/15{background-color:rgba(234,179,8,.15)}.bg-accent-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.bg-alert-100{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))}.bg-alert-100\/40{background-color:rgba(255,228,230,.4)}.bg-alert-400{--tw-bg-opacity:1;background-color:rgb(251 113 133/var(--tw-bg-opacity,1))}.bg-alert-50{--tw-bg-opacity:1;background-color:rgb(255 241 242/var(--tw-bg-opacity,1))}.bg-alert-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))}.bg-alert-500\/10{background-color:rgba(244,63,94,.1)}.bg-alert-500\/15{background-color:rgba(244,63,94,.15)}.bg-alert-600{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.bg-alert-700\/20{background-color:rgba(190,18,60,.2)}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-200{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))}.bg-amber-300{--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-amber-500\/15{background-color:rgba(245,158,11,.15)}.bg-amber-500\/40{background-color:rgba(245,158,11,.4)}.bg-base-100\/10{background-color:rgba(241,245,249,.1)}.bg-base-300{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.bg-base-500{--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity,1))}.bg-base-light\/10{background-color:rgba(51,65,85,.1)}.bg-base-light\/70{background-color:rgba(51,65,85,.7)}.bg-base-muted-light\/10{background-color:rgba(100,116,139,.1)}.bg-base-muted-light\/15{background-color:rgba(100,116,139,.15)}.bg-base-muted-light\/20{background-color:rgba(100,116,139,.2)}.bg-base-muted-light\/30{background-color:rgba(100,116,139,.3)}.bg-base-muted-light\/40{background-color:rgba(100,116,139,.4)}.bg-bd-dark{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.bg-bd-light{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.bg-bd-muted-light{background-color:rgba(203,213,225,.4)}.bg-bg-dark{--tw-bg-opacity:1;background-color:rgb(15 3 25/var(--tw-bg-opacity,1))}.bg-bg-input-light{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-bg-light{--tw-bg-opacity:1;background-color:rgb(223 226 230/var(--tw-bg-opacity,1))}.bg-bg-light\/60{background-color:rgba(223,226,230,.6)}.bg-bg-lighter{--tw-bg-opacity:1;background-color:rgb(232 234 237/var(--tw-bg-opacity,1))}.bg-black\/25{background-color:rgba(0,0,0,.25)}.bg-black\/5{background-color:rgba(0,0,0,.05)}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-black\/\[0\.78\]{background-color:rgba(0,0,0,.78)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(28 100 242/var(--tw-bg-opacity,1))}.bg-cyan-500\/15{background-color:rgba(6,182,212,.15)}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity,1))}.bg-cyan-700{--tw-bg-opacity:1;background-color:rgb(14 116 144/var(--tw-bg-opacity,1))}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-emerald-200{--tw-bg-opacity:1;background-color:rgb(167 243 208/var(--tw-bg-opacity,1))}.bg-emerald-400{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.bg-emerald-400\/10{background-color:rgba(52,211,153,.1)}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-emerald-500\/15{background-color:rgba(16,185,129,.15)}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.bg-fore-dark{--tw-bg-opacity:1;background-color:rgb(25 15 45/var(--tw-bg-opacity,1))}.bg-fore-hover-dark{--tw-bg-opacity:1;background-color:rgb(36 21 66/var(--tw-bg-opacity,1))}.bg-fore-hover-light{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-fore-light{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-fuchsia-200{--tw-bg-opacity:1;background-color:rgb(245 208 254/var(--tw-bg-opacity,1))}.bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgb(232 121 249/var(--tw-bg-opacity,1))}.bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgb(217 70 239/var(--tw-bg-opacity,1))}.bg-fuchsia-500\/10{background-color:rgba(217,70,239,.1)}.bg-fuchsia-700\/30{background-color:rgba(162,28,175,.3)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-400\/10{background-color:rgba(156,163,175,.1)}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-500\/20{background-color:hsla(220,9%,46%,.2)}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-800\/40{background-color:rgba(31,41,55,.4)}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-green-300\/10{background-color:rgba(132,225,188,.1)}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(49 196 141/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(243 250 247/var(--tw-bg-opacity,1))}.bg-green-500\/10{background-color:rgba(14,159,110,.1)}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(5 122 85/var(--tw-bg-opacity,1))}.bg-green-900\/10{background-color:rgba(1,71,55,.1)}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(229 237 255/var(--tw-bg-opacity,1))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(141 162 251/var(--tw-bg-opacity,1))}.bg-indigo-400\/10{background-color:rgba(141,162,251,.1)}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(88 80 236/var(--tw-bg-opacity,1))}.bg-info-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-info-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.bg-info-300{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity,1))}.bg-info-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.bg-info-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-info-500\/10{background-color:rgba(59,130,246,.1)}.bg-info-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-lime-100{--tw-bg-opacity:1;background-color:rgb(236 252 203/var(--tw-bg-opacity,1))}.bg-lime-100\/40{background-color:hsla(80,89%,89%,.4)}.bg-lime-400\/20{background-color:rgba(163,230,53,.2)}.bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity,1))}.bg-lime-600{--tw-bg-opacity:1;background-color:rgb(101 163 13/var(--tw-bg-opacity,1))}.bg-ob-bg-modal{--tw-bg-opacity:1;background-color:rgb(15 14 34/var(--tw-bg-opacity,1))}.bg-ob-green-100{background-color:rgba(74,222,128,.1)}.bg-ob-green-200{background-color:rgba(74,222,128,.12)}.bg-ob-green-300{background-color:rgba(74,222,128,.15)}.bg-ob-green-50{background-color:rgba(74,222,128,.06)}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(254 236 220/var(--tw-bg-opacity,1))}.bg-orange-200{--tw-bg-opacity:1;background-color:rgb(252 217 189/var(--tw-bg-opacity,1))}.bg-orange-400{--tw-bg-opacity:1;background-color:rgb(255 138 76/var(--tw-bg-opacity,1))}.bg-orange-400\/10{background-color:rgba(255,138,76,.1)}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 248 241/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(255 90 31/var(--tw-bg-opacity,1))}.bg-pink-500{--tw-bg-opacity:1;background-color:rgb(231 70 148/var(--tw-bg-opacity,1))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.bg-primary-200{--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity,1))}.bg-primary-300{--tw-bg-opacity:1;background-color:rgb(196 181 253/var(--tw-bg-opacity,1))}.bg-primary-300\/20{background-color:rgba(196,181,253,.2)}.bg-primary-300\/30{background-color:rgba(196,181,253,.3)}.bg-primary-400{--tw-bg-opacity:1;background-color:rgb(167 139 250/var(--tw-bg-opacity,1))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(245 243 255/var(--tw-bg-opacity,1))}.bg-primary-50\/10{background-color:rgba(245,243,255,.1)}.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(160 88 240/var(--tw-bg-opacity,1))}.bg-primary-500\/10{background-color:rgba(160,88,240,.1)}.bg-primary-500\/15{background-color:rgba(160,88,240,.15)}.bg-primary-500\/20{background-color:rgba(160,88,240,.2)}.bg-primary-500\/40{background-color:rgba(160,88,240,.4)}.bg-primary-500\/5{background-color:rgba(160,88,240,.05)}.bg-primary-500\/50{background-color:rgba(160,88,240,.5)}.bg-primary-600{--tw-bg-opacity:1;background-color:rgb(145 58 237/var(--tw-bg-opacity,1))}.bg-primary-800{--tw-bg-opacity:1;background-color:rgb(91 33 182/var(--tw-bg-opacity,1))}.bg-primary-800\/10{background-color:rgba(91,33,182,.1)}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(126 58 242/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(253 232 232/var(--tw-bg-opacity,1))}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(248 180 180/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(253 242 242/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(224 36 36/var(--tw-bg-opacity,1))}.bg-rose-100{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))}.bg-rose-200{--tw-bg-opacity:1;background-color:rgb(254 205 211/var(--tw-bg-opacity,1))}.bg-rose-400{--tw-bg-opacity:1;background-color:rgb(251 113 133/var(--tw-bg-opacity,1))}.bg-rose-50{--tw-bg-opacity:1;background-color:rgb(255 241 242/var(--tw-bg-opacity,1))}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))}.bg-rose-500\/10{background-color:rgba(244,63,94,.1)}.bg-rose-500\/15{background-color:rgba(244,63,94,.15)}.bg-rose-600{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.bg-site-bluelight{--tw-bg-opacity:1;background-color:rgb(138 205 255/var(--tw-bg-opacity,1))}.bg-site-dark{--tw-bg-opacity:1;background-color:rgb(44 0 73/var(--tw-bg-opacity,1))}.bg-site-deep{--tw-bg-opacity:1;background-color:rgb(31 3 53/var(--tw-bg-opacity,1))}.bg-site-deep\/10{background-color:rgba(31,3,53,.1)}.bg-site-deep\/15{background-color:rgba(31,3,53,.15)}.bg-site-deep\/20{background-color:rgba(31,3,53,.2)}.bg-site-faint{--tw-bg-opacity:1;background-color:rgb(246 240 255/var(--tw-bg-opacity,1))}.bg-site-lilac{--tw-bg-opacity:1;background-color:rgb(206 159 255/var(--tw-bg-opacity,1))}.bg-site-pale{--tw-bg-opacity:1;background-color:rgb(235 220 255/var(--tw-bg-opacity,1))}.bg-site-vivid{--tw-bg-opacity:1;background-color:rgb(145 58 237/var(--tw-bg-opacity,1))}.bg-site-vivid\/10{background-color:rgba(145,58,237,.1)}.bg-site-vivid\/25{background-color:rgba(145,58,237,.25)}.bg-site-vivid\/35{background-color:rgba(145,58,237,.35)}.bg-site-yellow{--tw-bg-opacity:1;background-color:rgb(255 236 0/var(--tw-bg-opacity,1))}.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))}.bg-sky-200{--tw-bg-opacity:1;background-color:rgb(186 230 253/var(--tw-bg-opacity,1))}.bg-sky-300{--tw-bg-opacity:1;background-color:rgb(125 211 252/var(--tw-bg-opacity,1))}.bg-sky-400{--tw-bg-opacity:1;background-color:rgb(56 189 248/var(--tw-bg-opacity,1))}.bg-sky-400\/10{background-color:rgba(56,189,248,.1)}.bg-sky-400\/50{background-color:rgba(56,189,248,.5)}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity,1))}.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.bg-sky-500\/10{background-color:rgba(14,165,233,.1)}.bg-sky-500\/20{background-color:rgba(14,165,233,.2)}.bg-sky-600{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity,1))}.bg-sky-600\/10{background-color:rgba(2,132,199,.1)}.bg-sky-700\/30{background-color:rgba(3,105,161,.3)}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity,1))}.bg-slate-400\/60{background-color:rgba(148,163,184,.6)}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-slate-500{--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity,1))}.bg-slate-500\/10{background-color:rgba(100,116,139,.1)}.bg-slate-950{--tw-bg-opacity:1;background-color:rgb(2 6 23/var(--tw-bg-opacity,1))}.bg-success-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-success-400{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.bg-success-400\/20{background-color:rgba(52,211,153,.2)}.bg-success-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-success-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-success-500\/10{background-color:rgba(16,185,129,.1)}.bg-success-500\/15{background-color:rgba(16,185,129,.15)}.bg-success-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.bg-success-800\/40{background-color:rgba(6,95,70,.4)}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(213 245 246/var(--tw-bg-opacity,1))}.bg-teal-200{--tw-bg-opacity:1;background-color:rgb(175 236 239/var(--tw-bg-opacity,1))}.bg-teal-300{--tw-bg-opacity:1;background-color:rgb(126 220 226/var(--tw-bg-opacity,1))}.bg-teal-400{--tw-bg-opacity:1;background-color:rgb(22 189 202/var(--tw-bg-opacity,1))}.bg-teal-400\/10{background-color:rgba(22,189,202,.1)}.bg-teal-50{--tw-bg-opacity:1;background-color:rgb(237 250 250/var(--tw-bg-opacity,1))}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(6 148 162/var(--tw-bg-opacity,1))}.bg-teal-600{--tw-bg-opacity:1;background-color:rgb(4 116 129/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-violet-200{--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity,1))}.bg-violet-300{--tw-bg-opacity:1;background-color:rgb(196 181 253/var(--tw-bg-opacity,1))}.bg-violet-400{--tw-bg-opacity:1;background-color:rgb(167 139 250/var(--tw-bg-opacity,1))}.bg-violet-50{--tw-bg-opacity:1;background-color:rgb(245 243 255/var(--tw-bg-opacity,1))}.bg-violet-50\/60{background-color:rgba(245,243,255,.6)}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-violet-500\/15{background-color:rgba(139,92,246,.15)}.bg-violet-600{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))}.bg-violet-600\/20{background-color:rgba(124,58,237,.2)}.bg-violet-700\/30{background-color:rgba(109,40,217,.3)}.bg-warning-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-warning-100\/40{background-color:hsla(48,96%,89%,.4)}.bg-warning-200{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))}.bg-warning-400{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.bg-warning-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-warning-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-warning-500\/10{background-color:rgba(245,158,11,.1)}.bg-warning-500\/15{background-color:rgba(245,158,11,.15)}.bg-warning-500\/5{background-color:rgba(245,158,11,.05)}.bg-warning-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.bg-warning-600\/10{background-color:rgba(217,119,6,.1)}.bg-warning-700\/20{background-color:rgba(180,83,9,.2)}.bg-warning-800\/20{background-color:rgba(146,64,14,.2)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/10{background-color:hsla(0,0%,100%,.1)}.bg-white\/5{background-color:hsla(0,0%,100%,.05)}.bg-white\/\[0\.03\]{background-color:hsla(0,0%,100%,.03)}.bg-white\/\[0\.04\]{background-color:hsla(0,0%,100%,.04)}.bg-white\/\[0\.06\]{background-color:hsla(0,0%,100%,.06)}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(253 246 178/var(--tw-bg-opacity,1))}.bg-yellow-100\/60{background-color:hsla(54,95%,85%,.6)}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(252 233 106/var(--tw-bg-opacity,1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(227 160 8/var(--tw-bg-opacity,1))}.bg-yellow-400\/10{background-color:rgba(227,160,8,.1)}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(194 120 3/var(--tw-bg-opacity,1))}.bg-\[radial-gradient\(circle_at_top\2c _rgba\(145\2c 58\2c 237\2c 0\.3\)\2c _transparent_65\%\)\]{background-image:radial-gradient(circle at top,rgba(145,58,237,.3),transparent 65%)}.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-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))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[rgba\(109\2c 40\2c 217\2c 0\.18\)\]{--tw-gradient-from:rgba(109,40,217,.18) var(--tw-gradient-from-position);--tw-gradient-to:rgba(109,40,217,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[rgba\(109\2c 40\2c 217\2c 0\.35\)\]{--tw-gradient-from:rgba(109,40,217,.35) var(--tw-gradient-from-position);--tw-gradient-to:rgba(109,40,217,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-accent-600{--tw-gradient-from:#ca8a04 var(--tw-gradient-from-position);--tw-gradient-to:rgba(202,138,4,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-alert-400{--tw-gradient-from:#fb7185 var(--tw-gradient-from-position);--tw-gradient-to:rgba(251,113,133,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-alert-900{--tw-gradient-from:#881337 var(--tw-gradient-from-position);--tw-gradient-to:rgba(136,19,55,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-400{--tw-gradient-from:#fbbf24 var(--tw-gradient-from-position);--tw-gradient-to:rgba(251,191,36,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-950{--tw-gradient-from:#451a03 var(--tw-gradient-from-position);--tw-gradient-to:rgba(69,26,3,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-emerald-400{--tw-gradient-from:#34d399 var(--tw-gradient-from-position);--tw-gradient-to:rgba(52,211,153,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-emerald-600{--tw-gradient-from:#059669 var(--tw-gradient-from-position);--tw-gradient-to:rgba(5,150,105,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-emerald-700{--tw-gradient-from:#047857 var(--tw-gradient-from-position);--tw-gradient-to:rgba(4,120,87,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-fore-light{--tw-gradient-from:#f8fafc var(--tw-gradient-from-position);--tw-gradient-to:rgba(248,250,252,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-fuchsia-600{--tw-gradient-from:#c026d3 var(--tw-gradient-from-position);--tw-gradient-to:rgba(192,38,211,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-600{--tw-gradient-from:#4b5563 var(--tw-gradient-from-position);--tw-gradient-to:rgba(75,85,99,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from:#6875f5 var(--tw-gradient-from-position);--tw-gradient-to:rgba(104,117,245,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-ob-green-500{--tw-gradient-from:#4ade80 var(--tw-gradient-from-position);--tw-gradient-to:rgba(74,222,128,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-600{--tw-gradient-from:#d03801 var(--tw-gradient-from-position);--tw-gradient-to:rgba(208,56,1,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-500{--tw-gradient-from:#a058f0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(160,88,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-700{--tw-gradient-from:#7b2dd0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(123,45,208,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary-900{--tw-gradient-from:#4c1d95 var(--tw-gradient-from-position);--tw-gradient-to:rgba(76,29,149,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-rose-400{--tw-gradient-from:#fb7185 var(--tw-gradient-from-position);--tw-gradient-to:rgba(251,113,133,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-rose-600{--tw-gradient-from:#e11d48 var(--tw-gradient-from-position);--tw-gradient-to:rgba(225,29,72,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-rose-950{--tw-gradient-from:#4c0519 var(--tw-gradient-from-position);--tw-gradient-to:rgba(76,5,25,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-sky-600{--tw-gradient-from:#0284c7 var(--tw-gradient-from-position);--tw-gradient-to:rgba(2,132,199,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-sky-600\/20{--tw-gradient-from:rgba(2,132,199,.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(2,132,199,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-sky-950{--tw-gradient-from:#082f49 var(--tw-gradient-from-position);--tw-gradient-to:rgba(8,47,73,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-success-600{--tw-gradient-from:#059669 var(--tw-gradient-from-position);--tw-gradient-to:rgba(5,150,105,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-teal-600{--tw-gradient-from:#047481 var(--tw-gradient-from-position);--tw-gradient-to:rgba(4,116,129,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-400{--tw-gradient-from:#a78bfa var(--tw-gradient-from-position);--tw-gradient-to:rgba(167,139,250,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-950{--tw-gradient-from:#2e1065 var(--tw-gradient-from-position);--tw-gradient-to:rgba(46,16,101,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-warning-400{--tw-gradient-from:#fbbf24 var(--tw-gradient-from-position);--tw-gradient-to:rgba(251,191,36,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-warning-600{--tw-gradient-from:#d97706 var(--tw-gradient-from-position);--tw-gradient-to:rgba(217,119,6,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from:#c27803 var(--tw-gradient-from-position);--tw-gradient-to:rgba(194,120,3,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-20\%{--tw-gradient-from-position:20%}.via-\[\#0d1b2a\]{--tw-gradient-to:rgba(13,27,42,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0d1b2a var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[\#16121f\]{--tw-gradient-to:rgba(22,18,31,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#16121f var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[\#1b1408\]{--tw-gradient-to:rgba(27,20,8,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1b1408 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[\#1c0d14\]{--tw-gradient-to:rgba(28,13,20,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1c0d14 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-primary-500{--tw-gradient-to:rgba(160,88,240,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#a058f0 var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#10151d\]{--tw-gradient-to:#10151d var(--tw-gradient-to-position)}.to-\[rgba\(139\2c 92\2c 246\2c 0\.08\)\]{--tw-gradient-to:rgba(139,92,246,.08) var(--tw-gradient-to-position)}.to-\[rgba\(139\2c 92\2c 246\2c 0\.25\)\]{--tw-gradient-to:rgba(139,92,246,.25) var(--tw-gradient-to-position)}.to-accent-400{--tw-gradient-to:#ffec00 var(--tw-gradient-to-position)}.to-alert-500{--tw-gradient-to:#f43f5e var(--tw-gradient-to-position)}.to-alert-600{--tw-gradient-to:#e11d48 var(--tw-gradient-to-position)}.to-amber-600{--tw-gradient-to:#d97706 var(--tw-gradient-to-position)}.to-emerald-400{--tw-gradient-to:#34d399 var(--tw-gradient-to-position)}.to-emerald-500{--tw-gradient-to:#10b981 var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to:#059669 var(--tw-gradient-to-position)}.to-fore-dark{--tw-gradient-to:#190f2d var(--tw-gradient-to-position)}.to-fuchsia-400{--tw-gradient-to:#e879f9 var(--tw-gradient-to-position)}.to-fuchsia-500{--tw-gradient-to:#d946ef var(--tw-gradient-to-position)}.to-gray-400{--tw-gradient-to:#9ca3af var(--tw-gradient-to-position)}.to-indigo-400{--tw-gradient-to:#8da2fb var(--tw-gradient-to-position)}.to-ob-purple-text{--tw-gradient-to:#a78bfa var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to:#ff8a4c var(--tw-gradient-to-position)}.to-primary-400{--tw-gradient-to:#a78bfa var(--tw-gradient-to-position)}.to-primary-500{--tw-gradient-to:#a058f0 var(--tw-gradient-to-position)}.to-primary-600{--tw-gradient-to:#913aed var(--tw-gradient-to-position)}.to-rose-400{--tw-gradient-to:#fb7185 var(--tw-gradient-to-position)}.to-rose-600{--tw-gradient-to:#e11d48 var(--tw-gradient-to-position)}.to-sky-400{--tw-gradient-to:#38bdf8 var(--tw-gradient-to-position)}.to-success-400{--tw-gradient-to:#34d399 var(--tw-gradient-to-position)}.to-teal-400{--tw-gradient-to:#16bdca var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-violet-400{--tw-gradient-to:#a78bfa var(--tw-gradient-to-position)}.to-violet-600{--tw-gradient-to:#7c3aed var(--tw-gradient-to-position)}.to-warning-400{--tw-gradient-to:#fbbf24 var(--tw-gradient-to-position)}.to-warning-600{--tw-gradient-to:#d97706 var(--tw-gradient-to-position)}.to-yellow-400{--tw-gradient-to:#e3a008 var(--tw-gradient-to-position)}.bg-\[length\:150\%_100\%\]{background-size:150% 100%}.bg-\[position\:0\%_0\%\]{background-position:0 0}.fill-violet-400{fill:#a78bfa}.object-contain{-o-object-fit:contain;object-fit:contain}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-9{padding:2.25rem}.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-10{padding-left:2.5rem;padding-right:2.5rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-20{padding-left:5rem;padding-right:5rem}.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}.px-\[18px\]{padding-left:18px;padding-right:18px}.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-32{padding-top:8rem;padding-bottom:8rem}.py-36{padding-top:9rem;padding-bottom:9rem}.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-\[13px\]{padding-top:13px;padding-bottom:13px}.py-\[18px\]{padding-top:18px;padding-bottom:18px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.py-px{padding-top:1px;padding-bottom:1px}.\!pt-0{padding-top:0!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-48{padding-bottom:12rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-\[5px\]{padding-bottom:5px}.pb-\[80px\]{padding-bottom:80px}.pb-px{padding-bottom:1px}.pe-10{padding-inline-end:2.5rem}.pe-16{padding-inline-end:4rem}.pe-2{padding-inline-end:.5rem}.pe-20{padding-inline-end:5rem}.pe-3{padding-inline-end:.75rem}.pe-4{padding-inline-end:1rem}.pe-5{padding-inline-end:1.25rem}.pe-52{padding-inline-end:13rem}.pe-6{padding-inline-end:1.5rem}.pe-7{padding-inline-end:1.75rem}.pe-8{padding-inline-end:2rem}.pe-\[40\%\]{padding-inline-end:40%}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pr-3{padding-right:.75rem}.ps-10{padding-inline-start:2.5rem}.ps-11{padding-inline-start:2.75rem}.ps-14{padding-inline-start:3.5rem}.ps-2{padding-inline-start:.5rem}.ps-3{padding-inline-start:.75rem}.ps-4{padding-inline-start:1rem}.ps-5{padding-inline-start:1.25rem}.ps-6{padding-inline-start:1.5rem}.ps-8{padding-inline-start:2rem}.ps-\[40\%\]{padding-inline-start:40%}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.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-8{padding-top:2rem}.pt-\[35px\]{padding-top:35px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.text-end{text-align:end}.font-\[\'Inter\'\2c system-ui\2c sans-serif\]{font-family:Inter,system-ui,sans-serif}.font-body{font-family:var(--font-roboto),sans-serif}.font-display{font-family:var(--font-inter),sans-serif}.font-mono{font-family:var(--font-roboto-mono),monospace}.\!text-xs{font-size:.75rem!important;line-height:1rem!important}.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-7xl{font-size:4.5rem;line-height:1}.text-\[10\.5px\]{font-size:10.5px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-\[18px\]{font-size:18px}.text-\[22px\]{font-size:22px}.text-\[8px\]{font-size:8px}.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-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal}.ordinal,.tabular-nums{font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing:tabular-nums}.\!leading-none{line-height:1!important}.leading-6{line-height:1.5rem}.leading-9{line-height:2.25rem}.leading-\[0px\]{line-height:0px}.leading-\[1\.2\]{line-height:1.2}.leading-\[1\.65\]{line-height:1.65}.leading-\[1\.6\]{line-height:1.6}.leading-\[1\.7\]{line-height:1.7}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[-1px\]{letter-spacing:-1px}.tracking-\[0\.04em\]{letter-spacing:.04em}.tracking-\[0\.06em\]{letter-spacing:.06em}.tracking-\[0\.08em\]{letter-spacing:.08em}.tracking-\[0\.09em\]{letter-spacing:.09em}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.13em\]{letter-spacing:.13em}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.1em\]{letter-spacing:.1em}.tracking-\[0\.25em\]{letter-spacing:.25em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-\[0\.4px\]{letter-spacing:.4px}.tracking-\[0\.5px\]{letter-spacing:.5px}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#505070\]{--tw-text-opacity:1;color:rgb(80 80 112/var(--tw-text-opacity,1))}.text-\[\#5080a0\]{--tw-text-opacity:1;color:rgb(80 128 160/var(--tw-text-opacity,1))}.text-\[\#6868a0\]{--tw-text-opacity:1;color:rgb(104 104 160/var(--tw-text-opacity,1))}.text-\[\#8080a8\]{--tw-text-opacity:1;color:rgb(128 128 168/var(--tw-text-opacity,1))}.text-accent-50{--tw-text-opacity:1;color:rgb(254 252 232/var(--tw-text-opacity,1))}.text-accent-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-accent-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-accent-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-alert-400{--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}.text-alert-500{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity,1))}.text-alert-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity,1))}.text-alert-700{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity,1))}.text-amber-300{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-base-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.text-base-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-base-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-base-dark{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.text-base-high-dark{--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.text-base-high-light{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity,1))}.text-base-light{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-base-lighter{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-base-muted-dark{color:rgba(148,163,184,.7)}.text-base-muted-light{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-base-muted-light\/30{color:rgba(100,116,139,.3)}.text-base-muted-light\/40{color:rgba(100,116,139,.4)}.text-base-muted-light\/80{color:rgba(100,116,139,.8)}.text-bg-dark{--tw-text-opacity:1;color:rgb(15 3 25/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(28 100 242/var(--tw-text-opacity,1))}.text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178/var(--tw-text-opacity,1))}.text-emerald-100{--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity,1))}.text-emerald-300{--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity,1))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-emerald-50{--tw-text-opacity:1;color:rgb(236 253 245/var(--tw-text-opacity,1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-fuchsia-100{--tw-text-opacity:1;color:rgb(250 232 255/var(--tw-text-opacity,1))}.text-fuchsia-300{--tw-text-opacity:1;color:rgb(240 171 252/var(--tw-text-opacity,1))}.text-fuchsia-500{--tw-text-opacity:1;color:rgb(217 70 239/var(--tw-text-opacity,1))}.text-fuchsia-600{--tw-text-opacity:1;color:rgb(192 38 211/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-gray-900\/70{color:rgba(17,24,39,.7)}.text-green-500{--tw-text-opacity:1;color:rgb(14 159 110/var(--tw-text-opacity,1))}.text-indigo-50{--tw-text-opacity:1;color:rgb(240 245 255/var(--tw-text-opacity,1))}.text-indigo-500{--tw-text-opacity:1;color:rgb(104 117 245/var(--tw-text-opacity,1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(81 69 205/var(--tw-text-opacity,1))}.text-info-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-info-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-info-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-info-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-info-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-lime-300{--tw-text-opacity:1;color:rgb(190 242 100/var(--tw-text-opacity,1))}.text-lime-400{--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity,1))}.text-lime-500{--tw-text-opacity:1;color:rgb(132 204 22/var(--tw-text-opacity,1))}.text-lime-600{--tw-text-opacity:1;color:rgb(101 163 13/var(--tw-text-opacity,1))}.text-ob-green-500{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-ob-purple-light{--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.text-ob-purple-text{--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}.text-ob-text-dimmed{--tw-text-opacity:1;color:rgb(80 80 128/var(--tw-text-opacity,1))}.text-ob-text-ghost{--tw-text-opacity:1;color:rgb(58 58 96/var(--tw-text-opacity,1))}.text-ob-text-muted{--tw-text-opacity:1;color:rgb(96 96 160/var(--tw-text-opacity,1))}.text-ob-text-primary{--tw-text-opacity:1;color:rgb(240 238 255/var(--tw-text-opacity,1))}.text-ob-text-secondary{--tw-text-opacity:1;color:rgb(208 200 240/var(--tw-text-opacity,1))}.text-ob-text-tertiary{--tw-text-opacity:1;color:rgb(136 136 176/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:rgb(255 90 31/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(208 56 1/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:rgb(180 52 3/var(--tw-text-opacity,1))}.text-primary-100{--tw-text-opacity:1;color:rgb(237 233 254/var(--tw-text-opacity,1))}.text-primary-200{--tw-text-opacity:1;color:rgb(221 214 254/var(--tw-text-opacity,1))}.text-primary-300{--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.text-primary-400{--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}.text-primary-50{--tw-text-opacity:1;color:rgb(245 243 255/var(--tw-text-opacity,1))}.text-primary-500{--tw-text-opacity:1;color:rgb(160 88 240/var(--tw-text-opacity,1))}.text-primary-600{--tw-text-opacity:1;color:rgb(145 58 237/var(--tw-text-opacity,1))}.text-primary-700{--tw-text-opacity:1;color:rgb(123 45 208/var(--tw-text-opacity,1))}.text-primary-800{--tw-text-opacity:1;color:rgb(91 33 182/var(--tw-text-opacity,1))}.text-primary-800\/60{color:rgba(91,33,182,.6)}.text-primary-900{--tw-text-opacity:1;color:rgb(76 29 149/var(--tw-text-opacity,1))}.text-purple-800{--tw-text-opacity:1;color:rgb(85 33 181/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(249 128 128/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(224 36 36/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(200 30 30/var(--tw-text-opacity,1))}.text-rose-100{--tw-text-opacity:1;color:rgb(255 228 230/var(--tw-text-opacity,1))}.text-rose-300{--tw-text-opacity:1;color:rgb(253 164 175/var(--tw-text-opacity,1))}.text-rose-50{--tw-text-opacity:1;color:rgb(255 241 242/var(--tw-text-opacity,1))}.text-rose-500{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity,1))}.text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity,1))}.text-rose-700{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity,1))}.text-site-dark{--tw-text-opacity:1;color:rgb(44 0 73/var(--tw-text-opacity,1))}.text-site-deep{--tw-text-opacity:1;color:rgb(31 3 53/var(--tw-text-opacity,1))}.text-site-deep\/60{color:rgba(31,3,53,.6)}.text-site-deep\/70{color:rgba(31,3,53,.7)}.text-site-deep\/80{color:rgba(31,3,53,.8)}.text-site-faint{--tw-text-opacity:1;color:rgb(246 240 255/var(--tw-text-opacity,1))}.text-site-faint\/80{color:rgba(246,240,255,.8)}.text-site-lilac{--tw-text-opacity:1;color:rgb(206 159 255/var(--tw-text-opacity,1))}.text-site-lilac\/70{color:rgba(206,159,255,.7)}.text-site-lilac2{--tw-text-opacity:1;color:rgb(221 194 255/var(--tw-text-opacity,1))}.text-site-lilac2\/80{color:rgba(221,194,255,.8)}.text-site-vivid{--tw-text-opacity:1;color:rgb(145 58 237/var(--tw-text-opacity,1))}.text-site-vivid\/40{color:rgba(145,58,237,.4)}.text-site-yellow{--tw-text-opacity:1;color:rgb(255 236 0/var(--tw-text-opacity,1))}.text-sky-100{--tw-text-opacity:1;color:rgb(224 242 254/var(--tw-text-opacity,1))}.text-sky-300{--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity,1))}.text-sky-50{--tw-text-opacity:1;color:rgb(240 249 255/var(--tw-text-opacity,1))}.text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity,1))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity,1))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-50{--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.text-slate-950{--tw-text-opacity:1;color:rgb(2 6 23/var(--tw-text-opacity,1))}.text-success-100{--tw-text-opacity:1;color:rgb(209 250 229/var(--tw-text-opacity,1))}.text-success-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-success-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-success-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-success-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-teal-100{--tw-text-opacity:1;color:rgb(213 245 246/var(--tw-text-opacity,1))}.text-teal-500{--tw-text-opacity:1;color:rgb(6 148 162/var(--tw-text-opacity,1))}.text-teal-600{--tw-text-opacity:1;color:rgb(4 116 129/var(--tw-text-opacity,1))}.text-teal-700{--tw-text-opacity:1;color:rgb(3 102 114/var(--tw-text-opacity,1))}.text-teal-700\/70{color:rgba(3,102,114,.7)}.text-violet-100{--tw-text-opacity:1;color:rgb(237 233 254/var(--tw-text-opacity,1))}.text-violet-200{--tw-text-opacity:1;color:rgb(221 214 254/var(--tw-text-opacity,1))}.text-violet-300{--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity,1))}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity,1))}.text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity,1))}.text-violet-800{--tw-text-opacity:1;color:rgb(91 33 182/var(--tw-text-opacity,1))}.text-warning-300{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.text-warning-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-warning-400\/60{color:rgba(251,191,36,.6)}.text-warning-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-warning-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-warning-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/40{color:hsla(0,0%,100%,.4)}.text-white\/45{color:hsla(0,0%,100%,.45)}.text-white\/55{color:hsla(0,0%,100%,.55)}.text-white\/60{color:hsla(0,0%,100%,.6)}.text-white\/70{color:hsla(0,0%,100%,.7)}.text-white\/80{color:hsla(0,0%,100%,.8)}.text-white\/90{color:hsla(0,0%,100%,.9)}.text-yellow-300{--tw-text-opacity:1;color:rgb(250 202 21/var(--tw-text-opacity,1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(227 160 8/var(--tw-text-opacity,1))}.text-yellow-50{--tw-text-opacity:1;color:rgb(253 253 234/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(194 120 3/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(159 88 10/var(--tw-text-opacity,1))}.text-yellow-950{--tw-text-opacity:1;color:rgb(66 32 6/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-accent-500\/50{text-decoration-color:rgba(234,179,8,.5)}.placeholder-base-muted-light::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity,1))}.placeholder-base-muted-light::placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity,1))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.accent-primary-500{accent-color:#a058f0}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.mix-blend-lighten{mix-blend-mode:lighten}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{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 rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[0_32px_64px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]{--tw-shadow:0 32px 64px rgba(0,0,0,.6);--tw-shadow-colored:0 32px 64px 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_40px_80px_rgba\(0\2c 0\2c 0\2c 0\.7\)\]{--tw-shadow:0 40px 80px rgba(0,0,0,.7);--tw-shadow-colored:0 40px 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_6px_20px_rgba\(109\2c 40\2c 217\2c 0\.4\)\]{--tw-shadow:0 6px 20px rgba(109,40,217,.4);--tw-shadow-colored:0 6px 20px 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_6px_20px_rgba\(244\2c 63\2c 94\2c 0\.4\)\]{--tw-shadow:0 6px 20px rgba(244,63,94,.4);--tw-shadow-colored:0 6px 20px 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_6px_20px_rgba\(245\2c 158\2c 11\2c 0\.2\)\]{--tw-shadow:0 6px 20px rgba(245,158,11,.2);--tw-shadow-colored:0 6px 20px 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_8px_24px_rgba\(109\2c 40\2c 217\2c 0\.45\)\]{--tw-shadow:0 8px 24px rgba(109,40,217,.45);--tw-shadow-colored:0 8px 24px var(--tw-shadow-color)}.shadow-\[0_8px_24px_rgba\(109\2c 40\2c 217\2c 0\.45\)\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-none,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px 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-alert-500\/20{--tw-shadow-color:rgba(244,63,94,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-alert-500\/40{--tw-shadow-color:rgba(244,63,94,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-black\/20{--tw-shadow-color:rgba(0,0,0,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-black\/40{--tw-shadow-color:rgba(0,0,0,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-black\/60{--tw-shadow-color:rgba(0,0,0,.6);--tw-shadow:var(--tw-shadow-colored)}.shadow-info-500\/40{--tw-shadow-color:rgba(59,130,246,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-primary-700\/40{--tw-shadow-color:rgba(123,45,208,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-site-deep\/20{--tw-shadow-color:rgba(31,3,53,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-site-deep\/30{--tw-shadow-color:rgba(31,3,53,.3);--tw-shadow:var(--tw-shadow-colored)}.shadow-site-deep\/50{--tw-shadow-color:rgba(31,3,53,.5);--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-950{--tw-shadow-color:#020617;--tw-shadow:var(--tw-shadow-colored)}.shadow-success-500\/20{--tw-shadow-color:rgba(16,185,129,.2);--tw-shadow:var(--tw-shadow-colored)}.shadow-success-500\/40{--tw-shadow-color:rgba(16,185,129,.4);--tw-shadow:var(--tw-shadow-colored)}.shadow-warning-500\/20{--tw-shadow-color:rgba(245,158,11,.2);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-0{outline-width:0}.ring{--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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring,.ring-0{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-0{--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(var(--tw-ring-offset-width)) var(--tw-ring-color)}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow{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{--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.1)) drop-shadow(0 1px 1px rgba(0,0,0,.06))}.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(8px)}.backdrop-blur,.backdrop-blur-sm{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)}.backdrop-filter{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-shadow{transition-property:box-shadow;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)}.duration-150,.transition-transform{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-\[\.5s\]{transition-duration:.5s}.duration-\[2s\]{transition-duration:2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[scrollbar-width\:none\]{scrollbar-width:none}.\[slug\:string\]{slug:string}.\[transition-timing-function\:cubic-bezier\(0\.22\2c 1\2c 0\.36\2c 1\)\]{transition-timing-function:cubic-bezier(.22,1,.36,1)}.\[year\:string\]{year:string}.dark select option{background-color:#1f2937;color:#fff}.dark select option:checked{background-color:#3b82f6!important;color:#fff}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 48!important;display:inline-block;line-height:1}div{scrollbar-width:thin;scrollbar-color:#334155 transparent}div::-webkit-scrollbar{width:5px}div::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:#334155;border-radius:100px}input[type=password]::-ms-clear,input[type=password]::-ms-reveal{display:none}input[type=password]::-webkit-credentials-auto-fill-button{display:none}.snap-scroller{-ms-overflow-style:none;scrollbar-width:none}.snap-scroller::-webkit-scrollbar{display:none}.hidden-scroll-bar{scrollbar-width:none;-ms-overflow-style:none}.hidden-scroll-bar::-webkit-scrollbar{display:none}.dark\:prose-invert:where(.dark,.dark *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.marker\:text-site-vivid ::marker{color:#913aed}.marker\:text-site-vivid::marker{color:#913aed}.before\:pointer-events-none:before{content:var(--tw-content);pointer-events:none}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:inset-0:before{content:var(--tw-content);inset:0}.before\:opacity-\[0\.07\]:before{content:var(--tw-content);opacity:.07}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.before\:\[-webkit-mask-image\:linear-gradient\(\#000\2c \#0000_75\%\)\]:before{content:var(--tw-content);-webkit-mask-image:linear-gradient(#000,#0000 75%)}.before\:\[background-image\:linear-gradient\(\#ffffffe6_1px\2c \#0000_1px\)\2c linear-gradient\(90deg\2c \#ffffffe6_1px\2c \#0000_1px\)\]:before{content:var(--tw-content);background-image:linear-gradient(#ffffffe6 1px,#0000 0),linear-gradient(90deg,#ffffffe6 1px,#0000 0)}.before\:\[background-size\:80px_80px\]:before{content:var(--tw-content);background-size:80px 80px}.before\:\[mask-image\:linear-gradient\(\#000\2c \#0000_75\%\)\]:before{content:var(--tw-content);-webkit-mask-image:linear-gradient(#000,#0000 75%);mask-image:linear-gradient(#000,#0000 75%)}.first\:border-0:first-child{border-width:0}.first\:border-s:first-child{border-inline-start-width:1px}.first\:border-t-0:first-child{border-top-width:0}.first\:pt-0:first-child{padding-top:0}.last\:border-0:last-child{border-width:0}.last\:border-b:last-child{border-bottom-width:1px}.last\:border-b-0:last-child{border-bottom-width:0}.last\:border-t-0:last-child{border-top-width:0}.last\:border-none:last-child{border-style:none}.last\:pb-0:last-child{padding-bottom:0}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-0.125rem}.hover\:-translate-y-0\.5:hover,.hover\:-translate-y-px:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-px:hover{--tw-translate-y:-1px}.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)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:text-wrap:hover{text-wrap:wrap}.hover\:border:hover{border-width:1px}.hover\:border-\[rgba\(139\2c 92\2c 246\2c 0\.4\)\]:hover{border-color:rgba(139,92,246,.4)}.hover\:border-alert-500:hover{--tw-border-opacity:1;border-color:rgb(244 63 94/var(--tw-border-opacity,1))}.hover\:border-base-muted-light\/50:hover{border-color:rgba(100,116,139,.5)}.hover\:border-bd-hover-dark:hover{--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.hover\:border-emerald-300:hover{--tw-border-opacity:1;border-color:rgb(110 231 183/var(--tw-border-opacity,1))}.hover\:border-primary-300:hover{--tw-border-opacity:1;border-color:rgb(196 181 253/var(--tw-border-opacity,1))}.hover\:border-primary-500:hover{--tw-border-opacity:1;border-color:rgb(160 88 240/var(--tw-border-opacity,1))}.hover\:border-primary-500\/40:hover{border-color:rgba(160,88,240,.4)}.hover\:border-rose-300:hover{--tw-border-opacity:1;border-color:rgb(253 164 175/var(--tw-border-opacity,1))}.hover\:border-site-lilac:hover{--tw-border-opacity:1;border-color:rgb(206 159 255/var(--tw-border-opacity,1))}.hover\:border-site-vivid:hover{--tw-border-opacity:1;border-color:rgb(145 58 237/var(--tw-border-opacity,1))}.hover\:border-sky-300:hover{--tw-border-opacity:1;border-color:rgb(125 211 252/var(--tw-border-opacity,1))}.hover\:border-sky-500\/70:hover{border-color:rgba(14,165,233,.7)}.hover\:border-warning-500:hover{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity,1))}.hover\:bg-\[rgba\(139\2c 92\2c 246\2c 0\.08\)\]:hover{background-color:rgba(139,92,246,.08)}.hover\:bg-accent-100:hover{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.hover\:bg-accent-200:hover{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.hover\:bg-accent-500:hover{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.hover\:bg-accent-500\/20:hover{background-color:rgba(234,179,8,.2)}.hover\:bg-accent-600:hover{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.hover\:bg-alert-100:hover{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))}.hover\:bg-alert-200:hover{--tw-bg-opacity:1;background-color:rgb(254 205 211/var(--tw-bg-opacity,1))}.hover\:bg-alert-400:hover{--tw-bg-opacity:1;background-color:rgb(251 113 133/var(--tw-bg-opacity,1))}.hover\:bg-alert-500\/10:hover{background-color:rgba(244,63,94,.1)}.hover\:bg-alert-500\/20:hover{background-color:rgba(244,63,94,.2)}.hover\:bg-alert-600:hover{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.hover\:bg-amber-50\/60:hover{background-color:rgba(255,251,235,.6)}.hover\:bg-bg-light:hover{--tw-bg-opacity:1;background-color:rgb(223 226 230/var(--tw-bg-opacity,1))}.hover\:bg-bg-lighter:hover{--tw-bg-opacity:1;background-color:rgb(232 234 237/var(--tw-bg-opacity,1))}.hover\:bg-cyan-600:hover{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity,1))}.hover\:bg-emerald-100:hover{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.hover\:bg-emerald-400:hover{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.hover\:bg-emerald-400\/20:hover{background-color:rgba(52,211,153,.2)}.hover\:bg-emerald-50:hover{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.hover\:bg-emerald-50\/60:hover{background-color:rgba(236,253,245,.6)}.hover\:bg-emerald-500:hover{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.hover\:bg-emerald-600:hover{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.hover\:bg-fore-hover-light:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.hover\:bg-fore-light:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.hover\:bg-fuchsia-600:hover{--tw-bg-opacity:1;background-color:rgb(192 38 211/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.hover\:bg-gray-400\/20:hover{background-color:rgba(156,163,175,.2)}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.hover\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgb(229 237 255/var(--tw-bg-opacity,1))}.hover\:bg-indigo-400\/20:hover{background-color:rgba(141,162,251,.2)}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(88 80 236/var(--tw-bg-opacity,1))}.hover\:bg-info-200:hover{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.hover\:bg-info-400:hover{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.hover\:bg-info-500\/20:hover{background-color:rgba(59,130,246,.2)}.hover\:bg-orange-100:hover{--tw-bg-opacity:1;background-color:rgb(254 236 220/var(--tw-bg-opacity,1))}.hover\:bg-orange-400:hover{--tw-bg-opacity:1;background-color:rgb(255 138 76/var(--tw-bg-opacity,1))}.hover\:bg-orange-400\/20:hover{background-color:rgba(255,138,76,.2)}.hover\:bg-orange-50:hover{--tw-bg-opacity:1;background-color:rgb(255 248 241/var(--tw-bg-opacity,1))}.hover\:bg-orange-50\/60:hover{background-color:rgba(255,248,241,.6)}.hover\:bg-orange-600:hover{--tw-bg-opacity:1;background-color:rgb(208 56 1/var(--tw-bg-opacity,1))}.hover\:bg-primary-100:hover{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.hover\:bg-primary-200:hover{--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity,1))}.hover\:bg-primary-200\/50:hover{background-color:rgba(221,214,254,.5)}.hover\:bg-primary-400:hover{--tw-bg-opacity:1;background-color:rgb(167 139 250/var(--tw-bg-opacity,1))}.hover\:bg-primary-500:hover{--tw-bg-opacity:1;background-color:rgb(160 88 240/var(--tw-bg-opacity,1))}.hover\:bg-primary-500\/15:hover{background-color:rgba(160,88,240,.15)}.hover\:bg-primary-500\/20:hover{background-color:rgba(160,88,240,.2)}.hover\:bg-primary-600:hover{--tw-bg-opacity:1;background-color:rgb(145 58 237/var(--tw-bg-opacity,1))}.hover\:bg-red-50\/60:hover{background-color:hsla(0,73%,97%,.6)}.hover\:bg-rose-100:hover{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))}.hover\:bg-rose-400:hover{--tw-bg-opacity:1;background-color:rgb(251 113 133/var(--tw-bg-opacity,1))}.hover\:bg-rose-50:hover{--tw-bg-opacity:1;background-color:rgb(255 241 242/var(--tw-bg-opacity,1))}.hover\:bg-rose-500:hover{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))}.hover\:bg-rose-500\/20:hover{background-color:rgba(244,63,94,.2)}.hover\:bg-rose-600:hover{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.hover\:bg-site-deep\/25:hover{background-color:rgba(31,3,53,.25)}.hover\:bg-site-deep\/40:hover{background-color:rgba(31,3,53,.4)}.hover\:bg-site-vivid:hover{--tw-bg-opacity:1;background-color:rgb(145 58 237/var(--tw-bg-opacity,1))}.hover\:bg-site-yellowlight:hover{--tw-bg-opacity:1;background-color:rgb(255 247 102/var(--tw-bg-opacity,1))}.hover\:bg-sky-100:hover{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))}.hover\:bg-sky-400:hover{--tw-bg-opacity:1;background-color:rgb(56 189 248/var(--tw-bg-opacity,1))}.hover\:bg-sky-400\/20:hover{background-color:rgba(56,189,248,.2)}.hover\:bg-sky-500:hover{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.hover\:bg-sky-500\/20:hover{background-color:rgba(14,165,233,.2)}.hover\:bg-sky-600:hover{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity,1))}.hover\:bg-slate-300:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.hover\:bg-slate-400:hover{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity,1))}.hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.hover\:bg-success-200:hover{--tw-bg-opacity:1;background-color:rgb(167 243 208/var(--tw-bg-opacity,1))}.hover\:bg-success-400:hover{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.hover\:bg-success-500\/20:hover{background-color:rgba(16,185,129,.2)}.hover\:bg-success-600:hover{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.hover\:bg-teal-100:hover{--tw-bg-opacity:1;background-color:rgb(213 245 246/var(--tw-bg-opacity,1))}.hover\:bg-teal-400\/20:hover{background-color:rgba(22,189,202,.2)}.hover\:bg-teal-50:hover{--tw-bg-opacity:1;background-color:rgb(237 250 250/var(--tw-bg-opacity,1))}.hover\:bg-teal-500:hover{--tw-bg-opacity:1;background-color:rgb(6 148 162/var(--tw-bg-opacity,1))}.hover\:bg-teal-600:hover{--tw-bg-opacity:1;background-color:rgb(4 116 129/var(--tw-bg-opacity,1))}.hover\:bg-violet-700:hover{--tw-bg-opacity:1;background-color:rgb(109 40 217/var(--tw-bg-opacity,1))}.hover\:bg-warning-100:hover{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.hover\:bg-warning-200:hover{--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))}.hover\:bg-warning-400:hover{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.hover\:bg-warning-500\/20:hover{background-color:rgba(245,158,11,.2)}.hover\:bg-warning-500\/25:hover{background-color:rgba(245,158,11,.25)}.hover\:bg-warning-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\:bg-yellow-100:hover{--tw-bg-opacity:1;background-color:rgb(253 246 178/var(--tw-bg-opacity,1))}.hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgb(250 202 21/var(--tw-bg-opacity,1))}.hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgb(227 160 8/var(--tw-bg-opacity,1))}.hover\:bg-yellow-400\/20:hover{background-color:rgba(227,160,8,.2)}.hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgb(159 88 10/var(--tw-bg-opacity,1))}.hover\:bg-yellow-900\/20:hover{background-color:rgba(99,49,18,.2)}.hover\:bg-gradient-to-l:hover{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.hover\:bg-\[position\:100\%_100\%\]:hover{background-position:100% 100%}.hover\:font-bold:hover{font-weight:700}.hover\:text-accent-400:hover{--tw-text-opacity:1;color:rgb(255 236 0/var(--tw-text-opacity,1))}.hover\:text-accent-500:hover{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.hover\:text-accent-800:hover{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.hover\:text-alert-400:hover{--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}.hover\:text-alert-500:hover{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity,1))}.hover\:text-alert-600:hover{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity,1))}.hover\:text-base-400:hover{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.hover\:text-base-light:hover{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.hover\:text-blue-400:hover{--tw-text-opacity:1;color:rgb(118 169 250/var(--tw-text-opacity,1))}.hover\:text-cyan-400:hover{--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity,1))}.hover\:text-emerald-400:hover{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.hover\:text-emerald-500:hover{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.hover\:text-emerald-600:hover{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-indigo-400:hover{--tw-text-opacity:1;color:rgb(141 162 251/var(--tw-text-opacity,1))}.hover\:text-info-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.hover\:text-info-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.hover\:text-ob-text-secondary:hover{--tw-text-opacity:1;color:rgb(208 200 240/var(--tw-text-opacity,1))}.hover\:text-orange-400:hover{--tw-text-opacity:1;color:rgb(255 138 76/var(--tw-text-opacity,1))}.hover\:text-orange-500:hover{--tw-text-opacity:1;color:rgb(255 90 31/var(--tw-text-opacity,1))}.hover\:text-primary-300:hover{--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.hover\:text-primary-400:hover{--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}.hover\:text-primary-500:hover{--tw-text-opacity:1;color:rgb(160 88 240/var(--tw-text-opacity,1))}.hover\:text-primary-600:hover{--tw-text-opacity:1;color:rgb(145 58 237/var(--tw-text-opacity,1))}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgb(123 45 208/var(--tw-text-opacity,1))}.hover\:text-rose-400:hover{--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}.hover\:text-rose-500:hover{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity,1))}.hover\:text-rose-600:hover{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity,1))}.hover\:text-site-faint:hover{--tw-text-opacity:1;color:rgb(246 240 255/var(--tw-text-opacity,1))}.hover\:text-site-yellow:hover{--tw-text-opacity:1;color:rgb(255 236 0/var(--tw-text-opacity,1))}.hover\:text-sky-400:hover{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity,1))}.hover\:text-sky-500:hover{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity,1))}.hover\:text-sky-600:hover{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity,1))}.hover\:text-success-400:hover{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.hover\:text-success-500:hover{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.hover\:text-success-600:hover{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.hover\:text-teal-400:hover{--tw-text-opacity:1;color:rgb(22 189 202/var(--tw-text-opacity,1))}.hover\:text-teal-500:hover{--tw-text-opacity:1;color:rgb(6 148 162/var(--tw-text-opacity,1))}.hover\:text-teal-800:hover{--tw-text-opacity:1;color:rgb(5 80 92/var(--tw-text-opacity,1))}.hover\:text-warning-400:hover{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.hover\:text-warning-500:hover{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.hover\:text-warning-600:hover{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.hover\:text-warning-700:hover{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:text-yellow-400:hover{--tw-text-opacity:1;color:rgb(227 160 8/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-\[0_10px_28px_rgba\(109\2c 40\2c 217\2c 0\.55\)\]:hover{--tw-shadow:0 10px 28px rgba(109,40,217,.55);--tw-shadow-colored:0 10px 28px 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_8px_24px_rgba\(109\2c 40\2c 217\2c 0\.5\)\]:hover{--tw-shadow:0 8px 24px rgba(109,40,217,.5);--tw-shadow-colored:0 8px 24px var(--tw-shadow-color)}.hover\:shadow-\[0_8px_24px_rgba\(109\2c 40\2c 217\2c 0\.5\)\]:hover,.hover\:shadow-lg:hover{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:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:shadow-md:hover,.hover\:shadow-sm:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:border-primary-500:focus{--tw-border-opacity:1;border-color:rgb(160 88 240/var(--tw-border-opacity,1))}.focus\:bg-bd-muted-light:focus{background-color:rgba(203,213,225,.4)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-0:focus{outline-width:0}.focus\:ring-0: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(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-accent-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 236 0/var(--tw-ring-opacity,1))}.focus\:ring-alert-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(251 113 133/var(--tw-ring-opacity,1))}.focus\:ring-info-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity,1))}.focus\:ring-primary-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(167 139 250/var(--tw-ring-opacity,1))}.focus\:ring-primary-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(160 88 240/var(--tw-ring-opacity,1))}.focus\:ring-success-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(52 211 153/var(--tw-ring-opacity,1))}.focus\:ring-warning-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(251 191 36/var(--tw-ring-opacity,1))}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-offset-4:focus-visible{outline-offset:4px}.focus-visible\:outline-offset-8:focus-visible{outline-offset:8px}.focus-visible\:outline-site-deep:focus-visible{outline-color:#1f0335}.focus-visible\:outline-site-lilac:focus-visible{outline-color:#ce9fff}.focus-visible\:outline-site-vivid:focus-visible{outline-color:#913aed}.active\:border-bd-active-light:active{--tw-border-opacity:1;border-color:rgb(91 33 182/var(--tw-border-opacity,1))}.active\:bg-primary-500:active{--tw-bg-opacity:1;background-color:rgb(160 88 240/var(--tw-bg-opacity,1))}.active\:text-white:active{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-70:disabled{opacity:.7}.group:hover .group-hover\:block{display:block}@keyframes bounce{0%,to{transform:translateY(0);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(-6px);animation-timing-function:cubic-bezier(0,0,.2,1)}}.group:hover .group-hover\:animate-bounce{animation:bounce 1s infinite}@keyframes pop-in{0%{opacity:0;transform:scale(.4)}60%{opacity:1;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.group:hover .group-hover\:animate-pop-in-infinite{animation:pop-in 2s cubic-bezier(.34,1.56,.64,1) infinite}@keyframes pulse{50%{opacity:.5}}.group:hover .group-hover\:animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes rock-pause{0%,10%{transform:rotate(6deg)}20%,30%{transform:rotate(-6deg)}40%{transform:rotate(3deg)}45%,50%{transform:rotate(-3deg)}60%,to{transform:rotate(0deg)}}.group:hover .group-hover\:animate-rock-loop{animation:rock-pause 3s ease-in-out infinite}@keyframes slide-in{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.group:hover .group-hover\:animate-slide-in-infinite{animation:slide-in 2s cubic-bezier(.16,1,.3,1) infinite}.group:hover .group-hover\:bg-primary-500{--tw-bg-opacity:1;background-color:rgb(160 88 240/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-primary-600{--tw-bg-opacity:1;background-color:rgb(145 58 237/var(--tw-bg-opacity,1))}.group:hover .group-hover\:text-base-light{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-primary-500{--tw-text-opacity:1;color:rgb(160 88 240/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-80{opacity:.8}.group:hover .group-hover\:ring-primary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(160 88 240/var(--tw-ring-opacity,1))}.group:hover .group-hover\:hover\:opacity-100:hover{opacity:1}.has-\[\:checked\]\:border-primary-400:has(:checked){--tw-border-opacity:1;border-color:rgb(167 139 250/var(--tw-border-opacity,1))}.has-\[\:checked\]\:bg-primary-500\/5:has(:checked){background-color:rgba(160,88,240,.05)}.prose-headings\:font-display :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-family:var(--font-inter),sans-serif}.prose-headings\:text-site-faint :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(246 240 255/var(--tw-text-opacity,1))}.prose-h1\:text-3xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.875rem;line-height:2.25rem}.prose-h2\:mt-12 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:3rem}.prose-h2\:text-xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;line-height:1.75rem}.prose-p\:text-site-lilac2 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(221 194 255/var(--tw-text-opacity,1))}.prose-a\:text-site-lilac :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(206 159 255/var(--tw-text-opacity,1))}.hover\:prose-a\:text-site-faint :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{--tw-text-opacity:1;color:rgb(246 240 255/var(--tw-text-opacity,1))}.prose-blockquote\:border-site-lilac :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-border-opacity:1;border-color:rgb(206 159 255/var(--tw-border-opacity,1))}.prose-blockquote\:text-site-lilac2 :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(221 194 255/var(--tw-text-opacity,1))}.prose-strong\:text-site-faint :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(246 240 255/var(--tw-text-opacity,1))}.prose-li\:text-site-lilac2 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(221 194 255/var(--tw-text-opacity,1))}.prose-table\:text-sm :is(:where(table):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.875rem;line-height:1.25rem}.prose-th\:text-site-faint :is(:where(th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(246 240 255/var(--tw-text-opacity,1))}.prose-td\:text-site-lilac2 :is(:where(td):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(221 194 255/var(--tw-text-opacity,1))}@media (prefers-reduced-motion:no-preference){@keyframes card-in-right{0%{opacity:0;transform:translateX(24px)}to{opacity:1;transform:translateX(0)}}.motion-safe\:animate-\[card-in-right_0\.6s_cubic-bezier\(0\.16\2c 1\2c 0\.3\2c 1\)_200ms_both\]{animation:card-in-right .6s cubic-bezier(.16,1,.3,1) .2s both}.motion-safe\:animate-\[fade-up_0\.5s_ease_140ms_both\]{animation:fade-up .5s ease .14s both}.motion-safe\:animate-\[fade-up_0\.5s_ease_280ms_both\]{animation:fade-up .5s ease .28s both}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.motion-safe\:animate-\[fade-up_0\.5s_ease_both\]{animation:fade-up .5s ease both}@keyframes chip-float{0%,to{transform:translateY(0) rotate(0deg) scale(.9)}50%{transform:translateY(-10px) rotate(2deg) scale(1)}}.motion-safe\:animate-chip-float{animation:chip-float 6s ease-in-out infinite}@keyframes pop-in{0%{opacity:0;transform:scale(.4)}60%{opacity:1;transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.motion-safe\:animate-chip-pop{animation:pop-in .5s cubic-bezier(.34,1.56,.64,1) both}}@media (min-width:480px){.xxs\:hidden{display:none}.xxs\:pt-6{padding-top:1.5rem}.xxs\:text-base{font-size:1rem;line-height:1.5rem}.xxs\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width:640px){.sm\:relative{position:relative}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-3{grid-column:span 3/span 3}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:col-span-5{grid-column:span 5/span 5}.sm\:col-span-6{grid-column:span 6/span 6}.sm\:col-span-7{grid-column:span 7/span 7}.sm\:col-span-9{grid-column:span 9/span 9}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-\[140px\]{height:140px}.sm\:h-\[180px\]{height:180px}.sm\:h-\[250px\]{height:250px}.sm\:h-\[25rem\]{height:25rem}.sm\:h-\[340px\]{height:340px}.sm\:w-4\/5{width:80%}.sm\:w-auto{width:auto}.sm\:max-w-screen-sm{max-width:640px}.sm\:max-w-sm{max-width:24rem}.sm\:flex-1{flex:1 1 0%}.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\: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-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.sm\:border-0{border-width:0}.sm\:p-2{padding:.5rem}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:p-7{padding:1.75rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-36{padding-top:9rem;padding-bottom:9rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-6{padding-top:1.5rem}.sm\:pb-6,.sm\:py-6{padding-bottom:1.5rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pe-12{padding-inline-end:3rem}.sm\:pe-4{padding-inline-end:1rem}.sm\:pe-5{padding-inline-end:1.25rem}.sm\:pl-10{padding-left:2.5rem}.sm\:pl-9{padding-left:2.25rem}.sm\:pr-10{padding-right:2.5rem}.sm\:ps-2{padding-inline-start:.5rem}.sm\:ps-4{padding-inline-start:1rem}.sm\:ps-6{padding-inline-start:1.5rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-5xl{font-size:3rem}.sm\:text-5xl,.sm\:text-6xl{line-height:1}.sm\:text-6xl{font-size:3.75rem}.sm\:text-7xl{font-size:4.5rem;line-height:1}.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}.prose-h1\:sm\:text-4xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:2.25rem;line-height:2.5rem}.prose-h2\:sm\:text-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:2rem}}@media (min-width:768px){.md\:visible{visibility:visible}.md\:relative{position:relative}.md\:sticky{position:sticky}.md\:inset-0{inset:0}.md\:bottom-0{bottom:0}.md\:order-2{order:2}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-span-7{grid-column:span 7/span 7}.md\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.md\:-mt-6{margin-top:-1.5rem}.md\:mb-\[14px\]{margin-bottom:14px}.md\:mb-\[18px\]{margin-bottom:18px}.md\:mb-\[3px\]{margin-bottom:3px}.md\:me-2{margin-inline-end:.5rem}.md\:ms-\[-3rem\]{margin-inline-start:-3rem}.md\:mt-0{margin-top:0}.md\:mt-1{margin-top:.25rem}.md\:mt-5{margin-top:1.25rem}.md\:block{display:block}.md\:\!inline-block{display:inline-block!important}.md\:inline{display:inline}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-3{height:.75rem}.md\:h-full{height:100%}.md\:max-h-40{max-height:10rem}.md\:w-64{width:16rem}.md\:w-96{width:24rem}.md\:w-auto{width:auto}.md\:min-w-24{min-width:6rem}.md\:min-w-28{min-width:7rem}.md\:min-w-40{min-width:10rem}.md\:min-w-44{min-width:11rem}.md\:min-w-\[600px\]{min-width:600px}.md\:max-w-screen-md{max-width:768px}.md\:flex-1{flex:1 1 0%}.md\:-rotate-1{--tw-rotate:-1deg}.md\:-rotate-1,.md\:rotate-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:rotate-1{--tw-rotate:1deg}.md\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-16{grid-template-columns:repeat(16,minmax(0,1fr))}.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-\[360px_1fr\]{grid-template-columns:360px 1fr}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-1{gap:.25rem}.md\:gap-10{gap:2.5rem}.md\:gap-12{gap:3rem}.md\:gap-2{gap:.5rem}.md\:gap-2\.5{gap:.625rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:gap-y-1{row-gap:.25rem}.md\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.md\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.md\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))}.md\:rounded-sm{border-radius:.125rem}.md\:border-0{border-width:0}.md\:border-b{border-bottom-width:1px}.md\:border-r{border-right-width:1px}.md\:border-t{border-top-width:1px}.md\:border-t-0{border-top-width:0}.md\:border-bd-light{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.md\:p-0{padding:0}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-7{padding:1.75rem}.md\:p-8{padding:2rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:px-\[13px\]{padding-left:13px;padding-right:13px}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:pb-0{padding-bottom:0}.md\:pb-10{padding-bottom:2.5rem}.md\:pb-12{padding-bottom:3rem}.md\:pb-4{padding-bottom:1rem}.md\:pb-40{padding-bottom:10rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pe-10{padding-inline-end:2.5rem}.md\:pe-4{padding-inline-end:1rem}.md\:pe-6{padding-inline-end:1.5rem}.md\:pe-8{padding-inline-end:2rem}.md\:pl-0{padding-left:0}.md\:pl-4{padding-left:1rem}.md\:pl-\[64px\]{padding-left:64px}.md\:pr-10{padding-right:2.5rem}.md\:pr-4{padding-right:1rem}.md\:pr-6{padding-right:1.5rem}.md\:ps-10{padding-inline-start:2.5rem}.md\:ps-16{padding-inline-start:4rem}.md\:ps-4{padding-inline-start:1rem}.md\:ps-8{padding-inline-start:2rem}.md\:pt-0{padding-top:0}.md\:pt-10{padding-top:2.5rem}.md\:pt-3{padding-top:.75rem}.md\:pt-4{padding-top:1rem}.md\:pt-5{padding-top:1.25rem}.md\:pt-8{padding-top:2rem}.md\:text-left{text-align:left}.md\:text-start{text-align:start}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-\[11px\]{font-size:11px}.md\:text-\[13px\]{font-size:13px}.md\:text-\[42px\]{font-size:42px}.md\:text-\[9px\]{font-size:9px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:font-semibold{font-weight:600}.md\:uppercase{text-transform:uppercase}.md\:leading-none{line-height:1}.md\:leading-tight{line-height:1.25}.md\:tracking-\[0\.1em\]{letter-spacing:.1em}.md\:text-base-dark{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}}@media (min-width:1024px){.lg\:order-2{order:2}.lg\:order-first{order:-9999}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:ml-auto{margin-left:auto}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:inline{display:inline}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-10{height:2.5rem}.lg\:max-h-\[350px\]{max-height:350px}.lg\:w-\[350px\]{width:350px}.lg\:w-auto{width:auto}.lg\:w-px{width:1px}.lg\:min-w-20{min-width:5rem}.lg\:min-w-28{min-width:7rem}.lg\:min-w-52{min-width:13rem}.lg\:min-w-\[25\%\]{min-width:25%}.lg\:max-w-none{max-width:none}.lg\:max-w-screen-2xl{max-width:1536px}.lg\:max-w-screen-lg{max-width:1024px}.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-\[minmax\(0\2c 1\.05fr\)_minmax\(0\2c 0\.95fr\)\]{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.lg\:grid-cols-\[minmax\(0\2c 1\.1fr\)_minmax\(0\2c 0\.9fr\)\]{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.lg\:grid-cols-\[minmax\(0\2c 1\.1fr\)_minmax\(0\2c 1fr\)\]{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:gap-0{gap:0}.lg\:gap-16{gap:4rem}.lg\:gap-24{gap:6rem}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:border-b{border-bottom-width:1px}.lg\:border-b-0{border-bottom-width:0}.lg\:border-r{border-right-width:1px}.lg\:border-t-0{border-top-width:0}.lg\:border-bd-light{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.lg\:bg-bd-muted-light{background-color:rgba(203,213,225,.4)}.lg\:bg-fore-light{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.lg\:p-4{padding:1rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:pr-6{padding-right:1.5rem}.lg\:ps-3{padding-inline-start:.75rem}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-\[10px\]{font-size:10px}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width:1280px){.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:max-w-6xl{max-width:72rem}.xl\:max-w-screen-xl{max-width:1280px}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}}.dark\:divide-bd-dark:where(.dark,.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(30 41 59/var(--tw-divide-opacity,1))}.dark\:divide-bd-muted-dark:where(.dark,.dark *)>:not([hidden])~:not([hidden]){border-color:rgba(30,41,59,.4)}.dark\:border-solid:where(.dark,.dark *){border-style:solid}.dark\:border-alert-400\/30:where(.dark,.dark *){border-color:rgba(251,113,133,.3)}.dark\:border-alert-500\/20:where(.dark,.dark *){border-color:rgba(244,63,94,.2)}.dark\:border-alert-600:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(225 29 72/var(--tw-border-opacity,1))}.dark\:border-amber-500\/60:where(.dark,.dark *){border-color:rgba(245,158,11,.6)}.dark\:border-base-muted-dark\/50:where(.dark,.dark *){border-color:rgba(148,163,184,.5)}.dark\:border-bd-dark:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}.dark\:border-bd-input-dark:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}.dark\:border-bd-muted-dark:where(.dark,.dark *){border-color:rgba(30,41,59,.4)}.dark\:border-bg-dark:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(15 3 25/var(--tw-border-opacity,1))}.dark\:border-emerald-500\/50:where(.dark,.dark *){border-color:rgba(16,185,129,.5)}.dark\:border-emerald-500\/60:where(.dark,.dark *){border-color:rgba(16,185,129,.6)}.dark\:border-gray-600:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-gray-700:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-gray-800:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.dark\:border-orange-500\/60:where(.dark,.dark *){border-color:rgba(255,90,31,.6)}.dark\:border-primary-400:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(167 139 250/var(--tw-border-opacity,1))}.dark\:border-primary-700:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(123 45 208/var(--tw-border-opacity,1))}.dark\:border-primary-700\/60:where(.dark,.dark *){border-color:rgba(123,45,208,.6)}.dark\:border-primary-800\/60:where(.dark,.dark *){border-color:rgba(91,33,182,.6)}.dark\:border-red-500\/60:where(.dark,.dark *){border-color:rgba(240,82,82,.6)}.dark\:border-rose-500\/50:where(.dark,.dark *){border-color:rgba(244,63,94,.5)}.dark\:border-sky-400\/25:where(.dark,.dark *){border-color:rgba(56,189,248,.25)}.dark\:border-sky-500\/50:where(.dark,.dark *){border-color:rgba(14,165,233,.5)}.dark\:border-slate-700:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.dark\:border-slate-700\/50:where(.dark,.dark *){border-color:rgba(51,65,85,.5)}.dark\:border-slate-800:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}.dark\:border-success-900:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(6 78 59/var(--tw-border-opacity,1))}.dark\:border-teal-500\/30:where(.dark,.dark *){border-color:rgba(6,148,162,.3)}.dark\:border-violet-500:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(139 92 246/var(--tw-border-opacity,1))}.dark\:border-violet-500\/30:where(.dark,.dark *){border-color:rgba(139,92,246,.3)}.dark\:border-warning-400\/30:where(.dark,.dark *){border-color:rgba(251,191,36,.3)}.dark\:border-white\/10:where(.dark,.dark *){border-color:hsla(0,0%,100%,.1)}.dark\:border-yellow-300:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(250 202 21/var(--tw-border-opacity,1))}.dark\:border-b-bd-muted-dark:where(.dark,.dark *){border-bottom-color:rgba(30,41,59,.4)}.dark\:bg-accent-200:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.dark\:bg-accent-500\/10:where(.dark,.dark *){background-color:rgba(234,179,8,.1)}.dark\:bg-accent-600\/30:where(.dark,.dark *){background-color:rgba(202,138,4,.3)}.dark\:bg-alert-200:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(254 205 211/var(--tw-bg-opacity,1))}.dark\:bg-alert-500\/10:where(.dark,.dark *){background-color:rgba(244,63,94,.1)}.dark\:bg-alert-600\/20:where(.dark,.dark *){background-color:rgba(225,29,72,.2)}.dark\:bg-alert-600\/30:where(.dark,.dark *){background-color:rgba(225,29,72,.3)}.dark\:bg-alert-900\/20:where(.dark,.dark *){background-color:rgba(136,19,55,.2)}.dark\:bg-alert-900\/30:where(.dark,.dark *){background-color:rgba(136,19,55,.3)}.dark\:bg-amber-500\/15:where(.dark,.dark *){background-color:rgba(245,158,11,.15)}.dark\:bg-amber-600\/20:where(.dark,.dark *){background-color:rgba(217,119,6,.2)}.dark\:bg-amber-900\/30:where(.dark,.dark *){background-color:rgba(120,53,15,.3)}.dark\:bg-base-600:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.dark\:bg-base-dark\/70:where(.dark,.dark *){background-color:rgba(203,213,225,.7)}.dark\:bg-base-muted-dark\/10:where(.dark,.dark *){background-color:rgba(148,163,184,.1)}.dark\:bg-base-muted-dark\/15:where(.dark,.dark *){background-color:rgba(148,163,184,.15)}.dark\:bg-base-muted-dark\/20:where(.dark,.dark *){background-color:rgba(148,163,184,.2)}.dark\:bg-base-muted-dark\/30:where(.dark,.dark *){background-color:rgba(148,163,184,.3)}.dark\:bg-base-muted-dark\/40:where(.dark,.dark *){background-color:rgba(148,163,184,.4)}.dark\:bg-bd-dark:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.dark\:bg-bd-muted-dark:where(.dark,.dark *){background-color:rgba(30,41,59,.4)}.dark\:bg-bg-dark:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(15 3 25/var(--tw-bg-opacity,1))}.dark\:bg-bg-dark\/50:where(.dark,.dark *){background-color:rgba(15,3,25,.5)}.dark\:bg-bg-dark\/60:where(.dark,.dark *){background-color:rgba(15,3,25,.6)}.dark\:bg-bg-darker:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(10 1 16/var(--tw-bg-opacity,1))}.dark\:bg-bg-input-dark:where(.dark,.dark *){background-color:#4755690f}.dark\:bg-emerald-400:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.dark\:bg-emerald-500\/10:where(.dark,.dark *){background-color:rgba(16,185,129,.1)}.dark\:bg-emerald-500\/15:where(.dark,.dark *){background-color:rgba(16,185,129,.15)}.dark\:bg-emerald-600\/20:where(.dark,.dark *){background-color:rgba(5,150,105,.2)}.dark\:bg-emerald-600\/30:where(.dark,.dark *){background-color:rgba(5,150,105,.3)}.dark\:bg-emerald-900\/20:where(.dark,.dark *){background-color:rgba(6,78,59,.2)}.dark\:bg-emerald-900\/30:where(.dark,.dark *){background-color:rgba(6,78,59,.3)}.dark\:bg-emerald-900\/50:where(.dark,.dark *){background-color:rgba(6,78,59,.5)}.dark\:bg-fore-dark:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(25 15 45/var(--tw-bg-opacity,1))}.dark\:bg-fore-dark\/60:where(.dark,.dark *){background-color:rgba(25,15,45,.6)}.dark\:bg-fore-hover-dark:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(36 21 66/var(--tw-bg-opacity,1))}.dark\:bg-fuchsia-600\/20:where(.dark,.dark *){background-color:rgba(192,38,211,.2)}.dark\:bg-gray-300:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.dark\:bg-gray-600:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:bg-gray-600\/30:where(.dark,.dark *){background-color:rgba(75,85,99,.3)}.dark\:bg-gray-700:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-gray-900\/30:where(.dark,.dark *){background-color:rgba(17,24,39,.3)}.dark\:bg-green-500:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(14 159 110/var(--tw-bg-opacity,1))}.dark\:bg-green-900\/10:where(.dark,.dark *){background-color:rgba(1,71,55,.1)}.dark\:bg-indigo-500:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(104 117 245/var(--tw-bg-opacity,1))}.dark\:bg-indigo-600\/30:where(.dark,.dark *){background-color:rgba(88,80,236,.3)}.dark\:bg-indigo-900\/30:where(.dark,.dark *){background-color:rgba(54,47,120,.3)}.dark\:bg-info-200:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.dark\:bg-lime-600\/40:where(.dark,.dark *){background-color:rgba(101,163,13,.4)}.dark\:bg-orange-500\/10:where(.dark,.dark *){background-color:rgba(255,90,31,.1)}.dark\:bg-orange-500\/15:where(.dark,.dark *){background-color:rgba(255,90,31,.15)}.dark\:bg-orange-900\/30:where(.dark,.dark *){background-color:rgba(119,29,29,.3)}.dark\:bg-primary-200:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(221 214 254/var(--tw-bg-opacity,1))}.dark\:bg-primary-400:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(167 139 250/var(--tw-bg-opacity,1))}.dark\:bg-primary-500\/10:where(.dark,.dark *){background-color:rgba(160,88,240,.1)}.dark\:bg-primary-500\/20:where(.dark,.dark *){background-color:rgba(160,88,240,.2)}.dark\:bg-primary-500\/30:where(.dark,.dark *){background-color:rgba(160,88,240,.3)}.dark\:bg-primary-600\/20:where(.dark,.dark *){background-color:rgba(145,58,237,.2)}.dark\:bg-primary-600\/30:where(.dark,.dark *){background-color:rgba(145,58,237,.3)}.dark\:bg-primary-700\/20:where(.dark,.dark *){background-color:rgba(123,45,208,.2)}.dark\:bg-primary-700\/40:where(.dark,.dark *){background-color:rgba(123,45,208,.4)}.dark\:bg-primary-800\/30:where(.dark,.dark *){background-color:rgba(91,33,182,.3)}.dark\:bg-primary-900\/20:where(.dark,.dark *){background-color:rgba(76,29,149,.2)}.dark\:bg-primary-900\/30:where(.dark,.dark *){background-color:rgba(76,29,149,.3)}.dark\:bg-primary-950:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(46 16 101/var(--tw-bg-opacity,1))}.dark\:bg-purple-500:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(144 97 249/var(--tw-bg-opacity,1))}.dark\:bg-red-400:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(249 128 128/var(--tw-bg-opacity,1))}.dark\:bg-red-500:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(240 82 82/var(--tw-bg-opacity,1))}.dark\:bg-red-500\/15:where(.dark,.dark *){background-color:rgba(240,82,82,.15)}.dark\:bg-red-900\/30:where(.dark,.dark *){background-color:rgba(119,29,29,.3)}.dark\:bg-rose-500\/10:where(.dark,.dark *){background-color:rgba(244,63,94,.1)}.dark\:bg-rose-600\/20:where(.dark,.dark *){background-color:rgba(225,29,72,.2)}.dark\:bg-rose-600\/30:where(.dark,.dark *){background-color:rgba(225,29,72,.3)}.dark\:bg-rose-900\/20:where(.dark,.dark *){background-color:rgba(136,19,55,.2)}.dark\:bg-rose-900\/30:where(.dark,.dark *){background-color:rgba(136,19,55,.3)}.dark\:bg-rose-900\/50:where(.dark,.dark *){background-color:rgba(136,19,55,.5)}.dark\:bg-sky-500\/10:where(.dark,.dark *){background-color:rgba(14,165,233,.1)}.dark\:bg-sky-500\/20:where(.dark,.dark *){background-color:rgba(14,165,233,.2)}.dark\:bg-sky-500\/35:where(.dark,.dark *){background-color:rgba(14,165,233,.35)}.dark\:bg-sky-500\/55:where(.dark,.dark *){background-color:rgba(14,165,233,.55)}.dark\:bg-sky-500\/75:where(.dark,.dark *){background-color:rgba(14,165,233,.75)}.dark\:bg-sky-500\/90:where(.dark,.dark *){background-color:rgba(14,165,233,.9)}.dark\:bg-sky-600\/30:where(.dark,.dark *){background-color:rgba(2,132,199,.3)}.dark\:bg-sky-800\/20:where(.dark,.dark *){background-color:rgba(7,89,133,.2)}.dark\:bg-sky-900\/20:where(.dark,.dark *){background-color:rgba(12,74,110,.2)}.dark\:bg-sky-900\/30:where(.dark,.dark *){background-color:rgba(12,74,110,.3)}.dark\:bg-slate-800:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.dark\:bg-slate-800\/40:where(.dark,.dark *){background-color:rgba(30,41,59,.4)}.dark\:bg-slate-900:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.dark\:bg-slate-950\/20:where(.dark,.dark *){background-color:rgba(2,6,23,.2)}.dark\:bg-slate-950\/30:where(.dark,.dark *){background-color:rgba(2,6,23,.3)}.dark\:bg-slate-950\/60:where(.dark,.dark *){background-color:rgba(2,6,23,.6)}.dark\:bg-success-200:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(167 243 208/var(--tw-bg-opacity,1))}.dark\:bg-success-500\/10:where(.dark,.dark *){background-color:rgba(16,185,129,.1)}.dark\:bg-success-600\/20:where(.dark,.dark *){background-color:rgba(5,150,105,.2)}.dark\:bg-success-900\/30:where(.dark,.dark *){background-color:rgba(6,78,59,.3)}.dark\:bg-teal-100:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(213 245 246/var(--tw-bg-opacity,1))}.dark\:bg-teal-500\/10:where(.dark,.dark *){background-color:rgba(6,148,162,.1)}.dark\:bg-teal-600\/20:where(.dark,.dark *){background-color:rgba(4,116,129,.2)}.dark\:bg-teal-800\/40:where(.dark,.dark *){background-color:rgba(5,80,92,.4)}.dark\:bg-teal-900\/20:where(.dark,.dark *){background-color:rgba(1,68,81,.2)}.dark\:bg-teal-900\/30:where(.dark,.dark *){background-color:rgba(1,68,81,.3)}.dark\:bg-teal-900\/40:where(.dark,.dark *){background-color:rgba(1,68,81,.4)}.dark\:bg-teal-900\/50:where(.dark,.dark *){background-color:rgba(1,68,81,.5)}.dark\:bg-transparent:where(.dark,.dark *){background-color:transparent}.dark\:bg-violet-500:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.dark\:bg-violet-600\/20:where(.dark,.dark *){background-color:rgba(124,58,237,.2)}.dark\:bg-violet-900\/15:where(.dark,.dark *){background-color:rgba(76,29,149,.15)}.dark\:bg-violet-950:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(46 16 101/var(--tw-bg-opacity,1))}.dark\:bg-warning-200:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))}.dark\:bg-warning-500\/10:where(.dark,.dark *){background-color:rgba(245,158,11,.1)}.dark\:bg-warning-600\/20:where(.dark,.dark *){background-color:rgba(217,119,6,.2)}.dark\:bg-warning-800\/20:where(.dark,.dark *){background-color:rgba(146,64,14,.2)}.dark\:bg-warning-900\/20:where(.dark,.dark *){background-color:rgba(120,53,15,.2)}.dark\:bg-warning-900\/30:where(.dark,.dark *){background-color:rgba(120,53,15,.3)}.dark\:bg-white:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\:bg-white\/5:where(.dark,.dark *){background-color:hsla(0,0%,100%,.05)}.dark\:bg-white\/\[0\.04\]:where(.dark,.dark *){background-color:hsla(0,0%,100%,.04)}.dark\:bg-white\/\[0\.06\]:where(.dark,.dark *){background-color:hsla(0,0%,100%,.06)}.dark\:bg-yellow-200:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(252 233 106/var(--tw-bg-opacity,1))}.dark\:bg-yellow-500\/10:where(.dark,.dark *){background-color:rgba(194,120,3,.1)}.dark\:bg-yellow-600\/10:where(.dark,.dark *){background-color:rgba(159,88,10,.1)}.dark\:bg-yellow-600\/20:where(.dark,.dark *){background-color:rgba(159,88,10,.2)}.dark\:bg-yellow-600\/30:where(.dark,.dark *){background-color:rgba(159,88,10,.3)}.dark\:bg-yellow-800\/20:where(.dark,.dark *){background-color:rgba(114,59,19,.2)}.dark\:bg-yellow-900\/30:where(.dark,.dark *){background-color:rgba(99,49,18,.3)}.dark\:from-fore-dark:where(.dark,.dark *){--tw-gradient-from:#190f2d var(--tw-gradient-from-position);--tw-gradient-to:rgba(25,15,45,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-primary-700:where(.dark,.dark *){--tw-gradient-from:#7b2dd0 var(--tw-gradient-from-position);--tw-gradient-to:rgba(123,45,208,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:to-primary-900\/50:where(.dark,.dark *){--tw-gradient-to:rgba(76,29,149,.5) var(--tw-gradient-to-position)}.dark\:text-accent-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(255 247 102/var(--tw-text-opacity,1))}.dark\:text-accent-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(255 236 0/var(--tw-text-opacity,1))}.dark\:text-accent-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.dark\:text-accent-600:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.dark\:text-alert-200:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(254 205 211/var(--tw-text-opacity,1))}.dark\:text-alert-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}.dark\:text-alert-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity,1))}.dark\:text-alert-600:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity,1))}.dark\:text-amber-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.dark\:text-amber-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.dark\:text-amber-400\/80:where(.dark,.dark *){color:rgba(251,191,36,.8)}.dark\:text-base-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.dark\:text-base-800:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.dark\:text-base-dark:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.dark\:text-base-dark\/70:where(.dark,.dark *){color:rgba(203,213,225,.7)}.dark\:text-base-dark\/80:where(.dark,.dark *){color:rgba(203,213,225,.8)}.dark\:text-base-high-dark:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.dark\:text-base-light:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.dark\:text-base-muted-dark:where(.dark,.dark *){color:rgba(148,163,184,.7)}.dark\:text-base-muted-dark\/30:where(.dark,.dark *){color:rgba(148,163,184,.3)}.dark\:text-base-muted-dark\/40:where(.dark,.dark *){color:rgba(148,163,184,.4)}.dark\:text-base-muted-dark\/60:where(.dark,.dark *){color:rgba(148,163,184,.6)}.dark\:text-cyan-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(103 232 249/var(--tw-text-opacity,1))}.dark\:text-emerald-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity,1))}.dark\:text-emerald-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:text-emerald-400\/80:where(.dark,.dark *){color:rgba(52,211,153,.8)}.dark\:text-emerald-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.dark\:text-fuchsia-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(240 171 252/var(--tw-text-opacity,1))}.dark\:text-fuchsia-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(232 121 249/var(--tw-text-opacity,1))}.dark\:text-gray-100:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:text-gray-200:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:text-gray-900:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.dark\:text-indigo-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(180 198 252/var(--tw-text-opacity,1))}.dark\:text-indigo-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(141 162 251/var(--tw-text-opacity,1))}.dark\:text-indigo-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(104 117 245/var(--tw-text-opacity,1))}.dark\:text-info-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:text-info-600:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.dark\:text-lime-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(163 230 53/var(--tw-text-opacity,1))}.dark\:text-orange-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(253 186 140/var(--tw-text-opacity,1))}.dark\:text-orange-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(255 138 76/var(--tw-text-opacity,1))}.dark\:text-orange-400\/80:where(.dark,.dark *){color:rgba(255,138,76,.8)}.dark\:text-orange-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(255 90 31/var(--tw-text-opacity,1))}.dark\:text-primary-100:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(237 233 254/var(--tw-text-opacity,1))}.dark\:text-primary-200:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(221 214 254/var(--tw-text-opacity,1))}.dark\:text-primary-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.dark\:text-primary-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}.dark\:text-primary-400\/60:where(.dark,.dark *){color:rgba(167,139,250,.6)}.dark\:text-primary-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(160 88 240/var(--tw-text-opacity,1))}.dark\:text-primary-600:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(145 58 237/var(--tw-text-opacity,1))}.dark\:text-primary-950:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(46 16 101/var(--tw-text-opacity,1))}.dark\:text-red-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(248 180 180/var(--tw-text-opacity,1))}.dark\:text-red-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(249 128 128/var(--tw-text-opacity,1))}.dark\:text-red-400\/80:where(.dark,.dark *){color:hsla(0,91%,74%,.8)}.dark\:text-rose-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(253 164 175/var(--tw-text-opacity,1))}.dark\:text-rose-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}.dark\:text-rose-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity,1))}.dark\:text-sky-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(125 211 252/var(--tw-text-opacity,1))}.dark\:text-sky-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity,1))}.dark\:text-sky-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity,1))}.dark\:text-sky-900:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(12 74 110/var(--tw-text-opacity,1))}.dark\:text-sky-950:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(8 47 73/var(--tw-text-opacity,1))}.dark\:text-slate-100:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.dark\:text-slate-200:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.dark\:text-slate-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.dark\:text-slate-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.dark\:text-slate-400\/40:where(.dark,.dark *){color:rgba(148,163,184,.4)}.dark\:text-slate-50:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity,1))}.dark\:text-slate-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.dark\:text-slate-600:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.dark\:text-slate-700:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.dark\:text-success-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity,1))}.dark\:text-success-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:text-success-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.dark\:text-success-600:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.dark\:text-success-950:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(2 44 34/var(--tw-text-opacity,1))}.dark\:text-teal-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(126 220 226/var(--tw-text-opacity,1))}.dark\:text-teal-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(22 189 202/var(--tw-text-opacity,1))}.dark\:text-teal-400\/70:where(.dark,.dark *){color:rgba(22,189,202,.7)}.dark\:text-teal-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(6 148 162/var(--tw-text-opacity,1))}.dark\:text-violet-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.dark\:text-warning-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.dark\:text-warning-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.dark\:text-warning-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.dark\:text-warning-600:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.dark\:text-white:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:text-white\/40:where(.dark,.dark *){color:hsla(0,0%,100%,.4)}.dark\:text-white\/45:where(.dark,.dark *){color:hsla(0,0%,100%,.45)}.dark\:text-white\/50:where(.dark,.dark *){color:hsla(0,0%,100%,.5)}.dark\:text-white\/60:where(.dark,.dark *){color:hsla(0,0%,100%,.6)}.dark\:text-white\/80:where(.dark,.dark *){color:hsla(0,0%,100%,.8)}.dark\:text-white\/90:where(.dark,.dark *){color:hsla(0,0%,100%,.9)}.dark\:text-yellow-200:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(252 233 106/var(--tw-text-opacity,1))}.dark\:text-yellow-300:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(250 202 21/var(--tw-text-opacity,1))}.dark\:text-yellow-400:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(227 160 8/var(--tw-text-opacity,1))}.dark\:text-yellow-950:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(66 32 6/var(--tw-text-opacity,1))}.dark\:placeholder-base-muted-dark:where(.dark,.dark *)::-moz-placeholder{color:rgba(148,163,184,.7)}.dark\:placeholder-base-muted-dark:where(.dark,.dark *)::placeholder{color:rgba(148,163,184,.7)}.dark\:placeholder-gray-400:where(.dark,.dark *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.dark\:placeholder-gray-400:where(.dark,.dark *)::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.dark\:mix-blend-color:where(.dark,.dark *){mix-blend-mode:color}.dark\:shadow-\[0_6px_20px_rgba\(109\2c 40\2c 217\2c 0\.4\)\]:where(.dark,.dark *){--tw-shadow:0 6px 20px rgba(109,40,217,.4);--tw-shadow-colored:0 6px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:hover\:border-alert-400\/50:hover:where(.dark,.dark *){border-color:rgba(251,113,133,.5)}.dark\:hover\:border-base-muted-dark\/50:hover:where(.dark,.dark *){border-color:rgba(148,163,184,.5)}.dark\:hover\:border-emerald-500\/30:hover:where(.dark,.dark *){border-color:rgba(16,185,129,.3)}.dark\:hover\:border-primary-500\/30:hover:where(.dark,.dark *){border-color:rgba(160,88,240,.3)}.dark\:hover\:border-primary-600:hover:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(145 58 237/var(--tw-border-opacity,1))}.dark\:hover\:border-rose-500\/30:hover:where(.dark,.dark *){border-color:rgba(244,63,94,.3)}.dark\:hover\:border-sky-400\/40:hover:where(.dark,.dark *){border-color:rgba(56,189,248,.4)}.dark\:hover\:border-warning-400\/50:hover:where(.dark,.dark *){border-color:rgba(251,191,36,.5)}.dark\:hover\:dark\:border-primary-700\/80:where(.dark,.dark *):hover:where(.dark,.dark *){border-color:rgba(123,45,208,.8)}.dark\:hover\:bg-accent-300:hover:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(255 247 102/var(--tw-bg-opacity,1))}.dark\:hover\:bg-accent-500\/10:hover:where(.dark,.dark *){background-color:rgba(234,179,8,.1)}.dark\:hover\:bg-accent-600\/30:hover:where(.dark,.dark *){background-color:rgba(202,138,4,.3)}.dark\:hover\:bg-alert-300:hover:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(253 164 175/var(--tw-bg-opacity,1))}.dark\:hover\:bg-alert-500\/\[0\.15\]:hover:where(.dark,.dark *){background-color:rgba(244,63,94,.15)}.dark\:hover\:bg-amber-500\/10:hover:where(.dark,.dark *){background-color:rgba(245,158,11,.1)}.dark\:hover\:bg-bg-dark:hover:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(15 3 25/var(--tw-bg-opacity,1))}.dark\:hover\:bg-emerald-500\/10:hover:where(.dark,.dark *){background-color:rgba(16,185,129,.1)}.dark\:hover\:bg-emerald-600\/30:hover:where(.dark,.dark *){background-color:rgba(5,150,105,.3)}.dark\:hover\:bg-emerald-800\/10:hover:where(.dark,.dark *){background-color:rgba(6,95,70,.1)}.dark\:hover\:bg-fore-dark:hover:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(25 15 45/var(--tw-bg-opacity,1))}.dark\:hover\:bg-fore-hover-dark:hover:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(36 21 66/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-600:hover:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-600\/30:hover:where(.dark,.dark *){background-color:rgba(75,85,99,.3)}.dark\:hover\:bg-indigo-600\/30:hover:where(.dark,.dark *){background-color:rgba(88,80,236,.3)}.dark\:hover\:bg-info-300:hover:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity,1))}.dark\:hover\:bg-orange-500\/10:hover:where(.dark,.dark *){background-color:rgba(255,90,31,.1)}.dark\:hover\:bg-primary-300:hover:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(196 181 253/var(--tw-bg-opacity,1))}.dark\:hover\:bg-primary-500\/10:hover:where(.dark,.dark *){background-color:rgba(160,88,240,.1)}.dark\:hover\:bg-primary-500\/15:hover:where(.dark,.dark *){background-color:rgba(160,88,240,.15)}.dark\:hover\:bg-primary-600\/30:hover:where(.dark,.dark *){background-color:rgba(145,58,237,.3)}.dark\:hover\:bg-primary-600\/40:hover:where(.dark,.dark *){background-color:rgba(145,58,237,.4)}.dark\:hover\:bg-primary-900\/10:hover:where(.dark,.dark *){background-color:rgba(76,29,149,.1)}.dark\:hover\:bg-red-500\/10:hover:where(.dark,.dark *){background-color:rgba(240,82,82,.1)}.dark\:hover\:bg-rose-500\/10:hover:where(.dark,.dark *){background-color:rgba(244,63,94,.1)}.dark\:hover\:bg-rose-600\/30:hover:where(.dark,.dark *){background-color:rgba(225,29,72,.3)}.dark\:hover\:bg-rose-800\/10:hover:where(.dark,.dark *){background-color:rgba(159,18,57,.1)}.dark\:hover\:bg-sky-500\/10:hover:where(.dark,.dark *){background-color:rgba(14,165,233,.1)}.dark\:hover\:bg-sky-500\/\[0\.15\]:hover:where(.dark,.dark *){background-color:rgba(14,165,233,.15)}.dark\:hover\:bg-sky-600\/30:hover:where(.dark,.dark *){background-color:rgba(2,132,199,.3)}.dark\:hover\:bg-slate-700:hover:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.dark\:hover\:bg-slate-800\/70:hover:where(.dark,.dark *){background-color:rgba(30,41,59,.7)}.dark\:hover\:bg-success-300:hover:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(110 231 183/var(--tw-bg-opacity,1))}.dark\:hover\:bg-teal-500\/10:hover:where(.dark,.dark *){background-color:rgba(6,148,162,.1)}.dark\:hover\:bg-teal-800\/20:hover:where(.dark,.dark *){background-color:rgba(5,80,92,.2)}.dark\:hover\:bg-warning-300:hover:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1))}.dark\:hover\:bg-warning-500\/\[0\.15\]:hover:where(.dark,.dark *){background-color:rgba(245,158,11,.15)}.dark\:hover\:bg-yellow-500\/10:hover:where(.dark,.dark *){background-color:rgba(194,120,3,.1)}.dark\:hover\:bg-yellow-600\/30:hover:where(.dark,.dark *){background-color:rgba(159,88,10,.3)}.dark\:hover\:bg-yellow-800\/20:hover:where(.dark,.dark *){background-color:rgba(114,59,19,.2)}.dark\:hover\:text-accent-200:hover:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity,1))}.dark\:hover\:text-base-200:hover:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.dark\:hover\:text-base-dark:hover:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-300:hover:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:hover\:text-primary-300:hover:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.dark\:hover\:text-teal-300:hover:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(126 220 226/var(--tw-text-opacity,1))}.dark\:hover\:text-warning-300:hover:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.dark\:hover\:text-warning-500:hover:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.dark\:hover\:text-white:hover:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:dark\:text-accent-400:where(.dark,.dark *):hover{--tw-text-opacity:1;color:rgb(255 236 0/var(--tw-text-opacity,1))}.dark\:focus\:border-primary-500:focus:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(160 88 240/var(--tw-border-opacity,1))}.dark\:focus\:bg-fore-dark:focus:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(25 15 45/var(--tw-bg-opacity,1))}.dark\:focus\:bg-fore-hover-dark:focus:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(36 21 66/var(--tw-bg-opacity,1))}.dark\:focus\:bg-primary-600\/40:focus:where(.dark,.dark *){background-color:rgba(145,58,237,.4)}.dark\:focus\:text-white:focus:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:focus\:ring-primary-500:focus:where(.dark,.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(160 88 240/var(--tw-ring-opacity,1))}.dark\:active\:border-bd-active-dark:active:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(91 33 182/var(--tw-border-opacity,1))}.group:hover .dark\:group-hover\:bg-primary-500\/30:where(.dark,.dark *){background-color:rgba(160,88,240,.3)}.group:hover .group-hover\:dark\:bg-bg-dark:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(15 3 25/var(--tw-bg-opacity,1))}.group:hover .dark\:group-hover\:text-base-dark:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.group:hover .dark\:group-hover\:text-sky-500:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity,1))}.group:hover .dark\:group-hover\:text-white:where(.dark,.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:768px){.md\:dark\:border-bd-dark:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}}@media (min-width:1024px){.lg\:dark\:border-bd-dark:where(.dark,.dark *){--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}.lg\:dark\:bg-bd-muted-dark:where(.dark,.dark *){background-color:rgba(30,41,59,.4)}.lg\:dark\:bg-bg-darker:where(.dark,.dark *){--tw-bg-opacity:1;background-color:rgb(10 1 16/var(--tw-bg-opacity,1))}}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&\:not\(\:first-child\)\]\:border-t:not(:first-child){border-top-width:1px}.\[\&\>div\]\:bg-transparent>div{background-color:transparent}.\[\&\>div\]\:p-0>div{padding:0}