:root {
  color-scheme: light;
  --ink: #171427;
  --muted: #676276;
  --paper: #fffdfb;
  --panel: #ffffff;
  --rose: #f04860;
  --rose-deep: #d82d4a;
  --aqua: #12c7c4;
  --violet: #734ee7;
  --line: #e8e2ea;
  --shadow: 0 24px 80px rgba(31, 17, 55, 0.28);
  --soft-shadow: 0 12px 32px rgba(54, 34, 76, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--paper);
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}
button,
[role="button"] {
  cursor: pointer;
  font: inherit;
}
button:focus-visible,
[role="button"]:focus-visible,
a:focus-visible {
  outline: 4px solid rgba(18, 199, 196, 0.48);
  outline-offset: 4px;
}
.shield-scene {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-image: linear-gradient(rgba(19, 10, 31, 0.22), rgba(19, 10, 31, 0.34)), url("../images/luckycrush-background.webp");
  background-position: center top;
  background-size: cover;
  isolation: isolate;
}
.shield-scene::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  background: linear-gradient(transparent, rgba(20, 12, 32, 0.38));
  pointer-events: none;
  z-index: -1;
}
.shield-brandbar {
  position: absolute;
  inset: 20px 22px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  z-index: 2;
}
.shield-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 13px 8px 9px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--soft-shadow);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.shield-wordmark img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.shield-language {
  max-width: min(58vw, 360px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  padding: 9px 14px;
  color: #fff;
  background: rgba(31, 17, 55, 0.72);
  font-size: 13px;
  font-weight: 700;
  box-shadow: var(--soft-shadow);
}
.shield-invite {
  position: absolute;
  inset: auto 24px 24px;
  z-index: 2;
  margin: 0 auto;
  width: fit-content;
  max-width: calc(100% - 48px);
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: rgba(24, 14, 41, 0.78);
  font-size: 13px;
  text-align: center;
  box-shadow: var(--soft-shadow);
}
#GateScreen {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 82px 20px 56px;
  background: rgba(23, 13, 36, 0.34);
}
.shield-card {
  width: min(100%, 560px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px 30px 18px 18px;
  padding: clamp(24px, 4vw, 42px);
  color: var(--ink);
  background: rgba(255, 253, 251, 0.97);
  box-shadow: var(--shadow);
  text-align: center;
  transform-origin: center;
  animation: shield-rise 520ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}
.shield-emblem {
  width: 74px;
  height: 74px;
  margin: -2px auto 16px;
  object-fit: contain;
}
.shield-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.shield-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 6vw, 45px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.shield-card p {
  max-width: 46ch;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 16px;
  text-wrap: pretty;
}
.shield-actions {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 12px;
  margin-top: 26px;
}
.shield-primary,
.shield-secondary {
  min-height: 54px;
  border-radius: 16px;
  padding: 13px 17px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.shield-primary {
  border: 0;
  color: #fff;
  background: var(--rose);
  box-shadow: 0 12px 26px rgba(240, 72, 96, 0.32);
}
.shield-secondary {
  border: 1px solid var(--line);
  color: var(--muted);
  background: #f6f2f5;
}
.shield-primary:hover,
.shield-secondary:hover {
  transform: translateY(-2px);
}
.shield-primary:hover {
  background: var(--rose-deep);
  box-shadow: 0 15px 30px rgba(216, 45, 74, 0.38);
}
.shield-privacy {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  color: #797285;
  font-size: 12px;
}
.shield-privacy::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 5px rgba(18, 199, 196, 0.12);
}
.shield-content {
  position: relative;
  z-index: 3;
  background: var(--paper);
}
.shield-article-head {
  padding: clamp(66px, 9vw, 118px) 22px 32px;
  background: linear-gradient(180deg, #fffdfb 0%, #fff7f8 100%);
}
.shield-article-head > div {
  width: min(100%, 820px);
  margin: 0 auto;
}
.shield-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.shield-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--rose);
}
.shield-article {
  width: min(100% - 38px, 820px);
  margin: 0 auto;
  padding: 0 0 100px;
}
.shield-article h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 7vw, 67px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.shield-article h2 {
  margin: 68px 0 17px;
  padding-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 4.5vw, 41px);
  line-height: 1.14;
  letter-spacing: -0.03em;
  text-wrap: pretty;
}
.shield-article h3 {
  margin: 38px 0 12px;
  font-size: clamp(20px, 3vw, 25px);
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.shield-article p {
  margin: 0 0 19px;
  color: #373143;
  font-size: clamp(16px, 2.1vw, 18px);
}
.shield-article strong {
  color: #191421;
  font-weight: 900;
}
.shield-article ul {
  margin: 24px 0 34px;
  padding: 23px 24px 23px 48px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}
.shield-article li + li {
  margin-top: 8px;
}
.shield-article table {
  width: 100%;
  margin: 28px 0 34px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--soft-shadow);
  font-size: 15px;
}
.shield-article th,
.shield-article td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--line);
  text-align: start;
}
.shield-article th {
  color: #fff;
  background: #29203a;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.shield-article tr:last-child td {
  border-bottom: 0;
}
.shield-article tr:nth-child(even) td {
  background: #fff8f9;
}
.shield-footer {
  padding: 30px 20px;
  color: #dcd5e6;
  background: #1b1427;
  text-align: center;
  font-size: 13px;
}
.shield-footer strong {
  color: #fff;
}
[dir="rtl"] .shield-article,
[dir="rtl"] .shield-card {
  text-align: right;
}
[dir="rtl"] .shield-card p,
[dir="rtl"] .shield-kicker {
  margin-right: 0;
}
[dir="rtl"] .shield-privacy {
  justify-content: flex-start;
}
[dir="rtl"] .shield-article ul {
  padding: 23px 48px 23px 24px;
}
@keyframes shield-rise {
  from {
    opacity: 0.01;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 620px) {
  .shield-brandbar {
    inset: 12px 12px auto;
  }
  .shield-language {
    max-width: 42vw;
    padding: 8px 11px;
  }
  #GateScreen {
    align-items: end;
    padding: 76px 10px 10px;
  }
  .shield-card {
    border-radius: 26px 26px 14px 14px;
    padding: 25px 20px 22px;
  }
  .shield-emblem {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
  .shield-actions {
    grid-template-columns: 1fr;
  }
  .shield-primary,
  .shield-secondary {
    min-height: 52px;
  }
  .shield-invite {
    display: none;
  }
  .shield-article {
    width: min(100% - 28px, 820px);
    padding-bottom: 72px;
  }
  .shield-article h2 {
    margin-top: 52px;
  }
  .shield-article table {
    min-width: 620px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
