#acp-container {
    font-family: 'Poppins', Arial, sans-serif;
    max-width: 420px;
    margin: 40px auto;
    border: 1px solid #eee;
    padding: 28px 16px 20px 16px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.06);
}

#acp-image-upload {
    width: 100%;
    margin-bottom: 18px;
}

#acp-image-preview-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 18px;
}

#acp-canvas {
    position: absolute;
    left: 0; top: 0;
    z-index: 10;
    display: none;
}
#acp-image-preview {
    display: block;
    position: relative;
    z-index: 1;
}


#acp-eye-btn {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

#acp-eye-btn img {
    width: 30px;
    height: 30px;
}

#acp-color-result {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
    gap: 9px;
}

#acp-color-result div {
    display: flex;
    align-items: center;
    gap: 7px;
}

#acp-color-result label {
    min-width: 36px;
    font-weight: 500;
}

#acp-color-result input {
    width: 105px;
    padding: 4px 7px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-family: 'Poppins', monospace;
    margin-right: 6px;
}

#acp-color-result button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

#acp-color-result img {
    width: 18px;
    height: 18px;
}

#acp-magnifier {
    display: none;
    position: absolute;
    border: 2px solid #3f51b5;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    pointer-events: none;
    box-shadow: 0 1px 10px rgba(30,30,60,0.14);
    z-index: 1001;
}
