.auth-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background:linear-gradient(135deg,#edf6f9,#a7b5df);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.auth-box{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 8px 20px #0003;width:350px;text-align:center}.auth-box h2{margin-bottom:1.5rem;color:#333}.auth-box form{display:flex;flex-direction:column}.auth-box input{margin:.6rem 0;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s}.auth-box input:focus{border-color:#667eea;outline:none}.auth-box button{margin-top:1rem;padding:.9rem;border:none;border-radius:8px;background:#667eea;color:#fff;font-size:1rem;cursor:pointer;transition:background .3s}.auth-box button:hover{background:#5a67d8}.auth-box p{margin-top:1.2rem;font-size:.9rem;color:#444}.auth-box a{color:#667eea;text-decoration:none;font-weight:500}.auth-box a:hover{text-decoration:underline}:root{font-family: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}}
