@aslaluroba/help-center-react 3.2.17 → 3.2.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/shared/Button/button.d.ts +1 -1
- package/dist/components/shared/Card/card.d.ts +1 -4
- package/dist/components/ui/agent-response/agent-response.d.ts +2 -1
- package/dist/index.css +1424 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.esm.js +19194 -38923
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +19198 -38927
- package/dist/index.js.map +1 -1
- package/dist/lib/LanguageContext.d.ts +1 -1
- package/dist/lib/custom-hooks/useAblyConnection.d.ts +25 -0
- package/dist/lib/custom-hooks/useActionHandler.d.ts +1 -7
- package/dist/lib/custom-hooks/useChatSession.d.ts +37 -0
- package/dist/lib/custom-hooks/useMessageQueue.d.ts +16 -0
- package/dist/lib/custom-hooks/useReview.d.ts +14 -0
- package/dist/lib/index.d.ts +1 -2
- package/dist/services.d.ts +9 -6
- package/dist/services.esm.js +1 -14348
- package/dist/services.esm.js.map +1 -1
- package/dist/services.js +19 -14344
- package/dist/services.js.map +1 -1
- package/dist/ui/chatbot-popup/chat-window-screen/footer.d.ts +1 -1
- package/dist/ui/chatbot-popup/chat-window-screen/in-chat-review.d.ts +1 -1
- package/dist/ui/chatbot-popup/chat-window-screen/index.d.ts +2 -2
- package/dist/ui/chatbot-popup/options-list-screen/helpscreen-list.d.ts +1 -1
- package/dist/ui/chatbot-popup/options-list-screen/helpscreen-option.d.ts +1 -1
- package/dist/ui/chatbot-popup/options-list-screen/index.d.ts +1 -1
- package/dist/ui/help-center.d.ts +1 -1
- package/dist/ui/help-popup.d.ts +4 -27
- package/dist/ui/review-dialog/index.d.ts +1 -1
- package/package.json +12 -26
- package/postcss.config.js +5 -0
- package/rollup.config.mjs +34 -0
- package/dist/core/AblyService.d.ts +0 -16
- package/dist/core/ApiService.d.ts +0 -16
- package/dist/core/api.d.ts +0 -10
- package/dist/core/token-service.d.ts +0 -10
- package/dist/i18n.d.ts +0 -3
- package/dist/lib/config.d.ts +0 -18
- package/dist/lib/theme-utils.d.ts +0 -10
- package/dist/lib/types.d.ts +0 -145
- package/dist/lib/utils.d.ts +0 -2
- package/src/assets/animatedLogo.gif +0 -0
- package/src/assets/logo.svg +0 -5
- package/src/assets/seperator.svg +0 -5
- package/src/components/index.ts +0 -1
- package/src/components/shared/Button/button.tsx +0 -38
- package/src/components/shared/Button/index.ts +0 -1
- package/src/components/shared/Card/card.tsx +0 -44
- package/src/components/shared/Card/index.ts +0 -1
- package/src/components/shared/index.ts +0 -2
- package/src/components/ui/agent-response/agent-response.tsx +0 -57
- package/src/components/ui/agent-response/doc.md +0 -88
- package/src/components/ui/image-attachment.tsx +0 -119
- package/src/components/ui/image-preview-dialog.tsx +0 -400
- package/src/components/ui/index.ts +0 -3
- package/src/core/AblyService.ts +0 -243
- package/src/core/ApiService.ts +0 -116
- package/src/core/api.ts +0 -278
- package/src/core/token-service.ts +0 -35
- package/src/globals.css +0 -268
- package/src/i18n.ts +0 -21
- package/src/index.ts +0 -19
- package/src/lib/LanguageContext.tsx +0 -28
- package/src/lib/config.ts +0 -52
- package/src/lib/custom-hooks/useActionHandler.ts +0 -102
- package/src/lib/custom-hooks/useTypewriter.ts +0 -26
- package/src/lib/index.ts +0 -4
- package/src/lib/theme-utils.ts +0 -56
- package/src/lib/types.ts +0 -158
- package/src/lib/utils.ts +0 -6
- package/src/locales/ar.json +0 -45
- package/src/locales/en.json +0 -45
- package/src/services.ts +0 -14
- package/src/types/icons.d.ts +0 -6
- package/src/types/svg.d.ts +0 -5
- package/src/types.d.ts +0 -9
- package/src/ui/chatbot-popup/active-chat-actions.tsx +0 -39
- package/src/ui/chatbot-popup/chat-window-screen/action-button.tsx +0 -37
- package/src/ui/chatbot-popup/chat-window-screen/footer.tsx +0 -313
- package/src/ui/chatbot-popup/chat-window-screen/header.tsx +0 -53
- package/src/ui/chatbot-popup/chat-window-screen/in-chat-review.tsx +0 -116
- package/src/ui/chatbot-popup/chat-window-screen/index.tsx +0 -366
- package/src/ui/chatbot-popup/chat-window-screen/typing-indicator.tsx +0 -31
- package/src/ui/chatbot-popup/error-screen/index.tsx +0 -22
- package/src/ui/chatbot-popup/loading-screen/index.tsx +0 -21
- package/src/ui/chatbot-popup/options-list-screen/company-card.tsx +0 -39
- package/src/ui/chatbot-popup/options-list-screen/header.tsx +0 -23
- package/src/ui/chatbot-popup/options-list-screen/helpscreen-intro.tsx +0 -32
- package/src/ui/chatbot-popup/options-list-screen/helpscreen-list.tsx +0 -57
- package/src/ui/chatbot-popup/options-list-screen/helpscreen-option.tsx +0 -56
- package/src/ui/chatbot-popup/options-list-screen/index.tsx +0 -70
- package/src/ui/confirmation-modal/index.tsx +0 -62
- package/src/ui/floating-message.tsx +0 -29
- package/src/ui/help-button.tsx +0 -25
- package/src/ui/help-center.tsx +0 -448
- package/src/ui/help-popup.tsx +0 -367
- package/src/ui/powered-by.tsx +0 -62
- package/src/ui/review-dialog/index.tsx +0 -149
- package/src/ui/review-dialog/rating.tsx +0 -79
- package/src/useLocalTranslation.ts +0 -15
package/dist/index.css
CHANGED
|
@@ -1 +1,1424 @@
|
|
|
1
|
-
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");@layer theme, base, components, utilities;@layer theme{:host,:root{--babylai-font-sans:"Cairo",sans-serif;--babylai-color-red-500:oklch(63.7% 0.237 25.331);--babylai-color-gray-300:oklch(87.2% 0.01 258.338);--babylai-color-black:#000;--babylai-color-white:#fff;--babylai-spacing:0.25rem;--babylai-container-sm:24rem;--babylai-text-xs:0.75rem;--babylai-text-xs--line-height:1.33333;--babylai-text-sm:0.875rem;--babylai-text-sm--line-height:1.42857;--babylai-text-base:1rem;--babylai-text-base--line-height:1.5;--babylai-text-lg:1.125rem;--babylai-text-lg--line-height:1.55556;--babylai-text-xl:1.25rem;--babylai-text-xl--line-height:1.4;--babylai-text-2xl:1.5rem;--babylai-text-2xl--line-height:1.33333;--babylai-font-weight-normal:400;--babylai-font-weight-medium:500;--babylai-font-weight-semibold:600;--babylai-font-weight-bold:700;--babylai-tracking-tight:-0.025em;--babylai-leading-snug:1.375;--babylai-radius-md:0.375rem;--babylai-radius-lg:0.5rem;--babylai-radius-xl:0.75rem;--babylai-radius-2xl:1rem;--babylai-radius-3xl:1.5rem;--babylai-ease-out:cubic-bezier(0,0,0.2,1);--babylai-animate-spin:spin 1s linear infinite;--babylai-animate-pulse:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite;--babylai-blur-sm:8px;--babylai-default-transition-duration:150ms;--babylai-default-transition-timing-function:cubic-bezier(0.4,0,0.2,1);--babylai-color-primary:var(--babylai-primary-color);--babylai-color-primary-100:var(--babylai-primary-color-100);--babylai-color-primary-200:var(--babylai-primary-color-200);--babylai-color-primary-400:var(--babylai-primary-color-400);--babylai-color-primary-500:var(--babylai-primary-color-500);--babylai-color-primary-600:var(--babylai-primary-color-600);--babylai-color-card:var(--babylai-card);--babylai-color-card-foreground:var(--babylai-card-foreground);--babylai-color-secondary:var(--babylai-secondary);--babylai-color-secondary-foreground:var(--babylai-secondary-foreground);--babylai-color-muted:var(--babylai-muted);--babylai-color-muted-foreground:var(--babylai-muted-foreground);--babylai-color-destructive:var(--babylai-destructive);--babylai-color-border:var(--babylai-border);--babylai-color-black-white-50:var(--babylai-black-white-50);--babylai-color-black-white-100:var(--babylai-black-white-100);--babylai-color-black-white-200:var(--babylai-black-white-200);--babylai-color-black-white-300:var(--babylai-black-white-300);--babylai-color-black-white-500:var(--babylai-black-white-500);--babylai-color-black-white-700:var(--babylai-black-white-700)}}@layer utilities{.babylai\:sr-only{border-width:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.babylai\:absolute{position:absolute}.babylai\:fixed{position:fixed}.babylai\:relative{position:relative}.babylai\:sticky{position:sticky}.babylai\:inset-0{inset:calc(var(--babylai-spacing)*0)}.babylai\:inset-auto{inset:auto}.babylai\:-top-2{top:calc(var(--babylai-spacing)*-2)}.babylai\:top-1\/2{top:50%}.babylai\:top-4{top:calc(var(--babylai-spacing)*4)}.babylai\:-right-2{right:calc(var(--babylai-spacing)*-2)}.babylai\:right-0{right:calc(var(--babylai-spacing)*0)}.babylai\:right-1\/2{right:50%}.babylai\:right-4{right:calc(var(--babylai-spacing)*4)}.babylai\:bottom-0{bottom:calc(var(--babylai-spacing)*0)}.babylai\:bottom-4{bottom:calc(var(--babylai-spacing)*4)}.babylai\:bottom-11{bottom:calc(var(--babylai-spacing)*11)}.babylai\:bottom-16{bottom:calc(var(--babylai-spacing)*16)}.babylai\:bottom-24{bottom:calc(var(--babylai-spacing)*24)}.babylai\:left-0{left:calc(var(--babylai-spacing)*0)}.babylai\:left-1\/2{left:50%}.babylai\:left-4{left:calc(var(--babylai-spacing)*4)}.babylai\:z-10{z-index:10}.babylai\:z-20{z-index:20}.babylai\:z-50{z-index:50}.babylai\:z-60{z-index:60}.babylai\:z-9999{z-index:9999}.babylai\:m-0{margin:calc(var(--babylai-spacing)*0)}.babylai\:mx-1{margin-inline:calc(var(--babylai-spacing)*1)}.babylai\:mx-4{margin-inline:calc(var(--babylai-spacing)*4)}.babylai\:my-4{margin-block:calc(var(--babylai-spacing)*4)}.babylai\:my-6{margin-block:calc(var(--babylai-spacing)*6)}.babylai\:ms-auto{margin-inline-start:auto}.babylai\:me-3{margin-inline-end:calc(var(--babylai-spacing)*3)}.babylai\:mt-6{margin-top:calc(var(--babylai-spacing)*6)}.babylai\:mb-1{margin-bottom:calc(var(--babylai-spacing)*1)}.babylai\:mb-2{margin-bottom:calc(var(--babylai-spacing)*2)}.babylai\:mb-2\!{margin-bottom:calc(var(--babylai-spacing)*2)!important}.babylai\:mb-4{margin-bottom:calc(var(--babylai-spacing)*4)}.babylai\:mb-6{margin-bottom:calc(var(--babylai-spacing)*6)}.babylai\:ml-2{margin-left:calc(var(--babylai-spacing)*2)}.babylai\:box-border{box-sizing:border-box}.babylai\:flex{display:flex}.babylai\:grid{display:grid}.babylai\:hidden{display:none}.babylai\:inline-block{display:inline-block}.babylai\:inline-flex{display:inline-flex}.babylai\:aspect-square{aspect-ratio:1/1}.babylai\:h-1\.5{height:calc(var(--babylai-spacing)*1.5)}.babylai\:h-3{height:calc(var(--babylai-spacing)*3)}.babylai\:h-4{height:calc(var(--babylai-spacing)*4)}.babylai\:h-5{height:calc(var(--babylai-spacing)*5)}.babylai\:h-6{height:calc(var(--babylai-spacing)*6)}.babylai\:h-7{height:calc(var(--babylai-spacing)*7)}.babylai\:h-8{height:calc(var(--babylai-spacing)*8)}.babylai\:h-9{height:calc(var(--babylai-spacing)*9)}.babylai\:h-10{height:calc(var(--babylai-spacing)*10)}.babylai\:h-12{height:calc(var(--babylai-spacing)*12)}.babylai\:h-13{height:calc(var(--babylai-spacing)*13)}.babylai\:h-16{height:calc(var(--babylai-spacing)*16)}.babylai\:h-20{height:calc(var(--babylai-spacing)*20)}.babylai\:h-\[calc\(100vh-220px\)\]{height:calc(100vh - 220px)}.babylai\:h-full{height:100%}.babylai\:max-h-\[85vh\]{max-height:85vh}.babylai\:max-h-\[800px\]{max-height:800px}.babylai\:max-h-full{max-height:100%}.babylai\:min-h-20{min-height:calc(var(--babylai-spacing)*20)}.babylai\:w-1\.5{width:calc(var(--babylai-spacing)*1.5)}.babylai\:w-3{width:calc(var(--babylai-spacing)*3)}.babylai\:w-4{width:calc(var(--babylai-spacing)*4)}.babylai\:w-5{width:calc(var(--babylai-spacing)*5)}.babylai\:w-6{width:calc(var(--babylai-spacing)*6)}.babylai\:w-7{width:calc(var(--babylai-spacing)*7)}.babylai\:w-8{width:calc(var(--babylai-spacing)*8)}.babylai\:w-9{width:calc(var(--babylai-spacing)*9)}.babylai\:w-10{width:calc(var(--babylai-spacing)*10)}.babylai\:w-12{width:calc(var(--babylai-spacing)*12)}.babylai\:w-13{width:calc(var(--babylai-spacing)*13)}.babylai\:w-15{width:calc(var(--babylai-spacing)*15)}.babylai\:w-16{width:calc(var(--babylai-spacing)*16)}.babylai\:w-20{width:calc(var(--babylai-spacing)*20)}.babylai\:w-full{width:100%}.babylai\:w-px{width:1px}.babylai\:max-w-\[50px\]{max-width:50px}.babylai\:max-w-\[80\%\]{max-width:80%}.babylai\:max-w-\[90vw\]{max-width:90vw}.babylai\:max-w-\[200px\]{max-width:200px}.babylai\:max-w-\[220px\]{max-width:220px}.babylai\:max-w-full{max-width:100%}.babylai\:max-w-sm{max-width:var(--babylai-container-sm)}.babylai\:min-w-0{min-width:calc(var(--babylai-spacing)*0)}.babylai\:min-w-12{min-width:calc(var(--babylai-spacing)*12)}.babylai\:flex-1{flex:1}.babylai\:shrink-0{flex-shrink:0}.babylai\:-translate-x-1\/2{--tw-translate-x:-50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.babylai\:translate-x-1\/2{--tw-translate-x:50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.babylai\:-translate-y-1\/2{--tw-translate-y:-50%}.babylai\:-translate-y-1\/2,.babylai\:translate-y-0{translate:var(--tw-translate-x) var(--tw-translate-y)}.babylai\:translate-y-0{--tw-translate-y:calc(var(--babylai-spacing)*0)}.babylai\:translate-y-2{--tw-translate-y:calc(var(--babylai-spacing)*2);translate:var(--tw-translate-x) var(--tw-translate-y)}.babylai\:scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x) var(--tw-scale-y)}.babylai\:scale-\[0\.96\]{scale:.96}.babylai\:rotate-180{rotate:180deg}.babylai\:animate-\[float_2s_infinite_ease-in-out\]{animation:float 2s ease-in-out infinite}.babylai\:animate-pulse{animation:var(--babylai-animate-pulse)}.babylai\:animate-spin{animation:var(--babylai-animate-spin)}.babylai\:cursor-default{cursor:default}.babylai\:cursor-pointer{cursor:pointer}.babylai\:resize-none{resize:none}.babylai\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.babylai\:flex-col{flex-direction:column}.babylai\:flex-row{flex-direction:row}.babylai\:flex-wrap{flex-wrap:wrap}.babylai\:items-center{align-items:center}.babylai\:items-end{align-items:flex-end}.babylai\:justify-between{justify-content:space-between}.babylai\:justify-center{justify-content:center}.babylai\:justify-end{justify-content:flex-end}.babylai\:justify-start{justify-content:flex-start}.babylai\:gap-0\.5{gap:calc(var(--babylai-spacing)*.5)}.babylai\:gap-1{gap:calc(var(--babylai-spacing)*1)}.babylai\:gap-2{gap:calc(var(--babylai-spacing)*2)}.babylai\:gap-2\.5{gap:calc(var(--babylai-spacing)*2.5)}.babylai\:gap-3{gap:calc(var(--babylai-spacing)*3)}.babylai\:gap-4{gap:calc(var(--babylai-spacing)*4)}.babylai\:gap-6{gap:calc(var(--babylai-spacing)*6)}.babylai\:gap-8{gap:calc(var(--babylai-spacing)*8)}.babylai\:space-y-1\.5{:where(&>:not(:last-child)){--tw-space-y-reverse:0;margin-block-end:calc(var(--babylai-spacing)*1.5*(1 - var(--tw-space-y-reverse)));margin-block-start:calc(var(--babylai-spacing)*1.5*var(--tw-space-y-reverse))}}.babylai\:overflow-auto{overflow:auto}.babylai\:overflow-hidden{overflow:hidden}.babylai\:overflow-y-auto{overflow-y:auto}.babylai\:rounded-2xl{border-radius:var(--babylai-radius-2xl)}.babylai\:rounded-3xl{border-radius:var(--babylai-radius-3xl)}.babylai\:rounded-full{border-radius:calc(infinity * 1px)}.babylai\:rounded-lg{border-radius:var(--babylai-radius-lg)}.babylai\:rounded-md{border-radius:var(--babylai-radius-md)}.babylai\:rounded-xl{border-radius:var(--babylai-radius-xl)}.babylai\:border{border-style:var(--tw-border-style);border-width:1px}.babylai\:border-0{border-style:var(--tw-border-style);border-width:0}.babylai\:border-2{border-style:var(--tw-border-style);border-width:2px}.babylai\:border-\[0\.5px\]{border-style:var(--tw-border-style);border-width:.5px}.babylai\:border-e{border-inline-end-style:var(--tw-border-style);border-inline-end-width:1px}.babylai\:border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.babylai\:border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.babylai\:border-none{--tw-border-style:none;border-style:none}.babylai\:border-black-white-50{border-color:var(--babylai-color-black-white-50)}.babylai\:border-black-white-200{border-color:var(--babylai-color-black-white-200)}.babylai\:border-border{border-color:var(--babylai-color-border)}.babylai\:border-destructive{border-color:var(--babylai-color-destructive)}.babylai\:border-primary{border-color:var(--babylai-color-primary)}.babylai\:border-white{border-color:var(--babylai-color-white)}.babylai\:border-t-transparent{border-top-color:transparent}.babylai\:bg-black{background-color:var(--babylai-color-black)}.babylai\:bg-black-white-50{background-color:var(--babylai-color-black-white-50)}.babylai\:bg-black-white-100{background-color:var(--babylai-color-black-white-100)}.babylai\:bg-black\/50,.babylai\:bg-black\/60{background-color:var(--babylai-color-black);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--babylai-color-black) 60%,transparent)}}.babylai\:bg-card{background-color:var(--babylai-color-card)}.babylai\:bg-current{background-color:currentcolor}.babylai\:bg-destructive{background-color:var(--babylai-color-destructive)}.babylai\:bg-muted{background-color:var(--babylai-color-muted)}.babylai\:bg-primary{background-color:var(--babylai-color-primary)}.babylai\:bg-primary-500{background-color:var(--babylai-color-primary-500)}.babylai\:bg-primary\/15{background-color:var(--babylai-color-primary);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--babylai-color-primary) 15%,transparent)}}.babylai\:bg-red-500{background-color:var(--babylai-color-red-500)}.babylai\:bg-secondary{background-color:var(--babylai-color-secondary)}.babylai\:bg-transparent{background-color:transparent}.babylai\:bg-white,.babylai\:bg-white\/20{background-color:var(--babylai-color-white);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--babylai-color-white) 20%,transparent)}}.babylai\:bg-linear-to-t{--tw-gradient-position:to top;@supports (background-image:linear-gradient(in lab,red,red)){--tw-gradient-position:to top in oklab}background-image:linear-gradient(var(--tw-gradient-stops))}.babylai\:from-card{--tw-gradient-from:var(--babylai-color-card);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.babylai\:from-\[28\.32\%\]{--tw-gradient-from-position:28.32%}.babylai\:to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from) var(--tw-gradient-from-position),var(--tw-gradient-to) var(--tw-gradient-to-position))}.babylai\:to-\[112\.59\%\]{--tw-gradient-to-position:112.59%}.babylai\:fill-\[\#F49E00\]{fill:#f49e00}.babylai\:object-contain{object-fit:contain}.babylai\:object-cover{object-fit:cover}.babylai\:p-0{padding:calc(var(--babylai-spacing)*0)}.babylai\:p-2{padding:calc(var(--babylai-spacing)*2)}.babylai\:p-3{padding:calc(var(--babylai-spacing)*3)}.babylai\:p-4{padding:calc(var(--babylai-spacing)*4)}.babylai\:p-5{padding:calc(var(--babylai-spacing)*5)}.babylai\:p-6{padding:calc(var(--babylai-spacing)*6)}.babylai\:p-\[3px\]{padding:3px}.babylai\:px-2{padding-inline:calc(var(--babylai-spacing)*2)}.babylai\:px-3{padding-inline:calc(var(--babylai-spacing)*3)}.babylai\:px-4{padding-inline:calc(var(--babylai-spacing)*4)}.babylai\:px-6{padding-inline:calc(var(--babylai-spacing)*6)}.babylai\:py-2{padding-block:calc(var(--babylai-spacing)*2)}.babylai\:py-3{padding-block:calc(var(--babylai-spacing)*3)}.babylai\:py-4{padding-block:calc(var(--babylai-spacing)*4)}.babylai\:py-6{padding-block:calc(var(--babylai-spacing)*6)}.babylai\:py-28{padding-block:calc(var(--babylai-spacing)*28)}.babylai\:pe-2{padding-inline-end:calc(var(--babylai-spacing)*2)}.babylai\:pt-0{padding-top:calc(var(--babylai-spacing)*0)}.babylai\:pt-6{padding-top:calc(var(--babylai-spacing)*6)}.babylai\:pb-4{padding-bottom:calc(var(--babylai-spacing)*4)}.babylai\:pb-5{padding-bottom:calc(var(--babylai-spacing)*5)}.babylai\:pb-6{padding-bottom:calc(var(--babylai-spacing)*6)}.babylai\:text-center{text-align:center}.babylai\:text-start{text-align:start}.babylai\:font-sans{font-family:var(--babylai-font-sans)}.babylai\:text-2xl\!{font-size:var(--babylai-text-2xl)!important;line-height:var(--tw-leading,var(--babylai-text-2xl--line-height))!important}.babylai\:text-base{font-size:var(--babylai-text-base);line-height:var(--tw-leading,var(--babylai-text-base--line-height))}.babylai\:text-base\!{font-size:var(--babylai-text-base)!important;line-height:var(--tw-leading,var(--babylai-text-base--line-height))!important}.babylai\:text-lg{font-size:var(--babylai-text-lg);line-height:var(--tw-leading,var(--babylai-text-lg--line-height))}.babylai\:text-lg\!{font-size:var(--babylai-text-lg)!important;line-height:var(--tw-leading,var(--babylai-text-lg--line-height))!important}.babylai\:text-sm{font-size:var(--babylai-text-sm);line-height:var(--tw-leading,var(--babylai-text-sm--line-height))}.babylai\:text-xl\!{font-size:var(--babylai-text-xl)!important;line-height:var(--tw-leading,var(--babylai-text-xl--line-height))!important}.babylai\:text-xs{font-size:var(--babylai-text-xs);line-height:var(--tw-leading,var(--babylai-text-xs--line-height))}.babylai\:leading-none{--tw-leading:1;line-height:1}.babylai\:leading-snug{--tw-leading:var(--babylai-leading-snug);line-height:var(--babylai-leading-snug)}.babylai\:font-bold{--tw-font-weight:var(--babylai-font-weight-bold);font-weight:var(--babylai-font-weight-bold)}.babylai\:font-bold\!{--tw-font-weight:var(--babylai-font-weight-bold)!important;font-weight:var(--babylai-font-weight-bold)!important}.babylai\:font-medium{--tw-font-weight:var(--babylai-font-weight-medium);font-weight:var(--babylai-font-weight-medium)}.babylai\:font-normal{--tw-font-weight:var(--babylai-font-weight-normal);font-weight:var(--babylai-font-weight-normal)}.babylai\:font-semibold{--tw-font-weight:var(--babylai-font-weight-semibold);font-weight:var(--babylai-font-weight-semibold)}.babylai\:font-semibold\!{--tw-font-weight:var(--babylai-font-weight-semibold)!important;font-weight:var(--babylai-font-weight-semibold)!important}.babylai\:tracking-tight{--tw-tracking:var(--babylai-tracking-tight);letter-spacing:var(--babylai-tracking-tight)}.babylai\:wrap-break-word{overflow-wrap:break-word}.babylai\:text-\[\#F49E00\]{color:#f49e00}.babylai\:text-black-white-50{color:var(--babylai-color-black-white-50)}.babylai\:text-black-white-300{color:var(--babylai-color-black-white-300)}.babylai\:text-black-white-500{color:var(--babylai-color-black-white-500)}.babylai\:text-black-white-700{color:var(--babylai-color-black-white-700)}.babylai\:text-card-foreground{color:var(--babylai-color-card-foreground)}.babylai\:text-destructive{color:var(--babylai-color-destructive)}.babylai\:text-gray-300{color:var(--babylai-color-gray-300)}.babylai\:text-muted-foreground{color:var(--babylai-color-muted-foreground)}.babylai\:text-primary{color:var(--babylai-color-primary)}.babylai\:text-primary-500{color:var(--babylai-color-primary-500)}.babylai\:text-secondary-foreground{color:var(--babylai-color-secondary-foreground)}.babylai\:text-white{color:var(--babylai-color-white)}.babylai\:no-underline{text-decoration-line:none}.babylai\:opacity-0{opacity:0}.babylai\:opacity-100{opacity:100%}.babylai\:shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,rgba(0,0,0,.1)),0 1px 2px -1px var(--tw-shadow-color,rgba(0,0,0,.1))}.babylai\:shadow,.babylai\:shadow-lg{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.babylai\:shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,rgba(0,0,0,.1)),0 4px 6px -4px var(--tw-shadow-color,rgba(0,0,0,.1))}.babylai\:shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,rgba(0,0,0,.1)),0 2px 4px -2px var(--tw-shadow-color,rgba(0,0,0,.1))}.babylai\:shadow-md,.babylai\:shadow-sm{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.babylai\:shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,rgba(0,0,0,.1)),0 1px 2px -1px var(--tw-shadow-color,rgba(0,0,0,.1))}.babylai\:ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.babylai\:ring-primary-500{--tw-ring-color:var(--babylai-color-primary-500)}.babylai\:backdrop-blur-sm{--tw-backdrop-blur:blur(var(--babylai-blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.babylai\:transition-all{transition-duration:var(--tw-duration,var(--babylai-default-transition-duration));transition-property:all;transition-timing-function:var(--tw-ease,var(--babylai-default-transition-timing-function))}.babylai\:transition-colors{transition-duration:var(--tw-duration,var(--babylai-default-transition-duration));transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--babylai-default-transition-timing-function))}.babylai\:transition-opacity{transition-duration:var(--tw-duration,var(--babylai-default-transition-duration));transition-property:opacity;transition-timing-function:var(--tw-ease,var(--babylai-default-transition-timing-function))}.babylai\:duration-200{--tw-duration:200ms;transition-duration:.2s}.babylai\:duration-\[250ms\]{--tw-duration:250ms;transition-duration:.25s}.babylai\:ease-out{--tw-ease:var(--babylai-ease-out);transition-timing-function:var(--babylai-ease-out)}.babylai\:outline-none{--tw-outline-style:none;outline-style:none}.babylai\:select-none{-webkit-user-select:none;user-select:none}.babylai\:hover\:border-primary-200{&:hover{@media (hover:hover){border-color:var(--babylai-color-primary-200)}}}.babylai\:hover\:border-primary-600{&:hover{@media (hover:hover){border-color:var(--babylai-color-primary-600)}}}.babylai\:hover\:bg-primary-100{&:hover{@media (hover:hover){background-color:var(--babylai-color-primary-100)}}}.babylai\:hover\:bg-primary-400{&:hover{@media (hover:hover){background-color:var(--babylai-color-primary-400)}}}.babylai\:hover\:bg-primary-600{&:hover{@media (hover:hover){background-color:var(--babylai-color-primary-600)}}}.babylai\:hover\:bg-secondary\/80{&:hover{@media (hover:hover){background-color:var(--babylai-color-secondary);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--babylai-color-secondary) 80%,transparent)}}}}.babylai\:hover\:bg-white\/10{&:hover{@media (hover:hover){background-color:var(--babylai-color-white);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--babylai-color-white) 10%,transparent)}}}}.babylai\:hover\:text-primary-500{&:hover{@media (hover:hover){color:var(--babylai-color-primary-500)}}}.babylai\:hover\:text-white{&:hover{@media (hover:hover){color:var(--babylai-color-white)}}}.babylai\:hover\:text-white\/80{&:hover{@media (hover:hover){color:var(--babylai-color-white);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--babylai-color-white) 80%,transparent)}}}}.babylai\:hover\:opacity-80{&:hover{@media (hover:hover){opacity:80%}}}.babylai\:active\:scale-\[0\.98\]{&:active{scale:.98}}.babylai\:active\:opacity-95{&:active{opacity:95%}}.babylai\:disabled\:cursor-not-allowed{&:disabled{cursor:not-allowed}}.babylai\:disabled\:border-black-white-300{&:disabled{border-color:var(--babylai-color-black-white-300)}}.babylai\:disabled\:bg-black-white-300{&:disabled{background-color:var(--babylai-color-black-white-300)}}.babylai\:disabled\:bg-secondary{&:disabled{background-color:var(--babylai-color-secondary)}}.babylai\:disabled\:text-white{&:disabled{color:var(--babylai-color-white)}}.babylai\:disabled\:opacity-30{&:disabled{opacity:30%}}.babylai\:disabled\:opacity-50{&:disabled{opacity:50%}}}:root{--babylai-font-sans:"Cairo",sans-serif;--babylai-black-white-50:#fff;--babylai-black-white-100:#f3f3f3;--babylai-black-white-200:#e2e2e2;--babylai-black-white-300:#919191;--babylai-black-white-400:#606060;--babylai-black-white-500:#333;--babylai-black-white-600:#1f1f1f;--babylai-black-white-700:#171717;--babylai-black-white-800:#0a0a0a;--babylai-black-white-900:#050505;--babylai-black-white-950:#000;--babylai-black-white-default:#333;--babylai-primary-color:#ad49e1;--babylai-primary-color-100:#f6ecfc;--babylai-primary-color-200:#deb6f3;--babylai-primary-color-300:#d49cee;--babylai-primary-color-400:#c57fea;--babylai-primary-color-500:#ad49e1;--babylai-primary-color-600:#672b87;--babylai-primary-color-700:#451d5a;--babylai-primary-color-800:#220e2d;--babylai-primary-color-900:#110716;--babylai-primary-color-950:#0a0310;--babylai-background:var(--babylai-black-white-50);--babylai-card:var(--babylai-black-white-50);--babylai-card-foreground:var(--babylai-black-white-500);--babylai-secondary:var(--babylai-black-white-100);--babylai-secondary-foreground:var(--babylai-black-white-500);--babylai-muted:var(--babylai-black-white-100);--babylai-muted-foreground:var(--babylai-black-white-400);--babylai-destructive:#ef4444;--babylai-destructive-foreground:var(--babylai-black-white-50);--babylai-border:var(--babylai-black-white-200);--babylai-ring:var(--babylai-primary-color);--babylai-radius:0.5rem}.babylai-typing-dot{animation:typing-dot 1.4s ease-in-out infinite}.babylai-typing-dot:first-child{animation-delay:0ms}.babylai-typing-dot:nth-child(2){animation-delay:.2s}.babylai-typing-dot:nth-child(3){animation-delay:.4s}.babylai-theme-root{--babylai-color-primary:var(--babylai-primary-color);--babylai-color-primary-100:var(--babylai-primary-color-100);--babylai-color-primary-200:var(--babylai-primary-color-200);--babylai-color-primary-300:var(--babylai-primary-color-300);--babylai-color-primary-400:var(--babylai-primary-color-400);--babylai-color-primary-500:var(--babylai-primary-color-500);--babylai-color-primary-600:var(--babylai-primary-color-600);--babylai-color-primary-700:var(--babylai-primary-color-700);--babylai-color-primary-800:var(--babylai-primary-color-800);--babylai-color-primary-900:var(--babylai-primary-color-900);--babylai-color-primary-950:var(--babylai-primary-color-950);--ring:var(--babylai-primary-color);--color-ring:var(--babylai-primary-color);font-family:var(--babylai-font-sans);*{box-sizing:border-box}button{font:inherit}input,textarea{font-family:inherit}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}h1,h2,h3,h4,h5,h6,p{margin:0}ol,ul{list-style:auto;margin-block-end:1rem;margin-block-start:1rem;padding-inline-start:40px}}.bg-header{background:linear-gradient(171deg,var(--babylai-primary-color) -131.06%,var(--babylai-black-white-50) 89.82%);@supports (color:color-mix(in lab,red,red)){background:linear-gradient(171deg,color-mix(in srgb,var(--babylai-primary-color) 25%,transparent) -131.06%,color-mix(in srgb,var(--babylai-black-white-50) 25%,transparent) 89.82%)}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes typing-dot{0%,60%,to{opacity:.35;transform:scale(.85)}30%{opacity:1;transform:scale(1)}}@layer properties{@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{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}
|
|
1
|
+
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
|
|
3
|
+
@layer properties;
|
|
4
|
+
@layer theme {
|
|
5
|
+
:root, :host {
|
|
6
|
+
--babylai-font-sans: "Cairo", sans-serif;
|
|
7
|
+
--babylai-color-red-500: oklch(63.7% 0.237 25.331);
|
|
8
|
+
--babylai-color-gray-300: oklch(87.2% 0.01 258.338);
|
|
9
|
+
--babylai-color-black: #000;
|
|
10
|
+
--babylai-color-white: #fff;
|
|
11
|
+
--babylai-spacing: 0.25rem;
|
|
12
|
+
--babylai-container-sm: 24rem;
|
|
13
|
+
--babylai-text-xs: 0.75rem;
|
|
14
|
+
--babylai-text-xs--line-height: calc(1 / 0.75);
|
|
15
|
+
--babylai-text-sm: 0.875rem;
|
|
16
|
+
--babylai-text-sm--line-height: calc(1.25 / 0.875);
|
|
17
|
+
--babylai-text-base: 1rem;
|
|
18
|
+
--babylai-text-base--line-height: calc(1.5 / 1);
|
|
19
|
+
--babylai-text-lg: 1.125rem;
|
|
20
|
+
--babylai-text-lg--line-height: calc(1.75 / 1.125);
|
|
21
|
+
--babylai-text-xl: 1.25rem;
|
|
22
|
+
--babylai-text-xl--line-height: calc(1.75 / 1.25);
|
|
23
|
+
--babylai-text-2xl: 1.5rem;
|
|
24
|
+
--babylai-text-2xl--line-height: calc(2 / 1.5);
|
|
25
|
+
--babylai-font-weight-normal: 400;
|
|
26
|
+
--babylai-font-weight-medium: 500;
|
|
27
|
+
--babylai-font-weight-semibold: 600;
|
|
28
|
+
--babylai-font-weight-bold: 700;
|
|
29
|
+
--babylai-tracking-tight: -0.025em;
|
|
30
|
+
--babylai-leading-snug: 1.375;
|
|
31
|
+
--babylai-radius-md: 0.375rem;
|
|
32
|
+
--babylai-radius-lg: 0.5rem;
|
|
33
|
+
--babylai-radius-xl: 0.75rem;
|
|
34
|
+
--babylai-radius-2xl: 1rem;
|
|
35
|
+
--babylai-radius-3xl: 1.5rem;
|
|
36
|
+
--babylai-ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
37
|
+
--babylai-animate-spin: spin 1s linear infinite;
|
|
38
|
+
--babylai-animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
39
|
+
--babylai-blur-sm: 8px;
|
|
40
|
+
--babylai-default-transition-duration: 150ms;
|
|
41
|
+
--babylai-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
42
|
+
--babylai-color-primary: var(--babylai-primary-color);
|
|
43
|
+
--babylai-color-primary-100: var(--babylai-primary-color-100);
|
|
44
|
+
--babylai-color-primary-200: var(--babylai-primary-color-200);
|
|
45
|
+
--babylai-color-primary-400: var(--babylai-primary-color-400);
|
|
46
|
+
--babylai-color-primary-500: var(--babylai-primary-color-500);
|
|
47
|
+
--babylai-color-primary-600: var(--babylai-primary-color-600);
|
|
48
|
+
--babylai-color-card: var(--babylai-card);
|
|
49
|
+
--babylai-color-card-foreground: var(--babylai-card-foreground);
|
|
50
|
+
--babylai-color-secondary: var(--babylai-secondary);
|
|
51
|
+
--babylai-color-secondary-foreground: var(--babylai-secondary-foreground);
|
|
52
|
+
--babylai-color-muted: var(--babylai-muted);
|
|
53
|
+
--babylai-color-muted-foreground: var(--babylai-muted-foreground);
|
|
54
|
+
--babylai-color-destructive: var(--babylai-destructive);
|
|
55
|
+
--babylai-color-border: var(--babylai-border);
|
|
56
|
+
--babylai-color-black-white-50: var(--babylai-black-white-50);
|
|
57
|
+
--babylai-color-black-white-100: var(--babylai-black-white-100);
|
|
58
|
+
--babylai-color-black-white-200: var(--babylai-black-white-200);
|
|
59
|
+
--babylai-color-black-white-300: var(--babylai-black-white-300);
|
|
60
|
+
--babylai-color-black-white-500: var(--babylai-black-white-500);
|
|
61
|
+
--babylai-color-black-white-700: var(--babylai-black-white-700);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
@layer utilities {
|
|
65
|
+
.babylai\:sr-only {
|
|
66
|
+
position: absolute;
|
|
67
|
+
width: 1px;
|
|
68
|
+
height: 1px;
|
|
69
|
+
padding: 0;
|
|
70
|
+
margin: -1px;
|
|
71
|
+
overflow: hidden;
|
|
72
|
+
clip-path: inset(50%);
|
|
73
|
+
white-space: nowrap;
|
|
74
|
+
border-width: 0;
|
|
75
|
+
}
|
|
76
|
+
.babylai\:absolute {
|
|
77
|
+
position: absolute;
|
|
78
|
+
}
|
|
79
|
+
.babylai\:fixed {
|
|
80
|
+
position: fixed;
|
|
81
|
+
}
|
|
82
|
+
.babylai\:relative {
|
|
83
|
+
position: relative;
|
|
84
|
+
}
|
|
85
|
+
.babylai\:sticky {
|
|
86
|
+
position: sticky;
|
|
87
|
+
}
|
|
88
|
+
.babylai\:inset-0 {
|
|
89
|
+
inset: calc(var(--babylai-spacing) * 0);
|
|
90
|
+
}
|
|
91
|
+
.babylai\:inset-auto {
|
|
92
|
+
inset: auto;
|
|
93
|
+
}
|
|
94
|
+
.babylai\:-top-2 {
|
|
95
|
+
top: calc(var(--babylai-spacing) * -2);
|
|
96
|
+
}
|
|
97
|
+
.babylai\:top-1\/2 {
|
|
98
|
+
top: calc(1 / 2 * 100%);
|
|
99
|
+
}
|
|
100
|
+
.babylai\:top-4 {
|
|
101
|
+
top: calc(var(--babylai-spacing) * 4);
|
|
102
|
+
}
|
|
103
|
+
.babylai\:-right-2 {
|
|
104
|
+
right: calc(var(--babylai-spacing) * -2);
|
|
105
|
+
}
|
|
106
|
+
.babylai\:right-0 {
|
|
107
|
+
right: calc(var(--babylai-spacing) * 0);
|
|
108
|
+
}
|
|
109
|
+
.babylai\:right-1\/2 {
|
|
110
|
+
right: calc(1 / 2 * 100%);
|
|
111
|
+
}
|
|
112
|
+
.babylai\:right-4 {
|
|
113
|
+
right: calc(var(--babylai-spacing) * 4);
|
|
114
|
+
}
|
|
115
|
+
.babylai\:bottom-0 {
|
|
116
|
+
bottom: calc(var(--babylai-spacing) * 0);
|
|
117
|
+
}
|
|
118
|
+
.babylai\:bottom-4 {
|
|
119
|
+
bottom: calc(var(--babylai-spacing) * 4);
|
|
120
|
+
}
|
|
121
|
+
.babylai\:bottom-11 {
|
|
122
|
+
bottom: calc(var(--babylai-spacing) * 11);
|
|
123
|
+
}
|
|
124
|
+
.babylai\:bottom-16 {
|
|
125
|
+
bottom: calc(var(--babylai-spacing) * 16);
|
|
126
|
+
}
|
|
127
|
+
.babylai\:bottom-24 {
|
|
128
|
+
bottom: calc(var(--babylai-spacing) * 24);
|
|
129
|
+
}
|
|
130
|
+
.babylai\:left-0 {
|
|
131
|
+
left: calc(var(--babylai-spacing) * 0);
|
|
132
|
+
}
|
|
133
|
+
.babylai\:left-1\/2 {
|
|
134
|
+
left: calc(1 / 2 * 100%);
|
|
135
|
+
}
|
|
136
|
+
.babylai\:left-4 {
|
|
137
|
+
left: calc(var(--babylai-spacing) * 4);
|
|
138
|
+
}
|
|
139
|
+
.babylai\:z-10 {
|
|
140
|
+
z-index: 10;
|
|
141
|
+
}
|
|
142
|
+
.babylai\:z-20 {
|
|
143
|
+
z-index: 20;
|
|
144
|
+
}
|
|
145
|
+
.babylai\:z-50 {
|
|
146
|
+
z-index: 50;
|
|
147
|
+
}
|
|
148
|
+
.babylai\:z-60 {
|
|
149
|
+
z-index: 60;
|
|
150
|
+
}
|
|
151
|
+
.babylai\:z-9999 {
|
|
152
|
+
z-index: 9999;
|
|
153
|
+
}
|
|
154
|
+
.babylai\:m-0 {
|
|
155
|
+
margin: calc(var(--babylai-spacing) * 0);
|
|
156
|
+
}
|
|
157
|
+
.babylai\:mx-1 {
|
|
158
|
+
margin-inline: calc(var(--babylai-spacing) * 1);
|
|
159
|
+
}
|
|
160
|
+
.babylai\:mx-4 {
|
|
161
|
+
margin-inline: calc(var(--babylai-spacing) * 4);
|
|
162
|
+
}
|
|
163
|
+
.babylai\:my-4 {
|
|
164
|
+
margin-block: calc(var(--babylai-spacing) * 4);
|
|
165
|
+
}
|
|
166
|
+
.babylai\:my-6 {
|
|
167
|
+
margin-block: calc(var(--babylai-spacing) * 6);
|
|
168
|
+
}
|
|
169
|
+
.babylai\:ms-auto {
|
|
170
|
+
margin-inline-start: auto;
|
|
171
|
+
}
|
|
172
|
+
.babylai\:me-3 {
|
|
173
|
+
margin-inline-end: calc(var(--babylai-spacing) * 3);
|
|
174
|
+
}
|
|
175
|
+
.babylai\:mt-6 {
|
|
176
|
+
margin-top: calc(var(--babylai-spacing) * 6);
|
|
177
|
+
}
|
|
178
|
+
.babylai\:mb-1 {
|
|
179
|
+
margin-bottom: calc(var(--babylai-spacing) * 1);
|
|
180
|
+
}
|
|
181
|
+
.babylai\:mb-2 {
|
|
182
|
+
margin-bottom: calc(var(--babylai-spacing) * 2);
|
|
183
|
+
}
|
|
184
|
+
.babylai\:mb-2\! {
|
|
185
|
+
margin-bottom: calc(var(--babylai-spacing) * 2) !important;
|
|
186
|
+
}
|
|
187
|
+
.babylai\:mb-4 {
|
|
188
|
+
margin-bottom: calc(var(--babylai-spacing) * 4);
|
|
189
|
+
}
|
|
190
|
+
.babylai\:mb-6 {
|
|
191
|
+
margin-bottom: calc(var(--babylai-spacing) * 6);
|
|
192
|
+
}
|
|
193
|
+
.babylai\:ml-2 {
|
|
194
|
+
margin-left: calc(var(--babylai-spacing) * 2);
|
|
195
|
+
}
|
|
196
|
+
.babylai\:box-border {
|
|
197
|
+
box-sizing: border-box;
|
|
198
|
+
}
|
|
199
|
+
.babylai\:flex {
|
|
200
|
+
display: flex;
|
|
201
|
+
}
|
|
202
|
+
.babylai\:grid {
|
|
203
|
+
display: grid;
|
|
204
|
+
}
|
|
205
|
+
.babylai\:hidden {
|
|
206
|
+
display: none;
|
|
207
|
+
}
|
|
208
|
+
.babylai\:inline-block {
|
|
209
|
+
display: inline-block;
|
|
210
|
+
}
|
|
211
|
+
.babylai\:inline-flex {
|
|
212
|
+
display: inline-flex;
|
|
213
|
+
}
|
|
214
|
+
.babylai\:aspect-square {
|
|
215
|
+
aspect-ratio: 1 / 1;
|
|
216
|
+
}
|
|
217
|
+
.babylai\:h-1\.5 {
|
|
218
|
+
height: calc(var(--babylai-spacing) * 1.5);
|
|
219
|
+
}
|
|
220
|
+
.babylai\:h-3 {
|
|
221
|
+
height: calc(var(--babylai-spacing) * 3);
|
|
222
|
+
}
|
|
223
|
+
.babylai\:h-4 {
|
|
224
|
+
height: calc(var(--babylai-spacing) * 4);
|
|
225
|
+
}
|
|
226
|
+
.babylai\:h-5 {
|
|
227
|
+
height: calc(var(--babylai-spacing) * 5);
|
|
228
|
+
}
|
|
229
|
+
.babylai\:h-6 {
|
|
230
|
+
height: calc(var(--babylai-spacing) * 6);
|
|
231
|
+
}
|
|
232
|
+
.babylai\:h-7 {
|
|
233
|
+
height: calc(var(--babylai-spacing) * 7);
|
|
234
|
+
}
|
|
235
|
+
.babylai\:h-8 {
|
|
236
|
+
height: calc(var(--babylai-spacing) * 8);
|
|
237
|
+
}
|
|
238
|
+
.babylai\:h-9 {
|
|
239
|
+
height: calc(var(--babylai-spacing) * 9);
|
|
240
|
+
}
|
|
241
|
+
.babylai\:h-10 {
|
|
242
|
+
height: calc(var(--babylai-spacing) * 10);
|
|
243
|
+
}
|
|
244
|
+
.babylai\:h-12 {
|
|
245
|
+
height: calc(var(--babylai-spacing) * 12);
|
|
246
|
+
}
|
|
247
|
+
.babylai\:h-13 {
|
|
248
|
+
height: calc(var(--babylai-spacing) * 13);
|
|
249
|
+
}
|
|
250
|
+
.babylai\:h-16 {
|
|
251
|
+
height: calc(var(--babylai-spacing) * 16);
|
|
252
|
+
}
|
|
253
|
+
.babylai\:h-20 {
|
|
254
|
+
height: calc(var(--babylai-spacing) * 20);
|
|
255
|
+
}
|
|
256
|
+
.babylai\:h-\[calc\(100vh-220px\)\] {
|
|
257
|
+
height: calc(100vh - 220px);
|
|
258
|
+
}
|
|
259
|
+
.babylai\:h-full {
|
|
260
|
+
height: 100%;
|
|
261
|
+
}
|
|
262
|
+
.babylai\:max-h-\[85vh\] {
|
|
263
|
+
max-height: 85vh;
|
|
264
|
+
}
|
|
265
|
+
.babylai\:max-h-\[800px\] {
|
|
266
|
+
max-height: 800px;
|
|
267
|
+
}
|
|
268
|
+
.babylai\:max-h-full {
|
|
269
|
+
max-height: 100%;
|
|
270
|
+
}
|
|
271
|
+
.babylai\:min-h-20 {
|
|
272
|
+
min-height: calc(var(--babylai-spacing) * 20);
|
|
273
|
+
}
|
|
274
|
+
.babylai\:w-1\.5 {
|
|
275
|
+
width: calc(var(--babylai-spacing) * 1.5);
|
|
276
|
+
}
|
|
277
|
+
.babylai\:w-3 {
|
|
278
|
+
width: calc(var(--babylai-spacing) * 3);
|
|
279
|
+
}
|
|
280
|
+
.babylai\:w-4 {
|
|
281
|
+
width: calc(var(--babylai-spacing) * 4);
|
|
282
|
+
}
|
|
283
|
+
.babylai\:w-5 {
|
|
284
|
+
width: calc(var(--babylai-spacing) * 5);
|
|
285
|
+
}
|
|
286
|
+
.babylai\:w-6 {
|
|
287
|
+
width: calc(var(--babylai-spacing) * 6);
|
|
288
|
+
}
|
|
289
|
+
.babylai\:w-7 {
|
|
290
|
+
width: calc(var(--babylai-spacing) * 7);
|
|
291
|
+
}
|
|
292
|
+
.babylai\:w-8 {
|
|
293
|
+
width: calc(var(--babylai-spacing) * 8);
|
|
294
|
+
}
|
|
295
|
+
.babylai\:w-9 {
|
|
296
|
+
width: calc(var(--babylai-spacing) * 9);
|
|
297
|
+
}
|
|
298
|
+
.babylai\:w-10 {
|
|
299
|
+
width: calc(var(--babylai-spacing) * 10);
|
|
300
|
+
}
|
|
301
|
+
.babylai\:w-12 {
|
|
302
|
+
width: calc(var(--babylai-spacing) * 12);
|
|
303
|
+
}
|
|
304
|
+
.babylai\:w-13 {
|
|
305
|
+
width: calc(var(--babylai-spacing) * 13);
|
|
306
|
+
}
|
|
307
|
+
.babylai\:w-15 {
|
|
308
|
+
width: calc(var(--babylai-spacing) * 15);
|
|
309
|
+
}
|
|
310
|
+
.babylai\:w-16 {
|
|
311
|
+
width: calc(var(--babylai-spacing) * 16);
|
|
312
|
+
}
|
|
313
|
+
.babylai\:w-20 {
|
|
314
|
+
width: calc(var(--babylai-spacing) * 20);
|
|
315
|
+
}
|
|
316
|
+
.babylai\:w-full {
|
|
317
|
+
width: 100%;
|
|
318
|
+
}
|
|
319
|
+
.babylai\:w-px {
|
|
320
|
+
width: 1px;
|
|
321
|
+
}
|
|
322
|
+
.babylai\:max-w-\[50px\] {
|
|
323
|
+
max-width: 50px;
|
|
324
|
+
}
|
|
325
|
+
.babylai\:max-w-\[80\%\] {
|
|
326
|
+
max-width: 80%;
|
|
327
|
+
}
|
|
328
|
+
.babylai\:max-w-\[90vw\] {
|
|
329
|
+
max-width: 90vw;
|
|
330
|
+
}
|
|
331
|
+
.babylai\:max-w-\[200px\] {
|
|
332
|
+
max-width: 200px;
|
|
333
|
+
}
|
|
334
|
+
.babylai\:max-w-\[220px\] {
|
|
335
|
+
max-width: 220px;
|
|
336
|
+
}
|
|
337
|
+
.babylai\:max-w-full {
|
|
338
|
+
max-width: 100%;
|
|
339
|
+
}
|
|
340
|
+
.babylai\:max-w-sm {
|
|
341
|
+
max-width: var(--babylai-container-sm);
|
|
342
|
+
}
|
|
343
|
+
.babylai\:min-w-0 {
|
|
344
|
+
min-width: calc(var(--babylai-spacing) * 0);
|
|
345
|
+
}
|
|
346
|
+
.babylai\:min-w-12 {
|
|
347
|
+
min-width: calc(var(--babylai-spacing) * 12);
|
|
348
|
+
}
|
|
349
|
+
.babylai\:flex-1 {
|
|
350
|
+
flex: 1;
|
|
351
|
+
}
|
|
352
|
+
.babylai\:shrink-0 {
|
|
353
|
+
flex-shrink: 0;
|
|
354
|
+
}
|
|
355
|
+
.babylai\:-translate-x-1\/2 {
|
|
356
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
357
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
358
|
+
}
|
|
359
|
+
.babylai\:translate-x-1\/2 {
|
|
360
|
+
--tw-translate-x: calc(1 / 2 * 100%);
|
|
361
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
362
|
+
}
|
|
363
|
+
.babylai\:-translate-y-1\/2 {
|
|
364
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
365
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
366
|
+
}
|
|
367
|
+
.babylai\:translate-y-0 {
|
|
368
|
+
--tw-translate-y: calc(var(--babylai-spacing) * 0);
|
|
369
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
370
|
+
}
|
|
371
|
+
.babylai\:translate-y-2 {
|
|
372
|
+
--tw-translate-y: calc(var(--babylai-spacing) * 2);
|
|
373
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
374
|
+
}
|
|
375
|
+
.babylai\:scale-100 {
|
|
376
|
+
--tw-scale-x: 100%;
|
|
377
|
+
--tw-scale-y: 100%;
|
|
378
|
+
--tw-scale-z: 100%;
|
|
379
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
380
|
+
}
|
|
381
|
+
.babylai\:scale-\[0\.96\] {
|
|
382
|
+
scale: 0.96;
|
|
383
|
+
}
|
|
384
|
+
.babylai\:rotate-180 {
|
|
385
|
+
rotate: 180deg;
|
|
386
|
+
}
|
|
387
|
+
.babylai\:animate-\[float_2s_infinite_ease-in-out\] {
|
|
388
|
+
animation: float 2s infinite ease-in-out;
|
|
389
|
+
}
|
|
390
|
+
.babylai\:animate-pulse {
|
|
391
|
+
animation: var(--babylai-animate-pulse);
|
|
392
|
+
}
|
|
393
|
+
.babylai\:animate-spin {
|
|
394
|
+
animation: var(--babylai-animate-spin);
|
|
395
|
+
}
|
|
396
|
+
.babylai\:cursor-default {
|
|
397
|
+
cursor: default;
|
|
398
|
+
}
|
|
399
|
+
.babylai\:cursor-pointer {
|
|
400
|
+
cursor: pointer;
|
|
401
|
+
}
|
|
402
|
+
.babylai\:resize-none {
|
|
403
|
+
resize: none;
|
|
404
|
+
}
|
|
405
|
+
.babylai\:grid-cols-1 {
|
|
406
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
407
|
+
}
|
|
408
|
+
.babylai\:flex-col {
|
|
409
|
+
flex-direction: column;
|
|
410
|
+
}
|
|
411
|
+
.babylai\:flex-row {
|
|
412
|
+
flex-direction: row;
|
|
413
|
+
}
|
|
414
|
+
.babylai\:flex-wrap {
|
|
415
|
+
flex-wrap: wrap;
|
|
416
|
+
}
|
|
417
|
+
.babylai\:items-center {
|
|
418
|
+
align-items: center;
|
|
419
|
+
}
|
|
420
|
+
.babylai\:items-end {
|
|
421
|
+
align-items: flex-end;
|
|
422
|
+
}
|
|
423
|
+
.babylai\:justify-between {
|
|
424
|
+
justify-content: space-between;
|
|
425
|
+
}
|
|
426
|
+
.babylai\:justify-center {
|
|
427
|
+
justify-content: center;
|
|
428
|
+
}
|
|
429
|
+
.babylai\:justify-end {
|
|
430
|
+
justify-content: flex-end;
|
|
431
|
+
}
|
|
432
|
+
.babylai\:justify-start {
|
|
433
|
+
justify-content: flex-start;
|
|
434
|
+
}
|
|
435
|
+
.babylai\:gap-0\.5 {
|
|
436
|
+
gap: calc(var(--babylai-spacing) * 0.5);
|
|
437
|
+
}
|
|
438
|
+
.babylai\:gap-1 {
|
|
439
|
+
gap: calc(var(--babylai-spacing) * 1);
|
|
440
|
+
}
|
|
441
|
+
.babylai\:gap-2 {
|
|
442
|
+
gap: calc(var(--babylai-spacing) * 2);
|
|
443
|
+
}
|
|
444
|
+
.babylai\:gap-2\.5 {
|
|
445
|
+
gap: calc(var(--babylai-spacing) * 2.5);
|
|
446
|
+
}
|
|
447
|
+
.babylai\:gap-3 {
|
|
448
|
+
gap: calc(var(--babylai-spacing) * 3);
|
|
449
|
+
}
|
|
450
|
+
.babylai\:gap-4 {
|
|
451
|
+
gap: calc(var(--babylai-spacing) * 4);
|
|
452
|
+
}
|
|
453
|
+
.babylai\:gap-6 {
|
|
454
|
+
gap: calc(var(--babylai-spacing) * 6);
|
|
455
|
+
}
|
|
456
|
+
.babylai\:gap-8 {
|
|
457
|
+
gap: calc(var(--babylai-spacing) * 8);
|
|
458
|
+
}
|
|
459
|
+
.babylai\:space-y-1\.5 {
|
|
460
|
+
:where(& > :not(:last-child)) {
|
|
461
|
+
--tw-space-y-reverse: 0;
|
|
462
|
+
margin-block-start: calc(calc(var(--babylai-spacing) * 1.5) * var(--tw-space-y-reverse));
|
|
463
|
+
margin-block-end: calc(calc(var(--babylai-spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
.babylai\:overflow-auto {
|
|
467
|
+
overflow: auto;
|
|
468
|
+
}
|
|
469
|
+
.babylai\:overflow-hidden {
|
|
470
|
+
overflow: hidden;
|
|
471
|
+
}
|
|
472
|
+
.babylai\:overflow-y-auto {
|
|
473
|
+
overflow-y: auto;
|
|
474
|
+
}
|
|
475
|
+
.babylai\:rounded-2xl {
|
|
476
|
+
border-radius: var(--babylai-radius-2xl);
|
|
477
|
+
}
|
|
478
|
+
.babylai\:rounded-3xl {
|
|
479
|
+
border-radius: var(--babylai-radius-3xl);
|
|
480
|
+
}
|
|
481
|
+
.babylai\:rounded-full {
|
|
482
|
+
border-radius: calc(infinity * 1px);
|
|
483
|
+
}
|
|
484
|
+
.babylai\:rounded-lg {
|
|
485
|
+
border-radius: var(--babylai-radius-lg);
|
|
486
|
+
}
|
|
487
|
+
.babylai\:rounded-md {
|
|
488
|
+
border-radius: var(--babylai-radius-md);
|
|
489
|
+
}
|
|
490
|
+
.babylai\:rounded-xl {
|
|
491
|
+
border-radius: var(--babylai-radius-xl);
|
|
492
|
+
}
|
|
493
|
+
.babylai\:border {
|
|
494
|
+
border-style: var(--tw-border-style);
|
|
495
|
+
border-width: 1px;
|
|
496
|
+
}
|
|
497
|
+
.babylai\:border-0 {
|
|
498
|
+
border-style: var(--tw-border-style);
|
|
499
|
+
border-width: 0px;
|
|
500
|
+
}
|
|
501
|
+
.babylai\:border-2 {
|
|
502
|
+
border-style: var(--tw-border-style);
|
|
503
|
+
border-width: 2px;
|
|
504
|
+
}
|
|
505
|
+
.babylai\:border-\[0\.5px\] {
|
|
506
|
+
border-style: var(--tw-border-style);
|
|
507
|
+
border-width: 0.5px;
|
|
508
|
+
}
|
|
509
|
+
.babylai\:border-e {
|
|
510
|
+
border-inline-end-style: var(--tw-border-style);
|
|
511
|
+
border-inline-end-width: 1px;
|
|
512
|
+
}
|
|
513
|
+
.babylai\:border-t {
|
|
514
|
+
border-top-style: var(--tw-border-style);
|
|
515
|
+
border-top-width: 1px;
|
|
516
|
+
}
|
|
517
|
+
.babylai\:border-b {
|
|
518
|
+
border-bottom-style: var(--tw-border-style);
|
|
519
|
+
border-bottom-width: 1px;
|
|
520
|
+
}
|
|
521
|
+
.babylai\:border-none {
|
|
522
|
+
--tw-border-style: none;
|
|
523
|
+
border-style: none;
|
|
524
|
+
}
|
|
525
|
+
.babylai\:border-black-white-50 {
|
|
526
|
+
border-color: var(--babylai-color-black-white-50);
|
|
527
|
+
}
|
|
528
|
+
.babylai\:border-black-white-200 {
|
|
529
|
+
border-color: var(--babylai-color-black-white-200);
|
|
530
|
+
}
|
|
531
|
+
.babylai\:border-border {
|
|
532
|
+
border-color: var(--babylai-color-border);
|
|
533
|
+
}
|
|
534
|
+
.babylai\:border-destructive {
|
|
535
|
+
border-color: var(--babylai-color-destructive);
|
|
536
|
+
}
|
|
537
|
+
.babylai\:border-primary {
|
|
538
|
+
border-color: var(--babylai-color-primary);
|
|
539
|
+
}
|
|
540
|
+
.babylai\:border-white {
|
|
541
|
+
border-color: var(--babylai-color-white);
|
|
542
|
+
}
|
|
543
|
+
.babylai\:border-t-transparent {
|
|
544
|
+
border-top-color: transparent;
|
|
545
|
+
}
|
|
546
|
+
.babylai\:bg-black {
|
|
547
|
+
background-color: var(--babylai-color-black);
|
|
548
|
+
}
|
|
549
|
+
.babylai\:bg-black-white-50 {
|
|
550
|
+
background-color: var(--babylai-color-black-white-50);
|
|
551
|
+
}
|
|
552
|
+
.babylai\:bg-black-white-100 {
|
|
553
|
+
background-color: var(--babylai-color-black-white-100);
|
|
554
|
+
}
|
|
555
|
+
.babylai\:bg-black\/50 {
|
|
556
|
+
background-color: var(--babylai-color-black);
|
|
557
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
558
|
+
background-color: color-mix(in oklab, var(--babylai-color-black) 50%, transparent);
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
.babylai\:bg-black\/60 {
|
|
562
|
+
background-color: var(--babylai-color-black);
|
|
563
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
564
|
+
background-color: color-mix(in oklab, var(--babylai-color-black) 60%, transparent);
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
.babylai\:bg-card {
|
|
568
|
+
background-color: var(--babylai-color-card);
|
|
569
|
+
}
|
|
570
|
+
.babylai\:bg-current {
|
|
571
|
+
background-color: currentcolor;
|
|
572
|
+
}
|
|
573
|
+
.babylai\:bg-destructive {
|
|
574
|
+
background-color: var(--babylai-color-destructive);
|
|
575
|
+
}
|
|
576
|
+
.babylai\:bg-muted {
|
|
577
|
+
background-color: var(--babylai-color-muted);
|
|
578
|
+
}
|
|
579
|
+
.babylai\:bg-primary {
|
|
580
|
+
background-color: var(--babylai-color-primary);
|
|
581
|
+
}
|
|
582
|
+
.babylai\:bg-primary-500 {
|
|
583
|
+
background-color: var(--babylai-color-primary-500);
|
|
584
|
+
}
|
|
585
|
+
.babylai\:bg-primary\/15 {
|
|
586
|
+
background-color: var(--babylai-color-primary);
|
|
587
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
588
|
+
background-color: color-mix(in oklab, var(--babylai-color-primary) 15%, transparent);
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
.babylai\:bg-red-500 {
|
|
592
|
+
background-color: var(--babylai-color-red-500);
|
|
593
|
+
}
|
|
594
|
+
.babylai\:bg-secondary {
|
|
595
|
+
background-color: var(--babylai-color-secondary);
|
|
596
|
+
}
|
|
597
|
+
.babylai\:bg-transparent {
|
|
598
|
+
background-color: transparent;
|
|
599
|
+
}
|
|
600
|
+
.babylai\:bg-white {
|
|
601
|
+
background-color: var(--babylai-color-white);
|
|
602
|
+
}
|
|
603
|
+
.babylai\:bg-white\/20 {
|
|
604
|
+
background-color: var(--babylai-color-white);
|
|
605
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
606
|
+
background-color: color-mix(in oklab, var(--babylai-color-white) 20%, transparent);
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
.babylai\:bg-linear-to-t {
|
|
610
|
+
--tw-gradient-position: to top;
|
|
611
|
+
@supports (background-image: linear-gradient(in lab, red, red)) {
|
|
612
|
+
--tw-gradient-position: to top in oklab;
|
|
613
|
+
}
|
|
614
|
+
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
615
|
+
}
|
|
616
|
+
.babylai\:from-card {
|
|
617
|
+
--tw-gradient-from: var(--babylai-color-card);
|
|
618
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
619
|
+
}
|
|
620
|
+
.babylai\:from-\[28\.32\%\] {
|
|
621
|
+
--tw-gradient-from-position: 28.32%;
|
|
622
|
+
}
|
|
623
|
+
.babylai\:to-transparent {
|
|
624
|
+
--tw-gradient-to: transparent;
|
|
625
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
626
|
+
}
|
|
627
|
+
.babylai\:to-\[112\.59\%\] {
|
|
628
|
+
--tw-gradient-to-position: 112.59%;
|
|
629
|
+
}
|
|
630
|
+
.babylai\:fill-\[\#F49E00\] {
|
|
631
|
+
fill: #F49E00;
|
|
632
|
+
}
|
|
633
|
+
.babylai\:object-contain {
|
|
634
|
+
object-fit: contain;
|
|
635
|
+
}
|
|
636
|
+
.babylai\:object-cover {
|
|
637
|
+
object-fit: cover;
|
|
638
|
+
}
|
|
639
|
+
.babylai\:p-0 {
|
|
640
|
+
padding: calc(var(--babylai-spacing) * 0);
|
|
641
|
+
}
|
|
642
|
+
.babylai\:p-2 {
|
|
643
|
+
padding: calc(var(--babylai-spacing) * 2);
|
|
644
|
+
}
|
|
645
|
+
.babylai\:p-3 {
|
|
646
|
+
padding: calc(var(--babylai-spacing) * 3);
|
|
647
|
+
}
|
|
648
|
+
.babylai\:p-4 {
|
|
649
|
+
padding: calc(var(--babylai-spacing) * 4);
|
|
650
|
+
}
|
|
651
|
+
.babylai\:p-5 {
|
|
652
|
+
padding: calc(var(--babylai-spacing) * 5);
|
|
653
|
+
}
|
|
654
|
+
.babylai\:p-6 {
|
|
655
|
+
padding: calc(var(--babylai-spacing) * 6);
|
|
656
|
+
}
|
|
657
|
+
.babylai\:p-\[3px\] {
|
|
658
|
+
padding: 3px;
|
|
659
|
+
}
|
|
660
|
+
.babylai\:px-2 {
|
|
661
|
+
padding-inline: calc(var(--babylai-spacing) * 2);
|
|
662
|
+
}
|
|
663
|
+
.babylai\:px-3 {
|
|
664
|
+
padding-inline: calc(var(--babylai-spacing) * 3);
|
|
665
|
+
}
|
|
666
|
+
.babylai\:px-4 {
|
|
667
|
+
padding-inline: calc(var(--babylai-spacing) * 4);
|
|
668
|
+
}
|
|
669
|
+
.babylai\:px-6 {
|
|
670
|
+
padding-inline: calc(var(--babylai-spacing) * 6);
|
|
671
|
+
}
|
|
672
|
+
.babylai\:py-2 {
|
|
673
|
+
padding-block: calc(var(--babylai-spacing) * 2);
|
|
674
|
+
}
|
|
675
|
+
.babylai\:py-3 {
|
|
676
|
+
padding-block: calc(var(--babylai-spacing) * 3);
|
|
677
|
+
}
|
|
678
|
+
.babylai\:py-4 {
|
|
679
|
+
padding-block: calc(var(--babylai-spacing) * 4);
|
|
680
|
+
}
|
|
681
|
+
.babylai\:py-6 {
|
|
682
|
+
padding-block: calc(var(--babylai-spacing) * 6);
|
|
683
|
+
}
|
|
684
|
+
.babylai\:py-28 {
|
|
685
|
+
padding-block: calc(var(--babylai-spacing) * 28);
|
|
686
|
+
}
|
|
687
|
+
.babylai\:pe-2 {
|
|
688
|
+
padding-inline-end: calc(var(--babylai-spacing) * 2);
|
|
689
|
+
}
|
|
690
|
+
.babylai\:pt-0 {
|
|
691
|
+
padding-top: calc(var(--babylai-spacing) * 0);
|
|
692
|
+
}
|
|
693
|
+
.babylai\:pt-6 {
|
|
694
|
+
padding-top: calc(var(--babylai-spacing) * 6);
|
|
695
|
+
}
|
|
696
|
+
.babylai\:pb-4 {
|
|
697
|
+
padding-bottom: calc(var(--babylai-spacing) * 4);
|
|
698
|
+
}
|
|
699
|
+
.babylai\:pb-5 {
|
|
700
|
+
padding-bottom: calc(var(--babylai-spacing) * 5);
|
|
701
|
+
}
|
|
702
|
+
.babylai\:pb-6 {
|
|
703
|
+
padding-bottom: calc(var(--babylai-spacing) * 6);
|
|
704
|
+
}
|
|
705
|
+
.babylai\:text-center {
|
|
706
|
+
text-align: center;
|
|
707
|
+
}
|
|
708
|
+
.babylai\:text-start {
|
|
709
|
+
text-align: start;
|
|
710
|
+
}
|
|
711
|
+
.babylai\:font-sans {
|
|
712
|
+
font-family: var(--babylai-font-sans);
|
|
713
|
+
}
|
|
714
|
+
.babylai\:text-2xl\! {
|
|
715
|
+
font-size: var(--babylai-text-2xl) !important;
|
|
716
|
+
line-height: var(--tw-leading, var(--babylai-text-2xl--line-height)) !important;
|
|
717
|
+
}
|
|
718
|
+
.babylai\:text-base {
|
|
719
|
+
font-size: var(--babylai-text-base);
|
|
720
|
+
line-height: var(--tw-leading, var(--babylai-text-base--line-height));
|
|
721
|
+
}
|
|
722
|
+
.babylai\:text-base\! {
|
|
723
|
+
font-size: var(--babylai-text-base) !important;
|
|
724
|
+
line-height: var(--tw-leading, var(--babylai-text-base--line-height)) !important;
|
|
725
|
+
}
|
|
726
|
+
.babylai\:text-lg {
|
|
727
|
+
font-size: var(--babylai-text-lg);
|
|
728
|
+
line-height: var(--tw-leading, var(--babylai-text-lg--line-height));
|
|
729
|
+
}
|
|
730
|
+
.babylai\:text-lg\! {
|
|
731
|
+
font-size: var(--babylai-text-lg) !important;
|
|
732
|
+
line-height: var(--tw-leading, var(--babylai-text-lg--line-height)) !important;
|
|
733
|
+
}
|
|
734
|
+
.babylai\:text-sm {
|
|
735
|
+
font-size: var(--babylai-text-sm);
|
|
736
|
+
line-height: var(--tw-leading, var(--babylai-text-sm--line-height));
|
|
737
|
+
}
|
|
738
|
+
.babylai\:text-xl\! {
|
|
739
|
+
font-size: var(--babylai-text-xl) !important;
|
|
740
|
+
line-height: var(--tw-leading, var(--babylai-text-xl--line-height)) !important;
|
|
741
|
+
}
|
|
742
|
+
.babylai\:text-xs {
|
|
743
|
+
font-size: var(--babylai-text-xs);
|
|
744
|
+
line-height: var(--tw-leading, var(--babylai-text-xs--line-height));
|
|
745
|
+
}
|
|
746
|
+
.babylai\:leading-none {
|
|
747
|
+
--tw-leading: 1;
|
|
748
|
+
line-height: 1;
|
|
749
|
+
}
|
|
750
|
+
.babylai\:leading-snug {
|
|
751
|
+
--tw-leading: var(--babylai-leading-snug);
|
|
752
|
+
line-height: var(--babylai-leading-snug);
|
|
753
|
+
}
|
|
754
|
+
.babylai\:font-bold {
|
|
755
|
+
--tw-font-weight: var(--babylai-font-weight-bold);
|
|
756
|
+
font-weight: var(--babylai-font-weight-bold);
|
|
757
|
+
}
|
|
758
|
+
.babylai\:font-bold\! {
|
|
759
|
+
--tw-font-weight: var(--babylai-font-weight-bold) !important;
|
|
760
|
+
font-weight: var(--babylai-font-weight-bold) !important;
|
|
761
|
+
}
|
|
762
|
+
.babylai\:font-medium {
|
|
763
|
+
--tw-font-weight: var(--babylai-font-weight-medium);
|
|
764
|
+
font-weight: var(--babylai-font-weight-medium);
|
|
765
|
+
}
|
|
766
|
+
.babylai\:font-normal {
|
|
767
|
+
--tw-font-weight: var(--babylai-font-weight-normal);
|
|
768
|
+
font-weight: var(--babylai-font-weight-normal);
|
|
769
|
+
}
|
|
770
|
+
.babylai\:font-semibold {
|
|
771
|
+
--tw-font-weight: var(--babylai-font-weight-semibold);
|
|
772
|
+
font-weight: var(--babylai-font-weight-semibold);
|
|
773
|
+
}
|
|
774
|
+
.babylai\:font-semibold\! {
|
|
775
|
+
--tw-font-weight: var(--babylai-font-weight-semibold) !important;
|
|
776
|
+
font-weight: var(--babylai-font-weight-semibold) !important;
|
|
777
|
+
}
|
|
778
|
+
.babylai\:tracking-tight {
|
|
779
|
+
--tw-tracking: var(--babylai-tracking-tight);
|
|
780
|
+
letter-spacing: var(--babylai-tracking-tight);
|
|
781
|
+
}
|
|
782
|
+
.babylai\:wrap-break-word {
|
|
783
|
+
overflow-wrap: break-word;
|
|
784
|
+
}
|
|
785
|
+
.babylai\:text-\[\#F49E00\] {
|
|
786
|
+
color: #F49E00;
|
|
787
|
+
}
|
|
788
|
+
.babylai\:text-black-white-50 {
|
|
789
|
+
color: var(--babylai-color-black-white-50);
|
|
790
|
+
}
|
|
791
|
+
.babylai\:text-black-white-300 {
|
|
792
|
+
color: var(--babylai-color-black-white-300);
|
|
793
|
+
}
|
|
794
|
+
.babylai\:text-black-white-500 {
|
|
795
|
+
color: var(--babylai-color-black-white-500);
|
|
796
|
+
}
|
|
797
|
+
.babylai\:text-black-white-700 {
|
|
798
|
+
color: var(--babylai-color-black-white-700);
|
|
799
|
+
}
|
|
800
|
+
.babylai\:text-card-foreground {
|
|
801
|
+
color: var(--babylai-color-card-foreground);
|
|
802
|
+
}
|
|
803
|
+
.babylai\:text-destructive {
|
|
804
|
+
color: var(--babylai-color-destructive);
|
|
805
|
+
}
|
|
806
|
+
.babylai\:text-gray-300 {
|
|
807
|
+
color: var(--babylai-color-gray-300);
|
|
808
|
+
}
|
|
809
|
+
.babylai\:text-muted-foreground {
|
|
810
|
+
color: var(--babylai-color-muted-foreground);
|
|
811
|
+
}
|
|
812
|
+
.babylai\:text-primary {
|
|
813
|
+
color: var(--babylai-color-primary);
|
|
814
|
+
}
|
|
815
|
+
.babylai\:text-primary-500 {
|
|
816
|
+
color: var(--babylai-color-primary-500);
|
|
817
|
+
}
|
|
818
|
+
.babylai\:text-secondary-foreground {
|
|
819
|
+
color: var(--babylai-color-secondary-foreground);
|
|
820
|
+
}
|
|
821
|
+
.babylai\:text-white {
|
|
822
|
+
color: var(--babylai-color-white);
|
|
823
|
+
}
|
|
824
|
+
.babylai\:no-underline {
|
|
825
|
+
text-decoration-line: none;
|
|
826
|
+
}
|
|
827
|
+
.babylai\:opacity-0 {
|
|
828
|
+
opacity: 0%;
|
|
829
|
+
}
|
|
830
|
+
.babylai\:opacity-100 {
|
|
831
|
+
opacity: 100%;
|
|
832
|
+
}
|
|
833
|
+
.babylai\:shadow {
|
|
834
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
835
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
836
|
+
}
|
|
837
|
+
.babylai\:shadow-lg {
|
|
838
|
+
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
839
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
840
|
+
}
|
|
841
|
+
.babylai\:shadow-md {
|
|
842
|
+
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
843
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
844
|
+
}
|
|
845
|
+
.babylai\:shadow-sm {
|
|
846
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
847
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
848
|
+
}
|
|
849
|
+
.babylai\:ring {
|
|
850
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
851
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
852
|
+
}
|
|
853
|
+
.babylai\:ring-primary-500 {
|
|
854
|
+
--tw-ring-color: var(--babylai-color-primary-500);
|
|
855
|
+
}
|
|
856
|
+
.babylai\:backdrop-blur-sm {
|
|
857
|
+
--tw-backdrop-blur: blur(var(--babylai-blur-sm));
|
|
858
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
859
|
+
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
860
|
+
}
|
|
861
|
+
.babylai\:transition-all {
|
|
862
|
+
transition-property: all;
|
|
863
|
+
transition-timing-function: var(--tw-ease, var(--babylai-default-transition-timing-function));
|
|
864
|
+
transition-duration: var(--tw-duration, var(--babylai-default-transition-duration));
|
|
865
|
+
}
|
|
866
|
+
.babylai\:transition-colors {
|
|
867
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
868
|
+
transition-timing-function: var(--tw-ease, var(--babylai-default-transition-timing-function));
|
|
869
|
+
transition-duration: var(--tw-duration, var(--babylai-default-transition-duration));
|
|
870
|
+
}
|
|
871
|
+
.babylai\:transition-opacity {
|
|
872
|
+
transition-property: opacity;
|
|
873
|
+
transition-timing-function: var(--tw-ease, var(--babylai-default-transition-timing-function));
|
|
874
|
+
transition-duration: var(--tw-duration, var(--babylai-default-transition-duration));
|
|
875
|
+
}
|
|
876
|
+
.babylai\:duration-200 {
|
|
877
|
+
--tw-duration: 200ms;
|
|
878
|
+
transition-duration: 200ms;
|
|
879
|
+
}
|
|
880
|
+
.babylai\:duration-\[250ms\] {
|
|
881
|
+
--tw-duration: 250ms;
|
|
882
|
+
transition-duration: 250ms;
|
|
883
|
+
}
|
|
884
|
+
.babylai\:ease-out {
|
|
885
|
+
--tw-ease: var(--babylai-ease-out);
|
|
886
|
+
transition-timing-function: var(--babylai-ease-out);
|
|
887
|
+
}
|
|
888
|
+
.babylai\:outline-none {
|
|
889
|
+
--tw-outline-style: none;
|
|
890
|
+
outline-style: none;
|
|
891
|
+
}
|
|
892
|
+
.babylai\:select-none {
|
|
893
|
+
-webkit-user-select: none;
|
|
894
|
+
user-select: none;
|
|
895
|
+
}
|
|
896
|
+
.babylai\:hover\:border-primary-200 {
|
|
897
|
+
&:hover {
|
|
898
|
+
@media (hover: hover) {
|
|
899
|
+
border-color: var(--babylai-color-primary-200);
|
|
900
|
+
}
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
.babylai\:hover\:border-primary-600 {
|
|
904
|
+
&:hover {
|
|
905
|
+
@media (hover: hover) {
|
|
906
|
+
border-color: var(--babylai-color-primary-600);
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
.babylai\:hover\:bg-primary-100 {
|
|
911
|
+
&:hover {
|
|
912
|
+
@media (hover: hover) {
|
|
913
|
+
background-color: var(--babylai-color-primary-100);
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
.babylai\:hover\:bg-primary-400 {
|
|
918
|
+
&:hover {
|
|
919
|
+
@media (hover: hover) {
|
|
920
|
+
background-color: var(--babylai-color-primary-400);
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
.babylai\:hover\:bg-primary-600 {
|
|
925
|
+
&:hover {
|
|
926
|
+
@media (hover: hover) {
|
|
927
|
+
background-color: var(--babylai-color-primary-600);
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
.babylai\:hover\:bg-secondary\/80 {
|
|
932
|
+
&:hover {
|
|
933
|
+
@media (hover: hover) {
|
|
934
|
+
background-color: var(--babylai-color-secondary);
|
|
935
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
936
|
+
background-color: color-mix(in oklab, var(--babylai-color-secondary) 80%, transparent);
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
.babylai\:hover\:bg-white\/10 {
|
|
942
|
+
&:hover {
|
|
943
|
+
@media (hover: hover) {
|
|
944
|
+
background-color: var(--babylai-color-white);
|
|
945
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
946
|
+
background-color: color-mix(in oklab, var(--babylai-color-white) 10%, transparent);
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
.babylai\:hover\:text-primary-500 {
|
|
952
|
+
&:hover {
|
|
953
|
+
@media (hover: hover) {
|
|
954
|
+
color: var(--babylai-color-primary-500);
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
.babylai\:hover\:text-white {
|
|
959
|
+
&:hover {
|
|
960
|
+
@media (hover: hover) {
|
|
961
|
+
color: var(--babylai-color-white);
|
|
962
|
+
}
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
.babylai\:hover\:text-white\/80 {
|
|
966
|
+
&:hover {
|
|
967
|
+
@media (hover: hover) {
|
|
968
|
+
color: var(--babylai-color-white);
|
|
969
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
970
|
+
color: color-mix(in oklab, var(--babylai-color-white) 80%, transparent);
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
.babylai\:hover\:opacity-80 {
|
|
976
|
+
&:hover {
|
|
977
|
+
@media (hover: hover) {
|
|
978
|
+
opacity: 80%;
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
.babylai\:active\:scale-\[0\.98\] {
|
|
983
|
+
&:active {
|
|
984
|
+
scale: 0.98;
|
|
985
|
+
}
|
|
986
|
+
}
|
|
987
|
+
.babylai\:active\:opacity-95 {
|
|
988
|
+
&:active {
|
|
989
|
+
opacity: 95%;
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
.babylai\:disabled\:cursor-not-allowed {
|
|
993
|
+
&:disabled {
|
|
994
|
+
cursor: not-allowed;
|
|
995
|
+
}
|
|
996
|
+
}
|
|
997
|
+
.babylai\:disabled\:border-black-white-300 {
|
|
998
|
+
&:disabled {
|
|
999
|
+
border-color: var(--babylai-color-black-white-300);
|
|
1000
|
+
}
|
|
1001
|
+
}
|
|
1002
|
+
.babylai\:disabled\:bg-black-white-300 {
|
|
1003
|
+
&:disabled {
|
|
1004
|
+
background-color: var(--babylai-color-black-white-300);
|
|
1005
|
+
}
|
|
1006
|
+
}
|
|
1007
|
+
.babylai\:disabled\:bg-secondary {
|
|
1008
|
+
&:disabled {
|
|
1009
|
+
background-color: var(--babylai-color-secondary);
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
.babylai\:disabled\:text-white {
|
|
1013
|
+
&:disabled {
|
|
1014
|
+
color: var(--babylai-color-white);
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
.babylai\:disabled\:opacity-30 {
|
|
1018
|
+
&:disabled {
|
|
1019
|
+
opacity: 30%;
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
.babylai\:disabled\:opacity-50 {
|
|
1023
|
+
&:disabled {
|
|
1024
|
+
opacity: 50%;
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
@layer theme, base, components, utilities;
|
|
1029
|
+
:root {
|
|
1030
|
+
--babylai-font-sans: "Cairo", sans-serif;
|
|
1031
|
+
--babylai-black-white-50: #ffffff;
|
|
1032
|
+
--babylai-black-white-100: #f3f3f3;
|
|
1033
|
+
--babylai-black-white-200: #e2e2e2;
|
|
1034
|
+
--babylai-black-white-300: #919191;
|
|
1035
|
+
--babylai-black-white-400: #606060;
|
|
1036
|
+
--babylai-black-white-500: #333333;
|
|
1037
|
+
--babylai-black-white-600: #1f1f1f;
|
|
1038
|
+
--babylai-black-white-700: #171717;
|
|
1039
|
+
--babylai-black-white-800: #0a0a0a;
|
|
1040
|
+
--babylai-black-white-900: #050505;
|
|
1041
|
+
--babylai-black-white-950: #000000;
|
|
1042
|
+
--babylai-black-white-default: #333333;
|
|
1043
|
+
--babylai-primary-color: #ad49e1;
|
|
1044
|
+
--babylai-primary-color-100: #f6ecfc;
|
|
1045
|
+
--babylai-primary-color-200: #deb6f3;
|
|
1046
|
+
--babylai-primary-color-300: #d49cee;
|
|
1047
|
+
--babylai-primary-color-400: #c57fea;
|
|
1048
|
+
--babylai-primary-color-500: #ad49e1;
|
|
1049
|
+
--babylai-primary-color-600: #672b87;
|
|
1050
|
+
--babylai-primary-color-700: #451d5a;
|
|
1051
|
+
--babylai-primary-color-800: #220e2d;
|
|
1052
|
+
--babylai-primary-color-900: #110716;
|
|
1053
|
+
--babylai-primary-color-950: #0a0310;
|
|
1054
|
+
--babylai-background: var(--babylai-black-white-50);
|
|
1055
|
+
--babylai-card: var(--babylai-black-white-50);
|
|
1056
|
+
--babylai-card-foreground: var(--babylai-black-white-500);
|
|
1057
|
+
--babylai-secondary: var(--babylai-black-white-100);
|
|
1058
|
+
--babylai-secondary-foreground: var(--babylai-black-white-500);
|
|
1059
|
+
--babylai-muted: var(--babylai-black-white-100);
|
|
1060
|
+
--babylai-muted-foreground: var(--babylai-black-white-400);
|
|
1061
|
+
--babylai-destructive: #ef4444;
|
|
1062
|
+
--babylai-destructive-foreground: var(--babylai-black-white-50);
|
|
1063
|
+
--babylai-border: var(--babylai-black-white-200);
|
|
1064
|
+
--babylai-ring: var(--babylai-primary-color);
|
|
1065
|
+
--babylai-radius: 0.5rem;
|
|
1066
|
+
}
|
|
1067
|
+
.babylai-typing-dot {
|
|
1068
|
+
animation: typing-dot 1.4s ease-in-out infinite;
|
|
1069
|
+
}
|
|
1070
|
+
.babylai-typing-dot:nth-child(1) {
|
|
1071
|
+
animation-delay: 0ms;
|
|
1072
|
+
}
|
|
1073
|
+
.babylai-typing-dot:nth-child(2) {
|
|
1074
|
+
animation-delay: 0.2s;
|
|
1075
|
+
}
|
|
1076
|
+
.babylai-typing-dot:nth-child(3) {
|
|
1077
|
+
animation-delay: 0.4s;
|
|
1078
|
+
}
|
|
1079
|
+
.babylai-theme-root {
|
|
1080
|
+
--babylai-color-primary: var(--babylai-primary-color);
|
|
1081
|
+
--babylai-color-primary-100: var(--babylai-primary-color-100);
|
|
1082
|
+
--babylai-color-primary-200: var(--babylai-primary-color-200);
|
|
1083
|
+
--babylai-color-primary-300: var(--babylai-primary-color-300);
|
|
1084
|
+
--babylai-color-primary-400: var(--babylai-primary-color-400);
|
|
1085
|
+
--babylai-color-primary-500: var(--babylai-primary-color-500);
|
|
1086
|
+
--babylai-color-primary-600: var(--babylai-primary-color-600);
|
|
1087
|
+
--babylai-color-primary-700: var(--babylai-primary-color-700);
|
|
1088
|
+
--babylai-color-primary-800: var(--babylai-primary-color-800);
|
|
1089
|
+
--babylai-color-primary-900: var(--babylai-primary-color-900);
|
|
1090
|
+
--babylai-color-primary-950: var(--babylai-primary-color-950);
|
|
1091
|
+
--ring: var(--babylai-primary-color);
|
|
1092
|
+
--color-ring: var(--babylai-primary-color);
|
|
1093
|
+
font-family: var(--babylai-font-sans);
|
|
1094
|
+
* {
|
|
1095
|
+
box-sizing: border-box;
|
|
1096
|
+
}
|
|
1097
|
+
button {
|
|
1098
|
+
font: inherit;
|
|
1099
|
+
}
|
|
1100
|
+
input,
|
|
1101
|
+
textarea {
|
|
1102
|
+
font-family: inherit;
|
|
1103
|
+
}
|
|
1104
|
+
h1,
|
|
1105
|
+
h2,
|
|
1106
|
+
h3,
|
|
1107
|
+
h4,
|
|
1108
|
+
h5,
|
|
1109
|
+
h6 {
|
|
1110
|
+
font-size: inherit;
|
|
1111
|
+
font-weight: inherit;
|
|
1112
|
+
}
|
|
1113
|
+
h1,
|
|
1114
|
+
h2,
|
|
1115
|
+
h3,
|
|
1116
|
+
h4,
|
|
1117
|
+
h5,
|
|
1118
|
+
h6,
|
|
1119
|
+
p {
|
|
1120
|
+
margin: 0;
|
|
1121
|
+
}
|
|
1122
|
+
ul,
|
|
1123
|
+
ol {
|
|
1124
|
+
list-style: auto;
|
|
1125
|
+
padding-inline-start: 40px;
|
|
1126
|
+
margin-block-start: 1rem;
|
|
1127
|
+
margin-block-end: 1rem;
|
|
1128
|
+
}
|
|
1129
|
+
}
|
|
1130
|
+
.bg-header {
|
|
1131
|
+
background: linear-gradient(171deg,
|
|
1132
|
+
var(--babylai-primary-color) -131.06%,
|
|
1133
|
+
var(--babylai-black-white-50) 89.82%);
|
|
1134
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1135
|
+
background: linear-gradient(171deg,
|
|
1136
|
+
color-mix(in srgb, var(--babylai-primary-color) 25%, transparent) -131.06%,
|
|
1137
|
+
color-mix(in srgb, var(--babylai-black-white-50) 25%, transparent) 89.82%);
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
@property --tw-translate-x {
|
|
1141
|
+
syntax: "*";
|
|
1142
|
+
inherits: false;
|
|
1143
|
+
initial-value: 0;
|
|
1144
|
+
}
|
|
1145
|
+
@property --tw-translate-y {
|
|
1146
|
+
syntax: "*";
|
|
1147
|
+
inherits: false;
|
|
1148
|
+
initial-value: 0;
|
|
1149
|
+
}
|
|
1150
|
+
@property --tw-translate-z {
|
|
1151
|
+
syntax: "*";
|
|
1152
|
+
inherits: false;
|
|
1153
|
+
initial-value: 0;
|
|
1154
|
+
}
|
|
1155
|
+
@property --tw-scale-x {
|
|
1156
|
+
syntax: "*";
|
|
1157
|
+
inherits: false;
|
|
1158
|
+
initial-value: 1;
|
|
1159
|
+
}
|
|
1160
|
+
@property --tw-scale-y {
|
|
1161
|
+
syntax: "*";
|
|
1162
|
+
inherits: false;
|
|
1163
|
+
initial-value: 1;
|
|
1164
|
+
}
|
|
1165
|
+
@property --tw-scale-z {
|
|
1166
|
+
syntax: "*";
|
|
1167
|
+
inherits: false;
|
|
1168
|
+
initial-value: 1;
|
|
1169
|
+
}
|
|
1170
|
+
@property --tw-space-y-reverse {
|
|
1171
|
+
syntax: "*";
|
|
1172
|
+
inherits: false;
|
|
1173
|
+
initial-value: 0;
|
|
1174
|
+
}
|
|
1175
|
+
@property --tw-border-style {
|
|
1176
|
+
syntax: "*";
|
|
1177
|
+
inherits: false;
|
|
1178
|
+
initial-value: solid;
|
|
1179
|
+
}
|
|
1180
|
+
@property --tw-gradient-position {
|
|
1181
|
+
syntax: "*";
|
|
1182
|
+
inherits: false;
|
|
1183
|
+
}
|
|
1184
|
+
@property --tw-gradient-from {
|
|
1185
|
+
syntax: "<color>";
|
|
1186
|
+
inherits: false;
|
|
1187
|
+
initial-value: #0000;
|
|
1188
|
+
}
|
|
1189
|
+
@property --tw-gradient-via {
|
|
1190
|
+
syntax: "<color>";
|
|
1191
|
+
inherits: false;
|
|
1192
|
+
initial-value: #0000;
|
|
1193
|
+
}
|
|
1194
|
+
@property --tw-gradient-to {
|
|
1195
|
+
syntax: "<color>";
|
|
1196
|
+
inherits: false;
|
|
1197
|
+
initial-value: #0000;
|
|
1198
|
+
}
|
|
1199
|
+
@property --tw-gradient-stops {
|
|
1200
|
+
syntax: "*";
|
|
1201
|
+
inherits: false;
|
|
1202
|
+
}
|
|
1203
|
+
@property --tw-gradient-via-stops {
|
|
1204
|
+
syntax: "*";
|
|
1205
|
+
inherits: false;
|
|
1206
|
+
}
|
|
1207
|
+
@property --tw-gradient-from-position {
|
|
1208
|
+
syntax: "<length-percentage>";
|
|
1209
|
+
inherits: false;
|
|
1210
|
+
initial-value: 0%;
|
|
1211
|
+
}
|
|
1212
|
+
@property --tw-gradient-via-position {
|
|
1213
|
+
syntax: "<length-percentage>";
|
|
1214
|
+
inherits: false;
|
|
1215
|
+
initial-value: 50%;
|
|
1216
|
+
}
|
|
1217
|
+
@property --tw-gradient-to-position {
|
|
1218
|
+
syntax: "<length-percentage>";
|
|
1219
|
+
inherits: false;
|
|
1220
|
+
initial-value: 100%;
|
|
1221
|
+
}
|
|
1222
|
+
@property --tw-leading {
|
|
1223
|
+
syntax: "*";
|
|
1224
|
+
inherits: false;
|
|
1225
|
+
}
|
|
1226
|
+
@property --tw-font-weight {
|
|
1227
|
+
syntax: "*";
|
|
1228
|
+
inherits: false;
|
|
1229
|
+
}
|
|
1230
|
+
@property --tw-tracking {
|
|
1231
|
+
syntax: "*";
|
|
1232
|
+
inherits: false;
|
|
1233
|
+
}
|
|
1234
|
+
@property --tw-shadow {
|
|
1235
|
+
syntax: "*";
|
|
1236
|
+
inherits: false;
|
|
1237
|
+
initial-value: 0 0 #0000;
|
|
1238
|
+
}
|
|
1239
|
+
@property --tw-shadow-color {
|
|
1240
|
+
syntax: "*";
|
|
1241
|
+
inherits: false;
|
|
1242
|
+
}
|
|
1243
|
+
@property --tw-shadow-alpha {
|
|
1244
|
+
syntax: "<percentage>";
|
|
1245
|
+
inherits: false;
|
|
1246
|
+
initial-value: 100%;
|
|
1247
|
+
}
|
|
1248
|
+
@property --tw-inset-shadow {
|
|
1249
|
+
syntax: "*";
|
|
1250
|
+
inherits: false;
|
|
1251
|
+
initial-value: 0 0 #0000;
|
|
1252
|
+
}
|
|
1253
|
+
@property --tw-inset-shadow-color {
|
|
1254
|
+
syntax: "*";
|
|
1255
|
+
inherits: false;
|
|
1256
|
+
}
|
|
1257
|
+
@property --tw-inset-shadow-alpha {
|
|
1258
|
+
syntax: "<percentage>";
|
|
1259
|
+
inherits: false;
|
|
1260
|
+
initial-value: 100%;
|
|
1261
|
+
}
|
|
1262
|
+
@property --tw-ring-color {
|
|
1263
|
+
syntax: "*";
|
|
1264
|
+
inherits: false;
|
|
1265
|
+
}
|
|
1266
|
+
@property --tw-ring-shadow {
|
|
1267
|
+
syntax: "*";
|
|
1268
|
+
inherits: false;
|
|
1269
|
+
initial-value: 0 0 #0000;
|
|
1270
|
+
}
|
|
1271
|
+
@property --tw-inset-ring-color {
|
|
1272
|
+
syntax: "*";
|
|
1273
|
+
inherits: false;
|
|
1274
|
+
}
|
|
1275
|
+
@property --tw-inset-ring-shadow {
|
|
1276
|
+
syntax: "*";
|
|
1277
|
+
inherits: false;
|
|
1278
|
+
initial-value: 0 0 #0000;
|
|
1279
|
+
}
|
|
1280
|
+
@property --tw-ring-inset {
|
|
1281
|
+
syntax: "*";
|
|
1282
|
+
inherits: false;
|
|
1283
|
+
}
|
|
1284
|
+
@property --tw-ring-offset-width {
|
|
1285
|
+
syntax: "<length>";
|
|
1286
|
+
inherits: false;
|
|
1287
|
+
initial-value: 0px;
|
|
1288
|
+
}
|
|
1289
|
+
@property --tw-ring-offset-color {
|
|
1290
|
+
syntax: "*";
|
|
1291
|
+
inherits: false;
|
|
1292
|
+
initial-value: #fff;
|
|
1293
|
+
}
|
|
1294
|
+
@property --tw-ring-offset-shadow {
|
|
1295
|
+
syntax: "*";
|
|
1296
|
+
inherits: false;
|
|
1297
|
+
initial-value: 0 0 #0000;
|
|
1298
|
+
}
|
|
1299
|
+
@property --tw-backdrop-blur {
|
|
1300
|
+
syntax: "*";
|
|
1301
|
+
inherits: false;
|
|
1302
|
+
}
|
|
1303
|
+
@property --tw-backdrop-brightness {
|
|
1304
|
+
syntax: "*";
|
|
1305
|
+
inherits: false;
|
|
1306
|
+
}
|
|
1307
|
+
@property --tw-backdrop-contrast {
|
|
1308
|
+
syntax: "*";
|
|
1309
|
+
inherits: false;
|
|
1310
|
+
}
|
|
1311
|
+
@property --tw-backdrop-grayscale {
|
|
1312
|
+
syntax: "*";
|
|
1313
|
+
inherits: false;
|
|
1314
|
+
}
|
|
1315
|
+
@property --tw-backdrop-hue-rotate {
|
|
1316
|
+
syntax: "*";
|
|
1317
|
+
inherits: false;
|
|
1318
|
+
}
|
|
1319
|
+
@property --tw-backdrop-invert {
|
|
1320
|
+
syntax: "*";
|
|
1321
|
+
inherits: false;
|
|
1322
|
+
}
|
|
1323
|
+
@property --tw-backdrop-opacity {
|
|
1324
|
+
syntax: "*";
|
|
1325
|
+
inherits: false;
|
|
1326
|
+
}
|
|
1327
|
+
@property --tw-backdrop-saturate {
|
|
1328
|
+
syntax: "*";
|
|
1329
|
+
inherits: false;
|
|
1330
|
+
}
|
|
1331
|
+
@property --tw-backdrop-sepia {
|
|
1332
|
+
syntax: "*";
|
|
1333
|
+
inherits: false;
|
|
1334
|
+
}
|
|
1335
|
+
@property --tw-duration {
|
|
1336
|
+
syntax: "*";
|
|
1337
|
+
inherits: false;
|
|
1338
|
+
}
|
|
1339
|
+
@property --tw-ease {
|
|
1340
|
+
syntax: "*";
|
|
1341
|
+
inherits: false;
|
|
1342
|
+
}
|
|
1343
|
+
@keyframes spin {
|
|
1344
|
+
to {
|
|
1345
|
+
transform: rotate(360deg);
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
@keyframes pulse {
|
|
1349
|
+
50% {
|
|
1350
|
+
opacity: 0.5;
|
|
1351
|
+
}
|
|
1352
|
+
}
|
|
1353
|
+
@keyframes float {
|
|
1354
|
+
0%,
|
|
1355
|
+
100% {
|
|
1356
|
+
transform: translateY(0);
|
|
1357
|
+
}
|
|
1358
|
+
50% {
|
|
1359
|
+
transform: translateY(-10px);
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
@keyframes typing-dot {
|
|
1363
|
+
0%,
|
|
1364
|
+
60%,
|
|
1365
|
+
100% {
|
|
1366
|
+
opacity: 0.35;
|
|
1367
|
+
transform: scale(0.85);
|
|
1368
|
+
}
|
|
1369
|
+
30% {
|
|
1370
|
+
opacity: 1;
|
|
1371
|
+
transform: scale(1);
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
@layer properties {
|
|
1375
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1376
|
+
*, ::before, ::after, ::backdrop {
|
|
1377
|
+
--tw-translate-x: 0;
|
|
1378
|
+
--tw-translate-y: 0;
|
|
1379
|
+
--tw-translate-z: 0;
|
|
1380
|
+
--tw-scale-x: 1;
|
|
1381
|
+
--tw-scale-y: 1;
|
|
1382
|
+
--tw-scale-z: 1;
|
|
1383
|
+
--tw-space-y-reverse: 0;
|
|
1384
|
+
--tw-border-style: solid;
|
|
1385
|
+
--tw-gradient-position: initial;
|
|
1386
|
+
--tw-gradient-from: #0000;
|
|
1387
|
+
--tw-gradient-via: #0000;
|
|
1388
|
+
--tw-gradient-to: #0000;
|
|
1389
|
+
--tw-gradient-stops: initial;
|
|
1390
|
+
--tw-gradient-via-stops: initial;
|
|
1391
|
+
--tw-gradient-from-position: 0%;
|
|
1392
|
+
--tw-gradient-via-position: 50%;
|
|
1393
|
+
--tw-gradient-to-position: 100%;
|
|
1394
|
+
--tw-leading: initial;
|
|
1395
|
+
--tw-font-weight: initial;
|
|
1396
|
+
--tw-tracking: initial;
|
|
1397
|
+
--tw-shadow: 0 0 #0000;
|
|
1398
|
+
--tw-shadow-color: initial;
|
|
1399
|
+
--tw-shadow-alpha: 100%;
|
|
1400
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
1401
|
+
--tw-inset-shadow-color: initial;
|
|
1402
|
+
--tw-inset-shadow-alpha: 100%;
|
|
1403
|
+
--tw-ring-color: initial;
|
|
1404
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
1405
|
+
--tw-inset-ring-color: initial;
|
|
1406
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
1407
|
+
--tw-ring-inset: initial;
|
|
1408
|
+
--tw-ring-offset-width: 0px;
|
|
1409
|
+
--tw-ring-offset-color: #fff;
|
|
1410
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1411
|
+
--tw-backdrop-blur: initial;
|
|
1412
|
+
--tw-backdrop-brightness: initial;
|
|
1413
|
+
--tw-backdrop-contrast: initial;
|
|
1414
|
+
--tw-backdrop-grayscale: initial;
|
|
1415
|
+
--tw-backdrop-hue-rotate: initial;
|
|
1416
|
+
--tw-backdrop-invert: initial;
|
|
1417
|
+
--tw-backdrop-opacity: initial;
|
|
1418
|
+
--tw-backdrop-saturate: initial;
|
|
1419
|
+
--tw-backdrop-sepia: initial;
|
|
1420
|
+
--tw-duration: initial;
|
|
1421
|
+
--tw-ease: initial;
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1424
|
+
}
|