.system-recovery-page { margin: 0; background: #f2f7fc; color: #18263b; font-family: Arial, sans-serif; }
.system-recovery-page * { letter-spacing: 0; }
.system-recovery-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1100px; margin: 24px auto; padding: 20px 24px; border-bottom: 1px solid #d6e1ed; }
.system-recovery-header img { display: block; width: 180px; max-width: 100%; height: 56px; object-fit: contain; }
.system-recovery-header a { min-width: 0; }
.system-recovery-header span { font-size: 16px; font-weight: 700; text-align: right; }
.system-recovery-main { margin-top: 56px; }
.system-recovery-form { display: grid; gap: 12px; }
.system-recovery-form label { font-size: 14px; font-weight: 700; }
.system-recovery-form input { box-sizing: border-box; width: 100%; min-width: 0; min-height: 48px; border: 1px solid #b8cbe0; border-radius: 8px; padding: 12px; font: inherit; background: white; color: #18263b; }
.system-recovery-form button { margin-top: 8px; min-height: 48px; border: 0; border-radius: 8px; padding: 12px 20px; background: #246ed5; color: white; font: inherit; font-weight: 700; cursor: pointer; }
.system-recovery-form button:hover { background: #1959b4; }
.system-recovery-form :focus-visible { outline: 2px solid #246ed5; outline-offset: 3px; }
.system-recovery-success { color: #08764e; font-size: 22px; line-height: 1.3; }
@media (max-width: 480px) {
    .system-recovery-header { margin: 0; gap: 16px; padding: 16px; }
    .system-recovery-header img { width: 144px; height: 48px; }
    .system-recovery-header span { max-width: 130px; font-size: 14px; }
    .system-recovery-main { margin-top: 24px; }
}
