:root { --ath-app-dock-height: 76px; }
body:not(.wp-admin) { padding-bottom: calc(var(--ath-app-dock-height) + 24px); }
.ath-app-dock {
  position: fixed;
  z-index: 99980;
  left: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  width: min(680px, calc(100vw - 32px));
  transform: translateX(-50%);
  pointer-events: none;
}
.ath-app-dock__inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  min-height: 66px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  background: rgba(9, 13, 24, .92);
  box-shadow: 0 20px 50px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  pointer-events: auto;
}
.ath-app-dock__item {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  border-radius: 15px;
  color: #94a0b8;
  text-decoration: none !important;
  font: 700 11px/1.1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  transition: transform .18s ease, color .18s ease, background .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.ath-app-dock__item:hover,
.ath-app-dock__item:focus-visible,
.ath-app-dock__item.is-active { color: #fff; background: rgba(52,113,255,.13); }
.ath-app-dock__item:active { transform: scale(.94); }
.ath-app-dock__item.is-active::after {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 18px;
  height: 3px;
  border-radius: 99px;
  background: #3975ff;
  box-shadow: 0 0 12px rgba(57,117,255,.85);
}
.ath-app-dock__icon { display: grid; place-items: center; width: 25px; height: 25px; }
.ath-app-dock__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ath-app-dock__create { transform: translateY(-15px); }
.ath-app-dock__create:hover,
.ath-app-dock__create:focus-visible { background: transparent; transform: translateY(-17px); }
.ath-app-dock__create:active { transform: translateY(-14px) scale(.94); }
.ath-app-dock__create .ath-app-dock__icon {
  width: 52px;
  height: 52px;
  border: 5px solid #0a0e19;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg,#3981ff,#2357dd);
  box-shadow: 0 10px 26px rgba(38,98,244,.46), inset 0 1px 0 rgba(255,255,255,.3);
}
.ath-app-dock__create .ath-app-dock__icon svg { width: 25px; height: 25px; stroke-width: 2.3; }
.ath-app-dock__create .ath-app-dock__label { margin-top: -2px; color: #fff; }
@media (max-width: 680px) {
  :root { --ath-app-dock-height: 72px; }
  body:not(.wp-admin) { padding-bottom: calc(var(--ath-app-dock-height) + env(safe-area-inset-bottom) + 12px); }
  .ath-app-dock { bottom: 0; width: 100%; }
  .ath-app-dock__inner {
    min-height: 68px;
    padding: 7px 7px calc(7px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 20px 20px 0 0;
  }
  .ath-app-dock__item { min-height: 48px; font-size: 10px; }
  .ath-app-dock__create { transform: translateY(-12px); }
  .ath-app-dock__create:hover,
  .ath-app-dock__create:focus-visible { transform: translateY(-13px); }
  .ath-app-dock__create .ath-app-dock__icon { width: 50px; height: 50px; }
}
@media (min-width: 1100px) {
  .ath-app-dock { width: 720px; bottom: 20px; }
  .ath-app-dock__inner { min-height: 70px; padding-inline: 20px; }
  .ath-app-dock__item { font-size: 12px; }
}


/* ATH guest app dock v2.13: conversion-focused logged-out navigation. */
.ath-app-dock__join .ath-app-dock__icon {
  background: linear-gradient(145deg,#3981ff,#2357dd);
  box-shadow: 0 10px 28px rgba(38,98,244,.52), 0 0 0 0 rgba(57,117,255,.48), inset 0 1px 0 rgba(255,255,255,.32);
  animation: athGuestJoinPulse 12s ease-in-out infinite;
}
.ath-app-dock__join .ath-app-dock__icon svg { fill: currentColor; stroke: currentColor; }
@keyframes athGuestJoinPulse {
  0%, 82%, 100% { box-shadow: 0 10px 28px rgba(38,98,244,.52), 0 0 0 0 rgba(57,117,255,0), inset 0 1px 0 rgba(255,255,255,.32); }
  88% { box-shadow: 0 10px 28px rgba(38,98,244,.58), 0 0 0 10px rgba(57,117,255,.16), inset 0 1px 0 rgba(255,255,255,.32); }
  94% { box-shadow: 0 10px 28px rgba(38,98,244,.54), 0 0 0 18px rgba(57,117,255,0), inset 0 1px 0 rgba(255,255,255,.32); }
}
@media (prefers-reduced-motion: reduce) {
  .ath-app-dock__join .ath-app-dock__icon { animation: none; }
}

/* ATH guest dock v2.15: Feed, We Outside, Join Now, Yū Knō The Vibe, Shop. */
.ath-app-dock.is-guest .ath-app-dock__inner {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.ath-app-dock.is-guest .ath-app-dock__join .ath-app-dock__label {
  color: #fff;
}

/* v2.24 — Native Play Block player compatibility.
 * Keep Play Block's playback code completely untouched. This only reserves
 * visual space so its fixed player and the ATH app dock never overlap.
 */
:root {
  --ath-native-player-height: 92px;
}

html.open-player body:not(.wp-admin) {
  padding-bottom: calc(var(--ath-app-dock-height) + var(--ath-native-player-height) + 36px);
}

html.open-player #plyr-playlist.plyr-playlist,
html.open-player .plyr-playlist.fixed-bottom {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: calc(var(--ath-app-dock-height) + max(14px, env(safe-area-inset-bottom)) + 12px) !important;
  width: 100% !important;
  z-index: 99970 !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

@media (max-width: 680px) {
  :root { --ath-native-player-height: 86px; }

  html.open-player body:not(.wp-admin) {
    padding-bottom: calc(var(--ath-app-dock-height) + var(--ath-native-player-height) + env(safe-area-inset-bottom) + 18px);
  }

  html.open-player #plyr-playlist.plyr-playlist,
  html.open-player .plyr-playlist.fixed-bottom {
    bottom: calc(var(--ath-app-dock-height) + env(safe-area-inset-bottom)) !important;
  }
}

@media (min-width: 1100px) {
  html.open-player #plyr-playlist.plyr-playlist,
  html.open-player .plyr-playlist.fixed-bottom {
    bottom: calc(var(--ath-app-dock-height) + 34px) !important;
  }
}



/* v2.26 — Native Play Block skin, ATH positioning only.
 * Do not restyle any Play Block controls. The original plugin owns all player
 * colors, spacing, cover, progress, queue, and responsive behavior.
 */
:root {
  --ath-player-dock-gap: 10px;
}

html.open-player #plyr-playlist.plyr-playlist,
html.open-player .plyr-playlist.fixed-bottom {
  z-index: 99970 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: bottom .24s ease, opacity .2s ease !important;
}

@media (max-width: 680px) {
  html.open-player #plyr-playlist.plyr-playlist,
  html.open-player .plyr-playlist.fixed-bottom {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    bottom: calc(var(--ath-app-dock-height) + env(safe-area-inset-bottom) + var(--ath-player-dock-gap)) !important;
    transform: none !important;
  }
}

@media (min-width: 681px) {
  html.open-player #plyr-playlist.plyr-playlist,
  html.open-player .plyr-playlist.fixed-bottom {
    left: 50% !important;
    right: auto !important;
    width: min(720px, calc(100vw - 32px)) !important;
    bottom: calc(max(14px, env(safe-area-inset-bottom)) + var(--ath-app-dock-height) + var(--ath-player-dock-gap)) !important;
    transform: translateX(-50%) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.open-player #plyr-playlist.plyr-playlist,
  html.open-player .plyr-playlist.fixed-bottom {
    transition: none !important;
  }
}

/* v1.9.227 — Enhanced mobile account/navigation sheet. */
.ath-app-dock__icon--mobile,
.ath-app-dock__label--mobile { display: none; }

.ath-mobile-menu[hidden] { display: none !important; }
.ath-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 100050;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.ath-mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(2, 5, 11, .72);
  opacity: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: opacity .22s ease;
}
.ath-mobile-menu__panel {
  position: relative;
  width: 100%;
  max-height: min(88dvh, 780px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 16px calc(18px + env(safe-area-inset-bottom));
  border: 1px solid rgba(255,255,255,.12);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  color: #f7f9ff;
  background:
    radial-gradient(circle at 88% 0, rgba(53,118,255,.22), transparent 34%),
    linear-gradient(180deg, rgba(14,20,35,.99), rgba(7,11,20,.99));
  box-shadow: 0 -24px 80px rgba(0,0,0,.58);
  transform: translateY(105%);
  transition: transform .26s cubic-bezier(.22,.8,.25,1);
  scrollbar-width: thin;
  outline: none;
}
.ath-mobile-menu.is-open .ath-mobile-menu__backdrop { opacity: 1; }
.ath-mobile-menu.is-open .ath-mobile-menu__panel { transform: translateY(0); }
.ath-mobile-menu__handle {
  position: sticky;
  z-index: 3;
  top: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: linear-gradient(180deg, rgba(14,20,35,.99) 68%, transparent);
  cursor: pointer;
}
.ath-mobile-menu__handle span {
  display: block;
  width: 46px;
  height: 5px;
  border-radius: 99px;
  background: rgba(255,255,255,.28);
}
.ath-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 2px 18px;
}
.ath-mobile-menu__identity {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}
.ath-mobile-menu__avatar {
  width: 54px !important;
  height: 54px !important;
  flex: 0 0 54px;
  object-fit: cover;
  border: 2px solid rgba(82,145,255,.8);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(22,81,210,.3);
}
.ath-mobile-menu__identity div { min-width: 0; }
.ath-mobile-menu__identity span {
  display: block;
  margin-bottom: 3px;
  color: #8d9ab3;
  font: 800 10px/1.1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ath-mobile-menu__identity h2 {
  max-width: 47vw;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font: 850 20px/1.15 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ath-mobile-menu__profile-link {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(104,161,255,.34);
  border-radius: 999px;
  color: #d9e7ff !important;
  background: rgba(51,111,226,.12);
  font: 800 12px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-decoration: none !important;
}
.ath-mobile-menu__create {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  margin-bottom: 15px;
  padding: 11px 14px;
  border: 1px solid rgba(102,165,255,.36);
  border-radius: 20px;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(57,129,255,.95), rgba(34,82,211,.95));
  box-shadow: 0 14px 36px rgba(28,85,221,.28), inset 0 1px 0 rgba(255,255,255,.22);
  text-decoration: none !important;
}
.ath-mobile-menu__create-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(255,255,255,.16);
  font: 300 34px/1 system-ui,sans-serif;
}
.ath-mobile-menu__create strong,
.ath-mobile-menu__create small { display: block; }
.ath-mobile-menu__create strong { font: 850 16px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.ath-mobile-menu__create small { margin-top: 4px; color: rgba(255,255,255,.76); font: 650 11px/1.25 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.ath-mobile-menu__create > span:last-child { font-size: 28px; line-height: 1; }
.ath-mobile-menu__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
}
.ath-mobile-menu__links a {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  min-width: 0;
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  color: #f7f9ff !important;
  background: rgba(255,255,255,.045);
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}
.ath-mobile-menu__links a > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  align-self: center;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  color: #78a9ff;
  background: rgba(57,117,255,.13);
  font: 800 21px/1 system-ui,sans-serif;
}
.ath-mobile-menu__links strong {
  align-self: end;
  min-width: 0;
  overflow: hidden;
  font: 800 13px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ath-mobile-menu__links small {
  align-self: start;
  min-width: 0;
  margin-top: 4px;
  overflow: hidden;
  color: #8f9bb0;
  font: 650 10px/1.25 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ath-mobile-menu__links a:active,
.ath-mobile-menu__create:active,
.ath-mobile-menu__profile-link:active { transform: scale(.98); }
.ath-mobile-menu__footer {
  display: flex;
  justify-content: center;
  padding: 18px 0 2px;
}
.ath-mobile-menu__footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  color: #ff9f9f !important;
  font: 800 12px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-decoration: none !important;
}
html.ath-mobile-menu-open,
body.ath-mobile-menu-open { overflow: hidden !important; }

@media (max-width: 680px) {
  .ath-mobile-menu { display: flex; }
  .ath-app-dock__icon--desktop,
  .ath-app-dock__label--desktop { display: none; }
  .ath-app-dock__icon--mobile { display: grid; }
  .ath-app-dock__label--mobile { display: inline; }
  .ath-app-dock__item[data-ath-mobile-menu-open]::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 18px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4d8dff;
    box-shadow: 0 0 9px rgba(77,141,255,.9);
  }
  .ath-app-dock__item { touch-action: manipulation; }
}

@media (max-width: 390px) {
  .ath-mobile-menu__links { grid-template-columns: 1fr; }
  .ath-mobile-menu__links a { min-height: 70px; }
  .ath-mobile-menu__identity h2 { max-width: 42vw; font-size: 18px; }
  .ath-mobile-menu__profile-link { padding-inline: 12px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .ath-mobile-menu__backdrop,
  .ath-mobile-menu__panel { transition: none; }
}

/* v1.9.229 — Use the same account menu on desktop and mobile. */
.ath-mobile-menu {
  display: flex;
}

.ath-app-dock__item[data-ath-mobile-menu-open]::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4d8dff;
  box-shadow: 0 0 9px rgba(77,141,255,.9);
}

@media (min-width: 681px) {
  .ath-mobile-menu {
    align-items: flex-end;
    padding: 20px 16px calc(var(--ath-app-dock-height) + 42px);
  }

  .ath-mobile-menu__panel {
    width: min(680px, calc(100vw - 32px));
    max-height: calc(100dvh - var(--ath-app-dock-height) - 92px);
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    box-shadow: 0 24px 90px rgba(0,0,0,.62);
    transform: translateY(calc(100% + var(--ath-app-dock-height) + 80px));
  }

  .ath-mobile-menu__handle {
    border-radius: 28px 28px 0 0;
  }

  .ath-mobile-menu__identity h2 {
    max-width: 360px;
  }
}


/* v1.9.230 — Desktop account menu fits without an internal scrollbar. */
@media (min-width: 681px) {
  .ath-mobile-menu__panel {
    width: min(960px, calc(100vw - 48px));
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    padding: 0 18px 14px;
  }

  .ath-mobile-menu__handle {
    height: 22px;
  }

  .ath-mobile-menu__header {
    padding: 7px 2px 12px;
  }

  .ath-mobile-menu__avatar {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px;
  }

  .ath-mobile-menu__identity h2 {
    font-size: 18px;
  }

  .ath-mobile-menu__profile-link {
    min-height: 38px;
  }

  .ath-mobile-menu__create {
    grid-template-columns: 42px minmax(0,1fr) auto;
    min-height: 58px;
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 17px;
  }

  .ath-mobile-menu__create-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    font-size: 29px;
  }

  .ath-mobile-menu__create strong {
    font-size: 15px;
  }

  .ath-mobile-menu__create small {
    margin-top: 2px;
  }

  .ath-mobile-menu__links {
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 8px;
  }

  .ath-mobile-menu__links a {
    grid-template-columns: 34px minmax(0,1fr);
    column-gap: 8px;
    min-height: 64px;
    padding: 9px 10px;
    border-radius: 15px;
  }

  .ath-mobile-menu__links a > span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 18px;
  }

  .ath-mobile-menu__links strong {
    font-size: 12px;
  }

  .ath-mobile-menu__links small {
    margin-top: 2px;
    font-size: 9px;
  }

  .ath-mobile-menu__footer {
    padding: 10px 0 0;
  }

  .ath-mobile-menu__footer a {
    min-height: 36px;
  }
}

/* v1.9.232 — Reusable account menu shortcode: [ath_hustle_menu]. */
.ath-hustle-menu-shortcode {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid rgba(104,161,255,.34);
  border-radius: 999px;
  color: #f7f9ff !important;
  background: linear-gradient(135deg, rgba(28,39,64,.96), rgba(12,18,32,.96));
  box-shadow: 0 10px 28px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.08);
  font: 800 13px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.ath-hustle-menu-shortcode svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.ath-hustle-menu-shortcode:hover,
.ath-hustle-menu-shortcode:focus-visible {
  border-color: rgba(104,161,255,.72);
  background: linear-gradient(135deg, rgba(45,72,126,.98), rgba(14,25,47,.98));
  transform: translateY(-1px);
}
.ath-hustle-menu-shortcode:active { transform: scale(.98); }
.ath-hustle-menu-shortcode.is-guest { background: linear-gradient(135deg,#3981ff,#2357dd); }

/* v1.9.234 — Dock keeps the full account sheet; shortcode uses an anchored dropdown. */
.ath-app-dock__item[data-ath-mobile-menu-open]::before { display: none !important; }
.ath-app-dock__item[data-ath-mobile-menu-open] .ath-app-dock__icon {
  width: 30px;
  height: 30px;
}
.ath-app-dock__avatar,
.ath-app-dock__avatar--fallback {
  display: grid;
  width: 28px !important;
  height: 28px !important;
  place-items: center;
  object-fit: cover;
  border: 2px solid rgba(91,151,255,.82);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg,#3981ff,#2357dd);
  box-shadow: 0 5px 14px rgba(38,98,244,.3);
  font: 850 12px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.ath-app-dock__item[data-ath-mobile-menu-open] .ath-app-dock__label {
  display: block;
  width: 100%;
  max-width: 88px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ath-hustle-menu-shortcode {
  min-height: 48px;
  max-width: min(100%, 320px);
  justify-content: flex-start;
  gap: 9px;
  padding: 5px 10px 5px 6px;
}
.ath-hustle-menu-shortcode__avatar,
.ath-hustle-menu-shortcode__avatar--fallback {
  display: grid;
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px;
  place-items: center;
  object-fit: cover;
  border: 2px solid rgba(91,151,255,.82);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg,#3981ff,#2357dd);
  font: 850 14px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.ath-hustle-menu-shortcode__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ath-hustle-menu-shortcode .ath-hustle-menu-shortcode__chevron {
  width: 18px;
  height: 18px;
  margin-left: auto;
  transition: transform .18s ease;
}
.ath-hustle-menu-shortcode[aria-expanded="true"] .ath-hustle-menu-shortcode__chevron {
  transform: rotate(180deg);
}

.ath-account-dropdown[hidden] { display: none !important; }
.ath-account-dropdown {
  position: fixed;
  inset: 0;
  z-index: 100060;
  display: block;
  padding: 0;
  pointer-events: none;
}
.ath-account-dropdown__backdrop {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: auto;
}
.ath-account-dropdown__panel {
  position: fixed;
  top: 12px;
  left: 12px;
  width: min(420px, calc(100vw - 24px));
  max-height: calc(100dvh - 24px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  color: #f7f9ff;
  background:
    radial-gradient(circle at 94% 0, rgba(53,118,255,.2), transparent 35%),
    linear-gradient(180deg, rgba(14,20,35,.99), rgba(7,11,20,.99));
  box-shadow: 0 22px 70px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.05);
  opacity: 0;
  transform: translateY(-7px) scale(.975);
  transition: opacity .16s ease, transform .18s cubic-bezier(.2,.8,.25,1);
  scrollbar-width: thin;
  outline: none;
  pointer-events: auto;
}
.ath-account-dropdown.is-above .ath-account-dropdown__panel { transform: translateY(7px) scale(.975); }
.ath-account-dropdown.is-open .ath-account-dropdown__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ath-account-dropdown__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 4px 4px 10px;
}
.ath-account-dropdown__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  color: inherit !important;
  text-decoration: none !important;
}
.ath-account-dropdown__avatar,
.ath-account-dropdown__avatar--fallback {
  display: grid;
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px;
  place-items: center;
  object-fit: cover;
  border: 2px solid rgba(82,145,255,.8);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg,#3981ff,#2357dd);
  box-shadow: 0 8px 24px rgba(22,81,210,.3);
  font: 850 16px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.ath-account-dropdown__identity div { min-width: 0; }
.ath-account-dropdown__identity span {
  display: block;
  margin-bottom: 2px;
  color: #8d9ab3;
  font: 800 9px/1.1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ath-account-dropdown__identity h2 {
  max-width: 230px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  font: 850 16px/1.15 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ath-account-dropdown__profile-link {
  flex: 0 0 auto;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border: 1px solid rgba(104,161,255,.34);
  border-radius: 999px;
  color: #d9e7ff !important;
  background: rgba(51,111,226,.12);
  font: 800 11px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-decoration: none !important;
}
.ath-account-dropdown__create {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  margin-bottom: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(102,165,255,.36);
  border-radius: 15px;
  color: #fff !important;
  background: linear-gradient(135deg, rgba(57,129,255,.95), rgba(34,82,211,.95));
  box-shadow: 0 14px 36px rgba(28,85,221,.28), inset 0 1px 0 rgba(255,255,255,.22);
  text-decoration: none !important;
}
.ath-account-dropdown__create-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: rgba(255,255,255,.16);
  font: 300 27px/1 system-ui,sans-serif;
}
.ath-account-dropdown__create strong,
.ath-account-dropdown__create small { display: block; }
.ath-account-dropdown__create strong { font: 850 14px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.ath-account-dropdown__create small { margin-top: 2px; color: rgba(255,255,255,.76); font: 650 10px/1.25 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.ath-account-dropdown__create > span:last-child { font-size: 24px; line-height: 1; }
.ath-account-dropdown__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 6px;
}
.ath-account-dropdown__links a {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  min-width: 0;
  min-height: 52px;
  padding: 7px 8px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 13px;
  color: #f7f9ff !important;
  background: rgba(255,255,255,.045);
  text-decoration: none !important;
}
.ath-account-dropdown__links a > span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  align-self: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: #78a9ff;
  background: rgba(57,117,255,.13);
  font: 800 16px/1 system-ui,sans-serif;
}
.ath-account-dropdown__links strong {
  align-self: end;
  min-width: 0;
  overflow: hidden;
  font: 800 11px/1.2 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ath-account-dropdown__links small {
  align-self: start;
  min-width: 0;
  margin-top: 1px;
  overflow: hidden;
  color: #8f9bb0;
  font: 650 8.5px/1.25 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ath-account-dropdown__footer {
  display: flex;
  justify-content: center;
  padding: 7px 0 0;
}
.ath-account-dropdown__footer a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  color: #ff9f9f !important;
  font: 800 11px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-decoration: none !important;
}
.ath-account-dropdown__links a:active,
.ath-account-dropdown__create:active,
.ath-account-dropdown__profile-link:active { transform: scale(.98); }

@media (max-width: 520px) {
  .ath-account-dropdown__panel { width: min(360px, calc(100vw - 20px)); }
  .ath-account-dropdown__links { grid-template-columns: 1fr; }
  .ath-account-dropdown__links a { min-height: 48px; }
  .ath-account-dropdown__identity h2 { max-width: 44vw; }
  .ath-app-dock__item[data-ath-mobile-menu-open] .ath-app-dock__label { max-width: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  .ath-account-dropdown__panel,
  .ath-hustle-menu-shortcode__chevron { transition: none; }
}


/* v1.9.235 — Keep [ath_hustle_menu] visible and usable on mobile. */
.ath-hustle-menu-shortcode {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 680px) {
  .ath-hustle-menu-shortcode {
    display: inline-flex !important;
    width: auto;
    max-width: 100%;
    min-width: 0;
    min-height: 46px;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .ath-hustle-menu-shortcode__name {
    display: block !important;
    max-width: min(58vw, 220px);
  }

  .ath-hustle-menu-shortcode__avatar,
  .ath-hustle-menu-shortcode__avatar--fallback,
  .ath-hustle-menu-shortcode__chevron {
    display: grid !important;
    visibility: visible !important;
  }
}

/* v1.9.236 — Restore the original mobile card-sheet design.
 * The bottom dock keeps the full slide-up sheet. Only [ath_hustle_menu]
 * uses the compact anchored dropdown. Never collapse either menu into a
 * single-column list on phones.
 */
@media (max-width: 680px) {
  .ath-mobile-menu {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
  }

  .ath-mobile-menu__panel {
    width: 100%;
    max-height: min(88dvh, 780px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 16px calc(18px + env(safe-area-inset-bottom));
    border-bottom: 0;
    border-radius: 28px 28px 0 0;
    transform: translateY(105%);
  }

  .ath-mobile-menu__links,
  .ath-account-dropdown__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ath-mobile-menu__links a {
    min-height: 78px;
  }

  .ath-account-dropdown__links a {
    min-height: 52px;
  }
}

@media (max-width: 360px) {
  .ath-mobile-menu__panel {
    padding-inline: 12px;
  }

  .ath-mobile-menu__links {
    gap: 8px;
  }

  .ath-mobile-menu__links a {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 8px;
    min-height: 72px;
    padding: 10px;
  }

  .ath-mobile-menu__links a > span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 18px;
  }

  .ath-mobile-menu__links strong {
    font-size: 12px;
  }

  .ath-mobile-menu__links small {
    font-size: 9px;
  }

  .ath-account-dropdown__panel {
    width: calc(100vw - 16px);
  }

  .ath-account-dropdown__links {
    gap: 5px;
  }

  .ath-account-dropdown__links a {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 6px;
    padding: 7px;
  }
}



/* ATH app dock v1.10.21 — one-layer dock player. Play Block remains only as the hidden audio engine. */
:root {
  --ath-app-dock-player-height: 0px;
}

html.ath-dock-player-expanded {
  --ath-app-dock-player-height: 104px;
}

html.ath-dock-player-has-track body:not(.wp-admin),
html.open-player body:not(.wp-admin) {
  padding-bottom: calc(var(--ath-app-dock-height) + var(--ath-app-dock-player-height) + max(22px, env(safe-area-inset-bottom))) !important;
}

/* Visually remove the Play Block fixed player without removing its media element or JavaScript. */
html #plyr-playlist.plyr-playlist,
html .plyr-playlist.fixed-bottom {
  position: fixed !important;
  left: -10000px !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
  z-index: -1 !important;
}

.ath-app-dock-player[hidden],
.ath-app-dock-player__reveal[hidden] {
  display: none !important;
}

.ath-app-dock-player {
  position: relative;
  width: 100%;
  padding: 10px 12px 9px;
  border: 1px solid rgba(255,255,255,.11);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: rgba(9,13,24,.96);
  box-shadow: 0 -14px 40px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.06);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  pointer-events: auto;
}

.ath-app-dock.has-player:not(.is-player-collapsed) .ath-app-dock__inner {
  border-radius: 0 0 24px 24px;
  border-top-color: rgba(255,255,255,.055);
}

.ath-app-dock-player__main {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) auto 34px;
  align-items: center;
  gap: 10px;
}

.ath-app-dock-player__cover {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 11px;
  color: #8fdcff;
  background: linear-gradient(145deg,#111a31,#08101f);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.ath-app-dock-player__cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ath-app-dock-player__cover span {
  font: 900 22px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.ath-app-dock-player__meta {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.ath-app-dock-player__meta strong,
.ath-app-dock-player__meta span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.ath-app-dock-player__meta strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 850;
}

.ath-app-dock-player__meta span {
  color: #9aa7bf;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 650;
}

.ath-app-dock-player__controls {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ath-app-dock-player__control,
.ath-app-dock-player__collapse,
.ath-app-dock-player__reveal {
  appearance: none;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.ath-app-dock-player__control {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.055);
}

.ath-app-dock-player__control:hover,
.ath-app-dock-player__control:focus-visible {
  background: rgba(76,137,255,.2);
  outline: none;
}

.ath-app-dock-player__control:disabled {
  opacity: .32;
  cursor: default;
}

.ath-app-dock-player__control svg,
.ath-app-dock-player__collapse svg,
.ath-app-dock-player__reveal svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ath-app-dock-player__control svg path[fill],
.ath-app-dock-player__play svg path {
  fill: currentColor;
  stroke: currentColor;
}

.ath-app-dock-player__play {
  width: 42px;
  height: 42px;
  color: #07101f;
  background: linear-gradient(145deg,#8be6ff,#5796ff);
  box-shadow: 0 8px 22px rgba(63,141,255,.32);
}

.ath-app-dock-player__pause-icon {
  display: none;
}

.ath-app-dock-player__play.is-playing .ath-app-dock-player__play-icon {
  display: none;
}

.ath-app-dock-player__play.is-playing .ath-app-dock-player__pause-icon {
  display: block;
}

.ath-app-dock-player__collapse {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: #aeb9cd;
  background: rgba(255,255,255,.045);
}

.ath-app-dock-player__timeline {
  display: grid;
  grid-template-columns: 36px minmax(0,1fr) 36px;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  color: #8e9ab0;
  font: 700 9px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.ath-app-dock-player__timeline span:last-child {
  text-align: right;
}

.ath-app-dock-player__timeline input[type="range"] {
  appearance: none;
  width: 100%;
  height: 4px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg,#6fcfff 0,#5f87ff calc(var(--ath-player-progress,0) * 1%),rgba(255,255,255,.14) calc(var(--ath-player-progress,0) * 1%));
  accent-color: #76ceff;
  cursor: pointer;
}

.ath-app-dock-player__timeline input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  border: 2px solid #0a0e19;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.4);
}

.ath-app-dock-player__timeline input[type="range"]:disabled {
  opacity: .45;
  cursor: default;
}

.ath-app-dock-player__reveal {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 7px);
  width: 46px;
  height: 32px;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.12);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  color: #8edcff;
  background: rgba(9,13,24,.96);
  box-shadow: 0 -8px 24px rgba(0,0,0,.3);
  pointer-events: auto;
}

.ath-app-dock-player__reveal:hover,
.ath-app-dock-player__reveal:focus-visible {
  color: #fff;
  outline: none;
}

@media (max-width: 680px) {
  html.ath-dock-player-expanded {
    --ath-app-dock-player-height: 92px;
  }

  .ath-app-dock-player {
    padding: 8px 9px 7px;
    border-right: 0;
    border-left: 0;
    border-radius: 20px 20px 0 0;
  }

  .ath-app-dock.has-player:not(.is-player-collapsed) .ath-app-dock__inner {
    border-radius: 0;
  }

  .ath-app-dock-player__main {
    grid-template-columns: 42px minmax(0,1fr) auto 30px;
    gap: 7px;
  }

  .ath-app-dock-player__cover {
    width: 42px;
    height: 42px;
    border-radius: 9px;
  }

  .ath-app-dock-player__meta strong {
    font-size: 13px;
  }

  .ath-app-dock-player__meta span {
    font-size: 10px;
  }

  .ath-app-dock-player__controls {
    gap: 1px;
  }

  .ath-app-dock-player__control {
    width: 30px;
    height: 30px;
  }

  .ath-app-dock-player__play {
    width: 38px;
    height: 38px;
  }

  .ath-app-dock-player__control svg {
    width: 17px;
    height: 17px;
  }

  .ath-app-dock-player__collapse {
    width: 28px;
    height: 28px;
  }

  .ath-app-dock-player__timeline {
    grid-template-columns: 31px minmax(0,1fr) 31px;
    gap: 5px;
    margin-top: 5px;
    font-size: 8px;
  }
}

@media (max-width: 410px) {
  .ath-app-dock-player__controls [data-ath-dock-player-prev],
  .ath-app-dock-player__controls [data-ath-dock-player-next] {
    display: none;
  }

  .ath-app-dock-player__main {
    grid-template-columns: 40px minmax(0,1fr) 40px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ath-app-dock-player *,
  .ath-app-dock-player__reveal {
    transition: none !important;
  }
}


/* ATH app dock v1.10.25 — current-track in-page video control */
.ath-app-dock-player__video[hidden]{display:none!important;}
.ath-app-dock-player__video{
  color:#fff!important;
  background:rgba(255,55,55,.15)!important;
  box-shadow:inset 0 0 0 1px rgba(255,94,94,.16)!important;
}
.ath-app-dock-player__video:hover,
.ath-app-dock-player__video:focus-visible{
  background:rgba(255,55,55,.28)!important;
}
.ath-app-dock-player__video svg rect,
.ath-app-dock-player__video svg path{
  fill:none!important;
  stroke:currentColor!important;
}
@media (max-width:410px){
  .ath-app-dock-player__video{display:grid!important;}
  .ath-app-dock-player__video[hidden]{display:none!important;}
}
