@media not all and (min-width: 1200px) {
  .barcode-desktop-only,
  html body main.barcode-generator-seo-page[data-tool="barcode-generator"] .barcode-desktop-only {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}

@media (min-width: 1200px) {
  .barcode-legacy-mobile {
    display: none !important;
  }

  html body.flux-tool-body.flux-tool-image-tools.compress-100kb-pro main#main.barcode-generator-seo-page[data-tool="barcode-generator"] {
    --c100kb-seo-wide: min(94vw, 1600px);
    --bcg-toolbar-height: 64px;
    --bcg-intent-block: clamp(132px, 17vh, 172px);
  }

  /* Allow page scroll to SEO content below the editor workspace */
  html:has(body.barcode-editor-active.compress-100kb-ready),
  body.barcode-editor-active.compress-100kb-ready {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: auto !important;
    min-height: 100dvh !important;
    max-height: none !important;
    background: #eef2f7 !important;
  }

  body.barcode-editor-active.compress-100kb-ready section.barcode-legacy-mobile,
  body.barcode-editor-active.compress-100kb-ready #tool-workspace,
  body.barcode-editor-active.compress-100kb-ready .tool-workspace-note {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.barcode-editor-active.compress-100kb-ready .tool-content-stack {
    display: block !important;
    visibility: visible !important;
  }

  body.barcode-editor-active.compress-100kb-ready main#main.barcode-generator-seo-page {
    visibility: visible !important;
    pointer-events: auto !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.barcode-editor-active.compress-100kb-ready main#main.barcode-generator-seo-page > section.tool-layout:not(#barcode-desktop-shell) {
    display: block !important;
    width: 100% !important;
    max-width: var(--c100kb-seo-wide, min(94vw, 1600px)) !important;
    margin: 0 auto !important;
    padding: 1.25rem 1rem 2.5rem !important;
    box-sizing: border-box !important;
  }

  /* Full-bleed workspace — no side gutters beside the editor */
  body.barcode-editor-active.compress-100kb-ready #barcode-desktop-shell {
    display: block !important;
    visibility: visible !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    background: #eef3fb !important;
  }

  body.barcode-editor-active.compress-100kb-ready #barcode-desktop-workspace.bcg-desktop-intent-panel {
    position: relative;
    isolation: isolate;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0.85rem 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(180deg, #eff9ff, #eef3fb) !important;
    box-shadow: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.barcode-editor-active.compress-100kb-ready #barcode-desktop-workspace.bcg-desktop-intent-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(148, 163, 184, 0.14) 1px, transparent 1px),
      linear-gradient(90deg, rgba(148, 163, 184, 0.14) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: 0.32;
    pointer-events: none;
    z-index: 0;
  }

  body.barcode-editor-active.compress-100kb-ready #barcode-desktop-workspace.bcg-desktop-intent-panel > * {
    position: relative;
    z-index: 1;
  }

  body.barcode-editor-active.compress-100kb-ready #barcode-desktop-shell .c100kb-tool-intent-header {
    display: block !important;
    visibility: visible !important;
    text-align: center !important;
    margin: 0 auto 0.45rem !important;
    padding: 0.2rem 1.25rem 0.35rem !important;
    flex: 0 0 auto !important;
    max-width: min(94vw, 960px) !important;
  }

  body.barcode-editor-active.compress-100kb-ready #barcode-desktop-shell .c100kb-tool-intent-header h1 {
    margin: 0 !important;
    font-size: clamp(1.35rem, 2.5vw, 2rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    color: #0f172a !important;
    font-weight: 800 !important;
    text-wrap: balance;
  }

  body.barcode-editor-active.compress-100kb-ready #barcode-desktop-shell .c100kb-tool-intent-header .c100kb-h1-tail {
    white-space: nowrap;
  }

  body.barcode-editor-active.compress-100kb-ready #barcode-desktop-shell .c100kb-tool-intent-header .c100kb-hero-lead {
    max-width: 42rem !important;
    margin: 0.35rem auto 0 !important;
    font-size: clamp(0.875rem, 0.95vw, 0.9375rem) !important;
    line-height: 1.55 !important;
    color: #334155 !important;
    text-transform: none !important;
  }

  html[data-theme="dark"] body.barcode-editor-active.compress-100kb-ready #barcode-desktop-shell .c100kb-tool-intent-header h1 {
    color: #f1f5f9 !important;
  }

  html[data-theme="dark"] body.barcode-editor-active.compress-100kb-ready #barcode-desktop-shell .c100kb-tool-intent-header .c100kb-hero-lead {
    color: #cbd5e1 !important;
  }

  body.barcode-editor-active.compress-100kb-ready #barcode-desktop-mount {
    display: block !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-height: 0 !important;
    height: calc(100dvh - var(--bcg-intent-block, 148px)) !important;
    max-height: calc(100dvh - var(--bcg-intent-block, 148px)) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.barcode-editor-active.compress-100kb-ready #barcode-desktop-mount .bcg-editor-host {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
  }

  body.barcode-editor-active.compress-100kb-ready #barcode-desktop-mount .c100kb-barcode-editor[data-c100kb-portaled="true"],
  body.barcode-editor-active.compress-100kb-ready .c100kb-barcode-editor[data-c100kb-portaled="true"] {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    background: #eef3fb !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor.c100kb-editor-app[data-c100kb-portaled="true"] {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
    grid-template-areas: unset !important;
    gap: 0 !important;
  }

  /* PNG-to-JPG family header bar */
  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .c100kb-editor-header {
    grid-area: unset !important;
    position: relative !important;
    flex: 0 0 var(--bcg-toolbar-height, 64px) !important;
    min-height: var(--bcg-toolbar-height, 64px) !important;
    height: var(--bcg-toolbar-height, 64px) !important;
    padding: 0 18px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1) !important;
    color: #142033 !important;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04) !important;
    box-sizing: border-box !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .c100kb-editor-title {
    flex: 1 1 auto !important;
    margin: 0 !important;
    text-align: left !important;
    font-size: 16px !important;
    font-weight: 760 !important;
    color: #142033 !important;
    min-width: 0 !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .c100kb-editor-back {
    background: #f8fafc !important;
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
    color: #1e293b !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .c100kb-editor-header .c100kb-editor-zoom {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-width: 330px !important;
    height: 46px !important;
    padding: 0 12px !important;
    border: 1px solid #d8e0ec !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08) !important;
    z-index: 2 !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .c100kb-editor-header .c100kb-editor-zoom button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 34px !important;
    min-width: 42px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: #eef2f7 !important;
    color: #172033 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .c100kb-editor-header .c100kb-editor-zoom [data-c100kb-zoom="100"] {
    min-width: 112px !important;
    background: transparent !important;
    color: #0b66d8 !important;
    font-weight: 850 !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .c100kb-editor-header .c100kb-editor-zoom button:hover {
    background: #e2ebf8 !important;
    color: #0b66d8 !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .c100kb-editor-header-actions {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .bcg-header-download.c100kb-header-download {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 180px !important;
    max-width: none !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 18px !important;
    gap: 10px !important;
    border-radius: 12px !important;
    border: 1px solid #d1d5db !important;
    background: #f8fafc !important;
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
    cursor: not-allowed !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .bcg-header-download.c100kb-header-download.c100kb-download-ready:not(.is-disabled) {
    border-color: #2563eb !important;
    background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
    color: #fff !important;
    -webkit-text-fill-color: #ffffff !important;
    cursor: pointer !important;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24) !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .bcg-header-download.c100kb-header-download.is-disabled {
    opacity: 1 !important;
    background: #f1f5f9 !important;
    border-color: rgba(15, 23, 42, 0.14) !important;
    color: #475569 !important;
    -webkit-text-fill-color: #475569 !important;
    cursor: not-allowed !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .bcg-header-download.c100kb-download-ready:not(.is-disabled) span,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .bcg-header-download.c100kb-download-ready:not(.is-disabled) i,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .bcg-header-download.c100kb-download-ready:not(.is-disabled) svg {
    color: #fff !important;
    stroke: #fff !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .bcg-editor-main {
    display: grid !important;
    grid-area: unset !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 12px 14px 14px !important;
    overflow: hidden !important;
    align-items: stretch;
    box-sizing: border-box !important;
    background-color: #e7edf7 !important;
    background-image:
      linear-gradient(45deg, #d7dfec 25%, transparent 25%),
      linear-gradient(-45deg, #d7dfec 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, #d7dfec 75%),
      linear-gradient(-45deg, transparent 75%, #d7dfec 75%) !important;
    background-size: 22px 22px !important;
    background-position: 0 0, 0 11px, 11px -11px, -11px 0px !important;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04) !important;
    grid-template-columns: minmax(260px, 22vw) minmax(0, 1fr) minmax(300px, 24vw) !important;
    gap: 12px !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor[data-c100kb-portaled="true"] {
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .c100kb-history-controls {
    display: none !important;
  }

  @media (min-width: 1200px) and (max-width: 1400px) {
    body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .bcg-editor-main {
      grid-template-columns: minmax(240px, 21vw) minmax(0, 1fr) minmax(280px, 23vw) !important;
      gap: 10px !important;
      padding: 10px 12px 12px !important;
    }
  }

  @media (min-width: 1600px) {
    body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .bcg-editor-main {
      grid-template-columns: minmax(280px, 320px) minmax(0, 1fr) minmax(340px, 380px) !important;
      gap: 14px !important;
      padding: 14px 18px 16px !important;
    }
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-col {
    min-height: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-card {
    background: #fff;
    border: 1px solid #d7e1ef;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    padding: 0.72rem 0.82rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 0;
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-content-col .bcg-card {
    gap: 0.42rem;
    padding: 0.68rem 0.78rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-card-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-field {
    display: grid;
    gap: 0.28rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.02em;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-input,
  body.compress-100kb-pro.compress-100kb-ready .bcg-select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d7e1ef;
    border-radius: 10px;
    padding: 0.4rem 0.62rem;
    font-size: 0.92rem;
    color: #0f172a;
    background: #fff;
    box-sizing: border-box;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-input-lg {
    min-height: 44px;
    font-size: 0.95rem;
    font-weight: 600;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-input:focus,
  body.compress-100kb-pro.compress-100kb-ready .bcg-select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-helper {
    margin: 0;
    font-size: 0.76rem;
    color: #64748b;
    line-height: 1.4;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-helper-error {
    color: #dc2626;
    font-weight: 600;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-helper-warning {
    color: #b45309;
    font-weight: 600;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-check-row {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
    margin-top: 0.1rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-field-disabled .bcg-input {
    background: #f8fafc;
    color: #94a3b8;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-preview-col {
    overflow: hidden;
    min-width: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-preview-card {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0.55rem;
    gap: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.38) !important;
    border-color: rgba(15, 23, 42, 0.12) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7) !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-preview-canvas {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 8px;
    overflow: hidden;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-preview-stage {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0.35rem;
    overflow: hidden;
    position: relative;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-preview-zoom[data-c100kb-preview-stage] {
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    contain: layout paint;
    transform-origin: center center;
    will-change: transform;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-preview-output {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-preview-output.has-image {
    padding: 0.25rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-preview-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-hex-error {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.35;
    color: #dc2626;
    font-weight: 600;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-field-disabled .bcg-input,
  body.compress-100kb-pro.compress-100kb-ready .bcg-field-disabled .c100kb-color-hex,
  body.compress-100kb-pro.compress-100kb-ready .bcg-field-disabled input[type="range"] {
    opacity: 0.55;
    pointer-events: none;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-editor-main {
    overflow: hidden !important;
  }

  @media (max-height: 820px) {
    html body.flux-tool-body.flux-tool-image-tools.compress-100kb-pro main#main.barcode-generator-seo-page[data-tool="barcode-generator"] {
      --bcg-intent-block: clamp(108px, 14vh, 138px);
      --bcg-toolbar-height: 56px;
    }

    body.barcode-editor-active.compress-100kb-ready #barcode-desktop-mount {
      height: calc(100dvh - var(--bcg-intent-block, 120px)) !important;
      max-height: calc(100dvh - var(--bcg-intent-block, 120px)) !important;
    }

    body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .c100kb-editor-header {
      flex: 0 0 var(--bcg-toolbar-height, 56px) !important;
      min-height: var(--bcg-toolbar-height, 56px) !important;
      height: var(--bcg-toolbar-height, 56px) !important;
      padding: 0 14px !important;
    }

    body.compress-100kb-pro.compress-100kb-ready .c100kb-barcode-editor .bcg-editor-main {
      padding: 8px 10px 10px !important;
      gap: 8px !important;
    }

    body.compress-100kb-pro.compress-100kb-ready .bcg-card {
      padding: 0.58rem 0.65rem;
      gap: 0.38rem;
    }

    body.compress-100kb-pro.compress-100kb-ready .bcg-actions {
      gap: 0.35rem;
    }

    body.compress-100kb-pro.compress-100kb-ready .bcg-btn {
      min-height: 40px;
      font-size: 0.84rem;
    }
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-preview-empty {
    margin: 0;
    padding: 0.55rem 0.75rem;
    font-size: 0.84rem;
    color: #64748b;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    border: 1px dashed #cbd5e1;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-preview-meta {
    margin: 0;
    flex: 0 0 auto;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.2;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-settings-card {
    gap: 0.45rem;
    overflow: hidden;
    padding: 0.68rem 0.78rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-tab-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.28rem;
    padding: 0.18rem;
    background: #e8eef5;
    border-radius: 11px;
    border: 1px solid #d7e1ef;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-tab {
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.35);
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 0.42rem 0.3rem;
    border-radius: 8px;
    cursor: pointer;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-tab.is-active {
    background: #fff;
    color: #1d4ed8;
    border-color: #dbeafe;
    box-shadow: none;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-tab-panel {
    display: grid;
    gap: 0.45rem;
    min-height: 0;
    overflow: hidden;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-tab-panel[hidden] {
    display: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-range-field input[type="range"] {
    width: 100%;
    accent-color: #2563eb;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-range-badge {
    justify-self: end;
    font-size: 0.76rem;
    font-weight: 800;
    color: #334155;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-color-control .c100kb-color-native {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-export-options {
    display: flex;
    gap: 0.35rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-export-btn {
    flex: 1 1 auto;
    min-height: 42px;
    border: 1px solid #d7e1ef;
    border-radius: 10px;
    background: #fff;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-export-btn.is-active {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-export-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 44px;
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 0 0.75rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-btn-primary {
    border: 0;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    color: #fff;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-btn-primary.is-applied {
    background: #e2e8f0;
    color: #475569;
    border: 1px solid #cbd5e1;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-btn-primary.is-processing {
    opacity: 0.85;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-btn-secondary {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #334155;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-btn-quiet {
    font-weight: 600;
  }

  body.compress-100kb-pro.compress-100kb-ready .bcg-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

}
