{ "absolute": { "style": { "position": "absolute" } }, "relative": { "style": { "position": "relative" } }, "-top-12": { "style": { "top": -48 } }, "-top-24": { "style": { "top": -96 } }, "bottom-0": { "style": { "bottom": 0 } }, "bottom-12": { "style": { "bottom": 48 } }, "bottom-2": { "style": { "bottom": 8 } }, "bottom-5": { "style": { "bottom": 20 } }, "left-0": { "style": { "left": 0 } }, "left-4": { "style": { "left": 16 } }, "right-2": { "style": { "right": 8 } }, "right-5": { "style": { "right": 20 } }, "top-0": { "style": { "top": 0 } }, "top-2": { "style": { "top": 8 } }, "z-0": { "style": { "zIndex": 0 } }, "z-10": { "style": { "zIndex": 10 } }, "z-20": { "style": { "zIndex": 20 } }, "m-0": { "style": { "marginTop": 0, "marginRight": 0, "marginBottom": 0, "marginLeft": 0 } }, "m-1": { "style": { "marginTop": 4, "marginRight": 4, "marginBottom": 4, "marginLeft": 4 } }, "mx-1": { "style": { "marginLeft": 4, "marginRight": 4 } }, "mx-2": { "style": { "marginLeft": 8, "marginRight": 8 } }, "mx-4": { "style": { "marginLeft": 16, "marginRight": 16 } }, "my-1": { "style": { "marginTop": 4, "marginBottom": 4 } }, "my-2": { "style": { "marginTop": 8, "marginBottom": 8 } }, "my-2.5": { "style": { "marginTop": 10, "marginBottom": 10 } }, "my-4": { "style": { "marginTop": 16, "marginBottom": 16 } }, "mb-1": { "style": { "marginBottom": 4 } }, "mb-1.5": { "style": { "marginBottom": 6 } }, "mb-10": { "style": { "marginBottom": 40 } }, "mb-2": { "style": { "marginBottom": 8 } }, "mb-4": { "style": { "marginBottom": 16 } }, "ml-0": { "style": { "marginLeft": 0 } }, "ml-0.5": { "style": { "marginLeft": 2 } }, "ml-1": { "style": { "marginLeft": 4 } }, "ml-2": { "style": { "marginLeft": 8 } }, "ml-4": { "style": { "marginLeft": 16 } }, "ml-auto": { "style": { "marginLeft": "auto" } }, "mr-1": { "style": { "marginRight": 4 } }, "mr-10": { "style": { "marginRight": 40 } }, "mr-2": { "style": { "marginRight": 8 } }, "mr-4": { "style": { "marginRight": 16 } }, "mt-0": { "style": { "marginTop": 0 } }, "mt-0.5": { "style": { "marginTop": 2 } }, "mt-1": { "style": { "marginTop": 4 } }, "mt-1.5": { "style": { "marginTop": 6 } }, "mt-14": { "style": { "marginTop": 56 } }, "mt-16": { "style": { "marginTop": 64 } }, "mt-2": { "style": { "marginTop": 8 } }, "mt-3": { "style": { "marginTop": 12 } }, "mt-3.5": { "style": { "marginTop": 14 } }, "mt-32": { "style": { "marginTop": 128 } }, "mt-4": { "style": { "marginTop": 16 } }, "mt-6": { "style": { "marginTop": 24 } }, "mt-8": { "style": { "marginTop": 32 } }, "mt-auto": { "style": { "marginTop": "auto" } }, "block": { "style": { "display": "block" } }, "flex": { "style": { "display": "flex" } }, "contents": { "style": { "display": "contents" } }, "hidden": { "style": { "display": "none" } }, "h-10": { "style": { "height": 40 } }, "h-12": { "style": { "height": 48 } }, "h-14": { "style": { "height": 56 } }, "h-16": { "style": { "height": 64 } }, "h-2": { "style": { "height": 8 } }, "h-20": { "style": { "height": 80 } }, "h-24": { "style": { "height": 96 } }, "h-28": { "style": { "height": 112 } }, "h-32": { "style": { "height": 128 } }, "h-48": { "style": { "height": 192 } }, "h-5": { "style": { "height": 20 } }, "h-6": { "style": { "height": 24 } }, "h-8": { "style": { "height": 32 } }, "h-9": { "style": { "height": 36 } }, "h-[1px]": { "style": { "height": 1 } }, "h-[3px]": { "style": { "height": 3 } }, "h-[4.5rem]": { "style": { "height": 72 } }, "h-[4.6rem]": { "style": { "height": 73.6 } }, "h-full": { "style": { "height": "100%" } }, "w-1/2": { "style": { "width": "50%" } }, "w-1/3": { "style": { "width": "33.333333%" } }, "w-1/4": { "style": { "width": "25%" } }, "w-10": { "style": { "width": 40 } }, "w-12": { "style": { "width": 48 } }, "w-14": { "style": { "width": 56 } }, "w-16": { "style": { "width": 64 } }, "w-2": { "style": { "width": 8 } }, "w-2/3": { "style": { "width": "66.666667%" } }, "w-28": { "style": { "width": 112 } }, "w-3/4": { "style": { "width": "75%" } }, "w-6": { "style": { "width": 24 } }, "w-8": { "style": { "width": 32 } }, "w-9": { "style": { "width": 36 } }, "w-[4.6rem]": { "style": { "width": 73.6 } }, "w-full": { "style": { "width": "100%" } }, "flex-1": { "style": { "flexGrow": 1, "flexShrink": 1, "flexBasis": "0%" } }, "flex-none": { "style": { "flexGrow": 0, "flexShrink": 0, "flexBasis": "auto" } }, "shrink": { "style": { "flexShrink": 1 } }, "basis-1/2": { "style": { "flexBasis": "50%" } }, "basis-1/3": { "style": { "flexBasis": "33.333333%" } }, "basis-1/4": { "style": { "flexBasis": "25%" } }, "flex-row": { "style": { "flexDirection": "row" } }, "flex-col": { "style": { "flexDirection": "column" } }, "flex-wrap": { "style": { "flexWrap": "wrap" } }, "flex-nowrap": { "style": { "flexWrap": "nowrap" } }, "items-start": { "style": { "alignItems": "flex-start" } }, "items-end": { "style": { "alignItems": "flex-end" } }, "items-center": { "style": { "alignItems": "center" } }, "justify-end": { "style": { "justifyContent": "flex-end" } }, "justify-center": { "style": { "justifyContent": "center" } }, "justify-between": { "style": { "justifyContent": "space-between" } }, "justify-around": { "style": { "justifyContent": "space-around" } }, "overflow-hidden": { "style": { "overflow": "hidden" } }, "rounded": { "style": { "borderTopLeftRadius": 4, "borderTopRightRadius": 4, "borderBottomRightRadius": 4, "borderBottomLeftRadius": 4 } }, "rounded-2xl": { "style": { "borderTopLeftRadius": 16, "borderTopRightRadius": 16, "borderBottomRightRadius": 16, "borderBottomLeftRadius": 16 } }, "rounded-3xl": { "style": { "borderTopLeftRadius": 24, "borderTopRightRadius": 24, "borderBottomRightRadius": 24, "borderBottomLeftRadius": 24 } }, "rounded-full": { "style": { "borderTopLeftRadius": 9999, "borderTopRightRadius": 9999, "borderBottomRightRadius": 9999, "borderBottomLeftRadius": 9999 } }, "rounded-lg": { "style": { "borderTopLeftRadius": 8, "borderTopRightRadius": 8, "borderBottomRightRadius": 8, "borderBottomLeftRadius": 8 } }, "rounded-md": { "style": { "borderTopLeftRadius": 6, "borderTopRightRadius": 6, "borderBottomRightRadius": 6, "borderBottomLeftRadius": 6 } }, "rounded-xl": { "style": { "borderTopLeftRadius": 12, "borderTopRightRadius": 12, "borderBottomRightRadius": 12, "borderBottomLeftRadius": 12 } }, "rounded-l": { "style": { "borderTopLeftRadius": 4, "borderBottomLeftRadius": 4 } }, "rounded-r": { "style": { "borderTopRightRadius": 4, "borderBottomRightRadius": 4 } }, "rounded-t-2xl": { "style": { "borderTopLeftRadius": 16, "borderTopRightRadius": 16 } }, "rounded-t-3xl": { "style": { "borderTopLeftRadius": 24, "borderTopRightRadius": 24 } }, "border": { "style": { "borderTopWidth": 1, "borderRightWidth": 1, "borderBottomWidth": 1, "borderLeftWidth": 1 } }, "border-2": { "style": { "borderTopWidth": 2, "borderRightWidth": 2, "borderBottomWidth": 2, "borderLeftWidth": 2 } }, "border-r": { "style": { "borderRightWidth": 1 } }, "border-r-2": { "style": { "borderRightWidth": 2 } }, "border-t": { "style": { "borderTopWidth": 1 } }, "border-t-2": { "style": { "borderTopWidth": 2 } }, "border-dashed": { "style": { "borderStyle": "dashed" } }, "border-[#2c2b2f]": { "style": { "--tw-border-opacity": 1, "borderTopColor": "rgb(44 43 47 / var(--tw-border-opacity))", "borderRightColor": "rgb(44 43 47 / var(--tw-border-opacity))", "borderBottomColor": "rgb(44 43 47 / var(--tw-border-opacity))", "borderLeftColor": "rgb(44 43 47 / var(--tw-border-opacity))" } }, "border-[#FF669E]": { "style": { "--tw-border-opacity": 1, "borderTopColor": "rgb(255 102 158 / var(--tw-border-opacity))", "borderRightColor": "rgb(255 102 158 / var(--tw-border-opacity))", "borderBottomColor": "rgb(255 102 158 / var(--tw-border-opacity))", "borderLeftColor": "rgb(255 102 158 / var(--tw-border-opacity))" } }, "border-[#FFFFFF14]": { "style": { "borderTopColor": "#FFFFFF14", "borderRightColor": "#FFFFFF14", "borderBottomColor": "#FFFFFF14", "borderLeftColor": "#FFFFFF14" } }, "border-[#FFFFFF26]": { "style": { "borderTopColor": "#FFFFFF26", "borderRightColor": "#FFFFFF26", "borderBottomColor": "#FFFFFF26", "borderLeftColor": "#FFFFFF26" } }, "border-gray-400": { "style": { "--tw-border-opacity": 1, "borderTopColor": "rgb(156 163 175 / var(--tw-border-opacity))", "borderRightColor": "rgb(156 163 175 / var(--tw-border-opacity))", "borderBottomColor": "rgb(156 163 175 / var(--tw-border-opacity))", "borderLeftColor": "rgb(156 163 175 / var(--tw-border-opacity))" } }, "border-white": { "style": { "--tw-border-opacity": 1, "borderTopColor": "rgb(255 255 255 / var(--tw-border-opacity))", "borderRightColor": "rgb(255 255 255 / var(--tw-border-opacity))", "borderBottomColor": "rgb(255 255 255 / var(--tw-border-opacity))", "borderLeftColor": "rgb(255 255 255 / var(--tw-border-opacity))" } }, "bg-[#00000080]": { "style": { "backgroundColor": "#00000080" } }, "bg-[#00000099]": { "style": { "backgroundColor": "#00000099" } }, "bg-[#07050A]": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(7 5 10 / var(--tw-bg-opacity))" } }, "bg-[#13121F]": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(19 18 31 / var(--tw-bg-opacity))" } }, "bg-[#17161A]": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(23 22 26 / var(--tw-bg-opacity))" } }, "bg-[#1E1C29]": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(30 28 41 / var(--tw-bg-opacity))" } }, "bg-[#301024]": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(48 16 36 / var(--tw-bg-opacity))" } }, "bg-[#F53030]": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(245 48 48 / var(--tw-bg-opacity))" } }, "bg-[#FF669E]": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(255 102 158 / var(--tw-bg-opacity))" } }, "bg-[#FFFFFF1A]": { "style": { "backgroundColor": "#FFFFFF1A" } }, "bg-[#FFFFFF26]": { "style": { "backgroundColor": "#FFFFFF26" } }, "bg-[#FFFFFF80]": { "style": { "backgroundColor": "#FFFFFF80" } }, "bg-black": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(0 0 0 / var(--tw-bg-opacity))" } }, "bg-blue-400": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(96 165 250 / var(--tw-bg-opacity))" } }, "bg-fuchsia-400": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(232 121 249 / var(--tw-bg-opacity))" } }, "bg-gray-300": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(209 213 219 / var(--tw-bg-opacity))" } }, "bg-gray-400": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(156 163 175 / var(--tw-bg-opacity))" } }, "bg-green-400": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(74 222 128 / var(--tw-bg-opacity))" } }, "bg-orange-400": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(251 146 60 / var(--tw-bg-opacity))" } }, "bg-transparent": { "style": { "backgroundColor": "transparent" } }, "bg-white": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(255 255 255 / var(--tw-bg-opacity))" } }, "bg-yellow-400": { "style": { "--tw-bg-opacity": 1, "backgroundColor": "rgb(250 204 21 / var(--tw-bg-opacity))" } }, "p-0": { "style": { "paddingTop": 0, "paddingRight": 0, "paddingBottom": 0, "paddingLeft": 0 } }, "p-0.5": { "style": { "paddingTop": 2, "paddingRight": 2, "paddingBottom": 2, "paddingLeft": 2 } }, "p-1": { "style": { "paddingTop": 4, "paddingRight": 4, "paddingBottom": 4, "paddingLeft": 4 } }, "p-2": { "style": { "paddingTop": 8, "paddingRight": 8, "paddingBottom": 8, "paddingLeft": 8 } }, "p-2.5": { "style": { "paddingTop": 10, "paddingRight": 10, "paddingBottom": 10, "paddingLeft": 10 } }, "p-4": { "style": { "paddingTop": 16, "paddingRight": 16, "paddingBottom": 16, "paddingLeft": 16 } }, "px-1": { "style": { "paddingLeft": 4, "paddingRight": 4 } }, "px-10": { "style": { "paddingLeft": 40, "paddingRight": 40 } }, "px-2": { "style": { "paddingLeft": 8, "paddingRight": 8 } }, "px-2.5": { "style": { "paddingLeft": 10, "paddingRight": 10 } }, "px-3": { "style": { "paddingLeft": 12, "paddingRight": 12 } }, "px-4": { "style": { "paddingLeft": 16, "paddingRight": 16 } }, "px-6": { "style": { "paddingLeft": 24, "paddingRight": 24 } }, "py-0": { "style": { "paddingTop": 0, "paddingBottom": 0 } }, "py-0.5": { "style": { "paddingTop": 2, "paddingBottom": 2 } }, "py-1": { "style": { "paddingTop": 4, "paddingBottom": 4 } }, "py-2": { "style": { "paddingTop": 8, "paddingBottom": 8 } }, "py-2.5": { "style": { "paddingTop": 10, "paddingBottom": 10 } }, "py-3": { "style": { "paddingTop": 12, "paddingBottom": 12 } }, "py-4": { "style": { "paddingTop": 16, "paddingBottom": 16 } }, "py-6": { "style": { "paddingTop": 24, "paddingBottom": 24 } }, "pb-1": { "style": { "paddingBottom": 4 } }, "pb-1.5": { "style": { "paddingBottom": 6 } }, "pb-2": { "style": { "paddingBottom": 8 } }, "pb-32": { "style": { "paddingBottom": 128 } }, "pb-4": { "style": { "paddingBottom": 16 } }, "pl-3": { "style": { "paddingLeft": 12 } }, "pl-3.5": { "style": { "paddingLeft": 14 } }, "pl-4": { "style": { "paddingLeft": 16 } }, "pr-10": { "style": { "paddingRight": 40 } }, "pr-2": { "style": { "paddingRight": 8 } }, "pr-4": { "style": { "paddingRight": 16 } }, "pr-6": { "style": { "paddingRight": 24 } }, "pt-1": { "style": { "paddingTop": 4 } }, "pt-3": { "style": { "paddingTop": 12 } }, "pt-3.5": { "style": { "paddingTop": 14 } }, "pt-4": { "style": { "paddingTop": 16 } }, "pt-6": { "style": { "paddingTop": 24 } }, "text-center": { "style": { "textAlign": "center" } }, "text-right": { "style": { "textAlign": "right" } }, "text-2xl": { "style": { "fontSize": 24, "lineHeight": 32 } }, "text-3xl": { "style": { "fontSize": 30, "lineHeight": 36 } }, "text-base": { "style": { "fontSize": 16, "lineHeight": 24 } }, "text-lg": { "style": { "fontSize": 18, "lineHeight": 28 } }, "text-sm": { "style": { "fontSize": 14, "lineHeight": 20 } }, "text-xl": { "style": { "fontSize": 20, "lineHeight": 28 } }, "text-xs": { "style": { "fontSize": 12, "lineHeight": 16 } }, "font-bold": { "style": { "fontWeight": "700" } }, "font-medium": { "style": { "fontWeight": "500" } }, "font-semibold": { "style": { "fontWeight": "600" } }, "text-[#27F5B7]": { "style": { "--tw-text-opacity": 1, "color": "rgb(39 245 183 / var(--tw-text-opacity))" } }, "text-[#3B69B8]": { "style": { "--tw-text-opacity": 1, "color": "rgb(59 105 184 / var(--tw-text-opacity))" } }, "text-[#F53030]": { "style": { "--tw-text-opacity": 1, "color": "rgb(245 48 48 / var(--tw-text-opacity))" } }, "text-[#FF669E]": { "style": { "--tw-text-opacity": 1, "color": "rgb(255 102 158 / var(--tw-text-opacity))" } }, "text-[#FFFFFF40]": { "style": { "color": "#FFFFFF40" } }, "text-[#FFFFFF80]": { "style": { "color": "#FFFFFF80" } }, "text-[#FFFFFFB2]": { "style": { "color": "#FFFFFFB2" } }, "text-gray-400": { "style": { "--tw-text-opacity": 1, "color": "rgb(156 163 175 / var(--tw-text-opacity))" } }, "text-red-400": { "style": { "--tw-text-opacity": 1, "color": "rgb(248 113 113 / var(--tw-text-opacity))" } }, "text-red-600": { "style": { "--tw-text-opacity": 1, "color": "rgb(220 38 38 / var(--tw-text-opacity))" } }, "text-white": { "style": { "--tw-text-opacity": 1, "color": "rgb(255 255 255 / var(--tw-text-opacity))" } }, "underline": { "style": { "textDecorationLine": "underline" } }, "opacity-70": { "style": { "opacity": 0.7 } } }