.lc-app-shell {
  --lc-sidebar-width: 280px;
  --lc-sidebar-collapsed-width: 72px;
  --lc-sidebar-viewport-height: 100vh;
  --lc-sidebar-safe-bottom: env(safe-area-inset-bottom, 0px);
}

@supports (height: 100dvh) {
  .lc-app-shell {
    --lc-sidebar-viewport-height: 100dvh;
  }
}

.listclean-sidebar[v-cloak] {
  visibility: hidden;
}

.lc-sidebar-boot-skeleton {
  --lc-brand: #f1416c;
  --lc-bg: #ffffff;
  --lc-border: #eff2f5;
  --lc-border-strong: #e4e6ef;
  --lc-surface: #f8f8fb;
  --lc-sidebar-width: 280px;
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 1039;
  display: flex;
  flex-direction: column;
  width: var(--lc-sidebar-width);
  min-width: var(--lc-sidebar-width);
  height: var(--lc-sidebar-viewport-height);
  min-height: 0;
  max-height: var(--lc-sidebar-viewport-height);
  padding: 12px 12px calc(12px + var(--lc-sidebar-safe-bottom));
  overflow: hidden;
  border-right: 1px solid var(--lc-border);
  border-left: 7px solid var(--lc-brand);
  background: var(--lc-bg);
  box-sizing: border-box;
  font-family: var(--lc-font-sans, "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

body.lc-sidebar-ready .lc-sidebar-boot-skeleton {
  display: none;
}

.lc-skeleton-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  margin: 2px 4px 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--lc-border);
}

.lc-skeleton-logo,
.lc-skeleton-toggle,
.lc-skeleton-action,
.lc-skeleton-row,
.lc-skeleton-avatar,
.lc-skeleton-profile-lines span {
  display: block;
  background: linear-gradient(90deg, #f1f1f4 25%, #ffffff 37%, #f1f1f4 63%);
  background-size: 400% 100%;
  animation: lcSkeleton 1.25s ease-in-out infinite;
}

.lc-skeleton-logo {
  width: 150px;
  height: 28px;
  border-radius: 7px;
}

.lc-skeleton-toggle {
  width: 38px;
  height: 38px;
  margin-left: auto;
  border: 1px solid var(--lc-border);
  border-radius: 10px;
}

.lc-skeleton-action {
  height: 42px;
  margin: 0 8px 16px;
  border-radius: 11px;
}

.lc-skeleton-nav {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 0 8px;
}

.lc-skeleton-row {
  width: 86%;
  height: 34px;
  border-radius: 8px;
}

.lc-skeleton-row-wide {
  width: 100%;
}

.lc-skeleton-row-short {
  width: 72%;
}

.lc-skeleton-profile {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 8px 8px 0;
  padding-top: 9px;
  border-top: 1px solid var(--lc-border);
}

.lc-skeleton-avatar {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
}

.lc-skeleton-profile-lines {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.lc-skeleton-profile-lines span {
  width: 82%;
  height: 10px;
  border-radius: 999px;
}

.lc-skeleton-profile-lines span + span {
  width: 54%;
}

.listclean-sidebar {
  --lc-brand: #f1416c;
  --lc-brand-dark: #d92e58;
  --lc-brand-soft: #fff0f4;
  --lc-brand-softer: #fff7f9;
  --lc-bg: #ffffff;
  --lc-text: #181c32;
  --lc-muted: #7e8299;
  --lc-border: #eff2f5;
  --lc-border-strong: #e4e6ef;
  --lc-surface: #f8f8fb;
  --lc-radius: 8px;
  --lc-inner-x: 8px;
  position: fixed !important;
  inset: 0 auto auto 0;
  box-sizing: border-box;
  z-index: 1040;
  display: flex !important;
  flex-direction: column;
  width: var(--lc-sidebar-width) !important;
  min-width: var(--lc-sidebar-width) !important;
  height: var(--lc-sidebar-viewport-height);
  min-height: 0 !important;
  max-height: var(--lc-sidebar-viewport-height);
  padding: 12px 12px calc(12px + var(--lc-sidebar-safe-bottom)) !important;
  overflow: hidden;
  border-right: 1px solid var(--lc-border);
  border-left: 7px solid var(--lc-brand);
  background: var(--lc-bg) !important;
  box-shadow: none !important;
  color: var(--lc-text);
  font-family: var(--lc-font-sans, "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  transition: width 280ms cubic-bezier(0.22, 1, 0.36, 1), min-width 280ms cubic-bezier(0.22, 1, 0.36, 1), padding 280ms cubic-bezier(0.22, 1, 0.36, 1), transform 180ms ease;
}

#sidebar.listclean-sidebar {
  position: fixed !important;
  inset: 0 auto auto 0 !important;
  width: var(--lc-sidebar-width) !important;
  min-width: var(--lc-sidebar-width) !important;
  height: var(--lc-sidebar-viewport-height) !important;
  min-height: 0 !important;
  max-height: var(--lc-sidebar-viewport-height) !important;
  background: var(--lc-bg) !important;
}

#sidebar.listclean-sidebar.is-collapsed {
  width: var(--lc-sidebar-collapsed-width) !important;
  min-width: var(--lc-sidebar-collapsed-width) !important;
  max-width: var(--lc-sidebar-collapsed-width) !important;
  padding: 12px 8px calc(12px + var(--lc-sidebar-safe-bottom)) !important;
}

.listclean-sidebar *,
.listclean-sidebar *::before,
.listclean-sidebar *::after {
  box-sizing: border-box;
}

.listclean-sidebar a,
.listclean-sidebar a:hover,
.listclean-sidebar a:focus {
  text-decoration: none !important;
}

.listclean-sidebar button {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
}

.lc-app-shell > #sidebar.listclean-sidebar + #app,
.wrapper > #sidebar.listclean-sidebar + #app {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  margin-left: var(--lc-sidebar-width, 280px) !important;
  width: calc(100% - var(--lc-sidebar-width, 280px)) !important;
  max-width: calc(100% - var(--lc-sidebar-width, 280px)) !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding-top: 0 !important;
  padding-left: 48px !important;
  padding-right: 48px !important;
  overflow-x: hidden;
  transition: margin-left 280ms cubic-bezier(0.22, 1, 0.36, 1), width 280ms cubic-bezier(0.22, 1, 0.36, 1), max-width 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lc-app-shell > #sidebar.listclean-sidebar.is-collapsed + #app,
.wrapper > #sidebar.listclean-sidebar.is-collapsed + #app {
  margin-left: var(--lc-sidebar-collapsed-width, 72px) !important;
  width: calc(100% - var(--lc-sidebar-collapsed-width, 72px)) !important;
  max-width: calc(100% - var(--lc-sidebar-collapsed-width, 72px)) !important;
}

