body .st-container.st-fs-container {
  position: relative;
  overflow: hidden;
  max-width: 1320px !important;
  width: min(1320px, 100%) !important;
  margin: 0 auto !important;
  padding: 24px !important;
  border: none !important;
  border-radius: 34px !important;
  background:
    radial-gradient(
      circle at 10% 0%,
      color-mix(in srgb, var(--primary-container) 22%, transparent) 0%,
      transparent 42%
    ),
    radial-gradient(
      circle at 92% 100%,
      color-mix(in srgb, var(--secondary-container) 16%, transparent) 0%,
      transparent 46%
    ),
    var(--eduloo-study-shell-bg) !important;
  box-shadow: var(--eduloo-study-shell-shadow) !important;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.theme-dark .st-container.st-fs-container {
  background: var(--eduloo-study-shell-bg) !important;
}

body .st-container.st-fs-container .st-panel-workspace-toolbar {
  margin: 0 !important;
  padding: 18px !important;
  border-radius: 26px !important;
  background: var(--eduloo-study-toolbar-bg) !important;
  box-shadow:
    inset 0 0 0 1px var(--eduloo-study-toolbar-border),
    var(--eduloo-study-toolbar-shadow) !important;
}

body
  .st-container.st-fs-container
  .st-study-tabs-filter-item
  .st-panel-workspace-select
  .custom-dropdown-trigger,
body
  .st-container.st-fs-container
  .st-study-tabs-filter-item
  .st-panel-workspace-select
  select {
  min-height: 50px !important;
  height: 50px !important;
  padding: 0 16px !important;
  border: none !important;
  border-radius: 18px !important;
  background: var(--eduloo-study-input-bg) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-input-border) !important;
  color: var(--eduloo-study-text) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  transform: none !important;
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

body
  .st-container.st-fs-container
  .st-study-tabs-filter-item
  .st-panel-workspace-select
  .custom-dropdown-trigger:hover:not(:disabled),
body
  .st-container.st-fs-container
  .st-study-tabs-filter-item
  .st-panel-workspace-select
  select:hover,
body .st-pane .st-search-field .search-field__input:hover:not(:disabled) {
  background: var(--eduloo-study-input-bg-hover) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-input-border-strong) !important;
  transform: none !important;
}

body
  .st-container.st-fs-container
  .st-study-tabs-filter-item
  .st-panel-workspace-select
  .custom-dropdown-trigger:focus:not(:disabled),
body
  .st-container.st-fs-container
  .st-study-tabs-filter-item
  .st-panel-workspace-select
  .custom-dropdown.open
  .custom-dropdown-trigger,
body
  .st-container.st-fs-container
  .st-study-tabs-filter-item
  .st-panel-workspace-select
  select:focus,
body
  .st-container.st-fs-container
  .st-study-tabs-filter-item
  .st-panel-workspace-select
  select:focus-visible,
body .st-pane .st-search-field .search-field__input:focus,
body .st-pane .st-search-field .search-field__input:focus-visible {
  outline: none !important;
  background: var(--eduloo-study-input-bg-focus) !important;
  box-shadow:
    0 0 0 3px var(--eduloo-study-focus),
    inset 0 0 0 1px var(--eduloo-study-input-border-strong) !important;
  transform: none !important;
}

body
  .st-container.st-fs-container
  .st-study-tabs-filter-item
  .st-panel-workspace-select
  .custom-dropdown-panel {
  border: none !important;
  border-radius: 16px !important;
  background: color-mix(
    in srgb,
    var(--surface-container-lowest) 78%,
    var(--surface-container-low) 22%
  ) !important;
  box-shadow: 0 24px 34px -24px
    color-mix(in srgb, var(--on-surface) 52%, transparent) !important;
  padding: 6px !important;
}

body .st-pane.st-pane--quizzes,
body .st-pane.st-pane--summaries,
body .st-pane.st-pane--podcasts {
  border: none !important;
  border-radius: 30px !important;
  padding: 22px !important;
  background: var(--eduloo-study-pane-bg) !important;
  box-shadow: var(--eduloo-study-pane-shadow) !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

body.theme-dark .st-pane.st-pane--quizzes,
body.theme-dark .st-pane.st-pane--summaries,
body.theme-dark .st-pane.st-pane--podcasts {
  box-shadow:
    inset 0 1px 0 color-mix(in srgb, var(--on-surface) 8%, transparent),
    var(--eduloo-study-pane-shadow) !important;
}

body .st-pane .st-search-field {
  margin: 0 !important;
  height: 46px;
  position: relative;
}

body .st-pane .st-search-field .search-field__input {
  height: 46px !important;
  min-height: 46px;
  border: none !important;
  border-radius: 16px !important;
  padding-left: 35px !important;
  background: var(--eduloo-study-input-bg) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-surface-border) !important;
  color: var(--eduloo-study-text) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transform: none !important;
}

body .st-pane .st-search-field .search-field__icon {
  left: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: var(--eduloo-study-muted) !important;
  font-size: 13px !important;
}

body .st-pane .st-create-actions {
  margin: 0 !important;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  align-items: stretch;
  gap: 10px;
  padding: 10px;
  border-radius: 20px;
  background: var(--eduloo-study-surface-soft);
  box-shadow:
    inset 0 0 0 1px var(--eduloo-study-surface-border),
    0 20px 30px -26px color-mix(in srgb, var(--on-surface) 42%, transparent);
}

body.theme-dark .st-pane .st-create-actions {
  border: 1px solid var(--eduloo-study-surface-border);
  box-shadow: none !important;
}

body .st-pane .st-create-actions .st-btn {
  width: 100%;
  min-height: 46px;
  height: auto;
  margin: 0 !important;
  padding: 0 18px !important;
  border: none !important;
  border-radius: 999px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.35;
  letter-spacing: 0.1px;
  transition:
    background 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease;
}

body .st-pane .st-create-actions .button-primary.st-btn.st-btn--locked,
body .st-pane .st-create-actions .button-primary.st-btn:disabled {
  background: var(--eduloo-study-btn-muted-bg) !important;
  color: var(--eduloo-study-muted) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-btn-muted-border) !important;
  cursor: not-allowed;
  opacity: 1 !important;
}

body .st-pane .st-create-actions .button-secondary.st-btn,
body .st-pane.st-pane--podcasts .st-pod-play-btn.is-playing {
  background: var(--eduloo-study-btn-secondary-bg) !important;
  color: var(--eduloo-study-btn-secondary-text) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-btn-secondary-border) !important;
}

body .st-pane .st-create-actions .button-secondary.st-btn:hover:not(:disabled) {
  background: var(--eduloo-study-btn-secondary-bg-hover) !important;
  color: var(--eduloo-study-title) !important;
  transform: none !important;
}

body .st-pane .st-create-actions .st-btn:disabled {
  cursor: not-allowed;
}

body .st-pane.st-pane--quizzes .st-qz-row {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid color-mix(in srgb, var(--primary) 16%, transparent) !important;
  border-radius: 20px !important;
  background: var(--eduloo-study-row-bg) !important;
  box-shadow: none !important;
  padding: 18px 20px !important;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: 'meta actions';
  column-gap: 18px;
  row-gap: 12px;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box !important;
}

body .st-pane.st-pane--quizzes .st-qz-row::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(
    circle at 100% 0%,
    color-mix(in srgb, var(--primary) 8%, transparent) 0%,
    transparent 55%
  );
  z-index: 0;
}

body .st-pane.st-pane--quizzes .st-qz-row[data-quiz-status='ready']::after {
  background: radial-gradient(
    circle at 100% 0%,
    color-mix(in srgb, var(--secondary) 14%, transparent) 0%,
    transparent 55%
  );
}

body .st-pane.st-pane--quizzes .st-qz-row[data-quiz-status='failed']::after {
  background: radial-gradient(
    circle at 100% 0%,
    color-mix(in srgb, var(--error) 14%, transparent) 0%,
    transparent 55%
  );
}

body .st-pane.st-pane--quizzes .st-qz-row[data-quiz-status='generating']::after,
body .st-pane.st-pane--quizzes .st-qz-row[data-quiz-status='running']::after,
body .st-pane.st-pane--quizzes .st-qz-row[data-quiz-status='pending']::after {
  background: radial-gradient(
    circle at 100% 0%,
    color-mix(in srgb, var(--tertiary) 14%, transparent) 0%,
    transparent 55%
  );
}

