html,
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
}

:root {
  --ink: #0b1220;
  --bg: #0e1423;
  --panel: #131A2A;
  --muted: #94a3b8;
  --accent: #38bdf8;
  --accent2: #2563eb;
}

body {
  background: linear-gradient(180deg, #0d1424 0%, #0b1220 100%);
  color: #e5e7eb;
}

.soft {
  box-shadow: 0 10px 30px rgba(2, 6, 23, .25);
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #1f2937, transparent);
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid rgba(56, 189, 248, .35);
  background: rgba(56, 189, 248, .12);
  color: #bae6fd;
  border-radius: .75rem;
  padding: .2rem .6rem;
  font-size: .7rem;
  letter-spacing: .08em;
}

.nav-glass {
  background: rgba(10, 16, 28, .9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.hero-grid {
  background-image: radial-gradient(rgba(148, 163, 184, .18) 1px, transparent 1px);
  background-size: 16px 16px;
  background-position: -1px -1px;
}

.field {
  background-color: rgba(2, 6, 23, .55);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: .75rem 1rem;
  border-radius: .5rem;
  background: #38bdf8;
  color: #0b1220;
  font-weight: 700;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}
