/* [project]/ankieta/app/page.module.css [app-client] (css) */
.page-module__mj3mjG__mainContainer {
  box-sizing: border-box;
  background-color: #0b0f19;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  padding: 20px;
  display: flex;
  overflow-x: hidden;
}

.page-module__mj3mjG__glassCard {
  box-sizing: border-box;
  background: #0f141e99;
  border: 1px solid #ffffff0d;
  border-radius: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  height: 85vh;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #00000080;
}

.page-module__mj3mjG__glassShine {
  pointer-events: none;
  background: linear-gradient(#ffffff08 0%, #fff0 100%);
  width: 100%;
  height: 40%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-module__mj3mjG__formFrame {
  z-index: 2;
  background: none;
  border-radius: 12px;
  flex-grow: 1;
  width: 100%;
  max-width: 100vw;
  display: block;
  position: relative;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .page-module__mj3mjG__mainContainer {
    padding: 10px;
  }

  .page-module__mj3mjG__glassCard {
    border-radius: 16px;
    height: 95vh;
    padding: 5px;
  }
}

/*# sourceMappingURL=ankieta_app_page_module_0hri3r6.css.map*/