body .st-pane.st-pane--quizzes .st-qz-row > * {
  position: relative;
  z-index: 1;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-row {
  background: color-mix(
    in srgb,
    var(--surface-container-high) 96%,
    var(--primary-container) 4%
  ) !important;
}

body .st-pane.st-pane--quizzes .st-qz-meta {
  width: auto !important;
  min-width: 0;
  display: grid;
  gap: 8px;
}

body .st-pane.st-pane--quizzes .st-qz-title-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

body .st-pane.st-pane--quizzes .st-qz-title-row h3 {
  margin: 0 !important;
  min-width: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 21px !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
  color: var(--eduloo-study-title) !important;
}

body .st-pane.st-pane--quizzes .st-qz-rename-row .st-btn:hover,
body
  .st-pane.st-pane--summaries
  .st-sum-actions
  .st-btn--only-icon:hover:not(:disabled),
body .st-pane.st-pane--podcasts .st-pod-actions .st-btn:hover:not(:disabled) {
  background: var(--eduloo-study-btn-muted-bg-hover) !important;
}

body .st-pane.st-pane--quizzes .st-qz-meta p,
body .st-pane.st-pane--quizzes .st-qz-session p {
  margin: 0 !important;
  font-size: 12px;
  line-height: 1.5;
  color: var(--eduloo-study-muted) !important;
}

body .st-pane.st-pane--quizzes .st-qz-question-count {
  font-size: 12px !important;
  font-weight: 700;
  color: var(--eduloo-study-text) !important;
}

body .st-pane.st-pane--quizzes .st-qz-type-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0 !important;
}

body .st-pane.st-pane--quizzes .st-qz-type-badge {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--eduloo-study-chip-bg);
  box-shadow: inset 0 0 0 1px var(--eduloo-study-chip-border);
  color: var(--eduloo-study-chip-text) !important;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

body .st-pane.st-pane--quizzes .st-qz-type-badge .icon {
  margin: 0 !important;
  font-size: 9px !important;
}

body .st-pane.st-pane--quizzes .st-qz-session {
  width: auto !important;
  min-width: 0;
  border-radius: 18px;
  padding: 10px 12px;
  background: var(--eduloo-study-surface-soft);
  box-shadow: inset 0 0 0 1px var(--eduloo-study-surface-border);
  text-align: left;
  gap: 7px;
}

body .st-pane.st-pane--quizzes .st-qz-session p:last-child {
  margin: 0 !important;
  min-height: 28px;
  width: fit-content;
  border-radius: 999px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  background: color-mix(
    in srgb,
    var(--surface-container-lowest) 72%,
    var(--primary-container) 28%
  );
}

body .st-pane.st-pane--quizzes .st-qz-generation-steps {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  align-self: stretch;
}

body .st-pane.st-pane--quizzes .st-qz-generation-steps[hidden] {
  display: none !important;
}

body .st-pane.st-pane--quizzes .st-qz-session[hidden] {
  display: none !important;
}

body .st-pane.st-pane--quizzes .st-qz-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
  width: auto !important;
}

body .st-pane.st-pane--quizzes .st-qz-actions .st-btn {
  min-height: 44px;
  margin: 0 !important;
  border: none !important;
  border-radius: 14px !important;
  background: var(--eduloo-study-btn-muted-bg) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-btn-muted-border) !important;
  color: var(--eduloo-study-btn-muted-text) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  padding: 0 16px !important;
  transform: none !important;
}

body .st-pane.st-pane--quizzes .st-qz-actions .st-btn:hover:not(:disabled) {
  background: var(--eduloo-study-btn-muted-bg-hover) !important;
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--eduloo-study-btn-muted-border) 90%, transparent) !important;
  transform: none !important;
}

body .st-pane.st-pane--quizzes .st-qz-actions .st-btn--quiz-start {
  width: 50px;
  min-width: 50px !important;
  height: 50px;
  min-height: 50px !important;
  padding: 0 !important;
  border-radius: 14px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body .st-pane.st-pane--quizzes .st-qz-actions .st-btn--skyblue {
  min-width: 132px;
  border-radius: 999px !important;
  background: var(--eduloo-study-btn-secondary-bg) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-btn-secondary-border) !important;
  color: var(--eduloo-study-btn-secondary-text) !important;
}

