.auth-page{display:flex;justify-content:center;align-items:center;min-height:100svh;width:100vw;background-color:var(--background-dark, #1a1a1a);padding:clamp(12px,2vw,24px);box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto}.auth-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 1px 1px,#1ed760 1px,transparent 0);background-size:20px 20px;opacity:.1;pointer-events:none;z-index:0}.auth-content{background-color:#141414;padding:2.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:26rem;width:100%;text-align:center;position:relative;z-index:1}.auth-logo-container{margin-bottom:1.5rem;display:flex;justify-content:center}.auth-logo{height:3.5rem;width:auto}.auth-section-divider{width:100%;height:1px;background:#23272a;margin:2rem 0;border-radius:1px;opacity:.7}.auth-message{margin-bottom:1.5rem;border-radius:.375rem;background-color:#2a2a2a;padding:1rem}.auth-message-text{font-size:.875rem;color:#fff}.auth-success{margin-top:.5rem;font-size:.875rem;color:var(--primary-color, #1DB954)}.auth-form{width:100%;margin:0 auto;text-align:left}.auth-form-group{margin-bottom:1.25rem;width:100%}.auth-label{display:block;font-size:.875rem;font-weight:500;color:#fff;margin-bottom:.5rem}.auth-input{display:block;width:100%;padding:.75rem;border-radius:.375rem;border:1px solid #3a3a3a;background-color:#1f1f1f;color:#fff;font-size:1rem;line-height:1.5;box-sizing:border-box}.auth-password-wrapper{position:relative;display:flex;align-items:center}.auth-password-wrapper .auth-input{padding-right:2.5rem}.auth-password-toggle{position:absolute;right:.5rem;background:transparent;border:none;color:#aaa;cursor:pointer;padding:.2rem;display:flex;align-items:center;justify-content:center;height:2rem;width:2rem;z-index:2}.auth-password-toggle:focus{outline:none;color:#fff}.auth-password-toggle svg{width:1.25rem;height:1.25rem;pointer-events:none;color:#aaa;transition:color .2s}.auth-password-toggle:hover svg,.auth-password-toggle:focus svg{color:#fff}.auth-input:focus{outline:none;border-color:var(--primary-color, #1DB954);box-shadow:0 0 0 2px #1ed76033}.auth-error{margin-top:.5rem;font-size:.875rem;color:#ef4444}.auth-button{display:flex;width:100%;justify-content:center;align-items:center;padding:.75rem 1rem;font-size:.9rem;font-weight:600;color:#fff;background-color:var(--primary-color, #1DB954);border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s;margin-top:1.5rem}.auth-button:hover{background-color:#1ed760e6}.auth-button:disabled{opacity:.5;cursor:not-allowed}.auth-link-container{margin-top:.5rem;text-align:center}.auth-forgot-container{margin-bottom:.5rem;text-align:center}.auth-forgot-link{color:#aaa;font-size:.92rem;text-decoration:none;transition:color .2s;font-weight:500}.auth-forgot-link:hover{color:#fff;text-decoration:underline}.auth-social-icon{display:flex;align-items:center;margin-right:.01rem;font-size:1.2rem}.auth-link{font-size:.92rem;font-weight:500;color:#aaa;text-decoration:none;transition:color .2s}.auth-link:hover,.auth-forgot-link:hover{color:#fff;text-decoration:underline}.auth-social-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;font-size:1rem;font-weight:600;border-radius:.375rem;border:1px solid #23272a;padding:.75rem 1rem;cursor:pointer;transition:background .2s,box-shadow .2s;box-shadow:0 1px 2px #00000008;background:#23272a;color:#fff}.auth-social-button:hover{background:#353535}.auth-spinner{margin-right:.5rem;animation:spin 1s linear infinite;height:1rem;width:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root{width:100%;min-height:100svh;margin:0;padding:0;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
