* {
  box-sizing: border-box;
}

body.auth-body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 154, 78, 0.1), transparent 28%),
    linear-gradient(180deg, #f4f6f7 0%, #eef3f1 100%);
  color: #111820;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

.auth-shell {
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 14px 14px 42px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 0 0 1px rgba(17, 24, 32, 0.04);
}

.admin-body {
  background: #eef3f1;
}

.admin-body .auth-shell {
  width: min(100%, 1180px);
  padding: 18px 18px 56px;
}

.admin-body .auth-brand-v2 {
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}

.auth-brand,
.auth-brand-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.auth-brand-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 78px;
  padding: 12px 16px;
  border: 1px solid rgba(226, 232, 236, 0.96);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(17, 24, 32, 0.06);
}

.auth-brand-logo {
  width: min(100%, 300px);
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.auth-brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #009a4e;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(0, 154, 78, 0.22);
}

.auth-brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.auth-brand-copy b {
  color: #111820;
  font-size: 0.96rem;
  font-weight: 950;
  line-height: 1.05;
}

.auth-brand-copy small {
  color: #66717a;
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.25;
}

.auth-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px 15px;
  border: 1px solid #ebeff2;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 28px rgba(17, 24, 32, 0.08);
}

.auth-card > * {
  min-width: 0;
}

.auth-card h1 {
  margin: 0;
  color: #111820;
  font-size: 1.18rem;
  font-weight: 950;
  line-height: 1.28;
  letter-spacing: 0;
}

.auth-card h2 {
  margin: 8px 0 0;
  color: #111820;
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.35;
}

.auth-card h3 {
  margin: 8px 0 0;
  color: #111820;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1.35;
}

.auth-card p {
  margin: 0;
  color: #5f6b73;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.auth-card ul,
.auth-card ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.1em;
  color: #4d5861;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.65;
}

.auth-card li::marker {
  color: #009a4e;
  font-weight: 950;
}

.auth-form {
  display: grid;
  gap: 12px;
}

.auth-field {
  display: grid;
  gap: 6px;
}

.auth-field label {
  color: #333b44;
  font-size: 0.78rem;
  font-weight: 900;
}

.auth-field-hint {
  margin: 0;
  color: #66737d;
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.55;
}

.auth-field input,
.auth-field select,
.auth-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #dce8ee;
  border-radius: 10px;
  background: #fff;
  color: #111820;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 750;
}

.auth-field label:has(input[type="checkbox"]),
.auth-field label:has(input[type="radio"]) {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  line-height: 1.55;
}

.auth-consent-text {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.auth-consent-text a {
  color: #007f4f;
  font-weight: 950;
  white-space: nowrap;
}

.auth-field input[type="checkbox"],
.auth-field input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  flex: 0 0 18px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0;
  padding: 0;
  border: 1.5px solid #b8c7d0;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
}

.auth-field input[type="checkbox"]:checked {
  border-color: #009a4e;
  background-color: #009a4e;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 4L6 9.5 3 6.5' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.auth-field input[type="radio"] {
  border-radius: 999px;
}

.auth-field input[type="radio"]:checked {
  border-color: #009a4e;
  background: radial-gradient(circle, #009a4e 0 45%, #fff 48% 100%);
}

.auth-field textarea {
  min-height: 112px;
  resize: vertical;
}

.auth-field input:focus,
.auth-field select:focus,
.auth-field textarea:focus {
  border-color: #009a4e;
  outline: 3px solid rgba(0, 154, 78, 0.12);
}

.auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 46px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: #009a4e;
  color: #fff;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 154, 78, 0.22);
}

.auth-button.secondary {
  border: 1px solid #dce8ee;
  background: #fff;
  color: #123a62;
  box-shadow: none;
}

.auth-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
  color: #0d6f3c;
  font-size: 0.8rem;
  font-weight: 850;
  min-width: 0;
}

.auth-links .auth-button {
  min-width: 132px;
}

.auth-links a {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 430px) {
  .auth-links {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }

  .auth-links a {
    max-width: 100%;
    text-align: center;
    line-height: 1.45;
  }

  .auth-links .auth-button {
    width: min(100%, 220px);
    min-width: 0;
  }
}

.auth-notice,
.auth-error {
  padding: 11px 12px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.55;
}

.auth-notice {
  background: #eef8f2;
  color: #0d6f3c;
}

.auth-error {
  background: #fff1f1;
  color: #d33737;
}

.auth-invite-card {
  gap: 16px;
}

.auth-invite-profile {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 11px;
  border: 1px solid #e2ece7;
  border-radius: 14px;
  background: linear-gradient(135deg, #f5fbf8, #ffffff);
}

.auth-invite-profile img {
  width: 54px;
  height: 54px;
  border: 3px solid #ffffff;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(17, 24, 32, 0.12);
}

.auth-invite-profile span {
  display: block;
  color: #009a4e;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.auth-invite-profile strong {
  display: block;
  margin-top: 2px;
  color: #111820;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1.4;
}

.auth-invite-profile small {
  display: block;
  margin-top: 3px;
  color: #66717a;
  font-size: 0.72rem;
  font-weight: 850;
}

.auth-invite-note {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 12px;
  background: #f6f8f9;
}

.auth-invite-note strong {
  color: #111820;
  font-size: 0.82rem;
  font-weight: 950;
}

.auth-invite-note ul {
  margin: 0;
}

.account-summary {
  display: grid;
  gap: 10px;
}

.account-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid #edf1f4;
}

.account-row span {
  color: #6f7780;
  font-size: 0.76rem;
  font-weight: 850;
}

.account-row strong {
  min-width: 0;
  color: #111820;
  font-size: 0.86rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.admin-request-section {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #edf1f4;
  border-radius: 14px;
  background: #fbfcfd;
}

.admin-request-section h2 {
  margin: 0;
  color: #111820;
  font-size: 0.96rem;
  font-weight: 950;
  line-height: 1.35;
}

.admin-request-map {
  overflow: hidden;
  border: 1px solid #dfe7ec;
  border-radius: 13px;
  background: #eef3f1;
}

.admin-request-map iframe {
  display: block;
  width: 100%;
  height: 220px;
  border: 0;
}

.admin-request-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.admin-request-meta {
  color: #66717a;
  font-size: 0.76rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.admin-request-photos {
  display: grid;
  gap: 10px;
}

.admin-request-photos a {
  display: grid;
  gap: 7px;
  padding: 8px;
  border: 1px solid #edf1f4;
  border-radius: 13px;
  background: #fff;
  color: #0d6f3c;
  font-size: 0.78rem;
  font-weight: 950;
}

.admin-request-photos img {
  display: block;
  width: 100%;
  max-height: 260px;
  border-radius: 10px;
  object-fit: cover;
}

.admin-request-flow {
  display: grid;
  gap: 9px;
}

.admin-request-flow div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 2px 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #edf1f4;
  border-radius: 12px;
  background: #fff;
}

.admin-request-flow span {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #eef8f2;
  color: #0d6f3c;
  font-size: 0.78rem;
  font-weight: 950;
}

.admin-request-flow strong {
  color: #111820;
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1.25;
}

.admin-request-flow small {
  color: #66717a;
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.45;
}

.profile-shell-card {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid #e5e7ea;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 58, 98, 0.1);
}

.profile-cover {
  position: relative;
  min-height: 156px;
  background-color: #dff3f6;
  background-position: center;
  background-size: cover;
}

.profile-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.14));
}

.profile-cover.is-edit {
  min-height: 132px;
}

.profile-edit-pill {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  color: #123a62;
  font-weight: 950;
  box-shadow: 0 8px 20px rgba(18, 58, 98, 0.16);
}

.profile-main {
  display: grid;
  gap: 14px;
  padding: 0 18px 20px;
}

.profile-avatar {
  display: block;
  width: 104px;
  height: 104px;
  margin-top: -42px;
  border: 5px solid #fff;
  border-radius: 999px;
  background: #0a5482;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(18, 58, 98, 0.18);
  z-index: 2;
}

.profile-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.profile-eyebrow {
  margin: 0 0 3px;
  color: #0d6f3c;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.profile-main h1 {
  margin: 0;
  font-size: 1.72rem;
  line-height: 1.1;
}

.profile-subtext {
  margin: 6px 0 0;
  color: #5f6b73;
  font-size: 0.9rem;
  font-weight: 750;
}

.profile-id-link {
  display: inline-flex;
  margin-top: 8px;
  color: #5f6b73;
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.profile-count-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #edf1f4;
  border-radius: 16px;
}

.profile-count-grid a {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 14px 8px;
  text-align: center;
}

.profile-count-grid a + a {
  border-left: 1px solid #edf1f4;
}

.profile-count-grid span {
  color: #5f6b73;
  font-size: 0.76rem;
  font-weight: 850;
}

.profile-count-grid strong {
  color: #111820;
  font-size: 1.42rem;
  line-height: 1;
}

.profile-mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-mini-links a {
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f7fa;
  color: #123a62;
  font-size: 0.78rem;
  font-weight: 900;
}

.profile-mini-links span {
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f7fa;
  color: #123a62;
  font-size: 0.78rem;
  font-weight: 900;
}

.profile-section-card {
  margin-bottom: 18px;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.section-title-row h2 {
  margin: 0;
  color: #111820;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.35;
}

.section-title-row h1 {
  margin: 0;
  color: #111820;
  font-size: 1.22rem;
  font-weight: 950;
  line-height: 1.25;
}

.section-title-row a {
  color: #0d6f3c;
  font-size: 0.78rem;
  font-weight: 950;
}

.profile-chip-list,
.profile-style-grid,
.profile-radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-chip-list span,
.profile-style-grid span,
.profile-radio-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #edf7fb;
  color: #123a62;
  font-size: 0.76rem;
  font-weight: 900;
}

.profile-action-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid #edf1f4;
  border-radius: 14px;
}

.profile-action-list a {
  padding: 13px;
  font-size: 0.84rem;
  font-weight: 900;
}

.profile-action-list a + a {
  border-top: 1px solid #edf1f4;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid #edf1f4;
  border-radius: 12px;
  background: #fff;
}

.faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 12px 13px;
  color: #111820;
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "";
  width: 14px;
  height: 14px;
  background: #009a4e;
  mask: url("/assets/icons/linear/arrow-down-1.svg") center / contain no-repeat;
  -webkit-mask: url("/assets/icons/linear/arrow-down-1.svg") center / contain no-repeat;
  transition: transform 0.18s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.faq-list p {
  padding: 0 13px 13px;
  color: #5f6b73;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.7;
}

.profile-log-list,
.log-list,
.visited-park-list {
  display: grid;
  gap: 12px;
}

.profile-log-card,
.log-card,
.visited-park-list a {
  display: grid;
  gap: 6px;
  padding: 13px;
  border: 1px solid #edf1f4;
  border-radius: 12px;
  background: #fff;
}

.profile-log-card strong,
.log-card strong,
.visited-park-list strong,
.log-detail-head strong {
  color: #111820;
  font-weight: 950;
}

.profile-log-card span,
.profile-log-card small,
.log-card span,
.visited-park-list span,
.log-detail-head span {
  color: #6f7780;
  font-size: 0.78rem;
  font-weight: 850;
}

.visited-park-list a {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.visited-park-list strong,
.visited-park-list span {
  grid-column: 1;
}

.visited-park-list em {
  grid-row: 1 / span 2;
  grid-column: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef8f2;
  color: #0d6f3c;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 950;
}

.log-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.log-summary-grid div {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid #edf1f4;
  border-radius: 14px;
  text-align: center;
}

.log-summary-grid span {
  color: #6f7780;
  font-size: 0.74rem;
  font-weight: 850;
}

.log-summary-grid strong {
  font-size: 1.34rem;
  line-height: 1;
}

.log-filter-tabs,
.log-meta-row,
.log-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.log-filter-tabs a,
.log-meta-row span,
.log-tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f7fa;
  color: #123a62;
  font-size: 0.8rem;
  font-weight: 900;
}

.log-filter-tabs a.active {
  background: #009a4e;
  color: #fff;
}

.log-card p {
  margin: 4px 0 0;
  color: #333b44;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.6;
}

.log-detail-head {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 12px;
  background: #f8fcfe;
  border: 1px solid #dce8ee;
}

.log-note-box {
  padding: 13px;
  border-radius: 12px;
  background: #f8fcfe;
  color: #333b44;
  font-size: 0.84rem;
  font-weight: 800;
}

.social-feed,
.user-list,
.friend-now-list,
.notification-list {
  display: grid;
  gap: 12px;
}

.social-card,
.user-list-card,
.friend-now-card,
.notification-card {
  display: grid;
  gap: 10px;
  padding: 13px;
  border: 1px solid #edf1f4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 58, 98, 0.06);
}

.social-user-row,
.user-list-card,
.notification-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.user-list-card {
  grid-template-columns: 46px minmax(0, 1fr) auto;
}

.social-avatar-link img {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
  background: #0a5482;
}

