.access-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.access-shell {
  width: min(92vw, 520px);
  position: relative;
  z-index: 2;
}

.access-panel {
  position: relative;
  padding: 38px;
  text-align: center;
  background: linear-gradient(145deg, rgba(14,15,18,.98), rgba(3,3,4,.99));
  border: 1px solid #342126;
  box-shadow: 0 24px 80px rgba(0,0,0,.66), 0 0 36px rgba(213,28,36,.08);
}

.access-panel::before,
.access-panel::after,
.access-corners::before,
.access-corners::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
}

.access-panel::before { left: -1px; top: -1px; border-left: 1px solid var(--red); border-top: 1px solid var(--red); }
.access-panel::after { right: -1px; bottom: -1px; border-right: 1px solid var(--red); border-bottom: 1px solid var(--red); }
.access-corners::before { right: -1px; top: -1px; border-right: 1px solid var(--red-dark); border-top: 1px solid var(--red-dark); }
.access-corners::after { left: -1px; bottom: -1px; border-left: 1px solid var(--red-dark); border-bottom: 1px solid var(--red-dark); }

.access-logo {
  width: 128px;
  height: 128px;
  object-fit: cover;
  filter: drop-shadow(0 0 24px rgba(213,28,36,.18));
}

.access-kicker {
  margin-top: 16px;
  color: var(--red);
  font-size: 11px;
  letter-spacing: .16em;
}

.access-panel h1 {
  margin: 10px 0 7px;
  font-size: 24px;
  letter-spacing: .08em;
}

.access-subheading {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 12px;
}

.access-message {
  margin-bottom: 18px;
  padding: 10px 12px;
  color: #ffb3b8;
  background: rgba(92,17,21,.22);
  border: 1px solid #522126;
  font-size: 12px;
}

.access-form {
  display: grid;
  gap: 16px;
  text-align: left;
}

.access-form label {
  display: grid;
  gap: 7px;
  color: #777b82;
  font-size: 10px;
  letter-spacing: .1em;
}

.access-form input {
  width: 100%;
  padding: 12px 13px;
  color: var(--text);
  background: #070708;
  border: 1px solid #2d2f34;
  border-bottom-color: var(--red-dark);
  outline: none;
}

.access-form input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 1px rgba(213,28,36,.12);
}

.access-form .checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9a9ea5;
  font-size: 11px;
  letter-spacing: .04em;
}

.access-form .checkbox-row input {
  width: auto;
  accent-color: var(--red);
}

.access-form button {
  margin-top: 4px;
  padding: 13px 16px;
  color: #fff;
  background: linear-gradient(90deg, #5a1015, #a8171e);
  border: 1px solid var(--red);
  font-weight: 800;
  letter-spacing: .12em;
  cursor: pointer;
}

.access-panel footer {
  margin-top: 24px;
  color: #464950;
  font-size: 9px;
  letter-spacing: .12em;
}
