@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-gray-100 text-gray-900;}.dark body{@apply bg-gray-900 text-gray-200;}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{@apply bg-gray-200 dark:bg-gray-800;}::-webkit-scrollbar-thumb{@apply bg-gray-400 dark:bg-gray-600 rounded-md;}::-webkit-scrollbar-thumb:hover{@apply bg-gray-500 dark:bg-gray-500;}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}.scrolling-text-container{white-space:nowrap;overflow:hidden;position:relative;width:100%;height:100%;display:flex;align-items:center}.scrolling-text-wrapper{display:inline-block;animation:scroll-horizontal linear infinite}.scrolling-text-content{display:inline-block}.scroll-slow{animation-duration:25s}.scroll-medium{animation-duration:15s}.scroll-fast{animation-duration:8s}.animated-image-container{width:100%;height:100%;overflow:hidden}.animated-image{width:100%;height:100%;animation-iteration-count:infinite;animation-timing-function:ease-in-out}@keyframes pan-zoom{0%{transform:scale(1.05) translate(-2%,2%)}50%{transform:scale(1.15) translate(2%,-2%)}to{transform:scale(1.05) translate(-2%,2%)}}.animation-pan-zoom{animation-name:pan-zoom}@keyframes slow-drift{0%{transform:scale(1.02) translate(-1%,1%)}to{transform:scale(1.08) translate(1%,-1%)}}.animation-slow-drift{animation-name:slow-drift;animation-direction:alternate}@keyframes fade-in-out{0%,to{opacity:.1}50%{opacity:1}}.animation-fade-in-out{animation-name:fade-in-out}@keyframes zoom-in{0%{transform:scale(1)}to{transform:scale(1.1)}}.animation-zoom-in{animation-name:zoom-in;animation-direction:alternate}@keyframes zoom-out{0%{transform:scale(1.1)}to{transform:scale(1)}}.animation-zoom-out{animation-name:zoom-out;animation-direction:alternate}@keyframes crawl-up{0%{transform:rotateX(20deg) translateY(33.333%)}to{transform:rotateX(20deg) translateY(-100%)}}.crawl-container{width:100%;height:100%;perspective:300px;position:relative;overflow:hidden}.crawl-content-wrapper{position:absolute;top:0;bottom:-200%;left:10%;right:10%;transform-origin:50% 0;animation-name:crawl-up;animation-timing-function:linear;animation-iteration-count:infinite;text-align:justify}.crawl-slow .crawl-content-wrapper{animation-duration:80s}.crawl-medium .crawl-content-wrapper{animation-duration:50s}.crawl-fast .crawl-content-wrapper{animation-duration:30s}
