@tailwind base;@tailwind components;@tailwind utilities;html,body{overflow-x:hidden;width:100%}@layer utilities{.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}}[contentEditable]:empty:before{content:attr(data-placeholder);color:#9ca3af;font-style:italic;cursor:text}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{display:flex;width:max-content;animation:marquee 30s linear infinite}.animate-marquee:hover{animation-play-state:paused}@keyframes pulse-subtle{0%,to{transform:scale(1);box-shadow:0 0 #3b82f666}50%{transform:scale(1.01);box-shadow:0 0 0 6px #3b82f600}}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.animate-pulse-subtle{animation:pulse-subtle 2s infinite ease-in-out}.animate-bounce-subtle{animation:bounce-subtle 2s infinite ease-in-out}.animate-spin-slow{animation:spin 10s linear infinite}.click-ripple{position:fixed;width:40px;height:40px;border-radius:50%;transform:translate(-50%,-50%) scale(0);pointer-events:none;z-index:99999;background:radial-gradient(circle,#10b981b3,#10b9814d 60%,#fff0);border:2px solid rgba(16,185,129,.8);box-shadow:0 0 12px #10b98180;animation:click-ripple-animation .6s cubic-bezier(.1,.8,.3,1) forwards}@keyframes click-ripple-animation{0%{transform:translate(-50%,-50%) scale(.2);opacity:1}to{transform:translate(-50%,-50%) scale(2.2);opacity:0}}.scrollbar-thin::-webkit-scrollbar{width:1px;height:1px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:#9ca3af66;border-radius:9999px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#9ca3af99}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:rgba(156,163,175,.4) transparent}