.social-user-main,
.user-list-main {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.social-user-main strong,
.user-list-main strong {
  overflow: hidden;
  color: #111820;
  font-size: 0.88rem;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-user-main span,
.user-list-main span {
  overflow: hidden;
  color: #6f7780;
  font-size: 0.74rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-park-block {
  display: grid;
  gap: 4px;
  padding: 11px;
  border-radius: 12px;
  background: #f8fcfe;
  border: 1px solid #edf1f4;
}

.social-park-block strong {
  color: #111820;
  font-size: 0.86rem;
  font-weight: 950;
}

.social-park-block span {
  color: #6f7780;
  font-size: 0.76rem;
  font-weight: 850;
}

.social-card p {
  margin: 0;
  color: #333b44;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.6;
}

.social-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.social-action-row a {
  color: #0d6f3c;
  font-size: 0.78rem;
  font-weight: 950;
}

.social-like-button,
.mini-action-button {
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid #dce8ee;
  border-radius: 999px;
  background: #fff;
  color: #123a62;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  cursor: pointer;
}

.social-like-button.is-liked,
.mini-action-button.secondary {
  background: #eef8f2;
  color: #0d6f3c;
  cursor: default;
}

.friend-now-strip {
  display: grid;
  grid-auto-columns: 92px;
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
}

.friend-now-strip a {
  display: grid;
  gap: 5px;
  justify-items: center;
  min-width: 0;
  scroll-snap-align: start;
}

.friend-now-strip img {
  width: 62px;
  height: 62px;
  border: 3px solid #009a4e;
  border-radius: 999px;
  object-fit: cover;
}

.friend-now-strip strong,
.friend-now-strip span {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.friend-now-strip strong {
  color: #111820;
  font-size: 0.82rem;
  font-weight: 950;
}

.friend-now-strip span {
  color: #6f7780;
  font-size: 0.72rem;
  font-weight: 800;
}

.friend-now-card {
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
}

.friend-now-card img {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
}

.friend-now-card span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.friend-now-card strong,
.friend-now-card em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.friend-now-card strong {
  color: #111820;
  font-weight: 950;
}

.friend-now-card em {
  color: #6f7780;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 850;
}

.friend-now-card b {
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef8f2;
  color: #0d6f3c;
  font-size: 0.72rem;
  font-weight: 950;
}

.notification-card {
  align-items: start;
}

.notification-card.is-unread {
  border-color: rgba(0, 154, 78, 0.3);
  background: #fbfefd;
}

.notification-card div {
  display: grid;
  gap: 3px;
}

.notification-card strong {
  color: #111820;
  font-weight: 950;
}

.notification-card span,
.notification-card small {
  color: #6f7780;
  font-size: 0.76rem;
  font-weight: 820;
}

.share-id-box {
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 18px;
  border-radius: 18px;
  background: #f8fcfe;
  border: 1px solid #edf1f4;
  text-align: center;
}

.share-id-box img {
  width: min(100%, 260px);
  height: auto;
  border-radius: 10px;
  background: #fff;
}

.admin-dashboard-hero {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid #e8edf0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 0%, rgba(20, 189, 112, 0.18), transparent 34%),
    linear-gradient(135deg, #101820 0%, #1d2b34 58%, #24343d 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(17, 24, 32, 0.16);
}

.admin-body .auth-card {
  max-width: 720px;
  margin: 0 auto;
}

.admin-body .auth-card:has(.admin-request-section),
.admin-body .auth-card:has(.admin-list),
.admin-body .auth-card:has(.admin-photo-card),
.admin-body .auth-card:has(.admin-compact-form),
.admin-body .auth-card:has(.admin-request-meta) {
  max-width: 900px;
}

.admin-dashboard-topline {
  display: grid;
  gap: 14px;
}

@media (min-width: 860px) {
  .admin-dashboard-topline {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .admin-dashboard-actions {
    justify-content: flex-end;
    max-width: 460px;
  }
}

.admin-dashboard-topline h1 {
  margin: 2px 0 7px;
  font-size: 1.34rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.admin-dashboard-topline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 820;
  line-height: 1.7;
}

.admin-dashboard-topline .profile-eyebrow {
  color: #89f0bd;
}

.admin-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #111820;
  font-size: 0.78rem;
  font-weight: 950;
  text-decoration: none;
}

.admin-pill-link.is-muted {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.admin-dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.admin-kpi-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  text-decoration: none;
}

.admin-kpi-card.is-primary {
  background: #fff;
  color: #111820;
}

.admin-kpi-card span {
  color: inherit;
  opacity: 0.72;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1.45;
}

.admin-kpi-card strong {
  color: inherit;
  font-size: clamp(1.55rem, 6vw, 2.35rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.admin-kpi-card em {
  color: inherit;
  opacity: 0.78;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
}

.admin-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 20px 2px 10px;
}

.admin-section-title h2 {
  margin: 2px 0 0;
  color: #111820;
  font-size: 1rem;
  line-height: 1.25;
}

.admin-section-title a,
.admin-section-title span {
  color: #6f7780;
  font-size: 0.74rem;
  font-weight: 950;
  text-decoration: none;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-home-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 4px;
}

.admin-home-guide a {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 13px;
  border: 1px solid #edf1f4;
  border-radius: 16px;
  background: #fff;
  color: #111820;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(17, 24, 32, 0.06);
}

.admin-home-guide span,
.admin-category-card span,
.admin-system-strip span {
  color: #0d6f3c;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.admin-home-guide strong,
.admin-category-card strong,
.admin-system-strip strong {
  color: #111820;
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1.35;
}

.admin-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.admin-category-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #edf1f4;
  border-radius: 16px;
  background: #fff;
  color: #111820;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(17, 24, 32, 0.06);
}

.admin-category-card.has-alert {
  border-color: #cfe8da;
  background: linear-gradient(180deg, #f8fffb 0%, #fff 100%);
}

.admin-category-card strong {
  font-size: 1.75rem;
  line-height: 1;
}

.admin-category-card em,
.admin-system-strip em {
  color: #6f7780;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 820;
  line-height: 1.5;
}

.admin-dashboard-split {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 12px;
}

.admin-system-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-system-strip a {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #edf1f4;
  border-radius: 16px;
  background: #fff;
  color: #111820;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(17, 24, 32, 0.06);
}

.admin-shortcut-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-shortcut-list a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #edf1f4;
  border-radius: 999px;
  background: #fff;
  color: #111820;
  font-size: 0.76rem;
  font-weight: 950;
  text-decoration: none;
}

.admin-tile,
.admin-list-card {
  display: grid;
  gap: 5px;
  padding: 13px;
  border: 1px solid #edf1f4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 24, 32, 0.06);
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.admin-tile:hover {
  transform: translateY(-1px);
  border-color: #d9e3e8;
  box-shadow: 0 12px 26px rgba(17, 24, 32, 0.09);
}

.admin-tile span,
.admin-list-card small,
.admin-list-card p {
  color: #6f7780;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.5;
}

.admin-tile strong {
  color: #111820;
  font-size: 1.6rem;
  line-height: 1;
}

.admin-tile em {
  color: #0d6f3c;
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 950;
}

.admin-list {
  display: grid;
  gap: 12px;
}

.admin-list-card {
  position: relative;
}

.admin-list-card strong {
  padding-right: 68px;
  color: #111820;
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.admin-list-card p {
  margin: 0;
  overflow-wrap: anywhere;
}

.admin-status {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef8f2;
  color: #0d6f3c;
  font-size: 0.68rem;
  font-weight: 950;
}

.admin-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-inline-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #e8edf1;
  border-radius: 999px;
  background: #f8faf9;
  color: #26323b;
  font-size: 0.74rem;
  font-weight: 900;
  text-decoration: none;
}

.admin-compact-form {
  display: flex;
  align-items: end;
  gap: 8px;
  margin-top: 4px;
}

.admin-compact-form label {
  display: grid;
  flex: 1;
  gap: 4px;
  color: #6f7780;
  font-size: 0.7rem;
  font-weight: 900;
}

.admin-compact-form select,
.admin-compact-form button {
  min-height: 36px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
}

.admin-compact-form select {
  width: 100%;
  border: 1px solid #e1e7eb;
  background: #fff;
  padding: 0 10px;
  color: #111820;
}

.admin-compact-form button {
  border: 0;
  background: #17a66a;
  color: #fff;
  padding: 0 14px;
}

.admin-user-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px auto;
  gap: 8px;
  margin-top: 10px;
}

.admin-user-search input,
.admin-user-search select,
.admin-user-search button {
  min-height: 42px;
  border: 1px solid #dce8ee;
  border-radius: 12px;
  background: #fff;
  color: #111820;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
}

.admin-user-search input,
.admin-user-search select {
  padding: 9px 11px;
}

.admin-user-search button {
  padding: 0 16px;
  border-color: #009a4e;
  background: #009a4e;
  color: #fff;
  cursor: pointer;
}

.admin-photo-card {
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
}

.admin-photo-card img {
  grid-row: 1 / span 3;
  width: 78px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
  background: #f2f7fa;
}

.admin-large-image {
  width: 100%;
  max-height: 420px;
  border-radius: 16px;
  object-fit: contain;
  background: #f2f7fa;
}

.admin-usage-table-wrap {
  overflow-x: auto;
  border: 1px solid #edf1f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 24, 32, 0.06);
}

.admin-usage-table-wrap::-webkit-scrollbar {
  height: 8px;
}

.admin-usage-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #cbd7dd;
}

.admin-usage-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.admin-users-table {
  min-width: 860px;
}

.admin-shop-filter {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(130px, 1fr));
  gap: 10px;
  align-items: end;
}

.admin-shop-filter label {
  display: grid;
  gap: 5px;
}

.admin-shop-filter span {
  color: #6f7780;
  font-size: 0.68rem;
  font-weight: 950;
}

.admin-shop-filter input,
.admin-shop-filter select {
  width: 100%;
  min-height: 40px;
  border: 1px solid #dbe4ea;
  border-radius: 10px;
  background: #fff;
  color: #111820;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
}

.admin-shop-filter input {
  padding: 0 12px;
}

.admin-shop-filter select {
  padding: 0 34px 0 10px;
}

.admin-shop-filter-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.admin-shop-filter-actions button,
.admin-shop-filter-actions a,
.admin-shop-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #111820;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 950;
  text-decoration: none;
}

.admin-shop-filter-actions a {
  background: #eef3f5;
  color: #111820;
}

.admin-usage-table th,
.admin-usage-table td {
  padding: 12px 11px;
  border-bottom: 1px solid #edf1f4;
  color: #111820;
  font-size: 0.78rem;
  font-weight: 850;
  text-align: right;
  white-space: nowrap;
}

.admin-usage-table th:first-child,
.admin-usage-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: #fff;
  text-align: left;
}

.admin-usage-table thead th {
  background: #f7fafb;
  color: #6f7780;
  font-size: 0.7rem;
  font-weight: 950;
}

.admin-usage-table thead th:first-child {
  z-index: 2;
  background: #f7fafb;
}

.admin-usage-table tbody tr:last-child th,
.admin-usage-table tbody tr:last-child td {
  border-bottom: 0;
}

.admin-shop-table {
  min-width: 1180px;
}

.admin-shop-table th,
.admin-shop-table td {
  vertical-align: top;
  white-space: normal;
}

.admin-shop-table th:nth-child(2),
.admin-shop-table td:nth-child(2) {
  min-width: 220px;
}

.admin-shop-table a {
  color: #0d6f3c;
  font-weight: 950;
  text-decoration: none;
}

.admin-shop-table small {
  display: block;
  margin-top: 4px;
  color: #6f7780;
  font-size: 0.68rem;
  line-height: 1.35;
  white-space: normal;
}

.admin-shop-muted {
  color: #8a949d;
  font-weight: 950;
}

.admin-shop-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef3f5;
  color: #59636c;
  font-size: 0.68rem;
  font-weight: 950;
  white-space: nowrap;
}

.admin-shop-badge.is-pr,
.admin-shop-badge.is-ok {
  background: #eef8f2;
  color: #0d6f3c;
}

.admin-shop-badge.is-warning,
.admin-shop-alert {
  background: #fff2e5;
  color: #a45209;
}

.admin-shop-alert {
  display: inline-flex;
  min-height: 22px;
  margin-top: 5px;
  padding: 0 8px;
  align-items: center;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 950;
}

.admin-shop-member-details summary {
  cursor: pointer;
  color: #0d6f3c;
  font-size: 0.74rem;
  font-weight: 950;
}

.admin-shop-member-details pre {
  max-width: 260px;
  margin: 6px 0 0;
  color: #59636c;
  font: inherit;
  font-size: 0.68rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

.admin-shop-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.admin-shop-pagination span {
  color: #59636c;
  font-size: 0.78rem;
  font-weight: 950;
}

.admin-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.admin-insight-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #edf1f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 24, 32, 0.06);
}

.admin-insight-card-head {
  display: grid;
  gap: 4px;
}

.admin-insight-card-head span {
  color: #0d6f3c;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.admin-insight-card-head strong {
  color: #111820;
  font-size: 0.94rem;
  font-weight: 950;
  line-height: 1.35;
}

.admin-mini-list {
  display: grid;
  gap: 8px;
}

.admin-mini-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 10px;
  border: 1px solid #edf1f4;
  border-radius: 12px;
  background: #f8fbfc;
  color: #111820;
  text-decoration: none;
}

.admin-mini-row span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.admin-mini-row strong {
  overflow: hidden;
  color: #111820;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-mini-row em,
.admin-mini-row time {
  color: #6f7780;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.35;
  white-space: nowrap;
}

.admin-mini-row b {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  padding: 0 9px;
  border-radius: 999px;
  background: #111820;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
}

.admin-empty-text {
  margin: 0;
  padding: 14px;
  border-radius: 12px;
  background: #f8fbfc;
  color: #6f7780;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.6;
}

.admin-measure-note {
  display: grid;
  gap: 5px;
  margin: -2px 0 12px;
  padding: 12px 13px;
  border: 1px solid #e7f0eb;
  border-radius: 14px;
  background: #f6fbf8;
}

.admin-measure-note strong {
  color: #0d6f3c;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1.35;
}

.admin-measure-note p {
  margin: 0;
  color: #51606a;
  font-size: 0.76rem;
  font-weight: 820;
  line-height: 1.65;
}

.admin-anchor-nav {
  display: grid;
  gap: 12px;
  margin: 14px 0 18px;
  padding: 14px;
  border: 1px solid #edf1f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 24, 32, 0.06);
}

.admin-anchor-nav > div:first-child {
  display: grid;
  gap: 4px;
}

.admin-anchor-nav strong {
  color: #111820;
  font-size: 0.98rem;
  font-weight: 950;
}

.admin-anchor-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
  gap: 8px;
}

.admin-anchor-links a {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid #edf1f4;
  border-radius: 12px;
  background: #f8fbfc;
  color: #111820;
  text-decoration: none;
}

.admin-anchor-links a.active {
  border-color: rgba(0, 154, 78, 0.28);
  background: #0a9f5b;
  color: #fff;
}

.admin-anchor-links span {
  color: #111820;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.35;
}

.admin-anchor-links a.active span,
.admin-anchor-links a.active em {
  color: #fff;
}

.admin-anchor-links em {
  overflow: hidden;
  color: #6f7780;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 820;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-growth-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 12px;
}

.admin-growth-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 15px;
  border: 1px solid #edf1f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 24, 32, 0.06);
}

.admin-growth-card.is-main {
  background: #111820;
  color: #fff;
}

.admin-growth-card span {
  color: inherit;
  opacity: 0.66;
  font-size: 0.72rem;
  font-weight: 950;
}