.lc-sidebar-brand {
  flex: 0 0 auto;
  padding: 2px 4px 0;
  margin-bottom: 14px;
}

.lc-brand-shell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--lc-border);
  overflow: hidden;
}

.lc-brand-link {
  display: flex !important;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.lc-brand-logo {
  display: block;
  width: 166px;
  max-width: 166px;
  height: auto;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
}

.lc-sidebar-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin-left: auto;
  padding: 0;
  border: 1px solid var(--lc-border);
  border-radius: 10px;
  background: #fff;
  color: var(--lc-text);
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(24, 28, 50, 0.04);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.lc-sidebar-toggle:hover,
.lc-profile-chip:hover,
.lc-nav-row:hover,
.lc-sub-row:hover,
.lc-popup-item:hover,
.lc-action-more:hover {
  background: var(--lc-surface);
}

.lc-sidebar-toggle:hover {
  border-color: var(--lc-border-strong);
  box-shadow: 0 6px 16px rgba(24, 28, 50, 0.08);
  color: var(--lc-brand-dark);
}

.lc-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lc-sidebar-toggle .lc-icon {
  width: 19px;
  height: 19px;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.listclean-sidebar.is-collapsed .lc-sidebar-toggle .lc-icon {
  transform: rotate(180deg);
}

.lc-primary-actions {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 0 0 auto;
  align-self: stretch;
  width: auto;
  padding: 0 var(--lc-inner-x);
  margin-bottom: 16px;
}

.lc-action-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.lc-action-menu-wrap {
  position: relative;
  flex: 0 0 auto;
}

.lc-upload-button,
.lc-action-more {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-height: 42px;
  border-radius: 11px;
  font-size: 12.5px !important;
  font-weight: 700;
  line-height: 16px !important;
  white-space: nowrap;
}

.lc-upload-button {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  gap: 8px;
  justify-content: flex-start;
  padding: 0 14px;
  border: 1px solid rgba(217, 46, 88, 0.72);
  background: linear-gradient(180deg, #ff5b82 0%, var(--lc-brand) 52%, var(--lc-brand-dark) 100%);
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(241, 65, 108, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.lc-upload-button .lc-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  stroke-width: 2.1;
}

.lc-upload-button span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lc-upload-button:hover {
  border-color: var(--lc-brand-dark);
  background: linear-gradient(180deg, #ff6b8e 0%, #f1416c 48%, #c9244d 100%);
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(241, 65, 108, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.lc-action-more {
  flex: 0 0 42px;
  width: 42px;
  padding: 0;
  border: 1px solid #f3c7d2;
  background: #fff8fa;
  color: var(--lc-brand-dark);
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(24, 28, 50, 0.06);
}

.lc-action-more:hover {
  border-color: #f0a9bb;
  background: var(--lc-brand-soft);
  color: var(--lc-brand-dark) !important;
}

#sidebar.listclean-sidebar .lc-sidebar-brand,
#sidebar.listclean-sidebar .lc-primary-actions,
#sidebar.listclean-sidebar .lc-sidebar-nav,
#sidebar.listclean-sidebar .lc-profile-area {
  padding-left: var(--lc-inner-x) !important;
  padding-right: var(--lc-inner-x) !important;
}

#sidebar.listclean-sidebar .lc-action-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
}

#sidebar.listclean-sidebar .lc-upload-button {
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

#sidebar.listclean-sidebar .lc-action-menu-wrap,
#sidebar.listclean-sidebar .lc-action-more {
  flex: 0 0 42px !important;
  width: 42px !important;
  max-width: 42px !important;
  margin: 0 !important;
}

.lc-quick-popup {
  top: calc(100% + 6px);
  right: 0;
  width: 216px;
  max-width: 216px;
}

.lc-sidebar-nav {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 0 var(--lc-inner-x);
}

.lc-nav-row {
  position: relative;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  gap: 10px !important;
  min-height: 34px;
  padding: 7px 9px !important;
  border: 0;
  border-radius: var(--lc-radius);
  background: transparent;
  color: var(--lc-text) !important;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 18px !important;
  text-align: left;
  transition: background 160ms ease, color 160ms ease;
}

.lc-nav-row > span:first-of-type {
  flex: 1 1 auto;
  min-width: 0;
}

.lc-nav-row.is-active {
  background: var(--lc-brand-soft);
  color: var(--lc-brand-dark) !important;
  font-weight: 700;
}

.lc-nav-row.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 3px;
  border-radius: 3px;
  background: var(--lc-brand);
}

.lc-count-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  max-width: 48px;
  margin-left: auto;
  padding: 1px 6px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--lc-brand-soft);
  color: var(--lc-brand-dark);
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-overflow: ellipsis;
}

.listclean-sidebar.is-syncing-counts .lc-count-pill,
.listclean-sidebar.is-syncing-counts .lc-sub-count,
.listclean-sidebar.is-syncing-counts .lc-popup-count {
  animation: lcCountSync 1.2s ease-in-out infinite;
}

.lc-chevron {
  width: 12px;
  height: 12px;
  margin-left: 0;
  color: var(--lc-muted);
  transition: transform 180ms ease;
}

.lc-nav-row.is-open .lc-chevron {
  transform: rotate(90deg);
}

.lc-subnav {
  display: flex;
  flex-direction: column;
  width: calc(100% - 23px);
  max-height: 0;
  margin-left: 23px;
  padding-left: 14px;
  overflow: hidden;
  border-left: 1px solid var(--lc-border);
  transition: max-height 220ms ease, margin 220ms ease;
}

.lc-subnav.is-open {
  max-height: 310px;
  margin-top: 2px;
  margin-bottom: 4px;
}

.lc-sub-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px;
  width: 100% !important;
  min-height: 27px;
  padding: 4px 8px !important;
  border-radius: 7px;
  color: var(--lc-muted) !important;
  font-size: 12.5px !important;
  font-weight: 500;
  line-height: 17px !important;
}

