@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,system-ui,sans-serif}body{@apply bg-gray-50 text-gray-900}}@layer components{.btn,.btn-danger,.btn-lg,.btn-md,.btn-primary,.btn-secondary,.btn-sm,.btn-success,.btn-warning,.card,.input,.label{@apply text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70}}@layer utilities{.text-balance{text-wrap:balance}}.loading-dots,.loading-dots>div,.loading-spinner,.tradingview-widget-container{@apply w-2 h-2 bg-primary-600 rounded-full animate-pulse}.loading-dots>div:nth-child(2){animation-delay:.1s}.loading-dots>div:nth-child(3){animation-delay:.2s}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.glass{background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.gradient-bg{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-bg-2{background:linear-gradient(135deg,#f093fb,#f5576c)}.gradient-bg-3{background:linear-gradient(135deg,#4facfe,#00f2fe)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}