.arg-page,
body.arg-standalone {
  background: #090807;
  color: #f4eee2;
}

.arg-page {
  min-height: 100svh;
  padding-top: var(--header-height, 5rem);
}

[data-arg-root] {
  min-height: calc(100svh - var(--header-height, 0rem));
}

body.arg-standalone {
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
}

body.arg-standalone [data-arg-root] {
  min-height: 100svh;
}

.arg-experience {
  position: relative;
  min-height: inherit;
  display: grid;
  place-content: center;
  gap: clamp(1.4rem, 4vw, 3rem);
  padding: clamp(1.2rem, 5vw, 4rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(212, 164, 87, 0.12), transparent 24rem),
    #090807;
}

.arg-experience::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 0 36%, rgba(0, 0, 0, 0.68) 100%);
}

.arg-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.arg-mark,
.arg-counter-frame,
.arg-access-trigger {
  position: relative;
  z-index: 1;
}

.arg-mark {
  justify-self: center;
  color: rgba(231, 196, 140, 0.72);
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.38em;
  text-indent: 0.38em;
  text-shadow: 0 0 1.8rem rgba(229, 179, 99, 0.36);
}

.arg-counter-frame {
  width: min(92vw, 72rem);
  padding: clamp(1rem, 3vw, 2rem);
  border: clamp(0.65rem, 1.5vw, 1.25rem) solid #211b16;
  outline: 1px solid rgba(255, 237, 209, 0.14);
  background: #050505;
  box-shadow:
    inset 0 1rem 2rem rgba(0, 0, 0, 0.92),
    inset 0 -0.8rem 1.5rem rgba(0, 0, 0, 0.86),
    0 2rem 6rem rgba(0, 0, 0, 0.68);
}

.arg-counter {
  display: block;
  overflow: hidden;
  color: #fff9ef;
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: clamp(2.2rem, 8vw, 7.5rem);
  font-variant-numeric: tabular-nums;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1;
  text-align: center;
  text-overflow: clip;
  text-shadow:
    0 0 0.35rem rgba(255, 250, 238, 0.85),
    0 0 1.6rem rgba(237, 185, 99, 0.48);
  white-space: nowrap;
}

.arg-access-trigger {
  justify-self: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  color: rgba(245, 229, 204, 0.16);
  font-size: 1.15rem;
  cursor: pointer;
  transition: color 180ms ease, text-shadow 180ms ease;
}

.arg-access-trigger:hover,
.arg-access-trigger:focus-visible {
  color: rgba(245, 229, 204, 0.72);
  text-shadow: 0 0 1rem rgba(237, 185, 99, 0.48);
}

.arg-access-dialog {
  width: min(90vw, 28rem);
  padding: 0;
  border: 1px solid rgba(235, 195, 132, 0.34);
  border-radius: 0.85rem;
  background: #100e0c;
  color: #f4eee2;
  box-shadow: 0 2rem 7rem rgba(0, 0, 0, 0.82);
}

.arg-access-dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(0.3rem);
}

.arg-access-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  background: transparent;
  color: #bfb5a7;
  font-size: 1.6rem;
  cursor: pointer;
}

.arg-access-form {
  display: grid;
  gap: 1rem;
  padding: 2rem;
}

.arg-access-form h2,
.arg-access-form p {
  margin: 0;
}

.arg-access-form label {
  display: grid;
  gap: 0.45rem;
  color: #cfc5b6;
}

.arg-access-form input,
.arg-access-form button {
  min-height: 3rem;
  border: 1px solid rgba(235, 195, 132, 0.32);
  border-radius: 0.55rem;
  background: #181410;
  color: #f4eee2;
  font: inherit;
}

.arg-access-form input {
  padding: 0.7rem 0.85rem;
  font-family: ui-monospace, "Cascadia Mono", monospace;
  letter-spacing: 0.12em;
}

.arg-access-form button {
  padding: 0.7rem 1rem;
  font-weight: 800;
  cursor: pointer;
}

.arg-access-form p {
  min-height: 1.4rem;
  color: #c8a978;
}

@media (max-width: 560px) {
  .arg-counter-frame {
    width: min(96vw, 72rem);
    padding-inline: 0.55rem;
  }

  .arg-counter {
    font-size: clamp(1.55rem, 8.6vw, 3rem);
    letter-spacing: 0.025em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .arg-access-trigger {
    transition: none;
  }
}
.arg-knowledge {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 4vw, 3rem);
  color: rgba(255, 232, 186, 0.72);
  font-family: "Courier New", monospace;
  font-size: clamp(0.78rem, 1.6vw, 1rem);
  letter-spacing: 0.08em;
}
.arg-knowledge span {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
}
.arg-knowledge strong {
  color: #fff2d1;
  font-size: 1.15em;
  text-shadow: 0 0 0.8rem rgba(255, 208, 128, 0.45);
}
