
/* fallow-ignore-file unused-file -- Helm embeds this file through .Files.Get. */
html:root {
  color-scheme: dark;
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --card: 0 0% 6%;
  --card-foreground: 0 0% 98%;
  --popover: 0 0% 7%;
  --popover-foreground: 0 0% 98%;
  --primary: 235 89% 74%;
  --primary-foreground: 0 0% 4%;
  --secondary: 0 0% 9%;
  --secondary-foreground: 0 0% 83%;
  --muted: 0 0% 9%;
  --muted-foreground: 0 0% 64%;
  --accent: 0 0% 9%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 91% 71%;
  --destructive-foreground: 0 0% 98%;
  --border: 0 0% 15%;
  --input: 0 0% 15%;
  --ring: 142 69% 73%;
  --radius: 0.35rem;
  --studiobox-green: #86efac;
  --studiobox-amber: #fb923c;
  --studiobox-red: #f87171;
  --studiobox-cyan: #22d3ee;
  --studiobox-indigo: #818cf8;
}

html:root.dark {
  color-scheme: dark;
  --background: 0 0% 4%;
  --foreground: 0 0% 98%;
  --card: 0 0% 6%;
  --card-foreground: 0 0% 98%;
  --popover: 0 0% 7%;
  --popover-foreground: 0 0% 98%;
  --primary: 235 89% 74%;
  --primary-foreground: 0 0% 4%;
  --secondary: 0 0% 9%;
  --secondary-foreground: 0 0% 83%;
  --muted: 0 0% 9%;
  --muted-foreground: 0 0% 64%;
  --accent: 0 0% 9%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 91% 71%;
  --destructive-foreground: 0 0% 98%;
  --border: 0 0% 15%;
  --input: 0 0% 15%;
  --ring: 142 69% 73%;
  --radius: 0.35rem;
  --studiobox-green: #86efac;
  --studiobox-amber: #fb923c;
  --studiobox-red: #f87171;
  --studiobox-cyan: #22d3ee;
  --studiobox-indigo: #818cf8;
}

body {
  background: #0a0a0a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#global {
  min-height: 100vh;
  background-color: #0a0a0a;
  background-image:
    radial-gradient(circle at 12% 0%, rgba(129, 140, 248, 0.11), transparent 27rem),
    radial-gradient(circle at 92% 8%, rgba(134, 239, 172, 0.07), transparent 26rem),
    radial-gradient(circle, rgba(255, 255, 255, 0.035) 1px, transparent 1.2px);
  background-size: auto, auto, 28px 28px;
}

#global header {
  border-color: #262626;
  background: rgba(16, 16, 16, 0.94);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

#global header a {
  display: grid;
  grid-template-columns: clamp(7.5rem, 18vw, 10rem) auto;
  gap: 0.75rem;
}

#global header img {
  width: clamp(7.5rem, 18vw, 10rem);
  max-width: none;
  height: auto;
}

#global header a > div:first-child {
  width: clamp(7.5rem, 18vw, 10rem);
  height: auto;
}

#global header h1 {
  width: fit-content;
  border: 1px solid #262626;
  border-radius: 0.35rem;
  background: #111111;
  color: #a3a3a3;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.3rem 0.45rem;
}

#global .dashboard-container {
  background: transparent;
}

#global .endpoint,
#global .suite,
#global .endpoint-group,
#settings > div {
  border-color: #262626;
  border-radius: 0.35rem;
  background: #101010;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
}

#global .endpoint:hover,
#global .suite:hover,
#global .endpoint-group:hover {
  border-color: rgba(255, 255, 255, 0.22);
}

#global .endpoint-group {
  overflow: hidden;
}

#settings > div {
  background: rgba(17, 17, 17, 0.96);
}

@media (max-width: 640px) {
  #global header a {
    grid-template-columns: 7.5rem auto;
    gap: 0.5rem;
  }

  #global header img {
    width: 7.5rem;
  }

  #global header a > div:first-child {
    width: 7.5rem;
  }

  #global header h1 {
    font-size: 0.58rem;
    padding: 0.26rem 0.36rem;
  }

  #global .dashboard-container {
    font-size: 0.94rem;
  }
}
