/*
  Practice Screen V2 skeleton.
  V2 uses only zb-practice-v2 / zb-pv2 classes so it stays isolated from the
  legacy Practice screen and avoids layout repair scripts.
*/

.zb-practice-v2-screen[hidden] {
  display: none !important;
}

.zb-practice-v2-screen {
  background:
    radial-gradient(circle at 12% 8%, rgba(20, 184, 166, 0.26), transparent 24rem),
    radial-gradient(circle at 58% 0%, rgba(245, 158, 11, 0.14), transparent 26rem),
    radial-gradient(circle at 86% 18%, rgba(99, 102, 241, 0.22), transparent 30rem),
    linear-gradient(145deg, rgba(2, 10, 20, 0.98), rgba(5, 10, 25, 0.98));
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
  color: rgba(241, 245, 249, 0.96);
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

body[data-current-screen="practice-v2"] {
  overflow: hidden;
}

body[data-current-screen="practice-v2"] .zb-practice-v2-screen {
  inset: 0.75rem;
  position: fixed;
  z-index: 12;
}

.zb-practice-v2 {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 12.25rem minmax(0, 1fr);
  height: 100%;
  margin: 0 auto;
  max-width: 1500px;
  min-height: 0;
  min-width: 1040px;
  overflow: auto;
  padding: 0.75rem;
}

.zb-pv2-left-rail,
.zb-pv2-main {
  min-height: 0;
}

.zb-pv2-left-rail {
  background:
    radial-gradient(circle at 20% 0%, rgba(168, 85, 247, 0.18), transparent 14rem),
    linear-gradient(180deg, rgba(5, 10, 24, 0.9), rgba(2, 6, 18, 0.94));
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 50px rgba(0, 0, 0, 0.24);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 0.78rem;
}

.zb-pv2-rail-brand {
  align-items: center;
  display: grid;
  gap: 0.58rem;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 0.12rem 0.1rem 0.75rem;
}

.zb-pv2-rail-brand > span {
  align-items: center;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.96), rgba(45, 212, 191, 0.72));
  border-radius: 14px;
  color: white;
  display: inline-flex;
  font-weight: 950;
  height: 2.1rem;
  justify-content: center;
  width: 2.1rem;
}

.zb-pv2-rail-brand strong,
.zb-pv2-rail-brand small {
  display: block;
}

.zb-pv2-rail-brand strong {
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.86rem;
  line-height: 1.05;
}

.zb-pv2-rail-brand small {
  color: rgba(216, 180, 254, 0.82);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.25;
}

.zb-pv2-nav,
.zb-pv2-left-utilities {
  display: grid;
  gap: 0.34rem;
}

.zb-pv2-nav {
  align-content: start;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding-top: 0.7rem;
}

.zb-pv2-nav button,
.zb-pv2-utility-button,
.zb-pv2-progress-card button {
  background: rgba(15, 23, 42, 0.62);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 12px;
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.75rem;
  font-weight: 850;
  min-height: 2.05rem;
  text-align: left;
}

.zb-pv2-nav button {
  padding: 0.34rem 0.55rem;
}

.zb-pv2-nav button.is-selected {
  background: rgba(124, 58, 237, 0.24);
  border-color: rgba(196, 181, 253, 0.28);
  color: white;
}

.zb-pv2-left-utilities {
  align-content: end;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  padding-top: 0.64rem;
}

.zb-pv2-progress-card,
.zb-pv2-utility-button,
.zb-pv2-version-pill,
.zb-pv2-header,
.zb-pv2-workspace,
.zb-pv2-actions,
.zb-pv2-tool-card,
.zb-pv2-references,
.zb-pv2-schedule {
  background:
    radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.1), transparent 18rem),
    linear-gradient(145deg, rgba(8, 18, 34, 0.78), rgba(2, 8, 17, 0.88));
  border: 1px solid rgba(148, 163, 184, 0.15);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 42px rgba(0, 0, 0, 0.2);
}

.zb-pv2-progress-card {
  border-color: rgba(45, 212, 191, 0.22);
  border-radius: 16px;
  display: grid;
  gap: 0.48rem;
  padding: 0.62rem;
}

.zb-pv2-progress-card strong,
.zb-pv2-progress-card small {
  display: block;
}

.zb-pv2-progress-card strong {
  color: rgba(248, 250, 252, 0.95);
  font-size: 0.9rem;
  line-height: 1.05;
}

.zb-pv2-progress-card small {
  color: rgba(253, 230, 138, 0.82);
  font-size: 0.68rem;
  line-height: 1.25;
}

.zb-pv2-progress-card button,
.zb-pv2-utility-button {
  padding: 0.34rem 0.55rem;
}

.zb-pv2-version-pill {
  border-radius: 999px;
  color: rgba(203, 213, 225, 0.72);
  display: inline-flex;
  font-size: 0.65rem;
  font-weight: 850;
  justify-content: center;
  padding: 0.34rem 0.42rem;
}

.zb-pv2-version-pill.is-update-available {
  background:
    radial-gradient(circle at 14% 10%, rgba(253, 230, 138, 0.32), transparent 52%),
    linear-gradient(135deg, rgba(120, 53, 15, 0.78), rgba(14, 116, 144, 0.48) 58%, rgba(79, 70, 229, 0.36));
  border-color: rgba(251, 191, 36, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 22px rgba(245, 158, 11, 0.12);
  color: #fff7d6;
  cursor: pointer;
}

.zb-pv2-version-pill.is-update-available:hover,
.zb-pv2-version-pill.is-update-available:focus-visible {
  border-color: rgba(253, 230, 138, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 0 0 2px rgba(34, 211, 238, 0.2),
    0 12px 26px rgba(245, 158, 11, 0.18);
  color: #ffffff;
  outline: none;
}

.zb-pv2-main {
  display: grid;
  gap: 0.62rem;
  grid-template-rows: auto minmax(0, 1fr) 3rem 8.5rem 2.75rem 4.9rem;
}

.zb-pv2-header {
  align-items: center;
  border-radius: 14px;
  display: flex;
  gap: 0.58rem;
  min-height: 2.4rem;
  padding: 0.32rem 0.58rem;
}

.zb-pv2-header > strong {
  color: rgba(248, 250, 252, 0.9);
  font-size: 0.84rem;
  margin-right: auto;
}

.zb-pv2-session-status {
  align-items: center;
  background: rgba(2, 8, 17, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 999px;
  display: flex;
  gap: 0.36rem;
  padding: 0.22rem 0.5rem;
}

.zb-pv2-session-status span {
  color: rgba(148, 163, 184, 0.78);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.zb-pv2-session-status strong {
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.7rem;
}

.zb-pv2-layout {
  display: grid;
  min-height: 0;
}

.zb-pv2-workspace {
  border-color: rgba(45, 212, 191, 0.18);
  border-radius: 22px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.zb-pv2-workspace::before {
  background:
    linear-gradient(105deg, rgba(20, 184, 166, 0.26), transparent 48%),
    radial-gradient(circle at 52% 45%, rgba(245, 158, 11, 0.16), transparent 17rem),
    repeating-linear-gradient(100deg, rgba(251, 191, 36, 0.24) 0 1px, transparent 1px 2.2rem);
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
}

.zb-pv2-panel-heading {
  align-items: center;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  display: flex;
  justify-content: space-between;
  min-height: 3rem;
  padding: 0.52rem 0.74rem;
  position: relative;
  z-index: 1;
}

.zb-pv2-panel-heading h3,
.zb-pv2-panel-heading span,
.zb-pv2-workspace-panel h4,
.zb-pv2-workspace-panel p {
  margin: 0;
}

.zb-pv2-panel-heading h3 {
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.98rem;
  letter-spacing: 0;
}

.zb-pv2-kicker {
  color: rgba(94, 234, 212, 0.86);
  display: block;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zb-pv2-chip,
.zb-pv2-pill {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zb-pv2-chip {
  background: rgba(79, 70, 229, 0.2);
  border: 1px solid rgba(129, 140, 248, 0.28);
  color: rgba(221, 214, 254, 0.92);
  padding: 0.3rem 0.52rem;
}

.zb-pv2-pill {
  background: rgba(45, 212, 191, 0.12);
  border: 1px solid rgba(45, 212, 191, 0.22);
  color: rgba(153, 246, 228, 0.9);
  justify-self: start;
  padding: 0.28rem 0.5rem;
}

.zb-pv2-workspace-body {
  display: grid;
  gap: 0.66rem;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.32fr) minmax(0, 0.92fr);
  min-height: 0;
  overflow: auto;
  padding: 0.74rem;
  position: relative;
  z-index: 1;
}

.zb-pv2-workspace-panel {
  align-content: start;
  background: rgba(2, 8, 17, 0.62);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 18px;
  display: grid;
  gap: 0.72rem;
  min-height: 0;
  overflow: auto;
  padding: 0.86rem;
}

.zb-pv2-content-card {
  background:
    radial-gradient(circle at 88% 0%, rgba(59, 130, 246, 0.16), transparent 15rem),
    rgba(2, 8, 17, 0.66);
}

.zb-pv2-guidance-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(124, 58, 237, 0.22), transparent 15rem),
    rgba(2, 8, 17, 0.66);
}

.zb-pv2-workspace-panel h4 {
  color: rgba(248, 250, 252, 0.96);
  font-size: clamp(1rem, 1.45vw, 1.65rem);
  letter-spacing: 0;
  line-height: 1.05;
}

.zb-pv2-workspace-panel p {
  color: rgba(203, 213, 225, 0.74);
  font-size: 0.8rem;
  line-height: 1.42;
}

.zb-pv2-focus-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 158, 11, 0.24), transparent 14rem),
    rgba(23, 12, 4, 0.58);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 16px;
  display: grid;
  gap: 0.22rem;
  margin-top: auto;
  padding: 0.72rem;
}

.zb-pv2-focus-card span {
  color: rgba(253, 230, 138, 0.9);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zb-pv2-focus-card strong {
  color: rgba(255, 251, 235, 0.96);
  font-size: 0.98rem;
  line-height: 1.15;
}

.zb-pv2-focus-card small {
  color: rgba(253, 230, 138, 0.68);
  font-size: 0.7rem;
}

.zb-pv2-actions {
  align-items: center;
  border-radius: 18px;
  display: grid;
  gap: 0.42rem;
  grid-template-columns: 1.35fr repeat(5, 1fr);
  min-height: 0;
  padding: 0.38rem;
}

.zb-pv2-actions button {
  background: rgba(15, 23, 42, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.78rem;
  font-weight: 850;
  height: 2.2rem;
}

.zb-pv2-actions .zb-pv2-primary-action {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.94), rgba(21, 128, 61, 0.86));
  border-color: rgba(134, 239, 172, 0.35);
  color: white;
}

.zb-pv2-tools {
  display: grid;
  gap: 0.62rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 0;
}

.zb-pv2-tool-card {
  align-content: start;
  border-radius: 18px;
  display: grid;
  gap: 0.58rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-width: 0;
  overflow: hidden;
  padding: 0.78rem;
}

.zb-pv2-tool-card h4,
.zb-pv2-tool-card p {
  margin: 0;
}

.zb-pv2-tool-card h4 {
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.94rem;
}

.zb-pv2-tool-card p {
  color: rgba(203, 213, 225, 0.66);
  font-size: 0.72rem;
  line-height: 1.3;
}

.zb-pv2-tool-card strong {
  color: rgba(248, 250, 252, 0.92);
  font-size: 0.9rem;
  white-space: nowrap;
}

.zb-pv2-tool-icon {
  align-items: center;
  background: rgba(45, 212, 191, 0.12);
  border: 1px solid rgba(45, 212, 191, 0.22);
  border-radius: 14px;
  color: rgba(153, 246, 228, 0.92);
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.zb-pv2-references {
  align-items: center;
  border-color: rgba(245, 158, 11, 0.3);
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  min-height: 0;
  padding: 0.38rem 0.58rem;
}

.zb-pv2-references strong {
  color: rgba(253, 230, 138, 0.92);
  font-size: 0.78rem;
}

.zb-pv2-reference-tabs {
  display: flex;
  gap: 0.52rem;
}

.zb-pv2-reference-tabs span {
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.68rem;
}

.zb-pv2-schedule {
  border-color: rgba(99, 102, 241, 0.26);
  border-radius: 18px;
  display: grid;
  grid-template-columns: minmax(14rem, 0.9fr) minmax(0, 2fr);
  min-height: 0;
  overflow: hidden;
}

.zb-pv2-schedule .zb-pv2-panel-heading {
  border-bottom: 0;
  border-right: 1px solid rgba(148, 163, 184, 0.12);
  min-height: 0;
}

.zb-pv2-schedule-list {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  min-height: 0;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 0.42rem;
  scroll-padding-inline: 0.6rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.zb-pv2-schedule-list article {
  align-items: center;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 14px;
  display: grid;
  flex: 0 0 clamp(11.2rem, 16vw, 13.5rem);
  gap: 0.5rem;
  grid-template-columns: auto minmax(0, 1fr);
  max-width: 13.5rem;
  min-width: 11.2rem;
  padding: 0.5rem;
  scroll-snap-align: center;
}

.zb-pv2-schedule-list article > span {
  align-items: center;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.9), rgba(59, 130, 246, 0.62));
  border-radius: 11px;
  color: white;
  display: inline-flex;
  font-weight: 900;
  height: 1.65rem;
  justify-content: center;
  width: 1.65rem;
}

.zb-pv2-schedule-list strong,
.zb-pv2-schedule-list small {
  display: block;
}

.zb-pv2-schedule-list strong {
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.76rem;
}

.zb-pv2-schedule-list small {
  color: rgba(203, 213, 225, 0.66);
  font-size: 0.66rem;
  margin-top: 0.08rem;
}

@media (max-width: 1320px) {
  .zb-practice-v2 {
    grid-template-columns: 10.75rem minmax(0, 1fr);
    min-width: 980px;
  }

  .zb-pv2-main {
    grid-template-rows: auto minmax(0, 1fr) 2.9rem 8rem 2.6rem 4.6rem;
  }

  .zb-pv2-workspace-body {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.28fr) minmax(0, 0.86fr);
  }

  .zb-pv2-schedule {
    grid-template-columns: minmax(12.5rem, 0.8fr) minmax(0, 2fr);
  }
}

/* Migration Pass 1: real practice data, wider-screen restraint, and stable internal scrolling. */
.zb-practice-v2-screen {
  background:
    radial-gradient(circle at 14% 8%, rgba(20, 184, 166, 0.32), transparent 25rem),
    radial-gradient(circle at 45% -5%, rgba(245, 158, 11, 0.2), transparent 27rem),
    radial-gradient(circle at 86% 18%, rgba(99, 102, 241, 0.28), transparent 31rem),
    radial-gradient(circle at 52% 96%, rgba(45, 212, 191, 0.12), transparent 30rem),
    linear-gradient(145deg, rgba(2, 10, 20, 0.98), rgba(5, 10, 25, 0.98));
}

.zb-practice-v2 {
  max-width: 1480px;
  width: min(calc(100vw - 1.5rem), 1480px);
}

.zb-pv2-main {
  grid-template-rows: auto minmax(0, 1fr) 3.05rem 9.4rem 2.75rem 5rem;
}

.zb-pv2-workspace {
  background:
    radial-gradient(circle at 20% 0%, rgba(20, 184, 166, 0.16), transparent 20rem),
    radial-gradient(circle at 92% 20%, rgba(79, 70, 229, 0.15), transparent 22rem),
    rgba(2, 8, 17, 0.52);
}

.zb-pv2-workspace::before {
  opacity: 0.84;
}

.zb-pv2-workspace-body {
  overflow: hidden;
}

.zb-pv2-workspace-panel {
  align-content: stretch;
  background:
    radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.08), transparent 13rem),
    rgba(2, 8, 17, 0.54);
  overflow: hidden;
}

.zb-pv2-current-card {
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.zb-pv2-current-scroll,
.zb-pv2-instructions-body,
.zb-pv2-guidance-body {
  min-height: 0;
  overflow: auto;
}

.zb-pv2-current-scroll {
  align-content: start;
  display: grid;
  gap: 0.66rem;
  padding-right: 0.12rem;
}

.zb-pv2-current-card h4 {
  font-size: clamp(1.25rem, 1.7vw, 2.05rem);
  line-height: 1.02;
}

.zb-pv2-current-card p {
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.84rem;
}

.zb-pv2-current-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
}

.zb-pv2-current-meta span {
  background: rgba(15, 23, 42, 0.64);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  color: rgba(203, 213, 225, 0.82);
  font-size: 0.66rem;
  font-weight: 800;
  padding: 0.23rem 0.46rem;
}

.zb-pv2-focus-card {
  margin-top: 1rem;
  min-height: 6.55rem;
  padding: 0.82rem;
}

.zb-pv2-focus-card strong {
  font-size: 1.08rem;
}

.zb-pv2-focus-card button {
  align-self: end;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(253, 230, 138, 0.28);
  border-radius: 999px;
  color: rgba(255, 251, 235, 0.9);
  font-size: 0.65rem;
  font-weight: 900;
  justify-self: start;
  padding: 0.24rem 0.52rem;
}

.zb-pv2-content-card {
  grid-template-rows: auto minmax(0, 1fr);
}

.zb-pv2-panel-row {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  min-width: 0;
}

.zb-pv2-panel-row small {
  color: rgba(203, 213, 225, 0.64);
  font-size: 0.68rem;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zb-pv2-instructions-body {
  background:
    radial-gradient(circle at 4% 0%, rgba(59, 130, 246, 0.12), transparent 14rem),
    rgba(2, 8, 17, 0.28);
  border: 1px solid rgba(148, 163, 184, 0.08);
  border-radius: 14px;
  padding: 0.74rem;
}

.zb-pv2-instruction-lines {
  display: grid;
  gap: 0.62rem;
}

.zb-pv2-instruction-lines p {
  color: rgba(241, 245, 249, 0.9);
  font-size: 0.94rem;
  line-height: 1.36;
  margin: 0;
}

.zb-pv2-empty-state,
.zb-pv2-guidance-empty {
  align-content: center;
  display: grid;
  gap: 0.42rem;
  height: 100%;
  justify-items: center;
  min-height: 8rem;
  text-align: center;
}

.zb-pv2-empty-state strong,
.zb-pv2-guidance-empty strong {
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.98rem;
}

.zb-pv2-empty-state span,
.zb-pv2-guidance-empty span,
.zb-pv2-guidance-empty p {
  color: rgba(203, 213, 225, 0.72);
}

.zb-pv2-guidance-card {
  grid-template-rows: auto minmax(0, 1fr);
}

.zb-pv2-guidance-body {
  align-content: center;
  display: grid;
}

.zb-pv2-key-guidance {
  align-content: center;
  display: grid;
  gap: 0.46rem;
  justify-items: center;
  min-height: 100%;
  text-align: center;
}

.zb-pv2-key-guidance small,
.zb-pv2-key-guidance em,
.zb-pv2-key-guidance span {
  color: rgba(204, 251, 241, 0.82);
  font-style: normal;
  font-weight: 850;
}

.zb-pv2-key-guidance small {
  color: rgba(94, 234, 212, 0.94);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zb-pv2-key-guidance strong {
  color: white;
  font-size: clamp(3rem, 4.4vw, 4.7rem);
  line-height: 0.9;
}

.zb-pv2-key-actions {
  display: flex;
  gap: 0.42rem;
  margin-top: 0.18rem;
}

.zb-pv2-key-actions button,
.zb-pv2-tool-actions button,
.zb-pv2-timer-presets button {
  background: rgba(226, 232, 240, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  color: rgba(37, 99, 235, 0.94);
  font-size: 0.68rem;
  font-weight: 900;
  min-height: 1.55rem;
  padding: 0.2rem 0.6rem;
}

.zb-pv2-key-actions button:disabled,
.zb-pv2-tool-actions button:disabled,
.zb-pv2-timer-presets button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.3);
  opacity: 0.42;
}

.zb-pv2-key-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.26rem;
  justify-content: center;
  max-width: 15.5rem;
}

.zb-pv2-key-chip {
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 850;
  min-height: 1.18rem;
  min-width: 1.52rem;
  padding: 0.08rem 0.34rem;
}

.zb-pv2-key-chip.is-current {
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.28), transparent 34%),
    linear-gradient(135deg, rgba(59, 130, 246, 0.96), rgba(124, 58, 237, 0.92));
  border: 1px solid rgba(191, 219, 254, 0.78);
  color: white;
  box-shadow:
    0 0 0 1px rgba(129, 140, 248, 0.22),
    0 0 18px rgba(59, 130, 246, 0.28);
}

.zb-pv2-key-chip.is-completed {
  background: rgba(16, 185, 129, 0.62);
  border: 1px solid rgba(110, 231, 183, 0.7);
  color: rgba(236, 253, 245, 0.98);
  box-shadow: 0 0 16px rgba(16, 185, 129, 0.18);
}

.zb-pv2-key-chip.is-completed::before {
  content: "✓";
  display: inline-block;
  font-weight: 950;
  margin-right: 0.22rem;
}

.zb-pv2-key-chip.is-remaining {
  background: rgba(37, 99, 235, 0.34);
  border: 1px solid rgba(96, 165, 250, 0.45);
  color: rgba(219, 234, 254, 0.94);
}

.zb-pv2-key-chip.is-available {
  background: rgba(51, 65, 85, 0.58);
  border: 1px solid rgba(148, 163, 184, 0.24);
  color: rgba(203, 213, 225, 0.72);
}

.zb-pv2-tool-card {
  align-content: stretch;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: minmax(0, 1fr);
  padding: 0.68rem;
}

.zb-pv2-tool-card > div {
  align-content: start;
  display: grid;
  gap: 0.36rem;
  min-width: 0;
}

.zb-pv2-tool-card p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zb-pv2-tool-card strong {
  align-self: start;
  background: rgba(15, 23, 42, 0.56);
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 999px;
  padding: 0.24rem 0.48rem;
}

.zb-pv2-tool-actions,
.zb-pv2-timer-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
}

.zb-pv2-tool-actions button,
.zb-pv2-timer-presets button {
  background: rgba(15, 23, 42, 0.68);
  border-color: rgba(148, 163, 184, 0.2);
  color: rgba(226, 232, 240, 0.9);
}

.zb-pv2-tool-actions button:first-child {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.9), rgba(22, 163, 74, 0.76));
  border-color: rgba(134, 239, 172, 0.34);
  color: white;
}

.zb-pv2-tool-card[data-zb-pv2-tool="recorder"] .zb-pv2-tool-actions button:first-child {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.95), rgba(190, 18, 60, 0.78));
  border-color: rgba(251, 113, 133, 0.36);
}

.zb-pv2-references {
  background:
    radial-gradient(circle at 10% 50%, rgba(245, 158, 11, 0.25), transparent 17rem),
    linear-gradient(110deg, rgba(92, 45, 4, 0.58), rgba(2, 8, 17, 0.72) 54%, rgba(23, 12, 45, 0.62));
}

.zb-pv2-schedule-list article.is-current {
  background:
    radial-gradient(circle at 0% 0%, rgba(124, 58, 237, 0.26), transparent 9rem),
    rgba(15, 23, 42, 0.84);
  border-color: rgba(196, 181, 253, 0.4);
}