.lc-sub-row.router-link-exact-active,
.lc-sub-row.is-active {
  background: var(--lc-brand-soft);
  color: var(--lc-brand-dark) !important;
  font-weight: 700;
}

.lc-sub-main,
.lc-sub-label {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.lc-sub-main {
  gap: 8px;
}

.lc-sub-count {
  display: inline-flex;
  justify-content: flex-end;
  flex: 0 0 34px;
  min-width: 34px;
  margin-left: auto;
  color: var(--lc-muted);
  font-size: 10.5px;
  font-weight: 600;
  line-height: 14px;
  text-align: right;
}

.lc-status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
}

.lc-dot-inprocess { background: #ef9f27; animation: lcPulse 1.5s ease-in-out infinite; }
.lc-dot-submitted { background: #6b7280; }
.lc-dot-paused { background: #378add; }
.lc-dot-completed { background: #1d9e75; }
.lc-dot-suspended { background: #d94a3a; }
.lc-dot-error { background: #c82124; }
.lc-dot-all { background: var(--lc-brand); }

.lc-profile-area {
  flex: 0 0 auto;
  width: 100%;
  margin-top: 8px;
  padding: 9px var(--lc-inner-x) 0;
  border-top: 1px solid var(--lc-border);
}

.lc-profile-chip {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 9px;
  min-height: 42px;
  padding: 6px 8px;
  border: 0;
  border-radius: var(--lc-radius);
  background: transparent;
  color: var(--lc-text);
  cursor: pointer;
  text-align: left;
}

.lc-avatar,
.lc-avatar-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background: var(--lc-brand);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  object-fit: cover;
  text-transform: uppercase;
}

.lc-avatar-lg {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  font-size: 13px;
}

.lc-profile-text,
.lc-profile-popup-text {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
}

.lc-profile-popup-text.lc-copy-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.lc-profile-popup-text.lc-copy-wrap .lc-profile-popup-name,
.lc-profile-popup-text.lc-copy-wrap .lc-profile-popup-email {
  max-width: 100%;
  min-width: 0;
}

.lc-profile-name,
.lc-profile-credits,
.lc-profile-popup-name,
.lc-profile-popup-email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lc-profile-name {
  color: var(--lc-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.lc-profile-credits {
  color: var(--lc-muted);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 15px;
}

.lc-profile-chevrons {
  width: 13px;
  height: 13px;
  margin-left: auto;
  color: var(--lc-muted);
  transition: transform 160ms ease;
}

.lc-profile-chip[aria-expanded="true"] .lc-profile-chevrons {
  transform: rotate(180deg);
}

.lc-popup {
  position: absolute;
  z-index: 1200;
  width: 224px;
  padding: 6px;
  border: 1px solid var(--lc-border-strong);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 28, 50, 0.12);
  animation: lcPopupIn 140ms ease both;
}

.lc-profile-popup {
  left: 12px;
  right: 12px;
  bottom: calc(64px + var(--lc-sidebar-safe-bottom));
  width: calc(100% - 24px);
  max-width: calc(100% - 24px);
  max-height: calc(var(--lc-sidebar-viewport-height) - 88px - var(--lc-sidebar-safe-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.lc-profile-popup-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid var(--lc-border);
}

.lc-profile-popup-name {
  color: var(--lc-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.lc-profile-popup-email {
  color: var(--lc-muted);
  font-size: 11px;
  line-height: 15px;
}

.lc-credits-wallet {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 6px 7px;
  padding: 11px;
  border: 1px solid #e4e8f1;
  border: 1px solid color-mix(in srgb, var(--wallet-tone, #8a90a2) 22%, #e4e8f1);
  border-radius: 11px;
  background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  box-shadow: 0 12px 24px rgba(24, 28, 50, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.lc-credits-wallet--running-low,
.lc-credits-wallet--critical,
.lc-credits-wallet--out {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 251, 0.98)),
    linear-gradient(135deg, color-mix(in srgb, var(--wallet-tone) 12%, transparent), rgba(24, 28, 50, 0.02));
}

.lc-credits-wallet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.lc-credits-wallet-label,
.lc-profile-menu-label {
  color: var(--lc-muted);
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 13px;
  text-transform: uppercase;
}

.lc-credits-wallet-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 19px;
  max-width: 112px;
  padding: 0 7px;
  border: 1px solid #e2e6ef;
  border: 1px solid color-mix(in srgb, var(--wallet-tone, #8a90a2) 30%, #e2e6ef);
  border-radius: 999px;
  background: #fff;
  color: var(--wallet-tone, var(--lc-text));
  font-size: 9px;
  font-weight: 800;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.lc-credits-wallet-status i {
  font-size: 10px;
  line-height: 1;
}

.lc-credits-wallet-link {
  color: var(--lc-brand-dark) !important;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 14px;
}

.lc-credits-wallet-link:hover {
  color: var(--lc-brand) !important;
}

.lc-credits-wallet-balance strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: var(--lc-text);
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lc-credits-wallet-balance small {
  display: block;
  margin-top: 1px;
  color: #6d7184;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 15px;
}

.lc-credits-wallet-hint {
  padding: 7px 8px;
  border: 1px dashed #dfe4ee;
  border: 1px dashed color-mix(in srgb, var(--wallet-tone) 38%, #dfe4ee);
  border-radius: 8px;
  background: #fff;
  color: var(--lc-text);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 15px;
}

.lc-credits-wallet-feature {
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid #dfe4ee;
  border-top: 3px solid var(--wallet-tone, #8a90a2);
  border-radius: 9px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: var(--lc-text);
  box-shadow: 0 10px 18px rgba(24, 28, 50, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.lc-credits-wallet-feature--loading {
  min-height: 112px;
}

.lc-credits-wallet-card-skeleton {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef1f6 25%, #ffffff 37%, #eef1f6 63%);
  background-size: 400% 100%;
  animation: lcSkeleton 1.25s ease-in-out infinite;
}

.lc-credits-wallet-card-skeleton-sm {
  width: 42%;
  height: 10px;
}

.lc-credits-wallet-card-skeleton-md {
  width: 62%;
  height: 16px;
}

.lc-credits-wallet-card-skeleton-xs {
  width: 54%;
  height: 10px;
}

.lc-credits-wallet-card-skeleton-btn {
  width: 100%;
  height: 28px;
  margin-top: 2px;
  border-radius: 7px;
}

.lc-credits-wallet-feature-kicker,
.lc-credits-wallet-feature small {
  color: var(--lc-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 13px;
}

.lc-credits-wallet-feature > strong {
  color: var(--lc-text);
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
}

.lc-credits-wallet-feature-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.lc-credits-wallet-feature-price span {
  color: var(--lc-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 18px;
}

.lc-credits-wallet-price-old {
  color: var(--lc-muted) !important;
  font-size: 12px !important;
  text-decoration: line-through;
}

.lc-credits-wallet-feature-price em {
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--lc-brand-soft);
  color: var(--lc-brand-dark);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  line-height: 12px;
}

.lc-credits-wallet-feature-price .lc-credits-wallet-bonus-badge {
  background: #eef8f2;
  color: #1d8f4f;
}

.lc-credits-wallet-feature-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lc-credits-wallet-compact-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lc-credits-wallet-compact-actions .lc-credits-wallet-button {
  flex: 1 1 auto;
  min-width: 0;
}

.lc-credits-wallet-compact-actions .lc-credits-wallet-feature-link {
  flex: 0 0 auto;
}

.lc-credits-wallet-feature-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 7px;
  background: var(--lc-text);
  color: #fff !important;
  font-size: 11.5px !important;
  font-weight: 900;
  line-height: 12px !important;
  text-decoration: none !important;
}

.lc-credits-wallet-feature-button:hover {
  background: #2b3046;
  color: #fff !important;
}

.lc-credits-wallet-feature-link {
  display: inline-flex !important;
  align-items: center;
  flex: 0 0 auto;
  color: var(--lc-muted) !important;
  font-size: 11px !important;
  font-weight: 900;
  line-height: 14px !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.lc-credits-wallet-feature-link:hover {
  color: var(--lc-brand-dark) !important;
  text-decoration: underline !important;
}

.lc-credits-wallet-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid #dfe4ee;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  color: var(--lc-text) !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 13px;
  box-shadow: 0 8px 16px rgba(24, 28, 50, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.lc-credits-wallet-button:not(.lc-credits-wallet-button--outline) {
  border-color: rgba(217, 46, 88, 0.72);
  background: linear-gradient(180deg, #ff5b82 0%, var(--lc-brand) 52%, var(--lc-brand-dark) 100%);
  color: #fff !important;
  box-shadow: 0 10px 18px rgba(241, 65, 108, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

#sidebar.listclean-sidebar .lc-credits-wallet-button {
  line-height: 13px !important;
}

#sidebar.listclean-sidebar .lc-credits-wallet-button span {
  line-height: 13px !important;
}

.lc-credits-wallet-button:hover {
  border-color: #cbd2df;
  background: #fff;
  color: var(--lc-text) !important;
}

.lc-credits-wallet-button:not(.lc-credits-wallet-button--outline):hover {
  border-color: var(--lc-brand-dark);
  background: linear-gradient(180deg, #ff6b8e 0%, #f1416c 48%, #c9244d 100%);
  color: #fff !important;
}

.lc-credits-wallet-button .lc-icon {
  width: 14px;
  height: 14px;
  flex-basis: 14px;
  stroke-width: 2.2;
}

.lc-profile-popup-body,
.lc-profile-popup-footer {
  padding: 5px 0;
}

.lc-profile-menu-group {
  padding: 5px 0 6px;
  border-top: 1px solid var(--lc-border);
}

.lc-profile-menu-group:first-child {
  border-top: 0;
}

.lc-profile-menu-label {
  display: block;
  padding: 2px 10px 4px;
}

.lc-profile-popup-footer {
  border-top: 1px solid var(--lc-border);
}

.lc-popup-item {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  gap: 10px !important;
  min-height: 34px;
  padding: 8px 10px !important;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--lc-text) !important;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 17px !important;
  text-align: left;
}

.lc-popup-main,
.lc-popup-label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.lc-popup-main {
  flex: 1 1 auto;
  gap: 8px;
}

.lc-popup-count {
  display: inline-flex;
  justify-content: flex-end;
  flex: 0 0 34px;
  min-width: 34px;
  margin-left: auto;
  color: var(--lc-muted);
  font-size: 10.5px;
  font-weight: 600;
}

.lc-popup-header-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  margin-bottom: 4px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--lc-border);
  color: var(--lc-text);
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
}

.lc-popup-divider {
  height: 1px;
  margin: 4px 0;
  background: var(--lc-border);
}

.lc-popup-back {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 36px;
  padding: 8px 10px;
  border: 0;
  border-bottom: 1px solid var(--lc-border);
  background: transparent;
  color: var(--lc-text);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.lc-popup-back::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.lc-danger-item {
  color: #b42318 !important;
}

.lc-danger-item:hover {
  background: #fff1f0 !important;
}

.lc-count-skeleton,
.lc-credits-skeleton,
.lc-profile-skeleton {
  display: inline-block;
  border-radius: 999px;
  background: linear-gradient(90deg, #f1f1f4 25%, #ffffff 37%, #f1f1f4 63%);
  background-size: 400% 100%;
  animation: lcSkeleton 1.25s ease-in-out infinite;
}

.lc-count-skeleton {
  width: 24px;
  height: 14px;
  margin-left: auto;
}

.lc-count-skeleton-sub {
  width: 20px;
  height: 11px;
}

.lc-credits-skeleton {
  width: 82px;
  height: 16px;
}

.lc-credits-skeleton-lg {
  width: 118px;
  height: 20px;
}

.lc-profile-name-skeleton {
  width: 96px;
  height: 13px;
}

.lc-profile-popup-name-skeleton {
  width: 136px;
  height: 18px;
  margin-bottom: 4px;
}

.lc-profile-popup-email-skeleton {
  width: 112px;
  height: 12px;
}

.listclean-sidebar.is-collapsed {
  width: var(--lc-sidebar-collapsed-width) !important;
  min-width: var(--lc-sidebar-collapsed-width) !important;
  padding: 12px 8px calc(12px + var(--lc-sidebar-safe-bottom)) !important;
}

.listclean-sidebar.is-collapsed .lc-sidebar-brand,
.listclean-sidebar.is-collapsed .lc-primary-actions,
.listclean-sidebar.is-collapsed .lc-sidebar-nav,
.listclean-sidebar.is-collapsed .lc-profile-area {
  padding-left: 0;
  padding-right: 0;
}

#sidebar.listclean-sidebar.is-collapsed .lc-sidebar-brand,
#sidebar.listclean-sidebar.is-collapsed .lc-primary-actions,
#sidebar.listclean-sidebar.is-collapsed .lc-sidebar-nav,
#sidebar.listclean-sidebar.is-collapsed .lc-profile-area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.listclean-sidebar.is-collapsed .lc-brand-shell {
  justify-content: center;
  gap: 0;
}

.listclean-sidebar.is-collapsed .lc-brand-link {
  flex: 0 1 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.listclean-sidebar.is-collapsed .lc-subnav {
  display: none;
}

.listclean-sidebar.is-collapsed .lc-upload-button,
.listclean-sidebar.is-collapsed .lc-action-more,
.listclean-sidebar.is-collapsed .lc-nav-row,
.listclean-sidebar.is-collapsed .lc-profile-chip {
  justify-content: center !important;
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 38px;
  min-height: 38px;
  padding: 0 !important;
  gap: 0 !important;
  border-radius: 10px;
}

#sidebar.listclean-sidebar.is-collapsed .lc-upload-button,
#sidebar.listclean-sidebar.is-collapsed .lc-action-more,
#sidebar.listclean-sidebar.is-collapsed .lc-nav-row,
#sidebar.listclean-sidebar.is-collapsed .lc-profile-chip {
  justify-content: center !important;
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  padding: 0 !important;
}

.listclean-sidebar.is-collapsed .lc-sidebar-nav {
  align-items: center;
  overflow: visible;
}

.listclean-sidebar.is-collapsed .lc-action-row {
  flex-direction: column;
  align-items: center;
}

.listclean-sidebar.is-collapsed .lc-action-menu-wrap {
  width: 38px;
}

#sidebar.listclean-sidebar.is-collapsed .lc-action-menu-wrap {
  flex: 0 0 38px !important;
  width: 38px !important;
  max-width: 38px !important;
}

.listclean-sidebar.is-collapsed .lc-quick-popup {
  top: 0;
  left: calc(100% + 21px);
  right: auto;
}

.listclean-sidebar.is-collapsed .lc-upload-button span,
.listclean-sidebar.is-collapsed .lc-nav-row > :not(.lc-icon),
.listclean-sidebar.is-collapsed .lc-profile-text,
.listclean-sidebar.is-collapsed .lc-profile-chevrons {
  display: none !important;
}

.listclean-sidebar.is-collapsed .lc-nav-row > .lc-chevron,
.listclean-sidebar.is-collapsed .lc-profile-chip > .lc-profile-chevrons {
  display: none !important;
}

.listclean-sidebar.is-collapsed .lc-nav-row.is-active::before {
  display: none;
}

.listclean-sidebar.is-collapsed .lc-profile-area {
  display: flex;
  justify-content: center;
}

.listclean-sidebar.is-collapsed .lc-profile-popup {
  left: calc(100% + 7px);
  right: auto;
  bottom: calc(12px + var(--lc-sidebar-safe-bottom));
  width: 260px;
  max-width: 260px;
}

.listclean-sidebar.is-collapsed .lc-collapsed-submenu-popup {
  position: fixed;
  left: calc(var(--lc-sidebar-collapsed-width) + 7px);
  width: 226px;
  max-width: calc(100vw - var(--lc-sidebar-collapsed-width) - 24px);
}

.listclean-sidebar.is-collapsed .lc-collapsed-submenu-popup-upload { top: 166px; }
.listclean-sidebar.is-collapsed .lc-collapsed-submenu-popup-results { top: 242px; }
.listclean-sidebar.is-collapsed .lc-collapsed-submenu-popup-api { top: 280px; }
.listclean-sidebar.is-collapsed .lc-collapsed-submenu-popup-finder { top: 318px; }
.listclean-sidebar.is-collapsed .lc-collapsed-submenu-popup-plan { top: 356px; }

@media (min-width: 768px) {
  #sidebar.listclean-sidebar,
  .listclean-sidebar {
    overflow: visible;
  }

  #sidebar.listclean-sidebar.is-collapsed,
  .listclean-sidebar.is-collapsed {
    overflow: visible;
  }
}

.listclean-sidebar :focus {
  outline: none;
}

.listclean-sidebar :focus-visible {
  outline: 2px solid var(--lc-brand);
  outline-offset: 2px;
}

@keyframes lcPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@keyframes lcPopupIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes lcSkeleton {
  0% { background-position: 100% 50%; }
  100% { background-position: 0 50%; }
}

@keyframes lcCountSync {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.58; }
}

@media (max-width: 767px) {
  .lc-sidebar-boot-skeleton {
    transform: translateX(-100%);
  }

  #sidebar.listclean-sidebar,
  .listclean-sidebar {
    z-index: 1046;
    width: min(304px, calc(100vw - 44px)) !important;
    min-width: min(304px, calc(100vw - 44px)) !important;
    max-width: min(304px, calc(100vw - 44px)) !important;
    border-right: 1px solid rgba(222, 215, 204, 0.86);
    border-left: 0;
    border-radius: 0 18px 18px 0;
    transform: translateX(-100%);
    box-shadow: 0 24px 70px rgba(22, 20, 16, 0.18) !important;
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  #sidebar.listclean-sidebar.is-collapsed:not(.show),
  .listclean-sidebar.is-collapsed:not(.show) {
    width: var(--lc-sidebar-collapsed-width) !important;
    min-width: var(--lc-sidebar-collapsed-width) !important;
    max-width: var(--lc-sidebar-collapsed-width) !important;
    padding: 12px 8px calc(12px + var(--lc-sidebar-safe-bottom)) !important;
    transform: translateX(-100%);
    box-shadow: none !important;
  }

  #sidebar.listclean-sidebar.show.is-collapsed,
  .listclean-sidebar.show.is-collapsed {
    width: min(304px, calc(100vw - 44px)) !important;
    min-width: min(304px, calc(100vw - 44px)) !important;
    max-width: min(304px, calc(100vw - 44px)) !important;
    padding: 12px 12px calc(12px + var(--lc-sidebar-safe-bottom)) !important;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-sidebar-brand,
  #sidebar.listclean-sidebar.show.is-collapsed .lc-primary-actions,
  #sidebar.listclean-sidebar.show.is-collapsed .lc-sidebar-nav,
  #sidebar.listclean-sidebar.show.is-collapsed .lc-profile-area {
    padding-left: var(--lc-inner-x) !important;
    padding-right: var(--lc-inner-x) !important;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-brand-shell {
    justify-content: flex-start;
    gap: 12px;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-brand-link,
  .listclean-sidebar.show.is-collapsed .lc-brand-link {
    flex: 1 1 auto;
    width: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-upload-button span,
  #sidebar.listclean-sidebar.show.is-collapsed .lc-nav-row > :not(.lc-icon),
  #sidebar.listclean-sidebar.show.is-collapsed .lc-profile-text,
  #sidebar.listclean-sidebar.show.is-collapsed .lc-profile-chevrons {
    display: inline-flex !important;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-upload-button,
  #sidebar.listclean-sidebar.show.is-collapsed .lc-action-more,
  #sidebar.listclean-sidebar.show.is-collapsed .lc-nav-row,
  #sidebar.listclean-sidebar.show.is-collapsed .lc-profile-chip {
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto;
    min-height: 34px;
    padding: 7px 9px !important;
    gap: 10px !important;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-action-row {
    flex-direction: row;
    align-items: center;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-action-menu-wrap {
    flex: 0 0 42px !important;
    width: 42px !important;
    max-width: 42px !important;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-action-more {
    justify-content: center !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px;
    min-height: 42px;
    padding: 0 !important;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-sidebar-nav {
    align-items: stretch;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-profile-area {
    display: block;
  }

  #sidebar.listclean-sidebar .lc-sidebar-toggle {
    display: none;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-subnav {
    display: flex;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-nav-row > .lc-chevron,
  #sidebar.listclean-sidebar.show.is-collapsed .lc-profile-chip > .lc-profile-chevrons {
    display: inline-flex !important;
  }

  #sidebar.listclean-sidebar.show.is-collapsed .lc-nav-row.is-active::before {
    display: block;
  }

  #sidebar.listclean-sidebar.show,
  #sidebar.listclean-sidebar.collapse.show,
  .listclean-sidebar.show,
  .listclean-sidebar.collapse.show {
    transform: translateX(0);
  }

  .lc-app-shell > #sidebar.listclean-sidebar + #app,
  .lc-app-shell > #sidebar.listclean-sidebar.is-collapsed + #app,
  .wrapper > #sidebar.listclean-sidebar + #app,
  .wrapper > #sidebar.listclean-sidebar.is-collapsed + #app {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

body:has(.lc-checkout) #sidebar.listclean-sidebar {
  display: none !important;
}

body:has(.lc-checkout) .lc-app-shell > #sidebar.listclean-sidebar + #app,
body:has(.lc-checkout) .lc-app-shell > #sidebar.listclean-sidebar.is-collapsed + #app,
body:has(.lc-checkout) #sidebar.listclean-sidebar + #app,
body:has(.lc-checkout) #sidebar.listclean-sidebar.is-collapsed + #app {
  margin-left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
