.accent-clay .editorial-content {
  display: block;
  max-width: 1380px;
}

.accent-clay .section-index { display: none; }
.accent-clay .editorial-copy { max-width: none; }
.accent-clay .editorial-copy > p,
.accent-clay .editorial-copy > h2 {
  max-width: 900px;
}

.accent-clay .editorial-copy > h3 {
  font-family: Georgia, serif;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 400;
  margin: -5px 0 18px;
}

.accent-clay .editorial-copy > h2 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
  margin: 70px 0 20px;
}

.bodilus-public,
.bodilus-app,
.bodilus-launcher {
  --b-ink: #12231d;
  --b-green: #1f4a3a;
  --b-green-light: #e3eee8;
  --b-gold: #dda933;
  --b-clay: #bd644a;
  --b-cream: #f5f1e7;
  --b-paper: #fffdfa;
  --b-muted: #68736e;
  --b-line: rgba(18, 35, 29, .14);
  color: var(--b-ink);
  font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
  margin-top: 65px;
}

.bodilus-public *,
.bodilus-app *,
.bodilus-launcher * { box-sizing: border-box; }
.bodilus-public a,
.bodilus-app a,
.bodilus-launcher a { text-decoration: none; }
.bodilus-public h2,
.bodilus-public h3,
.bodilus-app h2,
.bodilus-app h3,
.bodilus-launcher h2,
.bodilus-launcher h3 { color: inherit; }

.bodilus-public-heading {
  margin: 0 auto 42px;
  max-width: 770px;
  text-align: center;
}

.bodilus-public-heading h2 {
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.05;
  margin: 12px 0 18px;
}

.bodilus-public-heading p,
.bodilus-card p,
.bodilus-panel p {
  color: var(--b-muted);
  font-family: inherit;
  font-size: 15px;
  line-height: 1.7;
}

