.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#282c34;padding:1rem}.auth-card{background-color:#1e2127;border-radius:12px;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 4px 6px #0000004d}.auth-card h2{color:#61dafb;text-align:center;margin-bottom:2rem;font-size:1.75rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#fff;margin-bottom:.5rem;font-weight:500}.form-group input{width:100%;padding:.75rem;border:2px solid #3a3f4b;border-radius:6px;background-color:#282c34;color:#fff;font-size:1rem;transition:border-color .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#61dafb}.form-group input:disabled{opacity:.6;cursor:not-allowed}.form-group small{display:block;color:#8892a6;margin-top:.25rem;font-size:.875rem}.error-message{background-color:#ff6b6b22;border:1px solid #ff6b6b;color:#ff6b6b;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.btn-primary{width:100%;padding:.875rem;background-color:#61dafb;color:#1e2127;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-primary:hover:not(:disabled){background-color:#4fa8c5}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.auth-footer{margin-top:1.5rem;text-align:center}.auth-footer p{color:#8892a6;font-size:.9rem}.btn-link{background:none;border:none;color:#61dafb;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:0;margin:0}.btn-link:hover:not(:disabled){color:#4fa8c5}.btn-link:disabled{opacity:.6;cursor:not-allowed}.dashboard{min-height:100vh;background-color:#282c34}.dashboard-nav{background-color:#1e2127;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0003}.dashboard-nav h1{color:#61dafb;margin:0;font-size:1.75rem}.nav-right{display:flex;align-items:center;gap:1.5rem}.user-info{color:#fff;font-weight:500;display:flex;align-items:center;gap:.5rem}.admin-badge{background-color:#61dafb;color:#1e2127;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.btn-logout{background-color:#ff6b6b;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-logout:hover{background-color:#ff5252}.dashboard-content{padding:2rem;max-width:1200px;margin:0 auto}.welcome-card{background-color:#1e2127;border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px #0000004d}.welcome-card h2{color:#61dafb;margin-top:0;margin-bottom:.5rem;font-size:2rem}.welcome-card>p{color:#8892a6;margin-bottom:2rem}.user-details{background-color:#282c34;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.user-details h3{color:#61dafb;margin-top:0;margin-bottom:1rem;font-size:1.25rem}.detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #3a3f4b}.detail-row:last-child{border-bottom:none}.detail-row .label{color:#8892a6;font-weight:500}.detail-row .value{color:#fff}.admin-section{background-color:#61dafb22;border:2px solid #61dafb;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.admin-section h3{color:#61dafb;margin-top:0;margin-bottom:.75rem;font-size:1.25rem}.admin-section p{color:#fff;margin-bottom:.5rem}.admin-section ul{color:#fff;margin:0;padding-left:1.5rem}.admin-section li{margin-bottom:.25rem}.next-steps{background-color:#282c34;border-radius:8px;padding:1.5rem}.next-steps h3{color:#61dafb;margin-top:0;margin-bottom:.75rem;font-size:1.25rem}.next-steps p{color:#fff;margin-bottom:.5rem}.next-steps ul{color:#fff;margin:0;padding-left:1.5rem}.next-steps li{margin-bottom:.25rem}@media (max-width: 768px){.dashboard-nav{flex-direction:column;gap:1rem;align-items:flex-start}.nav-right{width:100%;justify-content:space-between}.dashboard-content{padding:1rem}.welcome-card{padding:1.5rem}}.App{text-align:center;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#282c34}.loading{color:#61dafb;font-size:1.5rem;font-weight:500}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