.zb-pv2-schedule-list em {
  color: rgba(153, 246, 228, 0.78);
  display: block;
  font-size: 0.64rem;
  font-style: normal;
  margin-top: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1700px) {
  .zb-practice-v2-screen {
    background:
      radial-gradient(circle at 12% 8%, rgba(20, 184, 166, 0.36), transparent 28rem),
      radial-gradient(circle at 30% 50%, rgba(245, 158, 11, 0.15), transparent 32rem),
      radial-gradient(circle at 86% 18%, rgba(99, 102, 241, 0.3), transparent 34rem),
      linear-gradient(145deg, rgba(2, 10, 20, 0.98), rgba(5, 10, 25, 0.98));
  }
}

@media (max-width: 1320px) {
  .zb-pv2-main {
    grid-template-rows: auto minmax(0, 1fr) 2.9rem 9rem 2.65rem 4.7rem;
  }

  .zb-pv2-tool-card {
    gap: 0.42rem;
    padding: 0.58rem;
  }

  .zb-pv2-tool-actions button,
  .zb-pv2-timer-presets button {
    padding-inline: 0.46rem;
  }
}

/* Workflow refinement: quieter rail, stronger practice surface, simpler focus hierarchy. */
.zb-practice-v2-screen {
  background:
    radial-gradient(circle at 9% 8%, rgba(20, 184, 166, 0.4), transparent 26rem),
    radial-gradient(circle at 33% 44%, rgba(245, 158, 11, 0.19), transparent 31rem),
    radial-gradient(circle at 74% 12%, rgba(59, 130, 246, 0.26), transparent 29rem),
    radial-gradient(circle at 90% 72%, rgba(124, 58, 237, 0.22), transparent 30rem),
    linear-gradient(145deg, rgba(2, 10, 20, 0.97), rgba(5, 10, 25, 0.97));
}

.zb-pv2-left-rail {
  background:
    radial-gradient(circle at 14% 8%, rgba(168, 85, 247, 0.12), transparent 12rem),
    radial-gradient(circle at 20% 72%, rgba(45, 212, 191, 0.08), transparent 13rem),
    linear-gradient(180deg, rgba(4, 9, 22, 0.76), rgba(2, 6, 18, 0.82));
  border-color: rgba(148, 163, 184, 0.1);
  box-shadow: inset -1px 0 0 rgba(45, 212, 191, 0.05), 0 18px 44px rgba(0, 0, 0, 0.14);
}

.zb-pv2-rail-brand {
  opacity: 0.9;
}

.zb-pv2-nav {
  border-top-color: rgba(148, 163, 184, 0.08);
  gap: 0.22rem;
}

.zb-pv2-nav button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  color: rgba(203, 213, 225, 0.72);
  min-height: 2rem;
  padding: 0.38rem 0.5rem 0.38rem 0.72rem;
  position: relative;
  transition: background 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.zb-pv2-nav button::before {
  background: linear-gradient(180deg, rgba(45, 212, 191, 0.95), rgba(168, 85, 247, 0.78));
  border-radius: 999px;
  bottom: 0.38rem;
  content: "";
  left: 0.3rem;
  opacity: 0;
  position: absolute;
  top: 0.38rem;
  transform: scaleY(0.45);
  transition: opacity 140ms ease, transform 140ms ease;
  width: 0.14rem;
}

.zb-pv2-nav button:hover {
  background: rgba(15, 23, 42, 0.34);
  border-color: rgba(45, 212, 191, 0.12);
  box-shadow: 0 0 22px rgba(45, 212, 191, 0.08);
  color: rgba(241, 245, 249, 0.94);
  transform: translateX(1px);
}

.zb-pv2-nav button:hover::before,
.zb-pv2-nav button.is-selected::before {
  opacity: 1;
  transform: scaleY(1);
}

.zb-pv2-nav button.is-selected {
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.12), rgba(124, 58, 237, 0.08), transparent);
  border-color: rgba(94, 234, 212, 0.16);
  box-shadow: inset 0 -1px 0 rgba(168, 85, 247, 0.24), 0 0 26px rgba(45, 212, 191, 0.08);
  color: white;
}

.zb-pv2-left-utilities {
  border-top-color: rgba(148, 163, 184, 0.07);
  gap: 0.34rem;
}

.zb-pv2-progress-card {
  background:
    radial-gradient(circle at 4% 38%, rgba(253, 224, 71, 0.16), transparent 6rem),
    radial-gradient(circle at 100% 0%, rgba(45, 212, 191, 0.1), transparent 9rem),
    rgba(15, 23, 42, 0.34);
  border-color: rgba(148, 163, 184, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  padding: 0.58rem;
}

.zb-pv2-progress-card .zb-pv2-tool-icon {
  background: rgba(253, 224, 71, 0.1);
  border-color: rgba(253, 224, 71, 0.2);
  color: rgba(253, 224, 71, 0.92);
}

.zb-pv2-progress-card button {
  background: rgba(15, 23, 42, 0.42);
  border-color: rgba(45, 212, 191, 0.16);
  color: rgba(226, 232, 240, 0.9);
  min-height: 1.85rem;
}

.zb-pv2-utility-button,
.zb-pv2-version-pill {
  background: rgba(15, 23, 42, 0.24);
  border-color: rgba(148, 163, 184, 0.09);
  box-shadow: none;
  color: rgba(203, 213, 225, 0.7);
  min-height: 1.85rem;
}

.zb-pv2-utility-button:hover {
  background: rgba(15, 23, 42, 0.42);
  border-color: rgba(45, 212, 191, 0.14);
  color: rgba(241, 245, 249, 0.88);
}

.zb-pv2-version-pill {
  font-size: 0.6rem;
  padding-block: 0.26rem;
}

.zb-pv2-workspace {
  background:
    radial-gradient(circle at 18% 2%, rgba(20, 184, 166, 0.22), transparent 22rem),
    radial-gradient(circle at 52% 58%, rgba(245, 158, 11, 0.14), transparent 22rem),
    radial-gradient(circle at 96% 18%, rgba(79, 70, 229, 0.2), transparent 24rem),
    rgba(2, 8, 17, 0.42);
  border-color: rgba(94, 234, 212, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 24px 70px rgba(0, 0, 0, 0.28), 0 0 46px rgba(45, 212, 191, 0.06);
}

.zb-pv2-workspace::before {
  background:
    linear-gradient(105deg, rgba(20, 184, 166, 0.31), transparent 49%),
    radial-gradient(circle at 48% 42%, rgba(245, 158, 11, 0.2), transparent 18rem),
    radial-gradient(circle at 86% 8%, rgba(99, 102, 241, 0.15), transparent 20rem),
    repeating-linear-gradient(100deg, rgba(251, 191, 36, 0.29) 0 1px, transparent 1px 2.2rem);
  opacity: 0.92;
}

.zb-pv2-panel-heading {
  background: linear-gradient(90deg, rgba(2, 8, 17, 0.3), rgba(2, 8, 17, 0.08));
}

.zb-pv2-workspace-body {
  gap: 0.72rem;
  padding: 0.82rem;
}

.zb-pv2-workspace-panel {
  background:
    radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.1), transparent 14rem),
    rgba(2, 8, 17, 0.46);
  border-color: rgba(148, 163, 184, 0.12);
}

.zb-pv2-current-card {
  grid-template-rows: auto minmax(0, 1.16fr) auto;
}

.zb-pv2-current-card h4 {
  font-size: clamp(1.38rem, 1.86vw, 2.22rem);
}

.zb-pv2-focus-card {
  align-content: center;
  background:
    radial-gradient(circle at 0% 35%, rgba(245, 158, 11, 0.34), transparent 14rem),
    linear-gradient(120deg, rgba(92, 45, 4, 0.58), rgba(2, 8, 17, 0.66));
  border-color: rgba(245, 158, 11, 0.38);
  gap: 0.28rem;
  grid-template-areas:
    "prompt edit"
    "label edit";
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 7.15rem;
  padding: 0.86rem 0.9rem;
}

.zb-pv2-focus-card span {
  align-self: start;
  color: rgba(253, 230, 138, 0.78);
  font-size: 0.62rem;
  grid-area: label;
}

.zb-pv2-focus-card strong {
  align-self: end;
  font-size: clamp(1.08rem, 1.28vw, 1.42rem);
  grid-area: prompt;
  line-height: 1.12;
}

.zb-pv2-focus-card small {
  display: none;
}

.zb-pv2-focus-card button {
  align-self: start;
  background: rgba(15, 23, 42, 0.46);
  border-color: rgba(253, 230, 138, 0.24);
  color: rgba(255, 251, 235, 0.82);
  font-size: 0.76rem;
  grid-area: edit;
  justify-self: end;
  min-height: 1.55rem;
  min-width: 1.55rem;
  padding: 0;
  text-align: center;
}

.zb-pv2-focus-card button:hover {
  background: rgba(245, 158, 11, 0.18);
  border-color: rgba(253, 230, 138, 0.42);
  color: rgba(255, 251, 235, 0.98);
}

.zb-pv2-guidance-card {
  background:
    radial-gradient(circle at 8% 0%, rgba(45, 212, 191, 0.18), transparent 15rem),
    radial-gradient(circle at 88% 82%, rgba(124, 58, 237, 0.26), transparent 16rem),
    rgba(2, 8, 17, 0.48);
  border-color: rgba(45, 212, 191, 0.18);
}

.zb-pv2-key-actions {
  gap: 0.54rem;
}

.zb-pv2-key-actions button {
  font-size: 0.73rem;
  min-height: 1.72rem;
  padding: 0.24rem 0.78rem;
}

.zb-pv2-key-chip-grid {
  gap: 0.32rem;
  max-width: 17rem;
}

.zb-pv2-key-chip {
  font-size: 0.7rem;
  min-height: 1.42rem;
  min-width: 1.78rem;
  padding: 0.12rem 0.42rem;
}

.zb-pv2-actions,
.zb-pv2-tool-card,
.zb-pv2-references,
.zb-pv2-schedule {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 16px 36px rgba(0, 0, 0, 0.16);
}

/* Visual language and hierarchy pass: practice content first, chrome second. */
.zb-practice-v2-screen {
  background:
    radial-gradient(circle at 9% 8%, rgba(20, 184, 166, 0.46), transparent 27rem),
    radial-gradient(circle at 34% 46%, rgba(245, 158, 11, 0.23), transparent 32rem),
    radial-gradient(circle at 72% 11%, rgba(59, 130, 246, 0.3), transparent 30rem),
    radial-gradient(circle at 92% 76%, rgba(124, 58, 237, 0.26), transparent 31rem),
    linear-gradient(145deg, rgba(2, 10, 20, 0.965), rgba(5, 10, 25, 0.965));
}

.zb-pv2-left-rail {
  background:
    radial-gradient(circle at 16% 8%, rgba(168, 85, 247, 0.09), transparent 12rem),
    radial-gradient(circle at 18% 70%, rgba(45, 212, 191, 0.07), transparent 13rem),
    linear-gradient(180deg, rgba(4, 9, 22, 0.7), rgba(2, 6, 18, 0.78));
}

.zb-pv2-nav {
  gap: 0.16rem;
}

.zb-pv2-nav button {
  border-radius: 8px;
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.73rem;
  min-height: 1.92rem;
  padding-left: 0.78rem;
}

.zb-pv2-nav button::after {
  background: linear-gradient(90deg, rgba(45, 212, 191, 0), rgba(45, 212, 191, 0.74), rgba(168, 85, 247, 0));
  bottom: 0.22rem;
  content: "";
  height: 1px;
  left: 0.72rem;
  opacity: 0;
  position: absolute;
  right: 1rem;
  transform: scaleX(0.55);
  transition: opacity 140ms ease, transform 140ms ease;
}

.zb-pv2-nav button:hover::after,
.zb-pv2-nav button.is-selected::after {
  opacity: 0.9;
  transform: scaleX(1);
}

.zb-pv2-nav button.is-selected {
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.1), rgba(124, 58, 237, 0.07), transparent 78%);
  border-color: rgba(94, 234, 212, 0.13);
}

.zb-pv2-progress-card {
  margin-block: 0.25rem 0.38rem;
}

.zb-pv2-utility-button,
.zb-pv2-version-pill {
  border-radius: 10px;
  font-size: 0.68rem;
}

.zb-pv2-workspace {
  background:
    radial-gradient(circle at 16% 4%, rgba(20, 184, 166, 0.25), transparent 23rem),
    radial-gradient(circle at 47% 56%, rgba(245, 158, 11, 0.17), transparent 23rem),
    radial-gradient(circle at 96% 18%, rgba(79, 70, 229, 0.22), transparent 24rem),
    rgba(2, 8, 17, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055), 0 28px 76px rgba(0, 0, 0, 0.28), 0 0 58px rgba(45, 212, 191, 0.08);
}

.zb-pv2-workspace-panel {
  background:
    radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.12), transparent 14rem),
    rgba(2, 8, 17, 0.4);
  border-color: rgba(148, 163, 184, 0.11);
}

.zb-pv2-current-card {
  background:
    radial-gradient(circle at 6% 0%, rgba(45, 212, 191, 0.18), transparent 15rem),
    linear-gradient(160deg, rgba(2, 8, 17, 0.5), rgba(2, 8, 17, 0.35));
}

.zb-pv2-current-card .zb-pv2-pill {
  opacity: 0.72;
}

.zb-pv2-current-card h4 {
  color: rgba(255, 255, 255, 0.98);
  letter-spacing: 0;
}

.zb-pv2-current-card p {
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.88rem;
}

.zb-pv2-current-meta {
  display: none;
}

.zb-pv2-focus-card {
  align-content: stretch;
  grid-template-areas:
    "prompt prompt"
    "label edit";
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 7.35rem;
}

.zb-pv2-focus-card strong {
  align-self: center;
  font-size: clamp(1.16rem, 1.42vw, 1.55rem);
}

.zb-pv2-focus-card span {
  align-self: end;
  opacity: 0.78;
}

.zb-pv2-focus-card button {
  align-self: end;
  background: transparent;
  border-color: rgba(253, 230, 138, 0.18);
  box-shadow: none;
}

.zb-pv2-focus-card.is-empty strong {
  color: rgba(255, 251, 235, 0.84);
}

.zb-pv2-instructions-body {
  background:
    radial-gradient(circle at 4% 0%, rgba(59, 130, 246, 0.16), transparent 15rem),
    radial-gradient(circle at 92% 14%, rgba(45, 212, 191, 0.1), transparent 14rem),
    rgba(2, 8, 17, 0.24);
}

.zb-pv2-instruction-lines p {
  color: rgba(248, 250, 252, 0.93);
  font-size: 1rem;
  line-height: 1.42;
}

.zb-pv2-key-actions button {
  font-size: 0.78rem;
  min-height: 1.92rem;
  padding: 0.3rem 0.92rem;
}

.zb-pv2-key-chip-grid {
  gap: 0.36rem;
}

.zb-pv2-key-chip {
  font-size: 0.74rem;
  min-height: 1.56rem;
  min-width: 1.92rem;
}

.zb-pv2-actions button {
  display: grid;
  column-gap: 0.32rem;
  row-gap: 0.05rem;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  justify-content: center;
  justify-items: center;
  line-height: 1.05;
  place-content: center;
  text-align: center;
}

.zb-pv2-actions button > span {
  align-self: center;
  grid-row: 1 / 3;
  opacity: 0.95;
}

