.elementor-1932 .elementor-element.elementor-element-52f2139{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b6f369f */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background: linear-gradient(145deg, #f0f4fa 0%, #e6ecf3 100%);
            font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            min-height: 100vh;
        }

        .compressor-card {
            max-width: 1600px;
            width: 100%;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.96);
            border-radius: 2.5rem;
            box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.25);
            overflow: hidden;
        }

        .header {
            background: #ffffff;
            padding: 1.6rem 2rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .header h1 {
            font-size: 1.9rem;
            font-weight: 600;
            background: linear-gradient(135deg, #1e2b3c, #2c4c6c);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        .header p {
            color: #5b6e8c;
            margin-top: 0.4rem;
            font-size: 0.9rem;
        }

        .preview-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 1.8rem;
            padding: 2rem 2rem 1rem 2rem;
            background: #fafcff;
        }

        .preview-panel {
            flex: 1;
            min-width: 260px;
            background: white;
            border-radius: 1.5rem;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
            border: 1px solid #eef2f8;
            overflow: hidden;
        }

        .panel-title {
            background: #f8fafd;
            padding: 1rem 1.2rem;
            font-weight: 600;
            font-size: 1.1rem;
            border-bottom: 1px solid #eef2f8;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 8px;
        }

        .size-badge {
            font-size: 0.75rem;
            background: #eef2fa;
            padding: 4px 10px;
            border-radius: 30px;
            font-weight: 500;
        }

        .image-container {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fefefe;
            min-height: 260px;
            padding: 1rem;
            cursor: pointer;
            transition: background 0.2s;
        }

        .image-container:hover {
            background: #f5f9ff;
        }

        .preview-img {
            max-width: 100%;
            max-height: 260px;
            object-fit: contain;
            border-radius: 16px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        .placeholder-text {
            color: #a0b3ce;
            text-align: center;
            font-size: 0.9rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
        }

        .controls-area {
            padding: 1.2rem 2rem;
            background: white;
            border-top: 1px solid #eef2f8;
            border-bottom: 1px solid #eef2f8;
        }

        .control-group {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            align-items: flex-end;
            margin-bottom: 1rem;
        }

        .control-item {
            flex: 1;
            min-width: 160px;
        }

        .control-item label {
            display: block;
            font-size: 0.8rem;
            font-weight: 600;
            color: #2c4c6c;
            margin-bottom: 6px;
        }

        input[type="range"] {
            width: 100%;
            height: 5px;
            border-radius: 10px;
            background: #dfe6ef;
            -webkit-appearance: none;
        }

        input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 18px;
            height: 18px;
            background: #2c6e9e;
            border-radius: 50%;
            cursor: pointer;
            border: 2px solid white;
        }

        .quality-value {
            background: #eef2fa;
            padding: 2px 10px;
            border-radius: 24px;
            font-size: 0.8rem;
            margin-left: 10px;
        }

        .max-width-input input {
            padding: 6px 12px;
            border-radius: 40px;
            border: 1px solid #cfddee;
            width: 100%;
        }

        .checkbox-group {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 6px;
        }

        button {
            background: #1f5e8c;
            border: none;
            color: white;
            padding: 8px 20px;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.85rem;
            cursor: pointer;
            transition: 0.2s;
        }

        button:hover:not(:disabled) {
            background: #0e4a70;
            transform: translateY(-1px);
        }

        .download-btn {
            background: #2c7a4d;
            width: 100%;
            text-align: center;
            margin-top: 8px;
        }

        .download-btn:disabled {
            background: #a0c4b0;
            cursor: not-allowed;
            transform: none;
        }

        .info-note {
            font-size: 0.7rem;
            background: #f4f9fe;
            padding: 6px 14px;
            border-radius: 40px;
            display: inline-block;
        }

        .custom-file-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }

        .custom-file-btn {
            background: #2c6e9e;
            padding: 8px 18px;
            font-size: 0.8rem;
            border-radius: 40px;
            color: white;
            font-weight: 500;
            cursor: pointer;
            transition: 0.2s;
            border: none;
            display: inline-block;
        }

        .custom-file-btn:hover {
            background: #1f5e8c;
        }

        .file-name-display {
            font-size: 0.75rem;
            color: #4a6a85;
            background: #eef2fa;
            padding: 4px 12px;
            border-radius: 30px;
            max-width: 200px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .batch-section {
            background: #ffffff;
            padding: 1.5rem 2rem 2rem 2rem;
            border-top: 1px solid #eef2f8;
        }

        .batch-header {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 15px;
            margin-bottom: 1.5rem;
        }

        .batch-buttons {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .batch-buttons button {
            background: #3a6b92;
        }

        .batch-buttons .zip-btn {
            background: #2a6b47;
        }

        .file-list {
            display: flex;
            flex-direction: column;
            gap: 14px;
            max-height: 500px;
            overflow-y: auto;
            padding-right: 6px;
        }

        .batch-item {
            background: #f9fbfe;
            border-radius: 1.2rem;
            border: 1px solid #e9edf2;
            padding: 1rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1rem;
        }

        .batch-item-thumb {
            width: 70px;
            height: 70px;
            background: #eef2f6;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            flex-shrink: 0;
        }

        .batch-item-thumb img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .batch-item-info {
            flex: 3;
            min-width: 160px;
        }

        .batch-item-info .filename {
            font-weight: 600;
            font-size: 0.85rem;
            word-break: break-all;
        }

        .size-stats {
            font-size: 0.7rem;
            color: #5e7b9c;
            margin-top: 5px;
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .batch-item-actions button {
            padding: 5px 14px;
            font-size: 0.7rem;
            background: #e9eef3;
            color: #1f5e8c;
        }

        .batch-item-actions .single-download {
            background: #2c7a4d;
            color: white;
        }

        .status-badge {
            font-size: 0.7rem;
            padding: 3px 8px;
            border-radius: 30px;
            background: #e2e8f0;
        }

        .status-complete {
            background: #d4edda;
            color: #155724;
        }

        .status-compressing {
            background: #fff3cd;
            color: #856404;
        }

        .progress-bar-container {
            width: 100%;
            background: #e2e8f0;
            border-radius: 20px;
            margin-top: 10px;
            height: 6px;
        }

        .batch-progress {
            height: 6px;
            background: #2c6e9e;
            border-radius: 20px;
            width: 0%;
        }

        footer {
            text-align: center;
            font-size: 0.7rem;
            color: #7c93ae;
            border-top: 1px solid #eef2f8;
        }

        .drag-active {
            outline: 2px dashed #2c6e9e;
            background: #f0f7fe;
        }

        @media (max-width: 760px) {
            body { padding: 1rem; }
            .batch-item { flex-direction: column; align-items: flex-start; }
        }/* End custom CSS */