body
  .st-pane.st-pane--quizzes
  .st-qz-actions
  body
  .st-pane.st-pane--quizzes
  .st-qz-actions
  .st-btn--only-icon:not(.st-btn--quiz-start) {
  width: 44px;
  min-width: 44px !important;
  padding: 0 !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-row {
  background: color-mix(
    in srgb,
    var(--surface-container-high) 96%,
    var(--primary-container) 4%
  ) !important;
  box-shadow: none !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-title-row h3,
body.theme-dark .st-pane.st-pane--quizzes .st-qz-question-count {
  color: var(--on-surface) !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-meta p,
body.theme-dark .st-pane.st-pane--quizzes .st-qz-session p {
  color: color-mix(
    in srgb,
    var(--on-surface) 84%,
    var(--on-surface-variant) 16%
  ) !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-type-badge {
  background: color-mix(
    in srgb,
    var(--primary-container) 58%,
    var(--surface-container-highest) 42%
  ) !important;
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--primary) 48%, var(--outline-variant) 52%) !important;
  color: var(--on-surface) !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-type-badge .icon {
  color: color-mix(
    in srgb,
    var(--on-surface) 88%,
    var(--primary) 12%
  ) !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-session {
  background: color-mix(
    in srgb,
    var(--surface-container-highest) 72%,
    var(--primary-container) 28%
  ) !important;
  box-shadow:
    inset 0 0 0 1px
      color-mix(
        in srgb,
        var(--outline-variant) 62%,
        color-mix(in srgb, var(--on-surface) 34%, transparent) 38%
      ),
    inset 0 1px 0 color-mix(in srgb, var(--on-surface) 10%, transparent) !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-session p:last-child {
  background: color-mix(
    in srgb,
    var(--surface-container-lowest) 52%,
    var(--primary-container) 48%
  ) !important;
  box-shadow: inset 0 0 0 1px
    color-mix(
      in srgb,
      var(--primary) 52%,
      color-mix(in srgb, var(--on-surface) 24%, transparent) 48%
    ) !important;
  color: var(--on-surface) !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-session p:last-child b {
  color: var(--on-surface) !important;
}

body.theme-dark
  .st-pane.st-pane--quizzes
  .st-qz-actions
  .st-btn:not(.st-btn--quiz-start):not(.st-btn--skyblue) {
  background: color-mix(
    in srgb,
    var(--surface-container-highest) 74%,
    var(--primary-container) 26%
  ) !important;
  box-shadow:
    inset 0 0 0 1px
      color-mix(
        in srgb,
        var(--outline-variant) 66%,
        color-mix(in srgb, var(--on-surface) 34%, transparent) 34%
      ),
    inset 0 1px 0 color-mix(in srgb, var(--on-surface) 10%, transparent) !important;
  color: var(--on-surface) !important;
}

body.theme-dark
  .st-pane.st-pane--quizzes
  .st-qz-actions
  .st-btn:not(.st-btn--quiz-start):not(.st-btn--skyblue):hover:not(:disabled) {
  background: color-mix(
    in srgb,
    var(--surface-container-highest) 62%,
    var(--primary-container) 38%
  ) !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-actions .st-btn--skyblue {
  background: color-mix(
    in srgb,
    var(--surface-container-highest) 60%,
    var(--secondary-container) 40%
  ) !important;
  box-shadow:
    inset 0 0 0 1px
      color-mix(
        in srgb,
        var(--secondary) 48%,
        color-mix(in srgb, var(--on-surface) 22%, transparent) 52%
      ),
    inset 0 1px 0 color-mix(in srgb, var(--on-surface) 14%, transparent) !important;
  color: var(--on-surface) !important;
}

body.theme-dark
  .st-pane.st-pane--quizzes
  .st-qz-actions
  body.theme-dark
  .st-pane.st-pane--quizzes
  .st-qz-actions
  .st-btn--quiz-start {
  box-shadow:
    inset 0 1px 0 color-mix(in srgb, var(--on-surface) 24%, transparent),
    0 8px 16px -12px color-mix(in srgb, var(--primary) 42%, transparent) !important;
}

body.theme-dark
  .st-pane.st-pane--quizzes
  .st-qz-actions
  .button.button-secondary.st-btn.st-btn--only-icon:not(.st-btn--quiz-start) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding: 0 !important;
}

body.theme-dark
  .st-pane.st-pane--quizzes
  .st-qz-actions
  .button.button-secondary.st-btn.st-btn--only-icon:not(.st-btn--quiz-start)
  .icon,
body.theme-dark
  .st-pane.st-pane--quizzes
  .st-qz-actions
  .button.button-secondary.st-btn.st-btn--only-icon:not(.st-btn--quiz-start)
  i {
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  transform: translateY(0) !important;
}

body .st-pane.st-pane--summaries .st-sum-grid {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
}

body .st-pane.st-pane--podcasts .st-pod-row {
  border: none !important;
  border-radius: 24px !important;
  background: linear-gradient(
    152deg,
    color-mix(
        in srgb,
        var(--eduloo-study-row-bg) 92%,
        var(--surface-container-lowest) 8%
      )
      0%,
    color-mix(
        in srgb,
        var(--eduloo-study-row-bg) 78%,
        var(--secondary-container) 22%
      )
      100%
  ) !important;
  box-shadow:
    inset 0 0 0 1px
      color-mix(in srgb, var(--eduloo-study-surface-border) 88%, transparent),
    0 14px 22px -18px color-mix(in srgb, var(--on-surface) 32%, transparent) !important;
  padding: 15px !important;
  display: grid;
  gap: 12px;
}

body .st-pane.st-pane--podcasts .st-pod-row:hover {
  box-shadow:
    inset 0 0 0 1px
      color-mix(in srgb, var(--eduloo-study-surface-border) 96%, transparent),
    0 18px 28px -20px color-mix(in srgb, var(--on-surface) 44%, transparent) !important;
}

body .st-pane.st-pane--podcasts .st-pod-row-top {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

body .st-pane.st-pane--podcasts .st-pod-play-btn {
  all: unset !important;
  box-sizing: border-box !important;
  width: 52px !important;
  min-width: 52px !important;
  height: 52px !important;
  border-radius: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--eduloo-study-btn-primary-bg) !important;
  box-shadow: var(--eduloo-study-btn-primary-shadow) !important;
  color: var(--on-primary) !important;
  cursor: pointer !important;
  align-self: start !important;
  margin-top: 0 !important;
}

body .st-pane.st-pane--podcasts .st-pod-play-btn,
body .st-pane.st-pane--podcasts .st-pod-play-btn.tooltip-wrapper,
body
  .st-pane.st-pane--podcasts
  .st-pod-play-btn.tooltip-wrapper.tooltip-initialized {
  color: color-mix(in srgb, white 94%, var(--on-primary) 6%) !important;
}

body .st-pane.st-pane--podcasts .st-pod-play-btn .icon,
body .st-pane.st-pane--podcasts .st-pod-play-btn i {
  color: currentColor !important;
}

body .st-pane.st-pane--podcasts .st-pod-play-btn:hover:not([disabled]) {
  background: var(--eduloo-study-btn-primary-bg-hover) !important;
  color: color-mix(in srgb, white 96%, var(--on-primary) 4%) !important;
}

body .st-pane.st-pane--podcasts .st-pod-play-btn.is-playing {
  color: color-mix(in srgb, white 95%, var(--on-primary) 5%) !important;
}

body .st-pane.st-pane--podcasts .st-pod-meta-details {
  display: grid;
  gap: 8px;
  min-width: 0;
}

body .st-pane.st-pane--podcasts .st-pod-progress-row {
  display: grid;
  grid-template-columns: minmax(0, max-content) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

body .st-pane.st-pane--podcasts .st-pod-status-line {
  min-height: 32px;
  padding: 0 11px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: color-mix(
    in srgb,
    var(--eduloo-study-surface-strong) 84%,
    var(--surface-container-lowest) 16%
  );
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--eduloo-study-surface-border) 92%, transparent);
  color: var(--eduloo-study-title) !important;
  font-weight: 700;
  max-width: 100%;
  white-space: nowrap;
}

body .st-pane.st-pane--podcasts .st-pod-meta h3 {
  font-size: 20px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.2px;
}

body .st-pane.st-pane--podcasts .st-pod-meta p {
  font-size: 13px !important;
  line-height: 1.5;
  font-weight: 600 !important;
  color: color-mix(
    in srgb,
    var(--eduloo-study-text) 74%,
    var(--eduloo-study-muted) 26%
  ) !important;
}

body .st-pane.st-pane--podcasts .st-pod-status-line span,
body
  .st-pane.st-pane--podcasts
  .st-pod-status-line
  [data-podcast-status-value] {
  color: inherit !important;
}

body.theme-dark .st-pane.st-pane--podcasts .st-pod-row {
  background: linear-gradient(
    152deg,
    color-mix(
        in srgb,
        var(--surface-container-highest) 72%,
        var(--primary-container) 28%
      )
      0%,
    color-mix(
        in srgb,
        var(--surface-container-high) 84%,
        var(--secondary-container) 16%
      )
      100%
  ) !important;
  box-shadow:
    inset 0 0 0 1px
      color-mix(
        in srgb,
        var(--outline-variant) 68%,
        color-mix(in srgb, var(--on-surface) 30%, transparent) 32%
      ),
    0 16px 26px -20px color-mix(in srgb, black 72%, transparent) !important;
}

body.theme-dark .st-pane.st-pane--podcasts .st-pod-row:hover {
  box-shadow:
    inset 0 0 0 1px
      color-mix(
        in srgb,
        var(--outline-variant) 74%,
        color-mix(in srgb, var(--on-surface) 34%, transparent) 26%
      ),
    0 20px 30px -22px color-mix(in srgb, black 78%, transparent) !important;
}

body.theme-dark .st-pane.st-pane--podcasts .st-pod-meta p {
  color: color-mix(
    in srgb,
    var(--on-surface) 88%,
    var(--on-surface-variant) 12%
  ) !important;
}

body.theme-dark .st-pane.st-pane--podcasts .st-pod-status-line {
  background: color-mix(
    in srgb,
    var(--surface-container-highest) 76%,
    var(--primary-container) 24%
  );
  box-shadow: inset 0 0 0 1px
    color-mix(
      in srgb,
      var(--outline-variant) 72%,
      color-mix(in srgb, var(--on-surface) 30%, transparent) 28%
    );
  color: var(--on-surface) !important;
}

body .st-pane.st-pane--podcasts [data-podcast-status-loader] {
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 2px solid
    color-mix(in srgb, var(--eduloo-study-muted) 42%, transparent);
  border-top-color: var(--eduloo-study-btn-primary-bg);
  display: none;
  flex-shrink: 0;
  animation: st-podcast-status-loader-spin 0.78s linear infinite;
}

body .st-pane.st-pane--podcasts [data-podcast-status-loader].is-active {
  display: inline-block !important;
}

@keyframes st-podcast-status-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

body .st-pane.st-pane--podcasts .st-pod-progress-track {
  width: 100%;
  min-width: 160px;
  height: 10px;
  border-radius: 999px;
  background: var(--eduloo-study-progress-track);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--eduloo-study-surface-border) 84%, transparent);
  cursor: pointer;
  touch-action: none;
  user-select: none;
  position: relative;
}

body .st-pane.st-pane--podcasts .st-pod-progress-fill {
  height: 100%;
  border-radius: 999px;
  background: var(--eduloo-study-progress-fill);
  width: 0;
  pointer-events: none;
  transition: none;
}

body .st-pane.st-pane--podcasts .st-pod-progress-fill--processing {
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--info) 88%, transparent) 0%,
    color-mix(in srgb, var(--secondary) 82%, transparent) 100%
  );
}

body .st-pane.st-pane--podcasts .st-pod-progress-fill--failed {
  width: 100%;
  background: linear-gradient(
    90deg,
    color-mix(in srgb, var(--primary) 92%, transparent) 0%,
    color-mix(in srgb, var(--error) 96%, transparent) 100%
  );
}

body .st-pane.st-pane--podcasts .st-pod-progress-fill--live {
  background: var(--eduloo-study-progress-fill);
}

.st-pod-seek-tooltip {
  position: fixed;
  pointer-events: none;
  padding: 3px 8px;
  border-radius: 6px;
  background: var(--eduloo-study-surface-strong, #1e293b);
  color: var(--eduloo-study-text, #f1f5f9);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  opacity: 0;
  z-index: 9999;
  transform: translateX(-50%);
  transition: opacity 0.12s ease;
}

.st-pod-seek-tooltip.is-visible {
  opacity: 1;
}

body .st-pane.st-pane--podcasts .st-pod-speed-group {
  position: relative;
  justify-self: end;
}

body .st-pane.st-pane--podcasts .st-pod-speed-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 34px;
  padding: 0 10px;
  border-radius: 12px;
  border: none;
  background: var(--eduloo-study-btn-muted-bg);
  box-shadow: inset 0 0 0 1px var(--eduloo-study-btn-muted-border);
  color: var(--eduloo-study-btn-muted-text);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 180ms ease;
}

body .st-pane.st-pane--podcasts .st-pod-speed-toggle:hover:not([disabled]) {
  background: var(--eduloo-study-btn-muted-bg-hover);
}

body .st-pane.st-pane--podcasts .st-pod-speed-toggle[disabled] {
  opacity: 0.45;
  cursor: default;
}

.st-pod-speed-popup {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  width: 246px;
  padding: 14px;
  border-radius: 16px;
  background: var(--eduloo-study-surface-soft);
  box-shadow:
    inset 0 0 0 1px var(--eduloo-study-surface-border),
    var(--eduloo-study-row-shadow);
  z-index: 130;
  display: none;
  flex-direction: column !important;
  gap: 10px;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transform-origin: bottom right;
  pointer-events: none;
}

.st-pod-speed-popup::after {
  content: '';
  position: absolute;
  right: 14px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background: var(--eduloo-study-surface-soft);
  box-shadow: inset -1px -1px 0 0 var(--eduloo-study-surface-border);
}

.st-pod-speed-popup.is-open {
  display: flex !important;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.st-pod-speed-popup__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.st-pod-speed-popup__title {
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--eduloo-study-muted) !important;
}

.st-pod-speed-popup__display {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 11px;
  background: var(--eduloo-study-chip-bg);
  box-shadow: inset 0 0 0 1px var(--eduloo-study-chip-border);
  font-size: 14px !important;
  font-weight: 800 !important;
  color: var(--eduloo-study-chip-text) !important;
  letter-spacing: 0.02em;
}

.st-pod-speed-popup__slider-wrap {
  display: grid;
  gap: 7px;
}

.st-pod-speed-popup__slider {
  --st-pod-speed-progress: 27.27%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  margin: 0;
  border-radius: 999px;
  border: none;
  background: linear-gradient(
    90deg,
    var(--eduloo-study-btn-primary-flat-bg) 0,
    var(--eduloo-study-btn-primary-flat-bg) var(--st-pod-speed-progress),
    var(--eduloo-study-progress-track) var(--st-pod-speed-progress),
    var(--eduloo-study-progress-track) 100%
  );
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--eduloo-study-surface-border) 86%, transparent);
  outline: none;
  cursor: pointer;
}

