*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.test-credentials{background:#edf2f7;border-radius:8px;color:#4a5568;font-size:.875rem;margin-top:2rem;padding:1rem;text-align:center}.test-credentials p{margin:.25rem 0}.test-credentials strong{color:#2d3748}.auth-container{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;max-width:450px;padding:3rem;width:100%}.auth-card h2{color:#1a202c;font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#718096;margin-bottom:2rem;text-align:center}.error-message{background:#fed7d7;border-radius:8px;color:#c53030;font-size:.875rem;margin-bottom:1rem;padding:.75rem}.auth-form{gap:1.5rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#2d3748;font-size:.875rem;font-weight:600}.form-group input{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem;transition:all .3s ease}.btn-primary:hover:not(:disabled){box-shadow:0 8px 16px #667eea4d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.auth-footer{color:#718096;margin-top:1.5rem;text-align:center}.auth-footer a{color:#667eea;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.dashboard-container{min-height:100vh;padding:2rem}.dashboard-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.dashboard-header h1{color:#fff;font-size:2rem;font-weight:700}.btn-logout{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-logout:hover{background:#ffffff4d;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.dashboard-content{margin:0 auto;max-width:800px}.welcome-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:3rem;text-align:center}.welcome-card h2{color:#1a202c;font-size:2rem;margin-bottom:1rem}.welcome-card>p{color:#718096;font-size:1.125rem;margin-bottom:2rem}.user-info{background:#f7fafc;border-radius:12px;margin-top:2rem;padding:2rem;text-align:left}.user-info h3{color:#2d3748;font-size:1.5rem;margin-bottom:1rem}.user-info p{color:#4a5568;font-size:1rem;margin:.5rem 0}.user-info strong{color:#2d3748}.loading-container{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{to{transform:rotate(1turn)}}