@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Rock+Salt&display=swap";:root{--color-bg: #111111;--color-surface: #161616;--color-border: rgba(255, 255, 255, .06);--color-text: #f0f0f0;--color-text-muted: #888888;--color-text-subtle: #555555;--radius: 0px;--transition: .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:300;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;letter-spacing:-.01em}#root{min-height:100vh;display:flex;flex-direction:column}::selection{background:rgba(255,255,255,.15)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.2)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}