.st-pod-speed-popup__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  border: 2px solid var(--eduloo-study-btn-primary-flat-border);
  background: var(--eduloo-study-surface-soft);
  box-shadow: 0 2px 7px color-mix(in srgb, var(--on-surface) 20%, transparent);
  cursor: pointer;
}

.st-pod-speed-popup__slider::-moz-range-thumb {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  border: 2px solid var(--eduloo-study-btn-primary-flat-border);
  background: var(--eduloo-study-surface-soft);
  box-shadow: 0 2px 7px color-mix(in srgb, var(--on-surface) 20%, transparent);
  cursor: pointer;
}

.st-pod-speed-popup__slider-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: var(--eduloo-study-muted) !important;
  line-height: 1.2;
}

.st-pod-speed-popup__presets-title {
  margin: 1px 0 0 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--eduloo-study-muted) !important;
}

.st-pod-speed-popup__presets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.st-pod-speed-popup__preset {
  min-height: 34px;
  padding: 0 8px;
  border: none;
  border-radius: 10px;
  background: var(--eduloo-study-btn-muted-bg);
  box-shadow: inset 0 0 0 1px var(--eduloo-study-btn-muted-border);
  color: var(--eduloo-study-btn-muted-text);
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1;
  cursor: pointer;
  transition:
    background 150ms ease,
    color 150ms ease,
    box-shadow 150ms ease;
}

.st-pod-speed-popup__preset:hover {
  background: var(--eduloo-study-btn-muted-bg-hover);
  color: var(--eduloo-study-title);
}

.st-pod-speed-popup__preset.is-active {
  background: var(--eduloo-study-btn-primary-flat-bg);
  color: var(--eduloo-study-btn-primary-flat-text);
  box-shadow:
    inset 0 0 0 1px var(--eduloo-study-btn-primary-flat-border),
    var(--eduloo-study-btn-primary-flat-shadow);
}

.st-pod-speed-popup__normal {
  min-height: 36px;
  border: none;
  border-radius: 11px;
  padding: 0 12px;
  background: var(--eduloo-study-btn-secondary-bg);
  box-shadow: inset 0 0 0 1px var(--eduloo-study-btn-secondary-border);
  color: var(--eduloo-study-btn-secondary-text);
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition:
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
}

.st-pod-speed-popup__normal:hover {
  background: var(--eduloo-study-btn-secondary-bg-hover);
  color: var(--eduloo-study-title);
}

.st-pod-speed-popup__preset:focus-visible,
.st-pod-speed-popup__normal:focus-visible,
.st-pod-speed-popup__slider:focus-visible {
  outline: none;
  box-shadow:
    inset 0 0 0 1px var(--eduloo-study-btn-secondary-border),
    0 0 0 3px var(--eduloo-study-focus) !important;
}

body .st-pane.st-pane--podcasts .st-pod-speed-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 34px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  color: var(--eduloo-study-btn-muted-text);
}

body .st-pane.st-pane--podcasts .st-pod-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  align-self: start;
  min-height: 52px;
  flex-wrap: wrap;
}

body .st-pane.st-pane--podcasts .st-pod-actions .st-btn {
  width: 42px;
  min-width: 42px !important;
  height: 42px;
  min-height: 42px !important;
  border: none !important;
  border-radius: 12px !important;
  background: var(--eduloo-study-btn-muted-bg) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-btn-muted-border) !important;
  color: var(--eduloo-study-btn-muted-text) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

body .st-pane.st-pane--podcasts .st-pod-actions .st-btn[disabled],
body .st-pane.st-pane--podcasts .st-pod-actions .st-btn[aria-disabled='true'] {
  background: color-mix(
    in srgb,
    var(--eduloo-study-surface-soft) 84%,
    var(--surface-container-lowest) 16%
  ) !important;
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--eduloo-study-surface-border) 80%, transparent) !important;
  color: color-mix(
    in srgb,
    var(--eduloo-study-muted) 86%,
    var(--eduloo-study-text) 14%
  ) !important;
  opacity: 1 !important;
  filter: none !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

body .st-pane.st-pane--podcasts .st-pod-actions .st-btn[disabled] .icon,
body
  .st-pane.st-pane--podcasts
  .st-pod-actions
  .st-btn[aria-disabled='true']
  .icon {
  color: currentColor !important;
  opacity: 0.86;
}

body .st-pane.st-pane--podcasts .st-pod-transcription-toggle.is-open {
  background: var(--eduloo-study-btn-secondary-bg) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-btn-secondary-border) !important;
  color: var(--eduloo-study-btn-secondary-text) !important;
}

body .st-pane.st-pane--podcasts .st-pod-volume {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body .st-pane.st-pane--podcasts .st-pod-volume-slider {
  width: 84px;
  flex: 0 0 auto;
  height: 6px;
  margin: 0;
  padding: 0;
  background: color-mix(in srgb, var(--on-surface) 22%, transparent);
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--on-surface) 6%, transparent);
  border: none;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  touch-action: auto;
}

body .st-pane.st-pane--podcasts .st-pod-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid var(--surface-bright);
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

body .st-pane.st-pane--podcasts .st-pod-volume-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid var(--surface-bright);
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

body .st-pane.st-pane--podcasts .st-pod-transcription {
  border: none !important;
  border-radius: 18px !important;
  background: var(--eduloo-study-surface-soft) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-surface-border) !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px !important;
}

body
  .st-pane.st-pane--podcasts
  .st-pod-transcription.st-pod-transcription--collapsible {
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  transform-origin: top center;
  overflow: hidden;
  pointer-events: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  will-change: max-height, opacity, padding-top, padding-bottom, transform;
  transition:
    max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    padding-top 260ms ease,
    padding-bottom 260ms ease;
}

body
  .st-pane.st-pane--podcasts
  .st-pod-transcription.st-pod-transcription--collapsible.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

@media (prefers-reduced-motion: reduce) {
  body
    .st-pane.st-pane--podcasts
    .st-pod-transcription.st-pod-transcription--collapsible {
    transition: none !important;
    transform: none !important;
  }
}

body .st-pane.st-pane--podcasts .st-pod-transcription-title {
  margin: 0 !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: var(--eduloo-study-muted);
}

body .st-pane.st-pane--podcasts .st-pod-transcription-paragraph {
  margin: 0 !important;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.58;
  color: var(--eduloo-study-text);
  background: color-mix(
    in srgb,
    var(--surface-container-lowest) 72%,
    transparent
  );
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  transition:
    background 220ms ease,
    color 220ms ease;
}

body
  .st-pane.st-pane--podcasts
  .st-pod-meta:has(.st-pod-rename-row:not([hidden]))
  .st-pod-title-row {
  display: none !important;
}

body
  .st-pane.st-pane--podcasts
  .st-pod-meta:has(.st-pod-rename-row:not([hidden]))
  .st-pod-rename-row {
  width: min(100%, 560px);
  max-width: 560px;
}

body .st-pane.st-pane--podcasts .st-pod-transcription-paragraph.is-active {
  background: var(--eduloo-study-surface-strong);
  color: var(--eduloo-study-title);
}

body .st-pane.st-pane--podcasts .st-pod-transcript-token {
  border-radius: 6px;
  transition:
    background 180ms ease,
    color 180ms ease;
}

