.app-shell {
  max-width: 1120px;
  padding-top: 4.6rem !important;
}

:root {
  --app-floating-top: 1rem;
  --app-floating-status-stack-gap: 0.75rem;
  --app-status-chip-estimated-height: 3.25rem;
}

body {
  color: #1f2933;
  padding-bottom: calc(6rem + env(safe-area-inset-bottom));
}

.app-header {
  display: grid;
  gap: 0.9rem;
  padding: 1rem 1rem 0.9rem;
  border: 1px solid #dde5ec;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at top left, rgba(255, 188, 214, 0.38), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(207, 231, 255, 0.34), transparent 24%),
    linear-gradient(135deg, #fff9fc 0%, #fefefe 48%, #f7fbff 100%);
  box-shadow:
    0 0.8rem 2rem rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.app-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.app-brand-block {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.app-brand-link {
  color: #0f172a;
  text-decoration: none;
}

.app-brand-mark {
  width: 3.9rem;
  height: 3.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  border-radius: 1.3rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 244, 250, 0.93) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 184, 208, 0.26),
    0 0.75rem 1.5rem rgba(255, 187, 208, 0.18);
  flex-shrink: 0;
}

.app-brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 1rem;
}

.app-brand-copy {
  min-width: 0;
  display: grid;
  gap: 0.08rem;
}

