html{--c-base:#555;--c-primary:#029e91cd;--c-secondary:#333;--c-bg:#fff;--c-scrollbar:hsla(0,0%,64%,.2);--c-scrollbar-bg:hsla(0,0%,64%,.1);--c-scrollbar-hover:hsla(0,0%,64%,.3)}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")}:root{--theme-transition-duration:.2s;--theme-transition-timing:ease;--theme-transition-delay:0ms}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-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:0ms}.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:fade-in .3s ease-out}#__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,::-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{animation:message-refresh 1.5s ease-in-out infinite;background:linear-gradient(90deg,transparent,rgba(0,0,0,.15) 50%,transparent);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.dark .message-pending:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2) 50%,transparent)}@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+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:DM Mono;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmmono/v16/aFTU7PB1QTsUX8KYthqQBK6PYK0.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRR232RmYJp8I5zzw.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRSW32RmYJp8I5.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:"DM Serif Display";font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmserifdisplay/v17/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0vrx52jJ3Q.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:"DM Serif Display";font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/dmserifdisplay/v17/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0vrx52g.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@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-ease:initial;--un-leading:initial;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-ring-opacity:100%;--un-text-opacity:100%;--un-from-opacity:100%;--un-space-y-reverse:initial;--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-ring-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-from-opacity{syntax:"<percentage>";inherits:false;initial-value:100%}@property --un-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --un-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --un-gradient-position{syntax:"*";inherits:false}@property --un-gradient-stops{syntax:"*";inherits:false}@property --un-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --un-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --un-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --un-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --un-gradient-via-stops{syntax:"*";inherits:false}@property --un-backdrop-blur{syntax:"*";inherits:false}@property --un-backdrop-brightness{syntax:"*";inherits:false}@property --un-backdrop-contrast{syntax:"*";inherits:false}@property --un-backdrop-grayscale{syntax:"*";inherits:false}@property --un-backdrop-hue-rotate{syntax:"*";inherits:false}@property --un-backdrop-invert{syntax:"*";inherits:false}@property --un-backdrop-opacity{syntax:"*";inherits:false}@property --un-backdrop-saturate{syntax:"*";inherits:false}@property --un-backdrop-sepia{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;--colors-neutral-DEFAULT:oklch(70.8% 0 0);--colors-black:#000;--default-transition-timingFunction:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--radius-lg:.5rem;--ease-DEFAULT:cubic-bezier(.4,0,.2,1);--leading-loose:2;--fontWeight-medium:500;--tracking-wide:.025em;--fontWeight-semibold:600;--leading-none:1;--ease-in-out:cubic-bezier(.4,0,.2,1);--container-2xl:42rem;--colors-white:#fff;--colors-yellow-100:oklch(97.3% .071 103.193);--colors-yellow-800:oklch(47.6% .114 61.907);--colors-neutral-400:oklch(70.8% 0 0);--colors-gray-500:oklch(55.1% .027 264.364);--colors-gray-100:oklch(96.7% .003 264.542);--colors-red-50:oklch(97.1% .013 17.38);--colors-red-500:oklch(63.7% .237 25.331);--colors-red-700:oklch(50.5% .213 27.518);--text-sm-fontSize:.875rem;--text-sm-lineHeight:1.25rem;--text-xs-fontSize:.75rem;--text-xs-lineHeight:1rem;--text-2xl-fontSize:1.5rem;--text-2xl-lineHeight:2rem;--text-xl-fontSize:1.25rem;--text-xl-lineHeight:1.75rem;--text-3xl-fontSize:1.875rem;--text-3xl-lineHeight:2.25rem;--colors-gray-200:oklch(92.8% .006 264.531);--colors-red-600:oklch(57.7% .245 27.325);--colors-neutral-500:oklch(55.6% 0 0);--colors-yellow-900:oklch(42.1% .095 57.708);--colors-yellow-200:oklch(94.5% .129 101.54);--colors-gray-400:oklch(70.7% .022 261.325);--colors-neutral-600:oklch(43.9% 0 0);--colors-gray-800:oklch(27.8% .033 256.848);--colors-dark-DEFAULT:oklch(25.2% 0 0);--colors-red-900:oklch(39.6% .141 25.723);--colors-red-300:oklch(80.8% .114 19.571);--colors-gray-700:oklch(37.3% .034 259.733);--colors-neutral-300:oklch(87% 0 0);--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)}*,::backdrop,::file-selector-button,:after,:before{border:0 solid;box-sizing:border-box;margin:0;padding:0}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;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);-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}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;-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-size:1em;font-variation-settings:var(--default-monoFont-variationSettings,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}:-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{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}::file-selector-button,button,input,optgroup,select,textarea{background-color:transparent;border-radius:0;color:inherit;font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;opacity:1}: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}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::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,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}::file-selector-button,button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden~=until-found])){display:none!important}:is(.prose),:is([prose=""]){color:var(--un-prose-body);font-size:1rem;line-height:1.75;max-width:65ch;--un-prose-body:oklch(37.3% .034 259.733);--un-prose-invert-body:oklch(87.2% .01 258.338);--un-prose-headings:oklch(21% .034 264.665);--un-prose-invert-headings:#fff;--un-prose-lead:oklch(44.6% .03 256.802);--un-prose-invert-lead:oklch(70.7% .022 261.325);--un-prose-links:oklch(21% .034 264.665);--un-prose-invert-links:#fff;--un-prose-bold:oklch(21% .034 264.665);--un-prose-invert-bold:#fff;--un-prose-counters:oklch(55.1% .027 264.364);--un-prose-invert-counters:oklch(70.7% .022 261.325);--un-prose-bullets:oklch(87.2% .01 258.338);--un-prose-invert-bullets:oklch(44.6% .03 256.802);--un-prose-hr:oklch(92.8% .006 264.531);--un-prose-invert-hr:oklch(37.3% .034 259.733);--un-prose-quotes:oklch(21% .034 264.665);--un-prose-invert-quotes:oklch(96.7% .003 264.542);--un-prose-quote-borders:oklch(92.8% .006 264.531);--un-prose-invert-quote-borders:oklch(37.3% .034 259.733);--un-prose-captions:oklch(55.1% .027 264.364);--un-prose-invert-captions:oklch(70.7% .022 261.325);--un-prose-kbd:oklch(21% .034 264.665);--un-prose-invert-kbd:#fff;--un-prose-kbd-shadows:oklch(21% .034 264.665);--un-prose-invert-kbd-shadows:#fff;--un-prose-code:oklch(21% .034 264.665);--un-prose-invert-code:#fff;--un-prose-pre-code:oklch(92.8% .006 264.531);--un-prose-invert-pre-code:oklch(87.2% .01 258.338);--un-prose-pre-bg:oklch(27.8% .033 256.848);--un-prose-invert-pre-bg:rgba(0,0,0,.5);--un-prose-th-borders:oklch(87.2% .01 258.338);--un-prose-invert-th-borders:oklch(44.6% .03 256.802);--un-prose-td-borders:oklch(92.8% .006 264.531);--un-prose-invert-td-borders:oklch(37.3% .034 259.733)}:is(:is(.prose),:is([prose=""])) :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:is(:is(.prose),:is([prose=""])) :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}:is(:is(.prose),:is([prose=""])) :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-links);font-weight:500;text-decoration:underline}:is(:is(.prose),:is([prose=""])) :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-bold);font-weight:600}:is(:is(.prose),:is([prose=""])) :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(:is(.prose),:is([prose=""])) :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(:is(.prose),:is([prose=""])) :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(:is(.prose),:is([prose=""])) :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:is(:is(.prose),:is([prose=""])) :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:is(:is(.prose),:is([prose=""])) :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:is(:is(.prose),:is([prose=""])) :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}:is(:is(.prose),:is([prose=""])) :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}:is(:is(.prose),:is([prose=""])) :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:is(:is(.prose),:is([prose=""])) :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:is(:is(.prose),:is([prose=""])) :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}:is(:is(.prose),:is([prose=""])) :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}:is(:is(.prose),:is([prose=""])) :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}:is(:is(.prose),:is([prose=""])) :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}:is(:is(.prose),:is([prose=""])) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--un-prose-counters);font-weight:400}:is(:is(.prose),:is([prose=""])) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--un-prose-bullets)}:is(:is(.prose),:is([prose=""])) :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-weight:600;margin-top:1.25em}:is(:is(.prose),:is([prose=""])) :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--un-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}:is(:is(.prose),:is([prose=""])) :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){border-inline-start-color:var(--un-prose-quote-borders);border-inline-start-width:.25rem;color:var(--un-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;quotes:"“""”""‘""’"}:is(:is(.prose),:is([prose=""])) :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}:is(:is(.prose),:is([prose=""])) :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}:is(:is(.prose),:is([prose=""])) :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}:is(:is(.prose),:is([prose=""])) :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}:is(:is(.prose),:is([prose=""])) :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}:is(:is(.prose),:is([prose=""])) :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}:is(:is(.prose),:is([prose=""])) :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}:is(:is(.prose),:is([prose=""])) :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:is(:is(.prose),:is([prose=""])) :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}:is(:is(.prose),:is([prose=""])) :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}:is(:is(.prose),:is([prose=""])) :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:is(:is(.prose),:is([prose=""])) :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}:is(:is(.prose),:is([prose=""])) :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:is(:is(.prose),:is([prose=""])) :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--un-prose-kbd-shadows)/10%),0 3px rgb(var(--un-prose-kbd-shadows)/10%);color:var(--un-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}:is(:is(.prose),:is([prose=""])) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-code);font-size:.875em;font-weight:600}:is(:is(.prose),:is([prose=""])) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}:is(:is(.prose),:is([prose=""])) :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}:is(:is(.prose),:is([prose=""])) :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(:is(.prose),:is([prose=""])) :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(:is(.prose),:is([prose=""])) :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}:is(:is(.prose),:is([prose=""])) :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}:is(:is(.prose),:is([prose=""])) :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(:is(.prose),:is([prose=""])) :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(:is(.prose),:is([prose=""])) :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}:is(:is(.prose),:is([prose=""])) :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:var(--un-prose-pre-bg);border-radius:.375rem;color:var(--un-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}:is(:is(.prose),:is([prose=""])) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}:is(:is(.prose),:is([prose=""])) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}:is(:is(.prose),:is([prose=""])) :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}:is(:is(.prose),:is([prose=""])) :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}:is(:is(.prose),:is([prose=""])) :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--un-prose-th-borders);border-bottom-width:1px}:is(:is(.prose),:is([prose=""])) :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}:is(:is(.prose),:is([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(:is(.prose),:is([prose=""])) :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}:is(:is(.prose),:is([prose=""])) :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}:is(:is(.prose),:is([prose=""])) :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--un-prose-th-borders);border-top-width:1px}:is(:is(.prose),:is([prose=""])) :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}:is(:is(.prose),:is([prose=""])) :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}:is(:is(.prose),:is([prose=""])) :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:is(:is(.prose),:is([prose=""])) :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--un-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}:is(:is(.prose),:is([prose=""])) :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}:is(:is(.prose),:is([prose=""])) :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}:is(:is(.prose),:is([prose=""])) :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:is(:is(.prose),:is([prose=""])) :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}:is(:is(.prose),:is([prose=""])) :where(>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:is(:is(.prose),:is([prose=""])) :where(>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:is(:is(.prose),:is([prose=""])) :where(>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:is(:is(.prose),:is([prose=""])) :where(>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}:is(:is(.prose),:is([prose=""])) :where(>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}:is(:is(.prose),:is([prose=""])) :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}:is(:is(.prose),:is([prose=""])) :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}:is(:is(.prose),:is([prose=""])) :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}:is(:is(.prose),:is([prose=""])) :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(:is(.prose),:is([prose=""])) :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(:is(.prose),:is([prose=""])) :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(:is(.prose),:is([prose=""])) :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(:is(.prose),:is([prose=""])) :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:is(:is(.prose),:is([prose=""])) :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:is(:is(.prose),:is([prose=""])) :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}:is(:is(.prose),:is([prose=""])) :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}:is(:is(.prose),:is([prose=""])) :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}:is(:is(.prose),:is([prose=""])) :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}:is(:is(.prose),:is([prose=""])) :where(>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}:is(:is(.prose),:is([prose=""])) :where(>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.dark :is(.dark\:prose-invert),.dark :is([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{align-items:center;border-radius:var(--radius-md);display:inline-flex;justify-content:center;padding-block:calc(var(--spacing)*2);padding-inline:calc(var(--spacing)*3);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);border-width:1px;--un-border-opacity:75%;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));--un-duration:.3s;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,.hover\:bg-active:hover,[hover\:bg-active=""]:hover,.btn:hover{background-color:color-mix(in srgb,var(--colors-neutral-DEFAULT) 10%,transparent)}.icon-btn{display:flex;display:inline-block;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;align-items:center;justify-content:center;transition-duration:.3s}.icon-btn:hover{opacity:90%}.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,.hover\:bg-active:hover,[hover\:bg-active=""]:hover,.btn: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-2xl,[text-2xl=""]{font-size:var(--text-2xl-fontSize);line-height:var(--un-leading,var(--text-2xl-lineHeight))}.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)}.text-neutral-400{color:color-mix(in srgb,var(--colors-neutral-400) 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-white\/50{color:color-mix(in srgb,var(--colors-white) 50%,transparent)}.text-white\/60{color:color-mix(in srgb,var(--colors-white) 60%,transparent)}.text-yellow-800{color:color-mix(in srgb,var(--colors-yellow-800) var(--un-text-opacity),transparent)}.group:hover .group-hover\:text-primary,.group:hover [group-hover\:text-primary=""]{color:color-mix(in srgb,var(--c-primary) var(--un-text-opacity),transparent)}.hover\:text-\[\#00DC82\]:hover{color:color-mix(in oklab,#00dc82 var(--un-text-opacity),transparent)}.color-neutral,[color-neutral=""]{color:color-mix(in srgb,var(--colors-neutral-DEFAULT) 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)}.font-medium,[font-medium=""]{--un-font-weight:var(--fontWeight-medium);font-weight:var(--fontWeight-medium)}.font-sans{font-family:var(--font-sans)}.font-semibold,[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-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,[px2=""]{padding-inline:calc(var(--spacing)*2)}.px-4,.px4,[px-4=""],[px4=""]{padding-inline:calc(var(--spacing)*4)}.py-2,[py-2=""]{padding-block:calc(var(--spacing)*2)}.py1,[py1=""]{padding-block:calc(var(--spacing)*1)}.py4,[py4=""]{padding-block:calc(var(--spacing)*4)}.pt12,[pt12=""]{padding-top:calc(var(--spacing)*12)}.text-center,[text-center=""]{text-align:center}.outline-none{--un-outline-style:none;outline-style:none}.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:calc(infinity*1px)}.rounded-lg,[rounded-lg=""]{border-radius:var(--radius-lg)}[rounded-full~="default:"]:default{border-radius:calc(infinity*1px)}[border~=dashed]{--un-border-style:dashed;border-style:dashed}.bg-black\/20{background-color:color-mix(in srgb,var(--colors-black) 20%,transparent)}.bg-black\/50{background-color:color-mix(in srgb,var(--colors-black) 50%,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-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)}[keydown~="bg-neutral:10"]{background-color:color-mix(in srgb,var(--colors-neutral-DEFAULT) 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-black\/70:hover{background-color:color-mix(in srgb,var(--colors-black) 70%,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-black=""]:hover{background-color:color-mix(in srgb,var(--colors-black) 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:50%}.opacity-0,[opacity-0=""]{opacity:0}.opacity-100{opacity:100%}.opacity-20{opacity:20%}.opacity-40{opacity:40%}.opacity-60{opacity:60%}.opacity-70{opacity:70%}.opacity-80{opacity:80%}.hover\:opacity-30:hover,[hover\:opacity-30=""]:hover{opacity:30%}.underline{text-decoration-line:underline}.underline-offset-3{text-underline-offset:3px}.flex,[flex=""],[flex~="~"]{display:flex}.flex-auto,[flex-auto=""]{flex:1 1 auto}.flex-shrink,.flex-shrink-1{flex-shrink:1}.shrink-0,[shrink-0=""]{flex-shrink:0}.flex-col{flex-direction:column}.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-24,[size-24=""],[size~="24"]{height:calc(var(--spacing)*24);width:calc(var(--spacing)*24)}.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-40,[size-40=""]{height:calc(var(--spacing)*40);width:calc(var(--spacing)*40)}.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)}.h-0\.5{height:calc(var(--spacing)*.5)}.h-10{height:calc(var(--spacing)*10)}.h-16,[h-16=""]{height:calc(var(--spacing)*16)}.h-64{height:calc(var(--spacing)*64)}.h-80,[h-80=""]{height:calc(var(--spacing)*80)}.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-80vh,[max-h-80vh=""]{max-height:80vh}.max-h-screen{max-height:100vh}.max-w-2xl{max-width:var(--container-2xl)}.max-w-520px{max-width:520px}.max-w-60{max-width:calc(var(--spacing)*60)}.max-w-90vw,[max-w-90vw=""]{max-width:90vw}.min-h-screen{min-height:100vh}.min-w-0{min-width:calc(var(--spacing)*0)}.w-10{width:calc(var(--spacing)*10)}.w-16,[w-16=""]{width:calc(var(--spacing)*16)}.w-50{width:calc(var(--spacing)*50)}.w-fit,[w-fit=""]{width:-moz-fit-content;width:fit-content}.w-full,[w-full=""]{width:100%}.aspect-square,[aspect-square=""]{aspect-ratio:1/1}.inline{display:inline}.block,[block=""]{display:block}.hidden,[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}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ring-2{--un-ring-shadow:var(--un-ring-inset,) 0 0 0 calc(2px + var(--un-ring-offset-width)) var(--un-ring-color,currentColor);box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-white\/50{--un-ring-color:color-mix(in srgb,var(--colors-white) 50%,transparent)}.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{--un-shadow:0 25px 50px -12px var(--un-shadow-color,rgba(0,0,0,.25));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-2xl~="})"],[shadow-sm=""]{--un-shadow:0 1px 3px 0 var(--un-shadow-color,rgba(0,0,0,.1)),0 1px 2px -1px var(--un-shadow-color,rgba(0,0,0,.1));box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}[shadow-2xl~="default:"]:default{--un-shadow:0 25px 50px -12px var(--un-shadow-color,rgba(0,0,0,.25));box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.scale-100{--un-scale-x:100%;--un-scale-y:100%}.scale-100,.scale-105{scale:var(--un-scale-x) var(--un-scale-y)}.scale-105{--un-scale-x:105%;--un-scale-y:105%}.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,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))}.transition-opacity{transition-duration:var(--un-duration,var(--default-transition-duration));transition-property:opacity;transition-timing-function:var(--un-ease,var(--default-transition-timingFunction))}.duration-200,[duration-200=""]{--un-duration:.2s;transition-duration:.2s}.duration-300,[duration-300=""]{--un-duration:.3s;transition-duration:.3s}.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:calc(var(--spacing)*0)}.bottom-4{bottom:calc(var(--spacing)*4)}.left-0{left:calc(var(--spacing)*0)}.left-20,[left-20=""]{left:calc(var(--spacing)*20)}.left-4{left:calc(var(--spacing)*4)}.right-0{right:calc(var(--spacing)*0)}.right-4,[right-4=""]{right:calc(var(--spacing)*4)}.top-0,[top-0=""]{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.justify-between,[justify-between=""]{justify-content:space-between}.place-content-center{place-content:center}.absolute,[absolute=""]{position:absolute}.fixed{position:fixed}.relative,[relative=""]{position:relative}.z-10,[z-10=""]{z-index:10}.z-20{z-index:20}.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:spin 1s linear infinite}.from-black\/20{--un-from-opacity:20%;--un-gradient-from:color-mix(in oklab,var(--colors-black) var(--un-from-opacity),transparent);--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))}.to-transparent{--un-gradient-to:transparent;--un-gradient-stops:var(--un-gradient-via-stops,var(--un-gradient-position),var(--un-gradient-from) var(--un-gradient-from-position),var(--un-gradient-to) var(--un-gradient-to-position))}.bg-gradient-to-t{--un-gradient-position:to top in oklab;background-image:linear-gradient(var(--un-gradient-stops))}.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}.object-cover,[object-cover=""]{-o-object-fit:cover;object-fit:cover}.object-contain{-o-object-fit:contain;object-fit:contain}.backdrop-blur-lg{--un-backdrop-blur:blur(16px)}.backdrop-blur-lg,.backdrop-blur-sm,[backdrop-blur-sm=""]{-webkit-backdrop-filter:var(--un-backdrop-blur,) var(--un-backdrop-brightness,) var(--un-backdrop-contrast,) var(--un-backdrop-grayscale,) var(--un-backdrop-hue-rotate,) var(--un-backdrop-invert,) var(--un-backdrop-opacity,) var(--un-backdrop-saturate,) var(--un-backdrop-sepia,);backdrop-filter:var(--un-backdrop-blur,) var(--un-backdrop-brightness,) var(--un-backdrop-contrast,) var(--un-backdrop-grayscale,) var(--un-backdrop-hue-rotate,) var(--un-backdrop-invert,) var(--un-backdrop-opacity,) var(--un-backdrop-saturate,) var(--un-backdrop-sepia,)}.backdrop-blur-sm,[backdrop-blur-sm=""]{--un-backdrop-blur:blur(8px)}.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=""]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2,[line-clamp-2=""]{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.table{display:table}.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-end:calc(var(--spacing)*12*(1 - var(--un-space-y-reverse)));margin-block-start:calc(var(--spacing)*12*var(--un-space-y-reverse))}:where([space-y-12=""]>:not(:last-child)){--un-space-y-reverse:0;margin-block-end:calc(var(--spacing)*12*(1 - var(--un-space-y-reverse)));margin-block-start:calc(var(--spacing)*12*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-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-white\/50{color:color-mix(in oklab,var(--colors-white) 50%,transparent)}.text-white\/60{color:color-mix(in oklab,var(--colors-white) 60%,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-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\/20{background-color:color-mix(in oklab,var(--colors-black) 20%,transparent)}.bg-black\/50{background-color:color-mix(in oklab,var(--colors-black) 50%,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=""]{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)}[keydown~="bg-neutral:10"]{background-color:color-mix(in oklab,var(--colors-neutral-DEFAULT) 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-black\/70:hover{background-color:color-mix(in oklab,var(--colors-black) 70%,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-black=""]:hover{background-color:color-mix(in oklab,var(--colors-black) 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)}.ring-white\/50{--un-ring-color:color-mix(in oklab,var(--colors-white) 50%,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(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\:flex{display:flex}.sm\:cols-2,[grid~="sm:cols-2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:h-12{height:calc(var(--spacing)*12)}.sm\:max-w-\[420px\]{max-width:420px}.sm\:max-w-80{max-width:calc(var(--spacing)*80)}.sm\:w-12{width:calc(var(--spacing)*12)}.sm\:inline{display:inline}.sm\:block{display:block}.sm\:hidden{display:none}}@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){[rounded-full~="lg:"]{border-radius:calc(infinity*1px)}.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))}[lg~=h-80]{height:calc(var(--spacing)*80)}[lg~=w-50]{width:calc(var(--spacing)*50)}}
