html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.ambient-gradient {
  background:
    radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.04) 0, transparent 50%),
    radial-gradient(at 100% 100%, rgba(0, 106, 97, 0.04) 0, transparent 50%),
    #faf8ff;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.glass-panel {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.nav-link {
  border-radius: 0.5rem;
  color: #434655;
  font-size: 16px;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  transition: color 160ms ease, background-color 160ms ease;
}

.nav-link:hover,
.nav-link.active {
  background: rgba(0, 74, 198, 0.06);
  color: #004ac6;
}

.chip {
  border: 1px solid rgba(225, 226, 237, 0.5);
  border-radius: 999px;
  background: #f3f3fe;
  color: #434655;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.875rem;
}

.chip-green {
  background: #f0fdfa;
  color: #006f66;
}

.form-field {
  width: 100%;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  background: #f3f3fe;
  color: #191b23;
  font-size: 0.875rem;
  outline: none;
  padding: 0.75rem 1rem;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.form-field:focus {
  background: #ffffff;
  border-color: #004ac6;
}