.admin-growth-card strong {
  color: inherit;
  font-size: clamp(1.5rem, 6vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.admin-growth-card p {
  margin: 0;
  color: inherit;
  opacity: 0.72;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.55;
}

.admin-mini-row.is-static {
  cursor: default;
}

.admin-health-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.admin-health-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 13px;
  border: 1px solid #edf1f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 24, 32, 0.06);
}

.admin-health-card span {
  color: #6f7780;
  font-size: 0.7rem;
  font-weight: 950;
  line-height: 1.35;
}

.admin-health-card strong {
  color: #111820;
  font-size: 1.36rem;
  font-weight: 950;
  line-height: 1;
}

.admin-health-card p {
  margin: 0;
  color: #6f7780;
  font-size: 0.68rem;
  font-weight: 820;
  line-height: 1.55;
}

.admin-hour-bars {
  display: grid;
  grid-template-columns: repeat(24, minmax(10px, 1fr));
  align-items: end;
  gap: 4px;
  min-height: 112px;
  padding: 10px 2px 0;
}

.admin-hour-bar {
  display: grid;
  align-items: end;
  justify-items: center;
  gap: 5px;
  min-width: 0;
}

.admin-hour-bar i {
  display: block;
  width: 100%;
  min-width: 4px;
  max-width: 12px;
  border-radius: 999px 999px 3px 3px;
  background: linear-gradient(180deg, #18c77d, #111820);
}

.admin-hour-bar span {
  color: #6f7780;
  font-size: 0.56rem;
  font-weight: 900;
  writing-mode: vertical-rl;
}

@media (max-width: 820px) {
  .admin-body .auth-shell {
    padding: 14px 14px 48px;
  }

  .admin-shop-filter {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-shop-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .admin-shop-table {
    min-width: 0;
  }

  .admin-shop-table thead {
    display: none;
  }

  .admin-shop-table,
  .admin-shop-table tbody,
  .admin-shop-table tr,
  .admin-shop-table th,
  .admin-shop-table td {
    display: block;
    width: 100%;
  }

  .admin-shop-table tr {
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #edf1f4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 32, 0.06);
  }

  .admin-shop-table th:first-child,
  .admin-shop-table td:first-child {
    position: static;
    background: transparent;
  }

  .admin-shop-table th,
  .admin-shop-table td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #edf1f4;
    text-align: left;
    white-space: normal;
  }

  .admin-shop-table tr > :last-child {
    border-bottom: 0;
  }

  .admin-shop-table th::before,
  .admin-shop-table td::before {
    content: attr(data-label);
    color: #8a949d;
    font-size: 0.68rem;
    font-weight: 950;
  }

  .admin-health-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-category-grid,
  .admin-home-guide,
  .admin-dashboard-split,
  .admin-system-strip {
    grid-template-columns: 1fr;
  }

  .admin-anchor-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-hour-bars {
    gap: 3px;
    overflow-x: auto;
    grid-template-columns: repeat(24, 16px);
  }
}

@media (max-width: 560px) {
  .admin-body .auth-shell {
    padding: 10px 10px 42px;
  }

  .admin-body .auth-brand-v2 {
    margin-bottom: 12px;
  }

  .admin-body .auth-brand-link {
    min-height: 54px;
    border-radius: 14px;
  }

  .admin-body .auth-brand-logo {
    max-height: 38px;
  }

  .admin-dashboard-hero {
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
  }

  .admin-dashboard-topline h1 {
    font-size: 1.2rem;
  }

  .admin-dashboard-topline p {
    font-size: 0.78rem;
    line-height: 1.6;
  }

  .admin-dashboard-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-dashboard-actions .admin-pill-link {
    width: 100%;
  }

  .admin-pill-link {
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.74rem;
  }

  .admin-dashboard-kpis {
    grid-template-columns: 1fr;
  }

  .admin-shop-filter {
    grid-template-columns: 1fr;
  }

  .admin-shop-filter-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .admin-kpi-card {
    padding: 12px;
  }

  .admin-kpi-card strong {
    font-size: 1.48rem;
  }

  .admin-section-title {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    margin-top: 18px;
  }

  .admin-section-title h2 {
    font-size: 0.94rem;
  }

  .admin-section-title a,
  .admin-section-title span {
    text-align: right;
    line-height: 1.35;
  }

  .admin-category-card,
  .admin-system-strip a,
  .admin-list-card {
    border-radius: 14px;
  }

  .admin-measure-note {
    padding: 11px;
  }

  .admin-measure-note p {
    font-size: 0.73rem;
    font-weight: 700;
    line-height: 1.62;
  }

  .admin-anchor-nav {
    gap: 10px;
    margin: 12px 0 16px;
    padding: 12px;
    border-radius: 16px;
  }

  .admin-anchor-links {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .admin-anchor-links::-webkit-scrollbar {
    display: none;
  }

  .admin-anchor-links a {
    flex: 0 0 116px;
    min-height: 58px;
    padding: 9px;
  }

  .admin-anchor-links em {
    white-space: normal;
  }

  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-insight-grid {
    grid-template-columns: 1fr;
  }

  .admin-insight-card-head strong {
    font-size: 0.88rem;
  }

  .admin-growth-grid {
    grid-template-columns: 1fr;
  }

  .admin-growth-card,
  .admin-health-card,
  .admin-insight-card {
    padding: 12px;
    border-radius: 14px;
  }

  .admin-growth-card strong {
    font-size: 1.42rem;
  }

  .admin-health-grid {
    grid-template-columns: 1fr;
  }

  .admin-health-card {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 10px;
    align-items: center;
  }

  .admin-health-card span {
    font-size: 0.72rem;
  }

  .admin-health-card strong {
    grid-row: 1 / span 2;
    grid-column: 2;
    font-size: 1.16rem;
    text-align: right;
    white-space: nowrap;
  }

  .admin-health-card p {
    grid-column: 1;
    font-size: 0.68rem;
  }

  .admin-mini-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    padding: 10px 11px;
  }

  .admin-mini-row strong,
  .admin-mini-row em,
  .admin-mini-row time {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .admin-mini-row b,
  .admin-mini-row time {
    justify-self: start;
  }

  .admin-mini-row b {
    min-width: 0;
    height: auto;
    min-height: 28px;
    padding: 5px 9px;
    font-size: 0.72rem;
  }

  .admin-hour-bars {
    margin-right: -12px;
    margin-left: -2px;
    padding: 10px 12px 0 2px;
  }

  .admin-usage-table-wrap {
    margin-right: -10px;
    border-right: 0;
    border-radius: 14px 0 0 14px;
  }

  .admin-usage-table {
    min-width: 560px;
  }

  .admin-usage-table th,
  .admin-usage-table td {
    padding: 10px 9px;
    font-size: 0.72rem;
  }

  .admin-usage-table th:first-child,
  .admin-usage-table td:first-child {
    max-width: 138px;
    white-space: normal;
    box-shadow: 10px 0 16px rgba(17, 24, 32, 0.04);
  }

  .admin-users-table {
    min-width: 820px;
  }

  .admin-user-search {
    grid-template-columns: 1fr;
  }

  .admin-user-search button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .user-list-card {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .user-list-card form {
    grid-column: 1 / -1;
  }

  .mini-action-button {
    width: 100%;
  }
}

.favorite-park-list {
  display: grid;
  gap: 12px;
}

.favorite-park-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #edf1f4;
  border-radius: 14px;
}

.favorite-park-card a {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.favorite-park-card strong {
  color: #111820;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.favorite-park-card span {
  color: #6f7780;
  font-size: 0.82rem;
  font-weight: 850;
}

.favorite-park-card button {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid #dce8ee;
  border-radius: 999px;
  background: #fff;
  color: #123a62;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 950;
  cursor: pointer;
}

.checkin-card {
  margin-bottom: 18px;
}

.checkin-status-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: #f4f7f8;
}

.checkin-status-strip span {
  display: inline-flex;
  min-width: 0;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  color: #6f7780;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
}

.checkin-status-strip .is-current {
  background: #111820;
  color: #fff;
}

.checkin-state,
.checkin-now-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 16px;
  background: #f8fcfe;
  border: 1px solid #dce8ee;
}

.checkin-state strong,
.checkin-now-card strong {
  color: #111820;
  font-size: 1.05rem;
  font-weight: 950;
}

.checkin-state span,
.checkin-now-card small {
  color: #5f6b73;
  font-size: 0.9rem;
  font-weight: 800;
}

.checkin-now-card {
  background: linear-gradient(135deg, #eef8f2, #f8fcfe);
  border-color: rgba(0, 154, 78, 0.24);
}

.checkin-now-card > span {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #009a4e;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 950;
}

.checkin-park-list {
  display: grid;
  gap: 12px;
}

.checkin-park-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #edf1f4;
  border-radius: 16px;
  background: #fff;
}

.checkin-park-card.is-primary {
  border-color: rgba(0, 154, 78, 0.24);
  background: linear-gradient(135deg, #f2fbf5, #fff);
}

.checkin-park-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 7px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(0, 154, 78, 0.1);
  color: #0d6f3c !important;
  font-size: 0.72rem !important;
  font-weight: 950 !important;
}

.checkin-park-card strong {
  display: block;
  color: #111820;
  font-weight: 950;
}

.checkin-park-card span {
  display: block;
  margin-top: 4px;
  color: #6f7780;
  font-size: 0.84rem;
  font-weight: 850;
}

.checkin-park-card button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #009a4e;
  color: #fff;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.checkin-register-actions {
  display: grid;
  gap: 10px;
}

.checkin-preview-note {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff8e8;
  color: #725010;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.6;
}

.checkin-guide-link {
  justify-self: center;
  color: #0d6f3c;
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.checkin-checkout-form fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid #edf1f4;
  border-radius: 14px;
}

.checkin-checkout-form legend {
  padding: 0 4px;
  color: #333b44;
  font-size: 0.86rem;
  font-weight: 950;
}

.checkin-checkout-form textarea {
  width: 100%;
  min-height: 112px;
  resize: vertical;
  padding: 12px 14px;
  border: 1px solid #dce8ee;
  border-radius: 12px;
  background: #fff;
  color: #111820;
  font: inherit;
  font-size: 1rem;
  font-weight: 750;
}

.profile-edit-form {
  gap: 18px;
}

.profile-upload-grid,
.profile-form-grid {
  display: grid;
  gap: 12px;
}

.profile-upload-box {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px dashed #b8ccd8;
  border-radius: 14px;
  background: #f8fcfe;
  cursor: pointer;
}

.profile-upload-box strong {
  color: #123a62;
  font-weight: 950;
}

.profile-upload-box span {
  color: #6f7780;
  font-size: 0.82rem;
  font-weight: 800;
}

.profile-upload-box input {
  width: 100%;
  margin-top: 8px;
  font-size: 0.86rem;
}

.readonly-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #dce8ee;
  border-radius: 12px;
  background: #f8fcfe;
  color: #111820;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.readonly-field span {
  flex: 0 0 auto;
  color: #6f7780;
  font-size: 0.78rem;
}

.profile-privacy-block,
.profile-style-block {
  display: grid;
  gap: 12px;
}

.profile-privacy-block fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid #edf1f4;
  border-radius: 14px;
}

.profile-privacy-block legend,
.profile-style-block > strong {
  padding: 0 4px;
  color: #333b44;
  font-size: 0.86rem;
  font-weight: 950;
}

.profile-radio-row label,
.profile-style-grid label {
  cursor: pointer;
}

.profile-radio-row input,
.profile-style-grid input {
  position: absolute;
  opacity: 0;
}

.profile-radio-row input:checked + span,
.profile-style-grid input:checked + span {
  background: #009a4e;
  color: #fff;
}

@media (min-width: 520px) {
  .profile-form-grid,
  .profile-upload-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.badge-collection-grid {
  display: grid;
  gap: 12px;
}

.badge-collection-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #edf1f4;
  border-radius: 18px;
  background: #fff;
}

.badge-collection-card img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.badge-collection-card div {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.badge-collection-card strong {
  color: #111820;
  font-size: 1rem;
  font-weight: 950;
}

.badge-collection-card span {
  color: #5f6b73;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.55;
}

.badge-collection-card small {
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f4f7f8;
  color: #123a62;
  font-size: 0.76rem;
  font-weight: 950;
}

.badge-collection-card.is-unlocked {
  border-color: rgba(0, 154, 78, 0.24);
  background: linear-gradient(135deg, #f2fbf5, #fff);
}

.badge-collection-card.is-locked img {
  filter: grayscale(1);
  opacity: 0.5;
}

.admin-badge-user-card {
  display: grid;
  gap: 14px;
}

.admin-badge-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.admin-badge-progress i {
  display: block;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf2f4;
}

.admin-badge-progress em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #009a4e, #6fd69a);
}

.admin-badge-progress strong {
  color: #123a62;
  font-size: 0.82rem;
  font-weight: 950;
}

.admin-badge-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.admin-badge-group-grid span {
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid #edf1f4;
  border-radius: 12px;
  background: #f8fafb;
}

.admin-badge-group-grid b {
  color: #111820;
  font-size: 0.78rem;
  font-weight: 950;
}

.admin-badge-group-grid small {
  color: #68747d;
  font-size: 0.74rem;
  font-weight: 850;
}

.admin-badge-details {
  display: grid;
  gap: 12px;
}

.admin-badge-details summary {
  cursor: pointer;
  color: #0d6f3c;
  font-size: 0.82rem;
  font-weight: 950;
}

.admin-badge-details[open] summary {
  margin-bottom: 12px;
}

.page-list-table {
  display: grid;
  overflow: hidden;
  border: 1px solid #edf1f4;
  border-radius: 16px;
}

.page-list-row {
  display: grid;
  gap: 5px;
  padding: 14px;
  color: inherit;
  text-decoration: none;
  background: #fff;
}

.page-list-row + .page-list-row {
  border-top: 1px solid #edf1f4;
}

.page-list-row span {
  color: #6f7780;
  font-size: 0.76rem;
  font-weight: 900;
}

.page-list-row strong {
  color: #111820;
  font-size: 0.98rem;
  font-weight: 950;
}

.page-list-row code {
  width: fit-content;
  max-width: 100%;
  padding: 5px 8px;
  border-radius: 8px;
  background: #f4f7f8;
  color: #123a62;
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

.page-list-row:active {
  background: #f8fcfe;
}

.onboarding-card .ob-step {
  width: fit-content;
  color: #009a4e;
  font-size: 0.76rem;
  font-weight: 950;
}

.ob-form {
  gap: 14px;
}

.ob-options {
  display: grid;
  gap: 10px;
}

.ob-options label {
  display: grid;
  min-height: 48px;
  cursor: pointer;
}

.ob-options input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  pointer-events: none;
}

.ob-options span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #dce8ee;
  border-radius: 12px;
  background: #fff;
  color: #111820;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.35;
}

.ob-options label.is-selected span,
.ob-options input:checked + span {
  border-color: #009a4e;
  background: #f0fbf5;
  color: #0d6f3c;
}

.ob-options.is-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ob-options.is-chip-grid label {
  min-height: 42px;
}

.ob-options.is-chip-grid span {
  min-height: 42px;
  padding: 9px 13px;
  border-radius: 999px;
}

.ob-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ob-nav a,
.ob-nav button,
.ob-skip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.ob-nav a {
  border: 1px solid #dce8ee;
  color: #0d6f3c;
  background: #fff;
}

.ob-nav .next {
  border: 1px solid #009a4e;
  background: #009a4e;
  color: #fff;
}

.ob-skip {
  border: 0;
  background: transparent;
  color: #66717a;
}

