*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f5f5f4;color:#1c1c1c;-webkit-font-smoothing:antialiased}button{cursor:pointer}button,input{font-family:inherit}.container{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:380px;background:#fff;border-radius:16px;padding:32px 24px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.brand{text-align:center;margin-bottom:24px}.brand h1{font-size:20px;font-weight:700;letter-spacing:.5px}.brand p{font-size:13px;color:#777;margin-top:4px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#444}.field input{width:100%;padding:14px;font-size:16px;border:1.5px solid #ddd;border-radius:10px;outline:none}.field input:focus{border-color:#1c1c1c}.btn-primary{width:100%;padding:14px;font-size:16px;font-weight:700;background:#1c1c1c;color:#fff;border:none;border-radius:10px;margin-top:8px}.btn-primary:disabled{opacity:.6}.error-msg{background:#fde8e8;color:#b42318;font-size:14px;padding:10px 12px;border-radius:8px;margin-bottom:16px}