body .st-pane.st-pane--podcasts .st-pod-transcript-token.is-active {
  background: var(--eduloo-study-chip-bg);
  color: var(--eduloo-study-chip-text);
}

body .st-pod-mini-player {
  position: fixed !important;
  right: 18px !important;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  z-index: 1380 !important;
  display: flex !important;
  flex-direction: column !important;
  width: min(392px, calc(100vw - 28px)) !important;
  max-width: calc(100vw - 28px) !important;
  gap: 11px;
  border: none !important;
  border-radius: 20px !important;
  background: var(--eduloo-study-surface-soft) !important;
  box-shadow:
    inset 0 0 0 1px var(--eduloo-study-surface-border),
    0 28px 44px -28px color-mix(in srgb, var(--on-surface) 62%, transparent) !important;
  padding: 14px !important;
  user-select: none !important;
  touch-action: none !important;
  margin: 0 !important;
  cursor: grab !important;
}

body .st-pod-mini-player[hidden] {
  display: none !important;
}

body .st-pod-mini-player.is-dragging {
  cursor: grabbing !important;
  opacity: 0.96 !important;
}

body .st-pod-mini-player-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  padding: 0 !important;
}

body.theme-dark .st-pod-mini-player {
  box-shadow:
    inset 0 1px 0 color-mix(in srgb, var(--on-surface) 8%, transparent),
    inset 0 0 0 1px var(--eduloo-study-surface-border),
    0 32px 52px -30px rgba(0, 0, 0, 0.82) !important;
}

body .st-pod-mini-player-title {
  color: var(--eduloo-study-title) !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  width: auto !important;
  padding-right: 0 !important;
  text-align: left !important;
  letter-spacing: normal !important;
  min-width: 0 !important;
  max-width: 100% !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body .st-pod-mini-player-close {
  position: static !important;
  top: auto !important;
  right: auto !important;
  z-index: 4 !important;
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  min-height: 28px !important;
  flex: 0 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9px !important;
  border: none !important;
  background: var(--eduloo-study-btn-muted-bg) !important;
  color: var(--eduloo-study-btn-muted-text) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-btn-muted-border) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  transition:
    background 160ms ease,
    color 160ms ease;
}

body .st-pod-mini-player-close:hover {
  background: var(--eduloo-study-btn-muted-bg-hover) !important;
  color: var(--eduloo-study-title) !important;
}

body .st-pod-mini-player-controls {
  display: grid !important;
  grid-template-columns: 56px 56px 1fr 56px 56px !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
}

body .st-pod-mini-player-btn {
  border: none !important;
  background: var(--eduloo-study-btn-muted-bg) !important;
  color: var(--eduloo-study-btn-muted-text) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-study-btn-muted-border) !important;
  border-radius: 12px !important;
  min-height: 44px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  position: relative !important;
  cursor: pointer !important;
  transition:
    background 160ms ease,
    color 160ms ease,
    box-shadow 160ms ease;
  transform: none !important;
}

body .st-pod-mini-player-btn:hover {
  background: var(--eduloo-study-btn-muted-bg-hover) !important;
  color: var(--eduloo-study-title) !important;
  transform: none !important;
}

body .st-pod-mini-player-speed {
  width: 100% !important;
  min-width: 100% !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  font-variant-numeric: tabular-nums !important;
}

body .st-pod-mini-player-skip {
  width: 100% !important;
  min-width: 100% !important;
  gap: 5px !important;
}

body .st-pod-mini-player-skip .icon {
  transform: none !important;
  margin: 0 !important;
  font-size: 13px !important;
}

body .st-pod-mini-player-skip-label {
  position: static !important;
  transform: none !important;
  margin: 0 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums !important;
}

body .st-pod-mini-player-volume {
  width: 100% !important;
  min-width: 100% !important;
  font-size: 13px !important;
}

body .st-pod-mini-player-volume-row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 4px !important;
}

body .st-pod-mini-player-volume-row-icon {
  color: var(--eduloo-study-btn-muted-text) !important;
  font-size: 13px !important;
  width: 16px !important;
  text-align: center !important;
  flex: 0 0 16px !important;
}

body .st-pod-mini-player-volume-slider {
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--eduloo-study-btn-muted-bg) !important;
  border: none !important;
  border-radius: 999px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  outline: none !important;
  touch-action: auto !important;
}

body .st-pod-mini-player-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: var(--eduloo-study-btn-primary-bg) !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
}

body .st-pod-mini-player-volume-slider::-moz-range-thumb {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: var(--eduloo-study-btn-primary-bg) !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) !important;
}

body .st-pod-mini-player-play {
  background: var(--eduloo-study-btn-primary-bg) !important;
  box-shadow: var(--eduloo-study-btn-primary-shadow) !important;
  color: var(--on-primary) !important;
  border-radius: 999px !important;
  min-height: 52px !important;
  width: 52px !important;
  min-width: 52px !important;
  justify-self: center !important;
  font-size: 17px !important;
}

body .st-pod-mini-player-play:hover {
  background: var(--eduloo-study-btn-primary-bg-hover) !important;
}

body .st-pod-mini-player-play .icon {
  margin: 0 !important;
}

body .st-pod-mini-player-progress-row {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
}

body .st-pod-mini-player-time {
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  font-variant-numeric: tabular-nums !important;
  min-width: 36px !important;
  color: var(--eduloo-study-muted) !important;
}

body .st-pod-mini-player-progress {
  width: 100% !important;
  height: 8px !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  touch-action: none !important;
  background: var(--eduloo-study-progress-track) !important;
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--eduloo-study-surface-border) 82%, transparent) !important;
}

body .st-pod-mini-player-progress-fill {
  height: 100% !important;
  border-radius: inherit !important;
  background: var(--eduloo-study-progress-fill) !important;
  transition: width 0.2s linear !important;
}

body .st-pane.st-pane--quizzes button:focus-visible,
body .st-pane.st-pane--quizzes a:focus-visible,
body .st-pane.st-pane--quizzes input:focus-visible,
body .st-pane.st-pane--quizzes select:focus-visible,
body .st-pane.st-pane--summaries button:focus-visible,
body .st-pane.st-pane--summaries a:focus-visible,
body .st-pane.st-pane--summaries input:focus-visible,
body .st-pane.st-pane--summaries select:focus-visible,
body .st-pane.st-pane--podcasts button:focus-visible,
body .st-pane.st-pane--podcasts a:focus-visible,
body .st-pane.st-pane--podcasts input:focus-visible,
body .st-pane.st-pane--podcasts select:focus-visible {
  outline: 2px solid var(--eduloo-study-focus) !important;
  outline-offset: 2px !important;
}

