*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f3f4f6;color:#111827;line-height:1.5}.login-container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 0}.login-card{width:100%;max-width:28rem;margin-top:1.5rem;padding:1.5rem;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-radius:.5rem}.login-title{font-size:1.5rem;font-weight:600;text-align:center;margin-bottom:1.5rem;color:#111827}.form-group{margin-bottom:1rem}.form-group:last-of-type{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;font-size:.875rem;color:#374151;margin-bottom:.25rem}.form-input{display:block;width:100%;margin-top:.25rem;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;color:#111827;background-color:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-checkbox{display:inline-flex;align-items:center;margin-top:1rem}.form-checkbox input[type=checkbox]{width:1rem;height:1rem;border:1px solid #d1d5db;border-radius:.25rem;color:#6366f1;background-color:#fff;margin-right:.5rem}.form-checkbox input[type=checkbox]:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-checkbox span{font-size:.875rem;color:#6b7280}.form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.form-link{font-size:.875rem;color:#6b7280;text-decoration:underline;transition:color .15s ease-in-out}.form-link:hover{color:#111827}.form-button{display:inline-flex;align-items:center;padding:.5rem 1rem;background-color:#1f2937;border:1px solid transparent;border-radius:.375rem;font-weight:600;font-size:.75rem;color:#fff;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:background-color .15s ease-in-out,border-color .15s ease-in-out}.form-button:hover{background-color:#374151}.form-button:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px #9ca3af80}.form-button:disabled{opacity:.25;cursor:not-allowed}.alert{padding:.75rem;margin-bottom:1rem;border-radius:.375rem;font-size:.875rem;font-weight:500}.alert-success{color:#059669;background-color:#d1fae5;border:1px solid #a7f3d0}.alert-error{color:#dc2626;background-color:#fee2e2;border:1px solid #fecaca}.alert-error ul{margin-top:.75rem;padding-left:1.5rem;list-style-type:disc}.alert-error li{margin-bottom:.25rem}@media (max-width: 640px){.login-container{padding:1rem}.login-card{margin-top:1rem;padding:1rem}.form-actions{flex-direction:column;align-items:stretch;gap:1rem}.form-button{width:100%;justify-content:center}}
