body,html{margin:0px;padding:0px;}
.lqr-page { min-height: 100vh; background: #fff; display: flex; flex-direction: column; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: #0b1f5b; }
.lqr-top { padding: 22px 32px; border-bottom: 1px solid #eef1f7; text-align: center; background-color:#073159;}
.lqr-logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #0b1f5b; }
.lqr-logo-mark { display: inline-flex; gap: 3px; }
.lqr-logo-mark span { width: 8px; height: 22px; border-radius: 2px; background: #0b1f5b; }
.lqr-logo-mark span:nth-child(2) { background: #1e9be3; }
.lqr-logo-mark span:nth-child(3) { background: #f5c441; }
.lqr-logo-text { font-weight: 800; font-size: 20px; }
.lqr-logo-text span { color: #1e9be3; }
.lqr-main { flex: 1; display: flex; justify-content: center; padding: 50px 20px; }
.lqr-card { width: 100%; max-width: 720px; }
.lqr-card h1 { font-size: 32px; font-weight: 800; margin: 0 0 12px; color: #0b1f5b; }
.lqr-sub { font-size: 15px; color: #0b1f5b; margin: 0 0 24px; }
.lqr-radios { display: flex; gap: 56px; margin-bottom: 22px; }
.lqr-radio { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; color: #0b1f5b; cursor: pointer; }
.lqr-radio input { appearance: none; width: 22px; height: 22px; border: 2px solid #0b1f5b; border-radius: 50%; margin: 0; position: relative; cursor: pointer; }
.lqr-radio input:checked::after { content: ""; position: absolute; inset: 3px; background: #0b1f5b; border-radius: 50%; }
.lqr-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 18px; }
.lqr-field { display: flex; flex-direction: column; margin-bottom: 18px; }
.lqr-field label { font-weight: 700; font-size: 14px; color: #0b1f5b; margin-bottom: 8px; }
.lqr-field input { height: 44px; border: 1.5px solid #0b1f5b; border-radius: 6px; background: #eaf1fb; padding: 0 14px; font-size: 15px; color: #0b1f5b; outline: none; }
.lqr-field input:focus { border-color: #1e9be3; box-shadow: 0 0 0 2px rgba(30,155,227,.15); background: #fff; }
.lqr-row .lqr-field { margin-bottom: 0; }
.lqr-help { margin: 14px 0 6px; }
.lqr-help details { margin-bottom: 8px; }
.lqr-help summary { color: #0b1f5b; font-size: 14px; text-decoration: underline; cursor: pointer; list-style: none; padding: 4px 0; }
.lqr-help summary::-webkit-details-marker { display: none; }
.lqr-help details[open] summary { font-weight: 700; }
.lqr-help .lqr-answer { padding: 10px 14px; background: #f4f7fb; border-left: 3px solid #1e9be3; border-radius: 4px; margin-top: 6px; font-size: 14px; line-height: 1.55; color: #0b1f5b; }
.lqr-btn { margin-top: 28px; height: 52px; padding: 0 38px; border-radius: 999px; background: #8a93b8; color: #fff; font-weight: 700; font-size: 16px; border: none; cursor: pointer; }
.lqr-btn:hover { background: #767fa6; }
.lqr-login { margin-top: 18px; font-size: 14px; color: #0b1f5b; }
.lqr-login a { color: #0b1f5b; font-weight: 700; text-decoration: underline; margin-left: 6px; }
@media (max-width: 640px) {
  .lqr-row { grid-template-columns: 1fr; }
  .lqr-radios { gap: 32px; }
}