/* STX Bullseye - Custom styles layered on Tailwind utility classes */
:root {
  color-scheme: dark;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: radial-gradient(circle at 20% 0%, #172036 0%, #0b1120 45%, #070b16 100%);
}

.site-shell {
  min-height: 100vh;
}

.glass-card {
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.2);
  backdrop-filter: blur(6px);
}

.soft-ring {
  box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.3), 0 10px 40px rgba(2, 6, 23, 0.45);
}

.brand-gradient {
  background-image: linear-gradient(130deg, #38bdf8 0%, #2dd4bf 100%);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 100;
}

.skip-link:focus {
  left: 0.75rem;
  top: 0.75rem;
}
