/* Required sign-in uses the same quiet colors as the map. */
.account-required #tool-shell {
  pointer-events: none;
  user-select: none;
}
.account-required .preview-toolbar {
  display: none;
}
.account-required #account-sheet .account-sheet-backdrop {
  background: radial-gradient(ellipse at 50% 35%, #fafcf8, #edf3ef);
}
#account-sheet [hidden] {
  display: none !important;
}
.account-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
#account-sheet .account-brand {
  margin: 0;
}
.account-home {
  font-size: 12px;
  color: #64756b;
  text-decoration: none;
  white-space: nowrap;
}
.account-home:hover {
  color: #187c65;
}
#account-sheet .account-lead,
#account-sheet .account-fine-print {
  color: #64756b;
}
#account-sheet .email-opt-in {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0;
  padding: 13px 14px;
  border: 1px solid #dfe6df;
  border-radius: 12px;
  color: #17392f;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
#account-sheet .email-opt-in input {
  flex: none;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #187c65;
  cursor: pointer;
}
.email-opt-in small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #64756b;
  margin-top: 3px;
}
.email-preferences {
  border-top: 1px solid #e0e7e2;
  margin-top: 20px;
  padding-top: 2px;
}
.email-preferences .email-opt-in {
  margin-bottom: 4px !important;
}
#account-sheet .account-primary {
  width: 100%;
}
#account-sheet .account-fine-print {
  font-size: 11px;
  line-height: 1.65;
}
#account-sheet .account-fine-print a {
  color: #446c59;
  text-underline-offset: 3px;
}
#account-sheet .account-message {
  font-size: 12px;
}
#account-sheet .account-message:empty {
  display: none;
}
.account-required #account-sheet .account-sheet-card {
  width: min(420px, 100%);
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 26px;
  box-shadow: 0 18px 70px #17392f0d;
}
#account-guest h2 {
  margin: 0 0 9px;
  font-size: 29px;
  line-height: 1.15;
  letter-spacing: -0.9px;
}
#account-guest .account-lead {
  margin-bottom: 23px;
  font-size: 14px;
}
#account-guest .email-opt-in {
  align-items: center;
  gap: 9px;
  margin: 0 0 19px;
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  color: #53665b;
}
#account-guest .email-opt-in input {
  width: 16px;
  height: 16px;
  margin: 0;
}
#account-guest .email-opt-in small {
  display: inline;
  font-size: inherit;
  white-space: nowrap;
}
#account-guest .account-google {
  min-height: 48px;
  border-color: #dfe6df;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
}
#account-guest .account-google:hover {
  background: #f7f9f5;
}
#account-guest .account-google:disabled,
#account-guest .account-primary:disabled {
  cursor: default;
}
#account-guest .account-divider {
  margin: 16px 0;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
#account-guest .account-form {
  margin: 0;
  gap: 10px;
}
.account-email-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
#account-guest .account-form input {
  min-height: 48px;
  background: #f8faf6;
  border: 1px solid #e0e7dd;
  border-radius: 12px;
}
#account-guest .account-form input:focus {
  border-color: #187c65;
  box-shadow: 0 0 0 3px #187c6512;
}
#account-guest .account-primary {
  min-height: 48px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 12px;
}
#account-guest .account-fine-print {
  margin-top: 18px;
}
.account-preview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.account-preview:has(.account-preview-note:not(.hidden)) {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #edf0e9;
}
#account-sheet .account-preview-note {
  margin: 0;
  font-size: 10px;
  color: #64756b;
}
#account-demo-sign-in {
  flex-shrink: 0;
  min-height: 36px;
  padding: 0 4px;
  color: #187c65;
  font-size: 12px;
}
#account-sheet a:focus-visible,
#account-sheet button:focus-visible,
#account-sheet input[type="checkbox"]:focus-visible {
  outline: 2px solid #187c65;
  outline-offset: 4px;
}
@media (max-width: 760px) {
  .account-required #account-sheet {
    padding: 14px;
    place-items: center;
  }
  .account-required #account-sheet .account-sheet-card {
    max-height: calc(100dvh - 28px);
    border-radius: 22px;
    padding: 25px;
  }
}
@media (max-width: 365px) {
  .account-required #account-sheet .account-sheet-card {
    padding: 22px;
  }
  #account-guest h2 {
    font-size: 25px;
  }
  #account-guest .account-lead {
    font-size: 13px;
  }
  .account-preview {
    gap: 6px;
  }
}
