@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-stone-950: rgb(12, 10, 9);--color-stone-900: rgb(28, 25, 23);--color-stone-800: rgb(41, 37, 36);--color-stone-700: rgb(68, 64, 60);--color-stone-50: rgb(250, 250, 250);--color-stone-100: rgb(246, 246, 246);--color-gray-200: rgb(229, 231, 235);--gradient-primary: linear-gradient(270deg, rgba(2, 117, 177, .8) 0%, rgba(21, 158, 136, .8) .02%, rgba(102, 189, 139, .8) 17.5%, rgba(45, 159, 101, .8) 100%);--color-blue-primary: rgb(2, 117, 177);--color-green-primary: rgb(45, 159, 101);--color-teal: rgb(21, 158, 136);--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-card: rgba(0, 0, 0, .1) 0px 1px 3px 0px, rgba(0, 0, 0, .1) 0px 1px 2px -1px;--shadow-elevated: rgba(0, 0, 0, .3) 0px 5px 25px -10px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{margin:0;font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-stone-950);color:var(--color-stone-50);scroll-behavior:smooth}code{font-family:Monaco,Menlo,Courier New,monospace;font-size:.875rem;background:var(--color-stone-900);padding:2px 6px;border-radius:4px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-stone-900)}::-webkit-scrollbar-thumb{background:var(--color-stone-700);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-stone-700)}