@media (max-width: 1080px) {
  body .st-pane.st-pane--quizzes .st-qz-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  body .st-pane.st-pane--quizzes .st-qz-generation-steps,
  body .st-pane.st-pane--quizzes .st-qz-session {
    grid-column: 1;
    width: 100%;
  }

  body .st-pane.st-pane--quizzes .st-qz-actions {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: start;
    flex-direction: column;
  }

  body .st-pane.st-pane--podcasts .st-pod-progress-row {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: stretch;
  }

  body .st-pane.st-pane--podcasts .st-pod-progress-track {
    min-width: 0;
  }

  body .st-pane.st-pane--podcasts .st-pod-speed-group {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  body .st-pane .st-tab-content-title {
    font-size: 30px !important;
  }

  body .st-pane .st-create-actions {
    grid-template-columns: 1fr;
    padding: 8px;
    border-radius: 16px;
  }

  body .st-pane .st-create-actions .st-btn {
    min-height: 44px;
    font-size: 12px !important;
  }

  body .st-pane.st-pane--quizzes .st-qz-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px !important;
  }

  body .st-pane.st-pane--quizzes .st-qz-title-row h3 {
    font-size: 19px !important;
  }

  body .st-pane.st-pane--quizzes .st-qz-actions {
    grid-column: 1;
    grid-row: auto;
    width: 100% !important;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  body .st-pane.st-pane--quizzes .st-qz-actions .st-btn--quiz-start {
    width: 46px;
    min-width: 46px !important;
    height: 46px;
    min-height: 46px !important;
  }

  body .st-pane.st-pane--quizzes .st-qz-actions .st-btn--skyblue {
    min-width: 0;
    flex: 1 1 140px;
  }

  body .st-pane.st-pane--summaries .st-sum-row {
    padding: 12px !important;
    border-radius: 14px !important;
    gap: 10px;
  }

  body .st-pane.st-pane--podcasts .st-pod-row {
    padding: 12px !important;
    border-radius: 22px !important;
  }

  body .st-pane.st-pane--podcasts .st-pod-row-top {
    grid-template-columns: 46px minmax(0, 1fr);
    row-gap: 10px;
    align-items: start;
  }

  body .st-pane.st-pane--podcasts .st-pod-play-btn {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    border-radius: 14px !important;
  }

  body .st-pane.st-pane--summaries .st-sum-title-row h3,
  body .st-pane.st-pane--podcasts .st-pod-meta h3 {
    font-size: 20px !important;
  }

  body .st-pane.st-pane--podcasts .st-pod-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  body .st-pane.st-pane--podcasts .st-pod-actions .st-btn {
    width: 40px;
    min-width: 40px !important;
    height: 40px;
    min-height: 40px !important;
    border-radius: 12px !important;
  }

  body .st-pane.st-pane--podcasts .st-pod-transcription {
    border-radius: 16px !important;
    padding: 10px !important;
  }

  body .st-pane.st-pane--podcasts .st-pod-transcription-paragraph {
    font-size: 12px;
    line-height: 1.56;
  }

  body .st-pod-mini-player {
    width: min(384px, calc(100vw - 14px)) !important;
    max-width: calc(100vw - 14px) !important;
    right: 7px !important;
    bottom: calc(7px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 10px 12px !important;
    border-radius: 18px !important;
    gap: 9px;
  }

  body .st-pod-mini-player-title {
    font-size: 13px !important;
  }

  body .st-pod-mini-player-controls {
    grid-template-columns: 50px 50px 1fr 50px 50px !important;
    gap: 6px !important;
  }

  body .st-pod-mini-player-btn {
    min-height: 40px !important;
    border-radius: 11px !important;
  }

  body .st-pod-mini-player-play {
    min-height: 48px !important;
    width: 48px !important;
    min-width: 48px !important;
    font-size: 15px !important;
  }

  body .st-pod-mini-player-time {
    font-size: 11px !important;
    min-width: 33px !important;
  }
}

@media (max-width: 520px) {
  body .st-pane .st-tab-content-title {
    font-size: 27px !important;
  }

  body .st-pane.st-pane--quizzes .st-qz-rename-row,
  body .st-pane.st-pane--summaries .st-sum-rename-row,
  body .st-pane.st-pane--podcasts .st-pod-rename-row {
    grid-template-columns: minmax(0, 1fr) 38px 38px;
  }

  body .st-pane.st-pane--quizzes .st-qz-rename-row .st-btn,
  body .st-pane.st-pane--summaries .st-sum-rename-row .st-btn--only-icon,
  body .st-pane.st-pane--podcasts .st-pod-rename-row .st-btn--only-icon {
    width: 38px;
    min-width: 38px !important;
    height: 38px;
    min-height: 38px !important;
    border-radius: 11px !important;
  }

  body .st-pane.st-pane--podcasts .st-pod-speed-group {
    width: fit-content;
  }

  body .st-pod-mini-player {
    width: calc(100vw - 10px) !important;
    max-width: calc(100vw - 10px) !important;
    right: 5px !important;
    bottom: calc(5px + env(safe-area-inset-bottom, 0px)) !important;
    padding: 10px !important;
    border-radius: 16px !important;
  }

  body .st-pod-mini-player-title {
    font-size: 12px !important;
  }

  body .st-pod-mini-player-controls {
    grid-template-columns: 44px 44px 1fr 44px 44px !important;
    gap: 5px !important;
  }

  body .st-pod-mini-player-btn {
    min-height: 37px !important;
    border-radius: 10px !important;
  }

  body .st-pod-mini-player-play {
    min-height: 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    font-size: 14px !important;
  }

  body .st-pod-mini-player-time {
    min-width: 30px !important;
    font-size: 10px !important;
  }

  body .st-pod-mini-player-progress {
    height: 7px !important;
  }

  .st-pod-speed-popup {
    right: -8px;
    width: min(264px, calc(100vw - 54px));
    padding: 12px;
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .st-container.st-fs-container .st-tabs .st-tab,
  body
    .st-container.st-fs-container
    .st-study-tabs-filter-item
    .st-panel-workspace-select
    .custom-dropdown-trigger,
  body
    .st-container.st-fs-container
    .st-study-tabs-filter-item
    .st-panel-workspace-select
    select,
  body .st-pane .st-search-field .search-field__input,
  body .st-pane .st-btn,
  body .st-pane .st-qz-row,
  body .st-pane .st-sum-row,
  body .st-pane .st-pod-row,
  body .st-pane .st-pod-progress-fill,
  body .st-pod-mini-player-btn,
  body .st-pod-mini-player-progress-fill {
    transition: none !important;
  }
}

@keyframes st-study-doc-mode-overlay-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes st-study-doc-mode-card-rise-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

body .st-doc-mode-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  padding: 18px !important;
  display: grid !important;
  place-items: center !important;
  background:
    radial-gradient(
      circle at 14% 8%,
      color-mix(in srgb, var(--primary-container) 24%, transparent) 0%,
      transparent 42%
    ),
    radial-gradient(
      circle at 86% 88%,
      color-mix(in srgb, var(--secondary-container) 20%, transparent) 0%,
      transparent 44%
    ),
    var(--eduloo-doc-mode-overlay-backdrop) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: st-study-doc-mode-overlay-fade-in 220ms ease;
}

body .st-doc-mode-choice {
  width: min(560px, 100%) !important;
  margin: 0 !important;
  padding: 24px !important;
  border: none !important;
  border-radius: 24px !important;
  box-shadow:
    inset 0 0 0 1px var(--eduloo-doc-mode-overlay-card-border),
    var(--eduloo-doc-mode-overlay-card-shadow) !important;
  background: var(--eduloo-doc-mode-overlay-card-bg) !important;
  text-align: left !important;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif !important;
  display: grid !important;
  gap: 14px !important;
  animation: st-study-doc-mode-card-rise-in 240ms ease;
}

body .st-doc-mode-choice h3 {
  margin: 0 !important;
  font-size: 24px !important;
  line-height: 1.24 !important;
  font-weight: 800 !important;
  color: var(--eduloo-doc-mode-overlay-title) !important;
}

body .st-doc-mode-choice p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
  color: var(--eduloo-doc-mode-overlay-text) !important;
}

body .st-doc-mode-options {
  margin-top: 2px;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
}

body .st-doc-mode-btn {
  width: 100% !important;
  min-height: 138px !important;
  border: none !important;
  border-radius: 18px !important;
  padding: 16px 14px 14px !important;
  background: var(--eduloo-doc-mode-overlay-btn-bg) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-doc-mode-overlay-btn-border) !important;
  display: grid !important;
  justify-items: center !important;
  align-content: start !important;
  gap: 8px !important;
  color: var(--eduloo-doc-mode-overlay-btn-title) !important;
  text-align: center !important;
  transform: translateY(0);
  transition:
    transform 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

body .st-doc-mode-btn span {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  color: inherit !important;
}

body .st-doc-mode-btn small {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  overflow-wrap: break-word !important;
  margin: 0;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  color: var(--eduloo-doc-mode-overlay-btn-text) !important;
}

body .st-doc-mode-btn i {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  font-size: 19px !important;
  line-height: 1;
  background: var(--eduloo-doc-mode-overlay-icon-bg);
  color: var(--eduloo-doc-mode-overlay-icon-text-auto);
}

body .st-doc-mode-btn[data-mode='manual'] i {
  color: var(--eduloo-doc-mode-overlay-icon-text-manual);
}

body .st-doc-mode-btn:hover,
body .st-doc-mode-btn:focus-visible {
  background: var(--eduloo-doc-mode-overlay-btn-bg-hover) !important;
  box-shadow: inset 0 0 0 1px var(--eduloo-doc-mode-overlay-btn-border-hover) !important;
  transform: translateY(-2px);
}

body .st-doc-mode-btn:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--primary) 62%, transparent);
  outline-offset: 2px;
}

body .st-doc-mode-apply-all {
  width: 100%;
  margin-top: 2px;
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--eduloo-doc-mode-overlay-apply-bg);
  box-shadow: inset 0 0 0 1px var(--eduloo-doc-mode-overlay-apply-border);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
  color: var(--eduloo-doc-mode-overlay-text) !important;
}

body .st-doc-mode-apply-all input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--primary);
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  body .st-doc-mode-overlay {
    padding: 12px !important;
  }

  body .st-doc-mode-choice {
    width: min(100%, 460px) !important;
    padding: 18px !important;
    border-radius: 20px !important;
    gap: 12px !important;
  }

  body .st-doc-mode-choice h3 {
    font-size: 22px !important;
  }

  body .st-doc-mode-choice p {
    font-size: 13px !important;
  }

  body .st-doc-mode-options {
    grid-template-columns: 1fr;
  }

  body .st-doc-mode-btn {
    min-height: 120px !important;
    border-radius: 16px !important;
    padding: 14px 12px 12px !important;
  }

  body .st-doc-mode-btn i {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .st-doc-mode-overlay,
  body .st-doc-mode-choice,
  body .st-doc-mode-btn {
    animation: none !important;
    transition: none !important;
  }
}

