html{--c-base:#555;--c-primary:#029e91cd;--c-secondary:#333;--c-bg:#fff;--c-scrollbar:#a3a3a333;--c-scrollbar-bg:#a3a3a31a;--c-scrollbar-hover:#a3a3a34d}html .bg-wave{background-color:var(--c-bg);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23fafafa' stroke-width='10'%3E%3Cpath d='M-500 75s125-30 250-30S0 75 0 75s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500 45s125-30 250-30S0 45 0 45s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 105s125-30 250-30S0 105 0 105s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500 15s125-30 250-30S0 15 0 15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500-15s125-30 250-30S0-15 0-15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 135s125-30 250-30S0 135 0 135s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3C/g%3E%3C/svg%3E")}html.dark{--c-base:#fff;--c-primary:#a0f0eccd;--c-secondary:#333;--c-bg:#000}html.dark .bg-wave{background-color:var(--c-bg);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='10'%3E%3Cpath d='M-500 75s125-30 250-30S0 75 0 75s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500 45s125-30 250-30S0 45 0 45s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 105s125-30 250-30S0 105 0 105s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500 15s125-30 250-30S0 15 0 15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500-15s125-30 250-30S0-15 0-15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 135s125-30 250-30S0 135 0 135s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3C/g%3E%3C/svg%3E")}@font-face{font-display:swap;font-family:GeistPixelSquare;src:url(../fonts/GeistPixel-Square.woff2)format("woff2")}@font-face{font-display:swap;font-family:GeistPixelGrid;src:url(../fonts/GeistPixel-Grid.woff2)format("woff2")}@font-face{font-display:swap;font-family:GeistPixelCircle;src:url(../fonts/GeistPixel-Circle.woff2)format("woff2")}@font-face{font-display:swap;font-family:GeistPixelTriangle;src:url(../fonts/GeistPixel-Triangle.woff2)format("woff2")}@font-face{font-display:swap;font-family:GeistPixelLine;src:url(../fonts/GeistPixel-Line.woff2)format("woff2")}:root{--theme-transition-duration:.2s;--theme-transition-timing:ease;--theme-transition-delay:0s}html,html.dark{transition:color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay),background-color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay),border-color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay)}.bg-wave{transition:background-color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay),background-image var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay)}#__nuxt,#__nuxt.dark,body,body.dark,html,html.dark{transition:color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay),background-color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay)}::-webkit-scrollbar-corner{-webkit-transition:background-color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay);transition:background-color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay)}::-webkit-scrollbar-track{-webkit-transition:background-color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay);transition:background-color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay)}::-webkit-scrollbar-thumb{-webkit-transition:background-color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay);transition:background-color var(--theme-transition-duration) var(--theme-transition-timing) var(--theme-transition-delay)}:root{--router-transition-duration:.3s;--router-transition-timing:ease-in-out;--router-transition-delay:0s}.page-enter-active,.page-leave-active{transition:all var(--router-transition-duration) var(--router-transition-timing) var(--router-transition-delay)}.page-enter-from{opacity:0;transform:translateY(10px)}.page-leave-to{opacity:0;transform:translateY(-10px)}.page-enter-to,.page-leave-from{opacity:1;transform:translateY(0)}.layout-enter-active,.layout-leave-active{transition:all var(--router-transition-duration) var(--router-transition-timing) var(--router-transition-delay)}.layout-enter-from{opacity:0;transform:translate(-20px)}.layout-leave-to{opacity:0;transform:translate(20px)}.layout-enter-to,.layout-leave-from{opacity:1;transform:translate(0)}.fade-enter-active,.fade-leave-active{transition:opacity var(--router-transition-duration) var(--router-transition-timing) var(--router-transition-delay)}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-to,.fade-leave-from{opacity:1}.slide-up-enter-active,.slide-up-leave-active{transition:all var(--router-transition-duration) var(--router-transition-timing) var(--router-transition-delay)}.slide-up-enter-from{opacity:0;transform:translateY(30px)}.slide-up-leave-to{opacity:0;transform:translateY(-30px)}.slide-up-enter-to,.slide-up-leave-from{opacity:1;transform:translateY(0)}.scale-enter-active,.scale-leave-active{transition:all var(--router-transition-duration) var(--router-transition-timing) var(--router-transition-delay)}.scale-enter-from{opacity:0;transform:scale(.9)}.scale-leave-to{opacity:0;transform:scale(1.1)}.scale-enter-to,.scale-leave-from{opacity:1;transform:scale(1)}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.3s ease-out fade-in}#__nuxt,body,html{background:var(--c-bg);color:var(--c-base);font-family:var(--font-sans);height:100dvh}#__nuxt.dark,body.dark,html.dark{background:var(--c-bg);color:var(--c-secondary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-corner{background:var(--c-bg)}::-webkit-scrollbar-track{background:var(--c-bg)}::-webkit-scrollbar-thumb{background:var(--c-scrollbar)}::-webkit-scrollbar-thumb:hover{background:var(--c-scrollbar-hover)}.message-pending:before{content:"";z-index:0;background:linear-gradient(90deg,#0000,#00000026 50%,#0000);width:100%;height:100%;animation:1.5s ease-in-out infinite message-refresh;position:absolute;top:0;left:0}.dark .message-pending:before{background:linear-gradient(90deg,#0000,#fff3 50%,#0000)}@keyframes message-refresh{0%{transform:translate(-100%)}to{transform:translate(100%)}}@font-face{font-display:swap;font-family:DM Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthSQBK6PYK3EXw.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:DM Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRR232RmYJp8I5zzw.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRSW32RmYJp8I5.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-display:swap;font-family:DM Serif Display;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmserifdisplay/v17/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0vrx52jJ3Q.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-display:swap;font-family:DM Serif Display;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmserifdisplay/v17/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0vrx52g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--un-bg-opacity:100%;--un-leading:initial;--un-ease:initial;--un-text-opacity:100%;--un-space-y-reverse:initial;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-shadow-opacity:100%;--un-border-opacity:100%}}@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-leading{syntax:"*";inherits:false}@property --un-border-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-bg-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-inset-ring-color{syntax:"*";inherits:false}@property --un-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --un-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --un-inset-shadow-color{syntax:"*";inherits:false}@property --un-ring-color{syntax:"*";inherits:false}@property --un-ring-inset{syntax:"*";inherits:false}@property --un-ring-offset-color{syntax:"*";inherits:false}@property --un-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --un-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --un-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --un-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --un-shadow-color{syntax:"*";inherits:false}@property --un-shadow-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-scale-x{syntax:"*";inherits:false;initial-value:1}@property --un-scale-y{syntax:"*";inherits:false;initial-value:1}@property --un-scale-z{syntax:"*";inherits:false;initial-value:1}@property --un-ease{syntax:"*";inherits:false}@property --un-blur{syntax:"*";inherits:false}@property --un-brightness{syntax:"*";inherits:false}@property --un-contrast{syntax:"*";inherits:false}@property --un-drop-shadow{syntax:"*";inherits:false}@property --un-grayscale{syntax:"*";inherits:false}@property --un-hue-rotate{syntax:"*";inherits:false}@property --un-invert{syntax:"*";inherits:false}@property --un-saturate{syntax:"*";inherits:false}@property --un-sepia{syntax:"*";inherits:false}@property --un-numeric-figure{syntax:"*";inherits:false}@property --un-numeric-fraction{syntax:"*";inherits:false}@property --un-numeric-spacing{syntax:"*";inherits:false}@property --un-ordinal{syntax:"*";inherits:false}@property --un-slashed-zero{syntax:"*";inherits:false}@property --un-space-y-reverse{syntax:"*";inherits:false;initial-value:0}:host,:root{--font-sans:"DM Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--spacing:.25rem;--radius-DEFAULT:.25rem;--default-transition-timingFunction:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--colors-neutral-DEFAULT:#a1a1a1;--leading-loose:2;--fontWeight-medium:500;--ease-DEFAULT:cubic-bezier(.4,0,.2,1);--tracking-wide:.025em;--fontWeight-semibold:600;--leading-none:1;--colors-black:#000;--ease-in-out:cubic-bezier(.4,0,.2,1);--font-pixel-line:GeistPixelLine;--radius-xs:.125rem;--tracking-wider:.05em;--colors-yellow-100:#fef9c2;--colors-yellow-800:#874b00;--colors-gray-500:#6a7282;--colors-neutral-400:#a1a1a1;--colors-white:#fff;--colors-gray-100:#f3f4f6;--colors-red-50:#fef2f2;--colors-red-500:#fb2c36;--colors-red-700:#bf000f;--text-sm-fontSize:.875rem;--text-sm-lineHeight:1.25rem;--text-xl-fontSize:1.25rem;--text-xl-lineHeight:1.75rem;--text-2xl-fontSize:1.5rem;--text-2xl-lineHeight:2rem;--text-6xl-fontSize:3.75rem;--text-6xl-lineHeight:1;--text-xs-fontSize:.75rem;--text-xs-lineHeight:1rem;--text-3xl-fontSize:1.875rem;--text-3xl-lineHeight:2.25rem;--colors-gray-200:#e5e7eb;--colors-red-600:#e40014;--colors-neutral-500:#737373;--colors-yellow-900:#733e0a;--colors-yellow-200:#fff085;--colors-gray-400:#99a1af;--colors-neutral-600:#525252;--colors-gray-800:#1e2939;--colors-dark-DEFAULT:#222;--colors-red-900:#82181a;--colors-red-300:#ffa3a3;--colors-gray-700:#364153;--colors-neutral-300:#d4d4d4;--radius-md:.375rem;--font-mono:"DM Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-monoFont-family:var(--font-mono)}@supports (color:lab(0% 0 0)){:host,:root{--colors-neutral-DEFAULT:lab(66.128% -.0000298023 .0000119209);--colors-yellow-100:lab(97.3564% -4.51407 27.344);--colors-yellow-800:lab(38.7484% 23.5833 51.4916);--colors-gray-500:lab(47.7841% -.393182 -10.0268);--colors-neutral-400:lab(66.128% -.0000298023 .0000119209);--colors-gray-100:lab(96.1596% -.0823438 -1.13575);--colors-red-50:lab(96.5005% 4.18508 1.52328);--colors-red-500:lab(55.4814% 75.0732 48.8528);--colors-red-700:lab(40.4273% 67.2623 53.7441);--colors-gray-200:lab(91.6229% -.159115 -2.26791);--colors-red-600:lab(48.4493% 77.4328 61.5452);--colors-neutral-500:lab(48.496% 0 0);--colors-yellow-900:lab(32.3865% 21.1273 38.5959);--colors-yellow-200:lab(94.3433% -5.00429 52.9663);--colors-gray-400:lab(65.9269% -.832707 -8.17473);--colors-neutral-600:lab(34.924% 0 0);--colors-gray-800:lab(16.1051% -1.18239 -11.7533);--colors-dark-DEFAULT:lab(13.232% 0 0);--colors-red-900:lab(28.5139% 44.5539 29.0463);--colors-red-300:lab(76.5514% 36.422 15.5335);--colors-gray-700:lab(27.1134% -.956401 -12.3224);--colors-neutral-300:lab(84.92% 0 -.0000119209)}}*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-featureSettings,normal);font-variation-settings:var(--default-font-variationSettings,normal);tab-size:4;-webkit-tap-highlight-color:transparent}hr{color:inherit;border-top-width:1px;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;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-monoFont-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-monoFont-featureSettings,normal);font-variation-settings:var(--default-monoFont-variationSettings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden~=until-found])){display:none!important}.prose,[prose=""]{color:var(--un-prose-body);--un-prose-body:#364153;--un-prose-invert-body:#d1d5dc;--un-prose-headings:#101828;--un-prose-invert-headings:#fff;--un-prose-lead:#4a5565;--un-prose-invert-lead:#99a1af;--un-prose-links:#101828;--un-prose-invert-links:#fff;--un-prose-bold:#101828;--un-prose-invert-bold:#fff;--un-prose-counters:#6a7282;--un-prose-invert-counters:#99a1af;--un-prose-bullets:#d1d5dc;--un-prose-invert-bullets:#4a5565;--un-prose-hr:#e5e7eb;--un-prose-invert-hr:#364153;--un-prose-quotes:#101828;--un-prose-invert-quotes:#f3f4f6;--un-prose-quote-borders:#e5e7eb;--un-prose-invert-quote-borders:#364153;--un-prose-captions:#6a7282;--un-prose-invert-captions:#99a1af;--un-prose-kbd:#101828;--un-prose-invert-kbd:#fff;--un-prose-kbd-shadows:#101828;--un-prose-invert-kbd-shadows:#fff;--un-prose-code:#101828;--un-prose-invert-code:#fff;--un-prose-pre-code:#e5e7eb;--un-prose-invert-pre-code:#d1d5dc;--un-prose-pre-bg:#1e2939;--un-prose-invert-pre-bg:#00000080;--un-prose-th-borders:#d1d5dc;--un-prose-invert-th-borders:#4a5565;--un-prose-td-borders:#e5e7eb;--un-prose-invert-td-borders:#364153;max-width:65ch;font-size:1rem;line-height:1.75}@supports (color:lab(0% 0 0)){.prose,[prose=""]{--un-prose-body:lab(27.1134% -.956401 -12.3224);--un-prose-invert-body:lab(85.1236% -.612259 -3.7138);--un-prose-headings:lab(8.11897% .811279 -12.254);--un-prose-lead:lab(35.6337% -1.58697 -10.8425);--un-prose-invert-lead:lab(65.9269% -.832707 -8.17473);--un-prose-links:lab(8.11897% .811279 -12.254);--un-prose-bold:lab(8.11897% .811279 -12.254);--un-prose-counters:lab(47.7841% -.393182 -10.0268);--un-prose-invert-counters:lab(65.9269% -.832707 -8.17473);--un-prose-bullets:lab(85.1236% -.612259 -3.7138);--un-prose-invert-bullets:lab(35.6337% -1.58697 -10.8425);--un-prose-hr:lab(91.6229% -.159115 -2.26791);--un-prose-invert-hr:lab(27.1134% -.956401 -12.3224);--un-prose-quotes:lab(8.11897% .811279 -12.254);--un-prose-invert-quotes:lab(96.1596% -.0823438 -1.13575);--un-prose-quote-borders:lab(91.6229% -.159115 -2.26791);--un-prose-invert-quote-borders:lab(27.1134% -.956401 -12.3224);--un-prose-captions:lab(47.7841% -.393182 -10.0268);--un-prose-invert-captions:lab(65.9269% -.832707 -8.17473);--un-prose-kbd:lab(8.11897% .811279 -12.254);--un-prose-kbd-shadows:lab(8.11897% .811279 -12.254);--un-prose-code:lab(8.11897% .811279 -12.254);--un-prose-pre-code:lab(91.6229% -.159115 -2.26791);--un-prose-invert-pre-code:lab(85.1236% -.612259 -3.7138);--un-prose-pre-bg:lab(16.1051% -1.18239 -11.7533);--un-prose-th-borders:lab(85.1236% -.612259 -3.7138);--un-prose-invert-th-borders:lab(35.6337% -1.58697 -10.8425);--un-prose-td-borders:lab(91.6229% -.159115 -2.26791);--un-prose-invert-td-borders:lab(27.1134% -.956401 -12.3224)}}:is(.prose,[prose=""]) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}:is(.prose,[prose=""]) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}:is(.prose,[prose=""]) :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-links);font-weight:500;text-decoration:underline}:is(.prose,[prose=""]) :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-bold);font-weight:600}:is(.prose,[prose=""]) :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),:is(.prose,[prose=""]) :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),:is(.prose,[prose=""]) :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose,[prose=""]) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}:is(.prose,[prose=""]) :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:is(.prose,[prose=""]) :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:is(.prose,[prose=""]) :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:is(.prose,[prose=""]) :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:is(.prose,[prose=""]) :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:is(.prose,[prose=""]) :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:is(.prose,[prose=""]) :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:is(.prose,[prose=""]) :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:is(.prose,[prose=""]) :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}:is(.prose,[prose=""]) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}:is(.prose,[prose=""]) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--un-prose-counters);font-weight:400}:is(.prose,[prose=""]) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--un-prose-bullets)}:is(.prose,[prose=""]) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);margin-top:1.25em;font-weight:600}:is(.prose,[prose=""]) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--un-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}:is(.prose,[prose=""]) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-inline-start-color:var(--un-prose-quote-borders);color:var(--un-prose-quotes);quotes:"“""”""‘""’";border-inline-start-width:.25rem;margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}:is(.prose,[prose=""]) :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}:is(.prose,[prose=""]) :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}:is(.prose,[prose=""]) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}:is(.prose,[prose=""]) :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}:is(.prose,[prose=""]) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}:is(.prose,[prose=""]) :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}:is(.prose,[prose=""]) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}:is(.prose,[prose=""]) :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:is(.prose,[prose=""]) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}:is(.prose,[prose=""]) :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:is(.prose,[prose=""]) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}:is(.prose,[prose=""]) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}:is(.prose,[prose=""]) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}:is(.prose,[prose=""]) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){box-shadow:0 0 0 1px rgb(var(--un-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--un-prose-kbd-shadows)/10%);color:var(--un-prose-kbd);padding-inline-end:.375em;padding-top:.1875em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}:is(.prose,[prose=""]) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-code);font-size:.875em;font-weight:600}:is(.prose,[prose=""]) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,:is(.prose,[prose=""]) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}:is(.prose,[prose=""]) :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),:is(.prose,[prose=""]) :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose,[prose=""]) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}:is(.prose,[prose=""]) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}:is(.prose,[prose=""]) :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),:is(.prose,[prose=""]) :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),:is(.prose,[prose=""]) :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(.prose,[prose=""]) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--un-prose-pre-bg);color:var(--un-prose-pre-code);padding-inline-end:1.14286em;padding-top:.857143em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}:is(.prose,[prose=""]) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}:is(.prose,[prose=""]) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,:is(.prose,[prose=""]) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}:is(.prose,[prose=""]) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}:is(.prose,[prose=""]) :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--un-prose-th-borders);border-bottom-width:1px}:is(.prose,[prose=""]) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);padding-inline-end:.571429em;padding-bottom:.571429em;vertical-align:bottom;padding-inline-start:.571429em;font-weight:600}:is(.prose,[prose=""]) :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--un-prose-td-borders);border-bottom-width:1px}:is(.prose,[prose=""]) :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}:is(.prose,[prose=""]) :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}:is(.prose,[prose=""]) :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--un-prose-th-borders);border-top-width:1px}:is(.prose,[prose=""]) :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}:is(.prose,[prose=""]) :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}:is(.prose,[prose=""]) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}:is(.prose,[prose=""]) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}:is(.prose,[prose=""]) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}:is(.prose,[prose=""]) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}:is(.prose,[prose=""]) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),:is(.prose,[prose=""]) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:is(.prose,[prose=""]) :where():not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}:is(.prose,[prose=""]) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}:is(.prose,[prose=""]) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}:is(.prose,[prose=""]) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}:is(.prose,[prose=""]) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),:is(.prose,[prose=""]) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),:is(.prose,[prose=""]) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),:is(.prose,[prose=""]) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(.prose,[prose=""]) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:is(.prose,[prose=""]) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:is(.prose,[prose=""]) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.571429em;padding-top:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}:is(.prose,[prose=""]) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:is(.prose,[prose=""]) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:is(.prose,[prose=""]) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}:is(.prose,[prose=""]) :where():not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.dark .dark\:prose-invert,.dark [dark\:prose-invert=""]{--un-prose-body:var(--un-prose-invert-body);--un-prose-headings:var(--un-prose-invert-headings);--un-prose-lead:var(--un-prose-invert-lead);--un-prose-links:var(--un-prose-invert-links);--un-prose-bold:var(--un-prose-invert-bold);--un-prose-counters:var(--un-prose-invert-counters);--un-prose-bullets:var(--un-prose-invert-bullets);--un-prose-hr:var(--un-prose-invert-hr);--un-prose-quotes:var(--un-prose-invert-quotes);--un-prose-quote-borders:var(--un-prose-invert-quote-borders);--un-prose-captions:var(--un-prose-invert-captions);--un-prose-kbd:var(--un-prose-invert-kbd);--un-prose-kbd-shadows:var(--un-prose-invert-kbd-shadows);--un-prose-code:var(--un-prose-invert-code);--un-prose-pre-code:var(--un-prose-invert-pre-code);--un-prose-pre-bg:var(--un-prose-invert-pre-bg);--un-prose-th-borders:var(--un-prose-invert-th-borders);--un-prose-td-borders:var(--un-prose-invert-td-borders)}.link{color:color-mix(in srgb,var(--c-primary) var(--un-text-opacity),transparent);transition-duration:var(--un-duration,var(--default-transition-duration));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--un-gradient-from,--un-gradient-via,--un-gradient-to;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction))}.color-base,[color-base=""]{color:color-mix(in oklab,var(--c-base) var(--un-text-opacity),transparent)}.btn{border-radius:var(--radius-md);padding-block:calc(var(--spacing)*2);padding-inline:calc(var(--spacing)*3);justify-content:center;align-items:center;display:inline-flex}.border-base,.btn,[border-base=""],[border~=base]{transition-duration:var(--un-duration,var(--default-transition-duration));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--un-gradient-from,--un-gradient-via,--un-gradient-to;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction))}.border-base,[border-base=""],[border~=base]{border-color:color-mix(in srgb,var(--colors-neutral-300) var(--un-border-opacity),transparent);--un-border-opacity:75%;--un-duration:.3s;border-width:1px;transition-duration:.3s}.dark .border-base,.dark [border-base=""],.dark [border~=base]{border-color:color-mix(in srgb,var(--colors-neutral-500) var(--un-border-opacity),transparent)}.border-base:hover,[border-base=""]:hover,[border~=base]:hover{--un-border-opacity:100%}.bg-active,.btn:hover,.hover\:bg-active:hover,[hover\:bg-active=""]:hover{background-color:color-mix(in srgb,var(--colors-neutral-DEFAULT) 10%,transparent)}.icon-btn,[icon-btn=""]{gap:calc(var(--spacing)*2);opacity:.75;transition-duration:var(--un-duration,var(--default-transition-duration));transition-property:all;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction));--un-duration:.3s;justify-content:center;align-items:center;transition-duration:.3s;display:inline-block}.icon-btn:hover,[icon-btn=""]:hover{opacity:.9}.container,[container=""]{width:100%}@supports (color:color-mix(in lab,red,red)){.border-base{border-color:color-mix(in oklab,var(--colors-neutral-300) var(--un-border-opacity),transparent)}.dark .border-base,.dark [border-base=""],.dark [border~=base]{border-color:color-mix(in oklab,var(--colors-neutral-500) var(--un-border-opacity),transparent)}[border-base=""],[border~=base]{border-color:color-mix(in oklab,var(--colors-neutral-300) var(--un-border-opacity),transparent)}.bg-active,.btn:hover,.hover\:bg-active:hover,[hover\:bg-active=""]:hover{background-color:color-mix(in oklab,var(--colors-neutral-DEFAULT) 10%,transparent)}}@media (min-width:40rem){.container,[container=""]{max-width:40rem}}@media (min-width:48rem){.container,[container=""]{max-width:48rem}}@media (min-width:64rem){.container,[container=""]{max-width:64rem}}@media (min-width:80rem){.container,[container=""]{max-width:80rem}}@media (min-width:96rem){.container,[container=""]{max-width:96rem}}.text-\[80px\]{font-size:80px}.text-10px,[text-10px=""]{font-size:10px}.text-2xl{font-size:var(--text-2xl-fontSize);line-height:var(--un-leading,var(--text-2xl-lineHeight))}.text-6xl,[text-6xl=""]{font-size:var(--text-6xl-fontSize);line-height:var(--un-leading,var(--text-6xl-lineHeight))}.text-9px,[text-9px=""]{font-size:9px}.text-sm,[text-sm=""]{font-size:var(--text-sm-fontSize);line-height:var(--un-leading,var(--text-sm-lineHeight))}.text-xl,[text-xl=""]{font-size:var(--text-xl-fontSize);line-height:var(--un-leading,var(--text-xl-lineHeight))}.text-xs,[text-xs=""]{font-size:var(--text-xs-fontSize);line-height:var(--un-leading,var(--text-xs-lineHeight))}.dark .dark\:text-gray-400,.dark [dark\:text-gray-400=""]{color:color-mix(in srgb,var(--colors-gray-400) var(--un-text-opacity),transparent)}.dark .dark\:text-red-300,.dark [dark\:text-red-300=""]{color:color-mix(in srgb,var(--colors-red-300) var(--un-text-opacity),transparent)}.dark .dark\:text-white,.text-white,[text-white=""]{color:color-mix(in srgb,var(--colors-white) var(--un-text-opacity),transparent)}.dark .dark\:text-yellow-200{color:color-mix(in srgb,var(--colors-yellow-200) var(--un-text-opacity),transparent)}.text-\[\#020420\]{color:color-mix(in oklab,#020420 var(--un-text-opacity),transparent)}.text-\[\#64748B\]{color:color-mix(in oklab,#64748b var(--un-text-opacity),transparent)}.text-gray-500,[text-gray-500=""]{color:color-mix(in srgb,var(--colors-gray-500) var(--un-text-opacity),transparent)}.color-neutral,.text-neutral,[color-neutral=""],[text-neutral=""]{color:color-mix(in srgb,var(--colors-neutral-DEFAULT) var(--un-text-opacity),transparent)}.text-neutral-400,[text-neutral-400=""]{color:color-mix(in srgb,var(--colors-neutral-400) var(--un-text-opacity),transparent)}.group:hover .group-hover\:text-primary,.group:hover [group-hover\:text-primary=""],.text-primary{color:color-mix(in srgb,var(--c-primary) var(--un-text-opacity),transparent)}.text-red-500,[text-red-500=""]{color:color-mix(in srgb,var(--colors-red-500) var(--un-text-opacity),transparent)}.text-red-700,[text-red-700=""]{color:color-mix(in srgb,var(--colors-red-700) var(--un-text-opacity),transparent)}.text-yellow-800{color:color-mix(in srgb,var(--colors-yellow-800) var(--un-text-opacity),transparent)}.hover\:text-\[\#00DC82\]:hover{color:color-mix(in oklab,#00dc82 var(--un-text-opacity),transparent)}.color-neutral\:40,[color-neutral\:40=""]{color:color-mix(in srgb,var(--colors-neutral-DEFAULT) 40%,transparent)}.leading-loose,[leading-loose=""]{--un-leading:var(--leading-loose);line-height:var(--leading-loose)}.leading-none{--un-leading:var(--leading-none);line-height:var(--leading-none)}.tracking-wide{--un-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider,[tracking-wider=""]{--un-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.font-medium,[font-medium=""]{--un-font-weight:var(--fontWeight-medium);font-weight:var(--fontWeight-medium)}.font-pixel-line,[font-pixel-line=""]{font-family:var(--font-pixel-line)}.font-sans{font-family:var(--font-sans)}.font-semibold{--un-font-weight:var(--fontWeight-semibold);font-weight:var(--fontWeight-semibold)}.mxa,[mxa=""]{margin-inline:auto}.my4,[my4=""]{margin-block:calc(var(--spacing)*4)}.my8,[my8=""]{margin-block:calc(var(--spacing)*8)}.mya,[mya=""]{margin-block:auto}.mb-2,[mb-2=""]{margin-bottom:calc(var(--spacing)*2)}.mb-4,.mb4,[mb-4=""],[mb4=""]{margin-bottom:calc(var(--spacing)*4)}.mb6,[mb6=""]{margin-bottom:calc(var(--spacing)*6)}.mb8,[mb8=""]{margin-bottom:calc(var(--spacing)*8)}.mr-2{margin-right:calc(var(--spacing)*2)}.mt-4,[mt-4=""]{margin-top:calc(var(--spacing)*4)}.mt-6,[mt-6=""]{margin-top:calc(var(--spacing)*6)}.mt30,[mt30=""]{margin-top:calc(var(--spacing)*30)}.p-1\.5,[p-1\.5=""]{padding:calc(var(--spacing)*1.5)}.p-2,.p2,[p-2=""],[p2=""]{padding:calc(var(--spacing)*2)}.p-4,.p4,[p-4=""],[p4=""]{padding:calc(var(--spacing)*4)}.p8,[p8=""]{padding:calc(var(--spacing)*8)}.px-2,.px2,[px-2=""],[px2=""]{padding-inline:calc(var(--spacing)*2)}.px-4,.px4,[px-4=""],[px4=""]{padding-inline:calc(var(--spacing)*4)}.py-1,.py1,[py-1=""],[py1=""]{padding-block:calc(var(--spacing)*1)}.py-2,.py2,[py-2=""],[py2=""]{padding-block:calc(var(--spacing)*2)}.py4,[py4=""]{padding-block:calc(var(--spacing)*4)}.pt-1,[pt-1=""]{padding-top:calc(var(--spacing)*1)}.pt12,[pt12=""]{padding-top:calc(var(--spacing)*12)}.text-center,[text-center=""]{text-align:center}.border,.border-1,[border-1=""],[border=""],[border~=\~]{border-width:1px}.border-b,[border-b=""]{border-bottom-width:1px}.rounded,[rounded=""]{border-radius:var(--radius-DEFAULT)}.rounded-full,[rounded-full=""]{border-radius:3.40282e38px}.rounded-xs,[rounded-xs=""]{border-radius:var(--radius-xs)}[border~=dashed]{--un-border-style:dashed;border-style:dashed}.bg-black\:60,[bg-black\:60=""]{background-color:color-mix(in srgb,var(--colors-black) 60%,transparent)}.bg-black\/90{background-color:color-mix(in srgb,var(--colors-black) 90%,transparent)}.bg-gray-100,[bg-gray-100=""]{background-color:color-mix(in srgb,var(--colors-gray-100) var(--un-bg-opacity),transparent)}.bg-neutral-400{background-color:color-mix(in srgb,var(--colors-neutral-400) var(--un-bg-opacity),transparent)}.bg-neutral\:10,[bg-neutral\:10=""]{background-color:color-mix(in srgb,var(--colors-neutral-DEFAULT) 10%,transparent)}.bg-primary,[bg-primary=""]{background-color:color-mix(in srgb,var(--c-primary) var(--un-bg-opacity),transparent)}.bg-red-50,[bg-red-50=""]{background-color:color-mix(in srgb,var(--colors-red-50) var(--un-bg-opacity),transparent)}.bg-red-500,[bg-red-500=""]{background-color:color-mix(in srgb,var(--colors-red-500) var(--un-bg-opacity),transparent)}.bg-white,[bg-white=""]{background-color:color-mix(in srgb,var(--colors-white) var(--un-bg-opacity),transparent)}.bg-yellow-100,[bg-yellow-100=""]{background-color:color-mix(in srgb,var(--colors-yellow-100) var(--un-bg-opacity),transparent)}.dark .dark\:bg-\[\#020420\]{background-color:color-mix(in oklab,#020420 var(--un-bg-opacity),transparent)}.dark .dark\:bg-dark,.dark [dark\:bg-dark=""]{background-color:color-mix(in srgb,var(--colors-dark-DEFAULT) var(--un-bg-opacity),transparent)}.dark .dark\:bg-gray-800,.dark [dark\:bg-gray-800=""]{background-color:color-mix(in srgb,var(--colors-gray-800) var(--un-bg-opacity),transparent)}.dark .dark\:bg-neutral-600{background-color:color-mix(in srgb,var(--colors-neutral-600) var(--un-bg-opacity),transparent)}.dark .dark\:bg-red-900,.dark [dark\:bg-red-900=""]{background-color:color-mix(in srgb,var(--colors-red-900) var(--un-bg-opacity),transparent)}.dark .dark\:bg-yellow-900,.dark [dark\:bg-yellow-900=""]{background-color:color-mix(in srgb,var(--colors-yellow-900) var(--un-bg-opacity),transparent)}[bg-black=""]{background-color:color-mix(in srgb,var(--colors-black) var(--un-bg-opacity),transparent)}.dark .dark\:hover\:bg-gray-700:hover,.dark [dark\:hover\:bg-gray-700=""]:hover{background-color:color-mix(in srgb,var(--colors-gray-700) var(--un-bg-opacity),transparent)}.hover\:bg-gray-200:hover{background-color:color-mix(in srgb,var(--colors-gray-200) var(--un-bg-opacity),transparent)}.hover\:bg-red-600:hover{background-color:color-mix(in srgb,var(--colors-red-600) var(--un-bg-opacity),transparent)}[hover\:bg-gray-200=""]:hover{background-color:color-mix(in srgb,var(--colors-gray-200) var(--un-bg-opacity),transparent)}[hover\:bg-red-600=""]:hover{background-color:color-mix(in srgb,var(--colors-red-600) var(--un-bg-opacity),transparent)}.bg-op-0,[bg-op-0=""]{--un-bg-opacity:0%}.op50{opacity:.5}.opacity-0,[opacity-0=""]{opacity:0}.opacity-70{opacity:.7}.underline{text-decoration-line:underline}.underline-offset-3{text-underline-offset:3px}.flex,[flex=""],[flex~=\~]{display:flex}.flex-auto,[flex-auto=""]{flex:auto}.flex-shrink,.flex-shrink-1{flex-shrink:1}.shrink-0,[shrink-0=""]{flex-shrink:0}.flex-col-reverse{flex-direction:column-reverse}.gap-1,[grid~=gap-1]{gap:calc(var(--spacing)*1)}.gap-2,.gap2,[flex~=gap2],[gap-2=""]{gap:calc(var(--spacing)*2)}.gap-4,.gap4,[flex~=gap4],[gap-4=""],[grid~=gap-4]{gap:calc(var(--spacing)*4)}.gap-8,[grid~=gap-8]{gap:calc(var(--spacing)*8)}.grid,[grid~=\~]{display:grid}.rows-\[min-content_1fr\],[grid~="rows-[min-content_1fr]"]{grid-template-rows:min-content 1fr}.cols-1,[grid~=cols-1]{grid-template-columns:repeat(1,minmax(0,1fr))}.size-10,[size-10=""]{height:calc(var(--spacing)*10);width:calc(var(--spacing)*10)}.size-20,[size-20=""]{height:calc(var(--spacing)*20);width:calc(var(--spacing)*20)}.size-30,[size-30=""]{height:calc(var(--spacing)*30);width:calc(var(--spacing)*30)}.size-4,[size-4=""]{height:calc(var(--spacing)*4);width:calc(var(--spacing)*4)}.size-5,[size-5=""]{height:calc(var(--spacing)*5);width:calc(var(--spacing)*5)}.size-8,[size-8=""]{height:calc(var(--spacing)*8);width:calc(var(--spacing)*8)}[size~="120"]{height:calc(var(--spacing)*120);width:calc(var(--spacing)*120)}[size~="24"]{height:calc(var(--spacing)*24);width:calc(var(--spacing)*24)}[size~="25"]{height:calc(var(--spacing)*25);width:calc(var(--spacing)*25)}.h-\[min\(400px\,40vh\)\]{height:min(400px,40vh)}.h-0\.5{height:calc(var(--spacing)*.5)}.h-16px,[h-16px=""]{height:16px}.h-full,[h-full=""]{height:100%}.h1{height:calc(var(--spacing)*1)}.h2{height:calc(var(--spacing)*2)}.h3{height:calc(var(--spacing)*3)}.h4{height:calc(var(--spacing)*4)}.h5{height:calc(var(--spacing)*5)}.h6{height:calc(var(--spacing)*6)}.max-h-screen{max-height:100vh}.max-w-520px{max-width:520px}.max-w-60{max-width:calc(var(--spacing)*60)}.min-h-screen{min-height:100vh}.min-w-0{min-width:calc(var(--spacing)*0)}.w-16px,[w-16px=""]{width:16px}.w-fit,[w-fit=""]{width:fit-content}.w-full,[w-full=""]{width:100%}.aspect-square,[aspect-square=""]{aspect-ratio:1}.inline{display:inline}.block,[block=""]{display:block}.hidden{display:none}.cursor-none{cursor:none}.cursor-pointer{cursor:pointer}.cursor-move,[cursor-move=""]{cursor:move}.active\:cursor-grabbing:active,[active\:cursor-grabbing=""]:active{cursor:grabbing}.pointer-events-none,[pointer-events-none=""]{pointer-events:none}.whitespace-nowrap{white-space:nowrap}.truncate,[truncate=""]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.uppercase,[uppercase=""]{text-transform:uppercase}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark .dark\:shadow-neutral-500,.dark [dark\:shadow-neutral-500=""]{--un-shadow-color:color-mix(in srgb,var(--colors-neutral-500) var(--un-shadow-opacity),transparent)}.shadow-2xl,[shadow-2xl=""]{--un-shadow:0 25px 50px -12px var(--un-shadow-color,#00000040)}.shadow-2xl,.shadow-sm,[shadow-2xl=""],[shadow-sm=""]{box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-sm,[shadow-sm=""]{--un-shadow:0 1px 3px 0 var(--un-shadow-color,#0000001a),0 1px 2px -1px var(--un-shadow-color,#0000001a)}.hover\:scale-105:hover{--un-scale-x:105%;--un-scale-y:105%;scale:var(--un-scale-x) var(--un-scale-y)}.transform{transform:var(--un-rotate-x) var(--un-rotate-y) var(--un-rotate-z) var(--un-skew-x) var(--un-skew-y)}.transition{transition-duration:var(--un-duration,var(--default-transition-duration));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--un-gradient-from,--un-gradient-via,--un-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction))}.transition-all,[transition-all=""]{transition-duration:var(--un-duration,var(--default-transition-duration));transition-property:all;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction))}.duration-200{--un-duration:.2s;transition-duration:.2s}.ease{--un-ease:var(--ease-DEFAULT);transition-timing-function:var(--ease-DEFAULT)}.ease-in-out{--un-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.items-center,[flex~=items-center],[items-center=""]{align-items:center}.justify-center,[flex~=justify-center],[justify-center=""]{justify-content:center}.float-left,[float-left=""]{float:left}.inset-0,[inset-0=""]{inset:calc(var(--spacing)*0)}.bottom-0,[bottom-0=""]{bottom:calc(var(--spacing)*0)}.left-0,[left-0=""]{left:calc(var(--spacing)*0)}.left-20,[left-20=""]{left:calc(var(--spacing)*20)}.right--1,[right--1=""]{right:calc(var(--spacing)*-1)}.right-0,[right-0=""]{right:calc(var(--spacing)*0)}.top--1,[top--1=""]{top:calc(var(--spacing)*-1)}.top-0,[top-0=""]{top:calc(var(--spacing)*0)}.justify-between,[justify-between=""]{justify-content:space-between}.place-content-center{place-content:center}.absolute,[absolute=""]{position:absolute}.fixed,[fixed=""]{position:fixed}.relative,[relative=""]{position:relative}.z-50,[z-50=""]{z-index:50}.overflow-hidden,[overflow-hidden=""]{overflow:hidden}[of-auto=""]{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-y-auto,[overflow-y-auto=""]{overflow-y:auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.animate-spin{animation:1s linear infinite spin}.object-cover,[object-cover=""]{-o-object-fit:cover;object-fit:cover}.object-contain,[object-contain=""]{-o-object-fit:contain;object-fit:contain}.blur{--un-blur:blur(8px)}.blur,.filter{filter:var(--un-blur,) var(--un-brightness,) var(--un-contrast,) var(--un-grayscale,) var(--un-hue-rotate,) var(--un-invert,) var(--un-saturate,) var(--un-sepia,) var(--un-drop-shadow,)}.line-clamp-1,[line-clamp-1=""]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2,[line-clamp-2=""]{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.table{display:table}.touch-none,[touch-none=""]{touch-action:none}.tabular-nums{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal,) var(--un-slashed-zero,) var(--un-numeric-figure,) var(--un-numeric-spacing,) var(--un-numeric-fraction,)}:where(.space-y-12>:not(:last-child)){--un-space-y-reverse:0;margin-block-start:calc(var(--spacing)*12*var(--un-space-y-reverse));margin-block-end:calc(var(--spacing)*12*(1 - var(--un-space-y-reverse)))}:where([space-y-12=""]>:not(:last-child)){--un-space-y-reverse:0;margin-block-start:calc(var(--spacing)*12*var(--un-space-y-reverse));margin-block-end:calc(var(--spacing)*12*(1 - var(--un-space-y-reverse)))}@supports (color:color-mix(in lab,red,red)){.dark .dark\:text-gray-400{color:color-mix(in oklab,var(--colors-gray-400) var(--un-text-opacity),transparent)}.dark .dark\:text-red-300{color:color-mix(in oklab,var(--colors-red-300) var(--un-text-opacity),transparent)}.dark .dark\:text-white{color:color-mix(in oklab,var(--colors-white) var(--un-text-opacity),transparent)}.dark .dark\:text-yellow-200{color:color-mix(in oklab,var(--colors-yellow-200) var(--un-text-opacity),transparent)}.dark [dark\:text-gray-400=""]{color:color-mix(in oklab,var(--colors-gray-400) var(--un-text-opacity),transparent)}.dark [dark\:text-red-300=""]{color:color-mix(in oklab,var(--colors-red-300) var(--un-text-opacity),transparent)}.text-gray-500{color:color-mix(in oklab,var(--colors-gray-500) var(--un-text-opacity),transparent)}.text-neutral{color:color-mix(in oklab,var(--colors-neutral-DEFAULT) var(--un-text-opacity),transparent)}.text-neutral-400{color:color-mix(in oklab,var(--colors-neutral-400) var(--un-text-opacity),transparent)}.text-red-500{color:color-mix(in oklab,var(--colors-red-500) var(--un-text-opacity),transparent)}.text-red-700{color:color-mix(in oklab,var(--colors-red-700) var(--un-text-opacity),transparent)}.text-white{color:color-mix(in oklab,var(--colors-white) var(--un-text-opacity),transparent)}.text-yellow-800{color:color-mix(in oklab,var(--colors-yellow-800) var(--un-text-opacity),transparent)}[text-gray-500=""]{color:color-mix(in oklab,var(--colors-gray-500) var(--un-text-opacity),transparent)}[text-neutral-400=""]{color:color-mix(in oklab,var(--colors-neutral-400) var(--un-text-opacity),transparent)}[text-neutral=""]{color:color-mix(in oklab,var(--colors-neutral-DEFAULT) var(--un-text-opacity),transparent)}[text-red-500=""]{color:color-mix(in oklab,var(--colors-red-500) var(--un-text-opacity),transparent)}[text-red-700=""]{color:color-mix(in oklab,var(--colors-red-700) var(--un-text-opacity),transparent)}[text-white=""]{color:color-mix(in oklab,var(--colors-white) var(--un-text-opacity),transparent)}.color-neutral{color:color-mix(in oklab,var(--colors-neutral-DEFAULT) var(--un-text-opacity),transparent)}.color-neutral\:40,[color-neutral\:40=""]{color:color-mix(in oklab,var(--colors-neutral-DEFAULT) 40%,transparent)}[color-neutral=""]{color:color-mix(in oklab,var(--colors-neutral-DEFAULT) var(--un-text-opacity),transparent)}.bg-black\:60{background-color:color-mix(in oklab,var(--colors-black) 60%,transparent)}.bg-black\/90{background-color:color-mix(in oklab,var(--colors-black) 90%,transparent)}.bg-gray-100{background-color:color-mix(in oklab,var(--colors-gray-100) var(--un-bg-opacity),transparent)}.bg-neutral-400{background-color:color-mix(in oklab,var(--colors-neutral-400) var(--un-bg-opacity),transparent)}.bg-neutral\:10{background-color:color-mix(in oklab,var(--colors-neutral-DEFAULT) 10%,transparent)}.bg-red-50{background-color:color-mix(in oklab,var(--colors-red-50) var(--un-bg-opacity),transparent)}.bg-red-500{background-color:color-mix(in oklab,var(--colors-red-500) var(--un-bg-opacity),transparent)}.bg-white{background-color:color-mix(in oklab,var(--colors-white) var(--un-bg-opacity),transparent)}.bg-yellow-100{background-color:color-mix(in oklab,var(--colors-yellow-100) var(--un-bg-opacity),transparent)}.dark .dark\:bg-dark{background-color:color-mix(in oklab,var(--colors-dark-DEFAULT) var(--un-bg-opacity),transparent)}.dark .dark\:bg-gray-800{background-color:color-mix(in oklab,var(--colors-gray-800) var(--un-bg-opacity),transparent)}.dark .dark\:bg-neutral-600{background-color:color-mix(in oklab,var(--colors-neutral-600) var(--un-bg-opacity),transparent)}.dark .dark\:bg-red-900{background-color:color-mix(in oklab,var(--colors-red-900) var(--un-bg-opacity),transparent)}.dark .dark\:bg-yellow-900{background-color:color-mix(in oklab,var(--colors-yellow-900) var(--un-bg-opacity),transparent)}.dark [dark\:bg-dark=""]{background-color:color-mix(in oklab,var(--colors-dark-DEFAULT) var(--un-bg-opacity),transparent)}.dark [dark\:bg-gray-800=""]{background-color:color-mix(in oklab,var(--colors-gray-800) var(--un-bg-opacity),transparent)}.dark [dark\:bg-red-900=""]{background-color:color-mix(in oklab,var(--colors-red-900) var(--un-bg-opacity),transparent)}.dark [dark\:bg-yellow-900=""]{background-color:color-mix(in oklab,var(--colors-yellow-900) var(--un-bg-opacity),transparent)}[bg-black\:60=""]{background-color:color-mix(in oklab,var(--colors-black) 60%,transparent)}[bg-black=""]{background-color:color-mix(in oklab,var(--colors-black) var(--un-bg-opacity),transparent)}[bg-gray-100=""]{background-color:color-mix(in oklab,var(--colors-gray-100) var(--un-bg-opacity),transparent)}[bg-neutral\:10=""]{background-color:color-mix(in oklab,var(--colors-neutral-DEFAULT) 10%,transparent)}[bg-red-50=""]{background-color:color-mix(in oklab,var(--colors-red-50) var(--un-bg-opacity),transparent)}[bg-red-500=""]{background-color:color-mix(in oklab,var(--colors-red-500) var(--un-bg-opacity),transparent)}[bg-white=""]{background-color:color-mix(in oklab,var(--colors-white) var(--un-bg-opacity),transparent)}[bg-yellow-100=""]{background-color:color-mix(in oklab,var(--colors-yellow-100) var(--un-bg-opacity),transparent)}.dark .dark\:hover\:bg-gray-700:hover,.dark [dark\:hover\:bg-gray-700=""]:hover{background-color:color-mix(in oklab,var(--colors-gray-700) var(--un-bg-opacity),transparent)}.hover\:bg-gray-200:hover{background-color:color-mix(in oklab,var(--colors-gray-200) var(--un-bg-opacity),transparent)}.hover\:bg-red-600:hover{background-color:color-mix(in oklab,var(--colors-red-600) var(--un-bg-opacity),transparent)}[hover\:bg-gray-200=""]:hover{background-color:color-mix(in oklab,var(--colors-gray-200) var(--un-bg-opacity),transparent)}[hover\:bg-red-600=""]:hover{background-color:color-mix(in oklab,var(--colors-red-600) var(--un-bg-opacity),transparent)}.dark .dark\:shadow-neutral-500,.dark [dark\:shadow-neutral-500=""]{--un-shadow-color:color-mix(in oklab,var(--colors-neutral-500) var(--un-shadow-opacity),transparent)}}@media (max-width:calc(40rem - .1px)){.max-sm\:h100,[max-sm\:h100=""]{height:calc(var(--spacing)*100)}}@media (min-width:40rem){.sm\:text-\[110px\]{font-size:110px}.sm\:text-3xl{font-size:var(--text-3xl-fontSize);line-height:var(--un-leading,var(--text-3xl-lineHeight))}.sm\:cols-2,[grid~=sm\:cols-2]{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:max-w-\[420px\]{max-width:420px}.sm\:max-w-80{max-width:calc(var(--spacing)*80)}.sm\:block{display:block}}@media (min-width:48rem){.md\:cols-2,[grid~=md\:cols-2]{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:cols-3,[grid~=md\:cols-3]{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:max-w-100{max-width:calc(var(--spacing)*100)}}@media (min-width:64rem){.lg\:cols-2,[grid~=lg\:cols-2]{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:cols-4,[grid~=lg\:cols-4]{grid-template-columns:repeat(4,minmax(0,1fr))}}
