*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;font-family:Roboto,sans-serif;background-color:#f5f5f5;color:#333;box-sizing:border-box}.login-wrapper{display:flex;justify-content:center;align-items:center;height:100vh;background:radial-gradient(circle at 20% 20%,rgba(120,119,198,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,119,198,.05) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(120,219,255,.05) 0%,transparent 50%),#0a0a0a;position:relative;overflow:hidden}.login-card{padding:2rem;width:100%;max-width:400px;background-color:#e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026}.login-form{display:flex;flex-direction:column;gap:1rem}.dashboard-container{display:flex;align-items:center;flex-direction:column;gap:16px;padding:32px;overflow:hidden}.dashboard-header{text-align:center;margin-bottom:24px;width:100%;display:flex;align-items:center;justify-content:center;position:relative}.dashboard-header .logout-container{position:absolute;left:0;top:0}.dashboard-header .logout-container button{margin:0}.dashboard-items{overflow-y:auto;max-height:50vh;display:flex;flex-direction:column;gap:16px;padding-right:4px}.dashboard-row{display:flex;align-items:center;gap:16px}.dashboard-card{max-width:500px;flex-grow:1}.dashboard-row button{width:100px;height:40px}
