@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{@apply font-geist;}body,html{@apply text-gray-800 scroll-smooth;}h1,h2,h3,h4,h5,h6{@apply text-gray-900;}h1{@apply text-4xl font-bold;}h2{@apply text-2xl font-semibold;}h3{@apply text-xl font-semibold;}h4{@apply text-lg font-semibold;}h5{@apply text-base font-medium;}h6{@apply text-sm font-medium;}p{@apply text-base;}input,textarea,select{@apply placeholder:text-sm placeholder:text-gray-500 accent-primary-600 border border-gray-300 px-4 py-2 rounded-lg block w-full focus:border-gray-700 focus-within:border-gray-700 active:border-gray-700 focus-visible:border-gray-700 focus:outline-none;}.primary-btn,.secondary-btn,.transparent-btn,.invert-primary-btn{@apply active:ring-2 ring-offset-2 inline-flex items-center gap-1.5 px-6 py-2 rounded-lg capitalize font-medium transition-all ease-in-out duration-300;}.primary-btn{@apply bg-gradient-to-tr from-primary-600 to-primary-500 hover:from-primary-600 hover:to-primary-700 ring-primary-300 text-white;}.invert-primary-btn{@apply bg-white hover:bg-primary-50 ring-primary-100 text-primary-600;}.transparent-btn{@apply text-gray-800 hover:bg-gray-50;}.secondary-btn{@apply bg-primary-50/50 hover:bg-primary-100/50 ring-primary-300 text-primary-600 rounded-lg;}.action-btn{@apply inline-flex items-center gap-1.5 font-medium px-3 py-2 rounded hover:border-none shrink-0 transition-all duration-200;}.action-primary{@apply text-primary-600 hover:bg-primary-50/50;}.action-danger{@apply text-red-600 hover:bg-red-50/50;}.action-success{@apply text-green-600 hover:bg-green-50/50;}.tab{@apply inline-flex items-center gap-1 px-4 py-2 border-b-[3px] border-b-gray-200 shrink-0 font-medium text-gray-700;}.tab.active{@apply text-primary-600 border-b-primary-600;}}@layer utilities{.styled-scrollbar::-webkit-scrollbar{@apply w-[6px] h-1;}.styled-scrollbar::-webkit-scrollbar-thumb{@apply rounded-full bg-gray-400 hover:bg-gray-500;}.styled-scrollbar::-webkit-scrollbar-track{@apply bg-gray-50;}.styled-scrollbar::-webkit-scrollbar-button{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.break-words{word-wrap:break-word;word-break:break-word}}@layer utilities{.str-chat__message *,.str-chat__message-text *,.str-chat__message-text-inner *,.str-chat__message-bubble *{word-break:normal!important;overflow-wrap:normal!important;word-wrap:normal!important;white-space:normal!important;hyphens:none!important}.str-chat__channel .break-words,.str-chat__channel .break-all,.str-chat__channel .break-normal{word-break:normal!important;overflow-wrap:normal!important}}
