:root {
  --bg: #020713;
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: radial-gradient(circle at 50% 0%, #0b1d44 0%, #040916 34%, #01040c 100%);
}
body {
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

#particles {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
}

.site-shell {
  position: relative;
  z-index: 2;
  width: 100%;
}

.artboard {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
}

.approved-art {
  display: block;
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  filter: saturate(1.02) contrast(1.02);
  user-select: none;
  -webkit-user-drag: none;
}

@media (max-width: 900px) {
  .approved-art {
    width: 100%;
    max-width: none;
  }
  #particles { opacity: 0.75; }
}
