.elementor-8216 .elementor-element.elementor-element-dedec9c{--display:flex;--background-transition:0.3s;}.elementor-8216 .elementor-element.elementor-element-6765097{--display:flex;--background-transition:0.3s;}.elementor-8216 .elementor-element.elementor-element-6765097.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-8216 .elementor-element.elementor-element-6765097{--width:99.663%;}}/* Start custom CSS for html, class: .elementor-element-e2c8e86 */<style>
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    min-height: 100vh;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-optimizer-container {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 40px;
    max-width: 1200px;
    width: 100%;
}

h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.5em;
}

h1 i {
    color: #6a11cb;
    margin-right: 15px;
}

.subtitle {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 30px;
    font-size: 1.1em;
}

.upload-area {
    border: 3px dashed #3498db;
    border-radius: 15px;
    padding: 50px 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
    transition: all 0.3s;
    background-color: #f8f9fa;
}

.upload-area:hover {
    background-color: #e8f4fc;
    border-color: #2980b9;
}

.upload-area.dragover {
    background-color: #d4edda;
    border-color: #28a745;
}

.upload-icon {
    font-size: 60px;
    color: #3498db;
    margin-bottom: 20px;
}

.upload-area h3 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.upload-area p {
    color: #7f8c8d;
    margin-bottom: 15px;
}

.formats-info {
    font-size: 0.9em;
    color: #95a5a6;
}

#imageInput {
    display: none;
}

.controls {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.control-group {
    margin-bottom: 20px;
}

.control-group:last-child {
    margin-bottom: 0;
}

.control-group label {
    display: block;
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 600;
}

.control-group input[type="range"] {
    width: 100%;
    height: 10px;
    -webkit-appearance: none;
    background: linear-gradient(to right, #6a11cb, #2575fc);
    border-radius: 5px;
    outline: none;
}

.control-group input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    border: 3px solid #6a11cb;
    cursor: pointer;
}

.control-group span {
    float: right;
    font-weight: bold;
    color: #6a11cb;
}

.process-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

.process-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 15px rgba(106, 17, 203, 0.3);
}

.process-btn:disabled {
    background: #95a5a6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.comparison-container {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.image-box {
    flex: 1;
    background-color: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.image-box h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.5em;
}

.image-placeholder {
    background-color: white;
    border: 2px dashed #bdc3c7;
    border-radius: 10px;
    padding: 40px 20px;
    margin-bottom: 20px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-placeholder i {
    font-size: 80px;
    color: #ecf0f1;
    margin-bottom: 20px;
}

.image-placeholder p {
    color: #bdc3c7;
}

img {
    max-width: 100%;
    max-height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hidden {
    display: none;
}

.image-info {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    font-size: 0.9em;
    color: #2c3e50;
}

.download-box {
    margin-top: 20px;
}

.download-btn {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(to right, #27ae60, #2ecc71);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.1em;
    transition: all 0.3s;
}

.download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 15px rgba(39, 174, 96, 0.3);
}

.format-note {
    margin-top: 10px;
    color: #7f8c8d;
    font-size: 0.9em;
    font-style: italic;
}

.tips {
    background-color: #fff9e6;
    padding: 25px;
    border-radius: 15px;
    border-left: 5px solid #f1c40f;
}

.tips h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.tips h3 i {
    color: #f1c40f;
    margin-right: 10px;
}

.tips ul {
    list-style-position: inside;
    color: #7f8c8d;
}

.tips li {
    margin-bottom: 10px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .comparison-container {
        flex-direction: column;
    }
    
    .image-optimizer-container {
        padding: 20px;
    }
    
    h1 {
        font-size: 2em;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6765097 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background: #ffffff;
    min-height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
    display: block;
}

.image-optimizer-container {
    background-color: white;
    border-radius: 0;
    box-shadow: none;
    padding: 40px;
    width: 100%;
    min-height: 100vh;
    max-width: none;
}

h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.5em;
}

h1 i {
    color: #6a11cb;
    margin-right: 15px;
}

.subtitle {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 30px;
    font-size: 1.1em;
}

/* TODO O RESTANTE DO CSS PERMANECE IDÊNTICO *//* End custom CSS */