:root {
  --ga-primary: #026bc3;
  --ga-primary-hover: #02579f;
  --ga-success: #44c55f;
  --ga-success-hover: #39b452;
  --ga-gradient-start: #667eea;
  --ga-gradient-end: #764ba2;
  --ga-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --ga-text: #2d3748;
  --ga-text-soft: #718096;
  --ga-bg: #f8f9fa;
  --ga-surface: #ffffff;
  --ga-border: #e2e8f0;
  --ga-danger: #e53935;
  --ga-warning: #ffbd2e;
  --ga-card-radius: 16px;
  --ga-radius-sm: 8px;
  --ga-pill: 50px;
  --ga-card-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --ga-card-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.1);
  --ga-sidebar-width: 260px;
  --ga-topbar-height: 64px;
}

body:has(.account-ui) {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

body.account-shell .inline-icon,
.account-ui .inline-icon {
  vertical-align: middle;
  margin-right: 6px;
}
body.account-shell .account-page-header,
.account-ui .account-page-header {
  margin: 0 0 24px;
  text-align: left;
}
body.account-shell .account-page-header h2,
.account-ui .account-page-header h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2d3748;
}
body.account-shell .account-page-header .account-page-subtitle,
.account-ui .account-page-header .account-page-subtitle {
  max-width: 620px;
  margin: 6px 0 0;
  font-size: 0.95rem;
  color: #718096;
}
@media (max-width: 992px) {
  body.account-shell .account-page-header,
  .account-ui .account-page-header {
    text-align: center;
  }
  body.account-shell .account-page-header .account-page-subtitle,
  .account-ui .account-page-header .account-page-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
body.account-shell .account-card,
.account-ui .account-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 32px;
  margin-bottom: 24px;
}
body.account-shell .account-card > h2:first-child,
body.account-shell .account-card > h3:first-child,
.account-ui .account-card > h2:first-child,
.account-ui .account-card > h3:first-child {
  margin-top: 0;
}
body.account-shell .account-card .account-card-title,
.account-ui .account-card .account-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2d3748;
}
body.account-shell .account-card .account-card-title .material-icons,
.account-ui .account-card .account-card-title .material-icons {
  color: #667eea;
}
body.account-shell .whiteShadowBox,
.account-ui .whiteShadowBox {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
body.account-shell .btn,
body.account-shell .btn-large,
body.account-shell .btn-small,
.account-ui .btn,
.account-ui .btn-large,
.account-ui .btn-small {
  border-radius: 50px;
  text-transform: none;
  font-weight: 700;
  box-shadow: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
body.account-shell .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success),
body.account-shell .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success),
body.account-shell .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success),
.account-ui .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success),
.account-ui .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success),
.account-ui .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success) {
  background-color: #026bc3;
  color: #fff;
}
body.account-shell .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover, body.account-shell .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus,
body.account-shell .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover,
body.account-shell .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus,
body.account-shell .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover,
body.account-shell .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus,
.account-ui .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover,
.account-ui .btn:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus,
.account-ui .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover,
.account-ui .btn-large:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus,
.account-ui .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):hover,
.account-ui .btn-small:not(.btn-flat):not(.btn-ghost):not(.white):not(.transparent):not(.btn-success):focus {
  background-color: #02579f;
  color: #fff;
  box-shadow: 0 4px 12px rgba(2, 107, 195, 0.3);
}
body.account-shell .btn.white,
body.account-shell .btn.transparent,
body.account-shell .btn-flat.white,
body.account-shell .btn-flat.transparent,
.account-ui .btn.white,
.account-ui .btn.transparent,
.account-ui .btn-flat.white,
.account-ui .btn-flat.transparent {
  background-color: transparent !important;
  box-shadow: none;
  color: #026bc3;
}
body.account-shell .btn.white .material-icons,
body.account-shell .btn.transparent .material-icons,
body.account-shell .btn-flat.white .material-icons,
body.account-shell .btn-flat.transparent .material-icons,
.account-ui .btn.white .material-icons,
.account-ui .btn.transparent .material-icons,
.account-ui .btn-flat.white .material-icons,
.account-ui .btn-flat.transparent .material-icons {
  color: inherit;
}
body.account-shell .btn.white:hover, body.account-shell .btn.white:focus,
body.account-shell .btn.transparent:hover,
body.account-shell .btn.transparent:focus,
body.account-shell .btn-flat.white:hover,
body.account-shell .btn-flat.white:focus,
body.account-shell .btn-flat.transparent:hover,
body.account-shell .btn-flat.transparent:focus,
.account-ui .btn.white:hover,
.account-ui .btn.white:focus,
.account-ui .btn.transparent:hover,
.account-ui .btn.transparent:focus,
.account-ui .btn-flat.white:hover,
.account-ui .btn-flat.white:focus,
.account-ui .btn-flat.transparent:hover,
.account-ui .btn-flat.transparent:focus {
  background-color: rgba(2, 107, 195, 0.08) !important;
  color: #026bc3;
}
body.account-shell .btn-success,
.account-ui .btn-success {
  background-color: #44c55f;
  color: #fff;
}
body.account-shell .btn-success:hover, body.account-shell .btn-success:focus,
.account-ui .btn-success:hover,
.account-ui .btn-success:focus {
  background-color: #39b452;
  color: #fff;
  box-shadow: 0 4px 12px rgba(69, 214, 5, 0.3);
}
body.account-shell .btn-flat,
.account-ui .btn-flat {
  border-radius: 50px;
  text-transform: none;
  font-weight: 600;
  background-color: transparent;
  color: #026bc3;
}
body.account-shell .btn-flat:hover, body.account-shell .btn-flat:focus,
.account-ui .btn-flat:hover,
.account-ui .btn-flat:focus {
  background-color: rgba(2, 107, 195, 0.06);
  box-shadow: none;
}
body.account-shell .btn.color-ga,
body.account-shell .btn-flat.color-ga,
.account-ui .btn.color-ga,
.account-ui .btn-flat.color-ga {
  color: #fff;
  border-radius: 50px !important;
}
body.account-shell .btn.color-ga:hover, body.account-shell .btn.color-ga:focus,
body.account-shell .btn-flat.color-ga:hover,
body.account-shell .btn-flat.color-ga:focus,
.account-ui .btn.color-ga:hover,
.account-ui .btn.color-ga:focus,
.account-ui .btn-flat.color-ga:hover,
.account-ui .btn-flat.color-ga:focus {
  color: #fff;
  background-color: #02579f !important;
}
body.account-shell .btn-ghost,
.account-ui .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  height: 36px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  color: #026bc3;
  border: 2px solid rgba(2, 107, 195, 0.35);
  border-radius: 50px;
  box-shadow: none;
}
body.account-shell .btn-ghost:hover, body.account-shell .btn-ghost:focus,
.account-ui .btn-ghost:hover,
.account-ui .btn-ghost:focus {
  background: rgba(2, 107, 195, 0.06);
  border-color: #026bc3;
  box-shadow: none;
}
body.account-shell .btn[disabled], body.account-shell .btn[disabled]:hover, body.account-shell .btn[disabled]:focus, body.account-shell .btn.disabled, body.account-shell .btn.disabled:hover, body.account-shell .btn.disabled:focus,
body.account-shell .btn-large[disabled],
body.account-shell .btn-large[disabled]:hover,
body.account-shell .btn-large[disabled]:focus, body.account-shell .btn-large.disabled, body.account-shell .btn-large.disabled:hover, body.account-shell .btn-large.disabled:focus,
body.account-shell .btn-small[disabled],
body.account-shell .btn-small[disabled]:hover,
body.account-shell .btn-small[disabled]:focus, body.account-shell .btn-small.disabled, body.account-shell .btn-small.disabled:hover, body.account-shell .btn-small.disabled:focus,
.account-ui .btn[disabled],
.account-ui .btn[disabled]:hover,
.account-ui .btn[disabled]:focus,
.account-ui .btn.disabled,
.account-ui .btn.disabled:hover,
.account-ui .btn.disabled:focus,
.account-ui .btn-large[disabled],
.account-ui .btn-large[disabled]:hover,
.account-ui .btn-large[disabled]:focus,
.account-ui .btn-large.disabled,
.account-ui .btn-large.disabled:hover,
.account-ui .btn-large.disabled:focus,
.account-ui .btn-small[disabled],
.account-ui .btn-small[disabled]:hover,
.account-ui .btn-small[disabled]:focus,
.account-ui .btn-small.disabled,
.account-ui .btn-small.disabled:hover,
.account-ui .btn-small.disabled:focus {
  box-shadow: none;
}
body.account-shell table.account-table,
.account-ui table.account-table {
  width: 100%;
  border-collapse: collapse;
}
body.account-shell table.account-table thead th,
.account-ui table.account-table thead th {
  padding: 10px 12px;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #718096;
  border-bottom: 2px solid #e2e8f0;
  border-radius: 0;
}
body.account-shell table.account-table tbody td,
.account-ui table.account-table tbody td {
  padding: 12px;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 0;
}
body.account-shell table.account-table tbody tr,
.account-ui table.account-table tbody tr {
  border-bottom: none;
}
body.account-shell table.account-table tbody tr:hover,
.account-ui table.account-table tbody tr:hover {
  background: rgba(102, 126, 234, 0.04);
}
body.account-shell table.account-table tbody tr:last-child td,
.account-ui table.account-table tbody tr:last-child td {
  border-bottom: none;
}
body.account-shell .input-field input:not([type]),
body.account-shell .input-field input[type=text],
body.account-shell .input-field input[type=email],
body.account-shell .input-field input[type=password],
body.account-shell .input-field input[type=number],
body.account-shell .input-field input[type=tel],
body.account-shell .input-field input[type=url],
body.account-shell .input-field input[type=search],
body.account-shell .input-field textarea.materialize-textarea,
.account-ui .input-field input:not([type]),
.account-ui .input-field input[type=text],
.account-ui .input-field input[type=email],
.account-ui .input-field input[type=password],
.account-ui .input-field input[type=number],
.account-ui .input-field input[type=tel],
.account-ui .input-field input[type=url],
.account-ui .input-field input[type=search],
.account-ui .input-field textarea.materialize-textarea {
  box-sizing: border-box;
  height: 2.75rem;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: none;
  color: #2d3748;
}
body.account-shell .input-field input:not([type]):focus,
body.account-shell .input-field input[type=text]:focus,
body.account-shell .input-field input[type=email]:focus,
body.account-shell .input-field input[type=password]:focus,
body.account-shell .input-field input[type=number]:focus,
body.account-shell .input-field input[type=tel]:focus,
body.account-shell .input-field input[type=url]:focus,
body.account-shell .input-field input[type=search]:focus,
body.account-shell .input-field textarea.materialize-textarea:focus,
.account-ui .input-field input:not([type]):focus,
.account-ui .input-field input[type=text]:focus,
.account-ui .input-field input[type=email]:focus,
.account-ui .input-field input[type=password]:focus,
.account-ui .input-field input[type=number]:focus,
.account-ui .input-field input[type=tel]:focus,
.account-ui .input-field input[type=url]:focus,
.account-ui .input-field input[type=search]:focus,
.account-ui .input-field textarea.materialize-textarea:focus {
  border: 1px solid #667eea !important;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15) !important;
}
body.account-shell .input-field textarea.materialize-textarea,
.account-ui .input-field textarea.materialize-textarea {
  height: auto;
  min-height: 5rem;
  padding: 10px 12px;
}
body.account-shell .input-field > label,
.account-ui .input-field > label {
  left: 12px;
  color: #718096;
}
body.account-shell .input-field > label.active,
.account-ui .input-field > label.active {
  color: #718096;
}
body.account-shell .input-field input:focus + label,
body.account-shell .input-field textarea:focus + label,
.account-ui .input-field input:focus + label,
.account-ui .input-field textarea:focus + label {
  color: #667eea !important;
}
body.account-shell .dropdown-content,
.account-ui .dropdown-content {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
body.account-shell .dropdown-content li > a,
body.account-shell .dropdown-content li > span,
.account-ui .dropdown-content li > a,
.account-ui .dropdown-content li > span {
  color: #2d3748;
  font-weight: 500;
}
body.account-shell .dropdown-content li > a .material-icons,
body.account-shell .dropdown-content li > span .material-icons,
.account-ui .dropdown-content li > a .material-icons,
.account-ui .dropdown-content li > span .material-icons {
  color: #718096;
}
body.account-shell .dropdown-content li.selected > span,
.account-ui .dropdown-content li.selected > span {
  color: #026bc3;
  background-color: rgba(2, 107, 195, 0.06);
}
body.account-shell .account-badge,
.account-ui .account-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: rgba(102, 126, 234, 0.12);
  color: #667eea;
}
body.account-shell .account-badge.account-badge-success,
.account-ui .account-badge.account-badge-success {
  background: rgba(69, 214, 5, 0.12);
  color: #2e9e00;
}
body.account-shell .account-badge.account-badge-warning,
.account-ui .account-badge.account-badge-warning {
  background: rgba(255, 189, 46, 0.15);
  color: #b07d00;
}
body.account-shell .account-badge.account-badge-danger,
.account-ui .account-badge.account-badge-danger {
  background: rgba(229, 57, 53, 0.1);
  color: #e53935;
}
body.account-shell .account-alert,
body.account-shell .notification,
.account-ui .account-alert,
.account-ui .notification {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  margin-bottom: 16px;
  background: rgba(2, 107, 195, 0.05);
  border: 1px solid rgba(2, 107, 195, 0.3);
  border-radius: 8px;
  color: #2d3748;
  font-weight: 500;
}
body.account-shell .account-alert-success,
.account-ui .account-alert-success {
  background: rgba(69, 214, 5, 0.08);
  border-color: rgba(69, 214, 5, 0.35);
}
body.account-shell .account-alert-warning,
.account-ui .account-alert-warning {
  background: rgba(255, 189, 46, 0.1);
  border-color: rgba(255, 189, 46, 0.45);
}
body.account-shell .account-alert-danger,
.account-ui .account-alert-danger {
  background: rgba(229, 57, 53, 0.06);
  border-color: rgba(229, 57, 53, 0.35);
}
body.account-shell .searchable-select,
.account-ui .searchable-select {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
body.account-shell .searchable-select .searchable-select-label,
.account-ui .searchable-select .searchable-select-label {
  margin: 0 0 2px 12px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #718096;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
body.account-shell .searchable-select .searchable-select-trigger,
.account-ui .searchable-select .searchable-select-trigger {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 2.75rem;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #2d3748;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body.account-shell .searchable-select .searchable-select-trigger .searchable-select-value,
.account-ui .searchable-select .searchable-select-trigger .searchable-select-value {
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.account-shell .searchable-select .searchable-select-trigger .searchable-select-caret,
.account-ui .searchable-select .searchable-select-trigger .searchable-select-caret {
  flex: 0 0 auto;
  color: #718096;
}
body.account-shell .searchable-select .searchable-select-trigger:hover,
.account-ui .searchable-select .searchable-select-trigger:hover {
  border-color: rgba(102, 126, 234, 0.5);
}
body.account-shell .searchable-select .searchable-select-trigger:focus, body.account-shell .searchable-select .searchable-select-trigger[aria-expanded=true],
.account-ui .searchable-select .searchable-select-trigger:focus,
.account-ui .searchable-select .searchable-select-trigger[aria-expanded=true] {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
}
body.account-shell .searchable-select .error_message,
.account-ui .searchable-select .error_message {
  margin-top: 6px;
  color: #e53935;
  font-size: 0.85rem;
}
body.account-shell .searchable-select-prefix,
.account-ui .searchable-select-prefix {
  flex: 0 0 auto;
  font-size: 1.15rem;
  line-height: 1;
}
body.account-shell .searchable-select-panel,
.account-ui .searchable-select-panel {
  z-index: 1000;
  display: flex;
  flex-direction: column;
  max-height: 340px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
body.account-shell .searchable-select-panel .searchable-select-search,
.account-ui .searchable-select-panel .searchable-select-search {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid #e2e8f0;
}
body.account-shell .searchable-select-panel .searchable-select-search .material-icons,
.account-ui .searchable-select-panel .searchable-select-search .material-icons {
  flex: 0 0 auto;
  font-size: 20px;
  color: #718096;
}
body.account-shell .searchable-select-panel .searchable-select-search input,
.account-ui .searchable-select-panel .searchable-select-search input {
  flex: 1 1 auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: 0.95rem;
  color: #2d3748;
}
body.account-shell .searchable-select-panel .searchable-select-search input:focus,
.account-ui .searchable-select-panel .searchable-select-search input:focus {
  border: none;
  box-shadow: none;
}
body.account-shell .searchable-select-panel .searchable-select-options,
.account-ui .searchable-select-panel .searchable-select-options {
  margin: 0;
  padding: 6px;
  list-style: none;
  overflow-y: auto;
  outline: none;
}
body.account-shell .searchable-select-panel .searchable-select-options .searchable-select-option,
.account-ui .searchable-select-panel .searchable-select-options .searchable-select-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  color: #2d3748;
  line-height: 1.25;
  cursor: pointer;
}
body.account-shell .searchable-select-panel .searchable-select-options .searchable-select-option.is-active,
.account-ui .searchable-select-panel .searchable-select-options .searchable-select-option.is-active {
  background: rgba(102, 126, 234, 0.1);
}
body.account-shell .searchable-select-panel .searchable-select-options .searchable-select-option.is-selected,
.account-ui .searchable-select-panel .searchable-select-options .searchable-select-option.is-selected {
  color: #026bc3;
  font-weight: 600;
}
body.account-shell .searchable-select-panel .searchable-select-options .searchable-select-empty,
.account-ui .searchable-select-panel .searchable-select-options .searchable-select-empty {
  padding: 14px 10px;
  color: #718096;
  text-align: center;
}

.account-page--email .btn-ghost,
.account-page--connected-accounts .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 24px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.account-page--email .account-card {
  max-width: 720px;
}
.account-page--email .account-card form {
  max-width: none;
}
.account-page--email .account-card form .row {
  margin-bottom: 0;
}
.account-page--email .account-card form .col.s12 {
  padding: 0;
}
.account-page--email .account-card p {
  margin: 0 0 16px;
  color: #718096;
  line-height: 1.6;
}
.account-page--email .account-card p:last-child {
  margin-bottom: 0;
}
.account-page--email .account-card p .highlight {
  color: #2d3748;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.account-page--email .account-email-current {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 12px 16px;
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #718096;
}
.account-page--email .account-email-current .material-icons {
  flex: 0 0 auto;
  font-size: 20px;
  color: #667eea;
}
.account-page--email .account-email-current strong {
  color: #2d3748;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.account-page--email .account-email-actions {
  margin: 16px 0 0;
}
.account-page--email .account-email-confirm {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 32px;
  text-align: center;
}
.account-page--email .account-email-confirm .message {
  margin: 0 0 24px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2d3748;
}
.account-page--email .account-email-confirm .btnReturn {
  margin-top: 0;
  max-width: none;
}
.account-page--email .account-email-confirm-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 12px;
  background: rgba(102, 126, 234, 0.12);
}
.account-page--email .account-email-confirm-icon .material-icons {
  font-size: 28px;
  color: #667eea;
}
.account-page--email .account-email-confirm-icon.is-success {
  background: rgba(68, 197, 95, 0.12);
}
.account-page--email .account-email-confirm-icon.is-success .material-icons {
  color: #44c55f;
}
.account-page--email .account-email-confirm-icon.is-error {
  background: rgba(229, 57, 53, 0.1);
}
.account-page--email .account-email-confirm-icon.is-error .material-icons {
  color: #e53935;
}

.account-page--notifications .account-card {
  max-width: 720px;
}
.account-page--notifications .account-card-title {
  hyphens: auto;
  overflow-wrap: anywhere;
}
.account-page--notifications .account-card-title .material-icons {
  flex-shrink: 0;
}
.account-page--notifications .account-settings-list {
  margin: 0 0 8px;
}
.account-page--notifications .account-settings-row {
  padding: 16px 0;
  border-bottom: 1px solid #e2e8f0;
}
.account-page--notifications .account-settings-row:first-child {
  padding-top: 8px;
}
.account-page--notifications .account-settings-row:last-child {
  border-bottom: 0;
}
.account-page--notifications .account-settings-row .col {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.account-page--notifications .account-settings-row .legalContainer {
  margin: 0;
}
.account-page--notifications .account-settings-row label {
  display: block;
}
.account-page--notifications .account-settings-row [type=checkbox] + span:not(.lever) {
  height: auto;
  padding-left: 32px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #718096;
}
.account-page--notifications .account-settings-row [type=checkbox]:checked + span:not(.lever)::before {
  border-right-color: #026bc3;
  border-bottom-color: #026bc3;
}
.account-page--notifications .account-settings-row-title {
  display: block;
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--notifications .account-settings-actions .row {
  margin-bottom: 0;
}
.account-page--notifications .account-settings-actions .col {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.account-page--notifications .account-settings-actions .input-field {
  margin: 0;
}

.account-page--connected-accounts .account-provider-card {
  display: flex;
  flex-direction: column;
}
.account-page--connected-accounts .account-provider-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 16px;
}
.account-page--connected-accounts .account-provider-head .social-icon {
  flex: 0 0 auto;
  float: none;
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 12px;
}
.account-page--connected-accounts .account-provider-head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--connected-accounts .account-provider-status {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 24px;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #718096;
}
.account-page--connected-accounts .account-provider-status::before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50px;
  background: #e2e8f0;
}
.account-page--connected-accounts .account-provider-status.is-connected::before {
  background: #44c55f;
}
.account-page--connected-accounts .account-provider-actions {
  margin-top: auto;
}

.account-page--profile .account-card {
  max-width: 720px;
}
.account-page--profile .profile-avatar-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.account-page--profile .profile-avatar {
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
}
.account-page--profile .profile-avatar-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50px;
  overflow: hidden;
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
}
.account-page--profile .profile-avatar-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-page--profile .profile-avatar-preview .material-icons {
  margin: 0;
  width: 96px;
  height: 96px;
  font-size: 72px;
  line-height: 96px;
  text-align: center;
  color: #718096;
}
.account-page--profile .profile-avatar-controls {
  flex: 1 1 220px;
}
.account-page--profile .profile-avatar-hint {
  margin: 0 0 8px;
  font-size: 0.9rem;
  color: #718096;
}
.account-page--profile .profile-avatar-choose {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.account-page--profile .profile-avatar-choose .material-icons {
  font-size: 20px;
}
.account-page--profile .profile-actions {
  margin-top: 24px;
}
.account-page--profile input[disabled] {
  color: #718096;
}
.account-page--profile .helper-text a {
  color: #026bc3;
}
.account-page--profile .profile-avatar-remove {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  background: #ffffff;
  color: #718096;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.account-page--profile .profile-avatar-remove .material-icons {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}
.account-page--profile .profile-avatar-remove:hover, .account-page--profile .profile-avatar-remove:focus {
  background: #e53935;
  border-color: #e53935;
  color: #fff;
}

.account-page--free-credits .account-free-credits-card {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 32px;
  text-align: center;
}
.account-page--free-credits .account-free-credits-card .account-badge {
  margin-bottom: 24px;
}
.account-page--free-credits .account-free-credits-card .account-badge .material-icons {
  font-size: 16px;
}
.account-page--free-credits .account-free-credits-card h2 {
  margin: 0 0 8px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--free-credits .account-free-credits-card p {
  margin: 0 0 32px;
  color: #718096;
  line-height: 1.6;
}
.account-page--free-credits .account-free-credits-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.account-page--free-credits .account-free-credits-icon .material-icons {
  font-size: 28px;
  color: #ffffff;
}
.account-page--free-credits .account-free-credits-icon.is-muted {
  background: rgba(102, 126, 234, 0.12);
}
.account-page--free-credits .account-free-credits-icon.is-muted .material-icons {
  color: #667eea;
}
.account-page--free-credits .account-free-credits-value {
  margin: 0 0 4px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: #667eea;
}
.account-page--free-credits .account-free-credits-label {
  margin: 0 0 16px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d3748;
}

body.login-page-background {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

.account-ui.account-page--login .account-auth-wrap,
.account-ui.account-page--logout .account-auth-wrap,
.account-ui.account-page--unsubscribe .account-auth-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  padding: 48px 16px;
}
.account-ui.account-page--login .account-auth-card,
.account-ui.account-page--logout .account-auth-card,
.account-ui.account-page--unsubscribe .account-auth-card {
  width: 100%;
  max-width: 440px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  padding: 32px;
}
.account-ui.account-page--login .account-auth-brand,
.account-ui.account-page--logout .account-auth-brand,
.account-ui.account-page--unsubscribe .account-auth-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}
.account-ui.account-page--login .account-auth-brand img,
.account-ui.account-page--logout .account-auth-brand img,
.account-ui.account-page--unsubscribe .account-auth-brand img {
  display: block;
  height: 40px;
  width: auto;
}
.account-ui.account-page--login .account-auth-title,
.account-ui.account-page--logout .account-auth-title,
.account-ui.account-page--unsubscribe .account-auth-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: #2d3748;
  text-align: center;
}
.account-ui.account-page--login .account-auth-subtitle,
.account-ui.account-page--logout .account-auth-subtitle,
.account-ui.account-page--unsubscribe .account-auth-subtitle {
  margin: 8px 0 0;
  font-size: 0.95rem;
  color: #718096;
  text-align: center;
  line-height: 1.5;
}

.account-ui.account-page--login .account-auth-title {
  margin-bottom: 24px;
}
.account-ui.account-page--login .account-auth-alt {
  width: 100%;
  max-width: 440px;
  margin-top: 24px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50px;
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 16px;
  text-align: center;
}
.account-ui.account-page--login .account-auth-alt .account-auth-alt-text {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}
.account-ui.account-page--login .account-auth-alt .btn {
  margin: 0;
}

.account-ui.account-page--logout .account-auth-card {
  text-align: center;
}
.account-ui.account-page--logout .account-auth-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.account-ui.account-page--logout .account-auth-icon .material-icons {
  font-size: 32px;
}
.account-ui.account-page--logout #logout {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.account-ui.account-page--logout .account-auth-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

.account-ui.account-page--unsubscribe .account-auth-card {
  text-align: center;
}
.account-ui.account-page--unsubscribe .account-auth-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.account-ui.account-page--unsubscribe .account-auth-icon .material-icons {
  font-size: 32px;
}
.account-ui.account-page--unsubscribe .account-auth-icon.account-auth-icon-danger {
  background: rgba(229, 57, 53, 0.12);
  color: #e53935;
}
.account-ui.account-page--unsubscribe .account-auth-body {
  margin-top: 16px;
}
.account-ui.account-page--unsubscribe .account-auth-body p {
  color: #718096;
  line-height: 1.6;
}
.account-ui.account-page--unsubscribe .account-auth-body a {
  color: #026bc3;
  font-weight: 600;
}

.account-page--signup {
  padding: 48px 16px;
}
.account-page--signup h1 {
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2d3748;
  text-transform: none;
  text-align: center;
}
.account-page--signup h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--signup p {
  color: #718096;
  line-height: 1.6;
}
.account-page--signup .signup-alert {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.account-page--signup .account-auth-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 12px;
  background: rgba(102, 126, 234, 0.12);
}
.account-page--signup .account-auth-icon .material-icons {
  font-size: 30px;
  color: #667eea;
}
.account-page--signup .account-auth-icon.account-auth-icon-success {
  background: rgba(69, 214, 5, 0.12);
}
.account-page--signup .account-auth-icon.account-auth-icon-success .material-icons {
  color: #44c55f;
}
.account-page--signup .account-auth-icon.account-auth-icon-info {
  background: rgba(2, 107, 195, 0.1);
}
.account-page--signup .account-auth-icon.account-auth-icon-info .material-icons {
  color: #026bc3;
}
.account-page--signup .signup-status-card {
  max-width: 480px;
  margin: 0 auto;
  padding: 32px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.account-page--signup .signup-status-card p {
  margin: 0 0 16px;
}
.account-page--signup .signup-status-card p:last-child {
  margin-bottom: 0;
}
.account-page--signup .signup-status-card .account-auth-actions {
  margin-top: 24px;
}
.account-page--signup .signup-status-card .account-auth-actions .btn,
.account-page--signup .signup-status-card .account-auth-actions .btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.account-page--signup .signup-status-card .signup-status-link {
  margin-top: 16px;
  font-size: 0.9rem;
}
.account-page--signup .signup-status-card .signup-status-link a {
  color: #026bc3;
  font-weight: 600;
}
.account-page--signup .signup-status-card--form {
  text-align: left;
}
.account-page--signup .signup-status-card--form h1 {
  text-align: left;
}
.account-page--signup .signup-status-card--form p {
  margin-bottom: 24px;
}
.account-page--signup .signup-status-card--form .input-field {
  margin-top: 0;
}
.account-page--signup .signup-status-card--form .account-auth-actions .btn,
.account-page--signup .signup-status-card--form .account-auth-actions .btn-success,
.account-page--signup .signup-status-card--form .account-auth-actions button[type=submit],
.account-page--signup .signup-status-card--form .account-auth-actions input[type=submit] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-page--signup .signup-form-shell {
  max-width: 640px;
  margin: 0 auto;
}
.account-page--signup .signup-form-shell.password-forgotten {
  max-width: 480px;
}
.account-page--signup .signup-form-shell .formWhite {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 32px;
  margin-top: 24px;
}
.account-page--signup .signup-form-shell hr.sign-up {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 16px 0;
}
.account-page--signup .signup-form-shell .relative {
  position: relative;
}
.account-page--signup .signup-form-shell .or {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 8px;
  background: #ffffff;
  color: #718096;
  font-size: 0.85rem;
  text-transform: lowercase;
}
.account-page--signup .signup-form-shell .sidebar .key-facts {
  margin: 0;
}
.account-page--signup .signup-form-shell .sidebar .key-facts li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  color: #2d3748;
  line-height: 1.5;
}
.account-page--signup .signup-form-shell .sidebar .key-facts .star-icon {
  flex-shrink: 0;
  color: #44c55f;
  font-size: 20px;
}
.account-page--signup .signup-form-shell button[type=submit],
.account-page--signup .signup-form-shell input[type=submit],
.account-page--signup .signup-form-shell .btn {
  background-color: #44c55f;
  color: #fff;
}
.account-page--signup .signup-form-shell button[type=submit]:hover, .account-page--signup .signup-form-shell button[type=submit]:focus,
.account-page--signup .signup-form-shell input[type=submit]:hover,
.account-page--signup .signup-form-shell input[type=submit]:focus,
.account-page--signup .signup-form-shell .btn:hover,
.account-page--signup .signup-form-shell .btn:focus {
  background-color: #39b452;
  box-shadow: 0 4px 12px rgba(69, 214, 5, 0.3);
}
.account-page--signup .signup-form-shell .error_message {
  color: #e53935;
  font-size: 0.85rem;
}
.account-page--signup .signup-complete-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.account-page--signup .signup-complete-card h1 {
  text-align: left;
}
.account-page--signup .signup-complete-card > p {
  margin: 0 0 16px;
}
.account-page--signup .signup-complete-card .signup-complete-note {
  margin: 0;
  font-size: 0.85rem;
  color: #718096;
}
.account-page--signup .signup-complete-card .formWhite {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.account-page--password-reset,
.account-page--password-forgotten,
.account-page--password-forgotten-success,
.account-page--tfa-verify {
  padding: 48px 16px;
}
.account-page--password-reset .account-auth-card,
.account-page--password-forgotten .account-auth-card,
.account-page--password-forgotten-success .account-auth-card,
.account-page--tfa-verify .account-auth-card {
  max-width: 480px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 32px;
}
.account-page--password-reset h1,
.account-page--password-forgotten h1,
.account-page--password-forgotten-success h1,
.account-page--tfa-verify h1 {
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2d3748;
  text-transform: none;
}
.account-page--password-reset h2,
.account-page--password-forgotten h2,
.account-page--password-forgotten-success h2,
.account-page--tfa-verify h2 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3748;
}
.account-page--password-reset p,
.account-page--password-reset .account-auth-copy,
.account-page--password-forgotten p,
.account-page--password-forgotten .account-auth-copy,
.account-page--password-forgotten-success p,
.account-page--password-forgotten-success .account-auth-copy,
.account-page--tfa-verify p,
.account-page--tfa-verify .account-auth-copy {
  color: #718096;
  line-height: 1.6;
}
.account-page--password-reset .btn,
.account-page--password-reset .btn-success,
.account-page--password-forgotten .btn,
.account-page--password-forgotten .btn-success,
.account-page--password-forgotten-success .btn,
.account-page--password-forgotten-success .btn-success,
.account-page--tfa-verify .btn,
.account-page--tfa-verify .btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.account-page--password-reset .account-auth-actions,
.account-page--password-forgotten .account-auth-actions,
.account-page--password-forgotten-success .account-auth-actions,
.account-page--tfa-verify .account-auth-actions {
  margin-top: 24px;
}
.account-page--password-reset pre,
.account-page--password-forgotten pre,
.account-page--password-forgotten-success pre,
.account-page--tfa-verify pre {
  display: block;
  text-align: center;
  background: #f8f9fa;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  color: #2d3748;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  white-space: pre-wrap;
  word-break: break-all;
}

.account-page--password-forgotten-success .account-auth-icon,
.account-page--password-reset .account-auth-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 12px;
  background: rgba(69, 214, 5, 0.12);
}
.account-page--password-forgotten-success .account-auth-icon .material-icons,
.account-page--password-reset .account-auth-icon .material-icons {
  color: #44c55f;
  font-size: 30px;
}

.account-page--tfa-verify .tfaVerify.formWhite {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}

.account-ui.account-page--team-join {
  padding-top: 48px;
  padding-bottom: 48px;
}
.account-ui.account-page--team-join .join-team > .row {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.account-ui.account-page--team-join .join-team > .row > .col {
  max-width: 520px;
  width: 100%;
  float: none;
}
.account-ui.account-page--team-join .join-team .formWhite {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  padding: 32px;
}
.account-ui.account-page--team-join .join-team .join-team-header {
  text-align: center;
  margin-bottom: 24px;
}
.account-ui.account-page--team-join .join-team .join-team-header .join-team-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.account-ui.account-page--team-join .join-team .join-team-header .join-team-icon .material-icons {
  color: #fff;
  font-size: 28px;
}
.account-ui.account-page--team-join .join-team .join-team-header h1 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 800;
  color: #2d3748;
}
.account-ui.account-page--team-join .join-team .join-team-invite {
  margin: 0 0 8px;
  color: #2d3748;
  line-height: 1.6;
  text-align: center;
}
.account-ui.account-page--team-join .join-team .join-team-instructions {
  margin: 0 0 16px;
  color: #718096;
  line-height: 1.6;
  text-align: center;
}

.account-ui.account-page--account-deleted {
  display: flex;
  justify-content: center;
  padding-top: 48px;
  padding-bottom: 48px;
}
.account-ui.account-page--account-deleted .account-deleted-card {
  width: 100%;
  max-width: 480px;
  text-align: center;
  padding: 32px;
}
.account-ui.account-page--account-deleted .account-deleted-card .account-deleted-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(69, 214, 5, 0.12);
}
.account-ui.account-page--account-deleted .account-deleted-card .account-deleted-icon .material-icons {
  color: #44c55f;
  font-size: 34px;
}
.account-ui.account-page--account-deleted .account-deleted-card h1 {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #2d3748;
}
.account-ui.account-page--account-deleted .account-deleted-card p {
  margin: 0;
  color: #718096;
  line-height: 1.6;
}

/*# sourceMappingURL=account-auth.css.map */
