.workspace-menu-rail[hidden], .module-workspace[hidden], #sheet[hidden], .workspace-controls[hidden], .workspace-density[hidden] { display: none !important; }
.has-workspace-menu .period-menu { overflow: hidden; }
.workspace-menu-rail {
  display: flex; align-items: center; flex: 0 0 auto; min-height: 48px; gap: 0;
  padding: 4px 4px; background: #000000; color: #ffffff;
}
.workspace-tabs {
  position: relative; display: flex; align-items: center; gap: 4px; flex: 1 1 auto;
  min-width: 0; overflow-x: auto; overflow-y: hidden; white-space: nowrap;
  scrollbar-width: none; overscroll-behavior-x: contain; scroll-padding-inline: 8px;
  touch-action: pan-x; -webkit-overflow-scrolling: touch;
}
.workspace-tabs::-webkit-scrollbar { display: none; width: 0; height: 0; }
.menu-backdrop .period-menu .workspace-tab,
.menu-backdrop .period-menu .workspace-tab:hover,
.menu-backdrop .period-menu .workspace-tab:active {
  flex: 0 0 auto; min-height: 36px; padding: 8px 12px; border: 0; border-radius: 999px;
  color: #ffffff; background: #000000; font: 700 13.5px/1 Arial, Helvetica, sans-serif;
  text-transform: uppercase; white-space: nowrap; box-shadow: none; cursor: pointer;
}
.menu-backdrop .period-menu .workspace-tab[aria-selected="true"] {
  background: #ffffff; color: #000000;
}
.menu-backdrop .period-menu .workspace-rail-arrow,
.menu-backdrop .period-menu .workspace-rail-arrow:hover,
.menu-backdrop .period-menu .workspace-rail-arrow:active {
  width: 28px; min-width: 28px; min-height: 40px; padding: 0; flex: 0 0 28px;
  border: 0; border-radius: 0; background: #000000; color: #ffffff; font: 700 24px/1 Arial, sans-serif;
}
.workspace-tab:focus-visible, .workspace-rail-arrow:focus-visible {
  outline: 1px solid #ffffff !important; outline-offset: -3px !important;
}
.workspace-tab[aria-selected="true"]:focus-visible { outline-color: #000000 !important; }
.workspace-controls, .workspace-density { width: 100%; color: #ffffff; }
.workspace-density { padding-bottom: 20px; }
.workspace-density h3 { margin: 8px 0 16px; font: 700 14px/1.2 Arial, sans-serif; }
.workspace-note { margin: 12px 0 24px; font: 400 14px/1.5 Arial, sans-serif; color: #ffffff; }
.workspace-choice-group { border: 0; margin: 0 0 28px; padding: 0; min-width: 0; }
.workspace-choice-group legend { float: none; width: 100%; text-align: center; padding: 0 0 12px; font: 700 14px/1.3 Arial, sans-serif; text-transform: uppercase; color: #ffffff; }
.workspace-choice-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.menu-backdrop .period-menu .workspace-choice,
.menu-backdrop .period-menu .workspace-choice:hover,
.menu-backdrop .period-menu .workspace-choice:active {
  min-height: 44px; padding: 10px 16px; border: 1px solid #ffffff; border-radius: 0;
  color: #ffffff; background: #000000; font: 700 14px/1.25 Arial, sans-serif;
}
.menu-backdrop .period-menu .workspace-choice[aria-pressed="true"] { color: #000000; background: #ffffff; }
.workspace-accounting-links { display: grid; gap: 12px; padding-top: 8px; }
.menu-backdrop .period-menu .workspace-shortcut,
.menu-backdrop .period-menu .workspace-shortcut:hover {
  display: grid; grid-template-columns: 1fr auto; min-height: 66px; gap: 8px;
  padding: 16px; border: 1px solid #ffffff; border-radius: 0; text-align: left;
  color: #ffffff; background: #000000; font: 700 14px/1.3 Arial, sans-serif;
}
.workspace-shortcut b { grid-column: 1; }
.workspace-shortcut > span:not(.workspace-shortcut-arrow) { grid-column: 1; font-weight: 400; }
.workspace-shortcut-arrow { grid-column: 2; grid-row: 1 / 3; align-self: center; }
.module-workspace {
  position: absolute; inset: var(--brand-header-height) 0 var(--mobile-bottom-height);
  overflow: auto; overscroll-behavior: none; touch-action: pan-x pan-y; scrollbar-width: none;
  color: #ffffff; background: #000000; font: 700 14px/1.3 Arial, Helvetica, sans-serif;
  padding: 16px 12px 60px;
}
.module-workspace::-webkit-scrollbar { display: none; }
.module-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.module-heading h1 { margin: 0; font: inherit; }
.module-demo-badge { font: inherit; padding: 4px 8px; border: 1px solid #ffffff; }
.module-summary, .module-notice { font: inherit; margin: 14px 0; }
.module-notice { font-weight: 400; margin-bottom: 24px; }
.module-table-scroll { overflow: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; }
.module-table-scroll::-webkit-scrollbar { display: none; }
.module-table { width: 100%; border-collapse: collapse; font: inherit; text-align: left; }
.module-table th, .module-table td { border-bottom: 1px solid #ffffff; padding: 10px 14px 10px 0; white-space: nowrap; font: inherit; }
.module-table th { padding-block: 14px; }
.module-table th:last-child, .module-table td:last-child { padding-right: 0; }
.module-workspace[data-density="comfortable"] .module-table td { padding-block: 18px; }
.module-empty { font: inherit; margin: 24px 0; }
.workspace-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
body[data-active-workspace]:not([data-active-workspace="accounting"]) .sheet-frame-overlay { display: none; }
@media (max-width: 899px) {
  .has-workspace-menu .menu-backdrop .period-menu-header { min-height: 48px; padding: 2px 16px 4px; }
  .has-workspace-menu .menu-backdrop .period-menu h2 { font-size: 16px; }
}
@media (min-width: 900px) {
  .module-workspace { bottom: var(--desktop-bottom-height); padding: 28px; }
  .has-workspace-menu .menu-backdrop .period-menu { background: #000000; color: #ffffff; }
  .workspace-menu-rail { padding-inline: 12px; }
}
