/*
  The welcome walk (class.user_welcome.php, user_welcome.php): a new person's first questions
  on the process-drawer frame (process_drawer.css, pd_ classes). Only this walk's own pieces
  live here — the header with the logo and Sign out, the hello panel, the review rows, the
  found-you note, the done panel. px throughout (a rem is 10px on this site).
*/

.user_welcome
{
  height: 100%;
  min-height: 100%;
  background: #f5f8f8;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.user_welcome_html_body { height: 100%; margin: 0; background: #f4f6f6; }
.user_welcome_panel .user_welcome { height: 100%; }

/* ---- header: the logo, Welcome, the dots, Sign out ---- */

.uw_header
{
  background: #007A85;
  height: auto;
  flex: none;
  padding: calc(10px + env(safe-area-inset-top)) 16px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.uw_logo { flex: none; height: 30px; width: 30px; border-radius: 7px; }
.uw_header_title
{
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  min-width: 0;
  white-space: nowrap;
}
.uw_dots { margin-left: 2px; margin-right: auto; }
.uw_signout
{
  flex: none;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 6px;
  padding: 6px 10px;
  line-height: 1;
  text-decoration: none;
}
.uw_signout:hover, .uw_signout:focus { color: #ffffff; background: rgba(255,255,255,0.12); text-decoration: none; }

/* ---- body: the panel has room on a wide screen ---- */

.uw_body
{
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.uw_body > * { max-width: 640px; }
@media (min-width: 768px)
{
  .uw_body { padding: 28px 28px 36px; }
}

/* the cards take a second line for their copy */
.uw_card { align-items: flex-start; padding: 14px 12px; }
.uw_card .pd_card_icon { margin-top: 2px; }
.uw_card_name { white-space: normal; }
.uw_card_sub { white-space: normal; line-height: 1.35; }
.uw_card .pd_card_check { margin-top: 8px; }

/* the form box carries plain 46px inputs; a second field sits under the first */
.uw_input { -webkit-appearance: none; }
.uw_chips { margin-bottom: 6px; }

/* ---- hello ---- */

.uw_hello { text-align: center; padding: 18px 8px 8px; margin: 0 auto; }
.uw_hello_art
{
  width: 84px;
  height: 84px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--pd_brand_wash);
  color: var(--pd_brand);
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.uw_hello .pd_question { margin-bottom: 10px; }
.uw_hello .pd_hint { margin-bottom: 22px; }
.uw_hello_list
{
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  margin: 0 auto 22px;
}
.uw_hello_item
{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--pd_ink);
}
.uw_hello_item .bi { color: var(--pd_brand); font-size: 22px; }
.uw_hello_time
{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: var(--pd_faint);
  font-size: 13px;
  font-weight: 700;
}

/* ---- review: a row per answer, the whole row is the Edit ---- */

.uw_review
{
  background: #ffffff;
  border: 1.5px solid var(--pd_line);
  border-radius: var(--pd_radius);
  overflow: hidden;
}
.uw_review_row
{
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 14px;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--pd_line);
  color: var(--pd_ink);
  font: inherit;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.uw_review_row:last-child { border-bottom: 0; }
.uw_review_row:hover { background: #fbfdfd; }
.uw_review_text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.uw_review_label
{
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: var(--pd_faint);
}
.uw_review_value { font-size: 16px; font-weight: 700; word-break: break-word; }
.uw_review_sub { font-size: 13px; color: var(--pd_muted); word-break: break-word; }
.uw_review_edit { flex: none; color: var(--pd_brand); font-size: 14px; font-weight: 700; }

/* the wrong-email case, found */
.uw_found
{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  background: #e3f6ec;
  border: 1px solid #bfe8d0;
  border-radius: var(--pd_radius);
  padding: 12px 14px;
  color: #1f5a3a;
  font-size: 14px;
  line-height: 1.45;
}
.uw_found .bi { color: #1f7a45; font-size: 18px; margin-top: 1px; }

/* ---- done ---- */

.uw_done { text-align: center; padding: 28px 8px 8px; margin: 0 auto; }
.uw_done .pd_question { margin-bottom: 8px; }
.uw_done_mark
{
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--pd_brand_wash);
  color: var(--pd_brand);
  font-size: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.uw_home.btn { display: inline-flex; text-decoration: none; }

/* the footer buttons breathe on a wide screen */
.uw_foot .pd_next { max-width: 360px; margin-left: auto; }
.uw_foot .pd_back + .pd_next { margin-left: auto; }
@media (max-width: 767px)
{
  .uw_foot .pd_next { max-width: none; }
}
