@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0F172A;--bg-card: #111827;--bg-input: #1E293B;--bg-hover: #1E293B;--border: #1F2937;--border-strong: #334155;--blue: #3B82F6;--blue-hover: #2563EB;--green: #22C55E;--yellow: #F59E0B;--red: #EF4444;--purple: #8B5CF6;--orange: #F97316;--text-1: #F8FAFC;--text-2: #94A3B8;--text-3: #64748B}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text-1);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}@keyframes fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-fade{animation:fade .3s ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}a,button{text-decoration:none;cursor:pointer}
