*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--secondary-color: #8b5cf6;--accent-color: #ec4899;--background-dark: #0f0f23;--background-light: #1a1a2e;--surface-dark: #16213e;--surface-light: #1e293b;--text-primary: #ffffff;--text-secondary: #94a3b8;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--border-color: #334155;--karaya-gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color), var(--accent-color))}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--background-dark);color:var(--text-primary);user-select:none;-webkit-user-select:none;overflow-x:hidden;line-height:1.6}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--surface-dark)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}.animate-fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}
