﻿.container-pmo-webp-20260607,
    .container-pmo-webp-20260607 * {
      box-sizing: border-box;
    }

    .tool-body-pmo-webp-20260607 {
      font-family: Arial, sans-serif;
      text-align: center;
      background-color: #f4f4f4;
      margin: 0;
      padding: 20px;
      color: #202124;
    }

    .container-pmo-webp-20260607 {
      max-width: 960px;
      margin: auto;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .section-pmo-webp-20260607 {
      margin-bottom: 30px;
      padding: 20px;
      border: 2px dashed #ccc;
      background: #fafafa;
      border-radius: 10px;
    }

    .container-pmo-webp-20260607 label {
      display: block;
      margin-top: 14px;
      text-align: left;
      font-weight: 700;
    }

    .container-pmo-webp-20260607 input,
    .container-pmo-webp-20260607 select,
    .container-pmo-webp-20260607 button,
    .container-pmo-webp-20260607 .download-link-pmo-webp-20260607 {
      display: block;
      width: 100%;
      margin: 10px 0;
      padding: 10px;
      font-size: 16px;
      border-radius: 5px;
      border: 1px solid #ccc;
    }

    .container-pmo-webp-20260607 input[type="checkbox"] {
      display: inline-block;
      width: auto;
      margin-right: 8px;
    }

    .container-pmo-webp-20260607 button,
    .container-pmo-webp-20260607 .download-link-pmo-webp-20260607 {
      background: #007bff;
      color: #fff;
      cursor: pointer;
      border: none;
      transition: 0.3s;
      text-decoration: none;
    }

    .container-pmo-webp-20260607 button:hover,
    .container-pmo-webp-20260607 .download-link-pmo-webp-20260607:hover {
      background: #0056b3;
    }

    .container-pmo-webp-20260607 button:disabled {
      cursor: not-allowed;
      opacity: 0.6;
    }

    .container-pmo-webp-20260607 .secondary-button-pmo-webp-20260607 {
      background: #5f6368;
    }

    .container-pmo-webp-20260607 .secondary-button-pmo-webp-20260607:hover {
      background: #3f4246;
    }

    .container-pmo-webp-20260607 .danger-button-pmo-webp-20260607 {
      background: #c5221f;
    }

    .container-pmo-webp-20260607 .danger-button-pmo-webp-20260607:hover {
      background: #a50e0e;
    }

    .container-pmo-webp-20260607 .mini-button-pmo-webp-20260607 {
      display: inline-block;
      width: auto;
      margin: 8px 6px 0 0;
      padding: 7px 10px;
      font-size: 13px;
    }

    .row-pmo-webp-20260607 {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }

    .checkbox-label-pmo-webp-20260607 {
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 400;
    }

    .drop-zone-pmo-webp-20260607 {
      border: 2px dashed #8ab4f8;
      background: #f7fbff;
      border-radius: 8px;
      padding: 22px;
      margin: 14px 0;
      color: #3c4043;
      cursor: pointer;
    }

    .drop-zone-pmo-webp-20260607.drag-over-pmo-webp-20260607 {
      border-color: #007bff;
      background: #e8f0fe;
    }

    .progress-wrap-pmo-webp-20260607 {
      width: 100%;
      height: 12px;
      overflow: hidden;
      border-radius: 999px;
      background: #e0e0e0;
      margin: 10px 0 0;
    }

    .progress-bar-pmo-webp-20260607 {
      width: 0%;
      height: 100%;
      background: #137333;
      transition: width 0.2s ease;
    }

    .total-stats-pmo-webp-20260607 {
      margin: 10px 0 0;
      padding: 10px;
      border-radius: 8px;
      background: #eef6ee;
      text-align: left;
      font-size: 14px;
      line-height: 1.5;
    }

    .recommendation-pmo-webp-20260607 {
      margin: 14px 0;
      padding: 12px;
      border-left: 4px solid #007bff;
      background: #eef5ff;
      text-align: left;
      font-size: 14px;
      line-height: 1.55;
    }

    .help-text-pmo-webp-20260607 {
      margin: 6px 0 0;
      text-align: left;
      font-size: 13px;
      line-height: 1.45;
      color: #5f6368;
    }

    .preset-grid-pmo-webp-20260607 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
      gap: 8px;
      margin: 10px 0;
      text-align: left;
    }

    .preset-option-pmo-webp-20260607 {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      margin: 0;
      padding: 9px;
      border: 1px solid #d7d7d7;
      border-radius: 7px;
      background: #fff;
      font-weight: 400;
    }

    .preset-option-pmo-webp-20260607 span {
      display: block;
      font-size: 12px;
      color: #5f6368;
      margin-top: 2px;
    }

    .quick-actions-pmo-webp-20260607 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 8px;
      margin: 10px 0;
    }

    .preview-container-pmo-webp-20260607 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
      gap: 12px;
      margin-top: 20px;
    }

    .preview-card-pmo-webp-20260607 {
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 10px;
      background: #fff;
      text-align: left;
    }

    .preview-img-pmo-webp-20260607 {
      width: 100%;
      height: 160px;
      object-fit: contain;
      border-radius: 5px;
      border: 1px solid #ddd;
      padding: 5px;
      background: #fff;
    }

    .stats-pmo-webp-20260607 {
      margin: 8px 0 0;
      font-size: 14px;
      line-height: 1.45;
      word-break: break-word;
    }

    .stats-pmo-webp-20260607 strong {
      display: block;
      margin-bottom: 4px;
    }

    .status-pmo-webp-20260607 {
      min-height: 20px;
      margin: 8px 0 0;
      font-size: 14px;
      text-align: left;
      color: #3c4043;
    }

    .good-pmo-webp-20260607 {
      color: #137333;
      font-weight: 700;
    }

    .warning-pmo-webp-20260607 {
      color: #b06000;
      font-weight: 700;
    }

    .container-pmo-webp-20260607 .hidden-pmo-webp-20260607 {
      display: none;
    }

    @media (max-width: 640px) {
      .tool-body-pmo-webp-20260607 {
        padding: 12px;
      }

      .row-pmo-webp-20260607 {
        grid-template-columns: 1fr;
      }
    }
