@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--c-bg: #F4F8FD;--c-bg2: #FFFFFF;--c-tile: #FFFFFF;--c-tile2: #EDF3FC;--c-line: #E1EAF6;--c-line2: #CBDAEE;--c-ink: #2874F0;--c-inkDeep: #1B5FD9;--c-inkSoft: #EAF1FE;--c-sky: #5BA8FF;--c-violet: #2874F0;--c-pink: #5BA8FF;--c-amber: #B45309;--c-green: #15803D;--c-red: #B42318;--c-text: #0F1B2D;--c-sub: #5A6B84;--c-faint: #93A1B8;--c-grad: linear-gradient(135deg,#2874F0 0%,#5BA8FF 100%)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,#root{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--c-bg);color:var(--c-text);min-height:100vh;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--c-line2);border-radius:6px}::selection{background:var(--c-inkSoft);color:var(--c-text)}.fade-up{animation:fadeUp .35s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}input,select,textarea{font-family:inherit;outline:none}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}
