  .global-page-loading-overlay {
    position: fixed;
    top: var(--global-page-loader-top, 0px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1900;
    display: block;
    overflow: auto;
    background: rgba(248, 250, 252, 0.94);
    backdrop-filter: blur(2px);
    transition: opacity 0.22s ease, visibility 0.22s ease;
    padding: var(--tblr-page-padding, 1rem) 0 1.2rem;
  }
  .global-page-loading-overlay.is-positioning,
  .global-page-loading-overlay.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .global-page-loading-overlay.is-positioning {
    transition: none;
  }
  .boneyard-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .boneyard-shell {
    --tblr-gutter-x: calc(var(--tblr-page-padding, 1rem) * 2);
    --tblr-gutter-y: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--tblr-gutter-x) * 0.5);
    padding-left: calc(var(--tblr-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    color: #334155;
  }
  .boneyard-shell[data-boneyard-width-mode="fluid"] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .boneyard-topbar,
  .boneyard-card,
  .boneyard-panel,
  .boneyard-table-wrap {
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  }
  .boneyard-topbar {
    position: sticky;
    top: var(--tblr-page-padding, 1rem);
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 4rem;
    border-radius: 0.9rem;
    padding: 0.75rem 0.9rem;
    margin-bottom: 0.85rem;
  }
  .boneyard-mark {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.7rem;
    background: linear-gradient(135deg, rgba(var(--tblr-primary-rgb, 32, 107, 196), 0.92), rgba(22, 163, 74, 0.86));
    box-shadow: 0 12px 22px rgba(var(--tblr-primary-rgb, 32, 107, 196), 0.22);
    flex: 0 0 auto;
  }
  .boneyard-nav {
    display: flex;
    flex: 1 1 auto;
    gap: 0.45rem;
    min-width: 0;
  }
  .boneyard-status {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--tblr-primary-rgb, 32, 107, 196), 0.18);
    background: rgba(var(--tblr-primary-rgb, 32, 107, 196), 0.08);
    color: var(--tblr-primary, #206bc4);
    padding: 0.28rem 0.68rem;
    font-size: 0.78rem;
    font-weight: 750;
    white-space: nowrap;
  }
  .boneyard-status-dot {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: currentColor;
    animation: boneyard-pulse 1.1s ease-in-out infinite;
  }
  .boneyard-content {
    padding-bottom: 1.2rem;
  }
  .boneyard-skeleton {
    display: grid;
    gap: 0.85rem;
  }
  .boneyard-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
  }
  .boneyard-row.boneyard-wrap {
    flex-wrap: wrap;
  }
  .boneyard-row.boneyard-between {
    justify-content: space-between;
    align-items: flex-start;
  }
  .boneyard-grid {
    display: grid;
    gap: 0.85rem;
  }
  .boneyard-grid.boneyard-cols-2 {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  }
  .boneyard-grid.boneyard-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .boneyard-grid.boneyard-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .boneyard-grid.boneyard-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .boneyard-builder-grid {
    display: grid;
    grid-template-columns: minmax(235px, 0.28fr) minmax(0, 0.72fr);
    gap: 0.9rem;
  }
  .boneyard-review-grid {
    display: grid;
    grid-template-columns: minmax(285px, 0.34fr) minmax(0, 0.66fr);
    gap: 0.9rem;
  }
  .boneyard-sheet-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.85rem;
  }
  .boneyard-card,
  .boneyard-panel,
  .boneyard-table-wrap {
    border-radius: 0.9rem;
    overflow: hidden;
  }
  .boneyard-card {
    padding: 0.85rem;
  }
  .boneyard-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.78rem 0.85rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  }
  .boneyard-panel-body {
    padding: 0.85rem;
  }
  .boneyard-hero {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(var(--tblr-primary-rgb, 32, 107, 196), 0.16);
    background:
      radial-gradient(circle at top right, rgba(var(--tblr-primary-rgb, 32, 107, 196), 0.16), transparent 30%),
      linear-gradient(135deg, rgba(var(--tblr-primary-rgb, 32, 107, 196), 0.07), rgba(255, 255, 255, 0.97) 58%);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.075);
    padding: 1rem;
  }
  .boneyard-class-card {
    padding: 0;
  }
  .boneyard-class-hero {
    min-height: 8rem;
    padding: 0.85rem;
    background: linear-gradient(135deg, rgba(var(--tblr-primary-rgb, 32, 107, 196), 0.9), rgba(22, 163, 74, 0.74));
  }
  .boneyard-class-body {
    padding: 0.85rem;
  }
  .boneyard-stat-card {
    min-height: 6.2rem;
    border-top: 3px solid rgba(var(--tblr-primary-rgb, 32, 107, 196), 0.75);
  }
  .boneyard-table-wrap {
    overflow-x: hidden;
  }
  .boneyard-table {
    display: grid;
    gap: 0;
    min-width: 100%;
  }
  .boneyard-table-row {
    display: grid;
    grid-template-columns: minmax(190px, 1.7fr) minmax(90px, 0.7fr) minmax(125px, 0.9fr) minmax(130px, 1fr) minmax(110px, 0.85fr) minmax(100px, 0.7fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.78rem 0.85rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  }
  .boneyard-table-row:last-child {
    border-bottom: 0;
  }
  .boneyard-table-row.is-head {
    background: rgba(248, 250, 252, 0.92);
  }
  .boneyard-wide-table .boneyard-table-row {
    grid-template-columns: 54px minmax(180px, 1.3fr) repeat(8, minmax(78px, 0.65fr));
    min-width: 920px;
  }
  .boneyard-roster-item {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr) auto;
    gap: 0.6rem;
    align-items: center;
    padding: 0.72rem;
    border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  }
  .boneyard-roster-item:last-child {
    border-bottom: 0;
  }
  .boneyard-question-card {
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 0.8rem;
    padding: 0.85rem;
    background: #ffffff;
  }
  .boneyard-block {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
    min-width: 0;
  }
  .boneyard-block::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
    animation: boneyard-shimmer 1.18s ease-in-out infinite;
  }
  .boneyard-circle {
    border-radius: 999px;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
  }
  .boneyard-line-xs { height: 0.45rem; }
  .boneyard-line-sm { height: 0.58rem; }
  .boneyard-line { height: 0.72rem; }
  .boneyard-line-lg { height: 1.05rem; }
  .boneyard-line-xl { height: 1.55rem; }
  .boneyard-pill {
    height: 2rem;
    border-radius: 999px;
  }
  .boneyard-button {
    height: 2.35rem;
    border-radius: 0.55rem;
  }
  .boneyard-box {
    min-height: 8rem;
    border-radius: 0.75rem;
  }
  .boneyard-box-sm {
    min-height: 4.3rem;
    border-radius: 0.7rem;
  }
  .boneyard-box-lg {
    min-height: 14rem;
    border-radius: 0.85rem;
  }
  .boneyard-editor {
    min-height: 18rem;
    border-radius: 0.85rem;
  }
  .boneyard-form-field {
    height: 2.55rem;
    border-radius: 0.55rem;
  }
  .boneyard-muted-card {
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: #f8fafc;
    border-radius: 0.75rem;
    padding: 0.72rem;
  }
  .boneyard-embedded {
    width: 100%;
    min-height: 8rem;
    padding: 0.75rem;
    border-radius: 0.85rem;
    background: rgba(248, 250, 252, 0.72);
    overflow: hidden;
  }
  [role="grid"] > .boneyard-embedded,
  .calendar-month-grid > .boneyard-embedded,
  .class-card-grid > .boneyard-embedded {
    grid-column: 1 / -1;
  }
  .boneyard-embedded .boneyard-card,
  .boneyard-embedded .boneyard-panel,
  .boneyard-embedded .boneyard-table-wrap {
    box-shadow: none;
  }
  .boneyard-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 0.75rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.96);
  }
  .boneyard-calendar-day {
    min-height: 5.25rem;
    padding: 0.55rem;
    border-right: 1px solid rgba(226, 232, 240, 0.92);
    border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  }
  .is-boneyard-loading {
    pointer-events: none;
  }
  .boneyard-small-gap {
    gap: 0.45rem;
  }
  .boneyard-spacer {
    height: 0.45rem;
  }
  .boneyard-w-18 { width: 18%; }
  .boneyard-w-22 { width: 22%; }
  .boneyard-w-28 { width: 28%; }
  .boneyard-w-32 { width: 32%; }
  .boneyard-w-36 { width: 36%; }
  .boneyard-w-42 { width: 42%; }
  .boneyard-w-48 { width: 48%; }
  .boneyard-w-55 { width: 55%; }
  .boneyard-w-62 { width: 62%; }
  .boneyard-w-70 { width: 70%; }
  .boneyard-w-78 { width: 78%; }
  .boneyard-w-86 { width: 86%; }
  .boneyard-w-94 { width: 94%; }
  .boneyard-w-100 { width: 100%; }
  .boneyard-h-3 { height: 3rem; }
  .boneyard-h-5 { height: 5rem; }
  .boneyard-h-7 { height: 7rem; }
  .boneyard-h-10 { height: 10rem; }
  .boneyard-h-13 { height: 13rem; }
  @keyframes boneyard-shimmer {
    100% { transform: translateX(100%); }
  }
  @keyframes boneyard-pulse {
    0%, 100% { opacity: 0.45; transform: scale(0.92); }
    50% { opacity: 1; transform: scale(1); }
  }
  @media (max-width: 1199.98px) {
    .boneyard-grid.boneyard-cols-6 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .boneyard-grid.boneyard-cols-4 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 991.98px) {
    .boneyard-topbar {
      position: static;
    }
    .boneyard-nav {
      display: none;
    }
    .boneyard-grid.boneyard-cols-2,
    .boneyard-builder-grid,
    .boneyard-review-grid {
      grid-template-columns: 1fr;
    }
    .boneyard-table-row {
      grid-template-columns: minmax(180px, 1fr) minmax(90px, 0.65fr) minmax(100px, 0.7fr);
    }
    .boneyard-table-row > :nth-child(n + 4) {
      display: none;
    }
  }
  @media (max-width: 575.98px) {
    .global-page-loading-overlay {
      padding-top: 0.55rem;
      padding-bottom: 0.8rem;
    }
    .boneyard-shell {
      width: 100%;
    }
    .boneyard-topbar {
      min-height: 3.35rem;
      margin-bottom: 0.55rem;
      border-radius: 0.75rem;
    }
    .boneyard-status {
      max-width: 12rem;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .boneyard-grid.boneyard-cols-6,
    .boneyard-grid.boneyard-cols-4,
    .boneyard-grid.boneyard-cols-3 {
      grid-template-columns: 1fr;
    }
    .boneyard-row.boneyard-between {
      flex-direction: column;
      align-items: stretch;
    }
    .boneyard-table-row {
      grid-template-columns: 1fr;
      gap: 0.42rem;
    }
    .boneyard-table-row > :nth-child(n + 3) {
      display: none;
    }
    .boneyard-embedded {
      padding: 0.5rem;
    }
    .boneyard-calendar-day {
      min-height: 3.6rem;
      padding: 0.35rem;
    }
  }
  @media (min-width: 1200px) {
    .boneyard-shell[data-boneyard-width-mode="fluid"] {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  }
  [data-bs-theme="dark"] .global-page-loading-overlay {
    background: rgba(15, 23, 42, 0.9);
  }
  [data-bs-theme="dark"] .boneyard-topbar,
  [data-bs-theme="dark"] .boneyard-card,
  [data-bs-theme="dark"] .boneyard-panel,
  [data-bs-theme="dark"] .boneyard-table-wrap,
  [data-bs-theme="dark"] .boneyard-question-card {
    background: rgba(30, 41, 59, 0.96);
    border-color: rgba(148, 163, 184, 0.28);
  }
  [data-bs-theme="dark"] .boneyard-hero {
    background:
      radial-gradient(circle at top right, rgba(var(--tblr-primary-rgb, 32, 107, 196), 0.18), transparent 30%),
      linear-gradient(135deg, rgba(30, 41, 59, 0.98), rgba(15, 23, 42, 0.96) 58%);
  }
  [data-bs-theme="dark"] .boneyard-muted-card,
  [data-bs-theme="dark"] .boneyard-table-row.is-head {
    background: rgba(15, 23, 42, 0.56);
    border-color: rgba(148, 163, 184, 0.26);
  }
  [data-bs-theme="dark"] .boneyard-embedded,
  [data-bs-theme="dark"] .boneyard-calendar-grid {
    background: rgba(15, 23, 42, 0.56);
  }
  [data-bs-theme="dark"] .boneyard-block {
    background: #334155;
  }
  [data-bs-theme="dark"] .boneyard-block::after {
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.24), transparent);
  }