.zb-pv2-actions button > strong {
  color: rgba(250, 252, 255, 0.96);
  font-size: 0.78rem;
  line-height: 1.02;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zb-pv2-actions button small {
  color: rgba(187, 247, 208, 0.82);
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-drawer {
  background:
    radial-gradient(circle at 12% 0%, rgba(45, 212, 191, 0.16), transparent 15rem),
    radial-gradient(circle at 100% 80%, rgba(124, 58, 237, 0.16), transparent 16rem),
    rgba(3, 10, 24, 0.94);
  border-color: rgba(94, 234, 212, 0.2);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38), 0 0 40px rgba(45, 212, 191, 0.08);
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-drawer-summary {
  color: rgba(203, 213, 225, 0.76);
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-drawer-grid {
  display: grid !important;
  gap: 0.72rem !important;
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace #currentItemNotesBox.practice-tool-card,
body[data-current-screen="practice-v2"] #practiceNotesWorkspace #currentItemReminderBox.practice-tool-card,
body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-history-panel {
  background:
    radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.08), transparent 10rem),
    rgba(15, 23, 42, 0.48);
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 16px;
  box-shadow: none;
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace #currentItemNotesBox.practice-tool-card {
  border-color: rgba(45, 212, 191, 0.2);
  order: 1 !important;
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace #currentItemReminderBox.practice-tool-card {
  border-color: rgba(245, 158, 11, 0.2);
  order: 2 !important;
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-history-panel {
  opacity: 0.82;
  order: 3 !important;
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace textarea#currentItemNotes,
body[data-current-screen="practice-v2"] #practiceNotesWorkspace textarea#currentItemReminderNotes {
  background: rgba(2, 8, 17, 0.58);
  border-color: rgba(148, 163, 184, 0.14);
  color: rgba(248, 250, 252, 0.92);
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-history-heading span {
  color: rgba(226, 232, 240, 0.82);
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-history-heading small,
body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-history-item small,
body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-history-empty {
  color: rgba(148, 163, 184, 0.72);
}

/* Targeted correction pass: missed polish items only. */
.zb-pv2-nav button {
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.79rem;
  font-weight: 840;
  min-height: 2rem;
}

.zb-pv2-nav button.is-selected {
  box-shadow: inset 0 -1px 0 rgba(94, 234, 212, 0.28), 0 0 22px rgba(45, 212, 191, 0.08);
}

.zb-pv2-progress-card {
  margin-block: 0.42rem 0.5rem;
}

.zb-pv2-utility-button,
.zb-pv2-version-pill {
  background: transparent;
  border-color: transparent;
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.72rem;
  min-height: 1.7rem;
  padding-inline: 0.34rem;
}

.zb-pv2-utility-button {
  align-items: center;
  display: inline-flex;
  gap: 0.32rem;
}

.zb-pv2-utility-button:hover {
  background: rgba(15, 23, 42, 0.3);
  border-color: rgba(94, 234, 212, 0.1);
}

.zb-pv2-version-pill {
  justify-content: flex-start;
}

.zb-pv2-current-card p[hidden] {
  display: none;
}

.zb-pv2-current-scroll {
  gap: 0.44rem;
}

.zb-pv2-focus-card {
  grid-template-areas:
    "prompt prompt"
    "label edit";
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: minmax(0, 1fr) auto;
}

.zb-pv2-focus-card strong {
  align-self: center;
  justify-self: center;
  text-align: center;
}

.zb-pv2-focus-card span {
  align-self: end;
  justify-self: start;
}

.zb-pv2-focus-card button {
  align-self: end;
  background: rgba(2, 8, 17, 0.18);
  border-color: rgba(253, 230, 138, 0.16);
  color: rgba(253, 230, 138, 0.66);
  grid-area: edit;
  justify-self: end;
  min-height: 1.42rem;
  min-width: 1.42rem;
}

.zb-pv2-instructions-body {
  padding: 0.66rem;
}

.zb-pv2-bookmark-toolbar {
  align-items: center;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-bottom: 0.62rem;
}

.zb-pv2-bookmark-toolbar button,
.zb-pv2-schedule-actions button {
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(94, 234, 212, 0.16);
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.84);
  font-size: 0.66rem;
  font-weight: 850;
  min-height: 1.55rem;
  padding: 0.18rem 0.56rem;
}

.zb-pv2-bookmark-toolbar button:disabled {
  opacity: 0.38;
}

.zb-pv2-bookmark-toolbar span {
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zb-pv2-instruction-lines {
  gap: 0.34rem;
}

.zb-pv2-instruction-line {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  color: rgba(248, 250, 252, 0.92);
  display: block;
  font-size: 1.02rem;
  line-height: 1.42;
  padding: 0.2rem 0.34rem;
  text-align: left;
  width: 100%;
}

.zb-pv2-instruction-line:hover {
  background: rgba(45, 212, 191, 0.08);
  border-color: rgba(45, 212, 191, 0.14);
}

.zb-pv2-instruction-line.is-current {
  background:
    linear-gradient(90deg, rgba(245, 158, 11, 0.16), rgba(45, 212, 191, 0.06));
  border-color: rgba(245, 158, 11, 0.5);
  box-shadow: 0 0 18px rgba(245, 158, 11, 0.12);
  color: white;
}

.zb-pv2-tools {
  gap: 0.42rem;
}

.zb-pv2-tool-card {
  gap: 0.48rem;
  padding: 0.62rem;
}

.zb-pv2-tool-card > div {
  gap: 0.3rem;
}

.zb-pv2-metronome-controls {
  align-items: center;
  display: grid;
  gap: 0.26rem;
  grid-template-columns: auto minmax(4.8rem, 1fr) auto;
}

.zb-pv2-metronome-controls button {
  background: rgba(15, 23, 42, 0.64);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 10px;
  color: rgba(226, 232, 240, 0.92);
  font-weight: 900;
  min-height: 1.6rem;
  min-width: 1.65rem;
}

.zb-pv2-tool-field,
.zb-pv2-tool-check,
.zb-pv2-countdown-custom {
  align-items: center;
  color: rgba(203, 213, 225, 0.72);
  display: flex;
  font-size: 0.66rem;
  font-weight: 850;
  gap: 0.34rem;
}

.zb-pv2-tool-field select,
.zb-pv2-countdown-custom input {
  background: rgba(2, 8, 17, 0.64);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 9px;
  color: rgba(248, 250, 252, 0.92);
  font: inherit;
  min-height: 1.65rem;
  min-width: 0;
  padding: 0.16rem 0.34rem;
}

.zb-pv2-countdown-custom {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  padding: 0.12rem 0.34rem;
}

.zb-pv2-countdown-custom input {
  border-radius: 999px;
  text-align: center;
  width: 3.1rem;
}

.zb-pv2-schedule .zb-pv2-panel-heading {
  gap: 0.5rem;
}

.zb-pv2-schedule-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem;
  justify-content: flex-end;
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-drawer {
  background:
    radial-gradient(circle at 10% 0%, rgba(45, 212, 191, 0.18), transparent 15rem),
    radial-gradient(circle at 100% 88%, rgba(124, 58, 237, 0.14), transparent 16rem),
    rgba(2, 8, 17, 0.97);
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-drawer-grid {
  gap: 0.86rem !important;
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace #currentItemNotesBox.practice-tool-card,
body[data-current-screen="practice-v2"] #practiceNotesWorkspace #currentItemReminderBox.practice-tool-card {
  background: rgba(8, 18, 34, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-history-panel {
  background: rgba(2, 8, 17, 0.58);
  border-color: rgba(148, 163, 184, 0.1);
  opacity: 1;
}

/* V2 targeted fix pass: desktop-first behavior and missed polish only. */
body[data-current-screen="practice-v2"] .zb-practice-v2-screen {
  overflow: hidden;
}

body[data-current-screen="practice-v2"] .zb-practice-v2 {
  box-sizing: border-box;
  min-width: 1180px;
  width: max(1180px, min(calc(100vw - 1.5rem), 1480px));
}

@media (max-width: 1179px) {
  body[data-current-screen="practice-v2"] .zb-practice-v2-screen::after {
    background: rgba(2, 8, 17, 0.84);
    border: 1px solid rgba(94, 234, 212, 0.18);
    border-radius: 999px;
    bottom: 0.9rem;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
    color: rgba(226, 232, 240, 0.92);
    content: "Practice V2 is optimized for desktop. Scroll horizontally or widen the window.";
    font-size: 0.72rem;
    font-weight: 800;
    left: 50%;
    max-width: calc(100vw - 2rem);
    padding: 0.44rem 0.76rem;
    pointer-events: none;
    position: fixed;
    text-align: center;
    transform: translateX(-50%);
    z-index: 20;
  }
}

.zb-pv2-nav {
  gap: 0.52rem;
}

.zb-pv2-nav button {
  background: transparent !important;
  border-color: transparent !important;
  border-radius: 10px;
  box-shadow: none !important;
  color: rgba(226, 232, 240, 0.78);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0;
  min-height: 2.18rem;
  padding: 0.32rem 0.46rem 0.42rem;
  position: relative;
}

.zb-pv2-nav button::after {
  background: linear-gradient(90deg, rgba(196, 181, 253, 0.92), rgba(45, 212, 191, 0.76));
  border-radius: 999px;
  bottom: 0.16rem;
  content: "";
  height: 2px;
  left: 0.48rem;
  opacity: 0;
  position: absolute;
  right: calc(100% - 0.48rem);
  transition: opacity 160ms ease, right 160ms ease;
}

.zb-pv2-nav button:hover,
.zb-pv2-nav button:focus-visible {
  background: rgba(45, 212, 191, 0.055) !important;
  color: rgba(248, 250, 252, 0.96);
  outline: none;
  text-shadow: 0 0 18px rgba(45, 212, 191, 0.18);
}

.zb-pv2-nav button:hover::after,
.zb-pv2-nav button:focus-visible::after,
.zb-pv2-nav button.is-selected::after {
  opacity: 1;
  right: 56%;
}

.zb-pv2-nav button.is-selected {
  background: rgba(124, 58, 237, 0.09) !important;
  color: white;
}

.zb-pv2-left-utilities {
  gap: 0.44rem;
}

.zb-pv2-progress-card {
  margin-block-end: 0.72rem;
}

.zb-pv2-utility-button,
.zb-pv2-version-pill {
  background: transparent !important;
  border-color: transparent !important;
  border-radius: 9px;
  box-shadow: none !important;
  color: rgba(203, 213, 225, 0.72);
  font-size: 0.76rem;
  font-weight: 820;
  min-height: 1.62rem;
  padding: 0.12rem 0.36rem;
}

.zb-pv2-utility-button:hover,
.zb-pv2-utility-button:focus-visible {
  background: rgba(45, 212, 191, 0.06) !important;
  color: rgba(248, 250, 252, 0.92);
  outline: none;
}

.zb-pv2-current-card [data-zb-pv2-current-summary],
.zb-pv2-current-card [data-zb-pv2-current-meta] {
  display: none !important;
}

.zb-pv2-focus-card {
  grid-template-areas:
    "prompt prompt"
    "label edit" !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
}

.zb-pv2-focus-card strong {
  grid-area: prompt;
}

.zb-pv2-focus-card small {
  display: none !important;
}

.zb-pv2-focus-card span {
  align-self: end;
  color: rgba(253, 230, 138, 0.66);
  font-size: 0.63rem;
  grid-area: label;
  justify-self: start;
  letter-spacing: 0.08em;
}

.zb-pv2-focus-card button {
  align-items: center;
  align-self: end;
  background: rgba(2, 8, 17, 0.16) !important;
  border-color: rgba(253, 230, 138, 0.16) !important;
  border-radius: 999px;
  color: rgba(253, 230, 138, 0.7);
  display: inline-flex;
  grid-area: edit;
  height: 1.36rem;
  justify-content: center;
  justify-self: end;
  min-height: 1.36rem;
  min-width: 1.36rem;
  opacity: 0.72;
  padding: 0;
  width: 1.36rem;
}

.zb-pv2-focus-card button:hover,
.zb-pv2-focus-card button:focus-visible {
  border-color: rgba(253, 230, 138, 0.34) !important;
  color: rgba(255, 251, 235, 0.92);
  opacity: 1;
  outline: none;
}

.zb-pv2-bookmark-toolbar {
  display: none !important;
}

.zb-pv2-panel-row {
  gap: 0.5rem;
  grid-template-columns: auto minmax(0, 1fr);
}

.zb-pv2-panel-row small {
  min-width: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zb-pv2-key-chip-grid {
  gap: 0.44rem;
  max-width: 20rem;
}

.zb-pv2-key-chip {
  border-radius: 999px;
  font-size: 0.86rem;
  line-height: 1;
  min-height: 1.86rem;
  min-width: 2.22rem;
  padding: 0.28rem 0.5rem;
}

.zb-pv2-tool-field,
.zb-pv2-tool-check,
.zb-pv2-countdown-custom {
  min-width: 0;
}

.zb-pv2-tool-check {
  background: rgba(15, 23, 42, 0.52);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  justify-self: start;
  padding: 0.15rem 0.44rem;
  width: max-content;
}

.zb-pv2-tool-check input {
  height: 0.84rem;
  width: 0.84rem;
}

.zb-pv2-tool-field select {
  width: min(100%, 11.5rem);
}

.zb-pv2-timer-presets {
  align-items: center;
}

.zb-pv2-tool-check-compact {
  min-height: 1.62rem;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-drawer {
  background:
    radial-gradient(circle at 12% 0%, rgba(45, 212, 191, 0.22), transparent 15rem),
    radial-gradient(circle at 98% 88%, rgba(139, 92, 246, 0.18), transparent 15rem),
    linear-gradient(160deg, rgba(9, 18, 35, 0.98), rgba(2, 8, 17, 0.99)) !important;
  border-color: rgba(94, 234, 212, 0.2) !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-drawer-grid {
  gap: 0.9rem !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-drawer-grid > #currentItemNotesBox.practice-tool-card {
  order: 1 !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-drawer-grid > #currentItemReminderBox.practice-tool-card {
  order: 2 !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-drawer-grid > .practice-notes-history-panel {
  order: 3 !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace #currentItemNotesBox.practice-tool-card,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace #currentItemReminderBox.practice-tool-card,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-history-panel {
  background:
    radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.09), transparent 12rem),
    rgba(10, 19, 35, 0.88) !important;
  border: 1px solid rgba(148, 163, 184, 0.16) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 14px 30px rgba(0, 0, 0, 0.18) !important;
  color: rgba(248, 250, 252, 0.92) !important;
  opacity: 1 !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace textarea#currentItemNotes,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace textarea#currentItemReminderNotes {
  background: rgba(2, 8, 17, 0.74) !important;
  border-color: rgba(94, 234, 212, 0.16) !important;
  color: rgba(248, 250, 252, 0.94) !important;
}

body[data-current-screen="practice-v2"].practice-queue-workspace-open #practiceQueueWorkspace.practice-queue-workspace > .practice-queue-drawer,
body[data-current-screen="practice-v2"] #practiceQueueWorkspace.practice-queue-workspace > .practice-queue-drawer {
  border-radius: 22px !important;
  border: 1px solid rgba(226, 232, 240, 0.16) !important;
  height: calc(100vh - 1.5rem) !important;
  left: max(0.75rem, calc((100vw - min(1480px, calc(100vw - 1.5rem))) / 2 + 0.75rem)) !important;
  max-width: min(25rem, calc(100vw - 2rem)) !important;
  top: 0.75rem !important;
  width: 24rem !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace.practice-queue-workspace > .practice-queue-scrim {
  background: rgba(2, 6, 16, 0.34) !important;
}

/* V2 final workflow and PWA polish pass. */
body[data-current-screen="practice-v2"] .zb-practice-v2-screen {
  inset: 0.42rem;
}

body[data-current-screen="practice-v2"] .zb-practice-v2 {
  background:
    radial-gradient(circle at 26% 4%, rgba(45, 212, 191, 0.2), transparent 28rem),
    radial-gradient(circle at 72% 18%, rgba(59, 130, 246, 0.18), transparent 30rem),
    radial-gradient(circle at 48% 78%, rgba(245, 158, 11, 0.13), transparent 34rem),
    linear-gradient(145deg, rgba(4, 10, 23, 0.94), rgba(2, 6, 18, 0.98));
  gap: 0.52rem;
  padding: 0.44rem;
  width: max(1180px, min(calc(100vw - 0.84rem), 1480px));
}

.zb-pv2-header,
.zb-pv2-workspace > .zb-pv2-panel-heading,
.zb-pv2-guidance-card > .zb-pv2-pill {
  display: none !important;
}

.zb-pv2-main {
  gap: 0.46rem;
  grid-template-rows: minmax(0, 1fr) 2.78rem minmax(9.2rem, 9.8rem) 2.62rem 5.1rem;
}

.zb-pv2-layout,
.zb-pv2-workspace {
  min-height: 0;
}

.zb-pv2-workspace {
  background:
    radial-gradient(circle at 8% 12%, rgba(245, 158, 11, 0.12), transparent 26rem),
    radial-gradient(circle at 66% 4%, rgba(45, 212, 191, 0.1), transparent 24rem),
    rgba(2, 8, 17, 0.42);
  grid-template-rows: minmax(0, 1fr);
  padding: 0.5rem;
}

.zb-pv2-workspace-body {
  gap: 0.56rem;
  grid-template-columns: minmax(22rem, 1.14fr) minmax(26rem, 1.36fr) minmax(18rem, 0.92fr);
  min-height: 0;
}

.zb-pv2-workspace-panel {
  border-radius: 18px;
}

.zb-pv2-current-card {
  background:
    linear-gradient(120deg, rgba(10, 33, 37, 0.72), rgba(10, 16, 28, 0.76)),
    linear-gradient(105deg, rgba(245, 158, 11, 0.13), transparent 56%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 56px rgba(0, 0, 0, 0.24);
  gap: 0.58rem;
  grid-template-rows: minmax(0, 1fr) minmax(6.9rem, 7.6rem);
  padding: 0.62rem;
}

.zb-pv2-current-scroll {
  background:
    radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.12), transparent 14rem),
    rgba(2, 8, 17, 0.46);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  min-height: 0;
  padding: 0.58rem 0.72rem 0.64rem;
}

.zb-pv2-current-scroll h4 {
  font-size: clamp(2.15rem, 3.35vw, 3.62rem);
  line-height: 0.98;
}

.zb-pv2-current-card > .zb-pv2-pill {
  left: 0.96rem;
  top: 0.82rem;
}

.zb-pv2-focus-card {
  align-self: end;
  background:
    radial-gradient(circle at 0% 50%, rgba(245, 158, 11, 0.2), transparent 12rem),
    linear-gradient(90deg, rgba(88, 53, 14, 0.78), rgba(2, 8, 17, 0.7)) !important;
  border-color: rgba(245, 158, 11, 0.52) !important;
  border-radius: 15px;
  box-shadow:
    0 0 0 1px rgba(245, 158, 11, 0.08),
    0 18px 38px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  min-height: 6.65rem;
  padding: 0.82rem 0.92rem 0.64rem;
}

.zb-pv2-focus-card strong {
  align-self: center;
  color: rgba(255, 251, 235, 0.98);
  font-size: clamp(1.08rem, 1.38vw, 1.52rem);
  line-height: 1.08;
  text-shadow: 0 14px 26px rgba(0, 0, 0, 0.24);
}

.zb-pv2-focus-card span {
  font-size: 0.68rem;
}

.zb-pv2-content-card {
  background:
    radial-gradient(circle at 12% 0%, rgba(59, 130, 246, 0.17), transparent 18rem),
    radial-gradient(circle at 88% 18%, rgba(45, 212, 191, 0.12), transparent 20rem),
    rgba(3, 10, 23, 0.82);
}

.zb-pv2-content-card .zb-pv2-pill {
  display: none;
}

.zb-pv2-panel-row {
  min-height: 1.86rem;
  padding: 0.34rem 0.62rem 0.24rem;
}

.zb-pv2-panel-row small {
  color: rgba(203, 213, 225, 0.76);
  font-size: 0.72rem;
  text-align: left;
}

.zb-pv2-instructions-body {
  color: rgba(241, 245, 249, 0.95);
  font-size: 1.02rem;
  line-height: 1.42;
  padding: 0.56rem 0.72rem 0.72rem;
}

.zb-pv2-instruction-line {
  font-size: 1.02rem;
  line-height: 1.42;
  padding: 0.36rem 0.52rem;
}

.zb-pv2-instruction-line.is-current {
  background:
    linear-gradient(90deg, rgba(245, 158, 11, 0.14), rgba(45, 212, 191, 0.08));
  border-color: rgba(245, 158, 11, 0.72);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.16), 0 12px 30px rgba(0, 0, 0, 0.2);
}

.zb-pv2-guidance-card {
  background:
    radial-gradient(circle at 8% 0%, rgba(45, 212, 191, 0.22), transparent 14rem),
    radial-gradient(circle at 92% 0%, rgba(59, 130, 246, 0.22), transparent 15rem),
    radial-gradient(circle at 48% 100%, rgba(124, 58, 237, 0.23), transparent 16rem),
    rgba(7, 12, 31, 0.9);
}

.zb-pv2-guidance-body {
  padding: 0.72rem;
}

.zb-pv2-key-guidance {
  gap: 0.38rem;
}

.zb-pv2-key-guidance > strong {
  font-size: clamp(3rem, 4.3vw, 4.3rem);
  line-height: 0.88;
}

.zb-pv2-key-actions {
  gap: 0.48rem;
  margin-top: 0.24rem;
}

.zb-pv2-key-actions button {
  min-height: 2.05rem;
  padding-inline: 0.9rem;
}

.zb-pv2-key-chip-grid {
  gap: 0.48rem;
  max-width: 22rem;
}

.zb-pv2-key-chip {
  font-size: 0.93rem;
  min-height: 2.08rem;
  min-width: 2.45rem;
  padding: 0.34rem 0.56rem;
}

.zb-pv2-actions {
  gap: 0.52rem;
}

.zb-pv2-actions button {
  border-radius: 12px;
  min-height: 2.56rem;
}

.zb-pv2-tools {
  gap: 0.56rem;
  grid-template-columns: minmax(21rem, 1fr) minmax(22rem, 1fr) minmax(21rem, 1fr);
}

.zb-pv2-tool-card {
  border-radius: 17px;
  min-height: 0;
  overflow: visible;
  padding: 0.74rem;
}

.zb-pv2-tool-card > div {
  gap: 0.42rem;
}

.zb-pv2-tool-card h4 {
  font-size: 1rem;
}

.zb-pv2-tool-card p {
  color: rgba(203, 213, 225, 0.72);
  font-size: 0.72rem;
}

.zb-pv2-metronome-controls {
  min-height: 2.05rem;
}

.zb-pv2-metronome-controls strong {
  font-size: 1.05rem;
}

.zb-pv2-tool-field {
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr);
}

.zb-pv2-tool-field select,
.zb-pv2-countdown-custom input {
  min-height: 1.72rem;
}

.zb-pv2-tool-check {
  font-size: 0.68rem;
  min-height: 1.62rem;
  padding: 0.16rem 0.46rem;
}

.zb-pv2-tool-actions {
  gap: 0.42rem;
}

.zb-pv2-tool-actions button {
  min-height: 2.05rem;
}

.zb-pv2-timer-presets {
  gap: 0.32rem;
}

.zb-pv2-timer-presets button {
  min-height: 1.78rem;
  min-width: 2.35rem;
}

.zb-pv2-countdown-custom {
  min-height: 1.78rem;
}

.zb-pv2-countdown-custom input {
  width: 2.7rem;
}

.zb-pv2-tool-card[data-zb-pv2-tool="countdown"] > strong {
  align-self: center;
  font-size: clamp(1.76rem, 2.45vw, 2.55rem);
}

.zb-pv2-tool-card .runtime-default-action-prompt {
  background:
    radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.12), transparent 10rem),
    rgba(2, 8, 17, 0.96);
  border: 1px solid rgba(94, 234, 212, 0.22);
  border-radius: 13px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  color: rgba(248, 250, 252, 0.94);
  max-width: min(21rem, calc(100vw - 2rem));
  padding: 0.56rem;
}

.zb-pv2-tool-card .runtime-default-action-text {
  font-size: 0.72rem;
}

.zb-pv2-tool-card .runtime-default-action-buttons {
  gap: 0.36rem;
}

.zb-pv2-tool-card .runtime-default-action-buttons button {
  min-height: 1.8rem;
  padding: 0.25rem 0.48rem;
}

.zb-pv2-references {
  background:
    radial-gradient(circle at 0% 50%, rgba(245, 158, 11, 0.2), transparent 18rem),
    linear-gradient(90deg, rgba(78, 45, 10, 0.78), rgba(8, 13, 25, 0.8));
  border-color: rgba(245, 158, 11, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  min-height: 2.55rem;
}

.zb-pv2-schedule {
  background:
    radial-gradient(circle at 12% 0%, rgba(139, 92, 246, 0.34), transparent 18rem),
    radial-gradient(circle at 80% 80%, rgba(45, 212, 191, 0.22), transparent 20rem),
    linear-gradient(90deg, rgba(46, 28, 99, 0.88), rgba(3, 32, 43, 0.9));
  border-color: rgba(139, 92, 246, 0.5);
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.08),
    0 20px 48px rgba(0, 0, 0, 0.22);
  min-height: 4.9rem;
}

.zb-pv2-schedule .zb-pv2-panel-heading {
  align-items: center;
}

.zb-pv2-schedule h3 {
  color: rgba(255, 255, 255, 0.97);
  font-size: 0.96rem;
}

.zb-pv2-schedule-actions button {
  background: rgba(59, 130, 246, 0.18);
  border: 1px solid rgba(96, 165, 250, 0.28);
  border-radius: 12px;
  color: rgba(226, 232, 240, 0.96);
  font-weight: 850;
  min-height: 2.1rem;
  padding: 0.32rem 0.7rem;
}

.zb-pv2-schedule-list article {
  background: rgba(2, 8, 17, 0.36);
}

.zb-pv2-schedule-list article.is-current {
  background:
    radial-gradient(circle at 0% 50%, rgba(168, 85, 247, 0.28), transparent 10rem),
    rgba(20, 14, 44, 0.74);
  border-color: rgba(196, 181, 253, 0.52);
  box-shadow: 0 0 26px rgba(168, 85, 247, 0.22);
}

.zb-pv2-schedule-list article.is-complete {
  opacity: 0.72;
}

.zb-pv2-schedule-list article.has-skipped {
  border-color: rgba(251, 191, 36, 0.34);
}

.zb-pv2-schedule.is-now-practicing .zb-pv2-panel-heading {
  align-content: center;
  align-items: center;
  display: grid;
  gap: 0.14rem 0.42rem;
  grid-template-areas:
    "copy actions"
    "time time";
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  overflow: hidden;
}

.zb-pv2-schedule.is-now-practicing .zb-pv2-panel-heading > div:first-child {
  grid-area: copy;
  min-width: 0;
  overflow: hidden;
}

.zb-pv2-schedule.is-now-practicing .zb-pv2-panel-heading h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zb-pv2-schedule.is-now-practicing .zb-pv2-schedule-actions {
  grid-area: actions;
  min-width: 0;
}

.zb-pv2-schedule.is-now-practicing .zb-pv2-schedule-actions .zb-pv2-chip {
  font-size: 0.56rem;
  min-height: 1.52rem;
  padding: 0.18rem 0.36rem;
}

.zb-pv2-schedule.is-now-practicing .zb-pv2-schedule-actions button {
  font-size: 0.62rem;
  min-height: 1.72rem;
  padding: 0.22rem 0.46rem;
}

.zb-pv2-active-time {
  align-items: center;
  background:
    radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.18), transparent 6rem),
    rgba(2, 8, 17, 0.36);
  border: 1px solid rgba(94, 234, 212, 0.18);
  border-radius: 14px;
  color: #ffffff;
  display: inline-flex;
  font-size: 2.25rem;
  font-variant-numeric: tabular-nums;
  font-weight: 930;
  grid-area: time;
  justify-content: center;
  letter-spacing: 0;
  line-height: 0.96;
  max-width: 100%;
  min-height: 2.35rem;
  overflow: hidden;
  padding: 0.22rem 0.48rem;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  width: 100%;
}

.zb-pv2-schedule.is-now-practicing .zb-pv2-schedule-list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-block: 0.42rem;
}

.zb-pv2-schedule.is-now-practicing .zb-pv2-schedule-list article {
  flex: 0 0 12.6rem !important;
  max-width: 12.6rem !important;
  min-width: 12.6rem !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace #currentItemNotesBox.practice-tool-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(45, 212, 191, 0.18), transparent 13rem),
    linear-gradient(145deg, rgba(8, 33, 43, 0.94), rgba(5, 14, 28, 0.96)) !important;
  border-color: rgba(45, 212, 191, 0.32) !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace #currentItemReminderBox.practice-tool-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 158, 11, 0.2), transparent 13rem),
    linear-gradient(145deg, rgba(56, 35, 10, 0.92), rgba(8, 13, 25, 0.96)) !important;
  border-color: rgba(245, 158, 11, 0.34) !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-history-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(148, 163, 184, 0.08), transparent 12rem),
    rgba(8, 13, 25, 0.84) !important;
  border-color: rgba(148, 163, 184, 0.14) !important;
}

/* V2 targeted stability corrections: contain tool prompts, normalize current chip, and polish drawers. */
.zb-pv2-current-card {
  position: relative;
}

.zb-pv2-current-identity {
  align-items: center;
  display: flex;
  gap: 0.38rem;
  left: 1rem !important;
  position: absolute !important;
  top: 0.62rem !important;
  z-index: 4;
}

.zb-pv2-current-identity > .zb-pv2-pill {
  height: auto !important;
  letter-spacing: 0.08em;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 0.78;
  padding: 0.22rem 0.56rem !important;
  position: static !important;
  width: auto !important;
}

.zb-pv2-current-scroll {
  padding-top: 1.82rem !important;
}

.zb-pv2-current-edit-button {
  align-items: center;
  align-self: center;
  background:
    linear-gradient(135deg, rgba(30, 41, 59, 0.84), rgba(15, 23, 42, 0.74)),
    rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(2, 6, 23, 0.18);
  color: rgba(226, 232, 240, 0.86);
  cursor: pointer;
  display: inline-grid;
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 780;
  height: 1.5rem;
  justify-content: center;
  line-height: 1;
  min-height: 1.5rem;
  min-width: 1.5rem;
  padding: 0;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease, background 160ms ease;
  width: 1.5rem;
}

.zb-pv2-current-edit-button:hover,
.zb-pv2-current-edit-button:focus-visible {
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.24), rgba(99, 102, 241, 0.18)),
    rgba(15, 23, 42, 0.82);
  border-color: rgba(45, 212, 191, 0.46);
  color: #ffffff;
  transform: translateY(-1px);
}

.zb-pv2-current-edit-button[hidden] {
  display: none !important;
}

.zb-pv2-tool-card {
  overflow: hidden !important;
  position: relative;
}

.zb-pv2-tool-card .runtime-default-action-prompt {
  bottom: 0.42rem !important;
  left: 0.5rem !important;
  max-width: none !important;
  position: absolute !important;
  right: 0.5rem !important;
  top: auto !important;
  transform: none !important;
  z-index: 8 !important;
}

