@charset "UTF-8";body{position:relative;margin:0;min-height:100%;--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-body-background-default) / var(--un-bg-opacity));overflow:overlay;padding-bottom:15.55rem}@media (min-width:768px){body{padding-bottom:3.3rem}}body.modal{overflow-y:hidden}:root.light{--shadow-color: #a9a9a9}:root.dark{--shadow-color: #17181a}footer{position:absolute;left:0;right:0;bottom:0;--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-footer-background-default) / var(--un-bg-opacity));box-shadow:-1px 8px 15px 5px var(--shadow-color)}h1{font-size:var(--font-size-2xl)!important}h2{font-size:var(--font-size-xl)!important}h3{font-size:var(--font-size-lg)!important}h4{font-size:var(--font-size-md)!important}h5{font-size:var(--font-size-base)!important}.icon{display:inline-block;font-size:inherit;height:1.125em;vertical-align:-.225em;width:1.125em}.dashed-border{background-image:linear-gradient(90deg,rgb(var(--un-preset-theme-colors-input-border-default)) 50%,transparent 0),linear-gradient(90deg,rgb(var(--un-preset-theme-colors-input-border-default)) 50%,transparent 0),linear-gradient(0deg,rgb(var(--un-preset-theme-colors-input-border-default)) 50%,transparent 0),linear-gradient(0deg,rgb(var(--un-preset-theme-colors-input-border-default)) 50%,transparent 0);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:14px 2px,14px 2px,2px 14px,2px 14px}.dashed-border-anim{animation:moveDashedBorder 1s linear infinite;background-image:linear-gradient(90deg,rgb(var(--un-preset-theme-colors-input-border-focus-default)) 50%,transparent 0),linear-gradient(90deg,rgb(var(--un-preset-theme-colors-input-border-focus-default)) 50%,transparent 0),linear-gradient(0deg,rgb(var(--un-preset-theme-colors-input-border-focus-default)) 50%,transparent 0),linear-gradient(0deg,rgb(var(--un-preset-theme-colors-input-border-focus-default)) 50%,transparent 0);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:14px 2px,14px 2px,2px 14px,2px 14px}@keyframes moveDashedBorder{0%{background-position:0 0,0 100%,0 0,100% 0}25%{background-position:-4px 0,4px 100%,0 4px,100% -4px}50%{background-position:-7px 0,7px 100%,0 7px,100% -7px}75%{background-position:-11px 0,11px 100%,0 11px,100% -11px}to{background-position:-14px 0,14px 100%,0 14px,100% -14px}}.markdown{line-height:1.35rem}.markdown h1{padding-bottom:.5rem;font-weight:600;line-height:2.6rem}.markdown h2{padding-bottom:.5rem;font-weight:600;line-height:2rem}.markdown h3{padding-bottom:.5rem;font-weight:600;line-height:1.75rem}.markdown h4{padding-bottom:.5rem;font-weight:500;line-height:1.25rem}.markdown h5{padding-bottom:.5rem}.markdown img{margin:.25rem .125rem;display:inline}.markdown a{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-link) / var(--un-text-opacity));font-weight:500}.markdown a:hover{text-decoration-line:underline}.markdown p{display:inline;text-indent:2rem}.markdown ol,.markdown ul{margin-top:.25rem;margin-bottom:.25rem;display:block;padding-left:1rem;list-style:disc none inside}.markdown ol{list-style-type:decimal}.markdown li{display:list-item}.markdown ol ul,.markdown ul ul{margin-left:.5rem;list-style-type:circle}.markdown ol ol,.markdown ul ol{margin-left:.5rem;list-style-type:lower-latin}.markdown blockquote{margin-top:.5rem;margin-bottom:.5rem;border-top-width:1px;border-bottom-width:1px;border-left-width:5px;border-right-width:1px;--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-blockquote-border-default) / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-blockquote-background-default) / var(--un-bg-opacity));padding:.5rem}.markdown tr:first-child th:first-child{border-top-left-radius:6px}.markdown table{width:100%;border-collapse:separate;--un-border-spacing-x:0;--un-border-spacing-y:0;border-spacing:var(--un-border-spacing-x) var(--un-border-spacing-y);text-align:left;font-size:var(--font-size-sm);line-height:16px;--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-table-text-default) / var(--un-text-opacity))}.markdown table tr:first-child th:last-child{border-top-right-radius:6px}.markdown table tr:last-child td:first-child{border-bottom-left-radius:6px}.markdown table tr:last-child td:last-child{border-bottom-right-radius:6px}.markdown table tr td,.markdown table tr th{border-right-width:1px;--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-table-border-default) / var(--un-border-opacity))}.markdown table tr td:first-child,.markdown table tr th:first-child{border-left-width:1px;--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-table-border-default) / var(--un-border-opacity))}.markdown table tr:last-child td{border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-table-border-default) / var(--un-border-opacity))}.markdown table tr th{border-top-width:1px;border-bottom-width:1px;--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-table-border-default) / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-table-background-header) / var(--un-bg-opacity))}.markdown table thead{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-table-background-default) / var(--un-bg-opacity));text-align:center;font-size:var(--font-size-xs);line-height:14px;--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-table-text-header) / var(--un-text-opacity))}.markdown td a{overflow-wrap:break-word}.markdown td{overflow-wrap:break-word;padding:.5rem;font-size:var(--font-size-sm);line-height:16px;--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-table-text-default) / var(--un-text-opacity))}.markdown th{padding-top:.75rem;padding-bottom:.75rem;text-align:center}.markdown tr{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-table-background-default) / var(--un-bg-opacity));text-align:center}.markdown tr:nth-child(2n){--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-table-background-alter) / var(--un-bg-opacity))}.markdown center{display:block}*{scrollbar-color:var(rgb(var(--un-preset-theme-colors-scroll-background-default))) transparent;scrollbar-width:thin}::-webkit-scrollbar{height:7px;width:7px}::-webkit-scrollbar-corner{background:#00000080}::-webkit-scrollbar-track{background:transparent;cursor:pointer}::-webkit-scrollbar-thumb{background-color:rgb(var(--un-preset-theme-colors-scroll-background-default));border-radius:2px;cursor:pointer}::-webkit-scrollbar-thumb:hover{background-color:rgb(var(--un-preset-theme-colors-scroll-background-hover))}@font-face{font-display:swap;font-family:Golos Text;font-style:"normal";font-weight:"normal";src:url(./GolosText.VbuKMlH4.woff2) format("woff2"),url(./GolosText.18Ryfh22.woff) format("woff")}@font-face{font-display:swap;font-family:Minecraft Rus;font-style:"normal";font-weight:"normal";src:url(./Minecraft.20qoFHRf.woff2) format("woff2"),url(./Minecraft.0rWXrnIR.woff) format("woff")}*{--font-size-xs: clamp(.63rem, .12vw + .59rem, .7rem);--font-size-sm: clamp(.75rem, .15vw + .71rem, .85rem);--font-size-base: clamp(.89rem, .2vw + .9rem, 1.09rem);--font-size-md: clamp(1.13rem, .22vw + 1.09rem, 1.29rem);--font-size-lg: clamp(1.42rem, .28vw + 1.37rem, 1.62rem);--font-size-xl: clamp(1.79rem, .35vw + 1.72rem, 2.04rem);--font-size-2xl: clamp(2.24rem, .44vw + 2.15rem, 2.54rem);--font-size-3xl: clamp(2.81rem, .54vw + 2.7rem, 3.19rem);--font-size-4xl: clamp(3.53rem, .68vw + 3.39rem, 4rem);--font-size-5xl: clamp(4.42rem, .85vw + 4.25rem, 5.02rem);font-size:var(--font-size-base)}.v-popper__inner{border-width:1px;--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-card-border) / var(--un-border-opacity));border-radius:.375rem;--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-card-body-default) / var(--un-bg-opacity));--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.v-popper__arrow-outer{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-card-border) / var(--un-border-opacity))}.v-popper__arrow-inner{visibility:hidden}.v-popper--theme-minecraft .v-popper__inner{border-width:0px;border-radius:.375rem;--un-bg-opacity:1;background-color:rgb(17 2 16 / var(--un-bg-opacity));padding:.5rem .625rem;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.v-popper--theme-minecraft .v-popper__arrow-inner,.v-popper--theme-minecraft .v-popper__arrow-outer{display:none}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:38px;position:absolute;right:1px;top:1px;width:40px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active .multiselect__content-wrapper{z-index:20}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:rgb(var(--un-preset-theme-colors-input-background-default));box-sizing:border-box;color:rgb(var(--un-preset-theme-colors-input-text-default));font-size:var(--font-size-base);position:relative;transition:border .1s ease;vertical-align:top}.multiselect__input::-moz-placeholder{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-placeholder-default) / var(--un-text-opacity))}.multiselect__input::placeholder{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-placeholder-default) / var(--un-text-opacity))}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__tags-wrap{display:inline}.multiselect__tags{z-index:10;display:flex;flex-grow:1;align-items:center;border-width:1px;--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-input-border-default) / var(--un-border-opacity));border-radius:.375rem;--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-input-background-default) / var(--un-bg-opacity));padding:.5rem .75rem}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:inherit;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"×";font-size:inherit}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;margin:0;text-decoration:none}.multiselect__select{position:absolute;right:.875rem;display:inline-flex;align-items:center;justify-content:center;top:.88rem;transition:transform .2s ease}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-placeholder-default) / var(--un-text-opacity))}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;width:100%;overflow-y:auto;border-width:1px;--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-input-border-default) / var(--un-border-opacity));--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-input-background-default) / var(--un-bg-opacity));border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem;border-top:none;z-index:40;-webkit-overflow-scrolling:touch}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-top-width:1px;--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-input-border-default) / var(--un-border-opacity));border-bottom:none;border-radius:5px 5px 0 0;bottom:100%}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-default) / var(--un-text-opacity));cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:inherit;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{--un-bg-opacity:1;background-color:rgb(59 130 246 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(249 250 251 / var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px}.multiselect__option--highlight:after{--un-bg-opacity:1;background-color:rgb(59 130 246 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(249 250 251 / var(--un-text-opacity));content:attr(data-select)}.multiselect__option--selected{--un-bg-opacity:1;background-color:rgb(59 130 246 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(249 250 251 / var(--un-text-opacity))}.multiselect__option--selected:after{--un-bg-opacity:1;background-color:rgb(59 130 246 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(249 250 251 / var(--un-text-opacity));content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-default) / var(--un-text-opacity))}.multiselect__option--selected.multiselect__option--highlight:after{--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-default) / var(--un-text-opacity));content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-default) / var(--un-text-opacity));background:#ededed}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-default) / var(--un-text-opacity))}.multiselect__option--group-selected.multiselect__option--highlight:after{--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-default) / var(--un-text-opacity));content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}pre{break-inside:avoid;overflow:auto;border-width:1px;border-left-width:4px;border-color:rgb(var(--un-preset-theme-colors-code-border-default) / var(--un-border-opacity));--un-border-opacity:1;--un-border-left-opacity:var(--un-border-opacity);border-left-color:rgb(59 130 246 / var(--un-border-left-opacity));border-radius:.375rem;--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-code-background-default) / var(--un-bg-opacity));padding:.25rem .5rem;background-color:rgb(var(--un-preset-theme-colors-code-background-default))!important;scrollbar-color:var(rgb(var(--un-preset-theme-colors-scroll-background-default))) transparent;scrollbar-width:thin}pre::-webkit-scrollbar{height:4px;width:4px}pre::-webkit-scrollbar-corner{background:#00000080}pre::-webkit-scrollbar-track{background:transparent;cursor:pointer}pre::-webkit-scrollbar-thumb{background-color:rgb(var(--un-preset-theme-colors-scroll-background-default));border-radius:2px;cursor:pointer}pre::-webkit-scrollbar-thumb:hover{background-color:rgb(var(--un-preset-theme-colors-scroll-background-hover))}pre code{border-width:0px;padding:0;font-size:var(--font-size-sm);line-height:16px;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}code{display:inline;border-width:1px;--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-code-border-default) / var(--un-border-opacity));border-radius:.375rem;--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-code-background-default) / var(--un-bg-opacity));padding:.07rem .25rem;font-size:var(--font-size-sm);line-height:16px;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}code span{font-size:var(--font-size-sm);line-height:16px;--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity));vertical-align:.5px}html{box-sizing:border-box;height:100%;font-family:Golos Text,sans-serif!important}.centered{align-items:center;display:flex;justify-content:center;min-height:68vh}.interactable{transition:transform .2s ease-out,box-shadow .2s ease-out}.interactable:hover{box-shadow:0 .5em 1em -.125em var(--shadow-color),0 0 0 0 var(--shadow-color);transform:translateY(-5px)}.scrollable{scrollbar-color:var(rgb(var(--un-preset-theme-colors-scroll-background-default))) transparent;scrollbar-width:thin}.scrollable::-webkit-scrollbar{height:4px;width:4px}.scrollable::-webkit-scrollbar-corner{background:#00000080}.scrollable::-webkit-scrollbar-track{background:transparent;cursor:pointer}.scrollable::-webkit-scrollbar-thumb{background-color:rgb(var(--un-preset-theme-colors-scroll-background-default));border-radius:2px;cursor:pointer}.scrollable::-webkit-scrollbar-thumb:hover{background-color:rgb(var(--un-preset-theme-colors-scroll-background-hover))}.multiselect__tags,input{height:38px}.minecraft-font{font-family:Minecraft Rus,serif}*,: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]{display:none}*,: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: }html.light{--un-preset-theme-colors-body-background-default:242 242 242;--un-preset-theme-colors-footer-background-default:255 255 255;--un-preset-theme-colors-link:37 99 235;--un-preset-theme-colors-blockquote-background-default:249 250 251;--un-preset-theme-colors-blockquote-border-default:209 213 219;--un-preset-theme-colors-table-text-default:43 45 48;--un-preset-theme-colors-table-border-default:229 231 235;--un-preset-theme-colors-table-background-header:245 245 245;--un-preset-theme-colors-table-text-header:49 52 56;--un-preset-theme-colors-table-background-default:251 251 252;--un-preset-theme-colors-table-background-alter:237 237 237;--un-preset-theme-colors-card-body-default:255 255 255;--un-preset-theme-colors-card-border:229 231 235;--un-preset-theme-colors-input-text-placeholder-default:48 49 51;--un-preset-theme-colors-input-background-default:249 250 251;--un-preset-theme-colors-input-border-default:189 193 199;--un-preset-theme-colors-input-text-default:48 49 51;--un-preset-theme-colors-code-border-default:229 231 235;--un-preset-theme-colors-code-background-default:52 56 64;--un-preset-theme-colors-input-focus-outline-default:59 130 246;--un-preset-theme-colors-progress-background-default:59 130 246;--un-preset-theme-colors-card-text-header:49 52 56;--un-preset-theme-colors-card-text-body:43 45 48;--un-preset-theme-colors-button-background-default:220 222 227;--un-preset-theme-colors-button-text-default:30 29 29;--un-preset-theme-colors-input-icon-default:107 114 128;--un-preset-theme-colors-input-icon-background:229 231 235;--un-preset-theme-colors-button-border-default:198 200 204;--un-preset-theme-colors-navbar-background-default:255 255 255;--un-preset-theme-colors-card-footer-body:245 245 245;--un-preset-theme-colors-ad-background-default:219 234 254;--un-preset-theme-colors-ad-border-default:191 219 254;--un-preset-theme-colors-card-body-hover:243 244 246;--un-preset-theme-colors-skeleton-text:223 225 230;--un-preset-theme-colors-api-endpoint-background-default:229 231 235;--un-preset-theme-colors-danger-text:239 68 68;--un-preset-theme-colors-input-checkbox-label:31 41 55;--un-preset-theme-colors-accordion-header-background-default:217 217 217;--un-preset-theme-colors-accordion-header-border-default:186 186 186;--un-preset-theme-colors-skeleton-border:186 187 191;--un-preset-theme-colors-attachment-background-hover:219 234 254;--un-preset-theme-colors-skeleton-icon:223 225 230;--un-preset-theme-colors-footer-brand-text:30 32 33;--un-preset-theme-colors-footer-text:30 32 33;--un-preset-theme-colors-navbar-item-text-default:64 67 71;--un-preset-theme-colors-button-background-color-mode:251 191 36;--un-preset-theme-colors-navbar-logo-text:39 39 42;--un-preset-theme-colors-api-endpoint-parameter-background-default:229 231 235;--un-preset-theme-colors-api-endpoint-parameter-type-text-default:156 163 175;--un-preset-theme-colors-button-text-disabled:30 29 29;--un-preset-theme-colors-button-background-disabled:243 244 246;--un-preset-theme-colors-button-border-disabled:209 213 219;--un-preset-theme-colors-input-label-background-default:229 231 235;--un-preset-theme-colors-input-label-text-default:48 49 51;--un-preset-theme-colors-skeleton-body:210 212 217;--un-preset-theme-colors-progress-text-default:59 130 246;--un-preset-theme-colors-code-indicator-background-default:230 230 230;--un-preset-theme-colors-code-indicator-border-default:200 202 207;--un-preset-theme-colors-category-skeleton-background-default:96 165 250;--un-preset-theme-colors-category-skeleton-text-default:59 130 246;--un-preset-theme-colors-category-body-default:96 165 250;--un-preset-theme-colors-category-text:22 44 102;--un-preset-theme-colors-tag-body-default:156 163 175;--un-preset-theme-colors-tag-text:17 24 39;--un-preset-theme-colors-reaction-background-active-default:187 247 208;--un-preset-theme-colors-reaction-border-active-default:34 197 94;--un-preset-theme-colors-reaction-background-default:147 197 253;--un-preset-theme-colors-reaction-button-border-default:59 130 246;--un-preset-theme-colors-reaction-button-background-default:147 197 253;--un-preset-theme-colors-reaction-button-text-default:30 64 175;--un-preset-theme-colors-api-response-field-background-default:229 231 235;--un-preset-theme-colors-api-response-field-type-text-default:156 163 175;--un-preset-theme-colors-button-background-hover:229 231 235;--un-preset-theme-colors-scroll-background-default:186 186 186;--un-preset-theme-colors-scroll-background-hover:140 140 140;--un-preset-theme-colors-input-icon-hover:243 244 246;--un-preset-theme-colors-input-border-focus-default:59 130 246;--un-preset-theme-colors-footer-link-background-hover:229 231 235;--un-preset-theme-colors-navbar-item-button-hover:59 130 246;--un-preset-theme-colors-code-indicator-background-hover:242 242 242;--un-preset-theme-colors-reaction-background-active-hover:220 252 231;--un-preset-theme-colors-reaction-background-hover:191 219 254;--un-preset-theme-colors-reaction-button-border-hover:96 165 250;--un-preset-theme-colors-reaction-button-background-hover:191 219 254;--un-preset-theme-colors-reaction-button-text-hover:29 78 216}.h-1{height:.25rem}.h-19{height:4.75rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.bg-blue-600{--un-bg-opacity:1;background-color:rgb(37 99 235 / var(--un-bg-opacity))}.bg-fuchsia-600{--un-bg-opacity:1;background-color:rgb(192 38 211 / var(--un-bg-opacity))}.bg-green-600{--un-bg-opacity:1;background-color:rgb(22 163 74 / var(--un-bg-opacity))}.bg-lime-600{--un-bg-opacity:1;background-color:rgb(101 163 13 / var(--un-bg-opacity))}.bg-red-600{--un-bg-opacity:1;background-color:rgb(220 38 38 / var(--un-bg-opacity))}.text-blue-300{--un-text-opacity:1;color:rgb(147 197 253 / var(--un-text-opacity))}.text-blue-400{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity))}.text-blue-500{--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity))}.text-fuchsia-400{--un-text-opacity:1;color:rgb(232 121 249 / var(--un-text-opacity))}.text-fuchsia-500{--un-text-opacity:1;color:rgb(217 70 239 / var(--un-text-opacity))}.text-green-400{--un-text-opacity:1;color:rgb(74 222 128 / var(--un-text-opacity))}.text-green-500{--un-text-opacity:1;color:rgb(34 197 94 / var(--un-text-opacity))}.text-green-700{--un-text-opacity:1;color:rgb(21 128 61 / var(--un-text-opacity))}.text-lime-400{--un-text-opacity:1;color:rgb(163 230 53 / var(--un-text-opacity))}.text-lime-500{--un-text-opacity:1;color:rgb(132 204 22 / var(--un-text-opacity))}.text-red-400{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity))}.text-red-500{--un-text-opacity:1;color:rgb(239 68 68 / var(--un-text-opacity))}.danger{--un-preset-theme-colors-input-border-default:239 68 68;--un-preset-theme-colors-input-focus-outline-default:220 38 38;--un-preset-theme-colors-input-border-focus-default:239 68 68}html.dark{--un-preset-theme-colors-body-background-default:41 44 48;--un-preset-theme-colors-footer-background-default:68 75 83;--un-preset-theme-colors-link:96 165 250;--un-preset-theme-colors-blockquote-background-default:62 68 77;--un-preset-theme-colors-blockquote-border-default:194 198 204;--un-preset-theme-colors-table-text-default:222 224 227;--un-preset-theme-colors-table-border-default:48 50 54;--un-preset-theme-colors-table-background-header:63 72 84;--un-preset-theme-colors-table-text-header:223 225 229;--un-preset-theme-colors-table-background-default:66 75 87;--un-preset-theme-colors-table-background-alter:79 90 105;--un-preset-theme-colors-card-body-default:57 62 70;--un-preset-theme-colors-card-border:48 50 54;--un-preset-theme-colors-input-text-placeholder-default:206 210 217;--un-preset-theme-colors-input-background-default:78 87 102;--un-preset-theme-colors-input-border-default:101 110 125;--un-preset-theme-colors-input-text-default:206 210 217;--un-preset-theme-colors-code-border-default:79 83 89;--un-preset-theme-colors-code-background-default:52 56 64;--un-preset-theme-colors-input-focus-outline-default:59 130 246;--un-preset-theme-colors-progress-background-default:96 165 250;--un-preset-theme-colors-card-text-header:223 225 229;--un-preset-theme-colors-card-text-body:222 224 227;--un-preset-theme-colors-button-background-default:86 91 102;--un-preset-theme-colors-button-text-default:245 245 245;--un-preset-theme-colors-input-icon-default:159 166 179;--un-preset-theme-colors-input-icon-background:68 75 89;--un-preset-theme-colors-button-border-default:150 159 179;--un-preset-theme-colors-navbar-background-default:68 75 83;--un-preset-theme-colors-card-footer-body:72 79 89;--un-preset-theme-colors-ad-background-default:77 102 133;--un-preset-theme-colors-ad-border-default:62 82 107;--un-preset-theme-colors-card-body-hover:83 90 102;--un-preset-theme-colors-skeleton-text:92 105 122;--un-preset-theme-colors-api-endpoint-background-default:75 85 99;--un-preset-theme-colors-danger-text:239 68 68;--un-preset-theme-colors-input-checkbox-label:223 225 229;--un-preset-theme-colors-accordion-header-background-default:72 79 89;--un-preset-theme-colors-accordion-header-border-default:78 86 97;--un-preset-theme-colors-skeleton-border:115 131 153;--un-preset-theme-colors-attachment-background-hover:47 77 128;--un-preset-theme-colors-skeleton-icon:103 118 138;--un-preset-theme-colors-footer-brand-text:255 255 255;--un-preset-theme-colors-footer-text:255 255 255;--un-preset-theme-colors-navbar-item-text-default:233 237 245;--un-preset-theme-colors-button-background-color-mode:59 130 246;--un-preset-theme-colors-navbar-logo-text:255 255 255;--un-preset-theme-colors-api-endpoint-parameter-background-default:107 114 128;--un-preset-theme-colors-api-endpoint-parameter-type-text-default:156 163 175;--un-preset-theme-colors-button-background-disabled:75 85 99;--un-preset-theme-colors-button-border-disabled:107 114 128;--un-preset-theme-colors-input-label-background-default:107 114 128;--un-preset-theme-colors-input-label-text-default:206 210 217;--un-preset-theme-colors-skeleton-body:89 101 117;--un-preset-theme-colors-progress-text-default:96 165 250;--un-preset-theme-colors-code-indicator-background-default:153 167 191;--un-preset-theme-colors-code-indicator-border-default:79 83 89;--un-preset-theme-colors-category-skeleton-background-default:96 165 250;--un-preset-theme-colors-category-skeleton-text-default:59 130 246;--un-preset-theme-colors-category-body-default:96 165 250;--un-preset-theme-colors-category-text:22 44 102;--un-preset-theme-colors-tag-body-default:156 163 175;--un-preset-theme-colors-tag-text:17 24 39;--un-preset-theme-colors-reaction-background-active-default:134 239 172;--un-preset-theme-colors-reaction-border-active-default:22 163 74;--un-preset-theme-colors-reaction-background-default:96 165 250;--un-preset-theme-colors-reaction-button-border-default:29 78 216;--un-preset-theme-colors-reaction-button-background-default:96 165 250;--un-preset-theme-colors-reaction-button-text-default:30 64 175;--un-preset-theme-colors-api-response-field-background-default:107 114 128;--un-preset-theme-colors-api-response-field-type-text-default:156 163 175;--un-preset-theme-colors-button-background-hover:107 114 128;--un-preset-theme-colors-scroll-background-default:97 97 97;--un-preset-theme-colors-scroll-background-hover:122 122 122;--un-preset-theme-colors-input-icon-hover:78 87 102;--un-preset-theme-colors-input-border-focus-default:59 130 246;--un-preset-theme-colors-footer-link-background-hover:107 114 128;--un-preset-theme-colors-navbar-item-button-hover:96 165 250;--un-preset-theme-colors-code-indicator-background-hover:112 122 140;--un-preset-theme-colors-reaction-background-active-hover:187 247 208;--un-preset-theme-colors-reaction-background-hover:147 197 253;--un-preset-theme-colors-reaction-button-border-hover:37 99 235;--un-preset-theme-colors-reaction-button-background-hover:147 197 253;--un-preset-theme-colors-reaction-button-text-hover:29 78 216}.primary{--un-preset-theme-colors-button-background-default:37 99 235;--un-preset-theme-colors-button-text-default:245 245 245;--un-preset-theme-colors-button-border-default:76 131 199;--un-preset-theme-colors-input-checkbox-label:209 213 219;--un-preset-theme-colors-accordion-header-background-default:239 246 255;--un-preset-theme-colors-accordion-header-border-default:186 186 186;--un-preset-theme-colors-button-background-color-mode:59 130 246;--un-preset-theme-colors-button-text-disabled:245 245 245;--un-preset-theme-colors-button-background-disabled:96 165 250;--un-preset-theme-colors-button-border-disabled:84 146 222;--un-preset-theme-colors-button-background-hover:59 130 246}.warning{--un-preset-theme-colors-alert-border-default:253 224 71;--un-preset-theme-colors-alert-background-default:254 240 138}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-left-3\.5{left:-.875rem}.-right-5{right:-1.25rem}.-top-4\.5{top:-1.125rem}.bottom-0{bottom:0}.bottom-3{bottom:.75rem}.left-0{left:0}.left-1{left:.25rem}.left-4{left:1rem}.left-7{left:1.75rem}.right-\[-100\%\]{right:-100%}.right-\[190px\]{right:190px}.right-\[90px\]{right:90px}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.top-\[160px\]{top:160px}.top-\[250px\]{top:250px}.top-\[6\.5rem\]{top:6.5rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-auto{top:auto}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.hover\:z-20:hover{z-index:20}.grid{display:grid}.col-span-12{grid-column:span 12 / span 12}.col-span-4{grid-column:span 4 / span 4}.grid-cols-1{grid-template-columns:repeat(1,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-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.float-left{float:left}.float-right{float:right}.m-0{margin:0}.m-20{margin:5rem}.m-auto{margin:auto}.m16{margin:4rem}.m4\.67{margin:1.1675rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-bottom:.125rem;margin-top:.125rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-12{margin-bottom:3rem;margin-top:3rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-4{margin-bottom:1rem;margin-top:1rem}.-mb-px{margin-bottom:-1px}.mb-\[30px\]{margin-bottom:30px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.me{margin-inline-end:1rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-24{margin-left:6rem}.ml-3{margin-left:.75rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-6{margin-right:1.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.\!inline{display:inline!important}.inline{display:inline}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.h-\[100px\]{height:100px}.h-19,.h-\[4\.75rem\]{height:4.75rem}.h-\[53px\]{height:53px}.h-0{height:0}.h-1,.h1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-13{height:3.25rem}.h-14{height:3.5rem}.h-15{height:3.75rem}.h-16{height:4rem}.h-17{height:4.25rem}.h-18{height:4.5rem}.h-2,.h2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-21{height:5.25rem}.h-22{height:5.5rem}.h-23{height:5.75rem}.h-24{height:6rem}.h-25{height:6.25rem}.h-26{height:6.5rem}.h-27{height:6.75rem}.h-28{height:7rem}.h-29{height:7.25rem}.h-3,.h3{height:.75rem}.h-3\.5{height:.875rem}.h-30{height:7.5rem}.h-31{height:7.75rem}.h-32{height:8rem}.h-33{height:8.25rem}.h-34{height:8.5rem}.h-35{height:8.75rem}.h-36{height:9rem}.h-37{height:9.25rem}.h-38{height:9.5rem}.h-39{height:9.75rem}.h-4,.h4{height:1rem}.h-40{height:10rem}.h-41{height:10.25rem}.h-42{height:10.5rem}.h-43{height:10.75rem}.h-44{height:11rem}.h-45{height:11.25rem}.h-46{height:11.5rem}.h-47{height:11.75rem}.h-48{height:12rem}.h-49{height:12.25rem}.h-5,.h5{height:1.25rem}.h-50{height:12.5rem}.h-51{height:12.75rem}.h-52{height:13rem}.h-53{height:13.25rem}.h-54{height:13.5rem}.h-55{height:13.75rem}.h-56{height:14rem}.h-57{height:14.25rem}.h-58{height:14.5rem}.h-59{height:14.75rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-61{height:15.25rem}.h-62{height:15.5rem}.h-63{height:15.75rem}.h-64{height:16rem}.h-65{height:16.25rem}.h-66{height:16.5rem}.h-67{height:16.75rem}.h-68{height:17rem}.h-69{height:17.25rem}.h-7{height:1.75rem}.h-70{height:17.5rem}.h-71{height:17.75rem}.h-72{height:18rem}.h-73{height:18.25rem}.h-74{height:18.5rem}.h-75{height:18.75rem}.h-76{height:19rem}.h-77{height:19.25rem}.h-78{height:19.5rem}.h-79{height:19.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-81{height:20.25rem}.h-82{height:20.5rem}.h-83{height:20.75rem}.h-84{height:21rem}.h-85{height:21.25rem}.h-86{height:21.5rem}.h-87{height:21.75rem}.h-88{height:22rem}.h-89{height:22.25rem}.h-9{height:2.25rem}.h-90{height:22.5rem}.h-91{height:22.75rem}.h-92{height:23rem}.h-93{height:23.25rem}.h-94{height:23.5rem}.h-95{height:23.75rem}.h-96{height:24rem}.h-97{height:24.25rem}.h-98{height:24.5rem}.h-99{height:24.75rem}.h-auto{height:auto}.h-full{height:100%}.max-w-\[65\%\]{max-width:65%}.max-w-\[700px\]{max-width:700px}.max-w-5xl{max-width:64rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.min-h-\[2\.5rem\]{min-height:2.5rem}.min-h-\[2\.75rem\]{min-height:2.75rem}.min-h-40{min-height:10rem}.min-h-full{min-height:100%}.min-w-0{min-width:0}.w-\[100px\]{width:100px}.w-\[4\.75rem\]{width:4.75rem}.w-\[53px\]{width:53px}.w-\[600px\]{width:600px}.w-10{width:2.5rem}.w-10\/12{width:83.3333333333%}.w-11\/12{width:91.6666666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/12{width:33.3333333333%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/12{width:41.6666666667%}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-6\/12{width:50%}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-7\/12{width:58.3333333333%}.w-72{width:18rem}.w-8{width:2rem}.w-8\/12{width:66.6666666667%}.w-80{width:20rem}.w-9{width:2.25rem}.w-9\/12{width:75%}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.max-w-screen-xl{max-width:1280px}.flex{display:flex}.inline-flex{display:inline-flex}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.basis-1\/2{flex-basis:50%}.basis-1\/4{flex-basis:25%}.basis-20{flex-basis:5rem}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.origin-\[0\]{transform-origin:0}.-translate-y-4\.5{--un-translate-y:-1.125rem;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))}.translate-y-0{--un-translate-y:0;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))}.translate-y-2{--un-translate-y:.5rem;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))}.scale-69{--un-scale-x:.69;--un-scale-y:.69;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))}.hover\:scale-125:hover{--un-scale-x:1.25;--un-scale-y:1.25;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))}.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))}@keyframes ping{0%{opacity:1;transform:scale(1)}75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.-space-x-px>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1px*(1 - var(--un-space-x-reverse))*-1);margin-right:calc(1px*var(--un-space-x-reverse)*-1)}.space-x-10>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(2.5rem*(1 - var(--un-space-x-reverse)));margin-right:calc(2.5rem*var(--un-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--un-space-x-reverse)));margin-right:calc(1rem*var(--un-space-x-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.b,.border{border-width:1px}.border-\[12px\]{border-width:12px}.border-2{border-width:2px}.border-4{border-width:4px}.hover\:border-1:hover{border-width:1px}.border-x{border-left-width:1px;border-right-width:1px}.border-y{border-bottom-width:1px;border-top-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-r-0{border-right-width:0}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-accordion-header-border-default{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-accordion-header-border-default) / var(--un-border-opacity))}.border-ad-border-default{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-ad-border-default) / var(--un-border-opacity))}.border-alert-border-default{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-alert-border-default) / var(--un-border-opacity))}.border-api-methods-get-border-default,.border-api-response-code-200-border-default,.border-green-800{--un-border-opacity:1;border-color:rgb(22 101 52 / var(--un-border-opacity))}.border-api-response-code-404-border-default,.border-red-800{--un-border-opacity:1;border-color:rgb(153 27 27 / var(--un-border-opacity))}.border-blue-100{--un-border-opacity:1;border-color:rgb(219 234 254 / var(--un-border-opacity))}.border-blue-200{--un-border-opacity:1;border-color:rgb(191 219 254 / var(--un-border-opacity))}.border-blue-300{--un-border-opacity:1;border-color:rgb(147 197 253 / var(--un-border-opacity))}.border-blue-400{--un-border-opacity:1;border-color:rgb(96 165 250 / var(--un-border-opacity))}.border-blue-50{--un-border-opacity:1;border-color:rgb(239 246 255 / var(--un-border-opacity))}.border-blue-500{--un-border-opacity:1;border-color:rgb(59 130 246 / var(--un-border-opacity))}.border-blue-600{--un-border-opacity:1;border-color:rgb(37 99 235 / var(--un-border-opacity))}.border-blue-700{--un-border-opacity:1;border-color:rgb(29 78 216 / var(--un-border-opacity))}.border-blue-800{--un-border-opacity:1;border-color:rgb(30 64 175 / var(--un-border-opacity))}.border-blue-900{--un-border-opacity:1;border-color:rgb(30 58 138 / var(--un-border-opacity))}.border-blue-950{--un-border-opacity:1;border-color:rgb(23 37 84 / var(--un-border-opacity))}.border-button-border-default{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-button-border-default) / var(--un-border-opacity))}.border-button-border-disabled{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-button-border-disabled) / var(--un-border-opacity))}.border-card-border{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-card-border) / var(--un-border-opacity))}.border-code-indicator-border-default{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-code-indicator-border-default) / var(--un-border-opacity))}.border-fuchsia-100{--un-border-opacity:1;border-color:rgb(250 232 255 / var(--un-border-opacity))}.border-fuchsia-200{--un-border-opacity:1;border-color:rgb(245 208 254 / var(--un-border-opacity))}.border-fuchsia-300{--un-border-opacity:1;border-color:rgb(240 171 252 / var(--un-border-opacity))}.border-fuchsia-400{--un-border-opacity:1;border-color:rgb(232 121 249 / var(--un-border-opacity))}.border-fuchsia-50{--un-border-opacity:1;border-color:rgb(253 244 255 / var(--un-border-opacity))}.border-fuchsia-500{--un-border-opacity:1;border-color:rgb(217 70 239 / var(--un-border-opacity))}.border-fuchsia-600{--un-border-opacity:1;border-color:rgb(192 38 211 / var(--un-border-opacity))}.border-fuchsia-700{--un-border-opacity:1;border-color:rgb(162 28 175 / var(--un-border-opacity))}.border-fuchsia-800{--un-border-opacity:1;border-color:rgb(134 25 143 / var(--un-border-opacity))}.border-fuchsia-900{--un-border-opacity:1;border-color:rgb(112 26 117 / var(--un-border-opacity))}.border-fuchsia-950{--un-border-opacity:1;border-color:rgb(74 4 78 / var(--un-border-opacity))}.border-gray-300{--un-border-opacity:1;border-color:rgb(209 213 219 / var(--un-border-opacity))}.border-gray-700{--un-border-opacity:1;border-color:rgb(55 65 81 / var(--un-border-opacity))}.border-green-100{--un-border-opacity:1;border-color:rgb(220 252 231 / var(--un-border-opacity))}.border-green-200{--un-border-opacity:1;border-color:rgb(187 247 208 / var(--un-border-opacity))}.border-green-300{--un-border-opacity:1;border-color:rgb(134 239 172 / var(--un-border-opacity))}.border-green-400{--un-border-opacity:1;border-color:rgb(74 222 128 / var(--un-border-opacity))}.border-green-50{--un-border-opacity:1;border-color:rgb(240 253 244 / var(--un-border-opacity))}.border-green-500{--un-border-opacity:1;border-color:rgb(34 197 94 / var(--un-border-opacity))}.border-green-600{--un-border-opacity:1;border-color:rgb(22 163 74 / var(--un-border-opacity))}.border-green-700{--un-border-opacity:1;border-color:rgb(21 128 61 / var(--un-border-opacity))}.border-green-900{--un-border-opacity:1;border-color:rgb(20 83 45 / var(--un-border-opacity))}.border-green-950{--un-border-opacity:1;border-color:rgb(5 46 22 / var(--un-border-opacity))}.border-hr{--un-border-opacity:1;border-color:rgb(200 202 207 / var(--un-border-opacity))}.border-input-border-default{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-input-border-default) / var(--un-border-opacity))}.border-lime-100{--un-border-opacity:1;border-color:rgb(236 252 203 / var(--un-border-opacity))}.border-lime-200{--un-border-opacity:1;border-color:rgb(217 249 157 / var(--un-border-opacity))}.border-lime-300{--un-border-opacity:1;border-color:rgb(190 242 100 / var(--un-border-opacity))}.border-lime-400{--un-border-opacity:1;border-color:rgb(163 230 53 / var(--un-border-opacity))}.border-lime-50{--un-border-opacity:1;border-color:rgb(247 254 231 / var(--un-border-opacity))}.border-lime-500{--un-border-opacity:1;border-color:rgb(132 204 22 / var(--un-border-opacity))}.border-lime-600{--un-border-opacity:1;border-color:rgb(101 163 13 / var(--un-border-opacity))}.border-lime-700{--un-border-opacity:1;border-color:rgb(77 124 15 / var(--un-border-opacity))}.border-lime-800{--un-border-opacity:1;border-color:rgb(63 98 18 / var(--un-border-opacity))}.border-lime-900{--un-border-opacity:1;border-color:rgb(54 83 20 / var(--un-border-opacity))}.border-lime-950{--un-border-opacity:1;border-color:rgb(26 46 5 / var(--un-border-opacity))}.border-reaction-border-active-default{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-reaction-border-active-default) / var(--un-border-opacity))}.border-reaction-button-border-default{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-reaction-button-border-default) / var(--un-border-opacity))}.border-red-100{--un-border-opacity:1;border-color:rgb(254 226 226 / var(--un-border-opacity))}.border-red-200{--un-border-opacity:1;border-color:rgb(254 202 202 / var(--un-border-opacity))}.border-red-300{--un-border-opacity:1;border-color:rgb(252 165 165 / var(--un-border-opacity))}.border-red-400{--un-border-opacity:1;border-color:rgb(248 113 113 / var(--un-border-opacity))}.border-red-50{--un-border-opacity:1;border-color:rgb(254 242 242 / var(--un-border-opacity))}.border-red-500{--un-border-opacity:1;border-color:rgb(239 68 68 / var(--un-border-opacity))}.border-red-600{--un-border-opacity:1;border-color:rgb(220 38 38 / var(--un-border-opacity))}.border-red-700{--un-border-opacity:1;border-color:rgb(185 28 28 / var(--un-border-opacity))}.border-red-900{--un-border-opacity:1;border-color:rgb(127 29 29 / var(--un-border-opacity))}.border-red-950{--un-border-opacity:1;border-color:rgb(69 10 10 / var(--un-border-opacity))}.border-skeleton-border{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-skeleton-border) / var(--un-border-opacity))}.dark .dark\:border-gray-600{--un-border-opacity:1;border-color:rgb(75 85 99 / var(--un-border-opacity))}.hover\:border-blue-500:hover{--un-border-opacity:1;border-color:rgb(59 130 246 / var(--un-border-opacity))}.hover\:border-reaction-button-border-hover:hover{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-reaction-button-border-hover) / var(--un-border-opacity))}.focus\:border-input-border-focus-default:focus{--un-border-opacity:1;border-color:rgb(var(--un-preset-theme-colors-input-border-focus-default) / var(--un-border-opacity))}.rounded,.rounded-\[0\.25rem\]{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-l-md{border-bottom-left-radius:.375rem;border-top-left-radius:.375rem}.rounded-r-md{border-bottom-right-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.border-dashed{border-style:dashed}.border-solid{border-style:solid}.bg-\[\#020420\]{--un-bg-opacity:1;background-color:rgb(2 4 32 / var(--un-bg-opacity))}.bg-\[\#212121\]{--un-bg-opacity:1;background-color:rgb(33 33 33 / var(--un-bg-opacity))}.bg-\[\#ECDC5A\]{--un-bg-opacity:1;background-color:rgb(236 220 90 / var(--un-bg-opacity))}.bg-accordion-header-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-accordion-header-background-default) / var(--un-bg-opacity))}.bg-ad-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-ad-background-default) / var(--un-bg-opacity))}.bg-alert-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-alert-background-default) / var(--un-bg-opacity))}.bg-api-endpoint-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-api-endpoint-background-default) / var(--un-bg-opacity))}.bg-api-endpoint-parameter-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-api-endpoint-parameter-background-default) / var(--un-bg-opacity))}.bg-api-methods-get-background-default,.bg-api-response-code-200-background-default,.bg-green-400{--un-bg-opacity:1;background-color:rgb(74 222 128 / var(--un-bg-opacity))}.bg-api-response-code-404-background-default,.bg-red-400{--un-bg-opacity:1;background-color:rgb(248 113 113 / var(--un-bg-opacity))}.bg-api-response-field-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-api-response-field-background-default) / var(--un-bg-opacity))}.bg-attachment-background-hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-attachment-background-hover) / var(--un-bg-opacity))}.bg-blue-100{--un-bg-opacity:1;background-color:rgb(219 234 254 / var(--un-bg-opacity))}.bg-blue-200{--un-bg-opacity:1;background-color:rgb(191 219 254 / var(--un-bg-opacity))}.bg-blue-300{--un-bg-opacity:1;background-color:rgb(147 197 253 / var(--un-bg-opacity))}.bg-blue-400{--un-bg-opacity:1;background-color:rgb(96 165 250 / var(--un-bg-opacity))}.bg-blue-50{--un-bg-opacity:1;background-color:rgb(239 246 255 / var(--un-bg-opacity))}.bg-blue-500{--un-bg-opacity:1;background-color:rgb(59 130 246 / var(--un-bg-opacity))}.bg-blue-600,.dark .dark\:bg-blue-600{--un-bg-opacity:1;background-color:rgb(37 99 235 / var(--un-bg-opacity))}.bg-blue-700{--un-bg-opacity:1;background-color:rgb(29 78 216 / var(--un-bg-opacity))}.bg-blue-800{--un-bg-opacity:1;background-color:rgb(30 64 175 / var(--un-bg-opacity))}.bg-blue-900{--un-bg-opacity:1;background-color:rgb(30 58 138 / var(--un-bg-opacity))}.bg-blue-950{--un-bg-opacity:1;background-color:rgb(23 37 84 / var(--un-bg-opacity))}.bg-button-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-button-background-default) / var(--un-bg-opacity))}.bg-button-background-disabled{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-button-background-disabled) / var(--un-bg-opacity))}.bg-button-background-hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-button-background-hover) / var(--un-bg-opacity))}.bg-card-body-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-card-body-default) / var(--un-bg-opacity))}.bg-card-body-hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-card-body-hover) / var(--un-bg-opacity))}.bg-card-footer-body{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-card-footer-body) / var(--un-bg-opacity))}.bg-category-body-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-category-body-default) / var(--un-bg-opacity))}.bg-category-skeleton-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-category-skeleton-background-default) / var(--un-bg-opacity))}.bg-category-skeleton-text-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-category-skeleton-text-default) / var(--un-bg-opacity))}.bg-code-indicator-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-code-indicator-background-default) / var(--un-bg-opacity))}.bg-emerald-200{--un-bg-opacity:1;background-color:rgb(167 243 208 / var(--un-bg-opacity))}.bg-fuchsia-100{--un-bg-opacity:1;background-color:rgb(250 232 255 / var(--un-bg-opacity))}.bg-fuchsia-200{--un-bg-opacity:1;background-color:rgb(245 208 254 / var(--un-bg-opacity))}.bg-fuchsia-300{--un-bg-opacity:1;background-color:rgb(240 171 252 / var(--un-bg-opacity))}.bg-fuchsia-400{--un-bg-opacity:1;background-color:rgb(232 121 249 / var(--un-bg-opacity))}.bg-fuchsia-50{--un-bg-opacity:1;background-color:rgb(253 244 255 / var(--un-bg-opacity))}.bg-fuchsia-500{--un-bg-opacity:1;background-color:rgb(217 70 239 / var(--un-bg-opacity))}.bg-fuchsia-600,.dark .dark\:bg-fuchsia-600{--un-bg-opacity:1;background-color:rgb(192 38 211 / var(--un-bg-opacity))}.bg-fuchsia-700{--un-bg-opacity:1;background-color:rgb(162 28 175 / var(--un-bg-opacity))}.bg-fuchsia-800{--un-bg-opacity:1;background-color:rgb(134 25 143 / var(--un-bg-opacity))}.bg-fuchsia-900{--un-bg-opacity:1;background-color:rgb(112 26 117 / var(--un-bg-opacity))}.bg-fuchsia-950{--un-bg-opacity:1;background-color:rgb(74 4 78 / var(--un-bg-opacity))}.bg-gray-100{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.bg-gray-200{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.bg-gray-400,.dark .dark\:bg-gray-400{--un-bg-opacity:1;background-color:rgb(156 163 175 / var(--un-bg-opacity))}.bg-gray-50{--un-bg-opacity:1;background-color:rgb(249 250 251 / var(--un-bg-opacity))}.bg-gray-500{--un-bg-opacity:1;background-color:rgb(107 114 128 / var(--un-bg-opacity))}.bg-gray-900{--un-bg-opacity:1;background-color:rgb(17 24 39 / var(--un-bg-opacity))}.bg-green-100{--un-bg-opacity:1;background-color:rgb(220 252 231 / var(--un-bg-opacity))}.bg-green-200{--un-bg-opacity:1;background-color:rgb(187 247 208 / var(--un-bg-opacity))}.bg-green-300{--un-bg-opacity:1;background-color:rgb(134 239 172 / var(--un-bg-opacity))}.bg-green-50{--un-bg-opacity:1;background-color:rgb(240 253 244 / var(--un-bg-opacity))}.bg-green-500{--un-bg-opacity:1;background-color:rgb(34 197 94 / var(--un-bg-opacity))}.bg-green-600,.dark .dark\:bg-green-600{--un-bg-opacity:1;background-color:rgb(22 163 74 / var(--un-bg-opacity))}.bg-green-700{--un-bg-opacity:1;background-color:rgb(21 128 61 / var(--un-bg-opacity))}.bg-green-800{--un-bg-opacity:1;background-color:rgb(22 101 52 / var(--un-bg-opacity))}.bg-green-900{--un-bg-opacity:1;background-color:rgb(20 83 45 / var(--un-bg-opacity))}.bg-green-950{--un-bg-opacity:1;background-color:rgb(5 46 22 / var(--un-bg-opacity))}.bg-input-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-input-background-default) / var(--un-bg-opacity))}.bg-input-icon-background{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-input-icon-background) / var(--un-bg-opacity))}.bg-input-label-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-input-label-background-default) / var(--un-bg-opacity))}.bg-lime-100{--un-bg-opacity:1;background-color:rgb(236 252 203 / var(--un-bg-opacity))}.bg-lime-200{--un-bg-opacity:1;background-color:rgb(217 249 157 / var(--un-bg-opacity))}.bg-lime-300{--un-bg-opacity:1;background-color:rgb(190 242 100 / var(--un-bg-opacity))}.bg-lime-400{--un-bg-opacity:1;background-color:rgb(163 230 53 / var(--un-bg-opacity))}.bg-lime-50{--un-bg-opacity:1;background-color:rgb(247 254 231 / var(--un-bg-opacity))}.bg-lime-500{--un-bg-opacity:1;background-color:rgb(132 204 22 / var(--un-bg-opacity))}.bg-lime-600,.dark .dark\:bg-lime-600{--un-bg-opacity:1;background-color:rgb(101 163 13 / var(--un-bg-opacity))}.bg-lime-700{--un-bg-opacity:1;background-color:rgb(77 124 15 / var(--un-bg-opacity))}.bg-lime-800{--un-bg-opacity:1;background-color:rgb(63 98 18 / var(--un-bg-opacity))}.bg-lime-900{--un-bg-opacity:1;background-color:rgb(54 83 20 / var(--un-bg-opacity))}.bg-lime-950{--un-bg-opacity:1;background-color:rgb(26 46 5 / var(--un-bg-opacity))}.bg-navbar-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-navbar-background-default) / var(--un-bg-opacity))}.bg-reaction-background-active-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-reaction-background-active-default) / var(--un-bg-opacity))}.bg-reaction-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-reaction-background-default) / var(--un-bg-opacity))}.bg-reaction-button-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-reaction-button-background-default) / var(--un-bg-opacity))}.bg-red-100{--un-bg-opacity:1;background-color:rgb(254 226 226 / var(--un-bg-opacity))}.bg-red-200{--un-bg-opacity:1;background-color:rgb(254 202 202 / var(--un-bg-opacity))}.bg-red-300{--un-bg-opacity:1;background-color:rgb(252 165 165 / var(--un-bg-opacity))}.bg-red-50{--un-bg-opacity:1;background-color:rgb(254 242 242 / var(--un-bg-opacity))}.bg-red-500{--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity))}.bg-red-600,.dark .dark\:bg-red-600{--un-bg-opacity:1;background-color:rgb(220 38 38 / var(--un-bg-opacity))}.bg-red-700{--un-bg-opacity:1;background-color:rgb(185 28 28 / var(--un-bg-opacity))}.bg-red-800{--un-bg-opacity:1;background-color:rgb(153 27 27 / var(--un-bg-opacity))}.bg-red-900{--un-bg-opacity:1;background-color:rgb(127 29 29 / var(--un-bg-opacity))}.bg-red-950{--un-bg-opacity:1;background-color:rgb(69 10 10 / var(--un-bg-opacity))}.bg-rose-200{--un-bg-opacity:1;background-color:rgb(254 205 211 / var(--un-bg-opacity))}.bg-scroll-background-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-scroll-background-default) / var(--un-bg-opacity))}.bg-scroll-background-hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-scroll-background-hover) / var(--un-bg-opacity))}.bg-skeleton-body{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-skeleton-body) / var(--un-bg-opacity))}.bg-skeleton-text{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-skeleton-text) / var(--un-bg-opacity))}.bg-sky-200{--un-bg-opacity:1;background-color:rgb(186 230 253 / var(--un-bg-opacity))}.bg-sky-50{--un-bg-opacity:1;background-color:rgb(240 249 255 / var(--un-bg-opacity))}.bg-tag-body-default{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-tag-body-default) / var(--un-bg-opacity))}.bg-violet-200{--un-bg-opacity:1;background-color:rgb(221 214 254 / var(--un-bg-opacity))}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.bg-yellow-200{--un-bg-opacity:1;background-color:rgb(254 240 138 / var(--un-bg-opacity))}.bg-yellow-50{--un-bg-opacity:1;background-color:rgb(254 252 232 / var(--un-bg-opacity))}.dark .dark\:bg-emerald-600{--un-bg-opacity:1;background-color:rgb(5 150 105 / var(--un-bg-opacity))}.dark .dark\:bg-gray-600{--un-bg-opacity:1;background-color:rgb(75 85 99 / var(--un-bg-opacity))}.dark .dark\:bg-gray-700{--un-bg-opacity:1;background-color:rgb(55 65 81 / var(--un-bg-opacity))}.dark .dark\:bg-rose-600{--un-bg-opacity:1;background-color:rgb(225 29 72 / var(--un-bg-opacity))}.dark .dark\:bg-sky-600{--un-bg-opacity:1;background-color:rgb(2 132 199 / var(--un-bg-opacity))}.dark .dark\:bg-violet-600{--un-bg-opacity:1;background-color:rgb(124 58 237 / var(--un-bg-opacity))}.dark .dark\:bg-yellow-600{--un-bg-opacity:1;background-color:rgb(202 138 4 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-blue-600:hover{--un-bg-opacity:1;background-color:rgb(37 99 235 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-emerald-600:hover{--un-bg-opacity:1;background-color:rgb(5 150 105 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-fuchsia-600:hover{--un-bg-opacity:1;background-color:rgb(192 38 211 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-gray-600:hover{--un-bg-opacity:1;background-color:rgb(75 85 99 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-green-600:hover{--un-bg-opacity:1;background-color:rgb(22 163 74 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-lime-600:hover{--un-bg-opacity:1;background-color:rgb(101 163 13 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-red-600:hover{--un-bg-opacity:1;background-color:rgb(220 38 38 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-rose-600:hover{--un-bg-opacity:1;background-color:rgb(225 29 72 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-sky-600:hover{--un-bg-opacity:1;background-color:rgb(2 132 199 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-violet-600:hover{--un-bg-opacity:1;background-color:rgb(124 58 237 / var(--un-bg-opacity))}.dark .dark\:hover\:bg-yellow-600:hover{--un-bg-opacity:1;background-color:rgb(202 138 4 / var(--un-bg-opacity))}.hover\:bg-\[\#0077FF\]:hover{--un-bg-opacity:1;background-color:rgb(0 119 255 / var(--un-bg-opacity))}.hover\:bg-\[\#229ED9\]:hover{--un-bg-opacity:1;background-color:rgb(34 158 217 / var(--un-bg-opacity))}.hover\:bg-attachment-background-hover:hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-attachment-background-hover) / var(--un-bg-opacity))}.hover\:bg-blue-200:hover{--un-bg-opacity:1;background-color:rgb(191 219 254 / var(--un-bg-opacity))}.hover\:bg-button-background-hover:hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-button-background-hover) / var(--un-bg-opacity))}.hover\:bg-card-body-hover:hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-card-body-hover) / var(--un-bg-opacity))}.hover\:bg-code-indicator-background-hover:hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-code-indicator-background-hover) / var(--un-bg-opacity))}.hover\:bg-emerald-200:hover{--un-bg-opacity:1;background-color:rgb(167 243 208 / var(--un-bg-opacity))}.hover\:bg-footer-link-background-hover:hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-footer-link-background-hover) / var(--un-bg-opacity))}.hover\:bg-fuchsia-200:hover{--un-bg-opacity:1;background-color:rgb(245 208 254 / var(--un-bg-opacity))}.hover\:bg-gray-100:hover{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}.hover\:bg-gray-200:hover{--un-bg-opacity:1;background-color:rgb(229 231 235 / var(--un-bg-opacity))}.hover\:bg-gray-300:hover{--un-bg-opacity:1;background-color:rgb(209 213 219 / var(--un-bg-opacity))}.hover\:bg-gray-400:hover{--un-bg-opacity:1;background-color:rgb(156 163 175 / var(--un-bg-opacity))}.hover\:bg-green-200:hover{--un-bg-opacity:1;background-color:rgb(187 247 208 / var(--un-bg-opacity))}.hover\:bg-green-400:hover{--un-bg-opacity:1;background-color:rgb(74 222 128 / var(--un-bg-opacity))}.hover\:bg-green-500:hover{--un-bg-opacity:1;background-color:rgb(34 197 94 / var(--un-bg-opacity))}.hover\:bg-input-icon-hover:hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-input-icon-hover) / var(--un-bg-opacity))}.hover\:bg-lime-200:hover{--un-bg-opacity:1;background-color:rgb(217 249 157 / var(--un-bg-opacity))}.hover\:bg-reaction-background-active-hover:hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-reaction-background-active-hover) / var(--un-bg-opacity))}.hover\:bg-reaction-background-hover:hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-reaction-background-hover) / var(--un-bg-opacity))}.hover\:bg-reaction-button-background-hover:hover{--un-bg-opacity:1;background-color:rgb(var(--un-preset-theme-colors-reaction-button-background-hover) / var(--un-bg-opacity))}.hover\:bg-red-200:hover{--un-bg-opacity:1;background-color:rgb(254 202 202 / var(--un-bg-opacity))}.hover\:bg-rose-200:hover{--un-bg-opacity:1;background-color:rgb(254 205 211 / var(--un-bg-opacity))}.hover\:bg-sky-200:hover{--un-bg-opacity:1;background-color:rgb(186 230 253 / var(--un-bg-opacity))}.hover\:bg-violet-200:hover{--un-bg-opacity:1;background-color:rgb(221 214 254 / var(--un-bg-opacity))}.hover\:bg-yellow-200:hover{--un-bg-opacity:1;background-color:rgb(254 240 138 / var(--un-bg-opacity))}.bg-opacity-75{--un-bg-opacity:.75}.dark .dark\:fill-blue-600,.fill-blue-600{--un-fill-opacity:1;fill:rgb(37 99 235 / var(--un-fill-opacity))}.fill-blue-500{--un-fill-opacity:1;fill:rgb(59 130 246 / var(--un-fill-opacity))}.fill-transparent{fill:transparent}.stroke-progress-background-default{--un-stroke-opacity:1;stroke:rgb(var(--un-preset-theme-colors-progress-background-default) / var(--un-stroke-opacity))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-\[60px\]{padding:60px}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-20{padding:5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-9{padding:2.25rem}.px,.px-4{padding-left:1rem;padding-right:1rem}.px-\[6\.75rem\]{padding-left:6.75rem;padding-right:6.75rem}.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-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-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.pb-\[70px\]{padding-bottom:70px}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:2.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-6{padding-bottom:1.5rem}.pl-\[100px\]{padding-left:100px}.pl-1{padding-left:.25rem}.pl-1\.5{padding-left:.375rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-6{padding-left:1.5rem}.pl-9{padding-left:2.25rem}.pr-10{padding-right:2.5rem}.pr-2\.5{padding-right:.625rem}.pr-7{padding-right:1.75rem}.pt-\[60px\]{padding-top:60px}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.text-left{text-align:left}.indent-24{text-indent:6rem}.text-\[120px\]{font-size:120px}.text-\[200px\]{font-size:200px}.text-\[24px\]{font-size:24px}.text-\[32px\]{font-size:32px}.text-\[35px\]{font-size:35px}.text-\[40px\]{font-size:40px}.text-\[60px\]{font-size:60px}.text-\[75px\]{font-size:75px}.text-\[80px\]{font-size:80px}.text-2xl{font-size:var(--font-size-2xl);line-height:32px}.text-3xl{font-size:var(--font-size-3xl);line-height:36px}.text-5xl{font-size:3rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-base{font-size:var(--font-size-base);line-height:20px}.text-lg{font-size:var(--font-size-lg);line-height:24px}.text-md{font-size:var(--font-size-md);line-height:22px}.text-sm{font-size:var(--font-size-sm);line-height:16px}.text-xl{font-size:var(--font-size-xl);line-height:28px}.text-xs{font-size:var(--font-size-xs);line-height:14px}.dark .dark\:text-blue-300,.text-blue-300{--un-text-opacity:1;color:rgb(147 197 253 / var(--un-text-opacity))}.dark .dark\:text-blue-400,.group:hover .group-hover\:text-blue-400,.text-blue-400{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity))}.dark .dark\:text-blue-500,.text-blue-500{--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity))}.dark .dark\:text-emerald-500{--un-text-opacity:1;color:rgb(16 185 129 / var(--un-text-opacity))}.dark .dark\:text-fuchsia-500,.text-fuchsia-500{--un-text-opacity:1;color:rgb(217 70 239 / var(--un-text-opacity))}.dark .dark\:text-gray-200{--un-text-opacity:1;color:rgb(229 231 235 / var(--un-text-opacity))}.dark .dark\:text-gray-300,.text-gray-300{--un-text-opacity:1;color:rgb(209 213 219 / var(--un-text-opacity))}.dark .dark\:text-gray-400,.group:hover .group-hover\:text-gray-400,.text-gray-400{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.dark .dark\:text-gray-500,.text-gray-500{--un-text-opacity:1;color:rgb(107 114 128 / var(--un-text-opacity))}.dark .dark\:text-green-500,.text-green-500{--un-text-opacity:1;color:rgb(34 197 94 / var(--un-text-opacity))}.dark .dark\:text-green-700,.text-green-700{--un-text-opacity:1;color:rgb(21 128 61 / var(--un-text-opacity))}.dark .dark\:text-lime-500,.text-lime-500{--un-text-opacity:1;color:rgb(132 204 22 / var(--un-text-opacity))}.dark .dark\:text-red-400,.group:hover .group-hover\:text-red-400,.text-red-400{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity))}.dark .dark\:text-red-500,.text-red-500{--un-text-opacity:1;color:rgb(239 68 68 / var(--un-text-opacity))}.dark .dark\:text-rose-500{--un-text-opacity:1;color:rgb(244 63 94 / var(--un-text-opacity))}.dark .dark\:text-sky-500{--un-text-opacity:1;color:rgb(14 165 233 / var(--un-text-opacity))}.dark .dark\:text-violet-500{--un-text-opacity:1;color:rgb(139 92 246 / var(--un-text-opacity))}.dark .dark\:text-white,.dark .group:hover .dark\:group-hover\:text-white,.text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.dark .dark\:text-yellow-400,.group:hover .group-hover\:text-yellow-400{--un-text-opacity:1;color:rgb(250 204 21 / var(--un-text-opacity))}.dark .dark\:text-yellow-500,.text-yellow-500{--un-text-opacity:1;color:rgb(234 179 8 / var(--un-text-opacity))}.text-\[\#00DC82\]{--un-text-opacity:1;color:rgb(0 220 130 / var(--un-text-opacity))}.text-\[\#E4E4E7\]{--un-text-opacity:1;color:rgb(228 228 231 / var(--un-text-opacity))}.text-\[\#FEC476\]{--un-text-opacity:1;color:rgb(254 196 118 / var(--un-text-opacity))}.text-api-endpoint-parameter-type-text-default{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-api-endpoint-parameter-type-text-default) / var(--un-text-opacity))}.text-api-methods-get-text-default,.text-api-response-code-200-text-default,.text-green-900{--un-text-opacity:1;color:rgb(20 83 45 / var(--un-text-opacity))}.text-api-response-code-404-text-default,.text-red-900{--un-text-opacity:1;color:rgb(127 29 29 / var(--un-text-opacity))}.text-api-response-field-type-text-default{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-api-response-field-type-text-default) / var(--un-text-opacity))}.text-blue-100{--un-text-opacity:1;color:rgb(219 234 254 / var(--un-text-opacity))}.text-blue-200{--un-text-opacity:1;color:rgb(191 219 254 / var(--un-text-opacity))}.text-blue-50{--un-text-opacity:1;color:rgb(239 246 255 / var(--un-text-opacity))}.text-blue-600{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity))}.text-blue-700{--un-text-opacity:1;color:rgb(29 78 216 / var(--un-text-opacity))}.text-blue-800{--un-text-opacity:1;color:rgb(30 64 175 / var(--un-text-opacity))}.text-blue-900{--un-text-opacity:1;color:rgb(30 58 138 / var(--un-text-opacity))}.text-blue-950{--un-text-opacity:1;color:rgb(23 37 84 / var(--un-text-opacity))}.text-button-background-color-mode{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-button-background-color-mode) / var(--un-text-opacity))}.text-button-text-default{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-button-text-default) / var(--un-text-opacity))}.text-button-text-disabled{--un-text-opacity:.6;color:rgb(var(--un-preset-theme-colors-button-text-disabled) / var(--un-text-opacity))}.text-card-text-body{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-card-text-body) / var(--un-text-opacity))}.text-card-text-header{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-card-text-header) / var(--un-text-opacity))}.text-category-text{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-category-text) / var(--un-text-opacity))}.text-danger-text{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-danger-text) / var(--un-text-opacity))}.text-emerald-600{--un-text-opacity:1;color:rgb(5 150 105 / var(--un-text-opacity))}.text-footer-brand-text{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-footer-brand-text) / var(--un-text-opacity))}.text-footer-text{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-footer-text) / var(--un-text-opacity))}.text-fuchsia-100{--un-text-opacity:1;color:rgb(250 232 255 / var(--un-text-opacity))}.text-fuchsia-200{--un-text-opacity:1;color:rgb(245 208 254 / var(--un-text-opacity))}.text-fuchsia-300{--un-text-opacity:1;color:rgb(240 171 252 / var(--un-text-opacity))}.group:hover .group-hover\:text-fuchsia-400,.text-fuchsia-400{--un-text-opacity:1;color:rgb(232 121 249 / var(--un-text-opacity))}.text-fuchsia-50{--un-text-opacity:1;color:rgb(253 244 255 / var(--un-text-opacity))}.text-fuchsia-600{--un-text-opacity:1;color:rgb(192 38 211 / var(--un-text-opacity))}.text-fuchsia-700{--un-text-opacity:1;color:rgb(162 28 175 / var(--un-text-opacity))}.text-fuchsia-800{--un-text-opacity:1;color:rgb(134 25 143 / var(--un-text-opacity))}.text-fuchsia-900{--un-text-opacity:1;color:rgb(112 26 117 / var(--un-text-opacity))}.text-fuchsia-950{--un-text-opacity:1;color:rgb(74 4 78 / var(--un-text-opacity))}.text-gray-100{--un-text-opacity:1;color:rgb(243 244 246 / var(--un-text-opacity))}.text-gray-50{--un-text-opacity:1;color:rgb(249 250 251 / var(--un-text-opacity))}.text-gray-600{--un-text-opacity:1;color:rgb(75 85 99 / var(--un-text-opacity))}.text-gray-700{--un-text-opacity:1;color:rgb(55 65 81 / var(--un-text-opacity))}.text-gray-800{--un-text-opacity:1;color:rgb(31 41 55 / var(--un-text-opacity))}.text-gray-900{--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity))}.text-green-100{--un-text-opacity:1;color:rgb(220 252 231 / var(--un-text-opacity))}.text-green-200{--un-text-opacity:1;color:rgb(187 247 208 / var(--un-text-opacity))}.text-green-300{--un-text-opacity:1;color:rgb(134 239 172 / var(--un-text-opacity))}.group:hover .group-hover\:text-green-400,.text-green-400{--un-text-opacity:1;color:rgb(74 222 128 / var(--un-text-opacity))}.text-green-50{--un-text-opacity:1;color:rgb(240 253 244 / var(--un-text-opacity))}.text-green-600{--un-text-opacity:1;color:rgb(22 163 74 / var(--un-text-opacity))}.text-green-800{--un-text-opacity:1;color:rgb(22 101 52 / var(--un-text-opacity))}.text-green-950{--un-text-opacity:1;color:rgb(5 46 22 / var(--un-text-opacity))}.text-input-checkbox-label{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-checkbox-label) / var(--un-text-opacity))}.text-input-icon-default{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-icon-default) / var(--un-text-opacity))}.text-input-label-text-default{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-label-text-default) / var(--un-text-opacity))}.text-input-text-default{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-default) / var(--un-text-opacity))}.text-lime-100{--un-text-opacity:1;color:rgb(236 252 203 / var(--un-text-opacity))}.text-lime-200{--un-text-opacity:1;color:rgb(217 249 157 / var(--un-text-opacity))}.text-lime-300{--un-text-opacity:1;color:rgb(190 242 100 / var(--un-text-opacity))}.group:hover .group-hover\:text-lime-400,.text-lime-400{--un-text-opacity:1;color:rgb(163 230 53 / var(--un-text-opacity))}.text-lime-50{--un-text-opacity:1;color:rgb(247 254 231 / var(--un-text-opacity))}.text-lime-600{--un-text-opacity:1;color:rgb(101 163 13 / var(--un-text-opacity))}.text-lime-700{--un-text-opacity:1;color:rgb(77 124 15 / var(--un-text-opacity))}.text-lime-800{--un-text-opacity:1;color:rgb(63 98 18 / var(--un-text-opacity))}.text-lime-900{--un-text-opacity:1;color:rgb(54 83 20 / var(--un-text-opacity))}.text-lime-950{--un-text-opacity:1;color:rgb(26 46 5 / var(--un-text-opacity))}.text-link{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-link) / var(--un-text-opacity))}.text-navbar-item-text-default{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-navbar-item-text-default) / var(--un-text-opacity))}.text-navbar-logo-text{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-navbar-logo-text) / var(--un-text-opacity))}.text-progress-text-default{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-progress-text-default) / var(--un-text-opacity))}.text-reaction-button-text-default{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-reaction-button-text-default) / var(--un-text-opacity))}.text-red-100{--un-text-opacity:1;color:rgb(254 226 226 / var(--un-text-opacity))}.text-red-200{--un-text-opacity:1;color:rgb(254 202 202 / var(--un-text-opacity))}.text-red-300{--un-text-opacity:1;color:rgb(252 165 165 / var(--un-text-opacity))}.text-red-50{--un-text-opacity:1;color:rgb(254 242 242 / var(--un-text-opacity))}.text-red-600{--un-text-opacity:1;color:rgb(220 38 38 / var(--un-text-opacity))}.text-red-700{--un-text-opacity:1;color:rgb(185 28 28 / var(--un-text-opacity))}.text-red-800{--un-text-opacity:1;color:rgb(153 27 27 / var(--un-text-opacity))}.text-red-950{--un-text-opacity:1;color:rgb(69 10 10 / var(--un-text-opacity))}.text-rose-600{--un-text-opacity:1;color:rgb(225 29 72 / var(--un-text-opacity))}.text-skeleton-icon{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-skeleton-icon) / var(--un-text-opacity))}.text-sky-600{--un-text-opacity:1;color:rgb(2 132 199 / var(--un-text-opacity))}.text-stone-800{--un-text-opacity:1;color:rgb(41 37 36 / var(--un-text-opacity))}.text-tag-text{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-tag-text) / var(--un-text-opacity))}.text-violet-600{--un-text-opacity:1;color:rgb(124 58 237 / var(--un-text-opacity))}.text-yellow-600{--un-text-opacity:1;color:rgb(202 138 4 / var(--un-text-opacity))}.dark .dark\:hover\:text-blue-400:hover{--un-text-opacity:1;color:rgb(96 165 250 / var(--un-text-opacity))}.dark .dark\:hover\:text-green-500:hover{--un-text-opacity:1;color:rgb(34 197 94 / var(--un-text-opacity))}.dark .dark\:hover\:text-white:hover{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.group:hover .group-hover\:text-emerald-400{--un-text-opacity:1;color:rgb(52 211 153 / var(--un-text-opacity))}.group:hover .group-hover\:text-rose-400{--un-text-opacity:1;color:rgb(251 113 133 / var(--un-text-opacity))}.group:hover .group-hover\:text-sky-400{--un-text-opacity:1;color:rgb(56 189 248 / var(--un-text-opacity))}.group:hover .group-hover\:text-violet-400{--un-text-opacity:1;color:rgb(167 139 250 / var(--un-text-opacity))}.hover\:text-blue-500:hover{--un-text-opacity:1;color:rgb(59 130 246 / var(--un-text-opacity))}.hover\:text-blue-600:hover{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity))}.hover\:text-gray-900:hover{--un-text-opacity:1;color:rgb(17 24 39 / var(--un-text-opacity))}.hover\:text-green-600:hover{--un-text-opacity:1;color:rgb(22 163 74 / var(--un-text-opacity))}.hover\:text-navbar-item-button-hover:hover{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-navbar-item-button-hover) / var(--un-text-opacity))}.hover\:text-reaction-button-text-hover:hover{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-reaction-button-text-hover) / var(--un-text-opacity))}.hover\:text-red-400:hover{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity))}.hover\:text-red-500:hover{--un-text-opacity:1;color:rgb(239 68 68 / var(--un-text-opacity))}.hover\:text-white:hover{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.placeholder\:text-input-text-placeholder-default::-moz-placeholder{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-placeholder-default) / var(--un-text-opacity))}.placeholder\:text-input-text-placeholder-default::placeholder{--un-text-opacity:1;color:rgb(var(--un-preset-theme-colors-input-text-placeholder-default) / var(--un-text-opacity))}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.leading-\[60px\]{line-height:60px}.leading-4\.5{line-height:1.125rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.hover\:underline:hover{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-75{opacity:.75}.hover\:opacity-70:hover{opacity:.7}.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));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.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));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-md{--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));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-xl{--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color, rgba(0,0,0,.1)),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color, rgba(0,0,0,.1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.outline-0{outline-width:0}.outline-1{outline-width:1px}.outline-2{outline-width:2px}.outline-3{outline-width:3px}.outline-4{outline-width:4px}.outline-8{outline-width:8px}.focus\:outline-1:focus{outline-width:1px}.focus\:outline-3:focus{outline-width:3px}.dark .dark\:outline-blue-500,.outline-blue-500{--un-outline-color-opacity:1;outline-color:rgb(59 130 246 / var(--un-outline-color-opacity))}.outline-blue-400{--un-outline-color-opacity:1;outline-color:rgb(96 165 250 / var(--un-outline-color-opacity))}.outline-card-body-default{--un-outline-color-opacity:1;outline-color:rgb(var(--un-preset-theme-colors-card-body-default) / var(--un-outline-color-opacity))}.outline-input-focus-outline-default{--un-outline-color-opacity:1;outline-color:rgb(var(--un-preset-theme-colors-input-focus-outline-default) / var(--un-outline-color-opacity))}.dark .dark\:focus\:outline-blue-600:focus{--un-outline-color-opacity:1;outline-color:rgb(37 99 235 / var(--un-outline-color-opacity))}.focus\:outline-blue-300:focus{--un-outline-color-opacity:1;outline-color:rgb(147 197 253 / var(--un-outline-color-opacity))}.outline,.hover\:outline:hover{outline-style:solid}.focus\:outline:focus{outline-style:solid}.outline-none{outline:2px solid transparent;outline-offset:2px}.blur{--un-blur:blur(8px);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)}.filter{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)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-color{transition-duration:.15s;transition-property:color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:transition-colors:hover{transition-duration:.15s;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.hover\:duration-100:hover{transition-duration:.1s}.delay-300{transition-delay:.3s}.ease{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@media (min-width:640px){.sm\:col-span-2{grid-column:span 2 / span 2}.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\:mb-0{margin-bottom:0}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:ml-7{margin-left:1.75rem}.sm\:mr-2{margin-right:.5rem}.sm\:mt-2{margin-top:.5rem}.sm\:inline{display:inline}.sm\:block{display:block}.sm\:h-36{height:9rem}.sm\:h-40{height:10rem}.sm\:w-64{width:16rem}.sm\:flex{display:flex}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:-translate-y-3\.5{--un-translate-y:-.875rem;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))}.sm\:translate-x-0{--un-translate-x:0;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))}.sm\:translate-x-4{--un-translate-x:1rem;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))}.sm\:translate-y-0{--un-translate-y:0;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))}.sm\:gap-3{gap:.75rem}.sm\:rounded-md{border-radius:.375rem}.sm\:rounded-b-md{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.sm\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.sm\:px-20{padding-left:5rem;padding-right:5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-1{padding-bottom:.25rem;padding-top:.25rem}.sm\:pl-3{padding-left:.75rem}.sm\:text-left{text-align:left}.sm\:text-sm{font-size:var(--font-size-sm);line-height:16px}.sm\:font-medium{font-weight:500}.sm\:leading-6{line-height:1.5rem}.sm\:leading-9{line-height:2.25rem}}@media (min-width:768px){.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-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:mb-0{margin-bottom:0}.md\:mb-8{margin-bottom:2rem}.md\:ml-2{margin-left:.5rem}.md\:mr-1{margin-right:.25rem}.md\:mt-0{margin-top:0}.md\:mt-16{margin-top:4rem}.md\:block{display:block}.md\:h-40{height:10rem}.md\:max-w-xl{max-width:36rem}.md\:min-h-56{min-height:14rem}.md\:min-h-full{min-height:100%}.md\:w-10{width:2.5rem}.md\:w-24{width:6rem}.md\:w-9\/12{width:75%}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:gap-2{gap:.5rem}.md\:gap-5{gap:1.25rem}.md\:gap-8{gap:2rem}.md\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.md\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-xs{font-size:var(--font-size-xs);line-height:14px}}@media (min-width:1024px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-3{grid-column:span 3 / span 3}.lg\:col-span-9{grid-column:span 9 / span 9}.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\:hidden{display:none}.lg\:h-32{height:8rem}.lg\:flex{display:flex}.lg\:flex-row{flex-direction:row}.lg\:text-sm{font-size:var(--font-size-sm);line-height:16px}}@media (min-width:1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.resize-observer[data-v-b329ee4c]{background-color:transparent;border:none;display:block;height:100%;left:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.resize-observer[data-v-b329ee4c] object{display:block;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.v-popper__popper{left:0;outline:none;top:0;z-index:10000}.v-popper__popper.v-popper__popper--hidden{opacity:0;pointer-events:none;transition:opacity .15s,visibility .15s;visibility:hidden}.v-popper__popper.v-popper__popper--shown{opacity:1;transition:opacity .15s;visibility:visible}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{display:none;height:100%;left:0;position:absolute;top:0;width:100%}.v-popper__inner{box-sizing:border-box;overflow-y:auto;position:relative}.v-popper__inner>div{max-height:inherit;max-width:inherit;position:relative;z-index:1}.v-popper__arrow-container{height:10px;position:absolute;width:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;height:0;left:0;position:absolute;top:0;width:0}.v-popper__arrow-inner{border-width:7px;visibility:hidden}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;border-top-width:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-left-color:transparent!important;border-left-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-bottom-color:transparent!important;border-right-color:transparent!important;border-right-width:0;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-dropdown .v-popper__inner{background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 6px 30px #0000001a;color:#000}.v-popper--theme-dropdown .v-popper__arrow-inner{border-color:#fff;visibility:visible}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.v-popper--theme-tooltip .v-popper__inner{background:#000c;border-radius:6px;color:#fff;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}[data-v-ebda3b91]{--active-shadow: 0px -4px 0px -1px #2563eb inset}.active[data-v-ebda3b91]:hover,.active.nuxt-link-active[data-v-ebda3b91]{--un-text-opacity:1;color:rgb(37 99 235 / var(--un-text-opacity));box-shadow:var(--active-shadow)}.active .router-link-active[data-v-114fbdcf]{--un-bg-opacity:1;background-color:rgb(59 130 246 / var(--un-bg-opacity));--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}img{height:auto;max-width:100%}.blur-transition{opacity:1;transition:opacity .4s linear 0s}.blur-enter,.blur-leave{opacity:0}canvas{filter:blur(10px)}[data-v-11e56f37]{backface-visibility:hidden;perspective:1000px;transform:translateZ(0);will-change:height}.expand-enter-active[data-v-11e56f37],.expand-leave-active[data-v-11e56f37]{overflow:hidden;transition:height .3s ease}.expand-enter[data-v-11e56f37],.expand-leave-to[data-v-11e56f37]{height:0}
