body,html{margin:0px;padding:0px;}
.lqf-page { min-height: 100vh; background: #fff; display: flex; flex-direction: column; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #0b1f5b; }
.lqf-top { padding: 22px 32px; border-bottom: 1px solid #eef1f7; text-align: center; background-color:#073159;}
.lqf-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #0b1f5b; }
.lqf-logo-mark { display: inline-flex; gap: 3px; }
.lqf-logo-mark span { width: 8px; height: 22px; border-radius: 2px; background: #0b1f5b; }
.lqf-logo-mark span:nth-child(2) { background: #1e9be3; }
.lqf-logo-mark span:nth-child(3) { background: #f5c441; }
.lqf-logo-text { font-weight: 800; font-size: 20px; }
.lqf-logo-text span { color: #1e9be3; }
.lqf-main { flex: 1; display: flex; justify-content: center; padding: 60px 20px; }
.lqf-card { width: 100%; max-width: 420px; }
.lqf-card h1 { font-size: 28px; font-weight: 800; margin: 0 0 14px; color: #0b1f5b; }
.lqf-intro { font-size: 15px; line-height: 1.5; color: #0b1f5b; margin: 0 0 28px; }
.lqf-field { position: relative; margin-bottom: 24px; }
.lqf-field input { width: 100%; height: 56px; border: 1.5px solid #0b1f5b; border-radius: 10px; padding: 18px 16px 6px; font-size: 15px; color: #0b1f5b; background: #fff; outline: none; box-sizing: border-box; }
.lqf-field input:focus { border-color: #1e9be3; box-shadow: 0 0 0 2px rgba(30,155,227,.15); }
.lqf-field label { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: #6a7494; pointer-events: none; transition: .15s ease; font-size: 15px; background: #fff; padding: 0 4px; }
.lqf-field input:focus + label,
.lqf-field input:not(:placeholder-shown) + label { top: 0; font-size: 12px; color: #0b1f5b; }
.lqf-btn { width: 100%; height: 56px; border-radius: 999px; background: #0b1f5b; color: #cfe6f7; font-weight: 700; font-size: 16px; border: none; cursor: pointer; }
.lqf-btn:hover { background: #0a1a4c; }
.lqf-cancel { display: block; text-align: center; margin-top: 20px; color: #0b1f5b; font-weight: 700; text-decoration: underline; font-size: 14px; }
.lqf-success { background: #e8f5ed; border: 1px solid #b6dcc4; color: #0b5a2b; border-radius: 10px; padding: 16px 18px; font-size: 14px; line-height: 1.5; margin-bottom: 20px; }
.lqf-success strong { display: block; margin-bottom: 4px; color: #094a23; }