/* Portal BPJS Mobile UI V12
   Compact Plus Jakarta Sans typography and app-like participant area. */
:root {
  --user-blue-v11: #0763ad;
  --user-blue-dark-v11: #063d75;
  --user-green-v11: #16b86a;
  --user-navy-v11: #142d49;
  --user-muted-v11: #66778a;
  --user-line-v11: #dce7f0;
  --user-bg-v11: #f4f9fc;
}

.mobile-notification-v11 { display: none; }
.notification-dot-v11 {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #18b86b;
}

.user-area-v11,
.auth-area-v11 {
  font-family: "Plus Jakarta Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--user-navy-v11);
}

.user-app-v11 {
  padding: 28px 0 46px;
  background:
    radial-gradient(circle at 8% 0%, rgba(15, 137, 205, .08), transparent 28%),
    linear-gradient(180deg, #f8fbfd 0%, var(--user-bg-v11) 100%);
}
.user-app-shell-v11 {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
}
.user-alert-v11 { margin-bottom: 16px; }

.user-profile-card-v11,
.user-tabs-v11,
.user-card-v11,
.user-stat-strip-v11 {
  border: 1px solid var(--user-line-v11);
  border-radius: 20px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 12px 32px rgba(16, 63, 102, .07);
}

.user-profile-card-v11 { margin-bottom: 18px; }
.user-profile-main-v11 {
  min-height: 150px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 30px;
  color: inherit;
  text-decoration: none;
}
.user-avatar-large-v11 {
  position: relative;
  width: 112px;
  height: 112px;
  flex: 0 0 112px;
  display: grid;
  place-items: center;
  overflow: visible;
  border: 7px solid #e7f3fb;
  border-radius: 50%;
  background: linear-gradient(145deg, #0878c6, #07539c);
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.user-avatar-large-v11 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.avatar-edit-v11 {
  position: absolute;
  right: -5px;
  bottom: 1px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--user-green-v11);
  color: #fff;
}
.avatar-edit-v11 svg { width: 16px; height: 16px; }
.user-profile-copy-v11 { min-width: 0; flex: 1; }
.user-profile-copy-v11 strong {
  display: block;
  color: var(--user-navy-v11);
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -.02em;
}
.user-profile-copy-v11 > span {
  display: block;
  margin-top: 7px;
  color: var(--user-muted-v11);
  font-size: 14px;
  overflow-wrap: anywhere;
}
.user-profile-copy-v11 em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e8faef;
  color: #0b9e58;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.user-profile-copy-v11 em svg { width: 16px; height: 16px; }
.profile-chevron-v11 { color: #51657a; }
.profile-chevron-v11 svg { width: 26px; height: 26px; }

.user-tabs-v11 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 5px;
  margin-bottom: 20px;
  padding: 8px;
}
.user-tabs-v11 a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 8px;
  border-radius: 14px;
  color: #536478;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}
.user-tabs-v11 a svg { width: 21px; height: 21px; }
.user-tabs-v11 a.active {
  background: #e9f5fd;
  color: var(--user-blue-v11);
}

.user-welcome-v11 {
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding: 30px 36px;
  overflow: hidden;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(112deg, #0864b1 0%, #087bc0 53%, #14bb72 100%);
  box-shadow: 0 14px 34px rgba(5, 100, 170, .16);
}
.user-welcome-v11::before {
  content: '';
  position: absolute;
  inset: auto -8% -80px 32%;
  height: 170px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}
.user-welcome-v11 > div:first-child { position: relative; z-index: 2; }
.user-welcome-v11 h1 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -.025em;
}
.user-welcome-v11 p {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 16px;
  line-height: 1.7;
}
.welcome-art-v11 {
  position: relative;
  z-index: 2;
  width: 190px;
  flex: 0 0 190px;
}
.welcome-art-v11 svg { width: 100%; height: auto; display: block; }
.user-welcome-v11.compact-v11 { min-height: 140px; }
.compact-art-v11 {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(255,255,255,.14);
}
.compact-art-v11 svg { width: 42px; height: 42px; }

.user-quick-grid-v11 {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
  margin-bottom: 20px;
}
.user-quick-grid-v11 a {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 14px;
  border: 1px solid var(--user-line-v11);
  border-radius: 18px;
  background: #fff;
  color: var(--user-navy-v11);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(12, 58, 95, .06);
  transition: transform .18s ease, box-shadow .18s ease;
}
.user-quick-grid-v11 a:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(12, 58, 95, .10); }
.quick-icon-v11,
.activity-icon-v11,
.stat-icon-v11 {
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.quick-icon-v11 {
  width: 62px;
  height: 62px;
  margin-bottom: 15px;
}
.quick-icon-v11 svg { width: 32px; height: 32px; }
.quick-icon-v11.blue { background: #e8f4fc; color: #0870bd; }
.quick-icon-v11.green { background: #e9f9f1; color: #12a962; }
.user-quick-grid-v11 strong {
  color: inherit;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}
.user-quick-grid-v11 a:nth-child(2) strong,
.user-quick-grid-v11 a:nth-child(4) strong { color: #0da65e; }
.user-quick-grid-v11 small {
  margin-top: 8px;
  color: var(--user-muted-v11);
  font-size: 13px;
  line-height: 1.55;
}

.user-card-v11 { margin-bottom: 20px; padding: 25px 28px; }
.user-section-heading-v11 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}
.user-section-heading-v11 h1,
.user-section-heading-v11 h2 {
  margin: 0;
  color: var(--user-navy-v11);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -.01em;
}
.user-section-heading-v11 a {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--user-blue-v11);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.user-section-heading-v11 a svg { width: 18px; height: 18px; }

.activity-list-v11 { position: relative; }
.activity-item-v11 {
  display: grid;
  grid-template-columns: 50px minmax(0,1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #e9eff4;
  color: inherit;
  text-decoration: none;
}
.activity-item-v11:last-child { border-bottom: 0; }
.activity-icon-v11 { width: 46px; height: 46px; }
.activity-icon-v11 svg { width: 24px; height: 24px; }
.activity-icon-v11.new { color: #0870bd; background: #e9f5fd; }
.activity-icon-v11.progress { color: #e49a08; background: #fff7df; }
.activity-icon-v11.done { color: #11a760; background: #e9f9f1; }
.activity-icon-v11.danger { color: #c74848; background: #fff0f0; }
.activity-copy-v11 { min-width: 0; }
.activity-copy-v11 strong { display: block; color: #1a3857; font-size: 14px; font-weight: 700; }
.activity-copy-v11 small { display: block; margin-top: 4px; color: #7a8998; font-size: 12px; }
.activity-meta-v11 { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.activity-meta-v11 time { color: #7c8b9a; font-size: 11px; }
.status-pill-v11 {
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}
.status-pill-v11.new { color: #0870bd; background: #e9f5fd; }
.status-pill-v11.progress { color: #d48700; background: #fff5d8; }
.status-pill-v11.done { color: #0d9b58; background: #e8f9f0; }
.status-pill-v11.danger { color: #b63d3d; background: #fff0f0; }
.user-empty-v11 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 120px;
  padding: 22px;
  border: 1px dashed #c7d9e8;
  border-radius: 16px;
  background: #fbfdff;
  color: #738397;
}
.user-empty-v11 > svg { width: 42px; height: 42px; padding: 9px; border-radius: 50%; background: #edf4f9; }
.user-empty-v11 strong { display: block; color: #35506a; font-size: 14px; }
.user-empty-v11 span { display: block; margin-top: 4px; font-size: 12px; }

.user-stat-strip-v11 {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin-bottom: 12px;
  padding: 18px 10px;
}
.user-stat-strip-v11 > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px auto;
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  padding: 0 18px;
  border-right: 1px solid #e5edf4;
}
.user-stat-strip-v11 > div:last-child { border-right: 0; }
.stat-icon-v11 { width: 46px; height: 46px; grid-row: 1 / 3; }
.stat-icon-v11 svg { width: 24px; height: 24px; }
.stat-icon-v11.blue { color: #0870bd; background: #e9f5fd; }
.stat-icon-v11.green { color: #11a760; background: #e9f9f1; }
.user-stat-strip-v11 b { color: var(--user-blue-v11); font-size: 22px; line-height: 1.1; }
.user-stat-strip-v11 > div:nth-child(2) b,
.user-stat-strip-v11 > div:nth-child(4) b { color: #10a85f; }
.user-stat-strip-v11 small { color: #6c7d90; font-size: 11px; line-height: 1.35; }

.user-form-card-v11 { padding: 26px 28px; }
.user-form-grid-v11 {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 15px;
}
.user-form-grid-v11 .full { grid-column: 1 / -1; }
.user-area-v11 .account-form-v10 .field { margin: 0; }
.user-area-v11 .account-form-v10 label {
  color: #263f58;
  font-size: 13px;
  font-weight: 700;
}
.user-area-v11 .account-form-v10 input,
.user-area-v11 .account-form-v10 select,
.user-area-v11 .account-form-v10 textarea {
  min-height: 46px;
  border-radius: 12px;
  font-size: 14px;
}
.user-area-v11 .account-form-v10 textarea { min-height: 130px; }
.user-primary-button-v11 { margin-top: 18px; min-height: 46px; font-size: 14px; }
.user-photo-editor-v11 {
  display: grid;
  grid-template-columns: 126px minmax(0,1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6eef4;
}
.user-avatar-editor-v11 {
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 6px solid #e7f3fb;
  border-radius: 50%;
  background: linear-gradient(145deg, #0878c6, #07539c);
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}
.user-avatar-editor-v11 img { width: 100%; height: 100%; object-fit: cover; }
.upload-button-v11 {
  width: fit-content;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px !important;
  padding: 10px 14px;
  border: 1px solid #0b6eb8;
  border-radius: 11px;
  color: #0b67aa !important;
  cursor: pointer;
  font-size: 13px !important;
}
.upload-button-v11 svg { width: 19px; height: 19px; }
.file-input-v11 { position: absolute; width: 1px !important; height: 1px !important; opacity: 0; pointer-events: none; }
.user-photo-editor-v11 small { display: block; color: #7a8998; font-size: 11px; }
.remove-photo-v11 { display: inline-flex !important; align-items: center; gap: 7px; margin-top: 10px !important; color: #a23d3d !important; font-size: 12px !important; }
.user-logout-v11 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fff1f1;
  color: #a63636;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.user-logout-v11 svg { width: 19px; height: 19px; }
.form-security-note-v11 { margin: 14px 0 0; color: #738397; font-size: 11px; line-height: 1.55; }

.user-bottom-nav-v11 { display: none; }

/* Authentication pages keep the existing functions but use the new typography. */
.auth-area-v11 .account-page-v10 { font-family: "Plus Jakarta Sans", Inter, sans-serif; }
.auth-area-v11 .account-auth-side-v10 h1 { font-size: 30px; letter-spacing: -.02em; }
.auth-area-v11 .account-auth-side-v10 p,
.auth-area-v11 .account-auth-side-v10 li { font-size: 14px; }
.auth-area-v11 .account-tabs-v10 a,
.auth-area-v11 .account-form-v10 label,
.auth-area-v11 .account-form-v10 input,
.auth-area-v11 .account-form-v10 button { font-size: 14px; }

@media (max-width: 900px) {
  body {
    font-family: "Plus Jakarta Sans", Inter, system-ui, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
  }
  .top-notice { padding: 8px 12px; font-size: 11px; line-height: 1.4; }
  .page-title { font-size: 27px !important; letter-spacing: -.02em; }
  .page-desc { font-size: 14px; line-height: 1.65; }
  .btn { font-size: 13px; }
  .news-card h3 { font-size: 15px; }
  .news-body p { font-size: 12px; }

  body.user-area-v11 .site-header .nav-wrap {
    min-height: 70px;
    gap: 10px;
  }
  body.user-area-v11 .mobile-login-v10 { display: none !important; }
  body.user-area-v11 .mobile-notification-v11 {
    position: relative;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    margin-left: auto;
    border-radius: 11px;
    color: #123b5e;
    text-decoration: none;
  }
  body.user-area-v11 .mobile-notification-v11 svg { width: 25px; height: 25px; }
  body.user-area-v11 .site-header .mobile-toggle { margin-left: 0; }
  body.user-area-v11 .site-header .brand { flex: 0 1 170px; width: 170px !important; max-width: 170px; }
  body.user-area-v11 .site-header .brand img { width: 170px !important; }
  body.user-area-v11 .site-footer { display: none; }

  .user-app-v11 { padding: 18px 0 104px; }
  .user-app-shell-v11 { width: min(100% - 28px, 760px); }
  .user-profile-card-v11,
  .user-tabs-v11,
  .user-card-v11,
  .user-stat-strip-v11 { border-radius: 17px; box-shadow: 0 8px 25px rgba(15,63,101,.065); }
  .user-profile-main-v11 { min-height: 126px; gap: 18px; padding: 18px 22px; }
  .user-avatar-large-v11 { width: 92px; height: 92px; flex-basis: 92px; border-width: 6px; font-size: 32px; }
  .avatar-edit-v11 { width: 30px; height: 30px; }
  .avatar-edit-v11 svg { width: 14px; height: 14px; }
  .user-profile-copy-v11 strong { font-size: 21px; }
  .user-profile-copy-v11 > span { font-size: 12px; }
  .user-profile-copy-v11 em { margin-top: 9px; padding: 6px 10px; font-size: 10px; }
  .profile-chevron-v11 svg { width: 21px; height: 21px; }

  .user-tabs-v11 { margin-bottom: 16px; padding: 6px; overflow-x: auto; scrollbar-width: none; }
  .user-tabs-v11::-webkit-scrollbar { display: none; }
  .user-tabs-v11 a { min-width: 0; min-height: 48px; gap: 6px; padding: 8px 5px; border-radius: 12px; font-size: 12px; }
  .user-tabs-v11 a svg { width: 19px; height: 19px; }

  .user-welcome-v11 { min-height: 158px; margin-bottom: 16px; padding: 24px 27px; border-radius: 18px; }
  .user-welcome-v11 h1 { font-size: 24px; margin-bottom: 7px; }
  .user-welcome-v11 p { max-width: 390px; font-size: 13px; line-height: 1.65; }
  .welcome-art-v11 { width: 155px; flex-basis: 155px; }
  .user-welcome-v11.compact-v11 { min-height: 125px; }
  .compact-art-v11 { width: 65px; height: 65px; }
  .compact-art-v11 svg { width: 34px; height: 34px; }

  .user-quick-grid-v11 { gap: 10px; margin-bottom: 16px; }
  .user-quick-grid-v11 a { min-height: 162px; padding: 18px 10px; border-radius: 16px; }
  .quick-icon-v11 { width: 54px; height: 54px; margin-bottom: 12px; }
  .quick-icon-v11 svg { width: 28px; height: 28px; }
  .user-quick-grid-v11 strong { font-size: 13px; }
  .user-quick-grid-v11 small { margin-top: 6px; font-size: 11px; }

  .user-card-v11 { margin-bottom: 16px; padding: 21px 22px; }
  .user-section-heading-v11 { margin-bottom: 14px; }
  .user-section-heading-v11 h1,
  .user-section-heading-v11 h2 { font-size: 18px; }
  .user-section-heading-v11 a { font-size: 11px; }
  .activity-item-v11 { grid-template-columns: 42px minmax(0,1fr) auto; gap: 11px; padding: 12px 0; }
  .activity-icon-v11 { width: 39px; height: 39px; }
  .activity-icon-v11 svg { width: 20px; height: 20px; }
  .activity-copy-v11 strong { font-size: 12px; }
  .activity-copy-v11 small { font-size: 10px; }
  .activity-meta-v11 time { font-size: 9px; }
  .status-pill-v11 { padding: 4px 7px; font-size: 9px; }

  .user-stat-strip-v11 { padding: 14px 4px; }
  .user-stat-strip-v11 > div { grid-template-columns: 39px auto; column-gap: 7px; padding: 0 10px; }
  .stat-icon-v11 { width: 38px; height: 38px; }
  .stat-icon-v11 svg { width: 20px; height: 20px; }
  .user-stat-strip-v11 b { font-size: 18px; }
  .user-stat-strip-v11 small { font-size: 9px; }

  .user-bottom-nav-v11 {
    position: fixed;
    z-index: 1100;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    padding: 7px 5px;
    border: 1px solid #e1eaf1;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 35px rgba(8,46,79,.16);
    backdrop-filter: blur(14px);
  }
  .user-bottom-nav-v11 a {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 6px 2px;
    border-radius: 12px;
    color: #657485;
    text-decoration: none;
    font-size: 9px;
    font-weight: 600;
  }
  .user-bottom-nav-v11 a svg { width: 21px; height: 21px; }
  .user-bottom-nav-v11 a.active { background: #eaf5fd; color: var(--user-blue-v11); }

  .user-photo-editor-v11 { grid-template-columns: 108px minmax(0,1fr); gap: 16px; }
  .user-avatar-editor-v11 { width: 100px; height: 100px; font-size: 31px; }
  .user-form-grid-v11 { gap: 13px; }
  .user-form-card-v11 { padding: 21px 20px; }
  .user-area-v11 .account-form-v10 label { font-size: 12px; }
  .user-area-v11 .account-form-v10 input,
  .user-area-v11 .account-form-v10 select,
  .user-area-v11 .account-form-v10 textarea { font-size: 13px; }

  .auth-area-v11 .account-page-v10 { padding: 20px 0 40px; }
  .auth-area-v11 .account-auth-shell-v10 { width: min(100% - 26px, 600px); border-radius: 18px; }
  .auth-area-v11 .account-auth-side-v10,
  .auth-area-v11 .account-auth-form-v10 { padding: 24px 21px; }
  .auth-area-v11 .account-auth-side-v10 h1 { font-size: 25px; }
  .auth-area-v11 .account-auth-side-v10 p,
  .auth-area-v11 .account-auth-side-v10 li,
  .auth-area-v11 .account-form-v10 label,
  .auth-area-v11 .account-form-v10 input,
  .auth-area-v11 .account-form-v10 button { font-size: 13px; }
}

@media (max-width: 560px) {
  body.user-area-v11 .site-header .brand { width: 150px !important; max-width: 150px; flex-basis: 150px; }
  body.user-area-v11 .site-header .brand img { width: 150px !important; }
  .user-app-shell-v11 { width: calc(100% - 22px); }
  .user-profile-main-v11 { gap: 14px; padding: 16px 17px; }
  .user-avatar-large-v11 { width: 78px; height: 78px; flex-basis: 78px; font-size: 27px; }
  .user-profile-copy-v11 strong { font-size: 18px; }
  .user-profile-copy-v11 > span { font-size: 10.5px; }
  .user-tabs-v11 { grid-template-columns: repeat(4, 105px); justify-content: start; }
  .user-tabs-v11 a { font-size: 10.5px; }
  .user-welcome-v11 { min-height: 145px; padding: 22px 20px; }
  .user-welcome-v11 h1 { font-size: 21px; }
  .user-welcome-v11 p { max-width: 265px; font-size: 11.5px; }
  .welcome-art-v11 { width: 112px; flex-basis: 112px; margin-right: -12px; }
  .user-quick-grid-v11 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .user-quick-grid-v11 a { min-height: 145px; }
  .user-stat-strip-v11 { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; padding: 7px; }
  .user-stat-strip-v11 > div { min-height: 72px; border-right: 0; border-bottom: 1px solid #e8eff5; }
  .user-stat-strip-v11 > div:nth-child(odd) { border-right: 1px solid #e8eff5; }
  .user-stat-strip-v11 > div:nth-child(3),
  .user-stat-strip-v11 > div:nth-child(4) { border-bottom: 0; }
  .activity-item-v11 { grid-template-columns: 39px minmax(0,1fr); }
  .activity-meta-v11 { grid-column: 2; flex-direction: row; align-items: center; justify-content: space-between; }
  .user-form-grid-v11 { grid-template-columns: 1fr; }
  .user-form-grid-v11 .full { grid-column: auto; }
  .user-photo-editor-v11 { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .upload-button-v11 { margin-inline: auto !important; }
}

@media (max-width: 380px) {
  body.user-area-v11 .site-header .brand { width: 134px !important; max-width: 134px; flex-basis: 134px; }
  body.user-area-v11 .site-header .brand img { width: 134px !important; }
  .user-profile-main-v11 { padding: 14px; }
  .user-avatar-large-v11 { width: 68px; height: 68px; flex-basis: 68px; font-size: 23px; }
  .avatar-edit-v11 { width: 25px; height: 25px; }
  .user-profile-copy-v11 strong { font-size: 16px; }
  .user-profile-copy-v11 em { display: none; }
  .user-welcome-v11 { min-height: 132px; }
  .welcome-art-v11 { width: 88px; flex-basis: 88px; }
  .user-welcome-v11 h1 { font-size: 19px; }
  .user-welcome-v11 p { max-width: 220px; font-size: 10.5px; }
  .user-bottom-nav-v11 a span { font-size: 8px; }
}

.user-form-grid-v11.single-v11 { grid-template-columns: 1fr; }
.ticket-result-v11 {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #e5edf4;
}
.ticket-result-head-v11 {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
}
.ticket-result-head-v11 > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f5fd;
  color: #0870bd;
}
.ticket-result-head-v11 > span svg { width: 24px; height: 24px; }
.ticket-result-head-v11 small { display: block; color: #7b8a99; font-size: 10px; }
.ticket-result-head-v11 strong { display: block; margin-top: 2px; color: #183653; font-size: 14px; }
.ticket-result-v11 dl {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  margin: 18px 0 0;
}
.ticket-result-v11 dl > div {
  padding: 13px 14px;
  border-radius: 12px;
  background: #f8fbfd;
}
.ticket-result-v11 dl > div.full { grid-column: 1 / -1; }
.ticket-result-v11 dt { color: #7b8a99; font-size: 10px; }
.ticket-result-v11 dd { margin: 5px 0 0; color: #253f58; font-size: 13px; line-height: 1.5; }

@media (max-width: 560px) {
  .ticket-result-head-v11 { grid-template-columns: 42px minmax(0,1fr); }
  .ticket-result-head-v11 > em { grid-column: 2; justify-self: start; }
  .ticket-result-v11 dl { grid-template-columns: 1fr; }
  .ticket-result-v11 dl > div.full { grid-column: auto; }
}
