@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{@keyframes pulse-subtle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.01)}}.animate-pulse-subtle{animation:pulse-subtle 2s cubic-bezier(.4,0,.6,1) infinite}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}@keyframes support-toast-pulse{0%,to{box-shadow:0 4px 24px #f43f5e26;transform:scale(1)}50%{box-shadow:0 4px 24px #f43f5e66;transform:scale(1.02)}}@keyframes support-alert{0%{transform:scale(1)}30%{transform:scale(1.5)}60%{transform:scale(1.3)}to{transform:scale(1.4)}}@keyframes support-pulse-urgent{0%,to{box-shadow:0 0 #f43f5e99}50%{box-shadow:0 0 0 16px #f43f5e00}}@keyframes support-pulse{0%,to{box-shadow:0 0 #f43f5e66}50%{box-shadow:0 0 0 12px #f43f5e00}}@keyframes support-wiggle{0%,85%,to{transform:rotate(0)}88%{transform:rotate(-12deg)}91%{transform:rotate(12deg)}94%{transform:rotate(-8deg)}97%{transform:rotate(8deg)}}body{background-color:#f8fafc}
