.identity-recovery {
    align-items: center;
    background: #f4f6fb;
    display: flex;
    min-height: calc(100vh - 120px);
    padding: 32px;
}

.identity-recovery__card {
    background: #fff;
    border: 1px solid #d8dee8;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
    margin: 0 auto;
    max-width: 840px;
    padding: 28px;
    width: 100%;
}

.identity-recovery__brand {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 24px;
}

.identity-recovery__brand > span {
    align-items: center;
    background: #0f62fe;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.identity-recovery__brand p,
.identity-recovery__brand h1 {
    margin: 0;
}

.identity-recovery__brand p {
    color: #64748b;
    font-size: 0.82rem;
    text-transform: uppercase;
}

.identity-recovery__panel {
    display: grid;
    gap: 16px;
}

.identity-recovery__panel.is-hidden {
    display: none;
}

.identity-recovery__panel label {
    color: #334155;
    display: grid;
    font-weight: 700;
    gap: 6px;
}

.identity-recovery__panel input {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 12px;
}

.identity-recovery button {
    background: #0f62fe;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-weight: 800;
    padding: 10px 14px;
}

.identity-recovery button:disabled {
    background: #94a3b8;
}

.identity-recovery__methods {
    display: grid;
    gap: 12px;
}

.identity-recovery__methods article {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: grid;
    gap: 10px;
    padding: 14px;
}

.identity-recovery__methods form {
    align-items: center;
    display: flex;
    gap: 8px;
}

.identity-recovery__status,
.identity-recovery__alert {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    color: #1e3a8a;
    padding: 10px 12px;
}

.identity-recovery__alert {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.identity-recovery__reset.is-disabled {
    opacity: 0.65;
}
