@tailwind base;@tailwind components;@tailwind utilities;:root{--sway-primary: #f43f6e}html,body{margin:0;padding:0;overscroll-behavior:none;-webkit-overflow-scrolling:touch}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#1a1a1a}textarea::placeholder{color:#cbd5e1}.shadow-sway-200{box-shadow:0 10px 15px -3px #f43f6e33}@keyframes pulse-slow{0%,to{opacity:1}50%{opacity:.7}}.animate-pulse-slow{animation:pulse-slow 3s cubic-bezier(.4,0,.6,1) infinite}.bg-navy-900{background-color:#0c0c1e}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}.pb-safe{padding-bottom:env(safe-area-inset-bottom,0px)}
