@media not all and (min-width: 1200px) {
  .make-round-image-desktop-only,
  html body main.make-round-image-seo-page[data-tool="make-round-image"] section.make-round-image-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) {
  .make-round-image-legacy-mobile {
    display: none !important;
  }

  html body.flux-tool-body.flux-tool-image-tools.compress-100kb-pro main#main.make-round-image-seo-page[data-tool="make-round-image"] {
    --c100kb-seo-wide: min(94vw, 1600px);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-editor[data-c100kb-portaled="true"] {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 42vw) !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-editor .c100kb-history-controls {
    display: none !important;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-editor .c100kb-editor-main.c100kb-round-image-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-round-image-editor .c100kb-round-image-preview {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    height: 100% !important;
    position: relative;
    overflow: hidden !important;
    background:
      linear-gradient(45deg, rgba(148, 163, 184, 0.18) 25%, transparent 25%) 0 0/16px 16px,
      linear-gradient(-45deg, rgba(148, 163, 184, 0.18) 25%, transparent 25%) 0 0/16px 16px,
      linear-gradient(45deg, transparent 75%, rgba(148, 163, 184, 0.18) 75%) 0 0/16px 16px,
      linear-gradient(-45deg, transparent 75%, rgba(148, 163, 184, 0.18) 75%) 0 0/16px 16px,
      #f8fafc;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-editor .c100kb-ocr-preview-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    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-round-image-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-round-image-canvas {
    display: block;
    max-width: min(100%, 520px);
    max-height: min(100%, 520px);
    width: auto;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
    cursor: grab;
    touch-action: none;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-canvas.is-dragging {
    cursor: grabbing;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-drag-hint {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-size: 0.75rem;
    color: #64748b;
    white-space: nowrap;
    pointer-events: none;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-preview-empty {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    text-align: center;
    max-width: 280px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-sidebar {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    height: 100%;
    padding: 16px 18px 18px;
    overflow-y: auto;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-head h2 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-meta {
    margin: 4px 0 0;
    font-size: 0.8rem;
    color: #64748b;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8eef5;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-section:last-of-type {
    border-bottom: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-section-label {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #64748b;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-segment {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-segment-btn {
    min-height: 36px;
    padding: 6px 8px;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    background: #fff;
    color: #334155;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-segment-btn.is-active {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.15);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-field input[type="number"],
  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-field input[type="range"] {
    width: 100%;
    min-height: 36px;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    padding: 6px 10px;
    background: #fff;
    font: inherit;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-field--range span b {
    font-weight: 700;
    color: #2563eb;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-color-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-swatch {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #cbd5e1;
    cursor: pointer;
    padding: 0;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-hex {
    flex: 1 1 auto;
    min-height: 36px;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    padding: 6px 10px;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f172a;
    background: #fff;
    text-transform: uppercase;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-native-color {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-center-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    background: #fff;
    color: #334155;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-hint {
    margin: 0;
    font-size: 0.74rem;
    line-height: 1.45;
    color: #94a3b8;
    font-weight: 500;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-actions {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding-top: 4px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-apply-btn,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-download-btn,
  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 12px;
    border: 0;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-apply-btn {
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #fff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-apply-btn.is-applied:not(:disabled) {
    background: #e2e8f0;
    color: #64748b;
    box-shadow: none;
    cursor: default;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-apply-btn:disabled {
    opacity: 0.72;
    cursor: wait;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-download-btn {
    background: #e2e8f0;
    color: #64748b;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-download-btn.is-primary-ready:not(:disabled) {
    background: linear-gradient(135deg, #059669, #10b981);
    color: #fff;
    box-shadow: 0 10px 24px rgba(16, 185, 129, 0.22);
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-download-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-reset-btn {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #dbe4f0;
    padding: 0 14px;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-notice {
    margin: 0;
    font-size: 0.8rem;
    color: #64748b;
  }

  body.compress-100kb-pro.compress-100kb-ready .c100kb-round-image-notice--warning {
    color: #b45309;
  }
}
