body{align-items:center;background-color:#121212;color:#e4e4e4;display:flex;font-family:Arial,sans-serif;justify-content:center;min-height:100vh;transition:background-color .3s,color .3s}.container{background-color:#1f1f1f;border-radius:8px;box-shadow:0 4px 8px #00000080;max-width:500px;padding:20px;transition:background-color .3s,box-shadow .3s;width:100%}h2,h3{color:#e4e4e4;text-align:center}form{display:flex;flex-direction:column;gap:15px}input,label{color:#e4e4e4;font-size:14px}input{background-color:#333;border:1px solid #444;border-radius:4px;padding:10px;transition:border-color .3s}input:focus{border-color:#bb86fc;outline:none}button{background-color:#6200ea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:12px;transition:background-color .3s ease}button:hover{background-color:#4500b5}.profile-container p,p{font-size:14px;text-align:center}span{color:#bb86fc;cursor:pointer;font-weight:700}.profile-container{display:flex;flex-direction:column;gap:20px;padding:20px}.profile-container h2{color:#e4e4e4}.profile-container ul{list-style-type:none;padding:0}.profile-container li{color:#e4e4e4;font-size:16px}.profile-container button{margin-top:10px}
/*# sourceMappingURL=main.419abc27.css.map*/