.loading-spinner{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;background-color:var(--background-dark)}.loading-spinner__gif{width:120px;height:120px;object-fit:contain}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background-dark: #10121b;--text-white: #ffffff;--text-gray: #777c99;--primary-green: #02ff9e;--border-gray: #777c99;--card-white: #ffffff;--font-kode-mono: "Kode Mono", monospace;--font-inter: "Inter", sans-serif;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.5rem}body{font-family:var(--font-inter);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-dark);color:var(--text-white);overflow-x:hidden}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.6}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;background:none}button:disabled{cursor:not-allowed;opacity:.5}input,textarea{font-family:inherit;font-size:inherit;border:none;outline:none}input::placeholder,textarea::placeholder{color:var(--text-gray)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
