body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:#f4f4f4;font-family:Arial,sans-serif;margin:0}.centered{align-items:center;height:100vh;justify-content:center}.auth-form,.centered{display:flex;flex-direction:column}.auth-form{gap:1rem;width:300px}.auth-form button,.auth-form input{font-size:1rem;padding:.5rem}.auth-form button{background-color:#0074d9;border:none;color:#fff;cursor:pointer}.auth-form button:hover{background-color:#005fa3}.error{color:red;font-weight:500;margin:0}.dashboard-layout{display:flex;min-height:100vh}.sidebar{background:#222;color:#fff;padding:1.5rem;width:200px}.sidebar h2{margin-top:0}.sidebar ul{list-style:none;padding:0}.sidebar ul li{margin-bottom:1rem}.sidebar ul li a{color:#fff;text-decoration:none}.sidebar ul li a:hover{text-decoration:underline}.main-content{background-color:#fff;flex-grow:1;padding:1rem 2rem}.navbar{background-color:#eee;margin-bottom:1rem;padding:1rem}.cards{display:flex;flex-wrap:wrap;gap:1rem}.card{background-color:#0074d9;border-radius:8px;box-shadow:0 2px 6px #00000026;color:#fff;padding:1.5rem;width:200px}.profile-page{background-color:#fff;border-radius:8px;max-width:600px;padding:2rem}@media (max-width:700px){.dashboard-layout{flex-direction:column}.sidebar{width:auto}.cards{flex-direction:column}.card{width:auto}}
/*# sourceMappingURL=main.04e56774.css.map*/