:root {
  --ink: #15372f;
  --forest: #0e5b46;
  --mint: #dff4e9;
  --paper: #f8f7f2;
  --line: #d9dfd8;
  --muted: #5d716a;
  --white: #fff;
  --sun: #f5bf56;
  --navy: #19344a;
  --red: #bc4e42;
  --shadow: 0 14px 35px rgba(20, 54, 43, 0.09);
}
* {
  box-sizing: border-box;
}
html {
  color-scheme: light;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
}
button {
  font: inherit;
  cursor: pointer;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #1769aa;
  outline-offset: 3px;
}
.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  z-index: 10;
  top: -50px;
  left: 12px;
  padding: 8px 14px;
  color: var(--ink);
  background: var(--white);
  border-radius: 6px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 18px;
}
.header-inner nav {
  display: flex;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: var(--white);
  background: var(--forest);
  border-radius: 10px 10px 10px 2px;
  font-weight: 800;
}
.text-link {
  color: var(--forest);
  font-weight: 800;
  font-size: 14px;
  text-underline-offset: 3px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  margin-bottom: 12px;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.22;
  letter-spacing: -0.04em;
}
h2 {
  margin-bottom: 9px;
  font-size: clamp(23px, 3vw, 31px);
  line-height: 1.35;
  letter-spacing: -0.025em;
}
h3 {
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1.4;
}
.eyebrow,
.card-kicker {
  margin: 0 0 7px;
  color: var(--forest);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.lead {
  max-width: 680px;
  color: #3c554c;
  font-size: 18px;
}
.small-note,
.muted {
  color: var(--muted);
  font-size: 13px;
}
.lp-hero {
  padding: 78px 0;
  background: linear-gradient(130deg, #f7fbf8 5%, #e5f5eb 70%, #d9efe2);
}
.hero-layout {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
}
.hero-actions {
  margin-top: 28px;
}
.primary-link {
  display: inline-block;
  padding: 12px 17px;
  color: #fff;
  background: var(--forest);
  border: 1px solid var(--forest);
  border-radius: 9px;
  font-weight: 800;
  text-decoration: none;
}
.primary-link span {
  margin-left: 8px;
}
.microcopy {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.hero-summary,
.surface,
.feature-card,
.plan-card,
.choice-card,
.boundary-note {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(24, 55, 44, 0.035);
}
.role-summary {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.role-summary:last-of-type {
  border-bottom: 0;
}
.role-summary > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--forest);
}
.role-summary.admin > span {
  color: var(--navy);
  background: #e6eef4;
}
.role-summary small {
  display: block;
  color: var(--muted);
  font-size: 13px;
}
.section {
  padding: 74px 0;
}
.section-lead {
  max-width: 760px;
  color: var(--muted);
}
.feature-grid,
.plan-grid,
.choice-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 27px;
}
.feature-number {
  display: block;
  margin-bottom: 17px;
  color: var(--forest);
  font-weight: 800;
  font-size: 13px;
}
.plans-section {
  background: #edf5f0;
}
.plan-grid {
  grid-template-columns: repeat(4, 1fr);
}
.plan-card {
  min-height: 216px;
}
.plan-card .price {
  min-height: 40px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 800;
}
.plan-card .price small {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}
.plan-card strong {
  display: block;
  margin-bottom: 8px;
}
.plan-card p:last-child {
  color: var(--muted);
  font-size: 14px;
}
.featured-plan {
  border-color: #315c76;
  box-shadow: inset 0 4px 0 #315c76;
}
.demo-callout {
  padding: 54px 0;
  color: #eaf5ee;
  background: var(--ink);
}
.demo-callout .container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.demo-callout .eyebrow {
  color: #9ed4b5;
}
.demo-callout h2 {
  max-width: 700px;
  margin-bottom: 7px;
}
.demo-callout p:not(.eyebrow) {
  margin: 0;
  color: #cfe0d6;
}
.demo-callout .primary-link {
  flex: 0 0 auto;
  color: var(--ink);
  border-color: #e3f5e9;
  background: #e3f5e9;
}
.site-footer {
  padding: 23px 0;
  color: #dce9e1;
  background: #102a23;
  font-size: 12px;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.site-footer p {
  margin: 0;
}
.demo-banner {
  padding: 7px 12px;
  color: #694c12;
  background: #fff4d9;
  border-bottom: 1px solid #e7c97e;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}
.demo-choice {
  padding: 68px 0;
}
.choice-grid {
  grid-template-columns: 1fr 1fr;
}
.choice-card {
  min-height: 280px;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.15s,
    box-shadow 0.15s;
}
.choice-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.choice-symbol {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--forest);
  background: var(--mint);
}
.admin-choice .choice-symbol {
  color: var(--navy);
  background: #e6eef4;
}
.choice-card p {
  color: var(--muted);
}
.choice-link {
  color: var(--forest);
  font-weight: 800;
}
.boundary-note {
  margin-top: 24px;
  background: #fffaf0;
  border-color: #ead9b0;
}
.boundary-note h2 {
  font-size: 18px;
}
.app-shell {
  padding: 40px 0 62px;
}
.page-heading,
.role-bar,
.list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
}
.role-label,
.pill {
  display: inline-block;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 800;
}
.member-label {
  color: #176447;
  background: var(--mint);
}
.admin-label {
  color: var(--navy);
  background: #e6eef4;
}
.hero-card {
  display: flex;
  gap: 21px;
  align-items: center;
  padding: 25px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.club-emblem {
  display: flex;
  flex: 0 0 76px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  color: #fff;
  background: linear-gradient(135deg, #238c67, #0d5844);
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.18);
}
.club-emblem.dark {
  background: linear-gradient(135deg, #345a76, #132f44);
}
.club-emblem span {
  font-weight: 800;
  font-size: 27px;
  line-height: 1;
}
.club-emblem small {
  margin-top: 3px;
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.12em;
}
.club-copy {
  flex: 1;
  min-width: 0;
}
.club-copy h2 span {
  color: var(--muted);
  font-size: 18px;
  font-weight: 500;
}
.club-copy p:not(.card-kicker) {
  margin-bottom: 12px;
  color: var(--muted);
}
.status-row,
.button-pair {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.info {
  color: #155c86;
  background: #ddf0fa;
}
.neutral {
  color: #58625d;
  background: #edf0ed;
}
.success {
  color: #176447;
  background: #def4e7;
}
.warning {
  color: #823f14;
  background: #fff0d7;
}
.dark-pill {
  color: #18364c;
  background: #e1edf5;
}
.ghost-button,
.primary-button,
.text-button {
  border-radius: 8px;
  font-weight: 800;
}
.ghost-button {
  padding: 9px 13px;
  color: var(--ink);
  border: 1px solid #b9c9c0;
  background: #fff;
}
.primary-button {
  padding: 10px 14px;
  color: #fff;
  border: 1px solid var(--forest);
  background: var(--forest);
}
.text-button {
  padding: 5px 2px;
  color: var(--forest);
  border: 0;
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-tabs {
  display: flex;
  gap: 4px;
  margin-top: 31px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
}
.section-tab {
  position: relative;
  flex: 0 0 auto;
  padding: 10px 15px 11px;
  color: var(--muted);
  font-weight: 800;
  text-decoration: none;
}
.section-tab.is-active {
  color: var(--forest);
}
.section-tab.is-active::after {
  position: absolute;
  right: 10px;
  bottom: -1px;
  left: 10px;
  height: 3px;
  content: "";
  background: var(--forest);
  border-radius: 3px;
}
.count {
  padding: 0 5px;
  color: #fff;
  background: var(--forest);
  border-radius: 10px;
  font-size: 11px;
}
.tab-panel {
  padding-top: 25px;
}
.dashboard-grid,
.payment-layout {
  display: grid;
  gap: 17px;
  grid-template-columns: 1.35fr 0.8fr;
}
.admin-grid {
  margin-top: 17px;
}
.welcome-card {
  grid-row: span 2;
  background: linear-gradient(145deg, #fff 45%, #ebf8ef);
}
.event-date {
  margin-bottom: 1px;
  color: var(--forest);
  font-weight: 800;
}
.large-number {
  color: var(--forest);
  font-size: 35px;
}
.check-list {
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}
.check-list li {
  padding: 4px 0;
}
.check-list li::before {
  margin-right: 8px;
  color: var(--forest);
  content: "✓";
  font-weight: 900;
}
.notice-list,
.application-list {
  display: grid;
  gap: 11px;
}
.notice-item,
.application {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--white);
}
.notice-item.unread {
  border-left: 4px solid var(--forest);
}
.notice-item time {
  flex: 0 0 48px;
  color: var(--muted);
  font-size: 13px;
}
.notice-item div,
.application > div:nth-child(2) {
  flex: 1;
}
.notice-item p,
.application p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}
.board-post {
  display: flex;
  gap: 13px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.board-post:last-child {
  border-bottom: 0;
}
.board-post h3 {
  font-size: 16px;
}
.board-post h3 span {
  margin-left: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}
.thread-list {
  display: grid;
  gap: 13px;
}
.board-list {
  display: grid;
  gap: 13px;
}
.board-card {
  display: block;
  padding: 19px 20px;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 4px 12px rgba(24, 55, 44, 0.035);
  text-decoration: none;
}
.board-card:hover {
  border-color: #9ab8a9;
  box-shadow: var(--shadow);
}
.board-card h3 {
  margin: 9px 0 4px;
}
.board-card p {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 14px;
}
.board-card-action {
  display: block;
  margin-top: 10px;
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
}
.breadcrumb a {
  color: var(--forest);
}
.board-detail {
  max-width: 820px;
}
.board-admin-meta {
  margin-bottom: 18px;
  padding: 10px 12px;
  color: #28485c;
  background: #e9f0f5;
  border-radius: 8px;
  font-size: 13px;
}
.thread-card {
  display: block;
  padding: 19px 20px;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 4px 12px rgba(24, 55, 44, 0.035);
  text-decoration: none;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    border-color 0.15s;
}
.thread-card:hover {
  border-color: #9ab8a9;
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.thread-card h2,
.thread-card h3 {
  margin: 9px 0 4px;
  font-size: 19px;
  line-height: 1.45;
}
.thread-card p {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 14px;
}
.thread-meta,
.thread-visibility {
  color: var(--muted);
  font-size: 12px;
}
.thread-visibility {
  margin-left: 8px;
}
.thread-detail {
  max-width: 820px;
}
.thread-detail-header {
  margin-bottom: 20px;
}
.thread-detail-header h1 {
  margin-top: 12px;
}
.thread-detail-body,
.thread-replies {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--white);
  box-shadow: 0 4px 12px rgba(24, 55, 44, 0.035);
}
.thread-detail-body p:last-child {
  margin-bottom: 0;
}
.thread-replies {
  margin-top: 17px;
}
.reply-card {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.reply-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.reply-card h2,
.reply-card h3 {
  margin-bottom: 3px;
  font-size: 16px;
}
.reply-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}
.thread-boundary {
  margin-top: 17px;
}
.notification-settings {
  display: grid;
  gap: 16px;
}
.notification-setting {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.notification-setting h3 {
  margin-bottom: 2px;
  font-size: 17px;
}
.notification-setting p,
.notification-example {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.notification-example {
  padding: 14px;
  color: #265348;
  background: #edf6f0;
  border-radius: 10px;
}
.notification-switch-control {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
}
.notification-switch-input {
  width: 46px;
  height: 26px;
  margin: 0;
  appearance: none;
  opacity: 1;
  background: #8ca99a;
  border: 1px solid #6d9180;
  border-radius: 999px;
}
.notification-switch-input::before {
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
  content: "";
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(20, 54, 43, 0.22);
}
.notification-switch-input:checked {
  background: var(--forest);
  border-color: var(--forest);
}
.notification-switch-input:checked::before {
  margin-left: 22px;
}
.notification-switch-input:disabled {
  cursor: not-allowed;
}
.notification-boundary {
  margin-top: 17px;
}
.avatar {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--forest);
  border-radius: 50%;
  font-weight: 800;
  font-size: 13px;
}
.avatar.sample {
  background: #5d8196;
}
.payment-line {
  display: flex;
  gap: 13px;
  padding: 15px 0 20px;
}
.payment-symbol {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  height: 38px;
  color: var(--forest);
  background: #e8f1ee;
  border-radius: 50%;
  font-weight: 900;
}
.payment-line p,
.setting-row p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.info-panel {
  padding: 22px;
  color: #265348;
  background: #e4f4ea;
  border-radius: 15px;
}
.info-panel h2 {
  font-size: 18px;
}
.stats-grid,
.class-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.stat-card {
  min-height: 158px;
  padding: 19px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.stat-card.featured {
  color: #fff;
  border-color: var(--navy);
  background: var(--navy);
}
.stat-card p,
.stat-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.featured p,
.featured span {
  color: #d7e5ee;
}
.stat-card h2 {
  margin-bottom: 9px;
  font-size: 23px;
}
.stat-card strong {
  display: block;
  font-size: 30px;
  line-height: 1.2;
}
.stat-card small {
  font-size: 14px;
  font-weight: 500;
}
.meter {
  overflow: hidden;
  height: 7px;
  margin: 13px 0 6px;
  background: #e6ece8;
  border-radius: 999px;
}
.meter span {
  display: block;
  height: 100%;
  background: var(--forest);
  border-radius: inherit;
}
.meter-47 {
  width: 47%;
}
.seat-breakdown {
  display: grid;
  gap: 9px;
  grid-template-columns: 1fr 1fr;
  margin: 15px 0 0;
}
.seat-breakdown div {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 4px;
  padding: 9px 0;
  border-top: 1px solid #edf0ed;
}
.seat-breakdown dd {
  margin: 0;
  font-weight: 900;
}
.seat-breakdown small {
  grid-column: 1;
  color: var(--muted);
  font-size: 11px;
}
.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
}
.dot.active {
  background: #198f68;
}
.dot.trial {
  background: var(--sun);
}
.dot.suspended {
  background: var(--red);
}
.dot.pending {
  background: #99a29d;
}
.action-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: linear-gradient(145deg, #fff, #edf4f7);
}
.class-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 190px;
}
.class-card p {
  flex: 1;
  color: var(--muted);
}
.muted-card {
  background: #fbfcfb;
}
.setting-row {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 19px;
}
.plan-boundary {
  color: #28485c;
  background: #e9f0f5;
}
.plan-boundary dl {
  margin: 0;
}
.plan-boundary dl div {
  padding: 8px 0;
  border-top: 1px solid rgba(34, 73, 96, 0.14);
}
.plan-boundary dt {
  font-weight: 900;
}
.plan-boundary dd {
  margin: 2px 0 0;
  font-size: 13px;
}
.member-table-wrap {
  overflow-x: auto;
  margin: 15px 0 23px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
}
.member-table {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
}
.member-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.member-table th,
.member-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}
.member-table thead th {
  color: var(--muted);
  background: #f3f6f3;
  font-size: 12px;
}
.member-table tbody tr:last-child > * {
  border-bottom: 0;
}
.toast {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  max-width: min(440px, calc(100% - 40px));
  padding: 13px 16px;
  color: #fff;
  background: #143b31;
  border-radius: 10px;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.not-found {
  padding: 100px 0;
  min-height: 70vh;
}
@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }
  .container {
    width: calc(100% - 28px);
  }
  .header-inner {
    min-height: 64px;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .header-inner nav {
    width: 100%;
    justify-content: flex-start;
    gap: 14px;
    padding-bottom: 2px;
  }
  .brand {
    font-size: 16px;
  }
  .text-link {
    font-size: 12px;
  }
  .lp-hero,
  .section,
  .demo-choice {
    padding: 48px 0;
  }
  .hero-layout,
  .dashboard-grid,
  .payment-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .feature-grid,
  .plan-grid,
  .stats-grid,
  .class-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }
  .demo-callout .container,
  .site-footer .container {
    display: block;
  }
  .demo-callout .primary-link {
    margin-top: 18px;
  }
  .hero-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: start;
    padding: 19px;
  }
  .hero-card .ghost-button {
    grid-column: 1/-1;
    width: 100%;
  }
  .club-emblem {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }
  .club-emblem span {
    font-size: 23px;
  }
  .page-heading,
  .list-heading {
    align-items: flex-start;
  }
  .list-heading {
    flex-wrap: wrap;
  }
  .app-shell,
  .hero-card,
  .section-tabs,
  .tab-panel,
  .member-table-wrap {
    min-width: 0;
    max-width: 100%;
  }
  .section-tabs,
  .member-table-wrap {
    width: 100%;
  }
  .seat-breakdown {
    grid-template-columns: 1fr;
  }
  .notice-item,
  .application {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 9px;
  }
  .notice-item time {
    flex: 0 0 auto;
    width: 100%;
  }
  .notice-item .text-button {
    margin-left: auto;
  }
  .application .button-pair {
    width: 100%;
    justify-content: flex-end;
  }
  .thread-card {
    padding: 17px;
  }
  .thread-visibility {
    display: inline-block;
    margin: 7px 0 0;
  }
  .notification-setting {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .hero-card {
    grid-template-columns: 1fr;
  }
  .club-emblem,
  .club-copy,
  .hero-card .ghost-button {
    grid-column: 1;
  }
  .club-copy {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .choice-card,
  .toast {
    transition: none;
  }
}
@media print {
  body {
    background: #fff;
    font-size: 11pt;
  }
  .demo-banner,
  .site-header,
  .section-tabs,
  .ghost-button,
  .primary-button,
  .text-button,
  .toast {
    display: none !important;
  }
  .tab-panel[hidden] {
    display: block !important;
  }
  .tab-panel {
    padding-top: 12px;
    break-before: page;
  }
  .tab-panel:first-of-type {
    break-before: auto;
  }
  .surface,
  .hero-card,
  .stat-card {
    box-shadow: none;
    break-inside: avoid;
  }
  .site-footer {
    color: #000;
    background: #fff;
    border-top: 1px solid #777;
  }
}
