.sz-nowrap {
  white-space: nowrap;
}

.sz-top-nav {
  min-height: 4rem;
}

.sz-login-header {
  height: 73px;
}

.sz-login-header-inner {
  display: flex;
  width: 100%;
  max-width: 80rem;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 1rem;
}

.sz-login-brand {
  display: inline-flex;
  align-items: center;
}

.sz-login-brand img {
  width: 9rem;
  height: auto;
}

.sz-login-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sz-login-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  white-space: nowrap;
  color: #0b1f33;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
}

.sz-login-contact {
  border-radius: 0.5rem;
  background-color: #16852c;
  padding: 0.5rem 1rem;
  color: #fff !important;
}

.sz-login-page {
  display: grid;
  min-height: calc(100vh - 73px);
  background-color: #f8fafc;
}

.sz-login-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}

.sz-login-right {
  display: none;
  background-color: #03245a;
  color: #fff;
  padding: 2.5rem;
}

.sz-login-notes {
  display: grid;
  gap: 0.75rem;
  padding-bottom: 2.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .sz-login-header-inner {
    padding: 0 1.5rem;
  }

  .sz-login-brand img {
    width: 11rem;
  }
}

@media (min-width: 1024px) {
  html:has(.sz-login-page),
  body:has(.sz-login-page) {
    height: 100%;
    overflow: hidden;
  }

  .sz-login-page {
    height: calc(100vh - 73px);
    min-height: 0;
    grid-template-columns: 1fr 0.9fr;
    overflow: hidden;
  }

  .sz-login-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.sz-field {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 2.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sz-field:focus,
.sz-phone-prefix:focus,
.sz-phone-input:focus {
  border-color: #06489d;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px #06489d;
}

.sz-phone-group {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.sz-phone-prefix {
  box-sizing: border-box;
  display: block;
  width: 6rem;
  height: 2.75rem;
  flex-shrink: 0;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem 0 0 0.5rem;
  background-color: #fff;
  padding: 0 0.75rem;
  font-size: 0.875rem;
}

.sz-phone-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 0;
  height: 2.75rem;
  flex: 1 1 auto;
  margin-left: -1px;
  border: 1px solid #cbd5e1;
  border-radius: 0 0.5rem 0.5rem 0;
  background-color: #fff;
  padding: 0 1rem;
  font-size: 0.875rem;
}

.sz-chart-ring {
  transform: rotate(-90deg);
  transform-origin: center;
}

.sz-chart-total {
  fill: #0b1f33;
  font-size: 0.45rem;
  font-weight: 700;
  transform: none;
}

.sz-privacy {
  color: #475569;
  font-size: 1rem;
  line-height: 1.8;
}

.sz-privacy header {
  margin-bottom: 2rem;
}

.sz-privacy h1 {
  margin-top: 0.75rem;
  color: #0b1f33;
  font-size: 2.5rem;
  line-height: 1.15;
  font-weight: 700;
}

.sz-privacy h2 {
  margin-top: 2.5rem;
  color: #0b1f33;
  font-size: 1.35rem;
  line-height: 1.35;
  font-weight: 700;
}

.sz-privacy h3 {
  margin-top: 1.5rem;
  color: #1e293b;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 700;
}

.sz-privacy p {
  margin-top: 1rem;
}

.sz-privacy ul {
  margin-top: 1rem;
  padding-left: 1.25rem;
  list-style: disc;
}

.sz-privacy li {
  margin-top: 0.45rem;
}

.sz-privacy strong {
  color: #0b1f33;
}

.sz-privacy-date {
  color: #64748b;
  font-size: 0.95rem;
}

@media (max-width: 639px) {
  .sz-privacy h1 {
    font-size: 2rem;
  }
}
