/* Aligns with Desktop/DATAVIS ambient + type: vignette base, grain hint, white type */
html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  min-height: 100%;
  background-color: #2a2824;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.22'/%3E%3C/svg%3E"),
    radial-gradient(
      ellipse 105% 88% at 48% 40%,
      color-mix(in srgb, #e1cfa8 42%, transparent) 0%,
      color-mix(in srgb, #c4a896 22%, transparent) 44%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 85% 70% at 10% 90%,
      color-mix(in srgb, #a8c4b4 38%, transparent) 0%,
      transparent 54%
    ),
    radial-gradient(
      circle at top right,
      rgba(255, 187, 120, 0.12),
      transparent 55%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(161, 186, 214, 0.14),
      transparent 55%
    ),
    linear-gradient(to bottom, #4e8268 0%, #5d7d6a 32%, #be8c85 58%, #e1cfa8 100%);
  background-size: 220px 220px, 135% 135%, 125% 125%, 100% 100%, 100% 100%, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 0 0, 50% 50%, 50% 50%, 100% 0%, 0% 100%, 50% 50%;
}

body {
  font-family: "neue-haas-grotesk-text-pro", system-ui, -apple-system, BlinkMacSystemFont,
    "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

canvas {
  display: block;
}

video {
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.snap-dock {
  position: fixed !important;
  z-index: 20;
  width: 76px;
  height: 62px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 16px; */
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.snap-btn {
  position: relative;
  z-index: 1;
  left: auto;
  top: auto;
  right: auto;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  border-radius: 100%;
}

.snap-btn img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 32px;
  max-height: 32px;
  object-fit: contain;
  pointer-events: none;
  margin: 0 auto;
}
