*,:after,:before{border-color:var(--un-default-border-color, #e5e7eb);border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--un-content: ""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;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;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}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:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-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,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}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{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}@keyframes shadcn-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes shadcn-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}@keyframes shadcn-enter{0%{opacity:var(--un-enter-opacity, 1);transform:translate3d(var(--un-enter-translate-x, 0),var(--un-enter-translate-y, 0),0) scale3d(var(--un-enter-scale, 1),var(--un-enter-scale, 1),var(--un-enter-scale, 1)) rotate(var(--un-enter-rotate, 0))}}@keyframes shadcn-exit{to{opacity:var(--un-exit-opacity, 1);transform:translate3d(var(--un-exit-translate-x, 0),var(--un-exit-translate-y, 0),0) scale3d(var(--un-exit-scale, 1),var(--un-exit-scale, 1),var(--un-exit-scale, 1)) rotate(var(--un-exit-rotate, 0))}}@layer base{:root{--background: #fff;--foreground: #333;--card: #f3f3f3;--card-foreground: #333;--popover: #f8f9fa;--popover-foreground: #333;--primary: #042344;--primary-foreground: #fff;--secondary: #e5e7eb;--secondary-foreground: #89b4fa;--muted: #e5e7eb;--muted-foreground: #666;--accent: #f8f9fa;--accent-foreground: #042344;--destructive: #d9534f;--destructive-foreground: #fff;--border: #b0b0b0;--input: #e5e7eb;--ring: #042344;--radius: .5rem;--input-foreground: var(--foreground);--input-background: var(--input);--border-muted: silver;--ring-offset-background: var(--background);--yellow: #cede00;--yellow-foreground: #1e1e1e;--info: #3b82f6;--info-foreground: #fff;--success: #10b981;--success-foreground: #fff;--warning: #f97316;--warning-foreground: #1e1e1e;--neutral: #64748b;--neutral-foreground: #fff}html.dark{--background: #1e1e2e;--foreground: #cdd6f4;--card: #2a2a40;--card-foreground: #f8f8f2;--popover: #313244;--popover-foreground: #cdd6f4;--primary: #89b4fa;--primary-foreground: #1e1e2e;--secondary: #585b70;--secondary-foreground: #f5f5fa;--muted: #313244;--muted-foreground: #a6adc8;--accent: #f5c2e7;--accent-foreground: #1e1e2e;--destructive: #f38ba8;--destructive-foreground: #1e1e2e;--border: #45475a;--input: #1e1e2e;--ring: #89b4fa;--radius: .75rem;--input-background: var(--input);--input-foreground: var(--foreground);--border-muted: #45475a;--ring-offset-background: var(--background);--yellow: #f1fa8c;--yellow-foreground: #1e1e2e;--info: #89b4fa;--info-foreground: #1e1e2e;--success: #a6e3a1;--success-foreground: #1e1e2e;--warning: #fab387;--warning-foreground: #1e1e2e;--neutral: #6c7086;--neutral-foreground: #fff}}#__nuxt,body,html{background-color:var(--background);color:var(--foreground)}::-webkit-scrollbar{height:8px;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:8px}:hover::-webkit-scrollbar{opacity:1}::-webkit-scrollbar-track{background:var(--background);border-radius:9999px}::-webkit-scrollbar-thumb{background:var(--muted-foreground);border:2px solid var(--background);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}*{scrollbar-color:var(--muted-foreground) var(--background);scrollbar-width:thin}.page-enter-active,.page-leave-active{transition:opacity .05s ease-in-out}.page-enter-from,.page-leave-to{opacity:0}.page-enter-to,.page-leave-from{opacity:1}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}::view-transition-new(root),::view-transition-old(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:1}::view-transition-new(root){z-index:9999}.dark::view-transition-old(root){z-index:9999}.dark::view-transition-new(root){z-index:1}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:400;src:url(../assets/fonts/dmsans-bde470c1.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:400;src:url(../assets/fonts/dmsans-a41acbfa.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:"DM Serif Display";font-style:normal;font-weight:400;src:url(../assets/fonts/dmserifdisplay-0130f618.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:"DM Serif Display";font-style:normal;font-weight:400;src:url(../assets/fonts/dmserifdisplay-f5962a4e.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(../assets/fonts/sourcecodepro-00010a51.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(../assets/fonts/sourcecodepro-04bf5d08.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(../assets/fonts/sourcecodepro-9ce24a9b.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(../assets/fonts/sourcecodepro-a35380ad.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(../assets/fonts/sourcecodepro-11d5b6da.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(../assets/fonts/sourcecodepro-0d465bc7.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Source Code Pro;font-style:normal;font-weight:400;src:url(../assets/fonts/sourcecodepro-23c2642d.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-akar-icons-moon-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20.958 15.325c.204-.486-.379-.9-.868-.684a7.7 7.7 0 0 1-3.101.648c-4.185 0-7.577-3.324-7.577-7.425a7.3 7.3 0 0 1 1.134-3.91c.284-.448-.057-1.068-.577-.936C5.96 4.041 3 7.613 3 11.862C3 16.909 7.175 21 12.326 21c3.9 0 7.24-2.345 8.632-5.675'/%3E%3Cpath fill='currentColor' d='M15.611 3.103c-.53-.354-1.162.278-.809.808l.63.945a2.33 2.33 0 0 1 0 2.588l-.63.945c-.353.53.28 1.162.81.808l.944-.63a2.33 2.33 0 0 1 2.588 0l.945.63c.53.354 1.162-.278.808-.808l-.63-.945a2.33 2.33 0 0 1 0-2.588l.63-.945c.354-.53-.278-1.162-.809-.808l-.944.63a2.33 2.33 0 0 1-2.588 0z'/%3E%3C/svg%3E") !important;background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-akar-icons-sun-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 7a5 5 0 1 0 0 10a5 5 0 0 0 0-10'/%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M12 1a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0V2a1 1 0 0 1 1-1M3.293 3.293a1 1 0 0 1 1.414 0l1.5 1.5a1 1 0 0 1-1.414 1.414l-1.5-1.5a1 1 0 0 1 0-1.414m17.414 0a1 1 0 0 1 0 1.414l-1.5 1.5a1 1 0 1 1-1.414-1.414l1.5-1.5a1 1 0 0 1 1.414 0M1 12a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2H2a1 1 0 0 1-1-1m19 0a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2h-1a1 1 0 0 1-1-1M6.207 17.793a1 1 0 0 1 0 1.414l-1.5 1.5a1 1 0 0 1-1.414-1.414l1.5-1.5a1 1 0 0 1 1.414 0m11.586 0a1 1 0 0 1 1.414 0l1.5 1.5a1 1 0 0 1-1.414 1.414l-1.5-1.5a1 1 0 0 1 0-1.414M12 20a1 1 0 0 1 1 1v1a1 1 0 1 1-2 0v-1a1 1 0 0 1 1-1' clip-rule='evenodd'/%3E%3C/svg%3E") !important;background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-lucide-chevron-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9l6 6l6-6'/%3E%3C/svg%3E") !important;background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-lucide-chevron-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9 18l6-6l-6-6'/%3E%3C/svg%3E") !important;background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-mdi-arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11z'/%3E%3C/svg%3E") !important;background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.i-simple-icons-keycloak{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1.2em' height='1.2em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m18.742 1.182l-12.493.002C4.155 4.784 2.079 8.393 0 12.002c2.071 3.612 4.162 7.214 6.252 10.816l12.49-.004l3.089-5.404h2.158v-.002H24L23.996 6.59h-2.168zM8.327 4.792h2.081l1.04 1.8l-3.12 5.413l3.117 5.403l-1.035 1.81H8.327a2048 2048 0 0 0-4.168-7.204zm6.241 0l2.086.003q2.088 3.608 4.166 7.222l-4.167 7.2h-2.08c-.382-.562-1.038-1.808-1.038-1.808l3.123-5.405l-3.124-5.413z'/%3E%3C/svg%3E") !important;background-color:currentColor!important;color:inherit!important;height:1.2em!important;-webkit-mask:var(--un-icon) no-repeat!important;mask:var(--un-icon) no-repeat!important;-webkit-mask-size:100% 100%!important;mask-size:100% 100%!important;width:1.2em!important}.prose :where(h1,h2,h3,h4,h5,h6):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-headings);font-weight:600;line-height:1.25}.prose :where(a):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-links);font-weight:500;text-decoration:none}.prose :where(a code):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-links)}.prose :where(p,ul,ol,pre):not(:where(.not-prose,.not-prose *)){line-height:1.75;margin:1em 0}.prose :where(blockquote):not(:where(.not-prose,.not-prose *)){border-left:.25em solid var(--un-prose-borders);font-style:italic;margin:1em 0;padding-left:1em}.prose :where(h1):not(:where(.not-prose,.not-prose *)){font-size:2.25em;margin:1rem 0}.prose :where(h2):not(:where(.not-prose,.not-prose *)){font-size:1.75em;margin:1.75em 0 .5em}.prose :where(h3):not(:where(.not-prose,.not-prose *)){font-size:1.375em;margin:1.5em 0 .5em}.prose :where(h4):not(:where(.not-prose,.not-prose *)){font-size:1.125em;margin:1em 0}.prose :where(img,video):not(:where(.not-prose,.not-prose *)){max-width:100%}.prose :where(figure,picture):not(:where(.not-prose,.not-prose *)){margin:1em 0}.prose :where(figcaption):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-captions);font-size:.875em}.prose :where(code):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-code);font-family:Source Code Pro,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875em;font-weight:600}.prose :where(:not(pre)>code):not(:where(.not-prose,.not-prose *)):after,.prose :where(:not(pre)>code):not(:where(.not-prose,.not-prose *)):before{content:"`"}.prose :where(pre):not(:where(.not-prose,.not-prose *)){border-radius:.375rem;overflow-x:auto;padding:1.25rem 1.5rem}.prose :where(pre,code):not(:where(.not-prose,.not-prose *)){white-space:pre;word-break:normal;word-spacing:normal;word-wrap:normal;background:transparent;-webkit-hyphens:none;hyphens:none;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.prose :where(pre code):not(:where(.not-prose,.not-prose *)){font-weight:inherit}.prose :where(ol,ul):not(:where(.not-prose,.not-prose *)){padding-left:1.25em}.prose :where(ol):not(:where(.not-prose,.not-prose *)){list-style-type:decimal}.prose :where(ol[type=A]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where(.not-prose,.not-prose *)){list-style-type:decimal}.prose :where(ul):not(:where(.not-prose,.not-prose *)){list-style-type:disc}.prose :where(ol>li):not(:where(.not-prose,.not-prose *))::marker,.prose :where(summary):not(:where(.not-prose,.not-prose *))::marker,.prose :where(ul>li):not(:where(.not-prose,.not-prose *))::marker{color:var(--un-prose-lists)}.prose :where(hr):not(:where(.not-prose,.not-prose *)){border:1px solid var(--un-prose-hr);margin:2em 0}.prose :where(table):not(:where(.not-prose,.not-prose *)){border-collapse:collapse;display:block;margin:1em 0;overflow-x:auto}.prose :where(tr):not(:where(.not-prose,.not-prose *)):nth-child(2n){background:var(--un-prose-bg-soft)}.prose :where(td,th):not(:where(.not-prose,.not-prose *)){border:1px solid var(--un-prose-borders);padding:.625em 1em}.prose :where(abbr):not(:where(.not-prose,.not-prose *)){cursor:help}.prose :where(kbd):not(:where(.not-prose,.not-prose *)){border:1px solid;border-radius:.25rem;color:var(--un-prose-code);font-size:.875em;padding:.25rem .5rem}.prose :where(details):not(:where(.not-prose,.not-prose *)){background:var(--un-prose-bg-soft);margin:1em 0;padding:1.25rem 1.5rem}.prose :where(summary):not(:where(.not-prose,.not-prose *)){cursor:pointer;font-weight:600}.prose{color:var(--un-prose-body)!important;max-width:65ch!important}.dark .dark\:prose-invert{--un-prose-body:var(--un-prose-invert-body) !important;--un-prose-headings:var(--un-prose-invert-headings) !important;--un-prose-links:var(--un-prose-invert-links) !important;--un-prose-lists:var(--un-prose-invert-lists) !important;--un-prose-hr:var(--un-prose-invert-hr) !important;--un-prose-captions:var(--un-prose-invert-captions) !important;--un-prose-code:var(--un-prose-invert-code) !important;--un-prose-borders:var(--un-prose-invert-borders) !important;--un-prose-bg-soft:var(--un-prose-invert-bg-soft) !important}.container{width:100%!important}@media (min-width:640px){.container{max-width:640px!important}}@media (min-width:768px){.container{max-width:768px!important}}@media (min-width:1024px){.container{max-width:1024px!important}}@media (min-width:1280px){.container{max-width:1280px!important}}@media (min-width:1536px){.container{max-width:1536px!important}}.pointer-events-none{pointer-events:none!important}.absolute,[absolute=""]{position:absolute!important}.fixed,[fixed=""]{position:fixed!important}.relative,[relative=""]{position:relative!important}.static{position:static!important}.inset-y-0{bottom:0!important;top:0!important}.left-0{left:0!important}.right-2,[right-2=""]{right:.5rem!important}.top-0{top:0!important}.top-10,[top-10=""]{top:2.5rem!important}.top-4,[top-4=""]{top:1rem!important}.z-\[9999\]{z-index:9999!important}.z-10,[z-10=""]{z-index:10!important}.z-50,[z-50=""]{z-index:50!important}.grid{display:grid!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mb-12{margin-bottom:3rem!important}.mb-4{margin-bottom:1rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-8{margin-bottom:2rem!important}.ml-\[18\.5rem\]{margin-left:18.5rem!important}.ml-1{margin-left:.25rem!important}.ml-4{margin-left:1rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:.75rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.block{display:block!important}.inline-block{display:inline-block!important}.h-10{height:2.5rem!important}.h-12{height:3rem!important}.h-4,.h4{height:1rem!important}.h-5,.h5{height:1.25rem!important}.h-screen{height:100vh!important}.h1{height:.25rem!important}.h2{height:.5rem!important}.h3{height:.75rem!important}.h6{height:1.5rem!important}.max-w-auto{max-width:auto!important}.max-w-full{max-width:100%!important}.max-w-md{max-width:28rem!important}.min-h-\[calc\(100vh\+60px\)\]{min-height:calc(100vh + 60px)!important}.min-h-screen{min-height:100vh!important}.min-w-0{min-width:0!important}.w-74,.w-\[18\.5rem\]{width:18.5rem!important}.w-\[250px\]{width:250px!important}.w-10{width:2.5rem!important}.w-4{width:1rem!important}.w-5{width:1.25rem!important}.w-auto{width:auto!important}.w-full{width:100%!important}.w-screen{width:100vw!important}.max-w-screen-xl{max-width:1280px!important}.flex,[flex=""]{display:flex!important}.flex-1{flex:1 1 0%!important}.flex-shrink-0{flex-shrink:0!important}.flex-col,[flex-col=""]{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.table{display:table!important}.transform{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite!important}.cursor-default{cursor:default!important}.select-none,[select-none=""]{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.list-none{list-style-type:none!important}.place-content-center{place-content:center!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-6{gap:1.5rem!important}.space-x-6>:not([hidden])~:not([hidden]){--un-space-x-reverse:0 !important;margin-left:calc(1.5rem*(1 - var(--un-space-x-reverse)))!important;margin-right:calc(1.5rem*var(--un-space-x-reverse))!important}.space-y-1>:not([hidden])~:not([hidden]){--un-space-y-reverse:0 !important;margin-bottom:calc(.25rem*var(--un-space-y-reverse))!important;margin-top:calc(.25rem*(1 - var(--un-space-y-reverse)))!important}.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0 !important;margin-bottom:calc(.5rem*var(--un-space-y-reverse))!important;margin-top:calc(.5rem*(1 - var(--un-space-y-reverse)))!important}.space-y-3>:not([hidden])~:not([hidden]){--un-space-y-reverse:0 !important;margin-bottom:calc(.75rem*var(--un-space-y-reverse))!important;margin-top:calc(.75rem*(1 - var(--un-space-y-reverse)))!important}.space-y-6>:not([hidden])~:not([hidden]){--un-space-y-reverse:0 !important;margin-bottom:calc(1.5rem*var(--un-space-y-reverse))!important;margin-top:calc(1.5rem*(1 - var(--un-space-y-reverse)))!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-scroll{overflow-y:scroll!important}.truncate,[truncate=""]{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.whitespace-nowrap{white-space:nowrap!important}.b,.border,[border=""]{border-width:1px!important}.border-b{border-bottom-width:1px!important}.border-l{border-left-width:1px!important}.border-r{border-right-width:1px!important}.border-t{border-top-width:1px!important}.border-border,[border-border=""]{border-color:var(--border)!important}.border-input{border-color:var(--input)!important}.rounded{border-radius:.25rem!important}.rounded-lg,[rounded-lg=""]{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.bg-background{background-color:var(--background)!important}.bg-card{background-color:var(--card)!important}.bg-card-foreground{background-color:var(--card-foreground)!important}.bg-destructive{background-color:var(--destructive)!important}.bg-gray-900{--un-bg-opacity:1 !important;background-color:rgb(17 24 39 / var(--un-bg-opacity))!important}.bg-input,.prose-pre\:bg-input :is(:where(pre):not(:where(.not-prose,.not-prose *))),[bg-input=""]{background-color:var(--input)!important}.bg-muted{background-color:var(--muted)!important}.bg-popover,[bg-popover=""]{background-color:var(--popover)!important}.bg-primary{background-color:var(--primary)!important}.dark .dark\:bg-white{--un-bg-opacity:1 !important;background-color:rgb(255 255 255 / var(--un-bg-opacity))!important}.hover\:bg-accent:hover{background-color:var(--accent)!important}.hover\:bg-foreground:hover{background-color:var(--foreground)!important}.hover\:bg-gray-800:hover{--un-bg-opacity:1 !important;background-color:rgb(31 41 55 / var(--un-bg-opacity))!important}.hover\:bg-muted:hover{background-color:var(--muted)!important}.hover\:bg-popover-foreground:hover{background-color:var(--popover-foreground)!important}.hover\:bg-primary\/80:hover{background-color:var(--primary)!important}[hover\:bg-accent=""]:hover{background-color:var(--accent)!important}[hover\:bg-foreground=""]:hover{background-color:var(--foreground)!important}[stroke-width~="4"]{stroke-width:4px!important}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.p-1{padding:.25rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.p-x4,.px,.px-4,[px=""]{padding-left:1rem!important;padding-right:1rem!important}.p-y10{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.px-2,[px-2=""]{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-0\.5{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-1,[py-1=""]{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-8{padding-bottom:2rem!important;padding-top:2rem!important}.pb-4{padding-bottom:1rem!important}.pl-2{padding-left:.5rem!important}.pt-4{padding-top:1rem!important}.text-center{text-align:center!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm,[text-sm=""]{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs,[text-xs=""]{font-size:.75rem!important;line-height:1rem!important}.dark .dark\:text-gray-200{--un-text-opacity:1 !important;color:rgb(229 231 235 / var(--un-text-opacity))!important}.text-foreground{color:var(--foreground)!important}.text-info{color:var(--info)!important}.text-muted-foreground,[text-muted-foreground=""]{color:var(--muted-foreground)!important}.text-popover{color:var(--popover)!important}.text-primary{color:var(--primary)!important}.text-primary-foreground{color:var(--primary-foreground)!important}.text-secondary{color:var(--secondary)!important}.text-secondary-foreground{color:var(--secondary-foreground)!important}.text-teal-700{--un-text-opacity:1 !important;color:rgb(15 118 110 / var(--un-text-opacity))!important}.text-white{--un-text-opacity:1 !important;color:rgb(255 255 255 / var(--un-text-opacity))!important}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)!important}.hover\:text-popover:hover{color:var(--popover)!important}.hover\:text-primary:hover{color:var(--primary)!important}[hover\:text-popover=""]:hover{color:var(--popover)!important}[hover\:text-primary=""]:hover{color:var(--primary)!important}.font-bold{font-weight:700!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.leading-relaxed{line-height:1.625!important}.font-mono{font-family:Source Code Pro,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.uppercase{text-transform:uppercase!important}.italic{font-style:italic!important}.decoration-none{text-decoration:none!important}.accent-foreground{accent-color:var(--foreground)!important}.dark .dark\:opacity-70{opacity:.7!important}.opacity-0,[opacity-0=""]{opacity:0!important}.group:hover .group-hover\:opacity-100,.opacity-100{opacity:1!important}.opacity-25{opacity:.25!important}.opacity-75{opacity:.75!important}.hover\:opacity-100:hover{opacity:1!important}.disabled\:opacity-50:disabled{opacity:.5!important}.shadow{--un-shadow:var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgba(0,0,0,.1)),var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgba(0,0,0,.1)) !important;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.shadow-lg{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color, rgba(0,0,0,.1)),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color, rgba(0,0,0,.1)) !important;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.shadow-md,[shadow-md=""],.hover\:shadow-md:hover{--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgba(0,0,0,.1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgba(0,0,0,.1)) !important;box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)!important}.blur{--un-blur:blur(8px) !important;filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)!important}.transition,[transition=""]{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-all,[transition-all=""]{transition-duration:.15s!important;transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-shadow{transition-duration:.15s!important;transition-property:box-shadow!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-transform{transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-200{transition-duration:.2s!important}.duration-400,[duration-400=""]{transition-duration:.4s!important}.duration-500{transition-duration:.5s!important}.ease,.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}.prose-code\:before\:content-none :is(:where(code):not(:where(.not-prose,.not-prose *))):before{content:none!important}.prose-code\:after\:content-none :is(:where(code):not(:where(.not-prose,.not-prose *))):after{content:none!important}.animate-in{animation-duration:var(--un-animate-duration)!important;animation-name:shadcn-enter!important;--un-animate-duration:.15s !important;--un-enter-opacity:initial !important;--un-enter-scale:initial !important;--un-enter-rotate:initial !important;--un-enter-translate-x:initial !important;--un-enter-translate-y:initial !important}.fade-in-80{--un-enter-opacity:.8 !important}.zoom-in-105{--un-enter-scale:1.05 !important}.slide-in-from-top-12{--un-enter-translate-y:-3rem !important}@media (min-width:640px){.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.sm\:flex-row{flex-direction:row!important}.sm\:items-center{align-items:center!important}.sm\:justify-between{justify-content:space-between!important}.sm\:px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:px-8{padding-left:2rem!important;padding-right:2rem!important}}.lottie-animation-container{background-color:var(--lottie-animation-container-background-color);height:var(--lottie-animation-container-height);margin:var(--lottie-animation-margin);overflow:hidden;width:var(--lottie-animation-container-width)}.lottie-animation-container svg{transform:scale(var(--lottie-animation-scale))}