.app-brand-eyebrow {
  color: #cf7399;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.app-brand-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
  color: #22181b;
  font-family: "Avenir Next", "Futura", "Trebuchet MS", "Apple SD Gothic Neo", "Pretendard", "Yu Gothic", sans-serif;
  font-size: clamp(1.4rem, 2.7vw, 1.95rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
}

.app-brand-wordmark-group {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.app-brand-letter {
  display: inline-block;
  color: #22181b;
}

.app-brand-letter.is-pink {
  color: #dd2f9b;
}

.app-brand-letter.is-green {
  color: #57b74e;
}

.app-brand-cross {
  position: relative;
  width: 0.92em;
  height: 0.92em;
  display: inline-block;
  margin: 0 0.08em;
  flex-shrink: 0;
}

.app-brand-cross-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.96em;
  height: 0.12em;
  border-radius: 999px;
  transform-origin: center;
}

.app-brand-cross-line.is-pink {
  background: #dd2f9b;
  transform: translate(-50%, -50%) rotate(48deg);
}

.app-brand-cross-line.is-green {
  background: #57b74e;
  transform: translate(-50%, -50%) rotate(-48deg);
}

.app-brand-subtitle {
  color: #748092;
  font-size: 0.78rem;
  font-weight: 600;
}

.app-user-meta {
  margin-top: 0.15rem;
}

.app-auth-actions,
.app-nav,
.app-status-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.app-nav {
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
}

.app-nav .btn,
.app-auth-actions .btn {
  white-space: nowrap;
}

.btn {
  --bs-btn-border-radius: 999px;
  --bs-btn-font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding-inline: 1rem;
  line-height: 1.2;
  box-shadow: 0 0.45rem 1rem rgba(31, 41, 55, 0.08);
}

.btn-sm {
  min-height: 2.35rem;
  padding-inline: 0.9rem;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff8db2;
  --bs-btn-border-color: #ff8db2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff7ba5;
  --bs-btn-hover-border-color: #ff7ba5;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f16e99;
  --bs-btn-active-border-color: #f16e99;
  background-image: linear-gradient(135deg, #ff8db2 0%, #ffb69f 100%);
  box-shadow: 0 0.65rem 1.4rem rgba(255, 145, 179, 0.26);
}

.btn-outline-primary {
  --bs-btn-color: #bf6a8f;
  --bs-btn-border-color: rgba(255, 171, 201, 0.6);
  --bs-btn-hover-color: #b85e85;
  --bs-btn-hover-bg: rgba(255, 244, 249, 0.95);
  --bs-btn-hover-border-color: rgba(255, 171, 201, 0.85);
  --bs-btn-active-color: #b85e85;
  --bs-btn-active-bg: rgba(255, 239, 246, 1);
  --bs-btn-active-border-color: rgba(255, 171, 201, 0.95);
  background: rgba(255, 255, 255, 0.84);
}

.btn-outline-secondary {
  --bs-btn-color: #627491;
  --bs-btn-border-color: rgba(199, 214, 233, 0.9);
  --bs-btn-hover-color: #556985;
  --bs-btn-hover-bg: rgba(248, 251, 255, 0.96);
  --bs-btn-hover-border-color: rgba(189, 206, 228, 1);
  --bs-btn-active-color: #556985;
  --bs-btn-active-bg: rgba(241, 247, 255, 1);
  --bs-btn-active-border-color: rgba(189, 206, 228, 1);
  background: rgba(255, 255, 255, 0.82);
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2f9f72;
  --bs-btn-border-color: #2f9f72;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #278b63;
  --bs-btn-hover-border-color: #278b63;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #217553;
  --bs-btn-active-border-color: #217553;
  background-image: linear-gradient(135deg, #35ae7d 0%, #23885f 100%);
  box-shadow: 0 0.7rem 1.45rem rgba(47, 159, 114, 0.28);
}

.btn-warning,
.btn-outline-warning {
  --bs-btn-font-weight: 700;
}

.btn-warning {
  --bs-btn-color: #7b4c00;
  --bs-btn-bg: #ffd977;
  --bs-btn-border-color: #ffd977;
  --bs-btn-hover-color: #704500;
  --bs-btn-hover-bg: #ffd15c;
  --bs-btn-hover-border-color: #ffd15c;
  --bs-btn-active-color: #704500;
  --bs-btn-active-bg: #ffca45;
  --bs-btn-active-border-color: #ffca45;
  background-image: linear-gradient(135deg, #ffe495 0%, #ffd46f 100%);
  box-shadow: 0 0.6rem 1.2rem rgba(255, 214, 112, 0.24);
}

.btn-outline-warning {
  --bs-btn-color: #b87900;
  --bs-btn-border-color: rgba(255, 214, 112, 0.9);
  --bs-btn-hover-color: #a66f00;
  --bs-btn-hover-bg: rgba(255, 248, 221, 0.98);
  --bs-btn-hover-border-color: rgba(255, 214, 112, 1);
  --bs-btn-active-color: #a66f00;
  --bs-btn-active-bg: rgba(255, 243, 200, 1);
  --bs-btn-active-border-color: rgba(255, 214, 112, 1);
  background: rgba(255, 255, 255, 0.84);
}

.btn-outline-danger {
  --bs-btn-color: #cb6a8f;
  --bs-btn-border-color: rgba(245, 174, 199, 0.95);
  --bs-btn-hover-color: #c35e85;
  --bs-btn-hover-bg: rgba(255, 242, 247, 0.98);
  --bs-btn-hover-border-color: rgba(245, 174, 199, 1);
  --bs-btn-active-color: #c35e85;
  --bs-btn-active-bg: rgba(255, 236, 244, 1);
  --bs-btn-active-border-color: rgba(245, 174, 199, 1);
  background: rgba(255, 255, 255, 0.84);
}

.btn-outline-dark {
  --bs-btn-color: #556477;
  --bs-btn-border-color: rgba(178, 192, 209, 0.92);
  --bs-btn-hover-color: #4a586a;
  --bs-btn-hover-bg: rgba(245, 249, 255, 0.98);
  --bs-btn-hover-border-color: rgba(178, 192, 209, 1);
  --bs-btn-active-color: #4a586a;
  --bs-btn-active-bg: rgba(238, 244, 252, 1);
  --bs-btn-active-border-color: rgba(178, 192, 209, 1);
  background: rgba(255, 255, 255, 0.84);
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8296b2;
  --bs-btn-border-color: #8296b2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7387a3;
  --bs-btn-hover-border-color: #7387a3;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #687b95;
  --bs-btn-active-border-color: #687b95;
  background-image: linear-gradient(135deg, #8ea4c1 0%, #7187a6 100%);
  box-shadow: 0 0.65rem 1.35rem rgba(122, 142, 168, 0.24);
}

.app-header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.55rem;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 243, 248, 0.88) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 183, 208, 0.35),
    0 0.45rem 1rem rgba(255, 188, 211, 0.14);
  color: #b65f85;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.app-header-action-primary {
  background-image: linear-gradient(135deg, #ff8db2 0%, #ffb69f 100%);
  box-shadow: 0 0.7rem 1.5rem rgba(255, 151, 180, 0.26);
  color: #fff;
}

.app-header-action-secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 244, 249, 0.9) 100%);
  color: #bf6a8f;
}

.app-header-action-icon {
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.app-header-action-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.app-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.6rem 0.85rem;
  border: 1px solid #dbe4eb;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
  line-height: 1.4;
}

.app-floating-status {
  position: fixed;
  top: var(--app-floating-top);
  left: 0;
  right: 0;
  z-index: 1081;
  pointer-events: none;
}

.app-floating-status-shell {
  display: flex;
  justify-content: flex-start;
}

.app-floating-status .app-status-chip {
  pointer-events: auto;
  max-width: min(100%, 420px);
}

.stamina-label {
  font-weight: 700;
}

.stamina-hearts {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
}

.stamina-heart {
  width: 1.15rem;
  height: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.stamina-heart svg {
  width: 100%;
  height: 100%;
  display: block;
}

.stamina-heart.is-filled {
  color: #ff6f9f;
  filter: drop-shadow(0 1px 2px rgba(255, 111, 159, 0.2));
}

.stamina-heart.is-empty {
  color: #e6b8cb;
}

.form-control,
.form-select {
  border-radius: 1rem;
  border: 1px solid rgba(210, 220, 233, 0.95);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 246, 250, 0.96) 100%);
  color: #334155;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 0.35rem 0.9rem rgba(148, 163, 184, 0.08);
}

