:root {
  color: #f7f8fb;
  background: #080a0f;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  height: 100dvh;
  background: #080a0f;
  overscroll-behavior: none;
}

main {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

konfi-studio {
  display: block;
  width: 100%;
  height: 100dvh;
}

noscript {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #f7f8fb;
  background: #080a0f;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

noscript p {
  max-width: 420px;
  margin: 0;
  text-align: center;
}
