@media not all and (min-width: 1200px) {
  .json-formatter-desktop-only,
  html body main.json-formatter-seo-page[data-tool="json-formatter"] .json-formatter-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) {
  .json-formatter-legacy-mobile {
    display: none !important;
  }

  html body.flux-tool-body.flux-tool-developer-tools.compress-100kb-pro main#main.json-formatter-seo-page[data-tool="json-formatter"] {
    --c100kb-seo-wide: min(94vw, 1600px);
    --jfmt-toolbar-height: 64px;
    --jfmt-intent-block: clamp(132px, 17vh, 172px);
  }

  html:has(body.json-formatter-editor-active.compress-100kb-pro.compress-100kb-ready),
  body.json-formatter-editor-active.compress-100kb-pro.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.json-formatter-editor-active.compress-100kb-pro.compress-100kb-ready .tool-content-stack {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    opacity: 1 !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready nav.json-formatter-legacy-mobile,
  body.json-formatter-editor-active.compress-100kb-ready section.tool-page-hero.json-formatter-legacy-mobile,
  body.json-formatter-editor-active.compress-100kb-ready #tool-workspace,
  body.json-formatter-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.json-formatter-editor-active.compress-100kb-ready section.tool-layout.json-formatter-legacy-mobile {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    width: 100% !important;
    max-width: var(--c100kb-seo-wide, min(94vw, 1600px)) !important;
    margin: 0 auto !important;
    padding: 0 1rem 2.5rem !important;
    box-sizing: border-box !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready section.tool-layout.json-formatter-legacy-mobile .tool-main {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready main#main.json-formatter-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.json-formatter-editor-active.compress-100kb-ready main#main.json-formatter-seo-page > section.tool-layout:not(#json-formatter-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;
  }

  body.json-formatter-editor-active.compress-100kb-ready #json-formatter-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.json-formatter-editor-active.compress-100kb-ready #json-formatter-desktop-workspace.jfmt-desktop-intent-panel {
    position: relative;
    isolation: isolate;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !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: visible !important;
    box-sizing: border-box !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready #json-formatter-desktop-workspace.jfmt-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.json-formatter-editor-active.compress-100kb-ready #json-formatter-desktop-workspace.jfmt-desktop-intent-panel > * {
    position: relative;
    z-index: 1;
  }

  body.json-formatter-editor-active.compress-100kb-ready #json-formatter-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.json-formatter-editor-active.compress-100kb-ready #json-formatter-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.json-formatter-editor-active.compress-100kb-ready #json-formatter-desktop-shell .c100kb-tool-intent-header .c100kb-h1-tail {
    white-space: nowrap;
  }

  body.json-formatter-editor-active.compress-100kb-ready #json-formatter-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;
  }

  body.json-formatter-editor-active.compress-100kb-ready #json-formatter-desktop-mount {
    display: block !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-height: 0 !important;
    height: calc(100dvh - var(--jfmt-intent-block, 148px)) !important;
    max-height: calc(100dvh - var(--jfmt-intent-block, 148px)) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready #json-formatter-desktop-mount .jfmt-editor-host {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-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-json-formatter-editor .c100kb-editor-header {
    grid-area: unset !important;
    position: relative !important;
    flex: 0 0 var(--jfmt-toolbar-height, 64px) !important;
    min-height: var(--jfmt-toolbar-height, 64px) !important;
    height: var(--jfmt-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;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-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;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-editor-header-actions {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    margin-left: auto !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-toolbar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 14px !important;
    border-radius: 10px !important;
    border: 1px solid #d1d5db !important;
    background: #fff !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy i,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy svg,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download i,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download svg {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
    color: #334155 !important;
    stroke: #334155 !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy span,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download span {
    color: inherit !important;
    opacity: 1 !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy.is-disabled,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download.is-disabled {
    background: #f1f5f9 !important;
    border-color: rgba(15, 23, 42, 0.12) !important;
    color: #94a3b8 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy.is-disabled i,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy.is-disabled svg,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download.is-disabled i,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download.is-disabled svg {
    color: #94a3b8 !important;
    stroke: #94a3b8 !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy:not(.is-disabled):not(:disabled) {
    cursor: pointer !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download:not(.is-disabled):not(:disabled),
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download.c100kb-download-ready {
    border-color: #2563eb !important;
    background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
    color: #fff !important;
    cursor: pointer !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22) !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download:not(.is-disabled):not(:disabled) i,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download:not(.is-disabled):not(:disabled) svg,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download.c100kb-download-ready i,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download.c100kb-download-ready svg {
    color: #fff !important;
    stroke: #fff !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download:not(.is-disabled):not(:disabled) span,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download.c100kb-download-ready span {
    color: #fff !important;
  }

  @media (max-width: 1320px) {
    body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy span,
    body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download .c100kb-dl-text {
      display: none !important;
    }

    body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy,
    body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download {
      min-width: 40px !important;
      padding: 0 10px !important;
    }
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-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-json-formatter-editor .c100kb-history-controls {
    display: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-editor-main {
    display: grid !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: #eef2f7 !important;
    box-shadow: none !important;
    grid-template-columns: 27fr 53fr 20fr !important;
    gap: 12px !important;
  }

  @media (min-width: 1600px) {
    body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-editor-main {
      gap: 14px !important;
      padding: 14px 18px 16px !important;
    }
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-col {
    min-height: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-card {
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    box-shadow: none;
    padding: 0.72rem 0.82rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 0;
    flex: 1 1 auto;
    box-sizing: border-box;
    overflow: hidden;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-card-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-field {
    display: grid;
    gap: 0.4rem;
    min-height: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.02em;
    line-height: 1.35;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-helper {
    margin: 0;
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.45;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-select {
    width: 100%;
    min-height: 42px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 0.4rem 0.62rem;
    font-size: 0.92rem;
    color: #0f172a;
    background: #fff;
    box-sizing: border-box;
  }

  /* Flat single-layer fields — override global flux-tool dark inset chrome */
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-input,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-textarea,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    background: #fff !important;
    background-image: none !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    outline: none !important;
    margin: 0;
    vertical-align: top;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-input:focus,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-textarea:focus,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-select:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12) !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor label.jfmt-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.55;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 0.9rem;
    padding: 0.58rem 0.72rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-input {
    min-height: 44px;
    padding: 0.55rem 0.72rem;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-input-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-input-actions {
    display: flex;
    gap: 0.35rem;
    flex-shrink: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-btn-sm {
    min-height: 34px;
    padding: 0.3rem 0.55rem;
    font-size: 0.78rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-code-panel {
    display: grid;
    grid-template-columns: auto 1fr;
    flex: 1 1 auto;
    min-height: 0;
    border: 1px solid #d7e1ef;
    border-radius: 12px;
    overflow: hidden;
    background: #f8fafc;
    box-sizing: border-box;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-code-panel.is-dragover {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14);
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-line-gutter {
    padding: 0.72rem 0.55rem;
    background: #f1f5f9;
    color: #94a3b8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.84rem;
    line-height: 1.55;
    text-align: right;
    user-select: none;
    overflow: hidden;
    white-space: pre;
    border-right: 1px solid #e2e8f0;
    box-sizing: border-box;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-line-gutter span {
    display: block;
    min-width: 2ch;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-line-gutter .is-error-line {
    background: #fecaca;
    color: #dc2626;
    border-radius: 3px;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-code-input {
    width: 100%;
    min-height: 0;
    flex: 1 1 auto;
    resize: none;
    border: none;
    border-radius: 0;
    padding: 0.72rem 0.82rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.84rem;
    line-height: 1.55;
    color: #0f172a;
    background: #f8fafc;
    box-sizing: border-box;
    overflow: auto;
    white-space: pre;
    tab-size: 2;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-output-panel {
    background: #0f172a;
    border-color: #1e293b;
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-code-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    box-sizing: border-box;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-code-scroll.is-stale {
    opacity: 0.72;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-code-row {
    display: flex;
    min-width: min-content;
    min-height: 100%;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-output-gutter {
    background: #1e293b;
    color: #64748b;
    border-right-color: #334155;
    flex: 0 0 auto;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-output-pre {
    margin: 0;
    padding: 0.72rem 0.82rem;
    flex: 1 1 auto;
    min-width: 0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.84rem;
    line-height: 1.55;
    color: #e2e8f0;
    background: #0f172a;
    white-space: pre;
    overflow: visible;
    box-sizing: border-box;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-output-pre code {
    display: block;
    white-space: pre;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-hl-key { color: #7dd3fc; }
  body.compress-100kb-pro.compress-100kb-ready .jfmt-hl-string { color: #86efac; }
  body.compress-100kb-pro.compress-100kb-ready .jfmt-hl-number { color: #fcd34d; }
  body.compress-100kb-pro.compress-100kb-ready .jfmt-hl-bool { color: #c4b5fd; }
  body.compress-100kb-pro.compress-100kb-ready .jfmt-hl-null { color: #94a3b8; }
  body.compress-100kb-pro.compress-100kb-ready .jfmt-hl-punct { color: #cbd5e1; }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-code-input:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.2);
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-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 .jfmt-output-card {
    min-height: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-output-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-output-badges {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-stale-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 0.55rem;
    border-radius: 999px;
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #b45309;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-stale-badge[hidden] {
    display: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 0.55rem;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-status-badge.is-success {
    border-color: #bbf7d0;
    background: #f0fdf4;
    color: #047857;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-status-badge.is-error {
    border-color: #fecaca;
    background: #fef2f2;
    color: #dc2626;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-status {
    margin: 0;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.45;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-metric {
    display: grid;
    gap: 0.12rem;
    padding: 0.45rem 0.55rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-metric strong {
    font-size: 0.9rem;
    font-weight: 800;
    color: #0f172a;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-actions {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.25rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 44px;
    border-radius: 10px;
    border: 1px solid #d7e1ef;
    padding: 0.45rem 0.75rem;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    color: #1e293b;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-btn:disabled {
    opacity: 0.48;
    cursor: not-allowed;
    pointer-events: none;
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-btn-primary {
    border-color: #2563eb;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    color: #fff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2);
  }

  body.compress-100kb-pro.compress-100kb-ready .jfmt-btn-secondary,
  body.compress-100kb-pro.compress-100kb-ready .jfmt-btn-quiet {
    background: #f8fafc;
    color: #1e293b !important;
  }

  /* Override flux-tool .tool-panel light-on-light text (faded headers) */
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor,
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor p,
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor label,
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor button,
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor select {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
    letter-spacing: 0 !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-card-title,
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor h2.jfmt-card-title {
    font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif !important;
    color: #0f172a !important;
    opacity: 1 !important;
    font-size: 1.02rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.25 !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-label {
    color: #475569 !important;
    font-weight: 650 !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-helper {
    color: #64748b !important;
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
    opacity: 1 !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-metric strong {
    color: #0f172a !important;
    font-weight: 800 !important;
    font-size: 0.92rem !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-status {
    color: #475569 !important;
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    opacity: 1 !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn {
    font-weight: 700 !important;
    letter-spacing: 0 !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn span {
    color: inherit !important;
    opacity: 1 !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn-primary span {
    color: #fff !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn-secondary span,
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn-quiet span {
    color: #1e293b !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn svg,
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn i[data-lucide] {
    width: 17px !important;
    height: 17px !important;
    flex-shrink: 0 !important;
    stroke-width: 2.1 !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn-primary svg,
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn-primary i[data-lucide] {
    color: #fff !important;
    stroke: #fff !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn-secondary svg,
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn-secondary i[data-lucide],
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn-quiet svg,
  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn-quiet i[data-lucide] {
    color: #334155 !important;
    stroke: #334155 !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn:disabled {
    opacity: 0.55 !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .jfmt-side-card {
    overflow: hidden !important;
    min-height: 0 !important;
    padding-bottom: 0.55rem !important;
  }

  body.json-formatter-editor-active.compress-100kb-ready .jfmt-side-body {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    padding-right: 2px !important;
    scrollbar-gutter: stable;
  }

  body.json-formatter-editor-active.compress-100kb-ready .jfmt-side-body::-webkit-scrollbar {
    width: 7px;
  }

  body.json-formatter-editor-active.compress-100kb-ready .jfmt-side-body::-webkit-scrollbar-thumb {
    background: rgba(100, 116, 139, 0.35);
    border-radius: 999px;
  }

  body.json-formatter-editor-active.compress-100kb-ready .jfmt-side-body::-webkit-scrollbar-track {
    background: transparent;
  }

  body.json-formatter-editor-active.compress-100kb-ready .jfmt-actions {
    padding-bottom: 0.15rem !important;
  }

  /* Stable desktop workspace buttons — no text/button shift on hover or click */
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor button,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .btn {
    box-sizing: border-box !important;
    transform: none !important;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease, opacity 0.15s ease, color 0.15s ease !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor button::before,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .btn::before {
    display: none !important;
    content: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor button:hover,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor button:active,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor button:focus-visible,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .btn:hover,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .btn:active,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .btn:focus-visible {
    transform: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-actions > .jfmt-btn {
    width: 100% !important;
    min-height: 44px !important;
    border-width: 1px !important;
    flex-shrink: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn:hover {
    filter: brightness(0.98);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn-primary:hover {
    filter: brightness(1.04);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn:active,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-btn-primary:active {
    filter: brightness(0.96);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download {
    transform: none !important;
    min-width: 158px !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy:hover,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy:active,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy:focus-visible,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download:hover,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download:active,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download:focus-visible,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-editor-back:hover,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-editor-back:active,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-editor-back:focus-visible {
    transform: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy:not(.is-copied):hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    filter: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy:not(.is-copied):active {
    transform: none !important;
    filter: none !important;
    background: #fff !important;
    border-color: #cbd5e1 !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06) !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy.is-copied {
    border-color: #2563eb !important;
    background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22) !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy.is-copied span,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy.is-copied svg,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy.is-copied i[data-lucide] {
    color: #fff !important;
    stroke: #fff !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy.is-copied:hover,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy.is-copied:active,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy.is-copied:focus-visible {
    transform: none !important;
    filter: none !important;
    border-color: #2563eb !important;
    background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22) !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy:hover,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .jfmt-header-copy:active {
    filter: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download.c100kb-download-ready:hover,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-json-formatter-editor .c100kb-header-download.c100kb-download-ready:active {
    transform: none !important;
    filter: brightness(1.04);
  }
}
