body.account-restricted #top-nav,
body.account-restricted #footer,
body.account-restricted .points-chip,
body.account-restricted .skip-link {
  display: none !important;
}
body.account-restricted #top-nav-desktop a[href="/profile"],
body.account-restricted #top-nav-mobile a[href="/profile"] {
  display: none !important;
}
body.account-restricted {
  background: #eef2f0;
}
.ar-page {
  min-height: calc(100dvh - 88px);
  display: grid;
  place-items: start center;
  padding: 2.5rem 1rem 3rem;
  background: #eef2f0;
}
.ar-card {
  width: min(560px, 100%);
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(16, 40, 28, .08);
  padding: 2.1rem 1.7rem 1.5rem;
  text-align: center;
  color: #1c2b24;
}
.ar-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin: 0 auto .9rem;
}
.ar-icon-ban {
  color: #c0392b;
  background: #fdecea;
}
.ar-icon-suspend {
  color: #b9770e;
  background: #fef6e4;
}
.ar-card h1 {
  margin: 0 0 .55rem;
  font-size: 1.55rem;
  line-height: 1.25;
  color: #12231c;
  text-align: center;
}
.ar-lead {
  margin: 0 0 1.2rem;
  color: #5d6d67;
  font-size: .98rem;
  line-height: 1.45;
}
.ar-list {
  text-align: left;
  border-top: 1px solid #e4ebe6;
  margin-bottom: 1rem;
}
.ar-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid #e4ebe6;
  font-size: .95rem;
}
.ar-row span { color: #6b7a74; }
.ar-row strong { color: #1c2b24; font-weight: 700; text-align: right; }
.ar-row a { color: #0a6933; }
.ar-help {
  text-align: left;
  background: #e8f6ee;
  border: 1px solid #c8e6d4;
  border-radius: 12px;
  padding: .9rem 1rem;
  color: #1c2b24;
  margin: 0 0 1.15rem;
  line-height: 1.45;
}
.ar-help strong { display: block; margin-bottom: .2rem; }
.ar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: center;
}
.ar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 .95rem;
  border-radius: 999px;
  border: 1px solid #cfd8d3;
  background: #fff;
  color: #12231c;
  font-weight: 700;
  text-decoration: none;
}
.ar-btn-primary {
  background: #0a6933;
  border-color: #0a6933;
  color: #fff;
}
.ar-ref {
  margin: 1.15rem 0 .35rem;
  color: #8a9691;
  font-size: .86rem;
}
.ar-out {
  margin: .2rem 0 0;
}
.ar-out a,
.ar-out .logmeout {
  color: #0a6933;
  font-weight: 700;
}
@media (max-width: 640px) {
  .ar-card { padding: 1.6rem 1.1rem 1.2rem; }
  .ar-actions { flex-direction: column; }
  .ar-btn { width: 100%; }
}
