@media not all and (min-width: 1200px) {
  .blur-background-desktop-only,
  html body main.blur-background-tool-seo-page[data-tool="blur-background-tool"] section.blur-background-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) {
  .blur-background-legacy-mobile {
    display: none !important;
  }

  html body.flux-tool-body.flux-tool-image-tools.compress-100kb-pro main#main.blur-background-tool-seo-page[data-tool="blur-background-tool"] {
    --c100kb-seo-wide: min(94vw, 1600px);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-editor[data-c100kb-portaled="true"] {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 34vw) !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-editor .c100kb-history-controls {
    display: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-editor .c100kb-editor-main.c100kb-blur-bg-main {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    height: 100% !important;
    padding: 18px !important;
    overflow: hidden !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-editor .c100kb-blur-bg-preview {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: 100% !important;
    position: relative;
    overflow: hidden !important;
    background: #f1f5f9;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-editor .c100kb-ocr-preview-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    transform-origin: center center;
    will-change: transform;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-canvas-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-canvas {
    display: block;
    max-width: min(100%, 720px);
    max-height: min(100%, 620px);
    width: auto;
    height: auto;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
    border-radius: 4px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-preview-empty {
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-editor.c100kb-png-jpg-editor .c100kb-editor-settings-column.c100kb-blur-bg-sidebar {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    border-left: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-sidebar {
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-panel {
    display: grid;
    gap: 0.9rem;
    padding: 1rem 1.05rem 1.2rem;
    flex: 1 1 auto;
    min-height: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-meta {
    margin: 0;
    color: #64748b;
    font-size: 0.8rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-section-label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-section {
    display: grid;
    gap: 0.4rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-presets {
    display: grid;
    gap: 0.4rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-preset-row {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-preset-btn {
    flex: 1 1 auto;
    min-height: 34px;
    min-width: 52px;
    padding: 0.3rem 0.55rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #fff;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-preset-btn:hover {
    border-color: #93c5fd;
    background: #f8fafc;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-preset-btn.is-active {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-toggle-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-toggle-btn {
    min-height: 38px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    background: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    padding: 0 8px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-toggle-btn.is-active {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-position-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    max-width: 168px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-pos-btn {
    min-height: 34px;
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    background: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    padding: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-pos-btn:hover {
    border-color: #93c5fd;
    background: #f8fafc;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-pos-btn.is-active {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-field select {
    width: 100%;
    min-height: 42px;
    padding: 0.45rem 0.65rem;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-range-row input[type="range"] {
    width: 100%;
    accent-color: #2563eb;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-advanced {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    padding: 0.35rem 0.55rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-advanced summary {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.35rem;
    cursor: pointer;
    font-weight: 700;
    color: #0f172a;
    list-style: none;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-advanced summary small {
    color: #64748b;
    font-weight: 500;
    font-size: 0.75rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-advanced summary::-webkit-details-marker {
    display: none;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-advanced[open] summary {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 0.35rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-advanced-body {
    display: grid;
    gap: 0.75rem;
    padding: 0.15rem 0.15rem 0.35rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-editor :is(
    button,
    input,
    select,
    summary
  ):focus {
    outline: none;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-editor :is(
    button:focus-visible,
    input:focus-visible,
    select:focus-visible,
    summary:focus-visible
  ) {
    outline: 2px solid rgba(37, 99, 235, 0.35);
    outline-offset: 2px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-field input[type="number"]:focus {
    border-color: #93c5fd;
    box-shadow: none;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-grid-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-field {
    display: grid;
    gap: 0.35rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-field input[type="number"] {
    width: 100%;
    min-height: 42px;
    padding: 0.45rem 0.65rem;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    font-weight: 600;
    color: #0f172a;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-range-row {
    display: grid;
    gap: 0.35rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-range-badge {
    font-size: 0.8rem;
    font-weight: 700;
    color: #2563eb;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-actions {
    display: grid;
    gap: 0.55rem;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #0ea5e9, #2563eb 58%, #7c3aed);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-apply-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-apply-btn.is-applied {
    background: linear-gradient(135deg, #059669, #10b981);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    min-height: 44px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    color: #334155;
    font-weight: 700;
    cursor: pointer;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-download-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-download-btn.is-primary-ready {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-reset-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 38px;
    padding: 0.35rem 0.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    color: #334155;
    font-weight: 600;
    cursor: pointer;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-notice {
    margin: 0;
    font-size: 0.82rem;
    color: #059669;
    font-weight: 600;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-blur-bg-notice--warning {
    color: #b45309;
  }
}
