:root {
  color-scheme: dark;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 85% 8%, rgba(222, 34, 45, 0.2), transparent 34rem),
    linear-gradient(145deg, #071426 0%, #102843 56%, #080f1d 100%);
  color: #f8fafc;
}

body > :not(.temporary-closure):not(script) {
  display: none !important;
}

body > .temporary-closure {
  display: grid !important;
}

.temporary-closure,
.temporary-closure * {
  box-sizing: border-box;
}

.temporary-closure {
  min-height: 100vh;
  place-items: center;
  padding: clamp(1.25rem, 4vw, 3.5rem);
  font-family: Inter, Arial, sans-serif;
  direction: ltr;
}

.temporary-closure-card {
  width: min(100%, 46rem);
  padding: clamp(2rem, 6vw, 4.25rem);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1.5rem;
  background: rgba(4, 14, 27, 0.92);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.42);
  text-align: center;
}

.temporary-closure-logo {
  display: block;
  width: min(19rem, 82%);
  max-height: 8rem;
  margin: 0 auto 2rem;
  object-fit: contain;
}

.temporary-closure-status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: #ff7b82;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.temporary-closure-status::before {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #e32632;
  content: "";
  box-shadow: 0 0 0 0.32rem rgba(227, 38, 50, 0.16);
}

.temporary-closure h1 {
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: clamp(2.7rem, 8vw, 5.2rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.96;
  text-transform: uppercase;
}

.temporary-closure p {
  max-width: 38rem;
  margin: 0 auto 1rem;
  color: #dce7f3;
  font-size: clamp(1rem, 2.3vw, 1.17rem);
  line-height: 1.7;
}

.temporary-closure .temporary-closure-existing {
  margin-top: 1.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.temporary-closure a {
  color: #ff9298;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.temporary-closure .temporary-closure-note {
  margin-top: 1.4rem;
  color: #aebfd2;
  font-size: 0.92rem;
}

.temporary-closure-arabic {
  margin-top: 1.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  direction: rtl;
}

.temporary-closure-arabic p {
  line-height: 1.9;
}

@media (max-width: 520px) {
  .temporary-closure-card {
    border-radius: 1rem;
  }
}