.form-control::placeholder {
  color: #a0aec0;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(255, 161, 195, 0.95);
  background: #fffdfd;
  box-shadow:
    0 0 0 0.25rem rgba(255, 170, 201, 0.18),
    0 0.5rem 1rem rgba(255, 187, 209, 0.12);
}

textarea.form-control {
  padding-top: 0.8rem;
}

input[type="file"].form-control {
  padding: 0.55rem 0.85rem;
}

input[type="file"].form-control::file-selector-button {
  margin-right: 0.8rem;
  border: 0;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  background: linear-gradient(135deg, #fff0f6 0%, #fff8ee 100%);
  color: #c3668d;
  font-weight: 700;
}

select.form-select {
  background-position: right 1rem center;
}

input.form-control,
select.form-select,
input[type="date"].form-control,
input[type="file"].form-control {
  min-height: 46px;
}

textarea.form-control {
  min-height: 120px;
}

.page-shell-sm,
.page-shell-md,
.page-shell-lg {
  margin: 0 auto;
}

.page-shell-sm {
  max-width: 680px;
}

.page-shell-md {
  max-width: 760px;
}

.page-shell-lg {
  max-width: 900px;
}

.page-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.page-title {
  margin: 0;
}

.members-collection-label {
  color: #cf7399;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.page-header-actions,
.button-stack,
.responsive-action-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.filter-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.65rem;
  padding: 0;
  margin: 0;
}

.filter-check-grid > div {
  min-width: 0;
}

.filter-check-toolbar {
  margin-bottom: 0.85rem;
}

.filter-check-all {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.9rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(255, 171, 201, 0.58);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255, 244, 249, 0.96) 0%, rgba(255, 250, 244, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 0.4rem 1rem rgba(255, 187, 209, 0.1);
  color: #b85e85;
  cursor: pointer;
  font-weight: 700;
}

.filter-check-grid label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(210, 220, 233, 0.95);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 246, 250, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 0.35rem 0.9rem rgba(148, 163, 184, 0.08);
  color: #334155;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.filter-check-grid label:hover {
  border-color: rgba(255, 161, 195, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 0.45rem 1rem rgba(255, 187, 209, 0.12);
  transform: translateY(-1px);
}

.filter-check-grid input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  accent-color: #ff8db2;
  flex-shrink: 0;
}

.filter-check-all input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  accent-color: #ff8db2;
  flex-shrink: 0;
}

.touch-card {
  border: 0;
  border-radius: 1.15rem;
  box-shadow: 0 0.75rem 1.8rem rgba(15, 23, 42, 0.08);
}

.touch-card .card-body {
  padding: 1.25rem;
}

.alert {
  border: 0;
  border-radius: 1.1rem;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.55),
    0 0.5rem 1.1rem rgba(148, 163, 184, 0.08);
}

.alert-info {
  color: #44647e;
  background: linear-gradient(135deg, rgba(228, 245, 255, 0.96) 0%, rgba(241, 249, 255, 0.96) 100%);
}

.alert-success {
  color: #42715f;
  background: linear-gradient(135deg, rgba(228, 247, 238, 0.96) 0%, rgba(241, 251, 246, 0.96) 100%);
}

.alert-warning {
  color: #8a6132;
  background: linear-gradient(135deg, rgba(255, 245, 221, 0.98) 0%, rgba(255, 250, 238, 0.98) 100%);
}

.alert-danger {
  color: #9f5678;
  background: linear-gradient(135deg, rgba(255, 238, 245, 0.98) 0%, rgba(255, 246, 249, 0.98) 100%);
}

.alert-secondary {
  color: #62748a;
  background: linear-gradient(135deg, rgba(244, 247, 251, 0.98) 0%, rgba(250, 252, 255, 0.98) 100%);
}

.app-toast-layer {
  position: fixed;
  top: calc(var(--app-floating-top) + var(--app-status-chip-estimated-height) + var(--app-floating-status-stack-gap));
  left: 0;
  right: 0;
  z-index: 1080;
  pointer-events: none;
}

.app-toast-shell {
  display: flex;
  justify-content: center;
}

.app-toast-container {
  display: grid;
  gap: 0.75rem;
  max-width: min(92vw, 360px);
  pointer-events: auto;
}

.app-toast {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.9rem 1.8rem rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(16px);
}

.app-toast .toast-body {
  padding: 0.9rem 1rem;
  font-weight: 700;
}

.app-toast-info {
  color: #44647e;
  background: rgba(233, 246, 255, 0.94);
}

.app-toast-success {
  color: #3e705e;
  background: rgba(233, 248, 239, 0.94);
}

