@tailwind base;@tailwind components;@tailwind utilities;::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0f172a80}::-webkit-scrollbar-thumb{background:#64748b66;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#64748b99}@layer components{@apply bg-dark-800/60 backdrop-blur-xl border border-dark-700/50 rounded-2xl;.glass-card{box-shadow:0 4px 24px -1px #0003,inset 0 0 0 1px #ffffff08}@apply glass-card transition-all duration-300;@apply border-brand-500/30;.glass-card-hover:hover{transform:translateY(-1px);box-shadow:0 8px 32px -4px #f59e0b1a,inset 0 0 0 1px #f59e0b14}@apply bg-dark-900/80 border border-dark-600/50 rounded-xl px-4 py-3 text-dark-100 placeholder-dark-500 focus:outline-none focus:ring-2 focus:ring-brand-500/40 focus:border-brand-500/50 transition-all duration-200;@apply glass-input resize-none;.glass-textarea{min-height:120px}@apply bg-gradient-to-l from-brand-600 to-brand-500 text-dark-950 font-semibold px-6 py-2.5 rounded-xl hover:from-brand-500 hover:to-brand-400 transition-all duration-200 shadow-lg shadow-brand-500/20 active:scale-[.98] disabled:opacity-50 disabled:cursor-not-allowed;@apply bg-dark-700/50 text-dark-200 px-5 py-2.5 rounded-xl border border-dark-600/50 hover:bg-dark-700 hover:text-dark-50 transition-all duration-200 active:scale-[.98];@apply bg-rose-500/10 text-rose-400 border border-rose-500/20 px-5 py-2.5 rounded-xl hover:bg-rose-500/20 hover:text-rose-300 transition-all duration-200;@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium;@apply bg-emerald-500/10 text-emerald-400 border border-emerald-500/20;@apply bg-amber-500/10 text-amber-400 border border-amber-500/20;@apply bg-rose-500/10 text-rose-400 border border-rose-500/20;@apply bg-sky-500/10 text-sky-400 border border-sky-500/20;}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse-brand{0%,to{box-shadow:0 0 #f59e0b4d}50%{box-shadow:0 0 0 8px #f59e0b00}}.animate-fade-in{animation:.4s ease-out forwards fadeIn}.animate-slide-in-right{animation:.4s ease-out forwards slideInRight}.animate-slide-in-left{animation:.4s ease-out forwards slideInLeft}.animate-scale-in{animation:.3s ease-out forwards scaleIn}.stagger-children>*{opacity:0;animation:.4s ease-out forwards fadeIn}.stagger-children>:first-child{animation-delay:50ms}.stagger-children>:nth-child(2){animation-delay:.1s}.stagger-children>:nth-child(3){animation-delay:.15s}.stagger-children>:nth-child(4){animation-delay:.2s}.stagger-children>:nth-child(5){animation-delay:.25s}.stagger-children>:nth-child(6){animation-delay:.3s}.stagger-children>:nth-child(7){animation-delay:.35s}.stagger-children>:nth-child(8){animation-delay:.4s}[dir=rtl] .recharts-cartesian-axis-tick-value{text-anchor:end}.font-num{direction:ltr;font-family:JetBrains Mono,monospace;display:inline-block}
