/* cURL Generator — mobile premium shell (≤768px only) */
@media (max-width: 768px) {
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools main[data-tool="curl-generator"] .utility-studio.curl-generator-mobile-ready .tool-form,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools main[data-tool="curl-generator"] .utility-studio.curl-generator-mobile-ready .tool-actions,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools main[data-tool="curl-generator"] .utility-studio.curl-generator-mobile-ready #utilityOutput {
    display: none !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .utility-studio[data-utility-tool="curl-generator"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.85rem !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .utility-studio[data-utility-tool="curl-generator"] .b64-mobile-shell {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-editor {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    width: 100% !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-controls {
    padding: 0.65rem !important;
    border: 1px solid #dbeafe !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 4px 14px rgba(37, 99, 235, 0.05) !important;
    display: grid !important;
    gap: 0.55rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-control-section {
    min-width: 0 !important;
    display: grid !important;
    gap: 0.35rem !important;
    margin: 0 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-control-label {
    display: block !important;
    margin: 0 !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    color: #64748b !important;
    line-height: 1.2 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-segment,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-shell-seg,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-style-seg,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-header-mode,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-tab-row {
    display: flex !important;
    gap: 0.3rem !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-segment-btn,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-seg-btn {
    position: relative !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-shell-seg .curl-gen-mobile-seg-btn {
    flex: 1 1 calc(33.33% - 0.25rem) !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-seg-btn input {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-seg-btn span,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-tab {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 40px !important;
    padding: 0.38rem 0.35rem !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
    color: #334155 !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    box-sizing: border-box !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-seg-btn input:checked + span,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-tab.is-active {
    background: #0f172a !important;
    border-color: #0f172a !important;
    color: #fff !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-tab {
    flex: 1 1 calc(50% - 0.2rem) !important;
    cursor: pointer !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-advanced {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    background: #fff !important;
    overflow: hidden !important;
    margin-top: 0.45rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-advanced[hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-headers-raw][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-headers-structured][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-body-json][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-body-form][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-body-multipart][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-body-raw][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-auth-bearer][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-auth-basic][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-auth-apikey][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-output-summary-panel][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-output-curl-panel][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-import-modal][hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-import-error][hidden] {
    display: none !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-advanced-summary {
    padding: 0.7rem 0.8rem !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    cursor: pointer !important;
    list-style: none !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-advanced-summary::-webkit-details-marker {
    display: none !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-advanced-body,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-auth-body,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-advanced-body,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-list-body {
    display: grid !important;
    gap: 0.45rem !important;
    padding: 0 0.8rem 0.8rem !important;
    border-top: 1px solid #e2e8f0 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-adv-field {
    display: grid !important;
    gap: 0.25rem !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-advanced-body .b64-adv-field,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-advanced-body .b64-adv-field span,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-auth-body .b64-adv-field,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-auth-body .b64-adv-field span {
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-headers-block {
    display: grid !important;
    gap: 0.35rem !important;
    margin-top: 0.45rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-claim-check {
    display: flex !important;
    align-items: center !important;
    gap: 0.45rem !important;
    font-weight: 600 !important;
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-claim-check span {
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-advanced-body input[type="checkbox"] {
    width: 1.05rem !important;
    height: 1.05rem !important;
    margin: 0 !important;
    accent-color: #2563eb !important;
    flex: 0 0 auto !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-warning-check {
    color: #b45309 !important;
    -webkit-text-fill-color: #b45309 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-warning-check span {
    color: #b45309 !important;
    -webkit-text-fill-color: #b45309 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-card {
    border: 1px solid #dbeafe !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%) !important;
    padding: 0.75rem !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 4px 14px rgba(37, 99, 235, 0.05) !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-card-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.5rem !important;
    margin-bottom: 0.45rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-card-title {
    margin: 0 !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-helper,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-status {
    margin: 0 0 0.55rem !important;
    font-size: 0.82rem !important;
    line-height: 1.45 !important;
    color: #475569 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-privacy-note,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-privacy-note {
    margin: 0 0 0.55rem !important;
    padding: 0.45rem 0.55rem !important;
    border-radius: 8px !important;
    background: #eff6ff !important;
    border: 1px solid #bfdbfe !important;
    color: #1e40af !important;
    font-size: 0.74rem !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-inline-error,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-field-error {
    margin: 0.35rem 0 0 !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: #b91c1c !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-icon-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    min-height: 34px !important;
    padding: 0 0.45rem !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #334155 !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-text-input,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-text-input,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-textarea {
    width: 100% !important;
    min-height: 42px !important;
    padding: 0 0.65rem !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background: #fff !important;
    font-size: 0.82rem !important;
    color: #0f172a !important;
    box-sizing: border-box !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-textarea {
    min-height: 72px !important;
    padding: 0.55rem 0.65rem !important;
    resize: vertical !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-select,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-select {
    width: 100% !important;
    min-height: 42px !important;
    padding: 0 0.65rem !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background: #fff !important;
    font-size: 0.82rem !important;
    color: #0f172a !important;
    box-sizing: border-box !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-secret-row,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-secret-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.35rem !important;
    align-items: center !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-json-block,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-json-block {
    display: grid !important;
    gap: 0.3rem !important;
    margin-bottom: 0.45rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-code-panel {
    display: block !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-input-gutter,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-output-gutter {
    display: none !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-textarea,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-code-input {
    display: block !important;
    width: 100% !important;
    min-height: 100px !important;
    max-height: 180px !important;
    padding: 0.65rem 0.75rem !important;
    border: 0 !important;
    background: transparent !important;
    resize: vertical !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    font-size: 0.8rem !important;
    line-height: 1.45 !important;
    color: #0f172a !important;
    word-break: break-all !important;
    box-sizing: border-box !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-list {
    display: grid !important;
    gap: 0.45rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.3rem !important;
    padding: 0.55rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-row-input,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mini-select {
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 0.5rem !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    background: #fff !important;
    font-size: 0.78rem !important;
    color: #0f172a !important;
    box-sizing: border-box !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-row-check {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    color: #475569 !important;
    -webkit-text-fill-color: #475569 !important;
    grid-column: 1 / 2 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-row-check span {
    color: #475569 !important;
    -webkit-text-fill-color: #475569 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-row-remove {
    grid-column: 2 / 3 !important;
    justify-self: end !important;
    width: 34px !important;
    height: 34px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #334155 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mini-select {
    grid-column: 1 / -1 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-add-row-btn,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-quiet-btn {
    width: 100% !important;
    margin-top: 0 !important;
    padding: 0 0.65rem !important;
    border: 1px dashed #cbd5e1 !important;
    background: #f8fafc !important;
    color: #334155 !important;
    min-height: 42px !important;
    border-radius: 12px !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35rem !important;
    cursor: pointer !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-metrics-wrap {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 0.7rem !important;
    background: #fff !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-metrics,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-mobile-metrics {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.45rem !important;
    margin-top: 0.45rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-metrics .jfmt-metric {
    min-width: 0 !important;
    padding: 0.45rem 0.5rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-metrics .jfmt-label {
    display: block !important;
    font-size: 0.64rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: #64748b !important;
    margin-bottom: 0.15rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-metrics .jfmt-metric strong {
    display: block !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.25 !important;
    word-break: break-word !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-output-tabs,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-output-tabs {
    margin: 0 0 0.55rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-output-viewport.is-stale,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-output-scroll.is-stale {
    opacity: 0.55 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-output-badges {
    display: flex !important;
    gap: 0.35rem !important;
    flex-shrink: 0 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-status-badge,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-stale-badge {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 24px !important;
    padding: 0 0.45rem !important;
    border-radius: 999px !important;
    font-size: 0.68rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase !important;
    background: rgba(148, 163, 184, 0.18) !important;
    color: #475569 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-status-badge.is-success {
    background: rgba(34, 197, 94, 0.16) !important;
    color: #15803d !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-status-badge.is-error {
    background: rgba(239, 68, 68, 0.14) !important;
    color: #b91c1c !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-status-badge.is-pending {
    background: rgba(59, 130, 246, 0.14) !important;
    color: #1d4ed8 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-stale-badge {
    background: rgba(245, 158, 11, 0.16) !important;
    color: #b45309 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-stale-badge[hidden],
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-jfmt-stale][hidden] {
    display: none !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-output-panel {
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background: #0f172a !important;
    overflow: hidden !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-output-scroll {
    max-height: 240px !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-output-pre,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-output-pre {
    margin: 0 !important;
    padding: 0.65rem 0.75rem !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    font-size: 0.8rem !important;
    line-height: 1.45 !important;
    color: #e2e8f0 !important;
    white-space: pre-wrap !important;
    word-break: break-word !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-summary-panel {
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-summary-scroll {
    max-height: 240px !important;
    overflow: auto !important;
    padding: 0.55rem !important;
    -webkit-overflow-scrolling: touch !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-summary-grid {
    display: grid !important;
    gap: 0.45rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-summary-row {
    display: grid !important;
    gap: 0.15rem !important;
    padding: 0.45rem 0.5rem !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-summary-key {
    font-size: 0.64rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    color: #64748b !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .curl-gen-summary-val {
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    word-break: break-word !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-import-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 120 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-import-modal[hidden] {
    display: none !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-import-backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(15, 23, 42, 0.45) !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-import-panel {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 85vh !important;
    overflow: auto !important;
    padding: 1rem !important;
    border-radius: 18px 18px 0 0 !important;
    background: #fff !important;
    box-shadow: 0 -8px 30px rgba(15, 23, 42, 0.18) !important;
    display: grid !important;
    gap: 0.55rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-import-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.45rem !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.45rem !important;
    width: 100% !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-primary-btn,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-secondary-btn,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-quiet-btn,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-link-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.35rem !important;
    min-height: 44px !important;
    border-radius: 12px !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-primary-btn {
    grid-column: 1 / -1 !important;
    min-height: 46px !important;
    border: 0 !important;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28) !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-primary-btn.is-busy,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-primary-btn:disabled,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools [data-curl-generate-btn].is-busy {
    opacity: 0.65 !important;
    cursor: wait !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-secondary-btn {
    padding: 0 0.55rem !important;
    border: 1px solid #cbd5e1 !important;
    background: #fff !important;
    color: #0f172a !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-secondary-btn:disabled,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-result-btn:disabled {
    opacity: 0.45 !important;
    cursor: not-allowed !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-quiet-btn.b64-mobile-reset-btn {
    grid-column: 1 / -1 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-link-btn {
    grid-column: 1 / -1 !important;
    padding: 0 0.65rem !important;
    border: 1px solid #dbeafe !important;
    background: #eff6ff !important;
    color: #1d4ed8 !important;
  }

  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-actions svg,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-quiet-btn svg,
  html.curl-generator-mobile-responsive body.flux-tool-developer-tools .b64-mobile-icon-btn svg {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 auto !important;
  }
}
