:root{--primary: #6366f1;--primary-hover: #4f46e5;--bg-main: #f8fafc;--text-dark: #1e293b;--text-muted: #64748b;--card-shadow: 0 10px 25px -5px rgba(0, 0, 0, .05), 0 8px 10px -6px rgba(0, 0, 0, .05);--transition: all .3s cubic-bezier(.4, 0, .2, 1)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:var(--bg-main);font-family:Inter,Outfit,system-ui,-apple-system,sans-serif;color:var(--text-dark)}#root{width:100%}*{transition:background-color .3s ease,border-color .3s ease;box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0f4c8188;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#0f4c81}