.onboarding-start-actions {
  display: grid;
  gap: 10px;
}

.onboarding-start-actions a {
  display: grid;
  gap: 3px;
  min-height: 58px;
  padding: 13px 14px;
  border: 1px solid #dce8ee;
  border-radius: 12px;
  background: #fff;
  color: #111820;
  font-weight: 900;
}

.onboarding-start-actions a.is-primary {
  border-color: #009a4e;
  background: #009a4e;
  color: #fff;
}

.onboarding-start-actions small {
  color: inherit;
  opacity: 0.76;
  font-size: 0.76rem;
  font-weight: 800;
}

@media (max-width: 520px) {
  .checkin-status-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 18px;
  }

  .badge-collection-card {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .badge-collection-card img {
    width: 58px;
    height: 58px;
  }
}

/* Shisha Map auth/admin theme surface */
body.auth-body {
  background:
    radial-gradient(circle at 18% 0%, rgba(58, 140, 114, 0.24), transparent 30%),
    radial-gradient(circle at 82% 8%, rgba(240, 232, 208, 0.08), transparent 24%),
    linear-gradient(180deg, #12100e 0%, #181410 56%, #12100e 100%);
  color: #f0e8d0;
  overflow-x: hidden;
}

.auth-shell {
  width: min(100vw, 430px);
  max-width: 100vw;
  min-width: 0;
  background: rgba(18, 16, 14, 0.88);
  box-shadow: 0 0 0 1px rgba(240, 232, 208, 0.06);
  overflow-x: hidden;
}

.auth-brand,
.auth-brand-v2,
.auth-brand-link,
.auth-card,
.auth-form,
.auth-field,
.auth-field input,
.auth-field select,
.auth-field textarea,
.auth-button,
.auth-links {
  max-width: 100%;
}

.admin-body {
  background:
    radial-gradient(circle at 14% 0%, rgba(58, 140, 114, 0.22), transparent 30%),
    linear-gradient(180deg, #12100e 0%, #181410 48%, #12100e 100%);
}

.auth-brand-link,
.auth-card,
.admin-tile,
.admin-list-card,
.admin-kpi-card,
.admin-category-card,
.admin-insight-card,
.admin-home-guide a,
.admin-shortcut-list a,
.admin-anchor-nav,
.admin-anchor-links a,
.admin-growth-card,
.admin-health-card,
.admin-measure-note,
.admin-system-strip a,
.admin-usage-table-wrap,
.onboarding-start-actions a,
.auth-invite-profile,
.account-summary .account-row {
  border-color: rgba(240, 232, 208, 0.14);
  background: #1c1814;
  color: #f0e8d0;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.auth-card h1,
.auth-card h2,
.auth-card h3,
.auth-brand-copy b,
.admin-tile strong,
.admin-list-card strong,
.admin-kpi-card strong,
.admin-category-card strong,
.admin-insight-card strong,
.admin-mini-row strong,
.admin-section-title h2,
.admin-usage-table th,
.admin-usage-table td,
.onboarding-start-actions a {
  color: #f0e8d0;
}

.auth-card p,
.auth-card ul,
.auth-card ol,
.auth-field label,
.auth-field-hint,
.auth-brand-copy small,
.admin-tile span,
.admin-list-card small,
.admin-list-card p,
.admin-kpi-card span,
.admin-kpi-card em,
.admin-category-card span,
.admin-category-card em,
.admin-insight-card span,
.admin-mini-row em,
.admin-section-title span,
.admin-measure-note,
.admin-shop-filter span,
.admin-shop-table small,
.admin-shop-pagination span,
.account-summary .account-row span {
  color: #c4b89a;
}

.auth-field input,
.auth-field select,
.auth-field textarea,
.admin-shop-filter input,
.admin-shop-filter select {
  border-color: rgba(240, 232, 208, 0.16);
  background: #241f18;
  color: #f0e8d0;
  color-scheme: dark;
}

.auth-field input::placeholder,
.auth-field textarea::placeholder,
.admin-shop-filter input::placeholder {
  color: #7a6e5e;
}

.auth-field input[type="checkbox"],
.auth-field input[type="radio"] {
  background-color: #241f18;
}

.auth-button.secondary,
.ob-nav a,
.auth-links a,
.admin-pill-link,
.admin-shop-filter-actions a {
  border-color: rgba(240, 232, 208, 0.14);
  background: #241f18;
  color: #7bd0ad;
}

.auth-button,
.ob-nav .next,
.onboarding-start-actions a.is-primary,
.admin-shop-filter-actions button,
.admin-shop-pagination a {
  background: linear-gradient(135deg, #2a6b58, #1f8f63);
  color: #fffaf0;
  box-shadow: 0 10px 24px rgba(42, 107, 88, 0.28);
}

.admin-dashboard-hero {
  border-color: rgba(240, 232, 208, 0.16);
  background:
    radial-gradient(circle at 18% 0%, rgba(123, 208, 173, 0.24), transparent 34%),
    linear-gradient(135deg, #1a3a38, #24311f 58%, #12100e);
  color: #fffaf0;
}

.admin-dashboard-topline p,
.admin-dashboard-topline .profile-eyebrow {
  color: rgba(255, 250, 240, 0.78);
}

.admin-pill-link {
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf0;
}

.admin-pill-link.is-muted {
  background: #241f18;
  color: #c4b89a;
}

.admin-usage-table thead th,
.admin-usage-table thead th:first-child {
  background: #241f18;
  color: #c4b89a;
}

.admin-usage-table th:first-child,
.admin-usage-table td:first-child {
  background: #1c1814;
}

.admin-usage-table th,
.admin-usage-table td {
  border-color: rgba(240, 232, 208, 0.1);
}

.admin-shop-table a,
.admin-shop-member-details summary,
.auth-links {
  color: #7bd0ad;
}

.admin-shop-badge {
  background: rgba(240, 232, 208, 0.1);
  color: #c4b89a;
}

.admin-shop-badge.is-pr,
.admin-shop-badge.is-ok,
.auth-notice {
  background: rgba(58, 140, 114, 0.2);
  color: #7bd0ad;
}

.admin-shop-badge.is-warning,
.admin-shop-alert {
  background: rgba(164, 82, 9, 0.24);
  color: #ffd2a6;
}

.admin-body .admin-category-card.has-alert,
.admin-body .admin-status,
.admin-body .admin-inline-actions a,
.admin-body .admin-compact-form select,
.admin-body .admin-mini-row,
.admin-body .admin-empty-text,
.admin-body .admin-badge-group-grid span,
.admin-body .admin-badge-progress i {
  border-color: rgba(240, 232, 208, 0.12);
  background: #241f18;
  color: #f0e8d0;
}

.admin-body .admin-home-guide a span,
.admin-body .admin-shortcut-list a,
.admin-body .admin-anchor-nav strong,
.admin-body .admin-anchor-links span,
.admin-body .admin-growth-card strong,
.admin-body .admin-health-card strong,
.admin-body .admin-badge-group-grid b,
.admin-body .admin-badge-progress strong {
  color: #f0e8d0;
}

.admin-body .admin-home-guide span,
.admin-body .admin-category-card span,
.admin-body .admin-system-strip span,
.admin-body .admin-tile em,
.admin-body .admin-insight-card-head span,
.admin-body .admin-badge-details summary {
  color: #7bd0ad;
}

.admin-body .admin-inline-actions a,
.admin-body .admin-compact-form label,
.admin-body .admin-badge-group-grid small,
.admin-body .admin-health-card span,
.admin-body .admin-health-card p,
.admin-body .admin-hour-bar span {
  color: #c4b89a;
}

.admin-body .admin-status {
  color: #7bd0ad;
}

.admin-body .admin-compact-form select {
  color-scheme: dark;
}

.admin-body .admin-anchor-links a.active {
  border-color: rgba(123, 208, 173, 0.34);
  background: #2a6b58;
  color: #fffaf0;
}

.admin-body .admin-anchor-links a.active span,
.admin-body .admin-anchor-links a.active em {
  color: #fffaf0;
}

.admin-body .admin-growth-card.is-main {
  border-color: rgba(123, 208, 173, 0.22);
  background: linear-gradient(135deg, #1a3a38, #12100e);
}

.admin-body .admin-hour-bar i {
  background: linear-gradient(180deg, #7bd0ad, #2a6b58);
}

.admin-body .admin-photo-card img,
.admin-body .admin-large-image {
  background: #241f18;
}

.auth-error {
  background: #241814;
  color: #f0c8bd;
}

@media (max-width: 820px) {
  .admin-shop-table tr {
    border-color: rgba(240, 232, 208, 0.14);
    background: #1c1814;
  }

  .admin-shop-table th,
  .admin-shop-table td {
    border-color: rgba(240, 232, 208, 0.1);
  }

  .admin-shop-table th:first-child,
  .admin-shop-table td:first-child {
    background: transparent;
  }
}

@media (max-width: 430px) {
  .auth-shell {
    width: 100vw;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
  }

  .auth-card {
    padding-right: 14px;
    padding-left: 14px;
  }

  .auth-brand-link {
    padding-right: 12px;
    padding-left: 12px;
  }

  .auth-button {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* =============================================================
   Shisha Map theme base
   ============================================================= */
/* ── カラーパレット変数 ─────────────────────────── */
:root {
  /* 背景 */
  --sl-bg:              #12100e;
  --sl-surface:         #1c1814;
  --sl-surface-2:       #241f18;

  /* テキスト */
  --sl-text:            #f0e8d0;
  --sl-text-secondary:  #a89475;
  --ink:                #f0e8d0;
  --muted:              #a89475;
  --paper:              #1c1814;
  --soft:               #241f18;

  /* ボーダー */
  --sl-border:          rgba(240, 232, 208, 0.12);
  --line:               rgba(240, 232, 208, 0.12);

  /* プライマリ（フライヤーのフッターティール） */
  --sl-primary:         #3a8c72;

  /* シャドウ（暖色調に） */
  --sl-shadow-sm:       0 1px 2px rgba(0, 0, 0, 0.3);
  --sl-shadow-md:       0 4px 12px rgba(0, 0, 0, 0.4);
  --sl-shadow-lg:       0 12px 28px rgba(0, 0, 0, 0.5);
  --shadow:             0 14px 34px rgba(0, 0, 0, 0.4);

  /* CTA */
  --cta-primary-bg:     linear-gradient(135deg, #2a6b58, #1a4a3a);
  --cta-primary-color:  #f0e8d0;
  --cta-secondary-bg:   #241f18;
  --cta-secondary-color: #c4a068;
  --cta-secondary-border: rgba(196, 160, 104, 0.3);
  --cta-like-bg:        #1c1814;
  --cta-like-border:    rgba(255, 100, 80, 0.25);
  --cta-liked-bg:       #2a1a18;
  --cta-liked-border:   rgba(255, 59, 48, 0.25);
}

/* ── ベース ─────────────────────────────────────── */
body {
  background: #12100e !important;
  color: #f0e8d0 !important;
}

body[data-page="maintenance"] {
  background: #12100e !important;
  color: #f0e8d0 !important;
}

/* ── サイトヘッダー ──────────────────────────────── */
.site-header {
  border-bottom-color: rgba(240, 232, 208, 0.1) !important;
  background: rgba(18, 16, 14, 0.9) !important;
}

.nav a {
  color: #c4b89a;
}

.nav a:hover,
.nav a.active {
  background: #241f18;
  color: #f0e8d0;
}

/* ── ボトムナビ ──────────────────────────────────── */
.bottom-nav {
  border-top-color: rgba(240, 232, 208, 0.1) !important;
  background: rgba(18, 16, 14, 0.92) !important;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.4) !important;
}

.bottom-nav a {
  color: #7a6e5e !important;
}

.bottom-nav a.active {
  color: #f0e8d0 !important;
  background: #241f18 !important;
}

.bottom-nav .bottom-checkin {
  margin-top: 0 !important;
  min-height: 64px !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #7a6e5e !important;
}

.bottom-nav .bottom-checkin::before {
  background: currentColor !important;
}

/* ── ボトムナビの状態色を全ページで統一 ───────────────────── */
body:not([data-page="access"]):not([data-page="guest"]) .bottom-nav,
body:not([data-page="access"]):not([data-page="guest"]) > .bottom-nav {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: rgba(18, 16, 14, 0.96) !important;
}

body:not([data-page="access"]):not([data-page="guest"]) .bottom-nav a,
body:not([data-page="access"]):not([data-page="guest"]) .bottom-nav .bottom-checkin {
  background: transparent !important;
  color: #7a6e5e !important;
}

body:not([data-page="access"]):not([data-page="guest"]) .bottom-nav a::before,
body:not([data-page="access"]):not([data-page="guest"]) .bottom-nav .bottom-checkin::before {
  color: #7a6e5e !important;
  background-color: currentColor !important;
}

body:not([data-page="access"]):not([data-page="guest"]) .bottom-nav a.active,
body:not([data-page="access"]):not([data-page="guest"]) .bottom-nav .bottom-checkin.active {
  background: #241f18 !important;
  color: #f0e8d0 !important;
  font-weight: 850 !important;
}

body:not([data-page="access"]):not([data-page="guest"]) .bottom-nav a.active::before,
body:not([data-page="access"]):not([data-page="guest"]) .bottom-nav .bottom-checkin.active::before {
  color: #f0e8d0 !important;
  background-color: currentColor !important;
}

/* ── メインコンテナ ──────────────────────────────── */
.main {
  background: #12100e !important;
  color: #f0e8d0 !important;
}

/* ── カード・パネル ──────────────────────────────── */
.card,
.panel {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35) !important;
}

.sl-card {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
}

/* ── ボタン ──────────────────────────────────────── */
.btn {
  border-color: rgba(240, 232, 208, 0.15) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.btn.primary {
  border-color: transparent !important;
  background: linear-gradient(135deg, #1a3a38, #2a6b58) !important;
  color: #f0e8d0 !important;
}

.btn.dark {
  background: #f0e8d0 !important;
  color: #12100e !important;
}

.btn.ghost {
  border-color: rgba(240, 232, 208, 0.15) !important;
  background: transparent !important;
  color: #c4b89a !important;
}

/* ── sl-btn ──────────────────────────────────────── */
.sl-btn {
  border-color: rgba(240, 232, 208, 0.12);
  background: #241f18;
  color: #c4a068;
}

.sl-btn.primary {
  border-color: transparent;
  background: #2a6b58;
  color: #f0e8d0;
  box-shadow: 0 8px 18px rgba(42, 107, 88, 0.3);
}

.sl-btn.ghost {
  background: transparent;
  border-color: transparent;
  color: #c4a068;
}

.sl-btn.disabled {
  background: #1c1814;
  color: #5a5246;
}

/* ── チップ ──────────────────────────────────────── */
.sl-chip {
  border-color: rgba(240, 232, 208, 0.12);
  background: #1c1814;
  color: #c4b89a;
}

.sl-chip.active {
  border-color: rgba(58, 140, 114, 0.5);
  background: #1a2e28;
  color: #4fb894;
}

/* ── フォーム ────────────────────────────────────── */
.field input,
.field select,
.field textarea {
  border-color: rgba(240, 232, 208, 0.15) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
}

.form-grid > label > span,
.field label {
  color: #f0e8d0 !important;
}

.form-grid input,
.form-grid select,
.form-grid textarea,
input.search {
  border-color: rgba(240, 232, 208, 0.15) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
  color-scheme: dark;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder,
input.search::placeholder {
  color: #7a6e5e !important;
}

.form-grid select option {
  background: #1c1814;
  color: #f0e8d0;
}

.form-grid input[type="checkbox"],
.form-grid input[type="radio"] {
  accent-color: #3a8c72;
}

.form-grid > label.contact-privacy-acceptance > span {
  color: #c4b89a !important;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #7a6e5e !important;
}

.readonly-field {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #12100e !important;
}

.media-edit-preview {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #12100e !important;
}

.sl-field input,
.sl-field select,
.sl-search input {
  border-color: rgba(240, 232, 208, 0.15) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
}

.sl-field.active input {
  border-color: rgba(58, 140, 114, 0.6) !important;
  box-shadow: 0 0 0 3px rgba(58, 140, 114, 0.12) !important;
}

.sl-field.error input {
  border-color: #c0392b !important;
  background: #1e1414 !important;
}

.sl-search {
  border-color: rgba(240, 232, 208, 0.15) !important;
  background: #1c1814 !important;
}

.sl-search-results {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #1c1814 !important;
}

.sl-search-results a {
  border-bottom-color: rgba(240, 232, 208, 0.08) !important;
  color: #f0e8d0 !important;
}

.sl-search-results a:hover {
  background: #241f18 !important;
}

/* ── テキスト系 ──────────────────────────────────── */
.eyebrow {
  color: #a89475;
}

.lead {
  color: #c4b89a;
}

/* ── セクション見出し行 ──────────────────────────── */
.section-head p {
  color: #a89475;
}

/* ── skater/ログカード ───────────────────────────── */
.skater-card {
  border-color: rgba(240, 232, 208, 0.1);
  background: #1c1814;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
}

.skater-line {
  border-bottom-color: rgba(240, 232, 208, 0.1);
}

.icon-box {
  border-color: rgba(240, 232, 208, 0.1);
  background: #241f18;
  color: #c4a068;
}

/* ── リスト行 ────────────────────────────────────── */
.sl-list-row {
  border-bottom-color: rgba(240, 232, 208, 0.08);
}

/* ── フォーカスアウトライン ──────────────────────── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible,
[tabindex]:focus-visible {
  outline-color: rgba(58, 140, 114, 0.5);
}

/* ── ゲスト向けUI ────────────────────────────────── */
.guest-v2-search input {
  border-color: rgba(240, 232, 208, 0.15);
  background: #1c1814;
  color: #f0e8d0;
}

.guest-signup-input {
  border-color: rgba(240, 232, 208, 0.15);
  background: #1c1814;
  color: #f0e8d0;
}

.guest-signup-input:focus-within {
  border-color: rgba(58, 140, 114, 0.6);
}

.guest-signup-form input,
.guest-signup-form select {
  border-color: rgba(240, 232, 208, 0.15);
  background: #1c1814;
  color: #f0e8d0;
}

.guest-log-card {
  border-color: rgba(240, 232, 208, 0.1);
  background: #1c1814;
}

/* ── モーダル・ボトムシート ──────────────────────── */
.sl-modal-preview,
.sl-bottom-sheet-preview {
  border-color: rgba(240, 232, 208, 0.1);
  background: #1c1814;
}

.sl-modal-card {
  border-color: rgba(240, 232, 208, 0.1);
  background: #241f18;
}

/* ── フィルタータブ ──────────────────────────────── */
.log-filter-tabs a {
  border-color: rgba(240, 232, 208, 0.12);
  background: #1c1814;
  color: #a89475;
}

.log-filter-tabs a.active {
  border-color: rgba(58, 140, 114, 0.5);
  background: #1a2e28;
  color: #4fb894;
}

/* ── バッジ ──────────────────────────────────────── */
.badge-medal {
  background: #241f18;
  border-color: rgba(240, 232, 208, 0.15);
}

.badge-card {
  border-color: rgba(240, 232, 208, 0.1);
  background: #1c1814;
}

.badge-card.locked {
  opacity: 0.4;
}

/* ── ホームプロフィール ──────────────────────────── */
.home-profile {
  background: #1a3a38;
  color: #f0e8d0;
}

.profile-id-link {
  border-color: rgba(240, 232, 208, 0.12);
  background: #12100e;
  color: #a89475;
}

/* ── フッター ────────────────────────────────────── */
.footer {
  background: #0e1a18;
}

/* ── チェックイン系 ──────────────────────────────── */
.ds-checkin-preview textarea {
  border-color: rgba(240, 232, 208, 0.12);
  background: #1c1814;
  color: #f0e8d0;
}

body[data-page="checkin"] .checkin-v2-hero {
  background:
    radial-gradient(circle at 92% 16%, rgba(58, 140, 114, 0.22) 0 42px, transparent 43px),
    radial-gradient(circle at 12% 92%, rgba(196, 160, 104, 0.16) 0 36px, transparent 37px),
    linear-gradient(180deg, #1c1814, #12100e);
}

body[data-page="checkin"] .checkin-v2-title p,
body[data-page="checkin"] .checkin-v2-lead,
body[data-page="checkin"] .checkin-v2-status-card span,
body[data-page="checkin"] .checkin-v2-status-card small {
  color: #c4b89a;
}

body[data-page="checkin"] .checkin-v2-title h1,
body[data-page="checkin"] .checkin-v2-status-card strong {
  color: #f0e8d0;
}

body[data-page="checkin"] .checkin-v2-status-card {
  border-color: rgba(240, 232, 208, 0.14);
  background: rgba(28, 24, 20, 0.96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

body[data-page="checkin"] .checkin-v2-status-card > i {
  background: #1a2e28;
}

body[data-page="checkin"] .checkin-v2-status-card > a {
  border-color: rgba(240, 232, 208, 0.2);
  background: #12100e;
  color: #f0e8d0;
}

body[data-page="checkin"] .checkin-v2-park-card strong,
body[data-page="checkin"] .checkin-v2-candidate strong {
  color: #f0e8d0 !important;
}

body[data-page="checkin"] .checkin-v2-park-card small,
body[data-page="checkin"] .checkin-v2-candidate small,
body[data-page="checkin"] .checkin-v2-park-card em {
  color: #c4b89a !important;
}

body[data-page="checkin"] .checkin-v2-candidate {
  border-bottom-color: rgba(240, 232, 208, 0.2) !important;
}

body[data-page="checkin"] .checkin-v2-empty p,
body[data-page="checkin"] .checkin-v2-register p,
body[data-page="checkin"] .checkin-v2-checkout p,
body[data-page="checkin"] .checkin-v2-note p {
  color: #a89475 !important;
}

body[data-page="checkin"] .checkin-v2-empty-icon {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: #f0e8d0 !important;
}

body[data-page="checkin"] .checkin-v2-actions a {
  border-color: rgba(240, 232, 208, 0.18) !important;
  background: #f0e8d0 !important;
  color: #12100e !important;
}

body[data-page="checkin"] .checkin-v2-note {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #1c1814 !important;
}

/* ── タイムライン ヒーロー ──────────────────────── */
body[data-page="timeline"] .timeline-v2-hero {
  background:
    radial-gradient(circle at 92% 16%, rgba(58, 140, 114, 0.3) 0 42px, transparent 43px),
    radial-gradient(circle at 12% 92%, rgba(196, 160, 104, 0.18) 0 36px, transparent 37px),
    linear-gradient(180deg, #241f18, #12100e) !important;
}

body[data-page="timeline"] .timeline-v2-title h1 {
  color: #f0e8d0 !important;
}

body[data-page="timeline"] .timeline-v2-title p,
body[data-page="timeline"] .timeline-v2-hero > p {
  color: #c4b89a !important;
}

body[data-page="timeline"] .timeline-v2-title-icon {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: #3a8c72 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32) !important;
}

/* ── エリア一覧・詳細 テキストトーン ─────────────── */
body[data-page="area"] .area-v1 {
  color: #f0e8d0 !important;
}

body[data-page="area"] .area-hero-lead,
body[data-page="area"] .section-head p,
body[data-page="area"] .area-popular-card-body p,
body[data-page="area"] .area-guide-card p,
body[data-page="area"] .area-group-head span,
body[data-page="area"] .area-tips-list,
body[data-page="area"] .area-tips-list li,
body[data-page="area"] .area-breadcrumb,
body[data-page="area"] .area-breadcrumb a,
body[data-page="area"] .area-store-access,
body[data-page="area"] .area-store-meta dt,
body[data-page="area"] .area-store-info-list dt,
body[data-page="area"] .area-store-info-heading,
body[data-page="area"] .area-store-checkin-note,
body[data-page="area"] .area-store-card small,
body[data-page="area"] .area-store-card em,
body[data-page="area"] .area-store-status-card p,
body[data-page="area"] .area-store-claim p,
body[data-page="area"] .area-empty-state {
  color: #a89475 !important;
}

body[data-page="area"] .area-hero .eyebrow,
body[data-page="area"] .area-store-tag,
body[data-page="area"] .area-store-badge,
body[data-page="area"] .area-filter-chip {
  color: #c4b89a !important;
}

body[data-page="area"] .area-popular-card,
body[data-page="area"] .area-chip,
body[data-page="area"] .area-store-card,
body[data-page="area"] .area-guide-card,
body[data-page="area"] .area-store-meta,
body[data-page="area"] .area-filter-chip,
body[data-page="area"] .area-store-link {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #241f18 !important;
}

body[data-page="area"] .area-popular-card:hover,
body[data-page="area"] .area-chip:hover {
  background: #2d2620 !important;
}

body[data-page="area"] .area-popular-card-body h3,
body[data-page="area"] .area-guide-card h3,
body[data-page="area"] .area-chip,
body[data-page="area"] .area-store-name,
body[data-page="area"] .area-store-meta dd,
body[data-page="area"] .area-store-info-list dd,
body[data-page="area"] .area-store-link,
body[data-page="area"] .area-store-status-card strong,
body[data-page="area"] .area-store-claim strong,
body[data-page="area"] .area-store-card strong,
body[data-page="area"] .area-breadcrumb span {
  color: #f0e8d0 !important;
}

body[data-page="area"] .area-filter-chip.is-active {
  border-color: #3a8c72 !important;
  background: #3a8c72 !important;
  color: #f0e8d0 !important;
}

body[data-page="area"] .area-count-badge {
  background: #2a6b58 !important;
  color: #f0e8d0 !important;
}

body[data-page="area"] .area-store-tag,
body[data-page="area"] .area-store-badge {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #1c1814 !important;
}

body[data-page="area"] .area-store-link.is-primary {
  background: #5b4a3a !important;
  color: #f0e8d0 !important;
}

body[data-page="area"] .area-store-status-card {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
}

body[data-page="area"] .area-store-status-card.is-verified {
  border-color: rgba(79, 184, 148, 0.38) !important;
  background: rgba(58, 140, 114, 0.14) !important;
}

body[data-page="area"] .area-store-status-card small {
  color: #4fb894 !important;
}

body[data-page="area"] .area-store-claim {
  border-color: rgba(240, 232, 208, 0.12) !important;
}

body[data-page="area"] .area-lists-stats span,
body[data-page="area"] .area-lists-chip-grid a,
body[data-page="area"] .area-lists-card {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

body[data-page="area"] .area-lists-stats strong,
body[data-page="area"] .area-lists-chip-grid strong,
body[data-page="area"] .area-lists-card h3 {
  color: #f0e8d0 !important;
}

body[data-page="area"] .area-lists-stats small,
body[data-page="area"] .area-lists-empty p {
  color: #c4b89a !important;
}

body[data-page="area"] .area-lists-kicker,
body[data-page="area"] .area-lists-chip-grid span {
  color: #3a8c72 !important;
}

/* ── ヒーロービジュアル ──────────────────────────── */
.hero-visual {
  border-color: rgba(240, 232, 208, 0.08);
  background:
    linear-gradient(160deg, rgba(240, 232, 208, 0.04), rgba(240, 232, 208, 0)),
    radial-gradient(circle at 80% 20%, rgba(42, 107, 88, 0.4), transparent 30%),
    linear-gradient(135deg, #1c1814, #12100e);
}

/* ── 第2の :root ブロック上書き（app-like direction 用） ─── */
body {
  background: #12100e !important;
}

.site-header {
  border-bottom-color: rgba(240, 232, 208, 0.08) !important;
  background: rgba(18, 16, 14, 0.9) !important;
}

.brand {
  background-image: url("/assets/brand/png-wordmark/logo.png?v=d9c5d10");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.brand-mark {
  background: linear-gradient(145deg, #1a3a38, #2a6b58) !important;
}

/* ── スクロールバー ──────────────────────────────── */
{
  scrollbar-color: #3a3028 #12100e;
}

::-webkit-scrollbar-track {
  background: #12100e;
}

::-webkit-scrollbar-thumb {
  background: #3a3028;
  border-radius: 4px;
}

/* ── セレクション ────────────────────────────────── */
::selection {
  background: rgba(58, 140, 114, 0.3);
  color: #f0e8d0;
}

/* ── 認証ページ（auth.css 上書き） ──────────────── */
body.auth-body {
  background:
    radial-gradient(circle at 18% 0%, rgba(42, 107, 88, 0.12), transparent 28%),
    linear-gradient(180deg, #12100e 0%, #0e0c0a 100%);
  color: #f0e8d0;
}

.auth-shell {
  background: rgba(28, 24, 20, 0.88);
  box-shadow: 0 0 0 1px rgba(240, 232, 208, 0.06);
}

.auth-brand-link {
  border-color: rgba(240, 232, 208, 0.1);
  background: rgba(28, 24, 20, 0.9);
}

.auth-brand-mark {
  background: #2a6b58;
  box-shadow: 0 8px 18px rgba(42, 107, 88, 0.3);
}

.auth-brand-copy b {
  color: #f0e8d0;
}

.auth-card {
  border-color: rgba(240, 232, 208, 0.14);
  background: #1c1814;
  color: #f0e8d0;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.36);
}

.auth-card p,
.auth-field-hint,
.auth-card ul,
.auth-card ol {
  color: #c4b89a;
}

.auth-error {
  border-color: rgba(229, 72, 72, 0.28) !important;
  background: #241814 !important;
  color: #f0c8bd !important;
}

.auth-invite-profile,
.auth-invite-note,
.account-summary .account-row,
.page-list-table,
.page-list-row,
.page-list-accordion {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
}

.auth-invite-profile img {
  border-color: rgba(240, 232, 208, 0.16) !important;
}

.auth-invite-profile span,
.page-list-row span,
.page-list-row code {
  color: #a89475 !important;
}

.page-list-row code {
  border: 1px solid rgba(240, 232, 208, 0.12) !important;
  background: #1c1814 !important;
  color: #c4b89a !important;
}

.auth-invite-profile strong,
.auth-invite-note strong,
.account-summary .account-row strong,
.page-list-row strong {
  color: #f0e8d0 !important;
}

.auth-invite-profile small,
.account-summary .account-row span {
  color: #c4b89a !important;
}

.auth-field label {
  color: #f0e8d0;
}

.auth-field input,
.auth-field select,
.auth-field textarea {
  border-color: rgba(240, 232, 208, 0.18);
  background: #12100e;
  color: #f0e8d0;
}

.auth-field input[type="checkbox"],
.auth-field input[type="radio"] {
  border-color: rgba(240, 232, 208, 0.32);
  background: #12100e;
}

.auth-field input[type="checkbox"]:checked {
  border-color: #3a8c72;
  background-color: #3a8c72;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 4L6 9.5 3 6.5' fill='none' stroke='%23f0e8d0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.auth-field input[type="radio"]:checked {
  border-color: #3a8c72;
  background: radial-gradient(circle, #3a8c72 0 45%, #12100e 48% 100%);
}

.admin-request-section,
.admin-request-flow > div,
.admin-request-map,
.admin-inline-actions,
.admin-compact-form {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

.admin-request-section h2,
.admin-request-flow strong,
.admin-compact-form span,
.admin-compact-form label {
  color: #f0e8d0 !important;
}

.admin-request-flow small,
.admin-request-meta {
  color: #c4b89a !important;
}

.admin-request-flow span {
  background: rgba(58, 140, 114, 0.18) !important;
  color: #4fb894 !important;
}

.admin-request-actions .auth-button.secondary,
.admin-inline-actions a {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

.admin-compact-form input,
.admin-compact-form select,
.admin-compact-form textarea {
  border-color: rgba(240, 232, 208, 0.18) !important;
  background: #12100e !important;
  color: #f0e8d0 !important;
  color-scheme: dark;
}

.auth-consent-text a,
.auth-links {
  color: #4fb894;
}

.ob-options span,
.onboarding-start-actions a {
  border-color: rgba(240, 232, 208, 0.18);
  background: #12100e;
  color: #f0e8d0;
}

.ob-options label.is-selected span,
.ob-options input:checked + span {
  border-color: #3a8c72;
  background: #1a2e28;
  color: #4fb894;
}

.ob-nav a {
  border-color: rgba(240, 232, 208, 0.2);
  background: #241f18;
  color: #f0e8d0;
}

.ob-nav .next,
.onboarding-start-actions a.is-primary {
  border-color: #2a6b58;
  background: #0aa35f;
  color: #f0e8d0;
}

.ob-skip {
  color: #a89475;
}

/* ── ランディングページ（landing.css 上書き） ─────── */
.landing-body {
  background: #12100e;
  color: #f0e8d0;
}

/* ── テキストカラー包括上書き ────────────────────── */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #f0e8d0 !important;
}

.eyebrow {
  color: #a89475 !important;
}

.lead {
  color: #c4b89a !important;
}

.nav a,
.nav a::before {
  color: #c4b89a !important;
}

.side a {
  color: #c4b89a !important;
}

.skater-line {
  color: #c4b89a !important;
}

.day {
  background: #241f18 !important;
  color: #c4b89a !important;
}

/* ── ホーム バッジ進捗カード ──────────────────────── */
.home-v2-badge-lead {
  color: #a89475 !important;
}

.home-v2-badge-progress-card {
  border-color: rgba(196, 160, 104, 0.25) !important;
  background: #241f18 !important;
}

.home-v2-badge-progress-art {
  background: #1c1814 !important;
}

.home-v2-badge-progress-copy small {
  color: #4fb894 !important;
}

.home-v2-badge-progress-copy strong {
  color: #f0e8d0 !important;
}

.home-v2-badge-progress-copy em {
  color: #a89475 !important;
}

.home-v2-badge-progress-bar {
  background: #3a3028 !important;
}

.home-v2-badge-progress-meta {
  color: #c4b89a !important;
}

/* ── ホーム サイトリンク・管理リンク ─────────────── */
.home-v2-site-links {
  background: #1c1814 !important;
}

.home-v2-site-link-grid a {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
  color: #a89475 !important;
}

.home-v2-admin-link a {
  color: #a89475 !important;
}

/* ── ホーム ヒーロー ─────────────────────────────── */
body[data-page="home"] .home-v2-hero {
  border-bottom-color: rgba(240, 232, 208, 0.1) !important;
  background:
    radial-gradient(circle at 92% 16%, rgba(58, 140, 114, 0.3) 0 42px, transparent 43px),
    radial-gradient(circle at 12% 92%, rgba(196, 160, 104, 0.18) 0 36px, transparent 37px),
    linear-gradient(180deg, #241f18, #12100e) !important;
}

body[data-page="home"] .home-v2-head h1 {
  color: #f0e8d0 !important;
}

body[data-page="home"] .home-v2-head p,
body[data-page="home"] .home-v2-head span {
  color: #c4b89a !important;
}

body[data-page="home"] .home-v2-notification {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: rgba(28, 24, 20, 0.96) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.32) !important;
}

body[data-page="home"] .home-v2-notification::before {
  background: #f0e8d0 !important;
}

body[data-page="home"] .home-v2-beginner-card {
  border-color: rgba(196, 160, 104, 0.24) !important;
  background:
    linear-gradient(135deg, rgba(58, 140, 114, 0.14), rgba(196, 160, 104, 0.1)),
    #1c1814 !important;
}

body[data-page="home"] .home-v2-guide-link,
.guest-v2-guide-link {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
}

body[data-page="home"] .home-v2-guide-link strong,
.guest-v2-guide-link strong {
  color: #f0e8d0 !important;
}

body[data-page="home"] .home-v2-guide-link small,
.guest-v2-guide-link small {
  color: #c4b89a !important;
}

body[data-page="home"] .home-v2-guide-link::after,
.guest-v2-guide-link::after {
  background: #7a6e5e !important;
}

/* ── フォロー/フォロワー stat ─────────────────────── */
.profile-v2-stats {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #1c1814 !important;
  box-shadow: none !important;
}

.profile-v2-stats > * {
  background: #1c1814 !important;
}

.profile-v2-stats > * + * {
  border-left-color: rgba(240, 232, 208, 0.08) !important;
}

.profile-v2-stats strong {
  color: #f0e8d0 !important;
}

.profile-v2-stats span {
  color: #a89475 !important;
}

/* ── ニュースリスト ──────────────────────────────── */
.home-v2-news-card {
  background: #1c1814 !important;
}

.home-v2-news-list a,
.guest-v2-news-list a,
.news-v2-list-item {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
}

.home-v2-news-list a::after,
.guest-v2-news-list a::after,
.news-v2-list-item::after {
  background: #7a6e5e !important;
}

.home-v2-news-list strong,
.guest-v2-news-list strong,
.news-v2-list-item strong {
  color: #f0e8d0 !important;
}

.home-v2-news-list small,
.guest-v2-news-list small,
.news-v2-list-item small {
  color: #a89475 !important;
}

/* ── PWA インストールバナー ─────────────────────── */
.home-v2-install-app {
  border-color: rgba(58, 140, 114, 0.2) !important;
  background: #1c1814 !important;
}

.home-v2-install-main h2 {
  color: #f0e8d0 !important;
}

.home-v2-install-main p,
.home-v2-install-status {
  color: #a89475 !important;
}

.home-v2-install-dismiss {
  border-color: rgba(240, 232, 208, 0.15) !important;
  background: #241f18 !important;
  color: #a89475 !important;
}

/* ── 活動サマリーグリッド ───────────────────────── */
.home-v2-summary-grid a {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #241f18 !important;
}

.home-v2-summary-grid span,
.home-v2-summary-grid small {
  color: #a89475 !important;
}

.home-v2-summary-grid strong {
  color: #f0e8d0 !important;
}

/* ── ステータスカード（最近のチェックイン） ──────── */
.home-v2-status-card i {
  background: #1a2e28 !important;
}

.home-v2-status-card span,
.home-v2-status-card small {
  color: #a89475 !important;
}

.home-v2-status-card strong {
  color: #f0e8d0 !important;
}

body[data-page="home"] .home-v2-log {
  border-bottom-color: rgba(240, 232, 208, 0.12) !important;
}

body[data-page="home"] .home-v2-log strong {
  color: #f0e8d0 !important;
}

body[data-page="home"] .home-v2-log span,
body[data-page="home"] .home-v2-log small {
  color: #a89475 !important;
}

body[data-page="profile"] .checkin-detail-v2 .detail-list > div {
  border-bottom-color: rgba(240, 232, 208, 0.12) !important;
}

body[data-page="profile"] .checkin-detail-v2 .checkin-detail-actions a {
  border: 1px solid rgba(240, 232, 208, 0.16) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
}

body[data-page="profile"] .checkin-detail-v2 .checkin-detail-actions a.cta-primary {
  border-color: rgba(58, 140, 114, 0.45) !important;
  background: #0f3b30 !important;
  color: #f0e8d0 !important;
}

body[data-page="profile"] .checkin-detail-v2 .checkin-detail-actions a.cta-secondary {
  border-color: rgba(196, 160, 104, 0.42) !important;
  background: #2a2115 !important;
  color: #f0e8d0 !important;
}

/* ── 活動サマリーカード（チェックイン数・訪問パーク数 etc.） ── */
.home-v2-activity-summary .profile-v3-summary-card {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #241f18 !important;
  box-shadow: none !important;
}

.home-v2-activity-summary .profile-v3-summary-card.is-like {
  border-color: rgba(196, 160, 104, 0.3) !important;
  background: #2a1e10 !important;
}

.home-v2-activity-summary .profile-v3-summary-card small {
  color: #a89475 !important;
}

.home-v2-activity-summary .profile-v3-summary-card strong {
  color: #f0e8d0 !important;
}

.home-v2-activity-summary .profile-v3-summary-card em {
  color: #c4b89a !important;
}

/* ---- Landing hero theme ---- */
.guest-v2-hero {
  background: radial-gradient(ellipse at 50% 0%, #262018 0%, #1a1612 70%);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
}

.guest-v2-hero-body {
  padding-top: 24px;
  padding-bottom: 28px;
  gap: 16px;
}

.guest-v2-logo {
  filter: none;
}

/* ── プロフィール情報カード ──────────────────────── */
.profile-v3-info-card a,
.profile-v3-info-card div {
  border-bottom-color: rgba(240, 232, 208, 0.1) !important;
}

.profile-v3-info-card span {
  color: #9a8a7a !important;
}

.profile-v3-info-card strong {
  color: #f0e8d0 !important;
}

/* ── サブページヒーロー（app-like pages）──────────── */
.subpage-hero {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background:
    radial-gradient(circle at 90% 12%, rgba(42, 107, 88, 0.22) 0 22px, transparent 23px),
    linear-gradient(180deg, #1c1814, #181410) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35) !important;
}

.subpage-back {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: rgba(36, 31, 24, 0.9) !important;
  color: #9a8a7a !important;
}

/* ---- Park photo / correction pages theme ---- */
body[data-page="parks"] .park-photo-v2 {
  background: #12100e !important;
}

body[data-page="parks"] .park-photo-v2-hero {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background:
    radial-gradient(circle at 91% 17%, rgba(42, 107, 88, 0.28) 0 22px, transparent 23px),
    radial-gradient(circle at 14% 100%, rgba(196, 160, 104, 0.13) 0 34px, transparent 35px),
    linear-gradient(180deg, #1c1814, #181410) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34) !important;
}

body[data-page="parks"] .park-photo-v2-back {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
}

body[data-page="parks"] .park-photo-v2-title p {
  color: #3a8c72 !important;
}

body[data-page="parks"] .park-photo-v2-title h1 {
  color: #f0e8d0 !important;
}

body[data-page="parks"] .park-photo-v2-hero > p,
body[data-page="parks"] .park-photo-v2-empty p,
body[data-page="parks"] .park-photo-v2-complete p {
  color: #c4b89a !important;
}

/* ---- Guest static pages theme ---- */
.guest-static-back {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28) !important;
}

.guest-static-title {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(42, 107, 88, 0.28) 0 34px, transparent 35px),
    radial-gradient(circle at 14% 100%, rgba(196, 160, 104, 0.15) 0 32px, transparent 33px),
    linear-gradient(180deg, #1c1814, #181410) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34) !important;
}

.guest-static-title-icon {
  background: rgba(58, 140, 114, 0.18) !important;
  color: #3a8c72 !important;
}

.guest-static-title .eyebrow {
  color: #c4a068 !important;
}

.guest-static-title h1 {
  color: #f0e8d0 !important;
}

.guest-static-title p:not(.eyebrow) {
  color: #c4b89a !important;
}

.faq-v2-link-grid a {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

.faq-v2-link-grid a::after {
  background: #7a6e5e !important;
}

.faq-v2-link-grid strong {
  color: #f0e8d0 !important;
}

.faq-v2-link-grid small {
  color: #c4b89a !important;
}

.faq-v2-link-grid a.is-current {
  border-color: rgba(58, 140, 114, 0.36) !important;
  background:
    linear-gradient(135deg, rgba(58, 140, 114, 0.24), rgba(196, 160, 104, 0.08)),
    #241f18 !important;
}

.sitemap-v1-list a {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
}

.sitemap-v1-list a::after {
  background: #7a6e5e !important;
}

.sitemap-v1-list strong {
  color: #f0e8d0 !important;
}

.sitemap-v1-list small {
  color: #c4b89a !important;
}

.faq-v2-list details {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
}

.faq-v2-list summary {
  color: #f0e8d0 !important;
}

.faq-v2-list summary::after {
  background: #7a6e5e !important;
}

.faq-v2-list p {
  color: #c4b89a !important;
}

.beginner-v1-topic {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
}

.beginner-v1-topic::after {
  background: #7a6e5e !important;
}

.beginner-v1-topic strong {
  color: #f0e8d0 !important;
}

.beginner-v1-topic small {
  color: #c4b89a !important;
}

.beginner-v1-point-list div {
  border: 1px solid rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
  color: #c4b89a !important;
}

.guest-v2-lang-switch {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

body.landing-page > main.main.guest-v2 {
  border-color: rgba(240, 232, 208, 0.12) !important;
}

.guest-v2-lang-switch a {
  color: #9a8a7a;
}

.guest-v2-hero-body h1 {
  color: #f0e8d0;
}

.guest-v2-hero-body h1 span {
  color: #3a8c72;
}

.guest-v2-hero-body p:not(.eyebrow) {
  color: #9a8a7a;
}

.guest-v2-cta {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background:
    radial-gradient(circle at 86% 18%, rgba(196, 160, 104, 0.18) 0 20px, transparent 21px),
    linear-gradient(180deg, #1c1814, #181410) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35) !important;
}

.guest-v2-cta .eyebrow {
  color: #c4a068 !important;
}

.guest-v2-cta h2 {
  color: #f0e8d0 !important;
}

.guest-v2-cta p {
  color: #c4b89a !important;
}

.guest-v2-cta .btn.primary {
  background: linear-gradient(135deg, #2a6b58, #1a4a3a) !important;
  color: #fffaf0 !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34) !important;
}

.guest-v2-cta .btn.ghost {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

.guest-v2-pref-pills a {
  border-color: rgba(42, 107, 88, 0.45) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

.guest-v2-region-grid a {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.26) !important;
}

.guest-v2-region-grid img {
  border-radius: 10px;
  background: rgba(240, 232, 208, 0.08);
}

.guest-v2-region-grid strong {
  color: #f0e8d0 !important;
}

.guest-v2-region-grid small {
  color: #c4b89a !important;
}

.guest-v2-region-grid em {
  background: #c4a068 !important;
}

.guest-v2-open-grid a {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background:
    linear-gradient(90deg, rgba(36, 31, 24, 0.96) 0 58%, rgba(36, 31, 24, 0.78) 100%),
    var(--image) right bottom / cover no-repeat !important;
  color: #f0e8d0 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.26) !important;
}

.guest-v2-open-grid strong {
  color: #f0e8d0 !important;
}

.guest-v2-open-grid small {
  color: #c4b89a !important;
}

.guest-v2-feature-grid article {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #241f18 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24) !important;
}

.guest-v2-feature-icon {
  color: #3a8c72 !important;
}

.guest-v2-feature-grid strong {
  color: #f0e8d0 !important;
}

.guest-v2-feature-grid p {
  color: #c4b89a !important;
}

.guest-v2-badge-strip img {
  border-radius: 8px;
  background: rgba(240, 232, 208, 0.08);
}

.guest-v2-badge-strip small {
  color: #c4b89a !important;
}

.guest-v2-social-card > p {
  color: #9a8a7a !important;
}

.guest-v2-social-link {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

.guest-v2-social-link span {
  background: #3a8c72 !important;
}

.guest-v2-hero-copy .eyebrow {
  background: transparent !important;
  color: #c4a068 !important;
}

.guest-v2-area-pills span,
.guest-v2-event-meta > div {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

.guest-v2-area-pills strong,
.guest-v2-event-meta strong {
  color: #f0e8d0 !important;
}

.guest-v2-area-pills small,
.guest-v2-event-meta span {
  color: #c4b89a !important;
}

/* ---- About pagetheme polish ---- */
.about-page-card {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(196, 160, 104, 0.16) 0 28px, transparent 29px),
    linear-gradient(180deg, #1c1814, #181410) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32) !important;
}

.about-page-card .profile-eyebrow {
  color: #c4a068 !important;
}

.about-page-card h1 {
  color: #f0e8d0 !important;
}

.about-page-card p:not(.profile-eyebrow) {
  color: #c4b89a !important;
}

.about-page-card .profile-action-list {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
}

.about-page-card .profile-action-list a {
  color: #f0e8d0 !important;
  background: #241f18 !important;
}

.about-page-card .profile-action-list a + a {
  border-top-color: rgba(240, 232, 208, 0.1) !important;
}

.about-page-card .profile-action-list a:hover {
  background: #2a241b !important;
}

/* ---- Badge collectiontheme polish ---- */
body[data-page="badge-collection"] {
  background: #12100e !important;
  color: #f0e8d0 !important;
}

body[data-page="badge-collection"] .main {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #12100e !important;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34) !important;
}

body[data-page="badge-collection"] .panel,
body[data-page="badge-collection"] .badge-v2-card.is-locked {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3) !important;
}

body[data-page="badge-collection"] .badge-v2-hero {
  border: 1px solid rgba(240, 232, 208, 0.14) !important;
  border-radius: 0 0 22px 22px !important;
  background:
    radial-gradient(circle at 92% 16%, rgba(58, 140, 114, 0.28) 0 42px, transparent 43px),
    radial-gradient(circle at 12% 92%, rgba(196, 160, 104, 0.18) 0 36px, transparent 37px),
    linear-gradient(180deg, #1c1814, #181410) !important;
}

body[data-page="badge-collection"] .badge-v2-back {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22) !important;
}

body[data-page="badge-collection"] .badge-v2-title-icon {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
  box-shadow: none !important;
}

body[data-page="badge-collection"] .badge-v2-title p {
  color: #c4a068 !important;
}

body[data-page="badge-collection"] .badge-v2-title h1,
body[data-page="badge-collection"] .section-head h2,
body[data-page="badge-collection"] .badge-v2-select-group h3,
body[data-page="badge-collection"] .badge-v2-card h2,
body[data-page="badge-collection"] .badge-v2-strip a {
  color: #f0e8d0 !important;
}

body[data-page="badge-collection"] .badge-v2-hero > p,
body[data-page="badge-collection"] .badge-v2-section-note,
body[data-page="badge-collection"] .badge-v2-card p,
body[data-page="badge-collection"] .badge-v2-card-head span {
  color: #c4b89a !important;
}

body[data-page="badge-collection"] .badge-v2-hero-stats span {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #241f18 !important;
}

body[data-page="badge-collection"] .badge-v2-hero-stats strong,
body[data-page="badge-collection"] .badge-v2-progress strong {
  color: #f0e8d0 !important;
}

body[data-page="badge-collection"] .badge-v2-hero-stats small {
  color: #c4b89a !important;
}

body[data-page="badge-collection"] .badge-v2-selected-count,
body[data-page="badge-collection"] .badge-v2-card.is-unlocked .badge-v2-card-head b {
  background: rgba(58, 140, 114, 0.18) !important;
  color: #7bd0ad !important;
}

body[data-page="badge-collection"] .badge-v2-select-grid span {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
}

body[data-page="badge-collection"] .badge-v2-select-grid input:checked + span {
  border-color: rgba(58, 140, 114, 0.5) !important;
  background:
    linear-gradient(180deg, rgba(58, 140, 114, 0.24), rgba(36, 31, 24, 0.96)),
    #241f18 !important;
  box-shadow: inset 0 0 0 1px rgba(58, 140, 114, 0.22) !important;
}

body[data-page="badge-collection"] .badge-v2-select-grid input:checked + span::after {
  background-color: #3a8c72 !important;
}

body[data-page="badge-collection"] .badge-v2-select-grid small {
  color: #c4b89a !important;
}

body[data-page="badge-collection"] .badge-v2-select-grid .is-disabled span {
  border-color: rgba(240, 232, 208, 0.1) !important;
  background: #191511 !important;
  color: #7a6e5e !important;
  box-shadow: none !important;
}

body[data-page="badge-collection"] .badge-v2-select-grid .is-disabled img {
  opacity: 0.75 !important;
  filter: brightness(0.34) saturate(0.6) !important;
}

body[data-page="badge-collection"] .badge-v2-select-grid .is-disabled b,
body[data-page="badge-collection"] .badge-v2-select-grid .is-disabled small,
body[data-page="badge-collection"] .badge-v2-card.is-locked .badge-v2-card-head span,
body[data-page="badge-collection"] .badge-v2-card.is-locked h2,
body[data-page="badge-collection"] .badge-v2-card.is-locked p,
body[data-page="badge-collection"] .badge-v2-card.is-locked .badge-v2-progress strong {
  color: #7a6e5e !important;
}

body[data-page="badge-collection"] .badge-v2-card-head b,
body[data-page="badge-collection"] .badge-v2-card.is-locked .badge-v2-card-head b {
  background: rgba(240, 232, 208, 0.08) !important;
  color: #c4b89a !important;
}

body[data-page="badge-collection"] .badge-v2-art {
  background: #241f18 !important;
}

body[data-page="badge-collection"] .badge-v2-card.is-locked .badge-v2-art {
  background: #0f0d0b !important;
}

body[data-page="badge-collection"] .badge-v2-progress i,
body[data-page="badge-collection"] .badge-v2-card.is-locked .badge-v2-progress i {
  background: rgba(240, 232, 208, 0.16) !important;
}

body[data-page="badge-collection"] .bottom-nav {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: rgba(18, 16, 14, 0.96) !important;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.4) !important;
}

/* ---- Member appshared theme guardrails ---- */
body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]),
body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) > .main,
:where(
  .home-v2,
  .timeline-v2,
  .checkin-v2,
  .log-v2,
  .gear-v2,
  .badge-v2,
  .favorite-parks-v2,
  .profile-edit-v2,
  .user-search-v2,
  .settings-v2,
  .notifications-v2,
  .friends-v2,
  .friend-profile-v2,
  .friend-log-v2,
  .checkin-detail-v2,
  .profile-share-v2,
  .parks-v2
).main,
body[data-page="profile"] .main {
  background: #12100e !important;
  color: #f0e8d0 !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  .panel,
  .card,
  .sl-card,
  .page-title,
  .subpage-hero,
  .member-lock,
  .directory-row,
  .list-links a,
  .share-action,
  .friend-link-card,
  .friend-item,
  .settings-v2-list > a,
  .settings-v2-list > div,
  .notifications-v2-item,
  .share-sheet,
  .friend-log-v2-card,
  .friend-log-v2-detail-panel,
  .friend-log-v2-action-panel,
  .profile-summary,
  .summary-item,
  .stat-row,
  .stat,
  .log-mini,
  .pref-card,
  .official-link,
  .park-text-link,
  .park-item,
  .rank-item
) {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28) !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  .home-v2-hero,
  .timeline-v2-hero,
  .checkin-v2-hero,
  .log-v2-hero,
  .favorite-parks-v2-hero,
  .profile-edit-v2-hero,
  .notifications-v2-hero,
  .friend-log-v2-hero,
  .friends-v2 .subpage-hero,
  .friend-profile-v2 .page-title,
  .profile-share-v2 .share-sheet
) {
  border: 1px solid rgba(240, 232, 208, 0.14) !important;
  background:
    radial-gradient(circle at 90% 12%, rgba(58, 140, 114, 0.26) 0 28px, transparent 29px),
    radial-gradient(circle at 12% 100%, rgba(196, 160, 104, 0.14) 0 34px, transparent 35px),
    linear-gradient(180deg, #1c1814, #181410) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34) !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  .subpage-back,
  .favorite-parks-v2-back,
  .profile-edit-v2-back,
  .notifications-v2-back,
  .log-v2-add,
  .favorite-parks-v2-add,
  .friends-v2-search,
  .compact-select,
  .btn.ghost,
  button.btn.ghost,
  .settings-v2-list button,
  .favorite-parks-v2-actions a,
  .favorite-parks-v2-actions button,
  .log-v2-actions a,
  .profile-edit-v2-actions a,
  .account-v2-actions a
) {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  h1,
  h2,
  h3,
  h4,
  .section-head h2,
  .panel > h2,
  .page-title h1,
  .subpage-title h1,
  .notifications-v2-title h1,
  .favorite-parks-v2-title h1,
  .profile-edit-v2-title h1,
  .log-v2-title h1,
  .friend-log-v2-title h1,
  .directory-row strong,
  .list-links a strong,
  .share-action strong,
  .settings-v2-list strong,
  .notifications-v2-item strong,
  .favorite-parks-v2-card h2,
  .favorite-parks-v2-recent-head strong,
  .favorite-parks-v2-recent-riders b,
  .profile-edit-v2-upload strong,
  .profile-edit-v2-privacy-row legend strong,
  .friends-v2-person strong,
  .stat strong,
  .summary-item strong,
  .rank-item strong,
  .detail-list strong,
  .log-mini strong
) {
  color: #f0e8d0 !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  p,
  .lead,
  .muted,
  .page-title .lead,
  .subpage-title p:not(.eyebrow),
  .notifications-v2-hero > p,
  .favorite-parks-v2-hero > p,
  .profile-edit-v2-hero > p,
  .log-v2-hero > p,
  .friend-log-v2-hero > p,
  .directory-row em,
  .list-links a span,
  .share-action span,
  .settings-v2-list small,
  .notifications-v2-item small,
  .notifications-v2-item em,
  .favorite-parks-v2-summary p,
  .favorite-parks-v2-card span,
  .favorite-parks-v2-recent-head span,
  .favorite-parks-v2-recent-riders small,
  .favorite-parks-v2-recent p,
  .favorite-parks-v2-street-note,
  .profile-edit-v2-section-note,
  .profile-edit-v2-upload small,
  .profile-edit-v2-privacy-row legend small,
  .friends-v2-person small,
  .friends-v2-person em,
  .friends-v2-meta small,
  .friends-v2-latest,
  .stat span,
  .summary-item span,
  .summary-item small,
  .rank-item span,
  .detail-list span,
  .log-mini span,
  .log-mini em
) {
  color: #c4b89a !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  .eyebrow,
  .subpage-title .eyebrow,
  .notifications-v2-title p,
  .favorite-parks-v2-title p,
  .profile-edit-v2-title p,
  .log-v2-title p,
  .friend-log-v2-title p
) {
  color: #c4a068 !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  input,
  select,
  textarea,
  .field input,
  .field select,
  .field textarea,
  .form-grid input,
  .form-grid select,
  .form-grid textarea,
  input.search,
  .profile-edit-v2-field input,
  .profile-edit-v2-field select,
  .profile-edit-v2-readonly,
  .profile-edit-v2-upload,
  .spot-register-form input,
  .spot-register-form select,
  .spot-register-form textarea,
  .account-email-v2-form input
) {
  border-color: rgba(240, 232, 208, 0.15) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
  color-scheme: dark;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  input::placeholder,
  textarea::placeholder
) {
  color: #7a6e5e !important;
}

.spot-location-notice small {
  color: #a7b8ad !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  .spot-register-form > label > span,
  .spot-register-form .profile-form-grid > label > span,
  .spot-location-field > span,
  .spot-register-form .profile-upload-box strong
) {
  color: #f0e8d0 !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  .spot-register-form .profile-upload-box span,
  .spot-location-notice span,
  .spot-location-notice small
) {
  color: #c4b89a !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  .favorite-parks-v2-filter a,
  .log-v2-filter-tabs a,
  .friends-v2 .segmented-links,
  .profile-edit-v2-choice-grid span,
  .profile-edit-v2-style-grid span,
  .account-v2-choice-list span,
  .account-v2-summary div,
  .favorite-parks-v2-recent-riders a,
  .friends-v2-empty,
  .spot-register-form .profile-upload-box
) {
  border-color: rgba(240, 232, 208, 0.12) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  .favorite-parks-v2-filter a.active,
  .log-v2-filter-tabs a.active,
  .friends-v2 .segmented-links a.active,
  .profile-edit-v2-choice-grid input:checked + span,
  .profile-edit-v2-style-grid input:checked + span,
  .account-v2-choice-list input:checked + span,
  .tag.green,
  .notice,
  .like-toast,
  .auth-notice
) {
  border-color: rgba(58, 140, 114, 0.34) !important;
  background: rgba(58, 140, 114, 0.18) !important;
  color: #7bd0ad !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  .notice.error,
  .auth-error,
  .account-v2-danger,
  .account-v2-danger .auth-field label:has(input[type="checkbox"])
) {
  border-color: rgba(229, 72, 72, 0.28) !important;
  background: #241814 !important;
  color: #f0c8bd !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  .directory-row::after,
  .list-links a::after,
  .share-action::after,
  .pref-card::after,
  .park-text-link::after,
  .park-item::after,
  .rank-item::after,
  .official-link::after,
  .notifications-v2-see-all::after
) {
  background: #7a6e5e !important;
}

body[data-page]:not([data-page="access"]):not([data-page="guest"]):not([data-page="for-shop"]) :where(
  .favorite-parks-v2-thumb,
  .profile-edit-v2-cover,
  .friend-log-v2-photo,
  .park-detail-v2-cover
) {
  background: #0f0d0b !important;
}

body[data-page="timeline"] :where(.friend-profile-v2 .profile-cover, .friend-profile-v3-cover) {
  background:
    linear-gradient(180deg, rgba(18, 16, 14, 0) 42%, rgba(18, 16, 14, 0.9) 100%),
    var(--profile-cover, url("/assets/profile/profile-cover-default.jpg")) center / cover no-repeat !important;
}

body[data-page="timeline"] .friend-profile-v3-cover::before {
  background: linear-gradient(180deg, rgba(18, 16, 14, 0), rgba(18, 16, 14, 0.86) 62%, #12100e 100%) !important;
}

/* ---- Check-in save formtheme polish ---- */
body[data-page="checkin"] :where(
  .checkin-v3-save,
  .checkin-v3-park-card,
  .checkin-v3-photo-button,
  .checkin-v3-visibility
) {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28) !important;
}

body[data-page="checkin"] .checkin-v3-park-card {
  background: #181410 !important;
}

body[data-page="checkin"] :where(
  .checkin-v3-checked-at,
  .checkin-v3-park-card strong,
  .checkin-v3-option-group legend,
  .checkin-v3-note-field label,
  .checkin-v3-visibility legend
) {
  color: #f0e8d0 !important;
}

body[data-page="checkin"] :where(
  .checkin-v3-park-card span,
  .checkin-v3-option-note,
  .checkin-v3-privacy-note,
  .checkin-v3-option-group small,
  .checkin-v3-note-field small
) {
  color: #c4b89a !important;
}

body[data-page="checkin"] .checkin-v3-privacy-note {
  border-color: rgba(58, 140, 114, 0.3) !important;
  background: rgba(58, 140, 114, 0.14) !important;
  color: #7bd0ad !important;
}

body[data-page="checkin"] :where(
  .checkin-v3-segment-grid span,
  .checkin-v3-photo-button,
  .checkin-v3-visibility span,
  .checkin-v3-later-button
) {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

body[data-page="checkin"] .checkin-v3-photo-button i {
  background: #7bd0ad !important;
}

body[data-page="checkin"] .checkin-v3-photo-button small {
  color: #c4b89a !important;
}

body[data-page="checkin"] :where(
  .checkin-v3-segment-grid input:checked + span,
  .checkin-v3-visibility input:checked + span
) {
  border-color: rgba(58, 140, 114, 0.58) !important;
  background: rgba(58, 140, 114, 0.18) !important;
  color: #7bd0ad !important;
}

body[data-page="checkin"] .checkin-v3-note-field textarea {
  border-color: rgba(240, 232, 208, 0.15) !important;
  background: #181410 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
  color-scheme: dark;
}

body[data-page="checkin"] .checkin-v3-note-field textarea::placeholder,
body[data-page="checkin"] .checkin-v3-note-field > span {
  color: #7a6e5e !important;
}

/* ---- Profile action buttonstheme polish ---- */
body[data-page="profile"] .profile-v3-hero-actions {
  --cta-base-bg: #241f18;
  --cta-base-border: rgba(240, 232, 208, 0.16);
  --cta-base-color: #f0e8d0;
  --cta-secondary-bg: #241f18;
  --cta-secondary-color: #f0e8d0;
  --cta-secondary-border: rgba(240, 232, 208, 0.16);
}

body[data-page="profile"] .profile-v3-hero-actions .cta-secondary,
body[data-page="profile"] .profile-v3-id-button,
body[data-page="profile"] .profile-v2-edit,
body[data-page="profile"] .profile-v2-settings,
body[data-page="profile"] .profile-share-v2 .share-close {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28) !important;
}

body[data-page="profile"] .profile-v3-hero-actions .cta-primary {
  border-color: transparent !important;
  background: linear-gradient(135deg, #2a6b58, #1a4a3a) !important;
  color: #fffaf0 !important;
}

body[data-page="profile"] .profile-v3-profile-badges .profile-v3-medal-list {
  background: #241f18 !important;
  color: #f0e8d0 !important;
}

body[data-page="profile"] .profile-v3-profile-badges .profile-v3-medal-list a {
  color: #f0e8d0 !important;
}

body[data-page="profile"] .profile-v2-log {
  border-bottom-color: rgba(240, 232, 208, 0.1) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
}

body[data-page="profile"] .profile-v2-log::after {
  color: #c4b89a !important;
}

body[data-page="profile"] .profile-v2-log strong {
  color: #f0e8d0 !important;
}

body[data-page="profile"] .profile-v2-log span,
body[data-page="profile"] .profile-v2-log small,
body[data-page="profile"] .profile-v3-log-meta i {
  color: #c4b89a !important;
}

body[data-page="profile"] .profile-v3-log-like {
  color: #f0e8d0 !important;
}

/* ---- Log pagetheme polish ---- */
body[data-page="log"] .log-v2-hero-stats span {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #241f18 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

body[data-page="log"] .log-v2-hero-stats strong {
  color: #f0e8d0 !important;
}

body[data-page="log"] .log-v2-hero-stats small {
  color: #c4b89a !important;
}

body[data-page="log"] .log-v2-card {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: #1c1814 !important;
  box-shadow: none !important;
}

body[data-page="log"] .log-v2-photo {
  background: #120f0c !important;
}

body[data-page="log"] .log-v2-card-head b {
  background: rgba(58, 140, 114, 0.22) !important;
  color: #d9f4e8 !important;
}

body[data-page="log"] .log-v2-card-head span,
body[data-page="log"] .log-v2-meta span {
  color: #a89475 !important;
}

body[data-page="log"] .log-v2-meta .is-like-count {
  color: #ff766d !important;
}

body[data-page="log"] .log-v2-tags span {
  background: rgba(240, 232, 208, 0.12) !important;
  color: #f0e8d0 !important;
}

body[data-page="log"] .log-v2-actions a.cta-primary {
  border-color: rgba(196, 160, 104, 0.42) !important;
  background: #2a2115 !important;
  color: #f0e8d0 !important;
}

body[data-page="log"] .log-v2-actions a.cta-secondary {
  border-color: rgba(58, 140, 114, 0.45) !important;
  background: #0f3b30 !important;
  color: #f0e8d0 !important;
}

body[data-page="timeline"] .timeline-v2-filter,
body[data-page="timeline"] .timeline-v2-card {
  border-color: rgba(240, 232, 208, 0.16) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
  box-shadow: none !important;
}

body[data-page="timeline"] .timeline-v2-filter-tabs a {
  border-color: rgba(240, 232, 208, 0.18) !important;
  background: #241f18 !important;
  color: #c4b89a !important;
}

body[data-page="timeline"] .timeline-v2-filter-tabs a em {
  color: #a89475 !important;
}

body[data-page="timeline"] .timeline-v2-filter-tabs a.active {
  border-color: rgba(58, 140, 114, 0.58) !important;
  background: rgba(58, 140, 114, 0.22) !important;
  color: #d9f4e8 !important;
}

body[data-page="timeline"] .timeline-v2-filter-tabs a.active em {
  color: #b7ead8 !important;
}

body[data-page="timeline"] .timeline-v2-photo {
  background: #120f0c !important;
}

body[data-page="timeline"] .timeline-v2-user {
  color: #c4a068 !important;
}

body[data-page="timeline"] .timeline-v2-card h2,
body[data-page="timeline"] .timeline-v2-note {
  color: #f0e8d0 !important;
}

body[data-page="timeline"] .timeline-v2-card-head b {
  background: rgba(58, 140, 114, 0.22) !important;
  color: #d9f4e8 !important;
}

body[data-page="timeline"] .timeline-v2-card-head span,
body[data-page="timeline"] .timeline-v2-meta span {
  color: #a89475 !important;
}

body[data-page="timeline"] .timeline-v2-tags span {
  background: rgba(240, 232, 208, 0.12) !important;
  color: #f0e8d0 !important;
}

body[data-page="timeline"] .timeline-v2-link.cta-secondary {
  border-color: rgba(58, 140, 114, 0.45) !important;
  background: #0f3b30 !important;
  color: #f0e8d0 !important;
}

body[data-page="timeline"] .timeline-v2-like.cta-like {
  border-color: rgba(196, 160, 104, 0.42) !important;
  background: #2a2115 !important;
  color: #f0e8d0 !important;
}

body[data-page="timeline"] .timeline-v2-like.cta-like:disabled {
  opacity: 0.72 !important;
}

/* ---- Parks columns / overseas theme guardrails ---- */
body[data-page="parks"] :where(
  .parks-column-v2-back,
  .parks-column-v2-stats,
  .parks-column-v2-month-grid a,
  .parks-column-v2-card,
  .parks-column-v2-related a,
  .parks-v2-search,
  .parks-v2-region-grid a
) {
  border-color: rgba(240, 232, 208, 0.14) !important;
  background: #1c1814 !important;
  color: #f0e8d0 !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28) !important;
}

body[data-page="parks"] :where(
  .parks-column-v2-back,
  .parks-v2-search,
  .parks-v2-region-grid a
) {
  background: #241f18 !important;
}

body[data-page="parks"] :where(
  .parks-column-v2-title h1,
  .parks-column-v2-stats strong,
  .parks-column-v2-month-grid strong,
  .parks-column-v2-card-body strong,
  .parks-v2-region-grid strong,
  .parks-v2-region-grid b,
  .parks-v2-card-body strong
) {
  color: #f0e8d0 !important;
}

body[data-page="parks"] :where(
  .parks-column-v2-title p,
  .parks-column-v2-lead,
  .parks-column-v2-stats small,
  .parks-column-v2-month-grid span,
  .parks-column-v2-card-body em,
  .parks-column-v2-card-body small,
  .parks-v2-region-grid em,
  .parks-v2-region-grid i,
  .parks-v2-card-body small,
  .parks-v2-card-body em
) {
  color: #c4b89a !important;
}

body[data-page="parks"] .parks-v2-search input {
  background: transparent !important;
  color: #f0e8d0 !important;
}

body[data-page="parks"] .parks-v2-search input::placeholder {
  color: #7a6e5e !important;
}

body[data-page="parks"] :where(
  .parks-column-v2-related a::after,
  .parks-v2-region-grid a::after,
  .parks-v2-region-grid a > span::after
) {
  background: #7a6e5e !important;
}

/* for-shop is a public sales/support LP and intentionally keeps the light Shisha Map tone. */
body[data-page="for-shop"],
body[data-page="for-shop"] .for-shop-v1 {
  color: var(--sl-text) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 154, 78, 0.12), transparent 34%),
    linear-gradient(180deg, #f4fbf7 0, #ffffff 320px, #f7f8fa 100%) !important;
}

body[data-page="for-shop"] :where(.for-shop-panel, .for-shop-card-grid article, .for-shop-flow article, .for-shop-faq details, .for-shop-price-box, .for-shop-phone-mock) {
  border-color: rgba(0, 154, 78, 0.12) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--sl-text) !important;
  box-shadow: 0 16px 36px rgba(18, 58, 98, 0.07) !important;
}

body[data-page="for-shop"] :where(h1, h2, h3, .section-head h2, .for-shop-price-box strong, .for-shop-phone-mock h3) {
  color: #103c2a !important;
}

body[data-page="for-shop"] .for-shop-hero-copy h1,
body[data-page="for-shop"] .for-shop-final-cta h2 {
  font-size: 4.6rem !important;
  line-height: 1.08 !important;
}

body[data-page="for-shop"] .for-shop-panel h2 {
  font-size: 2rem !important;
  line-height: 1.28 !important;
}

body[data-page="for-shop"] :where(p, .for-shop-lead, .for-shop-phone-mock dt, .for-shop-phone-mock dd) {
  color: #4c5b55 !important;
}

body[data-page="for-shop"] :where(.eyebrow, .for-shop-note, .for-shop-notes, .for-shop-badges span, .for-shop-chip-list span, .for-shop-card-grid span, .for-shop-flow span, .for-shop-phone-mock span, .for-shop-price-box span, .for-shop-price-box small) {
  color: #0f5f3d !important;
}

body[data-page="for-shop"] .for-shop-final-cta,
body[data-page="for-shop"] .for-shop-final-cta :where(h2, p, .eyebrow) {
  color: #fff !important;
}

body[data-page="for-shop"] .for-shop-final-cta {
  background:
    linear-gradient(135deg, rgba(0, 154, 78, 0.92), rgba(16, 60, 42, 0.94)),
    #103c2a !important;
}

body[data-page="for-shop"] :where(.for-shop-hero-visual img, .for-shop-phone-mock img) {
  height: auto !important;
}

@media (max-width: 820px) {
  body[data-page="for-shop"] .for-shop-hero-copy h1,
  body[data-page="for-shop"] .for-shop-final-cta h2 {
    font-size: 3rem !important;
  }

  body[data-page="for-shop"] .for-shop-panel h2 {
    font-size: 1.55rem !important;
  }
}

@media (max-width: 428px) {
  body[data-page="for-shop"] .for-shop-hero-copy h1 {
    font-size: 2.18rem !important;
    line-height: 1.14 !important;
  }
}
