:root {
  color-scheme: light;
  --page-horizontal-padding: 18px;
  --register-font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    "Helvetica Neue", Arial, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  background: #fff;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}
body,
html {
  height: auto;
  margin: 0;
  min-height: 100%;
  overscroll-behavior: auto;
  touch-action: auto;
  width: 100%;
}
body {
  background: #fff;
  color: #1f2937;
  display: grid;
  font-family: var(--register-font-family);
  overflow-x: hidden;
  overflow-y: auto;
  align-content: start;
  justify-items: center;
  grid-template-columns: minmax(0, 1fr);
}
button,
input {
  font: inherit;
}
body,
button,
input {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  html[data-luxora-page] body :is(input, select, textarea) {
    font-size: 16px;
  }
}


.register-page-di {
  align-items: flex-start;
  background: #fff;
  display: flex;
  height: auto;
  justify-content: center;
  overflow-y: auto;
  padding: 24px;
  padding-left: var(--page-horizontal-padding);
  padding-right: var(--page-horizontal-padding);
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 440px) {
  .register-page-di {
    padding: 22px;
    padding-left: var(--page-horizontal-padding);
    padding-right: var(--page-horizontal-padding);
  }
}
@media (hover: none) and (pointer: coarse) {
  body,
  html {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  body {
    display: block;
    overscroll-behavior-y: auto;
  }
  .register-page-di,
  body {
    min-height: 0;
  }
  .register-page-di {
    height: auto;
    margin: 0 auto;
    overflow: visible;
  }
  body .register-form-field input,
  body select,
  body textarea {
    font-size: 16px;
  }
}

/* blok Latest Products + footer bersama */
body > [data-luxora-sections] {
  background: #fff;
  margin: 0 auto;
  max-width: 430px;
  width: 100%;
}

/* halaman auth/chat: tanpa pembatas abu-abu di atas Latest Products */
[data-luxora-sections] .featured-products-section {
  border-top: 0;
}