body .st-pane .st-library-toolbar,
body .st-pane.st-pane--quizzes .st-qz-toolbar {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

body .st-pane .st-library-toolbar .st-search-field,
body .st-pane.st-pane--quizzes .st-qz-toolbar .st-search-field {
  flex: 1 1 0;
  width: auto;
  max-width: none;
  min-width: 0;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

body .st-pane .st-library-toolbar .st-create-actions,
body .st-pane.st-pane--quizzes .st-qz-toolbar .st-create-actions {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: stretch;
  min-height: 60px;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  gap: 10px;
}

body .st-pane .st-library-toolbar .st-create-actions .button-primary.st-btn,
body
  .st-pane.st-pane--quizzes
  .st-qz-toolbar
  .st-create-actions
  .button-primary.st-btn {
  flex: 1 1 auto;
  width: 100% !important;
}

body .st-pane .st-library-toolbar .st-search-field .search-field__input,
body
  .st-pane.st-pane--quizzes
  .st-qz-toolbar
  .st-search-field
  .search-field__input {
  height: 60px !important;
  min-height: 60px !important;
  line-height: 60px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
}

body .st-pane .st-search-field .search-field__icon {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

body .st-pane.st-pane--summaries .st-create-actions,
body .st-pane.st-pane--podcasts .st-create-actions,
body .st-pane.st-pane--documents .st-create-actions,
body .st-pane.st-pane--flashcards .st-create-actions {
  flex: 0 0 auto;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  grid-template-columns: none;
}

body .st-pane.st-pane--summaries .st-create-actions::before,
body .st-pane.st-pane--podcasts .st-create-actions::before,
body .st-pane.st-pane--documents .st-create-actions::before,
body .st-pane.st-pane--flashcards .st-create-actions::before {
  content: none !important;
}

body .st-pane .st-create-actions .button-primary.st-btn,
body .st-pane.st-pane--flashcards [data-flashcard-deck-create-trigger] {
  width: 100% !important;
  min-width: 280px !important;
  min-height: 60px !important;
  padding: 0 44px !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0.4px;
  white-space: nowrap;
  border-radius: 999px !important;
  transition:
    transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 220ms ease,
    filter 220ms ease,
    background 220ms ease !important;
}

body.theme-dark .st-pane .st-create-actions .button-primary.st-btn,
body.theme-dark
  .st-pane.st-pane--flashcards
  [data-flashcard-deck-create-trigger] {
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    color-mix(in srgb, var(--primary) 55%, var(--secondary) 45%) 100%
  ) !important;
  color: var(--on-primary) !important;
  border: 1px solid color-mix(in srgb, var(--primary) 48%, transparent) !important;
  box-shadow:
    0 18px 36px -16px color-mix(in srgb, var(--primary) 62%, transparent),
    0 2px 6px -2px color-mix(in srgb, var(--primary) 30%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--primary-strong) 58%, transparent) !important;
}

body.theme-dark
  .st-pane
  .st-create-actions
  .button-primary.st-btn:hover:not(:disabled),
body.theme-dark
  .st-pane.st-pane--flashcards
  [data-flashcard-deck-create-trigger]:hover:not(:disabled) {
  box-shadow:
    0 22px 40px -16px color-mix(in srgb, var(--primary) 74%, transparent),
    0 4px 10px -2px color-mix(in srgb, var(--primary) 40%, transparent),
    inset 0 1px 0 color-mix(in srgb, var(--primary-strong) 68%, transparent) !important;
  transform: translateY(-2px);
  filter: brightness(1.05);
}

body .st-pane .st-create-actions .button-primary.st-btn:active:not(:disabled),
body
  .st-pane.st-pane--flashcards
  [data-flashcard-deck-create-trigger]:active:not(:disabled) {
  transform: translateY(0);
  filter: brightness(0.98);
}

body .st-pane .st-create-actions .button-primary.st-btn .icon,
body .st-pane.st-pane--flashcards [data-flashcard-deck-create-trigger] .icon {
  font-size: 14px !important;
  margin-right: 4px;
}

body .st-pane.st-pane--flashcards [data-flashcard-deck-create-trigger]::before {
  content: none !important;
}

@media (max-width: 1000px) {
  body .st-pane.st-pane--quizzes .st-qz-toolbar,
  body .st-pane.st-pane--summaries .st-sum-toolbar,
  body .st-pane.st-pane--podcasts .st-pod-toolbar,
  body .st-pane.st-pane--documents .st-doc-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  body .st-pane .st-create-actions {
    width: 100% !important;
    justify-content: stretch;
  }

  body .st-pane .st-create-actions .button-primary.st-btn {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 14px !important;
    min-height: 54px !important;
    padding: 0 32px !important;
  }

  body .st-pane.st-pane--flashcards [data-flashcard-deck-create-trigger] {
    margin-left: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    font-size: 14px !important;
    min-height: 54px !important;
    padding: 0 32px !important;
  }

  body .st-pane .st-search-field,
  body .st-pane.st-pane--quizzes .st-qz-toolbar .st-search-field {
    height: 54px !important;
  }
}

body .st-pane.st-pane--quizzes .st-qz-meta {
  grid-area: meta;
  width: auto !important;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body .st-pane.st-pane--quizzes .st-qz-actions {
  grid-area: actions;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

body .st-pane.st-pane--quizzes .st-qz-session,
body .st-pane.st-pane--quizzes .st-qz-session[hidden] {
  display: none !important;
}

body .st-pane.st-pane--quizzes .st-qz-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 24px;
  padding: 0 10px 0 9px;
  border-radius: 999px;
  background: color-mix(
    in srgb,
    var(--surface-container-highest) 80%,
    var(--primary-container) 20%
  );
  border: 1px solid color-mix(in srgb, var(--primary) 18%, transparent);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--on-surface);
  flex-shrink: 0;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-status-chip {
  background: color-mix(
    in srgb,
    var(--surface-container-highest) 70%,
    var(--primary-container) 30%
  );
}

body .st-pane.st-pane--quizzes .st-qz-status-chip .st-qz-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--on-surface-variant);
  box-shadow: 0 0 0 3px
    color-mix(in srgb, var(--on-surface-variant) 18%, transparent);
  flex-shrink: 0;
}

body
  .st-pane.st-pane--quizzes
  .st-qz-row[data-quiz-status='ready']
  .st-qz-status-dot {
  background: var(--secondary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--secondary) 26%, transparent);
}

body
  .st-pane.st-pane--quizzes
  .st-qz-row[data-quiz-status='completed']
  .st-qz-status-dot {
  background: var(--secondary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--secondary) 26%, transparent);
}

body
  .st-pane.st-pane--quizzes
  .st-qz-row[data-quiz-status='in_progress']
  .st-qz-status-dot {
  background: var(--info);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--info) 26%, transparent);
}

body
  .st-pane.st-pane--quizzes
  .st-qz-row[data-quiz-status='failed']
  .st-qz-status-dot {
  background: var(--error);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--error) 26%, transparent);
}

body
  .st-pane.st-pane--quizzes
  .st-qz-row[data-quiz-status='generating']
  .st-qz-status-dot,
body
  .st-pane.st-pane--quizzes
  .st-qz-row[data-quiz-status='running']
  .st-qz-status-dot,
body
  .st-pane.st-pane--quizzes
  .st-qz-row[data-quiz-status='pending']
  .st-qz-status-dot {
  background: var(--tertiary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--tertiary) 26%, transparent);
}

body .st-pane.st-pane--quizzes .st-qz-utility-line {
  margin: 0 !important;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  color: var(--on-surface-variant) !important;
}