.zb-pv2-tool-card .runtime-default-action-prompt[hidden] {
  display: none !important;
}

.zb-pv2-tool-card[data-zb-pv2-tool="recorder"] .zb-pv2-tool-actions {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.zb-pv2-tool-card[data-zb-pv2-tool="recorder"] .zb-pv2-tool-actions button {
  font-size: 0.69rem;
  min-height: 1.82rem;
  padding-inline: 0.28rem;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace.practice-queue-workspace > .practice-queue-drawer {
  background:
    radial-gradient(circle at 18% 0%, rgba(167, 139, 250, 0.34), transparent 16rem),
    radial-gradient(circle at 88% 8%, rgba(94, 234, 212, 0.2), transparent 17rem),
    linear-gradient(160deg, rgba(66, 52, 130, 0.96), rgba(18, 36, 55, 0.98)) !important;
  border-color: rgba(196, 181, 253, 0.38) !important;
  box-shadow:
    0 0 0 1px rgba(139, 92, 246, 0.18),
    0 30px 90px rgba(0, 0, 0, 0.48),
    0 0 70px rgba(124, 58, 237, 0.2) !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-drawer-header,
body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-workspace-block {
  background:
    radial-gradient(circle at 0% 0%, rgba(139, 92, 246, 0.18), transparent 11rem),
    rgba(5, 14, 28, 0.58) !important;
  border-color: rgba(196, 181, 253, 0.2) !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-drawer {
  right: max(0.75rem, calc((100vw - min(1480px, calc(100vw - 0.84rem))) / 2 + 0.75rem)) !important;
  top: 0.78rem !important;
  width: min(28rem, calc(100vw - 2rem)) !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-drawer-grid {
  gap: 0.72rem !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .current-item-notes-header label,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace #currentItemReminderBox summary span:first-child,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-history-heading span {
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .current-item-notes-header span,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace #currentItemReminderBox > p,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-history-heading small,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-history-empty {
  color: rgba(226, 232, 240, 0.82) !important;
  font-size: 0.88rem !important;
  line-height: 1.35;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace #currentItemNotesBox.practice-tool-card,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace #currentItemReminderBox.practice-tool-card,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-history-panel {
  border-radius: 18px !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-history-panel {
  background:
    radial-gradient(circle at 0% 0%, rgba(139, 92, 246, 0.16), transparent 12rem),
    linear-gradient(145deg, rgba(15, 18, 45, 0.94), rgba(5, 11, 24, 0.96)) !important;
  border-color: rgba(167, 139, 250, 0.2) !important;
  min-height: 12rem !important;
}

/* V2 tool fit and drawer readability correction. */
.zb-pv2-tool-card {
  padding: 0.58rem !important;
}

.zb-pv2-tool-card > div {
  gap: 0.26rem !important;
}

.zb-pv2-tool-card p {
  display: none !important;
}

.zb-pv2-tool-card h4 {
  margin-right: 4rem;
}

.zb-pv2-tool-check,
.zb-pv2-tool-check-compact {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: rgba(226, 232, 240, 0.86) !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.zb-pv2-tool-card > div > .zb-pv2-tool-check,
.zb-pv2-tool-card > div > .zb-pv2-tool-check-compact {
  position: absolute;
  right: 0.7rem;
  top: 0.68rem;
  z-index: 4;
}

.zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-check,
.zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-check-compact {
  position: absolute;
  right: 0.7rem;
  top: 0.68rem;
  z-index: 4;
}

.zb-pv2-tool-check input {
  height: 0.86rem !important;
  width: 0.86rem !important;
}

.zb-pv2-metronome-controls {
  min-height: 1.74rem !important;
}

.zb-pv2-metronome-controls button {
  min-height: 1.58rem !important;
  width: 1.8rem !important;
}

.zb-pv2-tool-field {
  grid-template-columns: 2.75rem minmax(0, 1fr) !important;
  gap: 0.3rem !important;
}

.zb-pv2-tool-field select,
.zb-pv2-countdown-custom input {
  min-height: 1.48rem !important;
}

.zb-pv2-tool-actions {
  gap: 0.28rem !important;
}

.zb-pv2-tool-actions button {
  min-height: 1.64rem !important;
  padding-block: 0.1rem !important;
}

.zb-pv2-timer-presets {
  gap: 0.24rem !important;
  padding-right: 8rem;
}

.zb-pv2-timer-presets button {
  min-height: 1.48rem !important;
  min-width: 2.02rem !important;
  padding: 0.1rem 0.42rem !important;
}

.zb-pv2-countdown-custom {
  min-height: 1.48rem !important;
}

.zb-pv2-tool-card[data-zb-pv2-tool="countdown"] > strong,
.zb-pv2-tool-card[data-zb-pv2-tool="recorder"] > strong {
  margin-top: 0.3rem;
}

.zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Practice panel polish: compact recording state and unclipped status labels. */
.zb-pv2-tool-actions button,
.zb-pv2-timer-presets button {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

.zb-pv2-tool-check,
.zb-pv2-tool-check-compact {
  align-items: center !important;
  line-height: 1.1 !important;
}

.zb-pv2-tool-card[data-zb-pv2-tool="countdown"] > strong,
.zb-pv2-tool-card[data-zb-pv2-tool="recorder"] > strong {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center !important;
  line-height: 1.08 !important;
  min-height: 2rem !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.zb-pv2-tool-card[data-zb-pv2-tool="recorder"].is-recording > strong {
  animation: zb-pv2-recording-pulse 1.15s ease-in-out infinite !important;
  background: rgba(127, 29, 29, 0.28) !important;
  border-color: rgba(248, 113, 113, 0.42) !important;
  box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.08), 0 0 18px rgba(239, 68, 68, 0.12) !important;
  color: #fecaca !important;
  font-size: 0.92rem !important;
  gap: 0.3rem !important;
  margin-top: 0 !important;
  padding: 0.34rem 0.58rem !important;
}

.zb-pv2-tool-card[data-zb-pv2-tool="recorder"].is-recording .zb-pv2-tool-icon {
  background: rgba(127, 29, 29, 0.28) !important;
  border-color: rgba(248, 113, 113, 0.36) !important;
  color: #fecaca !important;
}

.zb-pv2-instruction-lines {
  gap: 0.18rem !important;
}

.zb-pv2-instruction-line {
  margin: 0 !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

@keyframes zb-pv2-recording-pulse {
  0%, 100% {
    box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.08), 0 0 14px rgba(239, 68, 68, 0.10);
  }
  50% {
    box-shadow: 0 0 0 1px rgba(248, 113, 113, 0.18), 0 0 24px rgba(239, 68, 68, 0.22);
  }
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace.practice-queue-workspace > .practice-queue-drawer {
  background:
    radial-gradient(circle at 10% 0%, rgba(221, 214, 254, 0.2), transparent 10rem),
    radial-gradient(circle at 58% 12%, rgba(96, 165, 250, 0.22), transparent 18rem),
    radial-gradient(circle at 96% 88%, rgba(45, 212, 191, 0.18), transparent 16rem),
    linear-gradient(165deg, rgba(83, 68, 153, 0.98), rgba(18, 34, 57, 0.98)) !important;
  border-color: rgba(196, 181, 253, 0.54) !important;
  box-shadow:
    0 0 0 1px rgba(196, 181, 253, 0.18),
    0 26px 80px rgba(0, 0, 0, 0.56),
    0 0 86px rgba(124, 58, 237, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-drawer-header {
  background:
    radial-gradient(circle at 0% 0%, rgba(167, 139, 250, 0.34), transparent 12rem),
    linear-gradient(90deg, rgba(70, 52, 132, 0.92), rgba(23, 37, 68, 0.82)) !important;
  border: 1px solid rgba(196, 181, 253, 0.24) !important;
  box-shadow: 0 0 34px rgba(139, 92, 246, 0.18) !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-workspace-block,
body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-workspace-item {
  background:
    radial-gradient(circle at 0% 0%, rgba(139, 92, 246, 0.16), transparent 9rem),
    rgba(5, 14, 31, 0.68) !important;
  border-color: rgba(196, 181, 253, 0.2) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-workspace-item {
  align-items: center;
  display: grid;
  gap: 0.72rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-workspace-copy strong {
  color: rgba(248, 250, 252, 0.96);
  font-size: 0.98rem;
  line-height: 1.2;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-workspace-copy small {
  color: rgba(203, 213, 225, 0.72);
  font-size: 0.74rem;
  line-height: 1.25;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-workspace-item.is-current .practice-queue-workspace-state.is-current,
body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-workspace-item.is-active-practice .practice-queue-workspace-state.is-current {
  box-shadow: 0 0 18px rgba(96, 165, 250, 0.16);
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-drawer :is(label, summary span:first-child, .practice-notes-history-heading span) {
  color: rgba(255, 255, 255, 0.98) !important;
  font-size: 1.02rem !important;
  font-weight: 900 !important;
}

body[data-current-screen="practice-v2"] #practiceNotesWorkspace .practice-notes-drawer :is(.current-item-notes-header span, details > p, .practice-notes-history-heading small, .practice-notes-history-empty) {
  color: rgba(226, 232, 240, 0.86) !important;
  font-size: 0.9rem !important;
  line-height: 1.38 !important;
}

/* Final V2 tool containment pass: keep real controls readable without spilling. */
body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] {
  grid-template-columns: auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-metronome-controls {
  display: grid !important;
  gap: 0.26rem !important;
  grid-template-columns: 1.72rem minmax(4.7rem, 6.15rem) 1.72rem !important;
  width: min(10.15rem, 56%) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-metronome-controls strong {
  font-size: 0.95rem !important;
  justify-self: stretch;
  min-width: 0;
  padding: 0.16rem 0.38rem !important;
  text-align: center;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-metronome-controls button {
  border-radius: 10px !important;
  min-height: 1.48rem !important;
  min-width: 0 !important;
  width: 1.72rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] > div > .zb-pv2-tool-check {
  right: 0.72rem !important;
  top: 3.02rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-actions button[data-zb-pv2-action="metronome-stop"]:not(:disabled) {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.94), rgba(190, 18, 60, 0.82)) !important;
  border-color: rgba(251, 113, 133, 0.46) !important;
  box-shadow: 0 0 20px rgba(244, 63, 94, 0.2) !important;
  color: #fff !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] > div {
  gap: 0.22rem !important;
  padding-right: 0 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-timer-presets {
  display: grid !important;
  gap: 0.18rem !important;
  grid-template-columns: repeat(4, minmax(1.85rem, 1fr));
  max-width: 12.1rem;
  padding-right: 0 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-timer-presets button {
  font-size: 0.61rem !important;
  min-height: 1.28rem !important;
  min-width: 0 !important;
  padding: 0.08rem 0.34rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-countdown-custom {
  grid-column: span 2;
  min-height: 1.28rem !important;
  padding: 0.08rem 0.34rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-countdown-custom input {
  min-height: 1.18rem !important;
  padding-block: 0.04rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] > div > .zb-pv2-tool-check {
  right: 0.68rem !important;
  top: 0.66rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-actions {
  display: grid !important;
  gap: 0.22rem !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 12.1rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-actions button {
  font-size: 0.63rem !important;
  min-height: 1.36rem !important;
  padding-inline: 0.3rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] > strong {
  align-self: center;
  font-size: clamp(2rem, 2.5vw, 2.5rem) !important;
  margin-top: 0 !important;
  padding: 0.32rem 0.56rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-check,
body[data-current-screen="practice-v2"] .zb-pv2-tool-check-compact {
  align-items: center;
  display: inline-flex !important;
  gap: 0.24rem;
  line-height: 1;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-check span,
body[data-current-screen="practice-v2"] .zb-pv2-tool-check-compact span {
  color: rgba(226, 232, 240, 0.9) !important;
  font-size: 0.66rem !important;
  font-weight: 900 !important;
}

/* V2 schedule drawer should read like translucent ZoneBuilder glass, not a flat panel. */
body[data-current-screen="practice-v2"] #practiceQueueWorkspace.practice-queue-workspace > .practice-queue-drawer {
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
  backdrop-filter: blur(24px) saturate(1.18);
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.22), transparent 9rem),
    radial-gradient(circle at 14% 46%, rgba(168, 85, 247, 0.34), transparent 18rem),
    radial-gradient(circle at 100% 82%, rgba(45, 212, 191, 0.3), transparent 18rem),
    linear-gradient(145deg, rgba(101, 78, 182, 0.7), rgba(16, 43, 60, 0.56) 58%, rgba(14, 20, 47, 0.68)),
    rgba(13, 18, 35, 0.56) !important;
  border-color: rgba(216, 180, 254, 0.58) !important;
  box-shadow:
    0 0 0 1px rgba(216, 180, 254, 0.2),
    0 28px 110px rgba(0, 0, 0, 0.66),
    0 0 96px rgba(168, 85, 247, 0.36),
    0 0 56px rgba(45, 212, 191, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -28px 80px rgba(15, 23, 42, 0.22) !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-drawer-header {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background:
    radial-gradient(circle at 0% 0%, rgba(221, 214, 254, 0.25), transparent 10rem),
    linear-gradient(100deg, rgba(80, 59, 150, 0.74), rgba(24, 38, 72, 0.48)) !important;
  border-color: rgba(221, 214, 254, 0.24) !important;
  box-shadow:
    0 0 34px rgba(139, 92, 246, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-drawer-meter {
  background: rgba(216, 180, 254, 0.2) !important;
  box-shadow: 0 0 24px rgba(167, 139, 250, 0.18) !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-workspace-block,
body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-workspace-item {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background:
    radial-gradient(circle at 0% 0%, rgba(139, 92, 246, 0.2), transparent 9rem),
    rgba(7, 17, 36, 0.56) !important;
  border-color: rgba(196, 181, 253, 0.24) !important;
}

/* V2 left rail should match the fuller ZoneBuilder navigation language. */
body[data-current-screen="practice-v2"] .zb-practice-v2 {
  grid-template-columns: 14rem minmax(0, 1fr) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-left-rail {
  background:
    radial-gradient(circle at 18% 4%, rgba(168, 85, 247, 0.16), transparent 13rem),
    radial-gradient(circle at 18% 72%, rgba(45, 212, 191, 0.1), transparent 14rem),
    linear-gradient(180deg, rgba(5, 9, 23, 0.9), rgba(2, 6, 18, 0.96)) !important;
  border-color: rgba(148, 163, 184, 0.14) !important;
  border-radius: 22px !important;
  box-shadow:
    inset -1px 0 0 rgba(45, 212, 191, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 22px 54px rgba(0, 0, 0, 0.26) !important;
  padding: 1rem 0.86rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-rail-brand {
  gap: 0.58rem !important;
  grid-template-columns: 2.75rem minmax(0, 1fr) !important;
  opacity: 1 !important;
  padding: 0.06rem 0.28rem 1.08rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-rail-brand > span {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 28%, rgba(15, 23, 42, 0.96) 29% 48%, transparent 49%),
    conic-gradient(from 20deg, rgba(236, 72, 153, 0.95), rgba(251, 191, 36, 0.92), rgba(45, 212, 191, 0.86), rgba(139, 92, 246, 0.96), rgba(236, 72, 153, 0.95)) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 0 28px rgba(216, 180, 254, 0.22), 0 0 18px rgba(45, 212, 191, 0.14) !important;
  color: rgba(15, 23, 42, 0.98) !important;
  font-size: 1rem !important;
  height: 2.65rem !important;
  text-shadow: none !important;
  width: 2.65rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-rail-brand strong {
  color: rgba(248, 250, 252, 0.98) !important;
  font-size: 0.94rem !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-rail-brand small {
  color: rgba(216, 180, 254, 0.95) !important;
  font-size: 0.56rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav {
  border-top: 1px solid rgba(148, 163, 184, 0.1) !important;
  gap: 0.35rem !important;
  padding: 0.9rem 0 0 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button {
  align-items: center;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 11px !important;
  box-shadow: none !important;
  color: rgba(203, 213, 225, 0.74) !important;
  display: flex;
  font-size: 0.9rem !important;
  font-weight: 850 !important;
  gap: 0.7rem;
  justify-content: flex-start;
  min-height: 2.35rem !important;
  padding: 0.34rem 0.66rem !important;
  text-align: left;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button > span {
  align-items: center;
  color: rgba(203, 213, 225, 0.62);
  display: inline-flex;
  flex: 0 0 1.1rem;
  font-size: 0.98rem;
  justify-content: center;
  line-height: 1;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button::before,
body[data-current-screen="practice-v2"] .zb-pv2-nav button::after {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button:hover,
body[data-current-screen="practice-v2"] .zb-pv2-nav button:focus-visible {
  background: rgba(148, 163, 184, 0.08) !important;
  border-color: rgba(148, 163, 184, 0.13) !important;
  color: rgba(248, 250, 252, 0.96) !important;
  outline: none;
  text-shadow: 0 0 16px rgba(216, 180, 254, 0.16);
  transform: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button.is-selected {
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.18), rgba(148, 163, 184, 0.1)) !important;
  border-color: rgba(148, 163, 184, 0.24) !important;
  box-shadow: inset 0 -2px 0 rgba(216, 180, 254, 0.88), inset 3px 0 0 rgba(139, 92, 246, 0.9) !important;
  color: #fff !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button.zb-pv2-subnav {
  color: rgba(203, 213, 225, 0.62) !important;
  font-size: 0.82rem !important;
  margin-top: -0.12rem;
  min-height: 1.9rem !important;
  padding-left: 1.02rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button.zb-pv2-subnav > span {
  color: rgba(203, 213, 225, 0.58);
  flex-basis: 0.7rem;
  font-size: 1rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-left-utilities {
  border-top: 1px solid rgba(148, 163, 184, 0.11) !important;
  gap: 0.48rem !important;
  padding-top: 1rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card {
  background:
    radial-gradient(circle at 12% 42%, rgba(253, 224, 71, 0.22), transparent 5rem),
    radial-gradient(circle at 100% 86%, rgba(45, 212, 191, 0.18), transparent 8rem),
    linear-gradient(145deg, rgba(39, 44, 50, 0.72), rgba(8, 33, 48, 0.82)) !important;
  border-color: rgba(148, 163, 184, 0.22) !important;
  border-radius: 15px !important;
  box-shadow: 0 0 32px rgba(45, 212, 191, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  column-gap: 0.52rem;
  display: grid !important;
  grid-template-columns: 2.05rem minmax(0, 1fr);
  margin: 0.1rem 0 0.5rem !important;
  padding: 0.72rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card .zb-pv2-tool-icon {
  align-self: center;
  background: rgba(253, 224, 71, 0.12) !important;
  border-color: rgba(253, 224, 71, 0.28) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 24px rgba(253, 224, 71, 0.24);
  color: rgba(253, 224, 71, 0.98) !important;
  grid-row: 1 / 3;
  height: 1.85rem !important;
  width: 1.85rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card strong {
  color: #fff !important;
  font-size: 0.93rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card small {
  color: rgba(253, 230, 138, 0.92) !important;
  font-size: 0.67rem !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card em {
  color: rgba(253, 230, 138, 0.78);
  display: block;
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin-top: 0.22rem;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card b {
  color: #fff;
  display: block;
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card button {
  align-items: center;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.68), rgba(20, 184, 166, 0.62)) !important;
  border-color: rgba(94, 234, 212, 0.42) !important;
  border-radius: 13px !important;
  box-shadow: 0 0 26px rgba(45, 212, 191, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  color: white !important;
  display: flex;
  font-size: 0.82rem !important;
  font-weight: 950 !important;
  grid-column: 1 / -1;
  justify-content: space-between;
  min-height: 2.25rem !important;
  padding: 0.32rem 0.54rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card button span:first-child {
  align-items: center;
  background: rgba(15, 23, 42, 0.26);
  border-radius: 999px;
  display: inline-flex;
  height: 1.35rem;
  justify-content: center;
  width: 1.35rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-utility-button {
  align-items: center;
  background: rgba(15, 23, 42, 0.5) !important;
  border: 1px solid rgba(148, 163, 184, 0.2) !important;
  border-radius: 11px !important;
  color: rgba(226, 232, 240, 0.86) !important;
  display: flex;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  gap: 0.38rem;
  min-height: 2rem !important;
  padding: 0.28rem 0.62rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-utility-button:hover,
body[data-current-screen="practice-v2"] .zb-pv2-utility-button:focus-visible {
  background: rgba(20, 184, 166, 0.12) !important;
  border-color: rgba(45, 212, 191, 0.28) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-utility-button span {
  color: rgba(153, 246, 228, 0.86);
}

body[data-current-screen="practice-v2"] .zb-pv2-version-pill {
  align-self: start;
  background: rgba(15, 23, 42, 0.5) !important;
  border: 1px solid rgba(148, 163, 184, 0.16) !important;
  border-radius: 999px !important;
  color: rgba(226, 232, 240, 0.78) !important;
  display: inline-flex !important;
  font-size: 0.58rem !important;
  font-weight: 950 !important;
  justify-content: flex-start !important;
  line-height: 1.15;
  max-width: 100%;
  padding: 0.25rem 0.44rem !important;
  white-space: nowrap;
}

/* Align V2 rail typography and hover underlines with the established Practice rail. */
body[data-current-screen="practice-v2"] .zb-pv2-left-rail {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button {
  color: rgba(238, 242, 250, 0.68) !important;
  font-family: inherit !important;
  font-size: 0.94rem !important;
  font-weight: 520 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
  min-height: 2.55rem !important;
  padding: 0.58rem 0.72rem 0.68rem !important;
  position: relative !important;
  text-shadow: none !important;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button > span {
  color: rgba(238, 242, 250, 0.58) !important;
  font-size: 1.06rem !important;
  opacity: 0.82;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button.zb-pv2-subnav {
  color: rgba(238, 242, 250, 0.6) !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  min-height: 2rem !important;
  padding-bottom: 0.48rem !important;
  padding-top: 0.42rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button::before {
  content: none !important;
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button::after,
body[data-current-screen="practice-v2"] .zb-pv2-nav button:hover::after,
body[data-current-screen="practice-v2"] .zb-pv2-nav button:focus-visible::after,
body[data-current-screen="practice-v2"] .zb-pv2-nav button.is-selected::after {
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.26), rgba(216, 180, 254, 0.92), rgba(45, 212, 191, 0.35)) !important;
  border-radius: 999px !important;
  bottom: 0.42rem !important;
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.42) !important;
  content: "" !important;
  display: block !important;
  height: 2px !important;
  left: 2.46rem !important;
  opacity: 0 !important;
  position: absolute !important;
  right: auto !important;
  transform: none !important;
  transform-origin: left center !important;
  width: 2rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button:hover,
body[data-current-screen="practice-v2"] .zb-pv2-nav button:focus-visible {
  background: rgba(255, 255, 255, 0.034) !important;
  border-color: transparent !important;
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.06) !important;
  color: rgba(250, 252, 255, 0.94) !important;
  outline: none !important;
  text-shadow: none !important;
  transform: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button:hover::after,
body[data-current-screen="practice-v2"] .zb-pv2-nav button:focus-visible::after,
body[data-current-screen="practice-v2"] .zb-pv2-nav button.is-selected::after {
  opacity: 0.9 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button.is-selected {
  background:
    radial-gradient(circle at 22% 22%, rgba(168, 85, 247, 0.15), transparent 60%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)) !important;
  border-color: rgba(226, 235, 244, 0.14) !important;
  box-shadow:
    inset 3px 0 0 rgba(168, 85, 247, 0.88),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 14px 30px rgba(79, 40, 170, 0.12) !important;
  color: rgba(250, 252, 255, 0.98) !important;
  font-weight: 650 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-rail-brand strong {
  font-family: inherit !important;
  font-size: 0.96rem !important;
  font-weight: 780 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-rail-brand small {
  font-family: inherit !important;
  font-size: 0.56rem !important;
  font-weight: 650 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card strong {
  font-family: inherit !important;
  font-size: 0.96rem !important;
  font-weight: 780 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card small,
body[data-current-screen="practice-v2"] .zb-pv2-progress-card em {
  font-family: inherit !important;
  font-weight: 600 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card b {
  font-family: inherit !important;
  font-weight: 680 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-progress-card button,
body[data-current-screen="practice-v2"] .zb-pv2-utility-button,
body[data-current-screen="practice-v2"] .zb-pv2-version-pill {
  font-family: inherit !important;
  font-weight: 620 !important;
}

/* Practice V2 nav polish: mirror the primary ZoneBuilder navigation typography. */
body[data-current-screen="practice-v2"] .zb-pv2-nav {
  gap: 0.32rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button,
body[data-current-screen="practice-v2"] .zb-pv2-nav button.zb-pv2-subnav {
  align-items: center !important;
  border-radius: 12px !important;
  display: flex !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 0.94rem !important;
  font-weight: 900 !important;
  gap: 0.62rem !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  min-height: 2.42rem !important;
  padding: 0.52rem 0.68rem 0.62rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button > span,
body[data-current-screen="practice-v2"] .zb-pv2-nav button.zb-pv2-subnav > span {
  flex: 0 0 1.18rem !important;
  font-size: 1rem !important;
  opacity: 0.82;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button::after,
body[data-current-screen="practice-v2"] .zb-pv2-nav button.zb-pv2-subnav::after {
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.34), rgba(139, 92, 246, 0.92), rgba(45, 212, 191, 0.45)) !important;
  bottom: 0.38rem !important;
  left: 2.48rem !important;
  width: 2.4rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button:hover,
body[data-current-screen="practice-v2"] .zb-pv2-nav button:focus-visible {
  background: rgba(255, 255, 255, 0.045) !important;
  border-color: rgba(226, 235, 244, 0.12) !important;
  color: rgba(250, 252, 255, 0.96) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-nav button.is-selected {
  background:
    radial-gradient(circle at 16% 18%, rgba(37, 99, 235, 0.22), transparent 58%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035)) !important;
  border-color: rgba(226, 235, 244, 0.16) !important;
  box-shadow:
    inset 3px 0 0 rgba(37, 99, 235, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 30px rgba(37, 99, 235, 0.12) !important;
  color: #ffffff !important;
  font-weight: 900 !important;
}

/* Daily-driver V2 finalization: keep V2 primary, readable, and visibly responsive to practice state. */
body[data-current-screen="practice-v2"] .zb-pv2-header {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-main {
  padding-top: 0 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-current-scroll p,
body[data-current-screen="practice-v2"] [data-zb-pv2-current-summary] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-current-scroll [data-zb-pv2-current-summary]:not([hidden]) {
  display: block !important;
  font-size: 0.8rem !important;
  line-height: 1.28 !important;
  margin: -0.18rem 0 0 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-current-meta:not([hidden]) {
  display: flex !important;
  gap: 0.28rem !important;
  margin-top: -0.18rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-current-meta span {
  background: rgba(15, 23, 42, 0.46) !important;
  border-color: rgba(148, 163, 184, 0.14) !important;
  color: rgba(203, 213, 225, 0.78) !important;
  font-size: 0.62rem !important;
  padding: 0.18rem 0.42rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-current-meta span.is-warmup {
  background: rgba(245, 158, 11, 0.14) !important;
  border-color: rgba(245, 158, 11, 0.3) !important;
  color: rgba(253, 230, 138, 0.92) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-current-card {
  position: relative;
}

body[data-current-screen="practice-v2"] .zb-pv2-current-badge-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
  justify-content: flex-end;
  max-width: min(17rem, calc(100% - 5.5rem));
  position: absolute;
  right: 0.74rem;
  top: 0.7rem;
  z-index: 8;
}

body[data-current-screen="practice-v2"] .zb-pv2-current-badge-row:empty {
  display: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-resource-badge,
body[data-current-screen="practice-v2"] .zb-pv2-reminder-badge {
  align-items: center;
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(45, 212, 191, 0.28);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(45, 212, 191, 0.1);
  color: rgba(204, 251, 241, 0.94);
  display: inline-flex;
  font-size: 0.64rem;
  font-weight: 760;
  gap: 0.28rem;
  line-height: 1;
  padding: 0.28rem 0.52rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-resource-badge::before {
  content: "↗";
  font-size: 0.72rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-reminder-badge {
  background:
    linear-gradient(135deg, rgba(120, 75, 12, 0.68), rgba(15, 23, 42, 0.68));
  border-color: rgba(250, 204, 21, 0.36);
  box-shadow: 0 0 16px rgba(245, 158, 11, 0.12);
  color: rgba(255, 249, 230, 0.95);
}

body[data-current-screen="practice-v2"] .zb-pv2-reminder-badge::before {
  content: "!";
  font-size: 0.72rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-resource-badge:hover,
body[data-current-screen="practice-v2"] .zb-pv2-resource-badge:focus-visible,
body[data-current-screen="practice-v2"] .zb-pv2-reminder-badge:hover,
body[data-current-screen="practice-v2"] .zb-pv2-reminder-badge:focus-visible {
  background: rgba(20, 184, 166, 0.18);
  border-color: rgba(94, 234, 212, 0.58);
  color: #f8fafc;
}

body[data-current-screen="practice-v2"] .zb-pv2-workspace-body.is-dynamic-practice {
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  padding: 0.14rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice {
  --zb-pv2-dynamic-side-dock-column: minmax(clamp(14.75rem, 18vw, 18.5rem), 0.44fr);
  background:
    radial-gradient(circle at 6% 0%, rgba(20, 184, 166, 0.18), transparent 15rem),
    radial-gradient(circle at 88% 22%, rgba(79, 70, 229, 0.18), transparent 18rem),
    rgba(2, 8, 17, 0.34);
  border: 1px solid rgba(94, 234, 212, 0.12);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  display: grid;
  gap: 0.28rem;
  grid-column: 1 / -1;
  grid-template-rows: minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  padding: 0.16rem;
  position: relative;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice[hidden] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-cardbar button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-actions button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-resource-rail button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-actions button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-close,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-control-row,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail-tabs button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-pill button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-controls [data-zb-pv2-dynamic-controls-toggle],
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-icon-action,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-actions button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-chooser button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-chip-row button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-row button {
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.94);
  font-size: 0.68rem;
  font-weight: 860;
  min-height: 1.62rem;
  padding: 0.26rem 0.64rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-frame {
  display: grid;
  gap: 0.34rem;
  grid-template-columns: minmax(10rem, 0.28fr) minmax(0, 1fr);
  min-height: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-left,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-canvas {
  background:
    linear-gradient(160deg, rgba(2, 8, 17, 0.58), rgba(15, 23, 42, 0.5)),
    rgba(2, 8, 17, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  min-height: 0;
  overflow: hidden;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-left {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
  overflow: visible;
  padding: 0.36rem;
  position: relative;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-left h4 {
  color: rgba(248, 250, 252, 0.98);
  display: -webkit-box;
  font-size: clamp(1.06rem, 1.72vw, 1.96rem);
  line-height: 1.02;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-title-row {
  align-items: start;
  display: grid;
  gap: 0.32rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-icon-action {
  align-items: center;
  background: rgba(15, 23, 42, 0.56);
  border-color: rgba(148, 163, 184, 0.28);
  color: rgba(226, 232, 240, 0.92);
  display: inline-flex;
  font-size: 0.72rem;
  height: 1.52rem;
  justify-content: center;
  min-height: 1.52rem;
  min-width: 1.52rem;
  opacity: 0.82;
  padding: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-icon-action:hover,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-icon-action:focus-visible {
  background: rgba(20, 184, 166, 0.22);
  border-color: rgba(94, 234, 212, 0.4);
  color: #fff;
  opacity: 1;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-icon-action[hidden] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-left h4.is-long-title {
  font-size: clamp(0.96rem, 1.44vw, 1.62rem);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-left h4.is-very-long-title {
  font-size: clamp(0.84rem, 1.14vw, 1.32rem);
  -webkit-line-clamp: 6;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-focus {
  margin-top: auto;
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 158, 11, 0.24), transparent 12rem),
    rgba(23, 12, 4, 0.6);
  border: 1px solid rgba(245, 158, 11, 0.36);
  border-radius: 12px;
  display: grid;
  gap: 0.46rem;
  min-height: 8.2rem;
  padding: 0.72rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-focus-header {
  align-items: center;
  display: flex;
  gap: 0.4rem;
  justify-content: space-between;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-focus-header span {
  color: rgba(253, 230, 138, 0.84);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-focus strong {
  color: rgba(255, 251, 235, 0.96);
  font-size: clamp(1.08rem, 1.24vw, 1.34rem);
  line-height: 1.15;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-focus small {
  color: rgba(253, 230, 138, 0.68);
  font-size: 0.66rem;
  line-height: 1.28;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-focus.is-muted {
  background:
    radial-gradient(circle at 0% 0%, rgba(148, 163, 184, 0.14), transparent 10rem),
    rgba(15, 23, 42, 0.45);
  border-color: rgba(148, 163, 184, 0.18);
  min-height: 6.4rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-focus.is-muted strong {
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.94rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-focus.is-muted small {
  color: rgba(203, 213, 225, 0.58);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-canvas {
  display: grid;
  gap: 0.28rem;
  grid-template-areas:
    "tools"
    "cardbar"
    "rail"
    "primary"
    "media";
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  padding: 0.34rem;
  position: relative;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-primary-area-full.is-single-primary-card .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools"
    "primary";
  grid-template-rows: auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-state-only .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "primary";
  grid-template-rows: minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.has-side-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "cardbar cardbar"
    "primary side"
    "media media";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto minmax(0, 1fr) auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.has-horizontal-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools"
    "cardbar"
    "rail"
    "primary"
    "media";
  grid-template-columns: minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.has-horizontal-utility.has-side-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "cardbar cardbar"
    "rail rail"
    "primary side"
    "media media";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-single-primary-card .zb-pv2-dynamic-cardbar {
  display: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-active .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools"
    "cardbar"
    "rail"
    "primary"
    "media";
  grid-template-rows: auto auto auto minmax(5.2rem, 0.34fr) minmax(14.5rem, 1.95fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-active .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools"
    "cardbar"
    "rail"
    "primary"
    "media";
  grid-template-rows: auto auto auto minmax(4rem, 0.22fr) minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-active.has-side-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "cardbar cardbar"
    "rail rail"
    "primary side"
    "media side";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto auto auto minmax(3.2rem, 0.26fr) minmax(14.5rem, 1.95fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-active.has-side-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "cardbar cardbar"
    "rail rail"
    "primary side"
    "media side";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto auto auto minmax(3rem, 0.18fr) minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-active.is-compact-primary-area .zb-pv2-dynamic-canvas {
  grid-template-rows: auto auto auto minmax(4.4rem, 0.3fr) minmax(15.5rem, 2.2fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-active.is-compact-primary-area .zb-pv2-dynamic-canvas {
  grid-template-rows: auto auto auto minmax(3rem, 0.18fr) minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-primary-suppressed .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "rail rail"
    "media side";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-primary-suppressed .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools"
    "rail"
    "media";
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-primary-suppressed.has-side-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "rail rail"
    "media side";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-primary-suppressed.has-side-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "rail rail"
    "media side";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-active.is-video-primary-suppressed .zb-pv2-dynamic-canvas {
  grid-template-rows: auto auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-active.is-audio-primary-suppressed .zb-pv2-dynamic-canvas {
  grid-template-rows: auto auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-only .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "media side";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-only .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools"
    "media";
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-only.has-side-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "media side";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-only.has-side-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "media side";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-active.is-video-media-only .zb-pv2-dynamic-canvas {
  grid-template-rows: auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-active.is-audio-media-only .zb-pv2-dynamic-canvas {
  grid-template-rows: auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-only.has-horizontal-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "rail rail"
    "media side";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-only.has-horizontal-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools"
    "rail"
    "media";
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-only.has-horizontal-utility.has-side-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "rail rail"
    "media side";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-only.has-horizontal-utility.has-side-utility .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools tools"
    "rail rail"
    "media side";
  grid-template-columns: minmax(0, 1fr) var(--zb-pv2-dynamic-side-dock-column);
  grid-template-rows: auto auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-primary-suppressed.has-horizontal-utility .zb-pv2-dynamic-canvas,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-only.has-horizontal-utility .zb-pv2-dynamic-canvas,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-primary-suppressed.has-horizontal-utility .zb-pv2-dynamic-canvas,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-only.has-horizontal-utility .zb-pv2-dynamic-canvas {
  grid-template-rows: auto minmax(0, auto) minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-primary-suppressed .zb-pv2-dynamic-cardbar,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-primary-suppressed .zb-pv2-dynamic-primary,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-only .zb-pv2-dynamic-cardbar,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-only .zb-pv2-dynamic-primary,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-primary-suppressed .zb-pv2-dynamic-cardbar,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-primary-suppressed .zb-pv2-dynamic-primary,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-only .zb-pv2-dynamic-cardbar,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-only .zb-pv2-dynamic-primary {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-media-expanded .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "media";
  grid-template-rows: minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-media-expanded .zb-pv2-dynamic-cardbar,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-media-expanded .zb-pv2-dynamic-tool-strip,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-media-expanded .zb-pv2-dynamic-rail,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-media-expanded .zb-pv2-dynamic-primary,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-media-expanded .zb-pv2-dynamic-side-dock {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-state-only .zb-pv2-dynamic-cardbar,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-state-only .zb-pv2-dynamic-tool-strip,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-state-only .zb-pv2-dynamic-rail,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-state-only .zb-pv2-dynamic-side-dock,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-state-only .zb-pv2-dynamic-media {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-tuner-mode .zb-pv2-dynamic-canvas {
  grid-template-areas:
    "tools"
    "primary";
  grid-template-rows: auto minmax(0, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-tuner-mode .zb-pv2-dynamic-cardbar,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-tuner-mode .zb-pv2-dynamic-rail,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-tuner-mode .zb-pv2-dynamic-side-dock,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-tuner-mode .zb-pv2-dynamic-media {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-primary[data-viewer-kind="tuner"] {
  background:
    radial-gradient(circle at 46% 4%, rgba(45, 212, 191, 0.12), transparent 18rem),
    radial-gradient(circle at 82% 40%, rgba(79, 70, 229, 0.16), transparent 18rem),
    linear-gradient(165deg, rgba(2, 8, 23, 0.9), rgba(7, 15, 31, 0.96));
  border-color: rgba(94, 234, 212, 0.28);
  overflow: hidden;
  padding: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner {
  align-content: stretch;
  display: grid;
  gap: 0.5rem;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  padding: clamp(0.62rem, 1.2vw, 1rem);
  position: relative;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner::before {
  background:
    radial-gradient(ellipse at 48% 54%, rgba(45, 212, 191, 0.075), transparent 18rem),
    radial-gradient(ellipse at 62% 48%, rgba(99, 102, 241, 0.08), transparent 20rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner > * {
  position: relative;
  z-index: 1;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-header {
  align-items: center;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1fr) auto auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-kicker {
  color: rgba(153, 246, 228, 0.9);
  display: block;
  font-size: 0.6rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 0.18rem;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-header h3 {
  color: rgba(248, 250, 252, 0.98);
  font-size: clamp(1.22rem, 2vw, 1.82rem);
  line-height: 0.95;
  margin: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-header p {
  color: rgba(203, 213, 225, 0.74);
  font-size: 0.68rem;
  line-height: 1.22;
  margin: 0.24rem 0 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-summary {
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: 14px;
  display: grid;
  gap: 0.34rem;
  grid-template-columns: repeat(2, minmax(5.8rem, 1fr));
  min-width: 13rem;
  padding: 0.32rem 0.42rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-selectors label {
  color: rgba(153, 246, 228, 0.78);
  display: grid;
  font-size: 0.5rem;
  font-weight: 900;
  gap: 0.08rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-selectors select {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(94, 234, 212, 0.24);
  border-radius: 8px;
  color: rgba(248, 250, 252, 0.98);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  min-height: 1.72rem;
  padding: 0.18rem 1.45rem 0.18rem 0.42rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-summary strong {
  color: rgba(240, 253, 250, 0.98);
  font-size: 0.86rem;
  line-height: 1.05;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-summary small,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-footer small {
  color: rgba(186, 230, 253, 0.72);
  font-size: 0.62rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-header-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
  justify-content: end;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-close {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.78), rgba(37, 99, 235, 0.82)) !important;
  border-color: rgba(153, 246, 228, 0.42) !important;
  color: #fff !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-picker {
  background: rgba(2, 8, 23, 0.76);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 14px;
  display: grid;
  gap: 0.42rem;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  padding: 0.48rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-picker[hidden] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-picker-group {
  display: grid;
  gap: 0.26rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-picker-group > strong {
  color: rgba(153, 246, 228, 0.86);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-picker-group > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-picker button {
  border-radius: 999px;
  font-size: 0.72rem;
  min-height: 1.7rem;
  padding: 0.25rem 0.62rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-picker button.is-selected,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-strings button.is-selected {
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.95), rgba(99, 102, 241, 0.9));
  border-color: rgba(248, 250, 252, 0.74);
  color: #fff;
  box-shadow: 0 0 0 2px rgba(45, 212, 191, 0.18), 0 0.44rem 1.2rem rgba(0, 0, 0, 0.34);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-display {
  align-items: center;
  align-content: center;
  display: grid;
  gap: 0.42rem;
  grid-template-rows: minmax(5.7rem, 1fr) auto auto auto auto;
  justify-items: center;
  min-height: 0;
  padding: 0.68rem 0.2rem 0.08rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-meter {
  align-items: end;
  aspect-ratio: auto;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(45, 212, 191, 0.2), transparent 54%),
    conic-gradient(from 240deg at 50% 100%, rgba(59, 130, 246, 0.12), rgba(37, 99, 235, 0.58) 35deg, rgba(45, 212, 191, 0.82) 56deg, rgba(45, 212, 191, 0.82) 64deg, rgba(168, 85, 247, 0.58) 85deg, rgba(244, 63, 94, 0.12) 120deg, transparent 120deg);
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-bottom-color: rgba(94, 234, 212, 0.46);
  border-radius: 999px 999px 20px 20px;
  box-shadow: inset 0 -1.2rem 2.6rem rgba(2, 6, 23, 0.7), 0 0.8rem 2.4rem rgba(0, 0, 0, 0.22);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 100%;
  max-height: 8.7rem;
  max-width: 42rem;
  min-height: 5.7rem;
  overflow: hidden;
  padding: 0.72rem 1.2rem 0.66rem;
  position: relative;
  width: min(94%, 42rem);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-meter span {
  align-self: end;
  color: rgba(226, 232, 240, 0.74);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-meter .is-target {
  color: rgba(204, 251, 241, 0.98);
  text-align: center;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-meter .is-sharp {
  text-align: right;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-needle {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(94, 234, 212, 0.62));
  border-radius: 999px;
  bottom: 0.68rem;
  box-shadow: 0 0 12px rgba(94, 234, 212, 0.42);
  height: 76%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(0deg);
  transform-origin: 50% 100%;
  transition: box-shadow 180ms ease;
  width: 0.16rem;
  z-index: 4;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-dial-hub {
  background: radial-gradient(circle at 42% 36%, #fff, #5eead4 32%, #0f172a 68%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  bottom: 0.2rem;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.14);
  height: 1.05rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1.05rem;
  z-index: 5;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-dial-ticks,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-dial-labels {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-dial-ticks i {
  bottom: 0.62rem;
  height: 82%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(var(--zb-pv2-tuner-angle));
  transform-origin: 50% 100%;
  width: 1px;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-dial-ticks i::before {
  background: rgba(226, 232, 240, 0.48);
  content: "";
  height: 0.38rem;
  left: 0;
  position: absolute;
  top: 0.34rem;
  width: 1px;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-dial-ticks i.is-major::before {
  background: rgba(240, 253, 250, 0.86);
  height: 0.72rem;
  width: 2px;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-dial-labels span {
  color: rgba(203, 213, 225, 0.72);
  font-size: 0.54rem;
  line-height: 1;
  position: absolute;
  transform: translate(-50%, -50%);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-dial-labels span.is-zero {
  color: rgba(204, 251, 241, 0.98);
  font-weight: 950;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-note-display {
  align-items: center;
  display: grid;
  gap: 0.04rem;
  justify-items: center;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-note-display span {
  align-items: center;
  color: rgba(153, 246, 228, 0.82);
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 950;
  gap: 0.38rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-note-display span::before {
  background: rgba(71, 85, 105, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(2, 6, 23, 0.48);
  content: "";
  height: 0.68rem;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 220ms ease;
  width: 0.68rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-note-display[data-tune-state="in-tune"] span {
  color: rgba(187, 247, 208, 0.98);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-note-display[data-tune-state="in-tune"] span::before {
  background: #4ade80;
  border-color: rgba(220, 252, 231, 0.96);
  box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.16), 0 0 18px rgba(74, 222, 128, 0.78);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-meter[data-tune-state="in-tune"] .zb-pv2-dynamic-tuner-dial-hub {
  background: radial-gradient(circle at 42% 36%, #fff, #4ade80 34%, #064e3b 72%);
  box-shadow: 0 0 0 5px rgba(74, 222, 128, 0.2), 0 0 24px rgba(74, 222, 128, 0.72);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-note-display strong {
  color: #fff;
  font-size: clamp(3rem, 6.2vw, 4.8rem);
  line-height: 0.88;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.16);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-note-display em {
  color: rgba(203, 213, 225, 0.9);
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-readout {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(4, minmax(5.5rem, 1fr));
  max-width: 42rem;
  width: min(94%, 42rem);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-readout > span {
  background: rgba(15, 23, 42, 0.52);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 0.04rem;
  padding: 0.26rem 0.4rem;
  text-align: center;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-readout small {
  color: rgba(148, 163, 184, 0.78);
  font-size: 0.52rem;
  font-weight: 850;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-readout strong {
  color: rgba(240, 253, 250, 0.94);
  font-size: 0.72rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-note-display small {
  color: rgba(186, 230, 253, 0.75);
  font-size: 0.72rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-fine {
  align-items: center;
  display: grid;
  gap: 0.26rem;
  grid-template-rows: auto auto;
  width: min(94%, 42rem);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-fine-labels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-fine-labels span {
  color: rgba(203, 213, 225, 0.56);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-fine-labels .is-target {
  color: rgba(204, 251, 241, 0.96);
  text-align: center;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-fine-labels .is-sharp {
  text-align: right;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-fine b {
  background:
    linear-gradient(90deg, rgba(59, 130, 246, 0.62), rgba(45, 212, 191, 0.86) 43%, rgba(74, 222, 128, 0.98) 47%, rgba(74, 222, 128, 0.98) 53%, rgba(45, 212, 191, 0.86) 57%, rgba(244, 63, 94, 0.62)),
    linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.88) 48% 52%, transparent 52%);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14), 0 0 28px rgba(45, 212, 191, 0.12);
  display: block;
  height: 1.08rem;
  position: relative;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-input-level {
  align-items: center;
  display: grid;
  gap: 0.36rem;
  grid-template-columns: auto minmax(8rem, 1fr) auto;
  max-width: 26rem;
  width: min(80%, 26rem);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-input-level > span,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-input-level > small {
  color: rgba(186, 230, 253, 0.7);
  font-size: 0.56rem;
  font-weight: 850;
  min-width: 3rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-input-level > b {
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.78) var(--zb-pv2-tuner-input, 0%), rgba(30, 41, 59, 0.84) var(--zb-pv2-tuner-input, 0%));
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  display: block;
  height: 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-fine b::before {
  background: rgba(240, 253, 250, 0.96);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(204, 251, 241, 0.36);
  content: "";
  height: 1.58rem;
  left: 50%;
  opacity: 0.52;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.16rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-fine b::after {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(204, 251, 241, 0.95));
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.18);
  color: #0f172a;
  content: attr(data-cents);
  display: flex;
  font-size: 0.6rem;
  font-weight: 950;
  height: 1.52rem;
  justify-content: center;
  left: var(--zb-pv2-tuner-bubble, 50%);
  min-width: 2.9rem;
  padding: 0 0.38rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: box-shadow 180ms ease, background 180ms ease;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-fine[data-tune-state="flat"] b::after,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-needle[data-tune-state="flat"] {
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2), 0 0 18px rgba(59, 130, 246, 0.42);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-fine[data-tune-state="sharp"] b::after,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-needle[data-tune-state="sharp"] {
  box-shadow: 0 0 0 4px rgba(244, 63, 94, 0.18), 0 0 18px rgba(244, 63, 94, 0.38);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-fine[data-tune-state="in-tune"] b::after,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-needle[data-tune-state="in-tune"] {
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.22), 0 0 22px rgba(45, 212, 191, 0.52);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-status {
  color: rgba(226, 232, 240, 0.88);
  font-size: 0.8rem;
  line-height: 1.25;
  margin: 0;
  max-width: 36rem;
  text-align: center;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-strings {
  display: grid;
  gap: 0.14rem;
  justify-items: center;
  padding: 0.04rem 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-string-detail {
  color: rgba(186, 230, 253, 0.72);
  font-size: 0.68rem;
  font-weight: 750;
  display: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-target-label {
  color: rgba(153, 246, 228, 0.88);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-string-rail {
  background: rgba(2, 8, 23, 0.48);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  justify-content: center;
  padding: 0.26rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-strings button {
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 950;
  min-height: 1.72rem;
  min-width: 2.4rem;
  padding: 0.18rem 0.72rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  min-height: 1.9rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-start {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.88), rgba(37, 99, 235, 0.86)) !important;
  border-color: rgba(204, 251, 241, 0.46) !important;
  color: #fff !important;
  min-width: 7rem;
}

@media (max-width: 1080px), (max-height: 760px) {
  body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner {
    gap: 0.34rem;
    padding: 0.54rem;
  }

  body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-header p {
    display: none;
  }

  body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-meter {
    min-height: 5.5rem;
    width: min(90%, 36rem);
  }

  body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-note-display strong {
    font-size: clamp(2.5rem, 5vw, 3.7rem);
  }

}

@media (max-width: 760px) {
  body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tuner-readout {
    grid-template-columns: repeat(2, minmax(7rem, 1fr));
    width: min(90%, 32rem);
  }
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-cardbar {
  align-items: center;
  background: rgba(15, 23, 42, 0.54);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  display: grid;
  gap: 0.34rem;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  min-height: 1.72rem;
  padding: 0.16rem;
  grid-area: cardbar;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-cardbar button {
  align-items: center;
  display: inline-flex;
  font-size: 1rem;
  height: 1.38rem;
  justify-content: center;
  min-height: 1.38rem;
  min-width: 1.38rem;
  padding: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-cardbar span,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-content-heading small,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail-heading span,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-row small,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-control-row small {
  color: rgba(148, 163, 184, 0.78);
  font-size: 0.6rem;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-cardbar strong,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-content-heading strong,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail-heading strong {
  color: rgba(248, 250, 252, 0.98);
  font-size: 0.84rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-cardbar em {
  color: rgba(153, 246, 228, 0.8);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-strip {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.24rem;
  grid-area: tools;
  justify-content: space-between;
  min-height: 0;
  padding: 0 0.04rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-strip[hidden] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-pill {
  align-items: center;
  background: rgba(15, 23, 42, 0.42);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 999px;
  display: inline-flex;
  gap: 0.1rem;
  padding: 0.08rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 0.24rem;
  justify-content: flex-end;
  margin-left: auto;
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-pill.is-added {
  background: rgba(14, 116, 144, 0.22);
  border-color: rgba(94, 234, 212, 0.34);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-pill.is-active {
  box-shadow: 0 0 0 1px rgba(94, 234, 212, 0.28), 0 0 14px rgba(45, 212, 191, 0.1);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-pill.is-disabled {
  opacity: 0.48;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-pill button {
  font-size: 0.6rem;
  min-height: 1.18rem;
  padding: 0.12rem 0.46rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-pill.is-added button:first-child {
  background: rgba(20, 184, 166, 0.28);
  border-color: rgba(94, 234, 212, 0.42);
  color: rgba(240, 253, 250, 0.98);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-pill button:disabled {
  cursor: not-allowed;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-side-dock,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-primary,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media {
  background: rgba(2, 8, 17, 0.46);
  border: 1px solid rgba(94, 234, 212, 0.18);
  border-radius: 12px;
  min-height: 0;
  overflow: auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail[hidden],
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-side-dock[hidden],
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media[hidden] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail {
  display: grid;
  gap: 0.28rem;
  grid-area: rail;
  grid-template-columns: minmax(0, 1fr);
  padding: 0.38rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail.is-compact-tool {
  align-items: center;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  padding: 0.34rem 0.42rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail.is-fretboard-tool {
  grid-template-columns: minmax(0, 1fr);
  height: clamp(13.5rem, 24vh, 14.2rem);
  min-height: clamp(13.5rem, 24vh, 14.2rem);
  overflow: hidden;
  padding: 0.28rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-active .zb-pv2-dynamic-rail.is-fretboard-tool {
  height: clamp(13.5rem, 24vh, 14.2rem);
  max-height: clamp(13.5rem, 24vh, 14.2rem);
  min-height: clamp(13.5rem, 24vh, 14.2rem);
  overflow: hidden;
  padding: 0.28rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-side-dock {
  align-content: center;
  display: grid;
  gap: 0.32rem;
  grid-area: side;
  min-width: 0;
  padding: 0.38rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail-heading {
  align-content: start;
  display: grid;
  gap: 0.36rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail.is-compact-tool .zb-pv2-dynamic-rail-heading {
  align-items: center;
  display: flex;
  gap: 0.42rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail.is-compact-tool .zb-pv2-dynamic-rail-heading span {
  display: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.26rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail-tabs button.is-active,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-chooser button.is-active,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-control-row.is-active,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-picker button.is-active,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-resource-rail button.is-active {
  background: rgba(20, 184, 166, 0.36);
  border-color: rgba(94, 234, 212, 0.56);
  color: rgba(240, 253, 250, 0.98);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail-body {
  align-items: center;
  display: grid;
  gap: 0.28rem;
  min-height: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail.is-compact-tool .zb-pv2-dynamic-rail-body {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-rail.is-fretboard-tool .zb-pv2-dynamic-rail-body {
  align-items: stretch;
  grid-template-rows: minmax(12.8rem, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-active .zb-pv2-dynamic-rail.is-fretboard-tool .zb-pv2-dynamic-rail-body {
  grid-template-rows: minmax(12.8rem, 1fr);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard-controls {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.28rem;
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard-toolbar-controls {
  flex: 1 1 auto;
  max-width: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard-controls label {
  align-items: center;
  background: rgba(15, 23, 42, 0.58);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 999px;
  display: inline-flex;
  gap: 0.28rem;
  min-height: 1.36rem;
  padding: 0.1rem 0.18rem 0.1rem 0.46rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard-controls small {
  color: rgba(153, 246, 228, 0.78);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard-controls select {
  appearance: auto;
  background: rgba(2, 8, 23, 0.62);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 999px;
  color: rgba(248, 250, 252, 0.96);
  cursor: pointer;
  font: inherit;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.1;
  max-width: 11rem;
  min-height: 1.1rem;
  min-width: 4.2rem;
  padding: 0.08rem 0.5rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard-controls label:nth-child(2) select {
  max-width: 12.5rem;
  min-width: 8.4rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-guidance-dock {
  display: grid;
  min-height: 0;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-guidance-dock .zb-pv2-key-guidance {
  align-content: start;
  background:
    radial-gradient(circle at 50% 8%, rgba(59, 130, 246, 0.16), transparent 8rem),
    rgba(2, 8, 23, 0.22);
  border: 1px solid rgba(94, 234, 212, 0.12);
  border-radius: 15px;
  gap: 0.34rem;
  justify-items: stretch;
  min-height: 0;
  padding: 0.55rem;
  text-align: left;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-guidance-dock .zb-pv2-key-guidance small,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-guidance-dock .zb-pv2-key-guidance span,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-guidance-dock .zb-pv2-key-guidance em {
  display: block;
  text-align: center;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-guidance-dock .zb-pv2-key-guidance > strong {
  font-size: clamp(2.35rem, 5.2vw, 3.65rem);
  justify-self: center;
  line-height: 0.9;
  min-height: 2.2rem;
  text-align: center;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-guidance-dock .zb-pv2-key-actions {
  display: grid;
  gap: 0.28rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.08rem;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-guidance-dock .zb-pv2-key-actions button {
  font-size: 0.62rem;
  min-height: 1.72rem;
  padding: 0.18rem 0.42rem;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-guidance-dock .zb-pv2-key-chip-grid {
  gap: 0.26rem !important;
  justify-content: center;
  max-width: none;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-guidance-dock .zb-pv2-key-chip {
  font-size: 0.72rem !important;
  min-height: 1.62rem !important;
  min-width: 2rem !important;
  padding: 0.18rem 0.42rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-key-guidance-dock .zb-pv2-guidance-empty {
  align-content: center;
  background: rgba(2, 8, 23, 0.24);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 14px;
  display: grid;
  gap: 0.32rem;
  min-height: 10rem;
  padding: 0.72rem;
  text-align: center;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard {
  --fret-cell-width: clamp(3.8rem, 4.75vw, 4.45rem);
  --string-label-width: 2.35rem;
  --visible-fret-window: 12;
  background:
    radial-gradient(circle at 18% 18%, rgba(245, 158, 11, 0.12), transparent 10rem),
    linear-gradient(90deg, rgba(15, 23, 42, 0.1), rgba(2, 8, 23, 0.24)),
    #2a2016;
  border: 1px solid rgba(94, 234, 212, 0.18);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -16px 42px rgba(0, 0, 0, 0.18);
  cursor: grab;
  justify-self: start;
  max-width: 100%;
  height: 100%;
  min-height: 12.8rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  scrollbar-color: rgba(94, 234, 212, 0.62) rgba(15, 23, 42, 0.56);
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  touch-action: pan-y;
  width: min(100%, calc(var(--string-label-width) + (var(--visible-fret-window) * var(--fret-cell-width)) + 1rem));
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard.is-dragging {
  cursor: grabbing;
  user-select: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard::-webkit-scrollbar {
  height: 0.68rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.56);
  border-radius: 999px;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.62), rgba(59, 130, 246, 0.58));
  border: 2px solid rgba(15, 23, 42, 0.76);
  border-radius: 999px;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard-board {
  --visible-fret-count: 24;
  display: grid;
  grid-template-columns: var(--string-label-width) repeat(var(--visible-fret-count), var(--fret-cell-width));
  min-width: calc(var(--string-label-width) + (var(--visible-fret-count) * var(--fret-cell-width)));
  padding: 0 0 0.08rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard-corner,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-label {
  align-items: center;
  background: rgba(2, 8, 23, 0.78);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  color: rgba(203, 213, 225, 0.86);
  display: flex;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.64rem;
  font-weight: 850;
  justify-content: center;
  min-height: 1.28rem;
  position: relative;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-label {
  border-right: 2px solid rgba(226, 232, 240, 0.42);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-label[data-nut-edge="true"]::before {
  background: linear-gradient(180deg, rgba(255, 248, 220, 0.96), rgba(196, 181, 133, 0.88));
  box-shadow: 0.08rem 0 0 rgba(2, 8, 23, 0.32);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 0.32rem;
  z-index: 2;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-label[data-marker="true"]::after,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-label[data-double-marker="true"]::before {
  background: rgba(250, 244, 218, 0.64);
  border-radius: 999px;
  bottom: 0.16rem;
  content: "";
  height: 0.25rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0.25rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-label[data-double-marker="true"]::before {
  bottom: auto;
  top: 0.16rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-string-label,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-cell {
  min-height: 1.55rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-string-label {
  align-items: center;
  background: rgba(2, 8, 23, 0.82);
  border-right: 1px solid rgba(15, 23, 42, 0.86);
  color: rgba(240, 253, 250, 0.94);
  display: flex;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 850;
  justify-content: center;
  position: sticky;
  left: 0;
  z-index: 4;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-cell {
  align-items: center;
  background:
    linear-gradient(transparent calc(50% - var(--string-thickness, 0.1rem)), rgba(250, 244, 218, 0.5) calc(50% - var(--string-thickness, 0.1rem)), rgba(255, 255, 255, 0.88) 50%, rgba(148, 129, 88, 0.58) calc(50% + var(--string-thickness, 0.1rem)), transparent calc(50% + var(--string-thickness, 0.1rem))),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(0, 0, 0, 0.12)),
    #312619;
  border-right: 2px solid rgba(203, 213, 225, 0.48);
  display: flex;
  justify-content: center;
  position: relative;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-cell[data-nut-edge="true"]::before {
  background: linear-gradient(180deg, rgba(255, 248, 220, 0.96), rgba(196, 181, 133, 0.9));
  box-shadow: 0.08rem 0 0 rgba(2, 8, 23, 0.32);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 0.32rem;
  z-index: 1;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-cell[data-marker="true"]::after {
  background: rgba(250, 244, 218, 0.22);
  border-radius: 999px;
  content: "";
  height: 0.7rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  z-index: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-cell[data-double-marker="true"]::after {
  background:
    radial-gradient(circle at 50% 22%, rgba(250, 244, 218, 0.28) 0 0.22rem, transparent 0.24rem),
    radial-gradient(circle at 50% 78%, rgba(250, 244, 218, 0.28) 0 0.22rem, transparent 0.24rem);
  border-radius: 0.5rem;
  height: 1.35rem;
  width: 0.72rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-cell.is-scale-tone {
  background:
    linear-gradient(transparent calc(50% - var(--string-thickness, 0.1rem)), rgba(250, 244, 218, 0.54) calc(50% - var(--string-thickness, 0.1rem)), rgba(255, 255, 255, 0.92) 50%, rgba(148, 129, 88, 0.62) calc(50% + var(--string-thickness, 0.1rem)), transparent calc(50% + var(--string-thickness, 0.1rem))),
    linear-gradient(180deg, rgba(20, 184, 166, 0.11), rgba(0, 0, 0, 0.08)),
    #352c1d;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-cell.is-root {
  background:
    linear-gradient(transparent calc(50% - var(--string-thickness, 0.1rem)), rgba(250, 244, 218, 0.58) calc(50% - var(--string-thickness, 0.1rem)), rgba(255, 255, 255, 0.95) 50%, rgba(148, 129, 88, 0.66) calc(50% + var(--string-thickness, 0.1rem)), transparent calc(50% + var(--string-thickness, 0.1rem))),
    linear-gradient(180deg, rgba(45, 212, 191, 0.2), rgba(0, 0, 0, 0.08)),
    #3b2f1e;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-cell.is-inactive {
  opacity: 0.28;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-note-marker {
  align-items: center;
  border-radius: 999px;
  color: transparent;
  display: flex;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  height: 1.52rem;
  justify-content: center;
  line-height: 1;
  min-width: 1.52rem;
  padding: 0 0.28rem;
  position: relative;
  text-rendering: geometricPrecision;
  text-shadow: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-cell.is-scale-tone .zb-pv2-dynamic-note-marker {
  background: rgba(240, 253, 250, 0.96);
  border: 2px solid rgba(45, 212, 191, 0.82);
  box-shadow: 0 0.22rem 0.8rem rgba(0, 0, 0, 0.32);
  color: rgba(15, 23, 42, 0.95);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-cell.is-root .zb-pv2-dynamic-note-marker {
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.98), rgba(59, 130, 246, 0.92));
  border-color: rgba(248, 250, 252, 0.95);
  box-shadow:
    0 0 0 3px rgba(45, 212, 191, 0.18),
    0 0.28rem 1rem rgba(0, 0, 0, 0.34);
  color: #ffffff;
  font-size: 0.84rem;
  height: 1.78rem;
  min-width: 1.78rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fret-cell.is-chord-tone:not(.is-root) .zb-pv2-dynamic-note-marker {
  background: rgba(219, 234, 254, 0.98);
  border-color: rgba(96, 165, 250, 0.94);
  box-shadow:
    inset 0 0 0 2px rgba(30, 64, 175, 0.16),
    0 0.22rem 0.72rem rgba(0, 0, 0, 0.28);
  color: rgba(15, 23, 42, 0.98);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard[data-display-mode="both"] .zb-pv2-dynamic-note-marker {
  font-size: 0.7rem;
  padding-inline: 0.32rem;
}

@media (max-width: 1100px) {
  body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-strip,
  body[data-current-screen="practice-v2"] .zb-pv2-dynamic-fretboard-controls,
  body[data-current-screen="practice-v2"] .zb-pv2-dynamic-tool-actions {
    flex-wrap: wrap;
  }
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-primary {
  display: grid;
  grid-area: primary;
  padding: 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-state-card {
  align-content: center;
  background:
    radial-gradient(circle at 8% 4%, rgba(20, 184, 166, 0.22), transparent 14rem),
    radial-gradient(circle at 92% 18%, rgba(59, 130, 246, 0.2), transparent 16rem),
    linear-gradient(150deg, rgba(15, 23, 42, 0.7), rgba(2, 8, 17, 0.78));
  border: 1px solid rgba(94, 234, 212, 0.22);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 42px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 0.42rem;
  justify-items: start;
  min-height: 100%;
  padding: clamp(1rem, 2.4vw, 2rem);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-state-card.is-complete {
  background:
    radial-gradient(circle at 8% 4%, rgba(245, 158, 11, 0.2), transparent 14rem),
    radial-gradient(circle at 92% 18%, rgba(20, 184, 166, 0.18), transparent 16rem),
    linear-gradient(150deg, rgba(24, 14, 5, 0.74), rgba(2, 8, 17, 0.8));
  border-color: rgba(245, 158, 11, 0.28);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-state-kicker {
  background: rgba(20, 184, 166, 0.16);
  border: 1px solid rgba(94, 234, 212, 0.26);
  border-radius: 999px;
  color: rgba(204, 251, 241, 0.95);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.28rem 0.52rem;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-state-card strong {
  color: rgba(248, 250, 252, 0.98);
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 0.98;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-state-card p {
  color: rgba(226, 232, 240, 0.9);
  font-size: clamp(0.98rem, 1.28vw, 1.22rem);
  line-height: 1.38;
  margin: 0;
  max-width: 38rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-state-card small {
  color: rgba(203, 213, 225, 0.72);
  font-size: 0.82rem;
  line-height: 1.38;
  max-width: 38rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media {
  grid-area: media;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instructions,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-document,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-reference {
  display: grid;
  gap: 0.18rem;
  min-height: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instructions {
  grid-template-rows: auto minmax(0, 1fr);
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-content-heading {
  align-items: center;
  display: flex;
  gap: 0.34rem;
  justify-content: space-between;
  min-height: 1.28rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-heading-copy {
  align-items: center;
  display: flex;
  gap: 0.24rem;
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-actions {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.22rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-actions button {
  background: rgba(15, 23, 42, 0.46);
  font-size: 0.56rem;
  min-height: 1.22rem;
  padding: 0.12rem 0.44rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-actions button.is-active {
  background: rgba(20, 184, 166, 0.24);
  border-color: rgba(94, 234, 212, 0.42);
  color: rgba(240, 253, 250, 0.98);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-content-heading strong {
  color: rgba(204, 251, 241, 0.76);
  font-size: 0.66rem;
  font-weight: 760;
  letter-spacing: 0.01em;
  line-height: 1.24;
  overflow-wrap: break-word;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-content-heading small {
  display: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-body {
  display: block;
  min-height: 0;
  overflow: auto;
  padding-top: 0;
  scrollbar-gutter: stable;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-body p,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-body .zb-pv2-dynamic-instruction-line {
  background: transparent !important;
  border: 0 !important;
  box-sizing: border-box;
  border-radius: 7px;
  color: rgba(226, 232, 240, 0.94);
  font-size: clamp(0.98rem, 1vw, 1.1rem);
  font-weight: 520;
  line-height: 1.48;
  margin: 0;
  min-height: 0;
  outline-offset: 2px;
  overflow-wrap: anywhere;
  padding: 0.08rem 0.42rem 0.1rem 0.58rem;
  position: relative;
  text-align: left !important;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
  white-space: pre-wrap;
  width: auto;
  word-break: normal;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-body .zb-pv2-dynamic-instruction-line {
  cursor: pointer;
  display: block;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-body .zb-pv2-dynamic-instruction-line::before {
  background: rgba(45, 212, 191, 0.0);
  border-radius: 999px;
  content: "";
  inset: 0.18rem auto 0.18rem 0.16rem;
  position: absolute;
  transition: background 160ms ease, box-shadow 160ms ease;
  width: 0.18rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-body .zb-pv2-dynamic-instruction-line:hover,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-body .zb-pv2-dynamic-instruction-line:focus-visible {
  background: rgba(15, 118, 110, 0.1) !important;
  outline: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-body .zb-pv2-dynamic-instruction-line.is-bookmarked,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-body .zb-pv2-dynamic-instruction-line.is-bookmarked:hover,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-body .zb-pv2-dynamic-instruction-line.is-bookmarked:focus-visible {
  background: rgba(20, 184, 166, 0.13) !important;
  box-shadow:
    inset 0 0 0 1px rgba(94, 234, 212, 0.22),
    0 0 16px rgba(45, 212, 191, 0.08);
  color: rgba(240, 253, 250, 0.98);
  outline: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-body .zb-pv2-dynamic-instruction-line.is-bookmarked::before {
  background: rgba(45, 212, 191, 0.94);
  box-shadow: 0 0 10px rgba(45, 212, 191, 0.34);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instruction-break {
  min-height: 0.52rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-side-dock.is-instructions-drawer .zb-pv2-dynamic-instructions,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-side-dock.is-instructions-drawer .zb-pv2-dynamic-instruction-body {
  min-height: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-side-dock.is-instructions-drawer .zb-pv2-dynamic-content-heading {
  gap: 0.28rem;
  min-height: 1.15rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-side-dock.is-instructions-drawer .zb-pv2-dynamic-content-heading strong {
  font-size: 0.6rem;
  line-height: 1.24;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-side-dock.is-instructions-drawer .zb-pv2-dynamic-instruction-body .zb-pv2-dynamic-instruction-line {
  font-size: 0.9rem;
  line-height: 1.46;
  padding: 0.08rem 0.34rem 0.1rem 0.52rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-chip-row,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-chooser,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-actions,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-picker {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-chip-row span {
  background: rgba(15, 23, 42, 0.54);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 999px;
  color: rgba(203, 213, 225, 0.84);
  font-size: 0.62rem;
  font-weight: 780;
  padding: 0.22rem 0.44rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-chip-row button {
  background: rgba(15, 23, 42, 0.54);
  border-color: rgba(148, 163, 184, 0.18);
  color: rgba(203, 213, 225, 0.88);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-chip-row button:hover,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-chip-row button:focus-visible {
  background: rgba(15, 118, 110, 0.24);
  border-color: rgba(94, 234, 212, 0.46);
  color: rgba(240, 253, 250, 0.98);
  outline: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-chip-row button.is-active {
  background: rgba(20, 184, 166, 0.28);
  border-color: rgba(94, 234, 212, 0.5);
  color: rgba(240, 253, 250, 0.98);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-document-preview {
  align-content: center;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.82), rgba(8, 47, 73, 0.52));
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 12px;
  display: grid;
  gap: 0.32rem;
  min-height: 8rem;
  padding: 0.72rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-document-preview span {
  color: rgba(125, 211, 252, 0.82);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-document-preview strong {
  color: rgba(248, 250, 252, 0.96);
  font-size: 1.2rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-document-preview small,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-reference p {
  color: rgba(203, 213, 225, 0.76);
  line-height: 1.4;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media {
  display: grid;
  gap: 0.3rem;
  padding: 0.36rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media.is-audio {
  align-content: end;
  align-items: end;
  min-height: 0;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, auto) auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media.is-video {
  align-items: stretch;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  display: flex;
  justify-content: flex-start;
  min-height: 0;
  overflow: hidden;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-active .zb-pv2-dynamic-side-dock,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-audio-media-active .zb-pv2-dynamic-side-dock {
  align-content: start;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-side-dock.is-instructions-drawer {
  align-content: stretch;
  padding: 0.42rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instructions-drawer {
  display: grid;
  gap: 0.3rem;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instructions-drawer-header {
  align-items: start;
  display: flex;
  gap: 0.42rem;
  justify-content: space-between;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instructions-drawer-header div {
  display: grid;
  gap: 0.08rem;
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instructions-drawer-header strong {
  color: rgba(248, 250, 252, 0.96);
  font-size: 0.84rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instructions-drawer-header small {
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.58rem;
  line-height: 1.25;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-instructions-drawer-header button {
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.94);
  font-size: 0.6rem;
  font-weight: 860;
  min-height: 1.5rem;
  padding: 0.2rem 0.52rem;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-deck {
  background:
    radial-gradient(circle at 12% 0%, rgba(20, 184, 166, 0.24), transparent 13rem),
    linear-gradient(145deg, rgba(15, 23, 42, 0.94), rgba(8, 13, 30, 0.9));
  border: 1px solid rgba(94, 234, 212, 0.24);
  border-radius: 0.8rem;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.46);
  display: grid;
  gap: 0.36rem;
  padding: 0.5rem;
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-deck.is-failed {
  border-color: rgba(251, 191, 36, 0.34);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-deck.is-preview {
  border-color: rgba(125, 211, 252, 0.34);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-main {
  align-items: center;
  display: flex;
  gap: 0.52rem;
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-play {
  align-items: center;
  background: rgba(20, 184, 166, 0.3);
  border: 1px solid rgba(94, 234, 212, 0.42);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 900;
  height: 2rem;
  justify-content: center;
  min-width: 3.2rem;
  padding: 0 0.7rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-title {
  display: grid;
  gap: 0.06rem;
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-title strong,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-main strong {
  color: rgba(248, 250, 252, 0.96);
  display: block;
  font-size: 0.86rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-title small,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-main small {
  color: rgba(203, 213, 225, 0.68);
  display: block;
  font-size: 0.66rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-player {
  accent-color: #2dd4bf;
  background: rgba(15, 23, 42, 0.72);
  border-radius: 999px;
  color-scheme: dark;
  min-height: 2.2rem;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-player[hidden] {
  display: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-preview-badge {
  align-items: center;
  background: rgba(59, 130, 246, 0.24);
  border: 1px solid rgba(125, 211, 252, 0.42);
  border-radius: 999px;
  color: rgba(248, 250, 252, 0.94);
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 900;
  min-height: 1.9rem;
  padding: 0 0.68rem;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-preview-frame {
  background: rgba(2, 6, 23, 0.72);
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 0.72rem;
  min-height: 5.8rem;
  overflow: hidden;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-preview {
  border: 0;
  display: block;
  height: clamp(10rem, 24vh, 15rem);
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-status {
  color: rgba(203, 213, 225, 0.72);
  font-size: 0.66rem;
  line-height: 1.3;
  margin: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-status.is-warning {
  color: rgba(253, 230, 138, 0.92);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-timeline {
  align-items: center;
  display: grid;
  gap: 0.44rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-timeline span {
  color: rgba(203, 213, 225, 0.78);
  font-size: 0.64rem;
  font-weight: 850;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-speed {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-speed span {
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-speed button {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.62rem;
  font-weight: 880;
  min-height: 1.42rem;
  padding: 0.15rem 0.48rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-speed button.is-active {
  background: rgba(45, 212, 191, 0.24);
  border-color: rgba(94, 234, 212, 0.58);
  color: #f8fafc;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-actions {
  justify-content: flex-start;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-actions button.is-active {
  background: rgba(45, 212, 191, 0.24);
  border-color: rgba(94, 234, 212, 0.58);
  color: #f8fafc;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-scrub {
  align-items: center;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-scrub span {
  color: rgba(203, 213, 225, 0.78);
  font-size: 0.66rem;
  font-weight: 850;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-scrub-track {
  background: rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  height: 0.34rem;
  overflow: hidden;
  position: relative;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-scrub-track i {
  background: rgba(45, 212, 191, 0.95);
  display: block;
  height: 100%;
  width: 32%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-scrub-range {
  appearance: none;
  background: transparent;
  cursor: pointer;
  inset: -0.42rem 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-scrub-range:disabled {
  cursor: default;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-waveform {
  align-items: end;
  display: flex;
  gap: 0.32rem;
  grid-column: 1 / -1;
  min-height: 0.7rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-waveform span {
  background: rgba(125, 211, 252, 0.22);
  border-radius: 999px;
  flex: 1 1 0;
  height: 0.2rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-waveform span.is-loop-marker {
  background: rgba(245, 158, 11, 0.9);
  height: 0.32rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone {
  --zb-pv2-audio-progress: 0;
  background:
    linear-gradient(90deg, rgba(45, 212, 191, 0.14) calc(var(--zb-pv2-audio-progress) * 100%), transparent 0),
    rgba(2, 6, 23, 0.36);
  border: 1px solid rgba(94, 234, 212, 0.18);
  border-radius: 999px;
  gap: 0.18rem;
  min-height: 1.05rem;
  overflow: hidden;
  padding: 0.18rem 0.48rem;
  position: relative;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone span {
  background: rgba(125, 211, 252, 0.2);
  height: 0.18rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone span:nth-child(3n) {
  height: 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone span:nth-child(5n) {
  height: 0.46rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone b,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone i {
  position: absolute;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone b {
  color: rgba(253, 230, 138, 0.95);
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 900;
  top: 0.18rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone b.is-start {
  left: 24%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone b.is-end {
  left: 70%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone i.is-playhead {
  background: rgba(248, 250, 252, 0.95);
  border-radius: 999px;
  bottom: 0.08rem;
  left: calc(var(--zb-pv2-audio-progress) * 100%);
  top: 0.08rem;
  transform: translateX(-50%);
  width: 0.12rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-nudge {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-nudge span {
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-nudge button {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.6rem;
  font-weight: 860;
  min-height: 1.34rem;
  padding: 0.12rem 0.44rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-header {
  align-items: start;
  display: grid;
  gap: 0.18rem 0.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-header .zb-pv2-dynamic-audio-status {
  grid-column: 1 / -1;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-header .zb-pv2-dynamic-audio-preview-badge {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-transport {
  align-items: center;
  background: rgba(2, 6, 23, 0.34);
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 0.76rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: auto auto minmax(0, 1fr);
  min-width: 0;
  padding: 0.38rem 0.48rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-transport .zb-pv2-dynamic-play {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.92), rgba(20, 184, 166, 0.82));
  border-color: rgba(187, 247, 208, 0.5);
  box-shadow: 0 10px 22px rgba(20, 184, 166, 0.15);
  font-size: 0.78rem;
  min-height: 2.28rem;
  min-width: 4.7rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-transport .zb-pv2-dynamic-play[aria-pressed="true"] {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.9), rgba(249, 115, 22, 0.76));
  border-color: rgba(253, 230, 138, 0.54);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-time {
  align-items: baseline;
  color: rgba(226, 232, 240, 0.9);
  display: flex;
  font-size: 0.68rem;
  font-weight: 900;
  gap: 0.18rem;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-time span:nth-child(2) {
  color: rgba(148, 163, 184, 0.6);
  font-weight: 700;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-transport .zb-pv2-dynamic-audio-timeline {
  display: block;
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-control-group,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-nudge {
  align-items: center;
  background: rgba(15, 23, 42, 0.48);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
  min-width: 0;
  padding: 0.16rem 0.22rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-control-group > span,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-speed span,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-nudge span {
  color: rgba(153, 246, 228, 0.76);
  font-size: 0.54rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-marker-field {
  align-items: center;
  background: rgba(2, 6, 23, 0.42);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  display: inline-flex;
  gap: 0.24rem;
  min-height: 1.34rem;
  padding: 0.08rem 0.18rem 0.08rem 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-marker-field input {
  background: rgba(15, 23, 42, 0.78);
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 999px;
  color: rgba(248, 250, 252, 0.96);
  font-size: 0.62rem;
  font-weight: 880;
  min-height: 1.12rem;
  padding: 0.08rem 0.34rem;
  width: 4.1rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-marker-field input:focus {
  border-color: rgba(94, 234, 212, 0.58);
  box-shadow: 0 0 0 2px rgba(45, 212, 191, 0.14);
  outline: none;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-marker-field input.is-invalid {
  border-color: rgba(251, 113, 133, 0.72);
  box-shadow: 0 0 0 2px rgba(251, 113, 133, 0.12);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-control-group button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-speed button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-nudge button {
  min-height: 1.42rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-control-group button:disabled {
  cursor: default;
  opacity: 0.48;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-control-group.is-utility {
  margin-left: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-speed {
  flex: 1 1 22rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-speed-slider {
  accent-color: #2dd4bf;
  cursor: pointer;
  flex: 1 1 8rem;
  min-width: 7rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-speed-value {
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.66rem;
  min-width: 2.35rem;
  text-align: right;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone {
  min-height: 2.25rem;
  padding: 0.32rem 0.58rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone:focus-visible {
  outline: 2px solid rgba(125, 211, 252, 0.72);
  outline-offset: 2px;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone span {
  opacity: 0.86;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone span:nth-child(4n) {
  height: 0.62rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone em.is-ab-range {
  background: linear-gradient(90deg, rgba(245, 158, 11, 0.16), rgba(20, 184, 166, 0.18));
  border: 1px solid rgba(253, 230, 138, 0.32);
  border-radius: 999px;
  bottom: 0.3rem;
  position: absolute;
  top: 0.3rem;
  z-index: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone b {
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(253, 230, 138, 0.48);
  border-radius: 999px;
  padding: 0.02rem 0.24rem;
  top: 0.2rem;
  transform: translateX(-50%);
  z-index: 2;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone b[hidden],
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone em[hidden] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-deck > .zb-pv2-dynamic-media-resource-rail.is-audio {
  border-radius: 0.62rem;
  flex-wrap: nowrap;
  gap: 0.32rem;
  grid-column: auto;
  min-height: 1.42rem;
  overflow: hidden;
  padding: 0.16rem 0.24rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-resource-rail.is-audio .zb-pv2-dynamic-audio-active-resource {
  color: rgba(226, 232, 240, 0.82);
  flex: 1 1 auto;
  font-size: 0.6rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-tray-toggle {
  flex: 0 0 auto;
  margin-left: auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-resource-tray {
  background:
    radial-gradient(circle at 18% 0%, rgba(45, 212, 191, 0.12), transparent 10rem),
    rgba(5, 10, 25, 0.96);
  border: 1px solid rgba(125, 211, 252, 0.24);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  display: grid;
  gap: 0.3rem;
  margin-top: -0.1rem;
  padding: 0.42rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-resource-tray h6 {
  color: rgba(153, 246, 228, 0.86);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-resource-tray button {
  align-items: center;
  display: grid;
  gap: 0.08rem;
  justify-items: start;
  max-width: none;
  min-height: 2rem;
  text-align: left;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-resource-tray button.is-active {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.86), rgba(20, 184, 166, 0.7));
  border-color: rgba(191, 219, 254, 0.52);
  color: #fff;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-resource-tray strong,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-resource-tray small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-resource-tray small {
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.58rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-deck {
  gap: 0.28rem;
  padding: 0.38rem;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-external-panel {
  align-items: start;
  background: rgba(2, 6, 23, 0.36);
  border: 1px solid rgba(251, 191, 36, 0.18);
  border-radius: 0.72rem;
  display: grid;
  gap: 0.22rem;
  padding: 0.54rem 0.62rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-external-panel.is-provider-preview {
  border-color: rgba(125, 211, 252, 0.24);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-external-panel.is-provider-preview .zb-pv2-dynamic-audio-preview-frame {
  margin-top: 0.24rem;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-external-panel strong {
  color: rgba(248, 250, 252, 0.96);
  font-size: 0.82rem;
  line-height: 1.15;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-external-panel .zb-pv2-dynamic-audio-preview-badge {
  min-height: 1.42rem;
  padding: 0 0.48rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-transport {
  gap: 0.36rem;
  grid-template-columns: auto auto minmax(8rem, 1fr);
  padding: 0.26rem 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-transport .zb-pv2-dynamic-play {
  min-height: 1.88rem;
  min-width: 4.2rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-time {
  font-size: 0.64rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-control-group,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-nudge {
  gap: 0.18rem;
  padding: 0.12rem 0.16rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-actions {
  gap: 0.2rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-control-group > span,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-speed span,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-nudge span {
  font-size: 0.5rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-control-group button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-speed button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-nudge button {
  min-height: 1.28rem;
  padding: 0.09rem 0.36rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone {
  background:
    linear-gradient(90deg, rgba(45, 212, 191, 0.26) calc(var(--zb-pv2-audio-progress) * 100%), transparent 0),
    repeating-linear-gradient(90deg, rgba(148, 163, 184, 0.1) 0 1px, transparent 1px 1.15rem),
    rgba(2, 6, 23, 0.48);
  border-color: rgba(94, 234, 212, 0.3);
  box-shadow:
    inset 0 0 0 1px rgba(15, 23, 42, 0.54),
    inset 0 0 18px rgba(45, 212, 191, 0.08);
  cursor: grab;
  gap: 0.12rem;
  min-height: 3.35rem;
  padding: 0.38rem 0.62rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone.is-dragging {
  cursor: grabbing;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone span {
  background: linear-gradient(180deg, rgba(191, 219, 254, 0.42), rgba(45, 212, 191, 0.26));
  border-radius: 999px;
  height: calc(0.14rem + (var(--zb-pv2-audio-tick, 4) * 0.085rem));
  opacity: 0.9;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone span:nth-child(3n),
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone span:nth-child(4n),
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone span:nth-child(5n) {
  height: calc(0.18rem + (var(--zb-pv2-audio-tick, 5) * 0.1rem));
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone i.is-playhead {
  background: #f8fafc;
  bottom: 0.22rem;
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.82),
    0 0 20px rgba(94, 234, 212, 0.42);
  top: 0.22rem;
  width: 0.16rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone i.is-playhead::after {
  background: #f8fafc;
  border: 2px solid rgba(45, 212, 191, 0.96);
  border-radius: 999px;
  bottom: -0.1rem;
  content: "";
  height: 0.52rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0.52rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone em.is-ab-range {
  bottom: 0.26rem;
  top: 0.26rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-fishbone b {
  background: rgba(30, 41, 59, 0.96);
  border-color: rgba(253, 230, 138, 0.72);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  top: 0.2rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-deck > .zb-pv2-dynamic-media-resource-rail.is-audio {
  align-items: center;
  display: flex;
  min-height: 1.34rem;
  padding: 0.12rem 0.18rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-resource-rail.is-audio strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-tray-toggle {
  min-height: 1.42rem;
  padding: 0.1rem 0.44rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-audio-resource-tray {
  justify-self: stretch;
  margin-top: -0.04rem;
  max-height: 8.5rem;
  overflow: auto;
  padding: 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-viewer {
  background:
    radial-gradient(circle at 16% 0%, rgba(37, 99, 235, 0.22), transparent 16rem),
    linear-gradient(145deg, rgba(15, 23, 42, 0.94), rgba(8, 13, 30, 0.9));
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 28px rgba(0, 0, 0, 0.18);
  display: flex !important;
  flex-direction: column;
  gap: 0.3rem !important;
  justify-self: start;
  height: 100%;
  max-width: min(100%, 44rem);
  max-height: 100%;
  min-height: 0;
  overflow: hidden !important;
  padding: 0.34rem !important;
  position: relative;
  width: min(100%, 44rem);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.is-video-media-active.has-horizontal-utility .zb-pv2-dynamic-video-viewer {
  max-width: min(100%, 38rem);
  width: min(100%, 38rem);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media.is-expanded .zb-pv2-dynamic-video-viewer {
  max-width: min(100%, 62rem);
  width: min(100%, 62rem);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-frame {
  aspect-ratio: auto !important;
  background: #020617;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 12px;
  display: block;
  flex: 1 1 auto;
  min-height: 6.8rem !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-practice.has-horizontal-utility .zb-pv2-dynamic-video-frame {
  min-height: 6.2rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media.is-expanded .zb-pv2-dynamic-video-frame {
  min-height: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-player {
  background: #020617;
  border: 0;
  border-radius: 11px;
  display: block;
  height: 100%;
  inset: 0;
  min-height: 0;
  position: absolute;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-fallback {
  align-content: center;
  display: grid;
  gap: 0.42rem;
  inset: 0;
  justify-items: center;
  min-height: 100%;
  padding: 0.8rem;
  position: absolute;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-fallback span {
  align-items: center;
  background: rgba(37, 99, 235, 0.86);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 2.4rem;
  justify-content: center;
  width: 2.4rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-fallback strong {
  color: rgba(248, 250, 252, 0.98);
  font-size: 1rem;
  text-align: center;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-fallback small {
  color: rgba(203, 213, 225, 0.76);
  max-width: 24rem;
  text-align: center;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media.is-video .zb-pv2-dynamic-media-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  max-width: none;
  width: auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-viewer .zb-pv2-dynamic-media-actions {
  background: rgba(2, 6, 23, 0.42);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 999px;
  padding: 0.12rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 0.24rem;
  justify-content: space-between;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-resource-rail {
  align-items: center;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.22rem;
  grid-column: 1 / -1;
  min-height: 1.42rem;
  padding: 0.1rem 0.16rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media.is-video .zb-pv2-dynamic-media-resource-rail {
  max-width: min(100%, 44rem);
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-viewer .zb-pv2-dynamic-media-resource-rail {
  flex: 0 0 auto;
  max-width: none;
  min-width: 0;
  width: auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer .zb-pv2-dynamic-media-resource-rail {
  flex: 1 1 12rem;
  flex-wrap: nowrap;
  max-width: min(100%, 14.5rem);
  overflow: hidden;
  overflow-y: hidden;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer .zb-pv2-dynamic-media-actions {
  flex-wrap: nowrap !important;
  flex: 0 0 auto;
  margin-left: auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer .zb-pv2-dynamic-media-resource-rail span,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer .zb-pv2-dynamic-media-resource-rail strong,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer > .zb-pv2-dynamic-video-tray-toggle,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer .zb-pv2-dynamic-media-actions button {
  flex: 0 0 auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer .zb-pv2-dynamic-media-resource-rail strong {
  flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer > .zb-pv2-dynamic-video-tray-toggle {
  background: rgba(15, 23, 42, 0.72);
  border-color: rgba(125, 211, 252, 0.42);
  color: rgba(219, 234, 254, 0.94);
  font-weight: 900;
  max-width: 7.6rem;
  min-width: 5.1rem;
  min-height: 1.36rem;
  padding-left: 0.46rem;
  padding-right: 0.46rem;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer .zb-pv2-dynamic-media-actions button {
  font-size: 0.58rem;
  min-height: 1.34rem;
  padding: 0.12rem 0.46rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer > .zb-pv2-dynamic-video-tray-toggle:hover,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-footer > .zb-pv2-dynamic-video-tray-toggle:focus-visible {
  background: rgba(30, 64, 175, 0.64);
  border-color: rgba(191, 219, 254, 0.62);
  color: #fff;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-resource-tray {
  background:
    radial-gradient(circle at 20% 0%, rgba(45, 212, 191, 0.12), transparent 11rem),
    rgba(5, 10, 25, 0.96);
  border: 1px solid rgba(125, 211, 252, 0.24);
  border-radius: 14px;
  bottom: 2.44rem;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
  display: grid;
  gap: 0.42rem;
  left: 0.46rem;
  max-height: min(17rem, calc(100% - 3rem));
  overflow: auto;
  padding: 0.5rem;
  position: absolute;
  right: 0.46rem;
  z-index: 8;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-section {
  display: grid;
  gap: 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-section h6 {
  color: rgba(153, 246, 228, 0.86);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-playlist-summary {
  align-items: center;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  justify-content: space-between;
  min-width: 0;
  padding: 0.36rem 0.44rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-playlist-summary strong {
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.74rem;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-playlist-summary small,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-playlist-note {
  color: rgba(203, 213, 225, 0.72);
  font-size: 0.62rem;
  margin: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-playlist-id {
  color: rgba(148, 163, 184, 0.62);
  flex: 1 1 100%;
  font-size: 0.56rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-playlist-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-playlist-track-list {
  display: grid;
  gap: 0.28rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-playlist-track-list button {
  align-items: center;
  display: flex;
  gap: 0.36rem;
  justify-content: space-between;
  max-width: none;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-playlist-track-list button.is-active {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.84), rgba(20, 184, 166, 0.68));
  border-color: rgba(191, 219, 254, 0.52);
  color: #fff;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-playlist-track-list button small {
  color: rgba(219, 234, 254, 0.7);
  flex: 0 0 auto;
  font-size: 0.58rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-resource-tray button {
  min-height: 1.48rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-section > button,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-collection-toggle {
  justify-content: flex-start;
  max-width: none;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-section > button.is-active {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.88), rgba(20, 184, 166, 0.72));
  border-color: rgba(191, 219, 254, 0.52);
  color: #fff;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-resource-row {
  align-items: center;
  background: rgba(15, 23, 42, 0.48);
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 10px;
  display: grid;
  gap: 0.34rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-resource-row[data-zb-pv2-dynamic-action] {
  cursor: pointer;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-resource-row[data-zb-pv2-dynamic-action]:hover,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-resource-row[data-zb-pv2-dynamic-action]:focus-visible {
  background: rgba(30, 41, 59, 0.68);
  border-color: rgba(94, 234, 212, 0.34);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-resource-row.is-child {
  margin-left: 0.62rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-resource-row strong {
  color: rgba(248, 250, 252, 0.92);
  display: block;
  font-size: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-resource-row small,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-collection-children p {
  color: rgba(203, 213, 225, 0.68);
  font-size: 0.62rem;
  margin: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-collection {
  display: grid;
  gap: 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-collection-header {
  align-items: center;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 10px;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-collection-actions,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  justify-content: flex-end;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-collection-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-collection-copy strong {
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-collection-copy small {
  color: rgba(203, 213, 225, 0.7);
  font-size: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-video-tray-collection-children {
  display: grid;
  gap: 0.34rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media.is-expanded .zb-pv2-dynamic-media-resource-rail {
  max-width: min(100%, 62rem);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-resource-rail span {
  color: rgba(153, 246, 228, 0.78);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  padding-left: 0.24rem;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-resource-rail strong {
  color: rgba(226, 232, 240, 0.9);
  font-size: 0.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-resource-rail button {
  font-size: 0.58rem;
  min-height: 1.16rem;
  max-width: 13rem;
  overflow: hidden;
  padding: 0.1rem 0.42rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-media-picker span {
  color: rgba(203, 213, 225, 0.72);
  font-size: 0.62rem;
  font-weight: 850;
  width: auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-controls {
  background: rgba(15, 23, 42, 0.42);
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 12px;
  color: rgba(226, 232, 240, 0.9);
  max-width: min(23rem, calc(100vw - 2rem));
  overflow: visible;
  position: relative;
  width: max-content;
  z-index: 28;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-controls[hidden] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-controls [data-zb-pv2-dynamic-controls-toggle] {
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 850;
  padding: 0.32rem 0.5rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-controls:not(.is-open) {
  background: rgba(15, 23, 42, 0.54);
  border-radius: 999px;
  width: max-content;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-controls:not(.is-open) [data-zb-pv2-dynamic-controls-toggle] {
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.78), rgba(37, 99, 235, 0.56));
  border-color: rgba(94, 234, 212, 0.54);
  box-shadow: 0 10px 28px rgba(20, 184, 166, 0.16);
  color: #f8fafc;
  list-style: none;
  min-height: 1.34rem;
  padding: 0.2rem 0.62rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-controls.is-open {
  background: rgba(15, 23, 42, 0.62);
  box-shadow: none;
  width: max-content;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-control-grid {
  background:
    radial-gradient(circle at 0% 0%, rgba(20, 184, 166, 0.18), transparent 13rem),
    linear-gradient(150deg, rgba(15, 23, 42, 0.98), rgba(8, 47, 73, 0.96));
  border: 1px solid rgba(94, 234, 212, 0.28);
  border-radius: 16px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
  display: grid;
  gap: 0.52rem;
  grid-template-columns: minmax(0, 1fr);
  left: 0;
  max-width: min(23rem, calc(100vw - 2rem));
  min-width: min(21rem, calc(100vw - 2rem));
  padding: 0.72rem;
  position: absolute;
  top: calc(100% + 0.38rem);
  width: max-content;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-control-grid[hidden] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-control-grid h5 {
  color: rgba(248, 250, 252, 0.94);
  font-size: 0.82rem;
  margin: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-control-grid p {
  color: rgba(203, 213, 225, 0.7);
  font-size: 0.62rem;
  line-height: 1.32;
  margin: 0.08rem 0 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-picker {
  display: grid;
  gap: 0.58rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-picker-header {
  align-items: start;
  display: grid;
  gap: 0.54rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-close {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 1rem;
  height: 1.75rem;
  justify-content: center;
  min-height: 1.75rem;
  min-width: 1.75rem;
  padding: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-card-list,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-list {
  display: grid;
  gap: 0.36rem;
  max-height: min(16rem, 48vh);
  overflow: auto;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-control-row {
  align-items: center;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-control-row strong {
  color: rgba(248, 250, 252, 0.92);
  font-size: 0.7rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-row {
  align-items: center;
  background: rgba(2, 8, 17, 0.42);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 12px;
  display: grid;
  gap: 0.44rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 0.54rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-row.is-child {
  margin-left: 1rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-row[data-zb-pv2-dynamic-action] {
  cursor: pointer;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-row[data-zb-pv2-dynamic-action]:hover,
body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-row[data-zb-pv2-dynamic-action]:focus-visible {
  background: rgba(30, 41, 59, 0.72);
  border-color: rgba(94, 234, 212, 0.34);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-row.is-active {
  background: rgba(20, 184, 166, 0.18);
  border-color: rgba(94, 234, 212, 0.38);
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-row strong {
  color: rgba(248, 250, 252, 0.96);
  display: block;
  font-size: 0.78rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  justify-content: flex-end;
}

body[data-current-screen="practice-v2"] .zb-pv2-dynamic-empty {
  color: rgba(203, 213, 225, 0.76);
  font-size: 0.8rem;
  margin: 0;
}

body[data-current-screen="practice-v2"] .zb-pv2-resource-popover {
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(8, 47, 73, 0.9));
  border: 1px solid rgba(94, 234, 212, 0.26);
  border-radius: 0.8rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(15, 23, 42, 0.7);
  max-height: min(18rem, 58vh);
  min-width: min(21rem, calc(100vw - 2rem));
  overflow: auto;
  padding: 0.72rem;
  position: absolute;
  right: 0.74rem;
  top: 2.45rem;
  z-index: 18;
}

body[data-current-screen="practice-v2"] .zb-pv2-resource-popover-header {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  margin-bottom: 0.52rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-resource-popover-header strong {
  color: rgba(248, 250, 252, 0.96);
  font-size: 0.8rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-resource-popover-header button {
  align-items: center;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  color: rgba(226, 232, 240, 0.92);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 760;
  height: 1.72rem;
  justify-content: center;
  padding: 0;
  width: 1.72rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-resource-list {
  display: grid;
  gap: 0.42rem;
}

body[data-current-screen="practice-v2"] .zb-pv2-focus-card {
  grid-template-areas:
    "prompt prompt"
    "label edit" !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  padding: 0.92rem 0.98rem 0.68rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-focus-card strong {
  align-self: center !important;
  font-size: clamp(1.12rem, 1.48vw, 1.66rem) !important;
  grid-area: prompt !important;
  min-height: 2.8em !important;
  transition: opacity 480ms ease, transform 480ms ease !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-focus-card strong.is-fading {
  opacity: 0 !important;
  transform: translateY(0.16rem) !important;
  transition-duration: 420ms !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-focus-card span {
  align-self: end !important;
  grid-area: label !important;
  opacity: 0.72;
}

body[data-current-screen="practice-v2"] .zb-pv2-focus-card small {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-focus-card button {
  align-self: end !important;
  background: rgba(15, 23, 42, 0.36) !important;
  border-color: rgba(245, 158, 11, 0.28) !important;
  box-shadow: none !important;
  grid-area: edit !important;
  min-height: 1.54rem !important;
  min-width: 1.54rem !important;
  opacity: 0.62;
}

body[data-current-screen="practice-v2"] .zb-pv2-focus-card button:hover,
body[data-current-screen="practice-v2"] .zb-pv2-focus-card button:focus-visible {
  opacity: 1;
}

body[data-current-screen="practice-v2"] .zb-pv2-key-chip {
  border-radius: 999px !important;
  font-size: 0.84rem !important;
  min-height: 1.9rem !important;
  min-width: 2.18rem !important;
  padding: 0.24rem 0.48rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-key-chip.is-completed {
  background: rgba(16, 185, 129, 0.62) !important;
  border-color: rgba(110, 231, 183, 0.7) !important;
  box-shadow: 0 0 16px rgba(16, 185, 129, 0.18) !important;
  color: rgba(236, 253, 245, 0.98) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-key-chip-grid {
  gap: 0.34rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-bookmark-toolbar,
body[data-current-screen="practice-v2"] .zb-pv2-bookmark-status {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-check,
body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-check {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: 0 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-check input,
body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-check input {
  height: 0.82rem !important;
  width: 0.82rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-actions button[data-zb-pv2-action="metronome-stop"]:not(:disabled),
body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-actions button[data-zb-pv2-action="countdown-reset"]:not(:disabled) {
  background: linear-gradient(135deg, rgba(244, 63, 94, 0.94), rgba(190, 18, 60, 0.84)) !important;
  border-color: rgba(251, 113, 133, 0.46) !important;
  color: #fff !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace.practice-queue-workspace > .practice-queue-drawer {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.24), transparent 9rem),
    radial-gradient(circle at 18% 42%, rgba(168, 85, 247, 0.42), transparent 18rem),
    radial-gradient(circle at 100% 90%, rgba(45, 212, 191, 0.34), transparent 17rem),
    linear-gradient(148deg, rgba(111, 90, 204, 0.72), rgba(22, 45, 70, 0.62) 56%, rgba(18, 20, 52, 0.74)),
    rgba(13, 18, 35, 0.58) !important;
  border-color: rgba(216, 180, 254, 0.68) !important;
  box-shadow:
    0 0 0 1px rgba(216, 180, 254, 0.24),
    0 30px 110px rgba(0, 0, 0, 0.66),
    0 0 110px rgba(168, 85, 247, 0.42),
    0 0 68px rgba(45, 212, 191, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -30px 90px rgba(15, 23, 42, 0.22) !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-current-schedule,
body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-available-schedules button {
  background:
    radial-gradient(circle at 0% 0%, rgba(139, 92, 246, 0.18), transparent 9rem),
    rgba(7, 17, 36, 0.62) !important;
  border-color: rgba(196, 181, 253, 0.24) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-current-schedule {
  border-color: rgba(45, 212, 191, 0.34) !important;
  box-shadow:
    0 0 34px rgba(45, 212, 191, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-available-schedules button:hover,
body[data-current-screen="practice-v2"] #practiceQueueWorkspace .practice-queue-available-schedules button:focus-visible {
  border-color: rgba(216, 180, 254, 0.46) !important;
  box-shadow:
    0 0 28px rgba(168, 85, 247, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
  outline: none !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-drawer-grid {
  align-content: start !important;
}

body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace #currentItemNotesBox.practice-tool-card,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace #currentItemReminderBox.practice-tool-card,
body[data-current-screen="practice-v2"].practice-notes-workspace-open #practiceNotesWorkspace .practice-notes-history-panel {
  color: rgba(241, 245, 249, 0.94) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-workspace {
  position: relative !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-workspace > #practiceMicrobreakPanel.practice-microbreak-panel {
  align-items: center;
  background:
    radial-gradient(circle at 16% 18%, rgba(45, 212, 191, 0.2), transparent 16rem),
    radial-gradient(circle at 86% 12%, rgba(168, 85, 247, 0.24), transparent 16rem),
    rgba(2, 8, 17, 0.84);
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 24px;
  box-shadow:
    0 0 0 1px rgba(45, 212, 191, 0.08),
    0 28px 90px rgba(0, 0, 0, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  inset: 0.72rem;
  justify-items: center;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transform: scale(0.985);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 40;
}

body[data-current-screen="practice-v2"] .zb-pv2-workspace > #practiceMicrobreakPanel.practice-microbreak-panel[hidden] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-workspace > #practiceMicrobreakPanel.practice-microbreak-panel.is-visible {
  opacity: 1;
  transform: scale(1);
}

body[data-current-screen="practice-v2"] #practiceMicrobreakPanel .practice-microbreak-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.64;
  position: absolute;
  width: 100%;
}

body[data-current-screen="practice-v2"] #practiceMicrobreakPanel .practice-microbreak-scrim {
  background:
    linear-gradient(90deg, rgba(2, 8, 17, 0.76), rgba(2, 8, 17, 0.24)),
    radial-gradient(circle at 72% 40%, rgba(245, 158, 11, 0.2), transparent 22rem);
  inset: 0;
  position: absolute;
}

body[data-current-screen="practice-v2"] #practiceMicrobreakPanel .practice-microbreak-copy {
  align-content: center;
  display: grid;
  gap: 0.38rem;
  justify-items: center;
  max-height: calc(100% - 1.5rem);
  max-width: min(34rem, 78%);
  overflow: auto;
  padding: 0.65rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

body[data-current-screen="practice-v2"] #practiceMicrobreakPanel .practice-microbreak-kicker,
body[data-current-screen="practice-v2"] #practiceMicrobreakPanel .practice-microbreak-credit {
  color: rgba(153, 246, 228, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-current-screen="practice-v2"] #practiceMicrobreakPanel h3 {
  color: #fff;
  font-size: clamp(1.65rem, 3.4vw, 3.8rem);
  line-height: 1;
  margin: 0.08rem 0 0.28rem;
}

body[data-current-screen="practice-v2"] #practiceMicrobreakPanel p {
  color: rgba(241, 245, 249, 0.9);
  font-size: 1rem;
  margin: 0.16rem 0;
}

body[data-current-screen="practice-v2"] #practiceMicrobreakPanel .practice-microbreak-meta {
  align-items: baseline;
  color: #fff;
  display: inline-flex;
  gap: 0.35rem;
  margin: 0.28rem 0;
}

body[data-current-screen="practice-v2"] #practiceMicrobreakPanel .practice-microbreak-meta span {
  font-size: 2rem;
  font-weight: 900;
}

body[data-current-screen="practice-v2"] #practiceMicrobreakPanel .practice-microbreak-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.28rem;
  position: relative;
  z-index: 2;
}

body[data-current-screen="practice-v2"] #practiceMicrobreakPanel button {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(226, 232, 240, 0.2);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  min-height: 2.25rem;
  padding: 0.45rem 0.85rem;
}

body[data-current-screen="practice-v2"] #practiceMicrobreakPanel #skipMicrobreakButton {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.9), rgba(20, 184, 166, 0.76));
  border-color: rgba(134, 239, 172, 0.4);
}

/* Focused tool-band trim: keep the three utility cards compact and return height to Practice. */
body[data-current-screen="practice-v2"] .zb-pv2-main {
  grid-template-rows: auto minmax(0, 1fr) 2.72rem 7.05rem 2.45rem 4.72rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tools {
  align-items: stretch !important;
  gap: 0.5rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card {
  align-content: start !important;
  border-radius: 15px !important;
  gap: 0.42rem !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0.54rem 0.6rem !important;
  position: relative !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card h4 {
  font-size: 0.88rem !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card > div {
  display: grid !important;
  gap: 0.24rem !important;
  min-width: 0 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-icon {
  border-radius: 12px !important;
  height: 1.72rem !important;
  width: 1.72rem !important;
}

body[data-current-screen="practice-v2"] [data-zb-pv2-metronome-meta] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] {
  grid-template-columns: auto minmax(0, 1fr) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] > div {
  grid-template-columns: minmax(0, 1fr) 5.65rem !important;
  grid-template-areas:
    "title auto"
    "bpm bpm"
    "sound actions"
    "beat actions" !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] h4 {
  grid-area: title !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-metronome-controls {
  display: grid !important;
  gap: 0.22rem !important;
  grid-area: bpm !important;
  grid-template-columns: 1.82rem minmax(5rem, 8.4rem) 1.82rem !important;
  max-width: 12.8rem !important;
  width: 100% !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-metronome-controls strong {
  font-size: 1.52rem !important;
  line-height: 1 !important;
  padding: 0.22rem 0.36rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-metronome-controls button {
  min-height: 1.72rem !important;
  width: 1.82rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-field {
  display: grid !important;
  gap: 0.22rem !important;
  grid-template-columns: 2.35rem minmax(0, 1fr) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-field:nth-of-type(1) {
  grid-area: sound !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-field:nth-of-type(2) {
  grid-area: beat !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-field select {
  min-height: 1.48rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-check {
  grid-area: auto !important;
  justify-self: end !important;
  position: static !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-actions {
  align-self: stretch !important;
  display: grid !important;
  gap: 0.28rem !important;
  grid-area: actions !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: repeat(2, minmax(1.42rem, 1fr)) !important;
  justify-self: stretch !important;
  margin: 0 !important;
  position: static !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] {
  grid-template-columns: auto minmax(0, 1fr) minmax(7.2rem, 8.7rem) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] > div {
  align-content: start !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] [data-zb-pv2-countdown-meta] {
  display: block !important;
  font-size: 0.68rem !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-check {
  position: absolute !important;
  right: 0.62rem !important;
  top: 0.62rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-countdown-toggles {
  align-items: center;
  display: flex !important;
  flex-direction: row;
  gap: 0.42rem;
  position: absolute;
  right: 0.62rem;
  top: 0.62rem;
  z-index: 5;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-countdown-toggles .zb-pv2-tool-check,
body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-countdown-toggles .zb-pv2-tool-check-compact {
  position: static !important;
  white-space: nowrap;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-countdown-toggles .zb-pv2-tool-check span,
body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-countdown-toggles .zb-pv2-tool-check-compact span {
  font-size: 0.6rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-timer-presets {
  display: grid !important;
  gap: 0.2rem !important;
  grid-template-columns: repeat(4, minmax(1.78rem, 1fr)) !important;
  max-width: 11.7rem !important;
  padding-right: 0 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-timer-presets button,
body[data-current-screen="practice-v2"] .zb-pv2-countdown-custom {
  min-height: 1.28rem !important;
  padding: 0.08rem 0.28rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-actions {
  display: flex !important;
  gap: 0.24rem !important;
  margin-top: 0.08rem !important;
  max-width: 11.7rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-actions button {
  min-height: 1.48rem !important;
  min-width: 3.05rem !important;
  padding: 0.12rem 0.4rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] > strong {
  align-self: center !important;
  font-size: clamp(2.3rem, 3.4vw, 3.35rem) !important;
  justify-self: end !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0.28rem 0.54rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="recorder"] {
  grid-template-columns: auto minmax(0, 1fr) minmax(4.8rem, 5.7rem) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="recorder"] [data-zb-pv2-recorder-meta] {
  display: block !important;
  font-size: 0.69rem !important;
  line-height: 1.18 !important;
  margin: 0.05rem 6rem 0 0 !important;
  max-width: 15.5rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="recorder"] .zb-pv2-tool-check {
  position: absolute !important;
  right: 0.62rem !important;
  top: 0.6rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="recorder"] .zb-pv2-tool-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.24rem !important;
  margin-top: 0.22rem !important;
  padding-right: 5.7rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="recorder"] .zb-pv2-tool-actions button {
  min-height: 1.5rem !important;
  padding: 0.12rem 0.46rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="recorder"] > strong {
  align-self: end !important;
  font-size: 1rem !important;
  justify-self: end !important;
  margin: 0 0 0.18rem !important;
  min-height: 1.78rem !important;
  padding: 0.22rem 0.56rem !important;
}

/* Practice vertical rebalance: resources moved to the item badge, so keep tools/schedule fixed and give the action rail the recovered space. */
body[data-current-screen="practice-v2"] .zb-pv2-main {
  grid-template-rows: minmax(0, 1fr) 4.45rem 6.45rem 6.15rem !important;
}

body[data-current-screen="practice-v2"]:has([data-zb-pv2-dynamic-practice]:not([hidden])) .zb-pv2-main {
  gap: 0.3rem !important;
  grid-template-rows: minmax(0, 1fr) 4.45rem minmax(8.95rem, 9.2rem) 6.15rem !important;
}

body[data-current-screen="practice-v2"]:has([data-zb-pv2-dynamic-practice]:not([hidden])) .zb-pv2-workspace {
  padding: 0.24rem !important;
}

body[data-current-screen="practice-v2"]:has([data-zb-pv2-dynamic-practice]:not([hidden])) .zb-pv2-workspace-body.is-dynamic-practice {
  gap: 0 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-actions {
  align-items: start !important;
  align-self: start !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
  padding-block: 0.22rem 0 !important;
  position: relative !important;
  transform: translateY(-0.52rem) !important;
  z-index: 12 !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-actions button {
  height: 3.45rem !important;
  min-height: 3.45rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-schedule {
  min-height: 6.15rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card .runtime-default-action-prompt {
  display: none !important;
}

body[data-current-screen="practice-v2"] [data-zb-pv2-metronome-meta],
body[data-current-screen="practice-v2"] [data-zb-pv2-metronome-meta][hidden] {
  display: none !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card {
  padding: 0.48rem 0.58rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] > div {
  align-content: start !important;
  grid-template-columns: minmax(0, 1fr) 5.45rem !important;
  grid-template-areas:
    "title auto"
    "bpm actions"
    "sound actions"
    "beat actions" !important;
  grid-template-rows: auto auto auto auto !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-metronome-controls {
  max-width: 11.4rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-metronome-controls strong {
  font-size: 1.36rem !important;
  padding: 0.18rem 0.32rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-metronome-controls button {
  min-height: 1.56rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-actions {
  align-self: start !important;
  grid-template-rows: repeat(2, 1.5rem) !important;
  padding-top: 0.08rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-actions button {
  min-height: 1.5rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="metronome"] .zb-pv2-tool-field {
  grid-template-columns: 2.35rem minmax(0, 9.2rem) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-field select,
body[data-current-screen="practice-v2"] .zb-pv2-countdown-custom input {
  min-height: 1.34rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] {
  grid-template-columns: auto minmax(0, 1fr) minmax(6.8rem, 8rem) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] > strong {
  align-self: center !important;
  font-size: clamp(2.15rem, 3vw, 3rem) !important;
  margin: 0 !important;
  padding: 0.2rem 0.48rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-timer-presets {
  max-width: 11.2rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-timer-presets button,
body[data-current-screen="practice-v2"] .zb-pv2-countdown-custom {
  min-height: 1.18rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-actions {
  max-width: 11.2rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="countdown"] .zb-pv2-tool-actions button {
  min-height: 1.36rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="recorder"] {
  grid-template-columns: auto minmax(0, 1fr) minmax(4.8rem, 5.55rem) !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="recorder"] [data-zb-pv2-recorder-meta] {
  font-size: 0.68rem !important;
  line-height: 1.15 !important;
  margin-right: 6.1rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="recorder"] .zb-pv2-tool-actions {
  margin-top: 0.14rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="recorder"] .zb-pv2-tool-actions button {
  min-height: 1.36rem !important;
}

body[data-current-screen="practice-v2"] .zb-pv2-tool-card[data-zb-pv2-tool="recorder"] > strong {
  align-self: center !important;
  font-size: 0.96rem !important;
  justify-self: end !important;
  margin: 1.15rem 0 0 !important;
  min-height: 1.62rem !important;
  padding: 0.18rem 0.52rem !important;
}

body[data-current-screen="practice-v2"] [data-zb-practice-v2-root] .zb-pv2-dynamic-practice .zb-pv2-dynamic-instruction-body > .zb-pv2-dynamic-instruction-line:not(.is-bookmarked) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
