.module-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ds-border);
  border-radius: var(--ds-radius-sm);
  background: var(--ds-surface);
  color: var(--ds-text);
  font-weight: 800;
}
.platform-location small, .platform-location strong { display: block; }
.platform-location small { color: var(--ds-text-secondary); font-size: 12px; }
.platform-location strong { margin-top: 3px; font-size: 20px; letter-spacing: -.02em; }
.module-brand { padding: 24px 22px 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.module-brand span, .module-brand strong, .module-brand small { display: block; }
.module-brand span { font-size: 22px; font-weight: 900; letter-spacing: -.04em; }
.module-brand strong { margin-top: 3px; font-size: 14px; }
.module-brand small { margin-top: 8px; color: rgba(255,255,255,.58); font-size: 11px; }
.module-navigation { display: grid; gap: 22px; padding: 22px 14px; }
.module-nav-group { display: grid; gap: 5px; }
.module-nav-heading { padding: 0 10px 7px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.module-nav-item { display: flex; align-items: center; gap: 11px; width: 100%; min-height: 48px; padding: 8px 10px; border: 0; border-radius: 12px; background: transparent; color: rgba(255,255,255,.76); text-align: left; cursor: pointer; }
.module-nav-item:hover:not(:disabled), .module-nav-item.is-active { background: rgba(255,255,255,.11); color: #fff; }
.module-nav-item.is-active { box-shadow: inset 3px 0 0 var(--ds-accent); }
.module-nav-item:disabled { opacity: .45; cursor: not-allowed; }
.module-nav-mark { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 9px; background: rgba(255,255,255,.09); font-size: 12px; font-weight: 850; }
.module-nav-copy b, .module-nav-copy small { display: block; }
.module-nav-copy b { font-size: 13px; }
.module-nav-copy small { margin-top: 2px; color: rgba(255,255,255,.48); font-size: 9px; }
.module-sidebar-foot { margin-top: auto; padding: 18px 22px 24px; color: rgba(255,255,255,.62); }
.module-sidebar-foot span, .module-sidebar-foot small { display: block; }
.module-sidebar-foot span { font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.module-sidebar-foot small { margin-top: 4px; font-size: 10px; }
