*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#4f46e5,#0f766e);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;color:#1f2937;-webkit-font-smoothing:antialiased}.card{background:#fff;border-radius:16px;padding:48px 40px;box-shadow:0 20px 60px rgba(0,0,0,.2);max-width:420px;width:100%;text-align:center}.logo{width:64px;height:64px;background:linear-gradient(135deg,#4f46e5,#0f766e);border-radius:14px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;font-weight:700;letter-spacing:-1px}h1{font-size:24px;margin-bottom:6px;color:#1f2937;letter-spacing:-.4px}.subtitle{color:#6b7280;font-size:15px;margin-bottom:28px}.form{display:flex;flex-direction:column;gap:16px;text-align:left}.form label{display:block;font-size:13px;font-weight:600;color:#374151;letter-spacing:.1px}.form input{width:100%;padding:11px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;margin-top:6px;background:#f9fafb;transition:border-color .15s,background .15s,box-shadow .15s}.form input:focus{outline:none;border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px rgba(79,70,229,.15)}.form button{background:#4f46e5;color:#fff;border:none;padding:12px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;margin-top:8px;transition:background .15s,transform .05s}.form button:hover:not(:disabled){background:#4338ca}.form button:active:not(:disabled){transform:translateY(1px)}.form button:disabled{background:#9ca3af;cursor:not-allowed}.form .error{background:#fee2e2;color:#991b1b;padding:10px 14px;border-radius:8px;font-size:13px}.form .hint{font-size:12px;color:#9ca3af;text-align:center;margin-top:8px}.form .forgot{color:#4f46e5;font-size:13px;text-align:center;text-decoration:none;margin-top:4px}.form .forgot:hover{text-decoration:underline}.scaffold-banner{background:#fef3c7;color:#92400e;padding:8px 14px;border-radius:8px;font-size:12px;text-align:center;margin-bottom:16px;font-weight:600}