.bodilus-kicker {
  color: var(--b-clay);
  display: inline-block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bodilus-access-grid,
.bodilus-grid-two {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bodilus-panel,
.bodilus-card {
  background: var(--b-paper);
  border: 1px solid var(--b-line);
  box-shadow: 0 18px 50px rgba(18, 35, 29, .06);
  padding: 34px;
}

.bodilus-access-grid .bodilus-panel { min-height: 430px; }
.bodilus-panel h3,
.bodilus-card h3 {
  font-family: Georgia, serif;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.15;
  margin: 10px 0 15px;
}

.bodilus-number {
  color: var(--b-clay);
  font-family: Georgia, serif;
  font-size: 13px;
}

.bodilus-login-panel { border-top: 4px solid var(--b-green); }
.bodilus-request-panel { background: var(--b-cream); border-top: 4px solid var(--b-gold); }
.bodilus-request-details { margin-top: 30px; }
.bodilus-request-details > summary { list-style: none; width: fit-content; }
.bodilus-request-details > summary::-webkit-details-marker { display: none; }
.bodilus-request-details[open] > summary { margin-bottom: 25px; }

.bodilus-trust-row {
  border-bottom: 1px solid var(--b-line);
  border-top: 1px solid var(--b-line);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 44px;
  justify-content: center;
  margin-top: 30px;
  padding: 20px;
}

.bodilus-trust-row span {
  align-items: center;
  color: var(--b-muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 750;
  gap: 9px;
}

.bodilus-trust-row span::before {
  background: var(--b-green);
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: grid;
  font-size: 8px;
  height: 18px;
  place-items: center;
  width: 18px;
}

.bodilus-form { display: grid; gap: 17px; }
.bodilus-form label {
  color: var(--b-ink);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
}

.bodilus-form input:not([type="checkbox"]),
.bodilus-form select,
.bodilus-form textarea,
.bodilus-switcher select,
.bodilus-toolbar input,
.bodilus-copy-row input,
.bodilus-inline-access select {
  appearance: none;
  background: #fff;
  border: 1px solid var(--b-line);
  border-radius: 0;
  color: var(--b-ink);
  font: inherit;
  min-height: 49px;
  padding: 12px 14px;
  width: 100%;
}

.bodilus-form select,
.bodilus-switcher select,
.bodilus-inline-access select {
  background-image: linear-gradient(45deg, transparent 50%, var(--b-ink) 50%), linear-gradient(135deg, var(--b-ink) 50%, transparent 50%);
  background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 34px;
}

.bodilus-form textarea { line-height: 1.55; resize: vertical; }
.bodilus-form input:focus,
.bodilus-form select:focus,
.bodilus-form textarea:focus,
.bodilus-toolbar input:focus {
  border-color: var(--b-green);
  box-shadow: 0 0 0 3px rgba(31, 74, 58, .1);
  outline: none;
}

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

.bodilus-form small {
  color: var(--b-muted);
  font-size: 11px;
  font-weight: 500;
}

.bodilus-check {
  align-items: flex-start;
  display: flex !important;
  font-weight: 600 !important;
  line-height: 1.45;
}

.bodilus-check input { accent-color: var(--b-green); margin: 2px 2px 0 0; }
.bodilus-button,
.bodilus-copy-row button,
.bodilus-mini-button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--b-ink);
  color: var(--b-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 10px;
  font-weight: 850;
  justify-content: center;
  letter-spacing: .1em;
  min-height: 45px;
  padding: 0 18px;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, transform .18s ease;
  width: fit-content;
}

.bodilus-button:hover,
.bodilus-copy-row button:hover,
.bodilus-mini-button:hover { transform: translateY(-1px); }
.bodilus-button.dark,
.bodilus-mini-button { background: var(--b-ink); color: #fff; }
.bodilus-button.light { border-color: #fff; color: #fff; }
.bodilus-mini-button { min-height: 34px; padding: 0 11px; }
.bodilus-mini-button.danger { background: #fff; border-color: #a33d31; color: #a33d31; }
.bodilus-help { font-size: 12px !important; margin-top: 15px; }
.bodilus-help a,
.bodilus-back { border-bottom: 1px solid currentColor; }
.bodilus-back { display: inline-block; font-size: 12px; font-weight: 750; margin-bottom: 32px; }

.bodilus-login-panel .login-username,
.bodilus-login-panel .login-password,
.bodilus-login-panel .login-remember { margin: 0 0 16px; }
.bodilus-login-panel .login-username label,
.bodilus-login-panel .login-password label { display: grid; font-size: 12px; font-weight: 800; gap: 8px; }
.bodilus-login-panel input[type="text"],
.bodilus-login-panel input[type="password"] {
  background: #fff;
  border: 1px solid var(--b-line);
  min-height: 49px;
  padding: 12px 14px;
  width: 100%;
}
.bodilus-login-panel input[type="submit"] {
  background: var(--b-ink);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  min-height: 48px;
  padding: 0 20px;
  text-transform: uppercase;
}

.bodilus-alert {
  border-left: 4px solid var(--b-green);
  margin: 0 0 24px;
  padding: 15px 18px;
}
.bodilus-alert.success { background: #e8f2ec; }
.bodilus-alert.error { background: #f8e8e2; border-color: var(--b-clay); }

.bodilus-launcher {
  background: var(--b-paper);
  border: 1px solid var(--b-line);
  box-shadow: 0 24px 70px rgba(18,35,29,.09);
  margin-top: 65px;
  overflow: hidden;
}

.bodilus-launcher-topbar {
  align-items: center;
  background: var(--b-ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 96px;
  padding: 22px 32px;
}

.bodilus-launcher-topbar .bodilus-product { margin: 0; }
.bodilus-launcher-topbar .bodilus-user a { color: rgba(255,255,255,.66); }
.bodilus-launcher-body { padding: clamp(32px, 5vw, 65px); }
.bodilus-launcher-body > h2 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1;
  margin: 10px 0 18px;
}

.bodilus-launcher-body > p {
  color: var(--b-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 38px;
  max-width: 760px;
}

.bodilus-product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 650px);
  max-width: 900px;
}

.bodilus-product-card {
  background: var(--b-cream);
  border: 1px solid var(--b-line);
  color: var(--b-ink);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 30px;
  position: relative;
  transition: box-shadow .2s ease, transform .2s ease;
}

.bodilus-product-card.available { border-top: 5px solid var(--b-green); }
.bodilus-product-card:hover {
  box-shadow: 0 22px 50px rgba(18,35,29,.13);
  transform: translateY(-4px);
}

.bodilus-product-card-head { align-items: flex-start; display: flex; justify-content: space-between; margin-bottom: 48px; }
.bodilus-product-icon {
  align-items: center;
  background: var(--b-green);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: Georgia, serif;
  font-size: 34px;
  height: 72px;
  justify-content: center;
  width: 72px;
}

.bodilus-product-card h3 {
  font-family: Georgia, serif;
  font-size: clamp(31px, 4vw, 45px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.02;
  margin: 8px 0 16px;
}

.bodilus-product-card p { color: var(--b-muted); font-size: 13px; line-height: 1.65; margin: 0 0 32px; }
.bodilus-product-card footer {
  align-items: flex-end;
  border-top: 1px solid var(--b-line);
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
}
.bodilus-product-card footer span { color: var(--b-muted); font-size: 10px; }
.bodilus-product-card footer strong { font-size: 9px; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.bodilus-launcher-note {
  align-items: center;
  border-top: 1px solid var(--b-line);
  display: flex;
  gap: 20px;
  margin-top: 44px;
  padding-top: 22px;
}
.bodilus-launcher-note strong { font-size: 11px; }
.bodilus-launcher-note span { color: var(--b-muted); font-size: 11px; }

body.bodilus-launcher-page {
  background: var(--paper);
}

body.bodilus-launcher-page .page-hero,
body.bodilus-launcher-page .editorial-content > .section-index,
body.bodilus-launcher-page .editorial-copy > h2,
body.bodilus-launcher-page .editorial-copy > h3,
body.bodilus-launcher-page .editorial-copy > p {
  display: none !important;
}

body.bodilus-launcher-page .site-shell,
body.bodilus-launcher-page .editorial-shell {
  min-height: 0;
  overflow: visible;
}

body.bodilus-launcher-page .editorial-content {
  display: block;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

body.bodilus-launcher-page .editorial-copy {
  max-width: none;
}

body.bodilus-launcher-page .bodilus-launcher {
  border: 0;
  box-shadow: none;
  margin: 0;
  min-height: 620px;
}

body.bodilus-launcher-page .bodilus-launcher-body {
  margin: 0 auto;
  max-width: 1180px;
  padding-block: clamp(55px, 8vh, 95px);
  width: min(100% - 48px, 1180px);
}

body.bodilus-application-page .site-header,
body.bodilus-application-page .site-footer,
body.bodilus-application-page .page-hero,
body.bodilus-application-page .editorial-content > .section-index,
body.bodilus-application-page .editorial-copy > h2,
body.bodilus-application-page .editorial-copy > h3,
body.bodilus-application-page .editorial-copy > p {
  display: none !important;
}

body.bodilus-application-page .site-shell,
body.bodilus-application-page .editorial-shell { min-height: 100vh; overflow: visible; }
body.bodilus-application-page .editorial-content { display: block; margin: 0; max-width: none; padding: 0; width: 100%; }
body.bodilus-application-page .editorial-copy { max-width: none; }
body.bodilus-application-page .bodilus-app { border: 0; margin: 0; min-height: 100vh; width: 100%; }

.bodilus-app {
  background: #f3f2ed;
  border: 1px solid var(--b-line);
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  margin-left: calc((min(1380px, calc(100vw - 48px)) - min(1180px, calc(100vw - 48px))) / -2);
  min-height: 840px;
  overflow: hidden;
  width: min(1380px, calc(100vw - 48px));
}

.bodilus-sidebar {
  background: var(--b-ink);
  color: #fff;
  min-width: 0;
  padding: 28px 20px;
}

.bodilus-product { align-items: center; display: flex; gap: 12px; margin-bottom: 30px; }
.bodilus-product-mark {
  align-items: center;
  background: var(--b-gold);
  border-radius: 50%;
  color: var(--b-ink);
  display: flex;
  font-family: Georgia, serif;
  font-size: 24px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.bodilus-product strong { display: block; font-size: 16px; }
.bodilus-product small { color: rgba(255,255,255,.5); display: block; font-size: 11px; margin-top: 2px; }
.bodilus-association-name { border-bottom: 1px solid rgba(255,255,255,.12); border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; }
.bodilus-association-name small { color: rgba(255,255,255,.48); display: block; font-size: 9px; letter-spacing: .1em; margin-bottom: 6px; text-transform: uppercase; }
.bodilus-association-name strong { font-size: 13px; line-height: 1.4; }
.bodilus-switcher { margin: 13px 0 0; }
.bodilus-switcher select { background-color: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: #fff; font-size: 11px; min-height: 40px; }
.bodilus-nav { display: flex; flex-direction: column; margin-top: 22px; }
.bodilus-nav > span {
  color: rgba(255,255,255,.35);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 21px 10px 7px;
  text-transform: uppercase;
}
.bodilus-nav a {
  align-items: center;
  border-left: 2px solid transparent;
  color: rgba(255,255,255,.72);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 11px;
  min-height: 39px;
  padding: 6px 10px;
}
.bodilus-nav a b { color: var(--b-gold); font-size: 13px; text-align: center; width: 15px; }
.bodilus-nav-badge { background: #d64035; border-radius: 20px; color: #fff; font-size: 8px; font-style: normal; margin-left: auto; min-width: 18px; padding: 3px 5px; text-align: center; }
.bodilus-nav a:hover,
.bodilus-nav a.active { background: rgba(255,255,255,.07); border-left-color: var(--b-gold); color: #fff; }

.bodilus-main { min-width: 0; }
.bodilus-topbar {
  align-items: center;
  background: var(--b-paper);
  border-bottom: 1px solid var(--b-line);
  display: flex;
  justify-content: space-between;
  min-height: 105px;
  padding: 25px 34px;
}
.bodilus-topbar h2 { font-family: Georgia, serif; font-size: 35px; font-weight: 400; letter-spacing: -.035em; margin: 5px 0 0; }
.bodilus-user { align-items: flex-end; display: flex; flex-direction: column; gap: 5px; }
.bodilus-user span { font-size: 12px; font-weight: 750; }
.bodilus-user a { border-bottom: 1px solid; color: var(--b-muted); font-size: 10px; }
.bodilus-user .bodilus-back-tools { border: 0; color: var(--b-clay); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.bodilus-main > .bodilus-alert { margin: 24px 34px 0; }
.bodilus-content { padding: 30px 34px 42px; }

.bodilus-stats { display: grid; gap: 15px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 24px; }
.bodilus-stats article { background: var(--b-paper); border: 1px solid var(--b-line); padding: 23px; }
.bodilus-stats span { color: var(--b-muted); display: block; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.bodilus-stats strong { display: block; font-family: Georgia, serif; font-size: 44px; font-weight: 400; margin-top: 11px; }
.bodilus-grid-two { margin-bottom: 24px; }
.bodilus-card.accent { background: var(--b-green); border-color: var(--b-green); color: #fff; }
.bodilus-card.accent p { color: rgba(255,255,255,.7); }
.bodilus-card.accent .bodilus-kicker { color: var(--b-gold); }
.bodilus-feature-list { color: var(--b-muted); font-size: 14px !important; line-height: 1.8 !important; padding-left: 20px; }

.bodilus-editor { margin-bottom: 24px; }
.bodilus-editor > summary,
.bodilus-roster > summary {
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 25px;
  list-style: none;
}
.bodilus-editor > summary::-webkit-details-marker,
.bodilus-roster > summary::-webkit-details-marker { display: none; }
.bodilus-editor > summary::after,
.bodilus-roster > summary::after { content: "+"; float: right; font-family: inherit; }
.bodilus-editor[open] > summary::after,
.bodilus-roster[open] > summary::after { content: "−"; }
.bodilus-editor[open] > .bodilus-form { border-top: 1px solid var(--b-line); margin-top: 24px; padding-top: 24px; }
.bodilus-toolbar { align-items: center; display: flex; gap: 16px; justify-content: space-between; margin: 25px 0 18px; }
.bodilus-toolbar input { max-width: 470px; }
.bodilus-toolbar > span { color: var(--b-muted); font-size: 11px; font-weight: 750; }

.bodilus-member-grid,
.bodilus-event-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bodilus-member-grid.committee { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.bodilus-member-card {
  align-items: center;
  background: var(--b-paper);
  border: 1px solid var(--b-line);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  min-width: 0;
  padding: 22px;
  position: relative;
}
.bodilus-member-info { min-width: 0; }
.bodilus-member-info h3 { font-family: Georgia, serif; font-size: 22px; font-weight: 400; margin: 0 0 6px; }
.bodilus-member-info > a { color: var(--b-muted); display: block; font-size: 11px; overflow: hidden; padding-top: 4px; text-overflow: ellipsis; white-space: nowrap; }
.bodilus-role,
.bodilus-status { background: var(--b-green-light); color: var(--b-green); display: inline-block; font-size: 8px; font-weight: 850; letter-spacing: .1em; margin-bottom: 5px; padding: 6px 8px; text-transform: uppercase; }
.bodilus-card-actions { display: flex; gap: 13px; grid-column: 1 / -1; }
.bodilus-card-actions a,
.bodilus-card-actions button { background: none; border: 0; border-bottom: 1px solid; color: var(--b-muted); cursor: pointer; font-size: 10px; padding: 0 0 3px; }
.bodilus-avatar,
.bodilus-avatar-default { border-radius: 50%; flex: 0 0 auto; height: 42px; object-fit: cover; overflow: hidden; position: relative; width: 42px; }
.bodilus-avatar.large,
.bodilus-avatar-default.large { height: 74px; width: 74px; }
.bodilus-avatar-default { background: #dfe5e1; display: block; }
.bodilus-avatar-default i { background: #9caaa3; border-radius: 50%; height: 34%; left: 33%; position: absolute; top: 18%; width: 34%; }
.bodilus-avatar-default b { background: #9caaa3; border-radius: 50% 50% 35% 35%; bottom: -8%; height: 50%; left: 17%; position: absolute; width: 66%; }

.bodilus-directory { background: var(--b-paper); border: 1px solid var(--b-line); }
.bodilus-directory-row { align-items: center; border-bottom: 1px solid var(--b-line); display: grid; gap: 18px; grid-template-columns: auto minmax(160px, 1fr) minmax(180px, 1fr) 145px; padding: 15px 18px; }
.bodilus-directory-row:last-child { border-bottom: 0; }
.bodilus-directory-row strong { display: block; font-size: 12px; }
.bodilus-directory-row small { color: var(--b-muted); display: block; font-size: 10px; margin-top: 3px; }
.bodilus-directory-row > a { color: var(--b-muted); font-size: 11px; overflow: hidden; text-overflow: ellipsis; }

.bodilus-table-wrap { background: var(--b-paper); border: 1px solid var(--b-line); margin-top: 24px; overflow-x: auto; }
.bodilus-table { border-collapse: collapse; font-size: 11px; min-width: 700px; width: 100%; }
.bodilus-table th { background: var(--b-cream); color: var(--b-muted); font-size: 8px; letter-spacing: .12em; text-align: left; text-transform: uppercase; }
.bodilus-table th,
.bodilus-table td { border-bottom: 1px solid var(--b-line); padding: 15px; vertical-align: top; }
.bodilus-table tr:last-child td { border-bottom: 0; }
.bodilus-table td small { color: var(--b-muted); display: inline-block; margin-top: 4px; }
.bodilus-inline-access { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; }
.bodilus-inline-access select { font-size: 10px; min-height: 34px; padding: 6px 28px 6px 9px; width: auto; }

.bodilus-calendar-list { background: var(--b-paper); border: 1px solid var(--b-line); }
.bodilus-calendar-list article { align-items: center; border-bottom: 1px solid var(--b-line); display: grid; gap: 20px; grid-template-columns: 64px 1fr; padding: 18px 22px; }
.bodilus-calendar-list time { background: var(--b-green); color: #fff; display: grid; height: 64px; place-items: center; }
.bodilus-calendar-list time strong { font-family: Georgia, serif; font-size: 26px; font-weight: 400; line-height: .8; margin-top: 9px; }
.bodilus-calendar-list time span { color: var(--b-gold); font-size: 8px; font-weight: 800; margin-bottom: 8px; }
.bodilus-calendar-list h3 { font-family: Georgia, serif; font-size: 22px; font-weight: 400; margin: 2px 0; }
.bodilus-calendar-list small { color: var(--b-clay); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bodilus-calendar-list p { color: var(--b-muted); font-size: 11px; margin: 4px 0 0; }

.bodilus-copy-row { display: flex; margin: 18px 0; max-width: 100%; }
.bodilus-copy-row input { font-size: 10px; min-width: 0; }
.bodilus-copy-row button { background: var(--b-cream); flex: 0 0 auto; }
.bodilus-event-card { overflow: hidden; }
.bodilus-event-card > strong { display: block; font-size: 12px; margin-top: 15px; }
.bodilus-roster { border-top: 1px solid var(--b-line); margin-top: 20px; padding-top: 18px; }
.bodilus-roster > summary { font-family: inherit; font-size: 11px; font-weight: 800; }
.bodilus-roster-list { display: grid; gap: 8px; margin-top: 15px; }
.bodilus-roster-list > div { background: var(--b-cream); display: grid; gap: 3px; grid-template-columns: 1fr 1fr; padding: 11px; }
.bodilus-roster-list strong { font-size: 11px; }
.bodilus-roster-list span,
.bodilus-roster-list a { color: var(--b-muted); font-size: 9px; }
.bodilus-recipient-picker { background: var(--b-cream); display: grid; gap: 8px; max-height: 210px; overflow-y: auto; padding: 16px; }
.bodilus-recipient-picker[hidden] { display: none; }
.bodilus-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.bodilus-actions form { margin: 0; }
.bodilus-info-box { background: var(--b-green-light); border-left: 3px solid var(--b-green); color: var(--b-green); font-size: 12px; line-height: 1.6; padding: 14px 16px; }
.bodilus-status.status-pending { background: #fff0cf; color: #9a5b00; }
.bodilus-status.status-converted { background: var(--b-green-light); color: var(--b-green); }
.bodilus-status.status-cancelled { background: #f5e4df; color: #943f2c; }
.bodilus-status.status-current,
.bodilus-status.status-renewed { background: var(--b-green-light); color: var(--b-green); }
.bodilus-status.status-declined { background: #f5e4df; color: #943f2c; }
.bodilus-settings { display: grid; gap: 24px; margin-top: 24px; }
.bodilus-association-logo { display: block; margin-top: 20px; max-height: 110px; max-width: 180px; object-fit: contain; }
.bodilus-qr { align-items: center; display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.bodilus-qr canvas { background: #fff; border: 12px solid #fff; height: 220px; width: 220px; }
.bodilus-help-guide { background: var(--b-cream); margin-top: 20px; padding: 18px; }
.bodilus-help-guide summary { cursor: pointer; font-weight: 800; }
.bodilus-help-guide li { color: var(--b-muted); font-size: 12px; line-height: 1.6; margin-bottom: 9px; }
.bodilus-mail-preview img { max-height: 85px; max-width: 130px; object-fit: contain; }
.bodilus-mail-preview > span { color: var(--b-clay); display: block; font-size: 9px; font-weight: 800; letter-spacing: .12em; margin-top: 15px; text-transform: uppercase; }
.bodilus-mail-preview footer { border-top: 1px solid var(--b-line); color: var(--b-muted); font-size: 11px; line-height: 1.6; margin-top: 28px; padding-top: 18px; }
.bodilus-transfer,
.bodilus-inactive { margin-top: 24px; }
.bodilus-empty { background: var(--b-cream); color: var(--b-muted); grid-column: 1 / -1; padding: 35px; text-align: center; }

@media (max-width: 1180px) {
  .bodilus-app { margin-left: 0; width: 100%; }
  .bodilus-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bodilus-member-grid.committee { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 850px) {
  .bodilus-app { display: block; }
  .bodilus-sidebar { padding: 20px; }
  .bodilus-product { margin-bottom: 16px; }
  .bodilus-association-name { padding: 12px 0; }
  .bodilus-nav { display: grid; gap: 5px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bodilus-nav > span { grid-column: 1 / -1; margin: 14px 8px 2px; }
  .bodilus-nav a { background: rgba(255,255,255,.04); }
  .bodilus-directory-row { grid-template-columns: auto 1fr; }
  .bodilus-directory-row > a { grid-column: 2; }
}

@media (max-width: 680px) {
  .accent-clay .editorial-content { padding-top: 75px; }
  .bodilus-public,
  .bodilus-app,
  .bodilus-launcher { margin-top: 45px; }
  .bodilus-launcher-topbar { align-items: flex-start; padding: 20px; }
  .bodilus-launcher-body { padding: 28px 22px 35px; }
  .bodilus-product-grid { grid-template-columns: 1fr; }
  .bodilus-product-card { min-height: 335px; padding: 24px; }
  .bodilus-launcher-note { align-items: flex-start; flex-direction: column; gap: 6px; }
  .bodilus-access-grid,
  .bodilus-grid-two,
  .bodilus-member-grid,
  .bodilus-member-grid.committee,
  .bodilus-event-grid,
  .bodilus-form-grid { grid-template-columns: 1fr; }
  .bodilus-panel,
  .bodilus-card { padding: 24px; }
  .bodilus-topbar { align-items: flex-start; padding: 22px; }
  .bodilus-topbar h2 { font-size: 27px; }
  .bodilus-user span { display: none; }
  .bodilus-content { padding: 22px; }
  .bodilus-main > .bodilus-alert { margin: 20px 22px 0; }
  .bodilus-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bodilus-stats article { padding: 16px; }
  .bodilus-stats strong { font-size: 34px; }
  .bodilus-toolbar { align-items: stretch; flex-direction: column; }
  .bodilus-toolbar input { max-width: none; }
  .bodilus-toolbar .bodilus-button { width: 100%; }
  .bodilus-member-card { padding: 18px; }
  .bodilus-copy-row { display: grid; }
  .bodilus-copy-row button { width: 100%; }
  .bodilus-nav { grid-template-columns: 1fr; }
}

.bodilus-payment-amount { color: #173b2f; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 900; margin: 12px 0; }

@media print {
  .site-header,
  .site-footer,
  .page-hero,
  .bodilus-sidebar,
  .bodilus-topbar,
  .bodilus-toolbar,
  .bodilus-card-actions { display: none !important; }
  .bodilus-app { border: 0; display: block; margin: 0; width: 100%; }
  .bodilus-content { padding: 0; }
  .bodilus-directory { border: 0; }
}
