:root {
  --text: #111111;
  --card-bg: rgba(255, 255, 255, 0.32);
  --card-border: rgba(255, 255, 255, 0.28);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--text);
  background: #ffffff;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

img {
  display: block;
  max-width: 100%;
}

.maintenance-page {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  isolation: isolate;
  overflow: hidden;
}

.background-layer {
  position: absolute;
  inset: 0;
  background: url('/maintenance/e940d3b7fe6b63803c73eaef1a4f09df19024e8a.jpg') center center / cover no-repeat;
  filter: blur(2px);
}

.background-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
}

.background-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
}

.background-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
}

.card {
  position: relative;
  z-index: 1;
  width: 626px;
  height: 376px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: rgba(255,255,255,0.4);
  border-radius: 20px;
  box-shadow: 0px 0px 5.8px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}


.logo {
  width: 310px;
  height: 205px;
  object-fit: contain;
  margin-top: 0;
}


.title,
.subtitle {
  width: 100%;
  min-height: auto;
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

.title {
  width: 456px;
  height: 50px;
  margin-top: 13px;
  font-family: 'Roboto', Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.subtitle {
  max-width: 566px;
  font-size: clamp(1.25rem, 1.9vw, 1.75rem);
  line-height: 1.25;
  font-weight: 700;
}

@media (max-width: 767px) {
  body {
    overflow: auto;
  }

  .maintenance-page {
    width: 100%;
    min-height: 100vh;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .background-layer {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    left: 0;
    top: 0;
    background: url('/maintenance/e940d3b7fe6b63803c73eaef1a4f09df19024e8a.jpg') center center / cover no-repeat;
    filter: blur(2px);
  }

  .background-layer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.4);
  }

  .card {
    width: calc(100vw - 48px);
    max-width: 510px;
    height: auto;
    min-height: 376px;
    padding: 24px 20px;
    justify-content: flex-start;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 0px 5.8px rgba(0, 0, 0, 0.25);
  }

  .logo {
    width: 206px;
    height: auto;
  }

  .title {
    width: 100%;
    height: auto;
    margin-top: 24px;
    font-size: 32px;
    line-height: 1.15;
  }

  .subtitle {
    width: 100%;
    min-height: auto;
    margin-top: 24px;
    font-size: 28px;
    line-height: 1.25;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