.app-toast-warning {
  color: #8a6132;
  background: rgba(255, 246, 224, 0.96);
}

.app-toast-error,
.app-toast-danger {
  color: #9f5678;
  background: rgba(255, 239, 245, 0.96);
}

.home-shell {
  display: grid;
  gap: 1rem;
}

.home-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at top left, rgba(255, 197, 221, 0.48), transparent 32%),
    radial-gradient(circle at 85% 18%, rgba(194, 227, 255, 0.4), transparent 24%),
    linear-gradient(145deg, #fff7fb 0%, #fffdfd 48%, #f7fbff 100%);
  box-shadow:
    0 1rem 2.2rem rgba(255, 188, 210, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.home-hero .card-body {
  position: relative;
  padding: 1.6rem;
}

.home-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 184, 210, 0.32);
  color: #cb7298;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.home-hero-title {
  color: #243042;
  font-family: "Apple SD Gothic Neo", "Avenir Next", "Pretendard", "Futura", "Trebuchet MS", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.home-hero-copy {
  max-width: 34rem;
  color: #667389;
  font-size: 0.98rem;
  line-height: 1.85;
}

.home-hero-actions .btn {
  min-height: 46px;
  border-radius: 999px;
  padding-inline: 1rem;
  font-weight: 700;
}

.home-primary-btn {
  background: linear-gradient(135deg, #ff8db2 0%, #ffb69f 100%);
  border: 0;
  color: #fff;
  box-shadow: 0 0.7rem 1.5rem rgba(255, 151, 180, 0.28);
}

.home-secondary-btn {
  border: 1px solid rgba(255, 170, 199, 0.5);
  background: rgba(255, 255, 255, 0.78);
  color: #bf6a8f;
}

.home-soft-btn {
  border: 1px solid rgba(202, 221, 244, 0.75);
  background: rgba(247, 251, 255, 0.88);
  color: #5f7392;
}

.home-hero-orbs {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  gap: 0.55rem;
}

.home-orb {
  display: block;
  border-radius: 999px;
  opacity: 0.85;
}

.home-orb.is-pink {
  width: 1rem;
  height: 1rem;
  background: linear-gradient(135deg, #ffc0d7 0%, #ff8db7 100%);
}

.home-orb.is-apricot {
  width: 0.8rem;
  height: 0.8rem;
  background: linear-gradient(135deg, #ffd2ba 0%, #ffb48f 100%);
}

.home-orb.is-blue {
  width: 0.68rem;
  height: 0.68rem;
  background: linear-gradient(135deg, #cfe8ff 0%, #91c7ff 100%);
}

.home-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-promise-card {
  padding: 1.15rem 1.05rem;
  border: 1px solid rgba(233, 223, 232, 0.9);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0.65rem 1.4rem rgba(31, 41, 55, 0.05);
}

.home-promise-icon {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 0.8rem;
  background: linear-gradient(135deg, #fff0f6 0%, #fff8ee 100%);
  color: #d36c97;
  font-size: 1rem;
  font-weight: 800;
}

.home-promise-title {
  color: #253140;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.home-promise-copy {
  color: #728095;
  font-size: 0.88rem;
  line-height: 1.7;
}

.mobile-detail-list dt {
  font-weight: 700;
  color: #52606d;
}

.mobile-detail-list dd {
  margin-bottom: 0.9rem;
}

.mobile-stack-table th {
  width: 30%;
  color: #52606d;
  font-weight: 700;
}

.mobile-stack-table td,
.mobile-stack-table th {
  padding: 0.9rem 0.95rem;
}

.member-photo-frame,
.application-profile-photo-frame,
.member-confirm-photo-frame {
  aspect-ratio: 4 / 3;
  background-color: #f8f9fa;
  overflow: hidden;
}

.members-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.35rem 1.45rem;
  border: 1px solid rgba(237, 224, 236, 0.95);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at top left, rgba(255, 193, 218, 0.42), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(199, 230, 255, 0.38), transparent 22%),
    linear-gradient(145deg, #fff9fc 0%, #fffefe 50%, #f8fbff 100%);
  box-shadow: 0 1rem 2rem rgba(255, 188, 210, 0.12);
  overflow: hidden;
}

.members-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.8rem;
  margin-bottom: 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 1px rgba(255, 184, 210, 0.3);
  color: #ca7096;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.members-hero-title {
  color: #253140;
  font-family: "Apple SD Gothic Neo", "Avenir Next", "Pretendard", "Futura", "Trebuchet MS", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.32;
  margin-bottom: 0.65rem;
}

.members-hero-text {
  max-width: 38rem;
  color: #708093;
  font-size: 0.94rem;
  line-height: 1.8;
}

.members-hero-decor {
  display: grid;
  gap: 0.55rem;
  justify-items: end;
}

.members-hero-pill {
  display: block;
  border-radius: 999px;
  opacity: 0.9;
}

.members-hero-pill.is-pink {
  width: 5.4rem;
  height: 1rem;
  background: linear-gradient(135deg, #ffc2d8 0%, #ff93b8 100%);
}

.members-hero-pill.is-apricot {
  width: 4rem;
  height: 0.85rem;
  background: linear-gradient(135deg, #ffd6be 0%, #ffb690 100%);
}

.members-hero-pill.is-blue {
  width: 2.8rem;
  height: 0.72rem;
  background: linear-gradient(135deg, #d8ecff 0%, #9dcdff 100%);
}

.notifications-hero {
  padding-block: 1.2rem;
}

.notifications-list {
  display: grid;
  gap: 1rem;
}

.notifications-item {
  padding: 1.15rem 1.1rem;
  border: 1px solid rgba(236, 226, 236, 0.95);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 251, 253, 0.96) 100%);
  box-shadow:
    0 0.8rem 1.6rem rgba(255, 188, 210, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.notifications-item.is-handled {
  background:
    linear-gradient(180deg, rgba(249, 250, 252, 0.96) 0%, rgba(245, 247, 251, 0.96) 100%);
}

.notifications-item.is-match-celebration {
  border-color: rgba(255, 196, 214, 0.95);
  background:
    radial-gradient(circle at top left, rgba(255, 196, 221, 0.4), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(255, 223, 184, 0.32), transparent 24%),
    linear-gradient(145deg, rgba(255, 250, 252, 0.98) 0%, rgba(255, 248, 244, 0.98) 48%, rgba(255, 253, 253, 0.98) 100%);
  box-shadow:
    0 1rem 2rem rgba(255, 182, 205, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.notifications-item.is-match-celebration .notifications-item-kicker {
  color: #d55e8b;
}

.notifications-item.is-match-celebration .notifications-item-body {
  color: #5f6d80;
}

.notifications-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 0.35rem;
}

.notifications-item-kicker {
  color: #cf7399;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.notifications-item-time {
  color: #9aa8ba;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.notifications-item-body {
  color: #708093;
  font-size: 0.9rem;
  line-height: 1.75;
}

.notifications-match-link {
  color: #d55e8b;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(213, 94, 139, 0.35);
  text-underline-offset: 0.18em;
}

.member-photo-img,
.member-photo-frame img,
.application-profile-photo-frame img,
.member-confirm-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.member-card-body {
  min-height: 9rem;
}

.member-spotlight-card {
  overflow: hidden;
  border-radius: 1.45rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 251, 253, 0.96) 100%);
  box-shadow:
    0 1rem 2rem rgba(255, 188, 211, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.member-card-link-shell {
  cursor: pointer;
}

.member-card-link-shell:focus-visible {
  outline: 3px solid rgba(255, 161, 195, 0.35);
  outline-offset: 3px;
}

.member-card-topline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-bottom: 0.45rem;
}

.member-card-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff0f6 0%, #fff8ee 100%);
  color: #cd7098;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.member-favorite-badge {
  flex-shrink: 0;
}

.member-card-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.15rem;
}

.member-card-age {
  color: #d56f98;
  font-size: 1.2rem;
  font-weight: 800;
}

.member-card-meta {
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.member-card-actions {
  display: grid;
  gap: 0.55rem;
}

.member-card-actions form,
.member-card-actions .btn {
  width: 100%;
}

.member-message {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.member-grid {
  row-gap: 1rem;
}

.member-carousel-controls {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  z-index: 3;
}

.member-carousel-arrow {
  width: 2.35rem;
  height: 2.35rem;
}

.member-detail-wrap {
  max-width: 640px;
  margin: 0 auto;
}

.member-detail-label {
  color: #cf7399;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.member-hero {
  background:
    radial-gradient(circle at top left, rgba(255, 194, 218, 0.42), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(199, 230, 255, 0.36), transparent 18%),
    linear-gradient(160deg, #fff9fc 0%, #fffefe 46%, #f7fbff 100%);
  border: 1px solid rgba(236, 224, 236, 0.9);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow:
    0 1rem 2rem rgba(255, 188, 210, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.member-hero-body {
  padding: 1.35rem;
}

.member-hero-intro {
  margin-bottom: 0.75rem;
}

.member-hero-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.2rem;
}

.member-hero-name {
  margin: 0;
  color: #253140;
  font-family: "Apple SD Gothic Neo", "Avenir Next", "Pretendard", "Futura", "Trebuchet MS", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  font-size: clamp(1.8rem, 3.6vw, 2.35rem);
  font-weight: 800;
  line-height: 1.1;
}

.member-hero-age {
  color: #d66f98;
  font-size: 1.35rem;
  font-weight: 800;
}

.member-hero-meta {
  color: #7a8798;
  font-size: 0.95rem;
  font-weight: 600;
}

.member-quick-message {
  background: linear-gradient(135deg, rgba(255, 241, 247, 0.95) 0%, rgba(255, 249, 241, 0.95) 100%);
  color: #714d60;
  border-radius: 1rem;
  padding: 1rem 1.05rem;
  font-weight: 600;
  line-height: 1.75;
  box-shadow: inset 0 0 0 1px rgba(255, 187, 209, 0.22);
}

.member-detail-section + .member-detail-section {
  margin-top: 1.2rem;
}

.member-detail-section-header {
  margin-bottom: 0.7rem;
}

.member-detail-section-kicker {
  display: inline-block;
  margin-bottom: 0.25rem;
  color: #cf7399;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-detail-panel {
  padding: 1rem 1rem 0.3rem;
  border: 1px solid rgba(236, 226, 236, 0.95);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0.7rem 1.5rem rgba(31, 41, 55, 0.05);
}

.member-detail-list dt {
  color: #8a7390;
  font-weight: 700;
}

.member-detail-list dd {
  color: #334155;
  font-weight: 600;
}

.mobile-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0.75rem;
  transform: translateX(-50%);
  z-index: 1030;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.25rem;
  width: min(720px, calc(100% - 1rem));
  padding: 0.55rem 0.5rem calc(0.55rem + env(safe-area-inset-bottom));
  border: 1px solid #d7e0e8;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.9rem 2rem rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(14px);
}

.mobile-bottom-nav-staff {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(560px, calc(100% - 1rem));
}

.mobile-bottom-nav-link {
  display: grid;
  justify-items: center;
  gap: 0.22rem;
  padding: 0.42rem 0.2rem;
  color: #52606d;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-radius: 0.9rem;
}

.mobile-bottom-nav-link.is-active {
  color: #111827;
  background: #eef4ff;
}

.mobile-bottom-nav-icon {
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-bottom-nav-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mobile-bottom-nav-label {
  line-height: 1.1;
}

.mobile-bottom-nav-badge {
  font-size: 0.68rem;
  position: absolute;
  top: 0.2rem;
  right: 0.3rem;
}

.auth-shell {
  min-height: 100vh;
  background: #f2f2f2;
}

.auth-wrap {
  max-width: 360px;
  margin: 0 auto;
  padding: 56px 0 40px;
}

.auth-card {
  background: #f2f2f2;
  border: 0;
}

.auth-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #2e2e2e;
  margin-bottom: 1.5rem;
}

.auth-field {
  margin-bottom: 0.95rem;
}

.auth-input-wrap {
  position: relative;
}

.auth-input-icon {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  color: #7d7d7d;
  font-size: 0.85rem;
}

.auth-input {
  width: 100%;
  height: 44px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background: #fff;
  padding: 0.55rem 0.85rem 0.55rem 2rem;
  font-size: 0.95rem;
}

.auth-input::placeholder {
  color: #b7b7b7;
}

.auth-input:focus {
  border-color: #99c9dd;
  outline: none;
  box-shadow: 0 0 0 2px rgba(153, 201, 221, 0.2);
}

.auth-submit {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 2px;
  background: #a8d8ea;
  color: #fff;
  font-weight: 700;
  margin-top: 0.35rem;
}

.auth-submit:hover {
  background: #92c7db;
}

.auth-link {
  display: block;
  text-align: center;
  color: #7caec2;
  text-decoration: none;
  font-size: 0.82rem;
  margin-top: 0.95rem;
}

.auth-link:hover {
  color: #5f97ad;
  text-decoration: underline;
}

.auth-sep {
  margin: 1.2rem 0 0.9rem;
  border-color: #dfdfdf;
}

.auth-note {
  text-align: center;
  color: #8f8f8f;
  font-size: 0.8rem;
  line-height: 1.45;
}

.auth-google {
  width: 100%;
  border: 1px solid #cccccc;
  background: #fff;
  color: #555;
  border-radius: 2px;
  font-size: 0.88rem;
  height: 40px;
}

.member-photo-card {
  border-color: #dfe4ea;
}

.member-photo-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.member-photo-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  border: 1px dashed #cfd7df;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #fafbfc 0%, #f3f6f9 100%);
  overflow: hidden;
}

.member-photo-preview.is-empty {
  padding: 1rem;
}

.member-photo-preview-image {
  display: block;
  max-width: 180px;
  width: auto;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  border-radius: 0.5rem;
}

.member-photo-placeholder {
  color: #7a8794;
  font-size: 0.95rem;
  text-align: center;
}

.member-photo-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.member-photo-select-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 1rem;
}

.member-photo-guide-trigger {
  min-height: 46px;
  padding-inline: 1.1rem;
  background-image: linear-gradient(135deg, #8ea4c1 0%, #7187a6 100%);
  box-shadow: 0 0.7rem 1.45rem rgba(122, 142, 168, 0.24);
}

.member-photo-guide-modal {
  background:
    radial-gradient(circle at top left, rgba(255, 195, 219, 0.28), transparent 28%),
    radial-gradient(circle at top right, rgba(201, 230, 255, 0.26), transparent 20%),
    linear-gradient(160deg, #fff9fc 0%, #fffefe 50%, #f8fbff 100%);
  border-radius: 1.4rem;
}

.member-photo-guide-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  box-shadow: 0 0.85rem 1.8rem rgba(15, 23, 42, 0.1);
}

.analytics-table-shell {
  display: grid;
  gap: 1.5rem;
}

.analytics-table-section .card-body {
  padding: 1.5rem;
}

.analytics-chart-card {
  height: 100%;
  padding: 1.25rem;
  border: 1px solid #e3e8ee;
  border-radius: 0.75rem;
  background: #fbfcfd;
}

.analytics-inline-note {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border: 1px solid #d8dde3;
  border-radius: 0.5rem;
  background: #f8f9fa;
  color: #5f6973;
  font-size: 0.9rem;
}

.analytics-table {
  margin-bottom: 0;
}

.analytics-table thead th {
  background: #f8f9fa;
  color: #495057;
  font-weight: 700;
  white-space: nowrap;
}

.analytics-table tbody th {
  background: #fcfcfd;
  color: #212529;
  font-weight: 700;
  white-space: nowrap;
}

.analytics-table td,
.analytics-table th {
  padding: 0.9rem 1rem;
  vertical-align: middle;
}

.analytics-emphasis-cell {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1f2a2a;
}

.analytics-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.analytics-period-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.analytics-period-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.5rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid #d8dde3;
  border-radius: 999px;
  background: #fff;
  color: #495057;
  font-size: 0.85rem;
  text-decoration: none;
}

.analytics-period-pill.is-active {
  border-color: #0d6efd;
  background: #eaf2ff;
  color: #0d6efd;
  font-weight: 700;
}

.analytics-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #5f6973;
  font-size: 0.82rem;
}

.analytics-legend-swatch {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.2rem;
  background: #0d6efd;
}

.analytics-legend-swatch.is-registration,
.analytics-trend-bar.is-registration {
  background: #0d6efd;
}

.analytics-legend-swatch.is-application,
.analytics-trend-bar.is-application {
  background: #fd9843;
}

.analytics-legend-swatch.is-match,
.analytics-trend-bar.is-match,
.analytics-chart-fill.is-match {
  background: #198754;
}

.analytics-trend-chart {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 260px;
  padding: 1.5rem 0.75rem 0.25rem;
  border-bottom: 1px solid #dde3ea;
  overflow-x: visible;
}

.analytics-trend-group {
  flex: 1 1 0;
  min-width: 84px;
  text-align: center;
}

.analytics-summary-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 0.5rem;
}

.analytics-trend-bars {
  height: 220px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0.6rem;
}

.analytics-trend-bar-wrap {
  width: 24%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 0.35rem;
}

.analytics-summary-card {
  padding: 1.25rem 1.1rem;
  border: 1px solid #e1e7ee;
  border-radius: 0.9rem;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.analytics-summary-card.is-registration {
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.08) 0%, #fff 100%);
}

.analytics-summary-card.is-application {
  background: linear-gradient(180deg, rgba(253, 152, 67, 0.12) 0%, #fff 100%);
}

.analytics-summary-card.is-match {
  background: linear-gradient(180deg, rgba(25, 135, 84, 0.12) 0%, #fff 100%);
}

.analytics-summary-label {
  color: #5f6973;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.analytics-summary-value {
  color: #212529;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.45rem;
}

.analytics-summary-caption {
  color: #6c757d;
  font-size: 0.85rem;
}

.analytics-trend-value {
  color: #5f6973;
  font-size: 0.8rem;
  font-weight: 700;
}

.analytics-trend-bar {
  width: 100%;
  display: block;
  min-height: 0.35rem;
  border-radius: 0.45rem 0.45rem 0 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.analytics-trend-label {
  margin-top: 0.75rem;
  color: #495057;
  font-size: 0.86rem;
  font-weight: 700;
}

.analytics-chart-block {
  display: grid;
  gap: 0.75rem;
}

.analytics-pie-section {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.analytics-pie-chart {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.analytics-pie-center {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #495057;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  box-shadow: inset 0 0 0 1px #e5e9ee;
}

.analytics-pie-legend {
  display: grid;
  gap: 0.9rem;
}

.analytics-pie-legend-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.analytics-pie-swatch {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0.25rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
  background: #0d6efd;
}

.analytics-pie-swatch.is-registration {
  background: #0d6efd;
}

.analytics-pie-swatch.is-application {
  background: #fd9843;
}

.analytics-pie-swatch.is-match {
  background: #198754;
}

.analytics-pie-swatch.is-empty {
  background: #dfe7ef;
}

.analytics-pie-value {
  color: #212529;
  font-size: 0.95rem;
  font-weight: 700;
}

.analytics-chart-row {
  margin-bottom: 0.85rem;
}

.analytics-chart-track {
  width: 100%;
  height: 0.8rem;
  background: #dfe7ef;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(13, 110, 253, 0.08);
}

.analytics-chart-track-lg {
  height: 1rem;
}

.analytics-chart-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6ea8fe 0%, #0d6efd 100%);
}

.analytics-percent-bar {
  width: 140px;
  max-width: 100%;
  height: 0.7rem;
  background: #edf1f4;
  border-radius: 999px;
  overflow: hidden;
}

.analytics-percent-fill {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6ea8fe 0%, #0d6efd 100%);
}

.analytics-percent-fill-accent {
  background: linear-gradient(90deg, #6ac3a2 0%, #198754 100%);
}

.analytics-percent-stack {
  display: grid;
  gap: 0.35rem;
}

.analytics-split-bar {
  width: 100%;
  height: 0.8rem;
  background: #e9ecef;
  border-radius: 999px;
  overflow: hidden;
}

.analytics-split-fill {
  display: block;
  height: 100%;
  background: #198754;
}

@media (max-width: 767.98px) {
  .app-shell.container {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
    padding-top: 5rem !important;
  }

  .app-header {
    padding: 0.9rem 0.9rem 0.8rem;
    border-radius: 1rem;
  }

  .mobile-bottom-nav {
    bottom: 0;
    width: 100%;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .app-brand-block {
    gap: 0.7rem;
  }

  .app-brand-mark {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1rem;
  }

  .app-brand-eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .app-brand-wordmark {
    font-size: 1.3rem;
  }

  .app-brand-subtitle {
    font-size: 0.72rem;
  }

  .app-header-action {
    width: 100%;
    justify-content: center;
  }

  .app-nav {
    flex-wrap: nowrap;
  }

  .app-nav .btn,
  .app-auth-actions .btn,
  .page-header-actions .btn,
  .button-stack .btn,
  .responsive-action-row .btn {
    min-height: 44px;
  }

  .page-header,
  .page-header-actions,
  .button-stack,
  .responsive-action-row,
  .app-auth-actions,
  .app-status-row {
    align-items: stretch;
  }

  .app-status-chip {
    justify-content: center;
  }

  .page-header-actions,
  .button-stack,
  .responsive-action-row {
    width: 100%;
  }

  .page-header-actions .btn,
  .button-stack .btn,
  .responsive-action-row .btn,
  .page-header-actions form,
  .button-stack form,
  .responsive-action-row form {
    width: 100%;
  }

  .member-grid {
    row-gap: 0.9rem;
  }

  .members-hero {
    grid-template-columns: 1fr;
    padding: 1.15rem 1.1rem;
  }

  .members-hero-title {
    font-size: 1.35rem;
  }

  .members-hero-text {
    font-size: 0.9rem;
  }

  .members-hero-decor {
    justify-items: start;
  }

  .member-card-body {
    min-height: auto;
  }

  .member-carousel-controls {
    justify-content: space-between;
  }

  .member-carousel-arrow {
    width: 2.6rem;
    height: 2.6rem;
  }

  .touch-card .card-body {
    padding: 1rem;
  }

  .home-hero .card-body {
    padding: 1.2rem;
  }

  .home-hero-title {
    font-size: 1.55rem;
    line-height: 1.28;
  }

  .home-hero-copy {
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .home-promise-grid {
    grid-template-columns: 1fr;
  }

  .mobile-detail-list dt,
  .mobile-detail-list dd {
    width: 100%;
  }

  .mobile-detail-list dd {
    margin-bottom: 0.8rem;
  }

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

  .mobile-stack-table tr {
    padding: 0.85rem 0;
    border-bottom: 1px solid #e9eef3;
  }

  .mobile-stack-table tbody tr:first-child {
    padding-top: 0;
  }

  .mobile-stack-table tbody tr:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .mobile-stack-table th,
  .mobile-stack-table td {
    padding: 0;
    border: 0;
  }

  .mobile-stack-table th {
    margin-bottom: 0.35rem;
  }

  .analytics-table-section .card-body {
    padding: 1rem;
  }

  .analytics-chart-card {
    padding: 1rem;
  }

  .analytics-pie-section {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .analytics-trend-chart {
    gap: 0.5rem;
    min-height: 220px;
    padding: 1rem 0.25rem 0.25rem;
    overflow-x: auto;
  }

  .analytics-period-pill {
    min-width: 4rem;
    padding: 0.4rem 0.7rem;
  }

  .analytics-trend-bars {
    gap: 0.25rem;
  }

  .analytics-trend-bar-wrap {
    width: 30%;
  }

  .analytics-summary-cards {
    grid-template-columns: 1fr;
  }
}
