@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Poppins:wght@600&display=swap";: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}}html,body,#root{margin:0;padding:0;height:100%;width:100%;box-sizing:border-box}.app-container{font-family:Inter,sans-serif;height:100vh;background-color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;font-family:Arial,sans-serif}.app-title{font-family:Poppins;margin-bottom:2rem}.login-form{display:flex;flex-direction:column;gap:1rem;min-width:300px}.login-input{padding:.5rem;font-size:1rem;border-radius:8px;border:1px solid #ccc;outline:none;width:100%;max-width:300px;box-sizing:border-box}.login-input::placeholder{font-size:.98rem}.login-button{padding:.5rem;margin-top:.5rem;font-size:1rem;cursor:pointer;background-color:#333;color:#fff;border:none;align-self:center;min-width:190px;max-width:300px}.placeholder-message{margin-top:1rem;color:transparent;min-height:1.2em}.error-message{margin-top:1rem;font-size:.85rem;color:red;min-height:1.2em}
