body.arn-public-home {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: #fafcfb;
  color: #223d35;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
.arn-public-home *, .arn-public-home *::before, .arn-public-home *::after {
  box-sizing: border-box;
}
.arn-public-entry {
  flex: 1;
  width: min(100%, 960px);
  margin: 0 auto;
  padding: 64px 24px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.arn-public-logo {
  display: block;
  width: 240px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  margin-bottom: 32px;
}
.arn-public-entry h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1.16;
  font-weight: 400;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.arn-public-subtitle {
  margin: 18px 0 36px;
  color: #626a67;
  font-size: 16px;
  line-height: 1.5;
}
.arn-public-access {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  max-width: 100%;
  padding: 14px 28px;
  border: 1px solid #254d40;
  border-radius: 4px;
  background: #254d40;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.arn-public-access:hover {
  background: #193a2f;
  color: #fff;
}
.arn-public-access:focus-visible {
  outline: 3px solid #91783c;
  outline-offset: 5px;
}
.arn-public-footer {
  margin: 0 24px;
  padding: 20px 0;
  border-top: 1px solid #dce2de;
  color: #69716d;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 600px) {
  .arn-public-entry { padding: 40px 24px; }
  .arn-public-logo { width: 184px; margin-bottom: 28px; }
  .arn-public-entry h1 { font-size: 34px; }
}
