.js-compress {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
    max-width: 800px;
    margin: 20px auto;
}

.js-compress h2 {
    text-align: center;
    color: #333;
}

.js-compress textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    font-family: monospace;
    font-size: 14px;
}

.js-compress button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 10px;
}

.js-compress button:hover {
    background-color: #0052a3;
}

.js-compress .result {
    margin-top: 20px;
}

.js-compress .stats {
    margin-top: 10px;
    font-weight: bold;
}
