body.a94-html-dashboard {
  --a94html-orange: #ff6b16;
  --a94html-orange-bright: #ff7a22;
  --a94html-line: rgba(255,255,255,.12);
  --a94html-line-strong: rgba(255,255,255,.2);
  --a94html-muted: #a2a2a0;
  /* The public header is the geometry source of truth everywhere. */
  --a94html-shell: min(1400px, calc(100vw - 80px));
  --a94html-header-h: 86px;
  --a94html-content-clearance: clamp(24px, 2.4vw, 36px);
  --a94html-ease: cubic-bezier(.2,.75,.2,1);
}

/* The off-canvas universal drawer must not contribute to the document width
   while it is closed. Apply the guard to the root element as well as body so
   WordPress-rendered auth and legal pages cannot gain a horizontal scrollbar. */
html:has(body.a94-html-dashboard),
body.a94-html-dashboard {
  max-width: 100%;
  overflow-x: clip;
}

body.a94-html-dashboard.menu-open { overflow: hidden !important; }
body.a94-html-dashboard > [data-a94-dashboard-shell],
body.a94-html-dashboard > [data-a94-dashboard-shell] * { box-sizing: border-box; }
body.a94-html-dashboard > [data-a94-dashboard-shell] button,
body.a94-html-dashboard > [data-a94-dashboard-shell] input { font: inherit; }
body.a94-html-dashboard > [data-a94-dashboard-shell] button,
body.a94-html-dashboard > [data-a94-dashboard-shell] a { -webkit-tap-highlight-color: transparent; }
body.a94-html-dashboard > [data-a94-dashboard-shell] a { color: inherit; text-decoration: none; }
body.a94-html-dashboard > [data-a94-dashboard-shell] img { display: block; max-width: 100%; }
body.a94-html-dashboard > [data-a94-dashboard-shell] button { color: inherit; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .shell {
  width: var(--a94html-shell);
  margin-inline: auto;
}

/* The homepage header is fixed. Its shared spacer is the single source of
   document clearance on WordPress-rendered pages, so content can never sit
   behind the navigation at desktop, tablet or mobile widths. */
body.a94-html-dashboard > [data-a94-dashboard-shell] .a94-universal-header-spacer {
  width: 100%;
  height: var(--a94html-header-h);
  pointer-events: none;
}

/* Keep the three primary artist actions visually separate from the status
   panel above and the next dashboard section below. */
body.a94-html-dashboard .a94ld-panel.is-active > .a94ld-action-grid {
  margin-block: clamp(16px, 1.6vw, 24px) !important;
}

/* The public header is fixed and therefore outside the dashboard document
   flow. Reserve its full height before either application begins so no title,
   action card or tool can ever sit beneath the navigation. */
body.a94-html-dashboard .a94ld-main {
  padding-top: var(--a94html-content-clearance) !important;
}
body.a94-html-dashboard .a94ld-workspace,
body.a94-html-dashboard.a94lt-body .a94ld-app-nav {
  margin-top: 0 !important;
}

body.a94-universal-shell > [data-site-footer] { display:block!important; position:relative; z-index:2; width:100%; color:#f7f7f5; background:#050505; font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
body.a94-universal-shell > [data-site-footer] * { box-sizing:border-box; }
body.a94-universal-shell > [data-site-footer] .shell { width:var(--a94html-shell); margin-inline:auto; }
body.a94-universal-shell > [data-site-footer] .site-footer { display:block!important; position:relative; left:auto; width:100%!important; max-width:none!important; margin:0!important; padding:70px 0 26px; background:#050505; }
body.a94-universal-shell > [data-site-footer] .footer-main { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); justify-items:center; gap:clamp(28px,4vw,72px); padding-bottom:44px; text-align:center; }
body.a94-universal-shell > [data-site-footer] :is(.footer-brand,.footer-links) { width:100%; }
body.a94-universal-shell > [data-site-footer] .footer-brand img { display:block; width:210px; height:auto; margin-inline:auto; }
body.a94-universal-shell > [data-site-footer] .footer-brand p { max-width:350px; margin:24px auto 0; color:#a2a2a0; font-size:15px; line-height:1.65; }
body.a94-universal-shell > [data-site-footer] .footer-links { display:flex; flex-direction:column; align-items:center; gap:12px; }
body.a94-universal-shell > [data-site-footer] .footer-links>span { margin-bottom:8px; color:var(--a94html-orange); font-size:9px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
body.a94-universal-shell > [data-site-footer] .footer-links :is(a,p) { margin:0; color:#aaa; font-size:13px; line-height:1.75; text-decoration:none; }
body.a94-universal-shell > [data-site-footer] .footer-links a:is(:hover,:focus-visible) { color:#fff; outline:0; }
body.a94-universal-shell > [data-site-footer] .footer-network { display:flex; align-items:center; justify-content:center; flex-direction:column; gap:18px; padding:22px 0; border-top:1px solid rgba(255,255,255,.12); text-align:center; }
body.a94-universal-shell > [data-site-footer] .footer-network nav { display:flex; flex-wrap:wrap; justify-content:center; gap:10px 22px; }
body.a94-universal-shell > [data-site-footer] .footer-network :is(a,button) { margin:0; padding:0; border:0; background:transparent; color:#9a9a9a; font:750 10px/1.45 Inter,sans-serif; letter-spacing:.035em; text-decoration:none; cursor:pointer; }
body.a94-universal-shell > [data-site-footer] .footer-network :is(a,button):is(:hover,:focus-visible) { border-color:transparent!important; background:transparent!important; color:#fff!important; outline:0; box-shadow:none!important; }
body.a94-universal-shell:has(> [data-site-footer] .cmplz-show-banner) > .a94-cookie-settings { display:none!important; }
body.a94-universal-shell > [data-site-footer] .footer-social { justify-content:center; }
body.a94-universal-shell > [data-site-footer] .footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:25px; border-top:1px solid rgba(255,255,255,.12); color:#8d8d8d; font-size:9px; letter-spacing:.08em; text-transform:uppercase; }
body.a94-universal-shell > [data-site-footer] .footer-bottom a { color:inherit; text-decoration:none; }

body.a94-html-dashboard > [data-a94-dashboard-shell] .skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 12px 18px;
  color: #000;
  background: #fff;
  border-radius: 6px;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .skip-link:focus { transform: none; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .scroll-progress {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--a94html-orange);
  box-shadow: 0 0 16px var(--a94html-orange);
}

body.a94-html-dashboard > [data-a94-dashboard-shell] .site-header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none !important;
  height: var(--a94html-header-h);
  padding: 0 !important;
  display: block !important;
  border-bottom: 1px solid transparent;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: height .35s var(--a94html-ease), background .35s, border-color .35s;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .site-header.is-scrolled {
  height: 72px;
  background: rgba(7,7,7,.82);
  border-color: rgba(255,255,255,.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--a94html-shell) !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
  gap: 32px;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .brand { width: 185px; flex: 0 0 auto; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .brand img { width: 100%; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .header-actions { display: flex; align-items: center; gap: 10px; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .cart-button {
  height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px 0 8px;
  border: 1px solid var(--a94html-line);
  border-radius: 999px;
  background: rgba(15,15,15,.62);
  transition: border-color .25s, transform .25s;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .cart-button:hover { border-color: var(--a94html-orange); transform: translateY(-2px); }
body.a94-html-dashboard > [data-a94-dashboard-shell] .cart-button span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--a94html-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .cart-button strong { color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .icon-button,
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-button {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid var(--a94html-line);
  border-radius: 50%;
  background: rgba(15,15,15,.6);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: border .25s, background .25s, transform .25s;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .icon-button:hover,
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-button:hover {
  border-color: var(--a94html-orange);
  background: rgba(255,107,22,.08);
  transform: translateY(-2px);
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-button span {
  position: absolute;
  width: 18px;
  height: 1px;
  background: #fff;
  transition: transform .3s;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-button span:first-child { transform: translateY(-4px); }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-button span:last-child { transform: translateY(4px); }

body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer {
  position: fixed;
  z-index: 10020;
  top: 0;
  right: 0;
  width: min(520px, 100vw);
  height: 100dvh;
  overflow-y: auto;
  padding: 26px 34px 36px;
  display: flex;
  flex-direction: column;
  color: #f7f7f5;
  background: #0b0b0b;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transform: translateX(102%);
  transition: transform .55s var(--a94html-ease);
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer.is-open { transform: none !important; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .drawer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--a94html-line);
  color: var(--a94html-muted);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .drawer-close { border: 0; background: none; text-transform: uppercase; cursor: pointer; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .drawer-profile { display: grid; gap: 6px; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .drawer-profile span { color: var(--a94html-orange); font-size: 9px; letter-spacing: .14em; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .drawer-profile strong { color: #fff; font-size: 15px; letter-spacing: 0; text-transform: none; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .drawer-profile-auth { margin: -10px -12px; padding: 10px 12px; border-radius: 12px; text-decoration: none; transition: background .22s ease, transform .22s ease; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .drawer-profile-auth:hover,
body.a94-html-dashboard > [data-a94-dashboard-shell] .drawer-profile-auth:focus-visible { background: rgba(255,107,22,.09); transform: translateX(3px); }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer nav { display: grid; margin-top: 22px; }
/* Match the public marketing drawer exactly: link labels use the compact
   Academy94 orange treatment, while the expandable Courses control remains
   the stronger white section marker. */
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer nav a > span {
  color: var(--a94html-orange);
  font-size: 11px;
  letter-spacing: .1em;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .tree-nav { gap: 0; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav a,
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav button {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 4px;
  border: 0;
  border-bottom: 1px solid var(--a94html-line);
  border-radius: 0;
  background: transparent;
  color: #d7d7d4;
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -.025em;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav > a > span,
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav > button > span { font-size: 18px; letter-spacing: -.015em; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav a:hover,
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav button:hover { color: #fff; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav a b,
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav button b {
  color: var(--a94html-orange);
  font-size: 18px;
  font-weight: 500;
  transition: transform .3s;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav button[aria-expanded="true"] b { transform: rotate(90deg); }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav .tree-account { color: #fff; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav .tree-account span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 12px 2px 0;
  border-radius: 50%;
  background: var(--a94html-orange);
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .tree-nav .is-current { color: #fff; background: rgba(255,107,22,.1); }
body.a94-html-dashboard > [data-a94-dashboard-shell] .tree-nav .is-current b { color: var(--a94html-orange); }
body.a94-html-dashboard > [data-a94-dashboard-shell] .tree-divider { display: block; height: 24px; border-bottom: 1px solid var(--a94html-line); }
body.a94-html-dashboard > [data-a94-dashboard-shell] .tree-submenu {
  display: grid;
  max-height: 0;
  overflow: hidden;
  background: rgba(255,255,255,.022);
  transition: max-height .4s var(--a94html-ease);
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .tree-submenu.is-open { max-height: 480px; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav .tree-submenu a { min-height: 48px; padding-left: 24px; color: var(--a94html-muted); font-size: 16px; font-weight: 620; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav .tree-submenu a > span { font-size: 16px; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer > p { margin: auto 0 0; color: var(--a94html-muted); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-scrim {
  position: fixed;
  z-index: 10010;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0,0,0,.62);
  backdrop-filter: blur(4px);
  transition: opacity .35s, visibility .35s;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-scrim.is-open { visibility: visible; opacity: 1; }

body.a94-html-dashboard > [data-a94-dashboard-shell] .search-overlay {
  position: fixed;
  z-index: 10030;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  color: #f7f7f5;
  background: rgba(5,5,5,.97);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: opacity .35s, visibility .35s;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-overlay.is-open { visibility: visible; opacity: 1; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-top {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--a94html-line);
  color: var(--a94html-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-top button { border: 0; background: none; cursor: pointer; text-transform: uppercase; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-box { padding-top: 18vh; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-box label { display: block; color: var(--a94html-orange); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-box input {
  width: 100%;
  margin-top: 20px;
  padding: 10px 0 25px;
  border: 0;
  border-bottom: 1px solid var(--a94html-line-strong);
  border-radius: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  font-size: clamp(35px,7vw,92px);
  font-weight: 800;
  letter-spacing: -.05em;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-box input::placeholder { color: #303030; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-suggestions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 26px; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-suggestions span { margin-right: 12px; color: #666; font-size: 10px; text-transform: uppercase; }
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-suggestions a {
  padding: 10px 14px;
  border: 1px solid var(--a94html-line);
  border-radius: 999px;
  color: #aaa;
  font-size: 11px;
  transition: color .2s, border-color .2s, background .2s;
}
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-suggestions a:hover,
body.a94-html-dashboard > [data-a94-dashboard-shell] .search-suggestions a:focus-visible { border-color: var(--a94html-orange); color: #fff; background: rgba(255,107,22,.08); }

body.a94-html-dashboard .prototype-toast {
  position: fixed;
  z-index: 10040;
  right: 20px;
  bottom: 20px;
  max-width: 360px;
  padding: 15px 18px;
  border: 1px solid rgba(255,107,22,.55);
  border-radius: 11px;
  background: #151515;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .3s, transform .3s;
}
body.a94-html-dashboard .prototype-toast.is-visible { opacity: 1; transform: none; }
body.a94-html-dashboard .prototype-toast strong { display: block; color: #fff; font-size: 12px; }
body.a94-html-dashboard .prototype-toast span { display: block; margin-top: 4px; color: var(--a94html-muted); font-size: 10px; }

body.a94-html-dashboard.admin-bar > [data-a94-dashboard-shell] .site-header { top: 32px; }
body.a94-html-dashboard.admin-bar > [data-a94-dashboard-shell] .scroll-progress { top: 32px; }
body.a94-html-dashboard.admin-bar > [data-a94-dashboard-shell] .menu-drawer,
body.a94-html-dashboard.admin-bar > [data-a94-dashboard-shell] .menu-scrim,
body.a94-html-dashboard.admin-bar > [data-a94-dashboard-shell] .search-overlay {
  top: 32px;
  height: calc(100dvh - 32px);
}

@media (max-width: 820px) {
  body.a94-html-dashboard {
    --a94html-shell: calc(100% - 32px);
    --a94html-header-h: 72px;
    --a94html-content-clearance: 24px;
  }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .site-header.is-scrolled { height: 64px; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .brand { width: 150px; }
  body.a94-universal-shell > [data-site-footer] .footer-main { grid-template-columns:1fr 1fr; }
  body.a94-universal-shell > [data-site-footer] :is(.footer-brand,.footer-main .footer-links:last-child) { grid-column:1/-1; }
  body.a94-universal-shell > [data-site-footer] .footer-network { align-items:center; flex-direction:column; }
  body.a94-universal-shell > [data-site-footer] .footer-social { justify-content:center; }
  body.a94-universal-shell > [data-site-footer] .footer-bottom { flex-wrap:wrap; }
}

@media (max-width: 782px) {
  body.a94-html-dashboard.admin-bar > [data-a94-dashboard-shell] .site-header { top: 46px; }
  body.a94-html-dashboard.admin-bar > [data-a94-dashboard-shell] .scroll-progress { top: 46px; }
  body.a94-html-dashboard.admin-bar > [data-a94-dashboard-shell] .menu-drawer,
  body.a94-html-dashboard.admin-bar > [data-a94-dashboard-shell] .menu-scrim,
  body.a94-html-dashboard.admin-bar > [data-a94-dashboard-shell] .search-overlay {
    top: 46px;
    height: calc(100dvh - 46px);
  }
}

@media (max-width: 560px) {
  body.a94-html-dashboard { --a94html-shell: calc(100% - 24px); }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .brand { width: 138px; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .icon-button,
  body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-button { width: 42px; height: 42px; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .cart-button { width: 42px; padding: 0; justify-content: center; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .cart-button strong { display: none; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .cart-button span { width: 28px; height: 28px; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer { padding: 22px 22px 28px; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .drawer-top { padding-bottom: 25px; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav a,
  body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav button { min-height: 52px; font-size: 18px; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav > a > span,
  body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav > button > span { font-size: 17px; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav .tree-submenu a,
  body.a94-html-dashboard > [data-a94-dashboard-shell] .menu-drawer .tree-nav .tree-submenu a > span { font-size: 15px; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .search-box input { font-size: 40px; }
  body.a94-html-dashboard > [data-a94-dashboard-shell] .search-top { height: 72px; }
  body.a94-universal-shell > [data-site-footer] .site-footer { padding-top:58px; }
  body.a94-universal-shell > [data-site-footer] .footer-main { grid-template-columns:1fr; gap:34px; padding-bottom:38px; }
  body.a94-universal-shell > [data-site-footer] :is(.footer-brand,.footer-main .footer-links:last-child) { grid-column:auto; }
  body.a94-universal-shell > [data-site-footer] .footer-network { padding:22px 0; }
  body.a94-universal-shell > [data-site-footer] .footer-network nav { display:grid; grid-template-columns:1fr 1fr; width:100%; gap:13px 18px; }
  body.a94-universal-shell > [data-site-footer] .footer-bottom { display:grid; text-align:center; }
}

@media (prefers-reduced-motion: reduce) {
  body.a94-html-dashboard > [data-a94-dashboard-shell] *,
  body.a94-html-dashboard > [data-a94-dashboard-shell] *::before,
  body.a94-html-dashboard > [data-a94-dashboard-shell] *::after { transition-duration: .01ms !important; }
}
