@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{margin:0;font-family:Inter,sans-serif;background-color:#f3f4f6;color:#1f2937}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem}.auth-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:400px}.auth-title{text-align:center;margin:0 0 .5rem;font-size:1.75rem;color:#111827}.auth-subtitle{text-align:center;margin:0 0 2rem;color:#6b7280;font-size:.95rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#374151}.form-control{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;box-sizing:border-box;transition:border-color .2s}.form-control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn{padding:.75rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-block{width:100%}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8}.btn-danger{background-color:#ef4444;color:#fff}.alert{padding:.75rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem}.alert.error{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#6b7280}.auth-footer a{color:#2563eb;text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}