body .st-pane.st-pane--quizzes .st-qz-utility-line .st-qz-question-count,
body .st-pane.st-pane--quizzes .st-qz-utility-line .st-qz-created-at {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body .st-pane.st-pane--quizzes .st-qz-utility-line .st-qz-question-count i,
body .st-pane.st-pane--quizzes .st-qz-utility-line .st-qz-created-at i {
  font-size: 11px !important;
  color: color-mix(
    in srgb,
    var(--primary) 70%,
    var(--on-surface-variant) 30%
  ) !important;
}

body .st-pane.st-pane--quizzes .st-qz-utility-dot {
  color: color-mix(
    in srgb,
    var(--on-surface-variant) 60%,
    transparent
  ) !important;
}

body .st-pane.st-pane--quizzes .st-qz-session-info {
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  border-radius: 999px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: color-mix(in srgb, var(--primary) 14%, transparent) !important;
  border: 1px solid color-mix(in srgb, var(--primary) 32%, transparent) !important;
  color: var(--primary) !important;
  cursor: help !important;
  font-size: 14px !important;
  flex-shrink: 0;
  line-height: 1 !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-session-info {
  background: color-mix(in srgb, var(--primary) 22%, transparent) !important;
  border-color: color-mix(in srgb, var(--primary) 48%, transparent) !important;
  color: var(--primary-strong) !important;
}

body .st-pane.st-pane--quizzes .st-qz-session-info i,
body .st-pane.st-pane--quizzes .st-qz-session-info .icon {
  font-size: 14px !important;
  line-height: 1 !important;
  margin: 0 !important;
  color: inherit !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .st-pane.st-pane--quizzes .st-qz-session-info[disabled],
body .st-pane.st-pane--quizzes .st-qz-session-info[aria-disabled='true'] {
  opacity: 0.45;
  cursor: not-allowed;
}

body .st-pane.st-pane--quizzes .st-qz-actions .st-btn--quiz-start {
  min-height: 40px !important;
  min-width: 132px !important;
  border-radius: 999px !important;
  padding: 0 22px !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    color-mix(in srgb, var(--primary) 70%, var(--primary-dim) 30%) 100%
  ) !important;
  color: #ffffff !important;
  border: 1px solid color-mix(in srgb, var(--primary) 60%, transparent) !important;
  box-shadow: 0 8px 18px -10px
    color-mix(in srgb, var(--primary) 50%, transparent) !important;
  white-space: nowrap;
  transition:
    background 200ms ease,
    border-color 200ms ease,
    box-shadow 220ms ease,
    transform 200ms cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-actions .st-btn--quiz-start {
  background: linear-gradient(
    135deg,
    var(--primary) 0%,
    color-mix(in srgb, var(--primary) 55%, var(--secondary) 45%) 100%
  ) !important;
  color: var(--on-primary) !important;
  border-color: color-mix(in srgb, var(--primary) 48%, transparent) !important;
  box-shadow: 0 10px 22px -12px
    color-mix(in srgb, var(--primary) 56%, transparent) !important;
}

body
  .st-pane.st-pane--quizzes
  .st-qz-actions
  .st-btn--quiz-start:hover:not(:disabled):not([aria-disabled='true']) {
  background: linear-gradient(
    135deg,
    var(--primary-dim) 0%,
    var(--primary) 100%
  ) !important;
  border-color: color-mix(in srgb, var(--primary) 80%, transparent) !important;
  box-shadow: 0 12px 26px -10px
    color-mix(in srgb, var(--primary) 64%, transparent) !important;
  transform: translateY(-1px);
}

body.theme-dark
  .st-pane.st-pane--quizzes
  .st-qz-actions
  .st-btn--quiz-start:hover:not(:disabled):not([aria-disabled='true']) {
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--primary) 88%, var(--primary-strong) 12%) 0%,
    color-mix(in srgb, var(--primary) 50%, var(--secondary) 50%) 100%
  ) !important;
  border-color: color-mix(in srgb, var(--primary) 64%, transparent) !important;
}

body
  .st-pane.st-pane--quizzes
  .st-qz-actions
  .st-btn--quiz-start:active:not(:disabled):not([aria-disabled='true']) {
  transform: translateY(0);
  box-shadow: 0 4px 10px -4px
    color-mix(in srgb, var(--primary) 50%, transparent) !important;
}

body .st-pane.st-pane--quizzes .st-qz-actions .st-btn--quiz-start[disabled],
body
  .st-pane.st-pane--quizzes
  .st-qz-actions
  .st-btn--quiz-start[aria-disabled='true'] {
  opacity: 0.55;
  filter: grayscale(0.2);
  cursor: not-allowed;
}

body .st-pane.st-pane--quizzes .st-qz-actions .st-btn--quiz-start i {
  margin: 0 !important;
  font-size: 12px !important;
  color: inherit !important;
}

body .st-pane.st-pane--quizzes .st-qz-actions .st-btn--only-icon {
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  border-radius: 999px !important;
  padding: 0 !important;
  background: color-mix(in srgb, var(--primary) 14%, transparent) !important;
  border: 1px solid color-mix(in srgb, var(--primary) 32%, transparent) !important;
  color: var(--primary) !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-actions .st-btn--only-icon {
  background: color-mix(in srgb, var(--primary) 22%, transparent) !important;
  border-color: color-mix(in srgb, var(--primary) 48%, transparent) !important;
  color: var(--primary-strong) !important;
}

body .st-pane.st-pane--quizzes .st-qz-actions .st-btn--only-icon i,
body .st-pane.st-pane--quizzes .st-qz-actions .st-btn--only-icon .icon {
  margin: 0 !important;
  font-size: 13px !important;
  color: inherit !important;
}

body .st-pane.st-pane--quizzes .st-qz-row .st-qz-edit-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 8px !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  color: var(--on-surface-variant) !important;
  box-shadow: none !important;
  opacity: 0;
  transition:
    opacity 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

body .st-pane.st-pane--quizzes .st-qz-row:hover .st-qz-edit-icon,
body .st-pane.st-pane--quizzes .st-qz-row .st-qz-edit-icon:focus-visible {
  opacity: 1;
}

body .st-pane.st-pane--quizzes .st-qz-row .st-qz-edit-icon:hover {
  background: color-mix(in srgb, var(--primary) 16%, transparent) !important;
  border-color: color-mix(in srgb, var(--primary) 28%, transparent) !important;
  color: var(--primary) !important;
}

body.theme-dark .st-pane.st-pane--quizzes .st-qz-row .st-qz-edit-icon:hover {
  color: var(--on-primary-container) !important;
  background: color-mix(in srgb, var(--primary) 26%, transparent) !important;
  border-color: color-mix(in srgb, var(--primary) 42%, transparent) !important;
}

@media (max-width: 720px) {
  body .st-pane.st-pane--quizzes .st-qz-row {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      'meta'
      'actions';
  }

  body .st-pane.st-pane--quizzes .st-qz-actions {
    width: 100%;
    justify-content: flex-end;
  }

  body .st-pane.st-pane--quizzes .st-qz-actions .st-btn--quiz-start {
    flex: 1 1 auto;
    min-width: 0 !important;
  }
}

body.theme-light .st-pane.st-pane--podcasts .st-pod-row {
  border: 1px solid color-mix(in srgb, var(--on-surface) 18%, transparent) !important;
  box-shadow: none !important;
}

body.theme-light .st-pane.st-pane--podcasts .st-pod-row:hover {
  border: 1px solid color-mix(in srgb, var(--on-surface) 18%, transparent) !important;
  box-shadow: none !important;
  transform: none !important;
  filter: none !important;
}

body.theme-light .st-pane.st-pane--podcasts .st-pod-play-btn {
  background: var(--eduloo-modal-button-primary) !important;
  background-image: none !important;
  background-color: var(--eduloo-modal-button-primary) !important;
}

body.theme-light
  .st-pane.st-pane--podcasts
  .st-pod-play-btn:hover:not([disabled]) {
  background: var(--eduloo-modal-button-primary-hover) !important;
  background-image: none !important;
  background-color: var(--eduloo-modal-button-primary-hover) !important;
}

body[data-mobile] .mobile-app-bar.mobile-app-bar--podcasts {
  gap: 8px;
  padding: var(--safe-top, 0px) 10px 0;
}

body[data-mobile]
  .mobile-app-bar.mobile-app-bar--podcasts
  .st-search-field--mobile {
  flex: 1 1 auto;
  min-width: 0;
}

body[data-mobile]
  .mobile-app-bar.mobile-app-bar--podcasts
  .st-search-field--mobile
  .search-field__input {
  height: 40px;
  width: 100%;
  border: none !important;
  border-radius: 14px !important;
  background: var(--eduloo-fc-input-bg) !important;
  color: var(--eduloo-fc-text) !important;
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--outline-variant) 50%, transparent) !important;
  font-size: 14px !important;
}

body[data-mobile]
  .mobile-app-bar.mobile-app-bar--podcasts
  .st-search-field--mobile
  .search-field__input:focus,
body[data-mobile]
  .mobile-app-bar.mobile-app-bar--podcasts
  .st-search-field--mobile
  .search-field__input:focus-visible {
  outline: none !important;
  background: var(--eduloo-fc-input-focus-bg) !important;
  box-shadow: inset 0 0 0 1px
    color-mix(in srgb, var(--outline-variant) 70%, transparent) !important;
}

body[data-mobile] .st-pane.st-pane--podcasts .st-pod-list {
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 24px) !important;
}

body:not([data-mobile]) .st-pane.st-pane--podcasts .st-pod-title-icon,
body:not([data-mobile]) .st-pane.st-pane--podcasts .st-pod-subtitle,
body:not([data-mobile]) .st-pane.st-pane--podcasts .st-pod-current-time,
body:not([data-mobile]) .st-pane.st-pane--podcasts .st-pod-total-time,
body:not([data-mobile]) .st-pane.st-pane--podcasts .st-pod-status-chip {
  display: none !important;
}
